gambas-devel-svn Mailing List for Gambas (Page 51)
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-02-23 00:46:55
|
Revision: 6906 http://sourceforge.net/p/gambas/code/6906 Author: gambas Date: 2015-02-23 00:46:53 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: Fix a possible GTK+ warning when drawing widget borders. * BUG: Apply XIM workaround only on controls having their own input method. [GB.GTK3] * BUG: Fix a possible GTK+ warning when drawing widget borders. * BUG: Apply XIM workaround only on controls having their own input method. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gkey.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-23 00:21:42
|
Revision: 6905 http://sourceforge.net/p/gambas/code/6905 Author: gambas Date: 2015-02-23 00:21:34 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: The keyboard event management is being fixed again. Workaround the strange behaviour of the XIM input method that raises keyboard events twice. [GB.GTK3] * BUG: The keyboard event management is being fixed again. Workaround the strange behaviour of the XIM input method that raises keyboard events twice. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/src/gtextbox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-22 21:06:57
|
Revision: 6904 http://sourceforge.net/p/gambas/code/6904 Author: gambas Date: 2015-02-22 21:06:50 +0000 (Sun, 22 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: Redesign the keyboard event management so that it works with all input methods. [GB.GTK3] * BUG: Redesign the keyboard event management so that it works with all input methods. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-20 19:59:17
|
Revision: 6903 http://sourceforge.net/p/gambas/code/6903 Author: gambas Date: 2015-02-20 19:59:09 +0000 (Fri, 20 Feb 2015) Log Message: ----------- [GB.PAINT] * BUG: The PathExtents.Merge() method does not crash anymore. [GB.V4L] * BUG: Fix type in error messages. Modified Paths: -------------- gambas/trunk/gb.v4l/src/CWebcam.c gambas/trunk/main/lib/draw/cpaint.c Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-20 09:13:23
|
Revision: 6902 http://sourceforge.net/p/gambas/code/6902 Author: gambix Date: 2015-02-20 09:13:16 +0000 (Fri, 20 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now font are inherited from the container by default. If the container is a report and if the report.font is not initialized then it try to une one of the following fonts : "DejaVu Serif", "Liberation Serif", "Bitstream Vera Serif", "Serif", "Arial" with the size at 12 pt. If no one of these fonts are found then it use the current paint.font. By enforcing the font, i try to limit the random in report rendering between each Desktop Environnement. Moreover i think users must define a report.font too for more security. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.connection/Connection2.connection gambas/trunk/comp/src/gb.report2/.connection/Connection2.template Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-18 01:03:01
|
Revision: 6901 http://sourceforge.net/p/gambas/code/6901 Author: gambas Date: 2015-02-18 01:02:59 +0000 (Wed, 18 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a popup menu on the debugger expression window that allows to edit or watch the selected value. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugExpr.class gambas/trunk/app/src/gambas3/.src/Debug/FDebugExpr.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-14 23:32:11
|
Revision: 6900 http://sourceforge.net/p/gambas/code/6900 Author: gambas Date: 2015-02-14 23:32:04 +0000 (Sat, 14 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Software farm: When installing a software having the 'example' tag, a symbolic link is automatically create in the 'example' vendor directory so that the software appears in the example list. The symbolic link is automatically removed on uninstallation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <erc...@us...> - 2015-02-12 01:19:45
|
Revision: 6899 http://sourceforge.net/p/gambas/code/6899 Author: ercoupeflyer Date: 2015-02-12 01:19:37 +0000 (Thu, 12 Feb 2015) Log Message: ----------- [gb.logging] * BUG: Added Missing EXPORT Modified Paths: -------------- gambas/trunk/comp/src/gb.logging/.src/LogHandler.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-12 00:47:48
|
Revision: 6898 http://sourceforge.net/p/gambas/code/6898 Author: gambas Date: 2015-02-12 00:47:46 +0000 (Thu, 12 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Update PictureBox icon. [WIKI CGI SCRIPT] * BUG: Take the new ".info" file format into account. [GB.FORM] * NEW: Update ImageView icon. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/img/control/picturebox.png gambas/trunk/comp/src/gb.form/.hidden/control/imageview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 15:26:27
|
Revision: 6897 http://sourceforge.net/p/gambas/code/6897 Author: gambas Date: 2015-02-07 15:26:20 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.FORM] * NEW: New icon for ImageView control. [GB.GUI.BASE] * NEW: ScrollArea now raises a Font event when its font has changed. * BUG: GridView default row height now correctly follows font changes. * BUG: ListBox row height and column width now correctly follow font changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.hidden/control/imageview.png gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/ListBox/ListBox.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 07:05:02
|
Revision: 6896 http://sourceforge.net/p/gambas/code/6896 Author: gambix Date: 2015-02-07 07:04:54 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.REPORT2] * OPT: Layout does not take account of BoxShadows margins. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 06:58:15
|
Revision: 6895 http://sourceforge.net/p/gambas/code/6895 Author: gambix Date: 2015-02-07 06:58:11 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.REPORT2] * BUG: Force FullPage on ReportPreview Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 02:05:42
|
Revision: 6894 http://sourceforge.net/p/gambas/code/6894 Author: gambas Date: 2015-02-07 02:05:34 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix a possible crash when pasting an image. * NEW: Project property dialog: Merge the list of required and excluded components. * NEW: Redraw some icons. [GB.REPORT2] * NEW: Redraw some icons. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/img/control/picturebox.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportimage.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportline.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportsvgimage.png gambas/trunk/comp/src/gb.report2/.hidden/control/reporttextlabel.png gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-02-05 21:39:10
|
Revision: 6893 http://sourceforge.net/p/gambas/code/6893 Author: tobiasboe Date: 2015-02-05 21:39:03 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: FPatch: Don't forget to decrease Application.Busy Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 20:34:52
|
Revision: 6892 http://sourceforge.net/p/gambas/code/6892 Author: gambas Date: 2015-02-05 20:34:44 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [CONFIGURATION] * NEW: Compile and install gb.report2 component. [DEVELOPMENT ENVIRONMENT] * NEW: Add support for gb.report2 and gb.scanner. * BUG: Correctly reset Application.Busy when opening a connection fails. * BUG: Project property dialog: Fix management of required components. * NEW: Project property dialog: Add management of excluded components. [GB.DB] * NEW: More detailed error message for SQLite connections. [GB.DB.SQLITE3] * NEW: More detailed error message for SQLite connections. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class 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.module gambas/trunk/app/src/gambas3/img/control/textedit.png gambas/trunk/app/src/gambas3/img/control/textlabel.png gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/order gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/main/lib/db/sqlite.c Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Message/MessageView.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/MessageView.class gambas/trunk/comp/src/gb.report2/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:32:51
|
Revision: 6891 http://sourceforge.net/p/gambas/code/6891 Author: gambix Date: 2015-02-05 15:32:50 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] * BUG: Again Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:21:55
|
Revision: 6890 http://sourceforge.net/p/gambas/code/6890 Author: gambix Date: 2015-02-05 15:21:52 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] BUG: ReportLine can compile without error Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/ReportLine.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Tools/MUtil.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:11:47
|
Revision: 6889 http://sourceforge.net/p/gambas/code/6889 Author: gambix Date: 2015-02-05 15:11:44 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT] * OPT: Add gb.report2 to the compiled components. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.map/.startup gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.map/.src/Tests/Form5.class gambas/trunk/comp/src/gb.map/.src/Tests/Form5.form gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report14.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report14.report gambas/trunk/comp/src/gb.report/gambas.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:04:20
|
Revision: 6888 http://sourceforge.net/p/gambas/code/6888 Author: gambix Date: 2015-02-05 15:04:12 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Add the ReportLine class * NEW: Add the ReportPanel class * BUG: Margin computing improvement... again. Seem that report2 will not be backward compatible. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/ReportPanel.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 00:43:56
|
Revision: 6887 http://sourceforge.net/p/gambas/code/6887 Author: gambas Date: 2015-02-05 00:43:54 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [CONFIGURATION] * BUG: Remove '.settings' project files that must not be versioned. Removed Paths: ------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.eval.highlight/.settings gambas/trunk/comp/src/gb.mysql/.settings gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.scanner/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 00:25:32
|
Revision: 6886 http://sourceforge.net/p/gambas/code/6886 Author: gambas Date: 2015-02-05 00:25:29 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.QT4] * NEW: When creating a Control, a Printer or displaying a MessageBox, check that the GUI has been initialized, and raise an error if not, instead of letting Qt abort the application. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMessage.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/cprinter.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-04 21:50:30
|
Revision: 6885 http://sourceforge.net/p/gambas/code/6885 Author: gambix Date: 2015-02-04 21:50:23 +0000 (Wed, 04 Feb 2015) Log Message: ----------- [GB.DESKTOP] * BUG: Change the Mime loading code so it not fail on the first readed glob2 file and read all the available files. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Form11.form gambas/trunk/comp/src/gb.desktop/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/.src/Tests/Module1.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-04 19:43:10
|
Revision: 6884 http://sourceforge.net/p/gambas/code/6884 Author: gambas Date: 2015-02-04 19:43:08 +0000 (Wed, 04 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly update end-of-line menu and button visibility. * BUG: Project property dialog: Resetting or removing a library works correctly again. [GB.DESKTOP] * NEW: More detailed error message when the mime database cannot be read. [GB.FORM] * NEW: Completion.Icons is a new property that allows to associate an icon to each completion item. * NEW: FileCompletion now displays an icon for files and another icon for directories. [GB.QT4] * BUG: Update initial control visibility when the Expand property changes, but not when the Ignore property changes. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.form/.hidden/control/listeditor.png gambas/trunk/comp/src/gb.form/.hidden/control/switchbutton.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class gambas/trunk/gb.qt4/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-04 02:26:21
|
Revision: 6883 http://sourceforge.net/p/gambas/code/6883 Author: gambas Date: 2015-02-04 02:26:14 +0000 (Wed, 04 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Text editor now can handle Unix, Windows and MAC end-of-line formats, through a new toolbar button and a menu. [GB.QT4.EXT] * NEW: Editor: When setting the Text property, the end-of-line format is automatically determined. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/gb.qt4/src/ext/gdocument.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/eol.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-03 23:45:50
|
Revision: 6882 http://sourceforge.net/p/gambas/code/6882 Author: gambas Date: 2015-02-03 23:45:41 +0000 (Tue, 03 Feb 2015) Log Message: ----------- [INTERPRETER] * NEW: Add end-of-line format constants to the interpreter API. [GB.QT4] * BUG: If a control triggers the arrangement of its parent contents, the delayed visibility is realized so that the control is taken into account by the arrangement routine. [GB.QT4.EXT] * NEW: Editor.EndOfLine is a new property that defines which end-of-line format (gb.Unix, gb.Windows or gb.Mac) is used when retrieving text from the control. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form gambas/trunk/gb.qt4/share/gb.form.arrangement.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gstring.cpp gambas/trunk/gb.qt4/src/ext/gstring.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/main/gbx/gbx_c_gambas.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/warning.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |