gambas-devel-svn Mailing List for Gambas (Page 272)
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-05-12 16:10:08
|
Revision: 1370 http://gambas.svn.sourceforge.net/gambas/?rev=1370&view=rev Author: gambas Date: 2008-05-12 09:09:33 -0700 (Mon, 12 May 2008) Log Message: ----------- [INTERPRETER] * NEW: Print a warning message when INC or DEC is used with a boolean. * BUG: Make things compile without error. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-11 18:07:19
|
Revision: 1369 http://gambas.svn.sourceforge.net/gambas/?rev=1369&view=rev Author: gambas Date: 2008-05-11 11:07:16 -0700 (Sun, 11 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The form editor has a new menu entry for transforming a control into another control. For example, a Label into a TextLabel, or a HBox into a VBox, and so on. The possible transformations are defined in the *.component file. * BUG: Compiler errors that are not related to the compiled code are now correctly displayed. * BUG: Locked forms are correctly loaded, and the form tab title now correctly shows the associated read-only state. * BUG: The automatic completion can deal with multiple local variable declarations on the same line now. [INTERPRETER] * BUG: Array.Insert() does not crash anymore if the inserted array is NULL. It raises an error now. [COMPILER] * BUG: The owner and group of all files generated by the compiler ('.startup', '.info', '.list', object files) are now set to the owner and group of the '.project' file. This way, any project can be safely compiled as root, without locking it for other users. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CComponent.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FFormStack.class gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/gb.gtk/src/gb.gtk.component gambas/trunk/gb.qt/src/ext/gb.qt.ext.component gambas/trunk/gb.qt/src/gb.qt.component gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbc/gbc_compile.h gambas/trunk/main/gbc/gbc_dump.c gambas/trunk/main/gbc/gbc_output.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/lib/gui/gb.gui.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 15:17:09
|
Revision: 1368 http://gambas.svn.sourceforge.net/gambas/?rev=1368&view=rev Author: gambas Date: 2008-05-10 08:17:07 -0700 (Sat, 10 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Do not set Project ColumnView AutoResize property to TRUE. Use a very wide column instead to optimize redrawing. * BUG: Fix a tooltip in the subversion conflict dialog. * NEW: The component tab of the project property dialog has been redesigned. Now you have to double click on a component to get information on it. * NEW: Property editing is now locked only if a specific toggle button is pressed. This button is located on the right top of the property sheet. [INTERPRETER] * BUG: Handle the evaluation of Eval() expressions the same way as any other code. Otherwise, stack can be leaked when there is an exception inside. * NEW: The foreign function interface is now optional. * BUG: The use of array accessors is now correctly checked. [GB.DB.SQLITE2] * BUG: Reading floating point values and other values do not depend on the locale anymore. * NEW: Remove useless code. [GB.DB.SQLITE3] * BUG: Reading floating point values and other values do not depend on the locale anymore. * NEW: Remove useless code. [GB.GTK] * BUG: Fix uninitialized variables in ggridview.cpp and gmainwindow.cpp. [GB.QT] * OPT: ScrollView layout process is delayed. [GB.SETTINGS] * BUG: Do not use Array datatype incorrectly anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fa.po gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/sv.po gambas/trunk/app/src/gambas3/CComponentBox.class gambas/trunk/app/src/gambas3/CPropertyInfo.class gambas/trunk/app/src/gambas3/FConflict.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FOpenProject.class 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/authors.txt gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.settings/Main.module gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/gb.db.sqlite2/src/qry_dat.cpp gambas/trunk/gb.db.sqlite2/src/qry_dat.h gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.db.sqlite3/src/qry_dat.cpp gambas/trunk/gb.db.sqlite3/src/qry_dat.h gambas/trunk/gb.db.sqlite3/src/sqlitedataset.cpp gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.qt/src/CScrollView.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 09:28:06
|
Revision: 1367 http://gambas.svn.sourceforge.net/gambas/?rev=1367&view=rev Author: gambas Date: 2008-05-10 02:28:08 -0700 (Sat, 10 May 2008) Log Message: ----------- * Tag for 2.6 Added Paths: ----------- gambas/tags/2.6/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 09:24:06
|
Revision: 1366 http://gambas.svn.sourceforge.net/gambas/?rev=1366&view=rev Author: gambas Date: 2008-05-10 02:24:07 -0700 (Sat, 10 May 2008) Log Message: ----------- * ChangeLog for 2.6 Modified Paths: -------------- gambas/branches/2.0/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 00:21:52
|
Revision: 1365 http://gambas.svn.sourceforge.net/gambas/?rev=1365&view=rev Author: gambas Date: 2008-05-09 17:21:38 -0700 (Fri, 09 May 2008) Log Message: ----------- [INTERPRETER] * BUG: Do not print the libffi warning twice. [GB.DB.SQLITE2] * BUG: Reading floating point values and other values do not depend on the locale anymore. * NEW: Remove useless code. Modified Paths: -------------- gambas/branches/2.0/gb.db.sqlite2/src/main.cpp gambas/branches/2.0/gb.db.sqlite2/src/qry_dat.cpp gambas/branches/2.0/gb.db.sqlite2/src/qry_dat.h gambas/branches/2.0/gb.db.sqlite2/src/sqlitedataset.cpp gambas/branches/2.0/main/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-10 00:07:15
|
Revision: 1364 http://gambas.svn.sourceforge.net/gambas/?rev=1364&view=rev Author: gambas Date: 2008-05-09 17:07:12 -0700 (Fri, 09 May 2008) Log Message: ----------- [INTERPRETER] * NEW: The foreign function interface is now optional. [GB.DB.SQLITE3] * NEW: Remove useless code. Modified Paths: -------------- gambas/branches/2.0/gb.db.sqlite3/src/main.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.h gambas/branches/2.0/main/configure.ac gambas/branches/2.0/main/gbx/gbx_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-09 23:24:43
|
Revision: 1363 http://gambas.svn.sourceforge.net/gambas/?rev=1363&view=rev Author: gambas Date: 2008-05-09 16:24:46 -0700 (Fri, 09 May 2008) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Reading floating point values and other values do not depend on the locale anymore. [GB.GTK] * BUG: Fix uninitialized variables in ggridview.cpp and gmainwindow.cpp. [GB.SETTINGS] * BUG: Do not use Array datatype incorrectly anymore. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Main.module gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.cpp gambas/branches/2.0/gb.db.sqlite3/src/qry_dat.h gambas/branches/2.0/gb.db.sqlite3/src/sqlitedataset.cpp gambas/branches/2.0/gb.gtk/src/ggridview.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-09 13:04:58
|
Revision: 1362 http://gambas.svn.sourceforge.net/gambas/?rev=1362&view=rev Author: gambas Date: 2008-05-09 06:04:47 -0700 (Fri, 09 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Do not set Project ColumnView AutoResize property to TRUE. Use a very wide column instead to optimize redrawing. * BUG: Fix a tooltip in the subversion conflict dialog. [INTERPRETER] * BUG: Handle the evaluation of Eval() expressions the same way as any other code. Otherwise, stack can be leaked when there is an exception inside. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/es.po gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FConflict.form gambas/branches/2.0/app/src/gambas2/FEditor.class gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FMain.form gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_eval.c gambas/branches/2.0/main/gbx/gbx_exec.c gambas/branches/2.0/main/gbx/gbx_exec.h gambas/branches/2.0/main/gbx/gbx_exec_push.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-07 21:13:14
|
Revision: 1361 http://gambas.svn.sourceforge.net/gambas/?rev=1361&view=rev Author: gambas Date: 2008-05-07 11:37:17 -0700 (Wed, 07 May 2008) Log Message: ----------- [GB.FORM] * BUG: Add default icons for the "calendar" stock icon. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/FDirChooser.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/stock/default/16/calendar.png gambas/trunk/comp/src/gb.form/stock/default/32/calendar.png gambas/trunk/comp/src/gb.form/stock/default/48/calendar.png gambas/trunk/comp/src/gb.form/stock/default/64/calendar.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-05-07 17:10:34
|
Revision: 1360 http://gambas.svn.sourceforge.net/gambas/?rev=1360&view=rev Author: dvillalobos Date: 2008-05-07 10:10:39 -0700 (Wed, 07 May 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: Grammatical error, use Length instead of Lenght. * BUG: Error messages updated. * BUG: Quote some unquoted symbols. * BUG: Used Charset instead of CharSet. * BUG: Local variables renamed. * NEW: User administration (Add, Delete, Grant). [GB.DB.FORM] * BUG: Removed "Fixed" from Forms. Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/.info gambas/trunk/comp/src/gb.db.form/FBrowser.form gambas/trunk/comp/src/gb.db.form/FMain.form gambas/trunk/gb.db.mysql/src/gb.db.mysql/Connection.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/DB.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataTypes.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module Added Paths: ----------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_User.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-05 21:58:00
|
Revision: 1359 http://gambas.svn.sourceforge.net/gambas/?rev=1359&view=rev Author: gambas Date: 2008-05-05 14:57:45 -0700 (Mon, 05 May 2008) Log Message: ----------- [CONFIGURATION] * NEW: Switch version to 2.6. [GB.PDF] * BUG: The component now can really be compiled with poppler 0.8. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/comp/src/gb.chart/.project gambas/branches/2.0/comp/src/gb.db.form/.project gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form.dialog/.project gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/comp/src/gb.info/.project gambas/branches/2.0/comp/src/gb.report/.project gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.web/.project gambas/branches/2.0/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-03 20:59:32
|
Revision: 1358 http://gambas.svn.sourceforge.net/gambas/?rev=1358&view=rev Author: gambas Date: 2008-05-03 13:59:36 -0700 (Sat, 03 May 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: The _MySQL class is declared "Create Static" now. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/Connection.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/DB.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-03 20:54:10
|
Revision: 1357 http://gambas.svn.sourceforge.net/gambas/?rev=1357&view=rev Author: gambas Date: 2008-05-03 13:54:10 -0700 (Sat, 03 May 2008) Log Message: ----------- [INFORMER] * NEW: The informer now can generate component information files for components that do not export any class in their C/C++ part. [GB.DB.MYSQL] * NEW: Import the MySQL specific component made by David Villalobos Cambronero. [GB.FORM.DIALOG] * BUG: Standard dialogs now correctly react to double clicks. [GB.PDF] * BUG: The component now can really be compiled with poppler 0.8. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CComponent.class gambas/trunk/app/src/gambas3/FMakeExecutable.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/comp/src/gb.chart/.project gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.dialog/.info gambas/trunk/comp/src/gb.form.dialog/.lang/ca.po gambas/trunk/comp/src/gb.form.dialog/.lang/es.po gambas/trunk/comp/src/gb.form.dialog/.lang/fr.po gambas/trunk/comp/src/gb.form.dialog/.lang/ja.po gambas/trunk/comp/src/gb.form.dialog/.lang/sv.po gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.dialog/FDirDialog.class gambas/trunk/comp/src/gb.form.dialog/FFileDialog.class gambas/trunk/comp/src/gb.form.dialog/FInputDate.class gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.info/.project gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.web/.project gambas/trunk/gb.db.mysql/src/Makefile.am gambas/trunk/gb.pdf/src/CPdfDocument.cpp gambas/trunk/gb.qt4/src/ext/gb.qt4.ext.component gambas/trunk/gb.qt4/src/gb.qt4.component gambas/trunk/gb.qt4/src/opengl/gb.qt4.opengl.component gambas/trunk/main/gbc/gbi.c Added Paths: ----------- gambas/trunk/comp/src/gb.form.dialog/.lang/de.mo gambas/trunk/comp/src/gb.form.dialog/.lang/de.po gambas/trunk/gb.db.mysql/component.am gambas/trunk/gb.db.mysql/src/gb.db.mysql/ gambas/trunk/gb.db.mysql/src/gb.db.mysql/.component gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/ gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.mo gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.po gambas/trunk/gb.db.mysql/src/gb.db.mysql/.list gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/Connection.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/DB.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataTypes.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Index.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module gambas/trunk/gb.db.mysql/src/gb.db.mysql.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-03 17:36:21
|
Revision: 1356 http://gambas.svn.sourceforge.net/gambas/?rev=1356&view=rev Author: gambas Date: 2008-05-03 10:36:28 -0700 (Sat, 03 May 2008) Log Message: ----------- [GB.FORM.DIALOG] * BUG: Standard dialogs now correctly react to double clicks. 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/FInfo.form gambas/branches/2.0/comp/src/gb.form.dialog/.project gambas/branches/2.0/comp/src/gb.form.dialog/FDirDialog.class gambas/branches/2.0/comp/src/gb.form.dialog/FFileDialog.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-03 15:08:52
|
Revision: 1355 http://gambas.svn.sourceforge.net/gambas/?rev=1355&view=rev Author: gambas Date: 2008-05-03 08:07:55 -0700 (Sat, 03 May 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix a memory leak in the READ instruction when reading a string with a negative length parameter. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/de.mo gambas/trunk/comp/src/gb.form/.lang/de.po gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/share/gb_alloc_temp.h Added Paths: ----------- gambas/trunk/comp/src/gb.form/.lang/ar.mo gambas/trunk/comp/src/gb.form/.lang/ar.po gambas/trunk/comp/src/gb.form/.lang/cs.mo gambas/trunk/comp/src/gb.form/.lang/cs.po gambas/trunk/comp/src/gb.form/.lang/fa.mo gambas/trunk/comp/src/gb.form/.lang/fa.po gambas/trunk/comp/src/gb.form/.lang/zh.mo gambas/trunk/comp/src/gb.form/.lang/zh.po gambas/trunk/comp/src/gb.form/.lang/zh_TW.mo gambas/trunk/comp/src/gb.form/.lang/zh_TW.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 22:05:34
|
Revision: 1354 http://gambas.svn.sourceforge.net/gambas/?rev=1354&view=rev Author: gambas Date: 2008-05-01 15:05:40 -0700 (Thu, 01 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The translation dialog import function has been redesigned. Now it fill untranslated strings with the translations found in a *.po file. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/ar.mo gambas/trunk/app/src/gambas3/.lang/ar.po gambas/trunk/app/src/gambas3/.lang/ca.mo gambas/trunk/app/src/gambas3/.lang/ca.po gambas/trunk/app/src/gambas3/.lang/cs.mo gambas/trunk/app/src/gambas3/.lang/cs.po gambas/trunk/app/src/gambas3/.lang/cy.po gambas/trunk/app/src/gambas3/.lang/de.mo gambas/trunk/app/src/gambas3/.lang/de.po gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fa.mo gambas/trunk/app/src/gambas3/.lang/fa.po gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/gl_ES.mo gambas/trunk/app/src/gambas3/.lang/gl_ES.po gambas/trunk/app/src/gambas3/.lang/hr.mo gambas/trunk/app/src/gambas3/.lang/hr.po gambas/trunk/app/src/gambas3/.lang/hu.po gambas/trunk/app/src/gambas3/.lang/id.po gambas/trunk/app/src/gambas3/.lang/it.mo gambas/trunk/app/src/gambas3/.lang/it.po gambas/trunk/app/src/gambas3/.lang/ja.mo gambas/trunk/app/src/gambas3/.lang/ja.po gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po gambas/trunk/app/src/gambas3/.lang/no.po gambas/trunk/app/src/gambas3/.lang/pl.po gambas/trunk/app/src/gambas3/.lang/pt.po gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.lang/pt_BR.po gambas/trunk/app/src/gambas3/.lang/ru.po gambas/trunk/app/src/gambas3/.lang/sv.mo gambas/trunk/app/src/gambas3/.lang/sv.po gambas/trunk/app/src/gambas3/.lang/zh.mo gambas/trunk/app/src/gambas3/.lang/zh.po gambas/trunk/app/src/gambas3/.lang/zh_TW.mo gambas/trunk/app/src/gambas3/.lang/zh_TW.po gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FTranslate.class gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/ca.po gambas/trunk/comp/src/gb.form/.lang/es.po gambas/trunk/comp/src/gb.form/.lang/fr.mo gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.lang/it.mo gambas/trunk/comp/src/gb.form/.lang/it.po gambas/trunk/comp/src/gb.form/.lang/ja.mo gambas/trunk/comp/src/gb.form/.lang/ja.po gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po gambas/trunk/comp/src/gb.form/.lang/sv.po gambas/trunk/comp/src/gb.form/FFontChooser.class gambas/trunk/comp/src/gb.form/FFontChooser.form gambas/trunk/comp/src/gb.form/FMain.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.lang/de.mo gambas/trunk/comp/src/gb.form/.lang/de.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 17:01:52
|
Revision: 1353 http://gambas.svn.sourceforge.net/gambas/?rev=1353&view=rev Author: gambas Date: 2008-05-01 10:01:38 -0700 (Thu, 01 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Subversion conflicts support. * BUG: Splitting view in editor correctly updates the procedure combo-box now. [GB.PDF] * BUG: Compiles correctly against poppler 0.8 now. [GB.QT] * BUG: PictureBox is correctly refreshed now when its contents change. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FCommit.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FInfo.class gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/FSave.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/VersionControl.module gambas/trunk/gb.pdf/configure.ac gambas/trunk/gb.pdf/src/CPdfDocument.cpp gambas/trunk/gb.qt/src/CPictureBox.cpp gambas/trunk/gb.qt/src/CPictureBox.h Added Paths: ----------- gambas/trunk/app/src/gambas3/FConflict.class gambas/trunk/app/src/gambas3/FConflict.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 15:28:46
|
Revision: 1352 http://gambas.svn.sourceforge.net/gambas/?rev=1352&view=rev Author: gambas Date: 2008-05-01 08:28:52 -0700 (Thu, 01 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Subversion conflicts support. * BUG: Splitting view in editor correctly updates the procedure combo-box now. * BUG: The menu editor does not crash anymore when all menus are deleted at once. [GB.QT] * BUG: PictureBox is correctly refreshed now when its contents change. * NEW: Non resizable windows can be resized by the Move() or Resize() methods now. * BUG: TabStrip[].Count now always returns the correct number of child controls in a tab. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/es.mo gambas/branches/2.0/app/src/gambas2/.lang/es.po 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/FCommit.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/FInfo.class gambas/branches/2.0/app/src/gambas2/FInfo.form gambas/branches/2.0/app/src/gambas2/FMenu.class gambas/branches/2.0/app/src/gambas2/FSave.form gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2/VersionControl.module gambas/branches/2.0/app/src/gambas2/img/control/expander.png gambas/branches/2.0/gb.qt/src/CPictureBox.cpp gambas/branches/2.0/gb.qt/src/CPictureBox.h gambas/branches/2.0/gb.qt/src/CTabStrip.cpp gambas/branches/2.0/gb.qt/src/CWindow.cpp gambas/branches/2.0/gb.qt/src/CWindow.h gambas/branches/2.0/gb.qt/src/main.cpp Added Paths: ----------- gambas/branches/2.0/app/src/gambas2/FConflict.class gambas/branches/2.0/app/src/gambas2/FConflict.form gambas/branches/2.0/app/src/gambas2/img/16/conflict.png Removed Paths: ------------- gambas/branches/2.0/app/src/gambas2/img/16/rotate-back.png gambas/branches/2.0/app/src/gambas2/img/16/rotate.png gambas/branches/2.0/app/src/gambas2/img/16/startup.png gambas/branches/2.0/app/src/gambas2/img/16/startup_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 13:11:58
|
Revision: 1351 http://gambas.svn.sourceforge.net/gambas/?rev=1351&view=rev Author: gambas Date: 2008-05-01 06:11:57 -0700 (Thu, 01 May 2008) Log Message: ----------- * Test for IDE conflict management Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2-database-manager/FData.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 13:10:35
|
Revision: 1350 http://gambas.svn.sourceforge.net/gambas/?rev=1350&view=rev Author: gambas Date: 2008-05-01 06:10:41 -0700 (Thu, 01 May 2008) Log Message: ----------- * Test for IDE conflict management Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2-database-manager/FData.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 13:01:33
|
Revision: 1349 http://gambas.svn.sourceforge.net/gambas/?rev=1349&view=rev Author: gambas Date: 2008-05-01 06:01:29 -0700 (Thu, 01 May 2008) Log Message: ----------- * Test for IDE conflict management Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2-database-manager/FData.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 12:53:50
|
Revision: 1348 http://gambas.svn.sourceforge.net/gambas/?rev=1348&view=rev Author: gambas Date: 2008-05-01 05:53:51 -0700 (Thu, 01 May 2008) Log Message: ----------- * Test for IDE conflict management Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2-database-manager/img/32/gambas.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 09:24:13
|
Revision: 1347 http://gambas.svn.sourceforge.net/gambas/?rev=1347&view=rev Author: gambas Date: 2008-05-01 02:24:17 -0700 (Thu, 01 May 2008) Log Message: ----------- * Test for IDE conflict management Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2-database-manager/FData.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-01 07:38:27
|
Revision: 1346 http://gambas.svn.sourceforge.net/gambas/?rev=1346&view=rev Author: gambas Date: 2008-05-01 00:38:34 -0700 (Thu, 01 May 2008) Log Message: ----------- [GB.PDF] * BUG: Compiles correctly against poppler 0.8 now. Modified Paths: -------------- gambas/branches/2.0/gb.pdf/configure.ac gambas/branches/2.0/gb.pdf/src/CPdfDocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |