gambas-devel-svn Mailing List for Gambas (Page 38)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2015-08-20 13:36:18
|
Revision: 7230 http://sourceforge.net/p/gambas/code/7230 Author: gambas Date: 2015-08-20 13:36:17 +0000 (Thu, 20 Aug 2015) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Interpret unknown SQL datatypes as "String" instead of using garbage. Modified Paths: -------------- gambas/trunk/gb.db.sqlite3/src/helper.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-19 22:33:21
|
Revision: 7229 http://sourceforge.net/p/gambas/code/7229 Author: gambas Date: 2015-08-19 22:33:20 +0000 (Wed, 19 Aug 2015) Log Message: ----------- [GB.DB.MYSQL] * BUG: USe the MySQL documentation trick to make the difference between a blob field and a text field. This should work far better than using the "max_length" value returned by the MySQL API that seems to randomly change between MySQL versions. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-18 15:19:24
|
Revision: 7228 http://sourceforge.net/p/gambas/code/7228 Author: gambas Date: 2015-08-18 15:19:22 +0000 (Tue, 18 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Some HiDPI fixes. [GB.FORM] * NEW: Stock icon default sizes ("small", "medium"...) are now proportional to Desktop.Scale by steps of 8 pixels. This is for HiDPI support. * NEW: Wizard BeforeChange event can be cancelled now. [GB.FORM.MDI] * NEW: Toolbar tries to update the size of its icons when the font changes. [GB.GTK] * NEW: Window now raises a Font event when its font changes. [GB.GTK3] * NEW: Window now raises a Font event when its font changes. [GB.GUI.BASE] * NEW: TreeView items height padding is now proportional to Desktop.Scale. [GB.QT4] * NEW: Window now raises a Font event when its font changes. [GB.QT5] * NEW: Window now raises a Font event when its font changes. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/comp/src/gb.form/.hidden/CHANGELOG gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/ButtonBox.class gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class gambas/trunk/comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/lib/db/gb.db/.component gambas/trunk/main/lib/db/gb.db/.project gambas/trunk/main/lib/db/gb.db/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-16 19:31:43
|
Revision: 7227 http://sourceforge.net/p/gambas/code/7227 Author: prokopy Date: 2015-08-16 19:31:41 +0000 (Sun, 16 Aug 2015) Log Message: ----------- [GB.QT4] * BUG: Workaround a race condition in X11 which prevents window attributes from being correctly set when setting a child DrawingArea's background color right afterwards. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-15 21:32:35
|
Revision: 7226 http://sourceforge.net/p/gambas/code/7226 Author: prokopy Date: 2015-08-15 21:32:33 +0000 (Sat, 15 Aug 2015) Log Message: ----------- [GB.XML] * BUG: Fix attribute initialization method. Modified Paths: -------------- gambas/trunk/gb.xml/src/element.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-15 16:06:41
|
Revision: 7225 http://sourceforge.net/p/gambas/code/7225 Author: prokopy Date: 2015-08-15 16:06:39 +0000 (Sat, 15 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Do not mark a file as unsaved when refactoring is triggered by saving this same file. [GB.FORM.EDITOR] * BUG: TextEditor: Only change the contents of a line if the provided new content is different from the current one. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-14 09:57:56
|
Revision: 7224 http://sourceforge.net/p/gambas/code/7224 Author: prokopy Date: 2015-08-14 09:57:54 +0000 (Fri, 14 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix DateDiff() day comparison when comparing two dates with different times. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_date.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-14 08:34:58
|
Revision: 7223 http://sourceforge.net/p/gambas/code/7223 Author: prokopy Date: 2015-08-14 08:34:56 +0000 (Fri, 14 Aug 2015) Log Message: ----------- [GB.XML] * BUG: Document: Fixed a memory leak when the instanciation failed due to a parsing exception. * BUG: XmlElement: Internally setting an attribute with a NULL value does not crash anymore. * BUG: Encountering a never-ended attribute does not crash the parser anymore. * OPT: Optimized parser cleanup when an exception is thrown. [GB.XML.HTML] * BUG: Encountering a never-ended attribute does not crash the parser anymore. Modified Paths: -------------- gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/document.h gambas/trunk/gb.xml/src/element.cpp gambas/trunk/gb.xml/src/html/htmlparser.cpp gambas/trunk/gb.xml/src/parser.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-13 13:29:05
|
Revision: 7222 http://sourceforge.net/p/gambas/code/7222 Author: prokopy Date: 2015-08-13 13:29:03 +0000 (Thu, 13 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated error translations. * NEW: Updated French translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Util/MErrorMessage.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-13 13:25:47
|
Revision: 7221 http://sourceforge.net/p/gambas/code/7221 Author: prokopy Date: 2015-08-13 13:25:46 +0000 (Thu, 13 Aug 2015) Log Message: ----------- [COMPILER] * NEW: Syntax errors in constant declarations now give more detailed messages. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-13 10:35:32
|
Revision: 7220 http://sourceforge.net/p/gambas/code/7220 Author: prokopy Date: 2015-08-13 10:35:31 +0000 (Thu, 13 Aug 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix tab ('\t') character printing. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-04 19:13:50
|
Revision: 7219 http://sourceforge.net/p/gambas/code/7219 Author: prokopy Date: 2015-08-04 19:13:48 +0000 (Tue, 04 Aug 2015) Log Message: ----------- [GB.DB.FORM] * BUG: The application busy state is now correctly reset when an SQL error occurs. * BUG: Fix the queries requesting the data after the 256th entry. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.src/DataTable.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-08-03 23:48:30
|
Revision: 7218 http://sourceforge.net/p/gambas/code/7218 Author: prokopy Date: 2015-08-03 23:48:28 +0000 (Mon, 03 Aug 2015) Log Message: ----------- [GB.GUI.BASE] * BUG: IconView: Fix item drawing when in horizontal orientation. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.src/IconView/_IconView_Item.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FIconView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:45:11
|
Revision: 7217 http://sourceforge.net/p/gambas/code/7217 Author: gambas Date: 2015-08-01 16:45:10 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7215. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7215 Modified Paths: -------------- gambas/tags/3.8.0/gb.qt4/src/CButton.cpp Property Changed: ---------------- gambas/tags/3.8.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:44:59
|
Revision: 7216 http://sourceforge.net/p/gambas/code/7216 Author: gambas Date: 2015-08-01 16:44:58 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7215. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7215 Modified Paths: -------------- gambas/branches/3.8/gb.qt4/src/CButton.cpp Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:44:07
|
Revision: 7215 http://sourceforge.net/p/gambas/code/7215 Author: gambas Date: 2015-08-01 16:44:06 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [GB.QT4] * BUG: Newly created ToolButton does not resize its parent unexpectedly anymore. [GB.QT5] * BUG: Newly created ToolButton does not resize its parent unexpectedly anymore. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CButton.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:14:49
|
Revision: 7214 http://sourceforge.net/p/gambas/code/7214 Author: gambas Date: 2015-08-01 16:14:47 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7212. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7212 Modified Paths: -------------- gambas/tags/3.8.0/app/other/MakeWebSite/.project gambas/tags/3.8.0/app/other/MakeWebSite/.settings gambas/tags/3.8.0/app/other/MakeWebSite/.src/MMain.module gambas/tags/3.8.0/app/other/MakeWebSite/.startup gambas/tags/3.8.0/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/tags/3.8.0/main/gbx/gbx_date.c Property Changed: ---------------- gambas/tags/3.8.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:14:34
|
Revision: 7213 http://sourceforge.net/p/gambas/code/7213 Author: gambas Date: 2015-08-01 16:14:32 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7212. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7212 Modified Paths: -------------- gambas/branches/3.8/app/other/MakeWebSite/.project gambas/branches/3.8/app/other/MakeWebSite/.settings gambas/branches/3.8/app/other/MakeWebSite/.src/MMain.module gambas/branches/3.8/app/other/MakeWebSite/.startup gambas/branches/3.8/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/branches/3.8/main/gbx/gbx_date.c Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 16:13:27
|
Revision: 7212 http://sourceforge.net/p/gambas/code/7212 Author: gambas Date: 2015-08-01 16:13:26 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix DateDiff() day comparison when comparing two dates with different times. * BUG: Timezone ten minutes validation now works. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.project gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/.startup gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/main/gbx/gbx_date.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 11:23:36
|
Revision: 7211 http://sourceforge.net/p/gambas/code/7211 Author: gambas Date: 2015-08-01 11:23:34 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7205-7209. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7205 Modified Paths: -------------- gambas/tags/3.8.0/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form gambas/tags/3.8.0/app/src/gambas3/.src/FMain.class gambas/tags/3.8.0/app/src/gambas3/.src/FMain.form gambas/tags/3.8.0/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/tags/3.8.0/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/tags/3.8.0/app/src/gambas3/.src/Help/FHelpShortcut.class gambas/tags/3.8.0/app/src/gambas3/.src/Help/FHelpShortcut.form gambas/tags/3.8.0/app/src/gambas3/.src/Options/FOption.form gambas/tags/3.8.0/app/src/gambas3/.src/Project/Component/FComponentChooser.form gambas/tags/3.8.0/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/tags/3.8.0/app/src/gambas3/.src/Project/FProjectProperty.class gambas/tags/3.8.0/app/src/gambas3/.src/Project/FProjectProperty.form gambas/tags/3.8.0/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/tags/3.8.0/app/src/gambas3/.src/Project/Patch/FPatch.class gambas/tags/3.8.0/app/src/gambas3/.src/Project/Patch/FPatch.form gambas/tags/3.8.0/app/src/gambas3/.src/Project.module gambas/tags/3.8.0/app/src/gambas3/.src/Translation/FTranslate.form gambas/tags/3.8.0/comp/src/gb.db.form/.component gambas/tags/3.8.0/comp/src/gb.db.form/.project gambas/tags/3.8.0/comp/src/gb.form/.lang/fr.po gambas/tags/3.8.0/comp/src/gb.form/.project gambas/tags/3.8.0/comp/src/gb.form/.src/Balloon/FBalloon.class gambas/tags/3.8.0/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/tags/3.8.0/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/tags/3.8.0/comp/src/gb.form/.src/File/Properties/FFileProperties.form gambas/tags/3.8.0/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/tags/3.8.0/comp/src/gb.form/.src/Main.module gambas/tags/3.8.0/comp/src/gb.form.dialog/.component gambas/tags/3.8.0/comp/src/gb.form.dialog/.project gambas/tags/3.8.0/comp/src/gb.form.mdi/.component gambas/tags/3.8.0/comp/src/gb.form.mdi/.project gambas/tags/3.8.0/comp/src/gb.form.mdi/.src/Shortcut/FShortcut.form gambas/tags/3.8.0/comp/src/gb.gui.base/.project gambas/tags/3.8.0/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/tags/3.8.0/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/tags/3.8.0/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/tags/3.8.0/comp/src/gb.gui.base/.startup gambas/tags/3.8.0/gb.db.mysql/src/main.c gambas/tags/3.8.0/gb.gtk/src/gmainwindow.cpp gambas/tags/3.8.0/gb.gtk/src/gmainwindow.h gambas/tags/3.8.0/gb.qt4/src/CWindow.cpp gambas/tags/3.8.0/gb.qt4/src/CWindow.h Property Changed: ---------------- gambas/tags/3.8.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 11:23:18
|
Revision: 7210 http://sourceforge.net/p/gambas/code/7210 Author: gambas Date: 2015-08-01 11:23:16 +0000 (Sat, 01 Aug 2015) Log Message: ----------- * Merge from r7205-7209. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7205 Modified Paths: -------------- gambas/branches/3.8/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form gambas/branches/3.8/app/src/gambas3/.src/FMain.class gambas/branches/3.8/app/src/gambas3/.src/FMain.form gambas/branches/3.8/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/branches/3.8/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/branches/3.8/app/src/gambas3/.src/Help/FHelpShortcut.class gambas/branches/3.8/app/src/gambas3/.src/Help/FHelpShortcut.form gambas/branches/3.8/app/src/gambas3/.src/Options/FOption.form gambas/branches/3.8/app/src/gambas3/.src/Project/Component/FComponentChooser.form gambas/branches/3.8/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/branches/3.8/app/src/gambas3/.src/Project/FProjectProperty.class gambas/branches/3.8/app/src/gambas3/.src/Project/FProjectProperty.form gambas/branches/3.8/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/branches/3.8/app/src/gambas3/.src/Project/Patch/FPatch.class gambas/branches/3.8/app/src/gambas3/.src/Project/Patch/FPatch.form gambas/branches/3.8/app/src/gambas3/.src/Project.module gambas/branches/3.8/app/src/gambas3/.src/Translation/FTranslate.form gambas/branches/3.8/comp/src/gb.db.form/.component gambas/branches/3.8/comp/src/gb.db.form/.project gambas/branches/3.8/comp/src/gb.form/.lang/fr.po gambas/branches/3.8/comp/src/gb.form/.project gambas/branches/3.8/comp/src/gb.form/.src/Balloon/FBalloon.class gambas/branches/3.8/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/branches/3.8/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/branches/3.8/comp/src/gb.form/.src/File/Properties/FFileProperties.form gambas/branches/3.8/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/branches/3.8/comp/src/gb.form/.src/Main.module gambas/branches/3.8/comp/src/gb.form.dialog/.component gambas/branches/3.8/comp/src/gb.form.dialog/.project gambas/branches/3.8/comp/src/gb.form.mdi/.component gambas/branches/3.8/comp/src/gb.form.mdi/.project gambas/branches/3.8/comp/src/gb.form.mdi/.src/Shortcut/FShortcut.form gambas/branches/3.8/comp/src/gb.gui.base/.project gambas/branches/3.8/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/branches/3.8/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/branches/3.8/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/branches/3.8/comp/src/gb.gui.base/.startup gambas/branches/3.8/gb.db.mysql/src/main.c gambas/branches/3.8/gb.gtk/src/gmainwindow.cpp gambas/branches/3.8/gb.gtk/src/gmainwindow.h gambas/branches/3.8/gb.qt4/src/CWindow.cpp gambas/branches/3.8/gb.qt4/src/CWindow.h Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 11:17:39
|
Revision: 7209 http://sourceforge.net/p/gambas/code/7209 Author: gambas Date: 2015-08-01 11:17:37 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix componetn chooser dialog layout. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 11:12:23
|
Revision: 7208 http://sourceforge.net/p/gambas/code/7208 Author: gambas Date: 2015-08-01 11:12:22 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix project property dialog layout. [GB.GUI.BASE] * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/trunk/app/src/gambas3/.src/Help/FHelpShortcut.class gambas/trunk/app/src/gambas3/.src/Help/FHelpShortcut.form gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 10:55:00
|
Revision: 7207 http://sourceforge.net/p/gambas/code/7207 Author: gambas Date: 2015-08-01 10:54:58 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Fix many dialog layouts. [GB.FORM] * BUG: FileChooser does not display an error message anymore if the selected path does not exist. Only if the parent directory is not found. * NEW: IconPanel.Border property behaviour has changed. When set now, the only the left panel gains a border, and a space to its right. When not set, the old behaviour is maintained, i.e. no border but a separator between the left panel and the contents. * NEW: Fix file properties dialog layout. [GB.FORM.MDI] * NEW: Fix shortcut configuration dialog layout. [GB.GUI.BASE] * BUG: GridView: The contents is not shifted anymore when the Border property is set. * BUG: GridView: Take the Design property into account. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.form gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.form gambas/trunk/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/trunk/comp/src/gb.form.dialog/.component gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.mdi/.component gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Shortcut/FShortcut.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-01 09:19:13
|
Revision: 7206 http://sourceforge.net/p/gambas/code/7206 Author: gambas Date: 2015-08-01 09:19:11 +0000 (Sat, 01 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Open project dialog: Don't draw the dialog buttons on top of the project view. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |