gambas-devel-svn Mailing List for Gambas (Page 277)
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...> - 2008-03-24 19:17:29
|
Revision: 1245 http://gambas.svn.sourceforge.net/gambas/?rev=1245&view=rev Author: gambas Date: 2008-03-24 12:17:04 -0700 (Mon, 24 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Balloon file information were replaced by a standard dialog. * BUG: Explicitely closes embedded forms in FMain, so that their settings are correctly written. See the source code comments for more details. [GB.QT] * BUG: As promised, the TreeView/ListView/ColumnView MoveAbove() and MoveBelow() methods were rewritten to behave exactly as in gb.gtk. This way, enumerating all items of a TreeView is just a loop with a call to MoveFirst() and many calls to MoveBelow(). Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FMain.form gambas/branches/2.0/app/src/gambas2/FOption.class gambas/branches/2.0/app/src/gambas2/FOption.form gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/FProperty.form gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/comp/src/gb.form/SidePanel.class gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Settings.class gambas/branches/2.0/gb.qt/src/CTreeView.cpp gambas/branches/2.0/gb.qt/src/CTreeView.h Added Paths: ----------- gambas/branches/2.0/app/src/gambas2/FInfo.class gambas/branches/2.0/app/src/gambas2/FInfo.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 20:23:03
|
Revision: 1244 http://gambas.svn.sourceforge.net/gambas/?rev=1244&view=rev Author: gambas Date: 2008-03-23 13:23:10 -0700 (Sun, 23 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Synchronization with the current Gambas 2 IDE. Modified Paths: -------------- gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FEditor.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FProperty.form gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/FTextEditor.form gambas/trunk/app/src/gambas3/MHelp.module gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/Project.module Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/find-definition.png gambas/trunk/app/src/gambas3/img/16/find-definition_gnome.png gambas/trunk/app/src/gambas3/img/16/h-split1.png gambas/trunk/app/src/gambas3/img/16/no-split.png gambas/trunk/app/src/gambas3/img/16/v-split.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 19:06:21
|
Revision: 1243 http://gambas.svn.sourceforge.net/gambas/?rev=1243&view=rev Author: gambas Date: 2008-03-23 12:06:23 -0700 (Sun, 23 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Adds KIconEdit as image editor. * BUG: Fixes the generation of the list of last opened files. * NEW: Creates a specific icon for the "find definition" action. * NEW: Copying a file automatically enters in rename mode. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.project gambas/branches/2.0/app/src/gambas2/FEditor.form gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/Project.module Added Paths: ----------- gambas/branches/2.0/app/src/gambas2/img/16/find-definition.png gambas/branches/2.0/app/src/gambas2/img/16/find-definition_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 18:11:44
|
Revision: 1242 http://gambas.svn.sourceforge.net/gambas/?rev=1242&view=rev Author: gambas Date: 2008-03-23 11:11:50 -0700 (Sun, 23 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Renamed the "DisableIntegratedHelp" option key to just "PropertyHelp". * BUG: Fixed the nme of tooltips and menu entries. Only the first letter is in upper case. * NEW: Displays a translated property help for the special properties: Name, Group and Scaled. * NEW: Use two editors instead of four in the view splitting of FEditor and FTextEditor, and factorize the code. * BUG: Refresh all editors in the ReadConfig() method of FEditor and FTextEditor. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FEditor.form gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FOption.class gambas/branches/2.0/app/src/gambas2/FOption.form gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/FProperty.form gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/FTextEditor.form gambas/branches/2.0/app/src/gambas2/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 16:19:17
|
Revision: 1241 http://gambas.svn.sourceforge.net/gambas/?rev=1241&view=rev Author: robert_rowe Date: 2008-03-23 09:19:23 -0700 (Sun, 23 Mar 2008) Log Message: ----------- Commented an unnecessary line in the routine that shows the bottom split editor. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 14:44:16
|
Revision: 1240 http://gambas.svn.sourceforge.net/gambas/?rev=1240&view=rev Author: robert_rowe Date: 2008-03-23 07:44:22 -0700 (Sun, 23 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed the splitting view by letting the splitted editors properties have the same values as the main one. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 12:23:56
|
Revision: 1239 http://gambas.svn.sourceforge.net/gambas/?rev=1239&view=rev Author: gambas Date: 2008-03-23 05:24:01 -0700 (Sun, 23 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed the splitting view by letting the splitted editors properties have the same values as the main one. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 05:25:42
|
Revision: 1238 http://gambas.svn.sourceforge.net/gambas/?rev=1238&view=rev Author: robert_rowe Date: 2008-03-22 22:25:48 -0700 (Sat, 22 Mar 2008) Log Message: ----------- Removed unecessary branch. Removed Paths: ------------- gambas/branches/2.0-rw/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 05:22:13
|
Revision: 1237 http://gambas.svn.sourceforge.net/gambas/?rev=1237&view=rev Author: robert_rowe Date: 2008-03-22 22:22:20 -0700 (Sat, 22 Mar 2008) Log Message: ----------- These changes are back ports of changes made in Gambas3. [DEVELOPMENT ENVIRONMENT] * NEW: Added split editor views * NEW: Added buttons for Definition and Last Position to the editor toolbar * NEW: Added additional hotkeys for Cut (Shift+Delete), Copy (CTRL+Insert) and Paste (Shift+Insert) * BUG: Fixed comment/uncomment so that they will work correctly if there is not a space after the comment mark * NEW: Added a textlabel to the bottom of the property window that displays help text for the selected property. * NEW: Added an option to preferences to disable integrated help. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FCompletion.class gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FEditor.form gambas/branches/2.0/app/src/gambas2/FOption.class gambas/branches/2.0/app/src/gambas2/FOption.form gambas/branches/2.0/app/src/gambas2/FProperty.class gambas/branches/2.0/app/src/gambas2/FProperty.form gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/FTextEditor.form gambas/branches/2.0/app/src/gambas2/MHelp.module Added Paths: ----------- gambas/branches/2.0/app/src/gambas2/img/16/no-split.png gambas/branches/2.0/app/src/gambas2/img/16/v-split.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 05:19:19
|
Revision: 1236 http://gambas.svn.sourceforge.net/gambas/?rev=1236&view=rev Author: robert_rowe Date: 2008-03-22 22:19:15 -0700 (Sat, 22 Mar 2008) Log Message: ----------- Merge with trunk Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.lang/es.mo gambas/branches/3.0-rw/app/src/gambas3/.lang/fr.mo gambas/branches/3.0-rw/app/src/gambas3/.lang/sv.mo gambas/branches/3.0-rw/app/src/gambas3/FCommit.class gambas/branches/3.0-rw/app/src/gambas3/FCommit.form gambas/branches/3.0-rw/app/src/gambas3/FCompletion.class gambas/branches/3.0-rw/app/src/gambas3/Project.module gambas/branches/3.0-rw/app/src/gambas3/img/control/textedit.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 01:21:32
|
Revision: 1235 http://gambas.svn.sourceforge.net/gambas/?rev=1235&view=rev Author: robert_rowe Date: 2008-03-22 18:21:39 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion is automatically inserted in all cases when pressing one of the following keys: '.','(','[','!'. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FCompletion.class Removed Paths: ------------- gambas/branches/3.0-rw/app/src/gambas3/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 01:15:16
|
Revision: 1234 http://gambas.svn.sourceforge.net/gambas/?rev=1234&view=rev Author: gambas Date: 2008-03-22 18:15:22 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [CONFIGURATION] * BUG: The config.h.in files were removed from the subversion repository. Removed Paths: ------------- gambas/branches/2.0/app/config.h.in gambas/branches/2.0/comp/config.h.in gambas/branches/2.0/config.h.in gambas/branches/2.0/examples/config.h.in gambas/branches/2.0/gb.compress.bzlib2/config.h.in gambas/branches/2.0/gb.compress.zlib/config.h.in gambas/branches/2.0/gb.corba/config.h.in gambas/branches/2.0/gb.crypt/config.h.in gambas/branches/2.0/gb.db.firebird/config.h.in gambas/branches/2.0/gb.db.mysql/config.h.in gambas/branches/2.0/gb.db.odbc/config.h.in gambas/branches/2.0/gb.db.postgresql/config.h.in gambas/branches/2.0/gb.db.sqlite2/config.h.in gambas/branches/2.0/gb.db.sqlite3/config.h.in gambas/branches/2.0/gb.gtk/config.h.in gambas/branches/2.0/gb.gtk.svg/config.h.in gambas/branches/2.0/gb.image/config.h.in gambas/branches/2.0/gb.net/config.h.in gambas/branches/2.0/gb.net.curl/config.h.in gambas/branches/2.0/gb.net.smtp/config.h.in gambas/branches/2.0/gb.opengl/config.h.in gambas/branches/2.0/gb.pcre/config.h.in gambas/branches/2.0/gb.pdf/config.h.in gambas/branches/2.0/gb.qt/config.h.in gambas/branches/2.0/gb.qt.kde/config.h.in gambas/branches/2.0/gb.qte/config.h.in gambas/branches/2.0/gb.sdl/config.h.in gambas/branches/2.0/gb.sdl.sound/config.h.in gambas/branches/2.0/gb.v4l/config.h.in gambas/branches/2.0/gb.xml/config.h.in gambas/branches/2.0/help/config.h.in gambas/branches/2.0/main/config.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 01:07:32
|
Revision: 1233 http://gambas.svn.sourceforge.net/gambas/?rev=1233&view=rev Author: gambas Date: 2008-03-22 18:07:33 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [CONFIGURATION] * BUG: config.h.in files were removed from repository. [DEVELOPMENT ENVIRONMENT] * BUG: The initial stack backtrace list width is correct now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FDebugInfo.class Removed Paths: ------------- gambas/trunk/app/config.h.in gambas/trunk/comp/config.h.in gambas/trunk/config.h.in gambas/trunk/examples/config.h.in gambas/trunk/gb.compress.bzlib2/config.h.in gambas/trunk/gb.compress.zlib/config.h.in gambas/trunk/gb.corba/config.h.in gambas/trunk/gb.crypt/config.h.in gambas/trunk/gb.db.firebird/config.h.in gambas/trunk/gb.db.mysql/config.h.in gambas/trunk/gb.db.odbc/config.h.in gambas/trunk/gb.db.postgresql/config.h.in gambas/trunk/gb.db.sqlite2/config.h.in gambas/trunk/gb.db.sqlite3/config.h.in gambas/trunk/gb.gtk/config.h.in gambas/trunk/gb.gtk.svg/config.h.in gambas/trunk/gb.image/config.h.in gambas/trunk/gb.net/config.h.in gambas/trunk/gb.net.curl/config.h.in gambas/trunk/gb.net.smtp/config.h.in gambas/trunk/gb.opengl/config.h.in gambas/trunk/gb.pcre/config.h.in gambas/trunk/gb.pdf/config.h.in gambas/trunk/gb.qt/config.h.in gambas/trunk/gb.qt.kde/config.h.in gambas/trunk/gb.qte/config.h.in gambas/trunk/gb.sdl/config.h.in gambas/trunk/gb.sdl.sound/config.h.in gambas/trunk/gb.v4l/config.h.in gambas/trunk/gb.xml/config.h.in gambas/trunk/help/config.h.in gambas/trunk/main/config.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 01:02:36
|
Revision: 1232 http://gambas.svn.sourceforge.net/gambas/?rev=1232&view=rev Author: gambas Date: 2008-03-22 18:02:37 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The initial stack backtrace list width is correct now. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FDebugInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 01:02:21
|
Revision: 1231 http://gambas.svn.sourceforge.net/gambas/?rev=1231&view=rev Author: gambas Date: 2008-03-22 18:02:27 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix debugging memory management code. Modified Paths: -------------- gambas/trunk/main/share/gb_alloc.h gambas/trunk/main/share/gb_alloc_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-23 00:51:46
|
Revision: 1230 http://gambas.svn.sourceforge.net/gambas/?rev=1230&view=rev Author: gambas Date: 2008-03-22 17:51:50 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: Fixed an optimization in variants that was not 64-bits aware. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_value.c gambas/trunk/main/gbx/gbx_variant.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-22 23:52:43
|
Revision: 1229 http://gambas.svn.sourceforge.net/gambas/?rev=1229&view=rev Author: gambas Date: 2008-03-22 16:52:49 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: Some values structures padding. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_value.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-22 21:34:54
|
Revision: 1228 http://gambas.svn.sourceforge.net/gambas/?rev=1228&view=rev Author: gambas Date: 2008-03-22 14:34:50 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: NEW Observer(NULL) now raises an error, and does not crash anymore. * BUG: Padding of values structures. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_gambas.c gambas/trunk/main/gbx/gbx_value.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-22 21:28:28
|
Revision: 1227 http://gambas.svn.sourceforge.net/gambas/?rev=1227&view=rev Author: gambas Date: 2008-03-22 13:24:41 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: NEW Observer(NULL) now raises an error, and does not crash anymore. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_c_gambas.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-21 15:40:00
|
Revision: 1226 http://gambas.svn.sourceforge.net/gambas/?rev=1226&view=rev Author: gambas Date: 2008-03-21 08:39:46 -0700 (Fri, 21 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Importing a form now correctly associates the imported pictures. [INTERPRETER] * BUG: Fixed some structure alignment issues. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FCreateFile.class gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-21 15:37:55
|
Revision: 1225 http://gambas.svn.sourceforge.net/gambas/?rev=1225&view=rev Author: gambas Date: 2008-03-21 08:37:49 -0700 (Fri, 21 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Importing a form now correctly associates the imported pictures. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FCreateFile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-21 15:30:13
|
Revision: 1224 http://gambas.svn.sourceforge.net/gambas/?rev=1224&view=rev Author: gambas Date: 2008-03-21 08:30:12 -0700 (Fri, 21 Mar 2008) Log Message: ----------- [CONFIGURATION] * BUG: Support for X11 libraries not installed in the default library paths. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/comp/src/gb.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-21 03:06:59
|
Revision: 1223 http://gambas.svn.sourceforge.net/gambas/?rev=1223&view=rev Author: gambas Date: 2008-03-20 20:07:04 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [COMPILER] * NEW: Be more verbose if a component list file is not found. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_compile.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-21 02:49:26
|
Revision: 1222 http://gambas.svn.sourceforge.net/gambas/?rev=1222&view=rev Author: robert_rowe Date: 2008-03-20 19:49:30 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The property help window now saves and restores its height I made the other code changes that you suggested also. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FMain.class gambas/branches/3.0-rw/app/src/gambas3/FOption.class gambas/branches/3.0-rw/app/src/gambas3/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-21 02:43:09
|
Revision: 1221 http://gambas.svn.sourceforge.net/gambas/?rev=1221&view=rev Author: gambas Date: 2008-03-20 19:43:16 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [INTERPRETER] * BUG: Automatically disable preloading on systems that do not support it. Modified Paths: -------------- gambas/trunk/main/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |