gambas-devel-svn Mailing List for Gambas (Page 274)
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-04-18 15:57:58
|
Revision: 1320 http://gambas.svn.sourceforge.net/gambas/?rev=1320&view=rev Author: gambas Date: 2008-04-18 08:58:01 -0700 (Fri, 18 Apr 2008) Log Message: ----------- [COMPILER] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.EVAL] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbc_read.c gambas/branches/2.0/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-17 20:43:18
|
Revision: 1319 http://gambas.svn.sourceforge.net/gambas/?rev=1319&view=rev Author: gambas Date: 2008-04-17 13:43:06 -0700 (Thu, 17 Apr 2008) Log Message: ----------- [INTERPRETER] * BUG: Static arrays can be used as local variables again. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-17 15:21:08
|
Revision: 1318 http://gambas.svn.sourceforge.net/gambas/?rev=1318&view=rev Author: gambas Date: 2008-04-17 08:21:12 -0700 (Thu, 17 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Search include files inside lib64 directories too. Hurra for the distributions that put non 64 bits specific files into a 64 bits specific directory! [DEVELOPMENT ENVIRONMENT] * BUG: Fix the layout of the property sheet text edit dialog. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FText.class gambas/branches/2.0/app/src/gambas2/FText.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-17 10:18:28
|
Revision: 1317 http://gambas.svn.sourceforge.net/gambas/?rev=1317&view=rev Author: gambas Date: 2008-04-17 03:18:25 -0700 (Thu, 17 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some little fixes in the hall of fame animations. * BUG: Fix the layout of the property sheet text edit dialog. * NEW: A new highlighting theme, named 'Quick'. * NEW: The '(Scaled)' virtual property has been renamed as 'Scaled'. * BUG: Fix the "quit" icon in the quit dialog. * BUG: Correctly raise an error when making an executable fails for any reason. * BUG: Extract the property help better. [WIKI CGI SCRIPT] * BUG: Auto link now really makes one identical link between two titles. [INTERPRETER] * OPT: Optimization of additions of small integers. * BUG: INC and DEC now toggle boolean values. * NEW: Use the new '.startup' file to run a project. The old '.project' file can be used for older projects. But its support will be removed in the final version. [COMPILER] * NEW: A '.startup' file is now created at each compilation. It contains an extract of the '.project' file with just what the interpreter needs to run the application. [GB.GTK] * BUG: Void items are correctly handled by ComboBox without crashing now. [GB.EVAL] * BUG: Quoted symbols, i.e. symbols between braces, are now correctly colorized by using the identifier colors. [GB.FORM] * BUG: Removed the useless Tag property from the DatePicker control. * BUG: Fix the height of the DateChooser toolbar. * NEW: Wizard.ShowIndex is a new property that makes the wizard control automatically display the index of the current step. This index takes into account if some steps are disabled. [GB.FORM.DIALOG] * NEW: Dialog.SelectDate() is a new method that allows the user to select a date in a dialog box having a date chooser. [GB.QT] * BUG: You can now resize a non resizable window without having to change its Border property first. [GB.QT.EXT] * BUG: Editor correctly goes to the end of file when pressing CTRL+END. Consequently, SelectAll() works correctly too now. * NEW: Comments just before a procedure are now never folded. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CPropertyInfo.class gambas/trunk/app/src/gambas3/CUser.class gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FGotoLine.form gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FSave.class gambas/trunk/app/src/gambas3/FText.class gambas/trunk/app/src/gambas3/FText.form gambas/trunk/app/src/gambas3/MHelp.module gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/theme/amethyst gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/FBrowser.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FCalendar.class gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/Wizard.class gambas/trunk/comp/src/gb.form.dialog/Dialog.class gambas/trunk/comp/src/gb.form.dialog/Main.module gambas/trunk/gb.gtk/src/CListBox.cpp gambas/trunk/gb.gtk/src/CListBox.h gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_math.c gambas/trunk/main/lib/eval/eval_analyze.c Added Paths: ----------- gambas/trunk/app/src/gambas3/theme/quick gambas/trunk/comp/src/gb.form.dialog/FInputDate.class gambas/trunk/comp/src/gb.form.dialog/FInputDate.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-16 09:30:25
|
Revision: 1316 http://gambas.svn.sourceforge.net/gambas/?rev=1316&view=rev Author: seraf1 Date: 2008-04-16 02:30:17 -0700 (Wed, 16 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: ValueBox now uses a DatePicker when editing a date value. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-16 06:44:03
|
Revision: 1315 http://gambas.svn.sourceforge.net/gambas/?rev=1315&view=rev Author: seraf1 Date: 2008-04-15 23:44:00 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [GB.IDE] * NEW: new DataMultiCombo control icon Added Paths: ----------- gambas/trunk/app/src/gambas3/img/control/datacombomulti.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-15 21:22:44
|
Revision: 1314 http://gambas.svn.sourceforge.net/gambas/?rev=1314&view=rev Author: gambas Date: 2008-04-15 14:22:48 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly raise an error when making an executable fails for any reason. * BUG: Extract the property help better. [INTERPRETER] * BUG: INC and DEC now toggle boolean values. [GB.GTK] * BUG: Void items are correctly handled by ComboBox without crashing now. [GB.QT.EXT] * BUG: Editor correctly goes to the end of file when pressing CTRL+END. Consequently, SelectAll() works correctly too now. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/MHelp.module gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/comp/src/gb.db.form/DataConnection.class gambas/branches/2.0/gb.gtk/src/CListBox.cpp gambas/branches/2.0/gb.gtk/src/CListBox.h gambas/branches/2.0/gb.gtk/src/CTextBox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.h gambas/branches/2.0/gb.qt/src/ext/gview.cpp gambas/branches/2.0/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-15 12:17:34
|
Revision: 1313 http://gambas.svn.sourceforge.net/gambas/?rev=1313&view=rev Author: seraf1 Date: 2008-04-15 05:17:39 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [GB.DB.FORM] NEW: Add DataComboMulti.class Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.component gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.project Added Paths: ----------- gambas/trunk/comp/src/gb.db.form/DataComboMulti.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-15 12:12:25
|
Revision: 1312 http://gambas.svn.sourceforge.net/gambas/?rev=1312&view=rev Author: seraf1 Date: 2008-04-15 05:12:19 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Added Paths: ----------- gambas/trunk/comp/src/gb.form/DatePicker.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-15 11:57:41
|
Revision: 1311 http://gambas.svn.sourceforge.net/gambas/?rev=1311&view=rev Author: seraf1 Date: 2008-04-15 04:57:45 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [GB.FORM] * BUG: correct icon Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/map/gnome.map gambas/trunk/comp/src/gb.form/map/kde.map gambas/trunk/comp/src/gb.form/map/map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-15 08:01:49
|
Revision: 1310 http://gambas.svn.sourceforge.net/gambas/?rev=1310&view=rev Author: seraf1 Date: 2008-04-15 01:01:49 -0700 (Tue, 15 Apr 2008) Log Message: ----------- [GB.DB.FORM] * BUG: .component error for DataComboMulti Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.component gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.list gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-15 06:07:35
|
Revision: 1309 http://gambas.svn.sourceforge.net/gambas/?rev=1309&view=rev Author: seraf1 Date: 2008-04-14 23:07:35 -0700 (Mon, 14 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: Add DatePicker control [GB.DB.FORM] * NEW: Add DataMultiCombo control Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-11 22:36:52
|
Revision: 1308 http://gambas.svn.sourceforge.net/gambas/?rev=1308&view=rev Author: gambas Date: 2008-04-11 15:36:53 -0700 (Fri, 11 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Link with libgettextlib only with OpenBSD. Otherwise, on Linux, there is a symbol comflict with the libxml used by fontconfig, and you get spurious fontconfig warnings, and weird fonts or no font at all! [DEVELOPMENT ENVIRONMENT] * NEW: Use the new image methods for the hall of fame animation. * BUG: Text editor does not flash anymore when being resized. * BUG: The virtual control are now drawn bigger in Dekstop.Scale is too small. [EXAMPLES] * BUG: Fix many examples according to the new way of calculating Desktop.Scale. [INTERPRETER] * BUG: Symbol polymorphism is now correctly handled when the inheritance depth is greater than two! [GB.GTK] * NEW: Image.MakeGray() is a new method that makes an image use gray colors only. * NEW: Image.MakeTransparent() is a new method that intelligently replace a color by transparency. [GB.FORM] * NEW: Add a slider for setting the alpha color component. * BUG: Correctly cancel an impossible rename operation in the DirView control. [GB.QT] * NEW: Image.MakeGray() is a new method that makes an image use gray colors only. * NEW: Image.MakeTransparent() is a new method that intelligently replace a color by transparency. [GB.QT.EXT] * BUG: In Editor, always draw function expanders with the foreground color. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/CUser.class gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FEditor.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/DirView.class gambas/trunk/comp/src/gb.form/FColorChooser.class gambas/trunk/comp/src/gb.form/FColorChooser.form gambas/trunk/comp/src/gb.form/FDirChooser.form gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/Stock.class gambas/trunk/comp/src/gb.form.dialog/FDirDialog.form gambas/trunk/comp/src/gb.form.dialog/FFileDialog.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/examples/examples/Automation/KateBrowser/FBrowser.form gambas/trunk/examples/examples/Automation/Scripting/FScript.form gambas/trunk/examples/examples/Basic/Blights/win1.form gambas/trunk/examples/examples/Basic/Collection/FStart.form gambas/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form gambas/trunk/examples/examples/Basic/Object/FStart.form gambas/trunk/examples/examples/Basic/Timer/FOtherTimer.form gambas/trunk/examples/examples/Basic/Timer/FTimer.form gambas/trunk/examples/examples/Control/Embedder/.settings gambas/trunk/examples/examples/Control/Embedder/FMain.form gambas/trunk/examples/examples/Control/TextEdit/FMain.form gambas/trunk/examples/examples/Control/TextEdit/frmShowHtml.form gambas/trunk/examples/examples/Control/TreeView/TreeViewExample.form gambas/trunk/examples/examples/Database/DataReportExample/Fabout.form gambas/trunk/examples/examples/Database/DataReportExample/Fconn.form gambas/trunk/examples/examples/Database/DataReportExample/Fmain.form gambas/trunk/examples/examples/Database/DataReportExample/Fpreview.form gambas/trunk/examples/examples/Database/Database/FMain.form gambas/trunk/examples/examples/Database/Database/FTest.form gambas/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.form gambas/trunk/examples/examples/Drawing/Chart/FormChart.form gambas/trunk/examples/examples/Drawing/Chart/FormData.form gambas/trunk/examples/examples/Drawing/Clock/FClock.form gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/Gravity/FAbout.form gambas/trunk/examples/examples/Drawing/Gravity/FMain.class gambas/trunk/examples/examples/Drawing/Gravity/FMain.form gambas/trunk/examples/examples/Drawing/ImageViewer/.project gambas/trunk/examples/examples/Drawing/ImageViewer/FViewer.form gambas/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form gambas/trunk/examples/examples/Games/Concent/.lang/fr.mo gambas/trunk/examples/examples/Games/Concent/.lang/fr.po gambas/trunk/examples/examples/Games/Concent/.settings gambas/trunk/examples/examples/Games/Concent/principal.form gambas/trunk/examples/examples/Games/DeepSpace/FAbout.form gambas/trunk/examples/examples/Games/GameOfLife/FMain.form gambas/trunk/examples/examples/Games/RobotFindsKitten/Frfk.class gambas/trunk/examples/examples/Games/RobotFindsKitten/Frfk.form gambas/trunk/examples/examples/Games/Snake/.project gambas/trunk/examples/examples/Games/Snake/FrmMain.form gambas/trunk/examples/examples/Games/Solitaire/FBoardSelect.form gambas/trunk/examples/examples/Games/Solitaire/FGameArea.form gambas/trunk/examples/examples/Misc/Console/FConsole.form gambas/trunk/examples/examples/Misc/Evaluator/.project gambas/trunk/examples/examples/Misc/Evaluator/FEval.form gambas/trunk/examples/examples/Misc/Explorer/.project gambas/trunk/examples/examples/Misc/Explorer/FExplorer.form gambas/trunk/examples/examples/Misc/Notepad/.project gambas/trunk/examples/examples/Misc/Notepad/FAbout.form gambas/trunk/examples/examples/Misc/PDFViewer/FMain.form gambas/trunk/examples/examples/Misc/PDFViewer/Fabout.form gambas/trunk/examples/examples/Networking/ClientSocket/.project gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.form gambas/trunk/examples/examples/Networking/DnsClient/FMain.form gambas/trunk/examples/examples/Networking/HTTPGet/F.form gambas/trunk/examples/examples/Networking/HTTPGet/FConfig.form gambas/trunk/examples/examples/Networking/HTTPPost/F.form gambas/trunk/examples/examples/Networking/SerialPort/FSerialPort.form gambas/trunk/examples/examples/Networking/ServerSocket/FrmMain.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmClient.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmServer.form gambas/trunk/examples/examples/OpenGL/PDFPresentation/.settings gambas/trunk/examples/examples/OpenGL/PDFPresentation/FMain.form gambas/trunk/examples/examples/Printing/Printing/FormPrinting.form gambas/trunk/examples/examples/Sound/CDPlayer/Fcdplayer.form gambas/trunk/examples/examples/Sound/MusicPlayer/.project gambas/trunk/examples/examples/Sound/MusicPlayer/FSoundPlayer.form gambas/trunk/examples/examples/Video/MoviePlayer/.project gambas/trunk/examples/examples/Video/MoviePlayer/FMoviePlayer.form gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/gpicture.cpp gambas/trunk/gb.gtk/src/gpicture.h gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-11 22:07:13
|
Revision: 1307 http://gambas.svn.sourceforge.net/gambas/?rev=1307&view=rev Author: gambas Date: 2008-04-11 15:07:06 -0700 (Fri, 11 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Text editor does not flash anymore when being resized. [INTERPRETER] * BUG: Symbol polymorphism is now correctly handled when the inheritance depth is greater than two! Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FTextEditor.class gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/examples/examples/Database/Database/FMain.form gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-10 21:04:01
|
Revision: 1306 http://gambas.svn.sourceforge.net/gambas/?rev=1306&view=rev Author: gambas Date: 2008-04-10 14:03:45 -0700 (Thu, 10 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: Add a slider for setting the alpha color component. * BUG: Correctly cancel a impossible rename operation in the DirView control. [GB.QT.EXT] * BUG: Editor now correctly highlight its frame according to the focus change on styles that have use of that. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/DirView.class gambas/branches/2.0/comp/src/gb.form/FColorChooser.class gambas/branches/2.0/comp/src/gb.form/FColorChooser.form gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-04-10 19:02:58
|
Revision: 1305 http://gambas.svn.sourceforge.net/gambas/?rev=1305&view=rev Author: dvillalobos Date: 2008-04-10 12:02:57 -0700 (Thu, 10 Apr 2008) Log Message: ----------- [EXAMPLES] * NEW: Spanish translation updated. [DEVELOPMENT ENVIRONMENT] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.lang/es.po gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gbs3/.project gambas/trunk/app/src/gbs3/.settings gambas/trunk/comp/src/gb.chart/.project gambas/trunk/comp/src/gb.db.form/.lang/es.po gambas/trunk/comp/src/gb.form/.lang/es.po gambas/trunk/comp/src/gb.form.dialog/.lang/es.po gambas/trunk/comp/src/gb.form.mdi/.lang/es.po 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/examples/examples/Automation/KateBrowser/.lang/es.mo gambas/trunk/examples/examples/Automation/KateBrowser/.lang/es.po gambas/trunk/examples/examples/Automation/KateBrowser/.project gambas/trunk/examples/examples/Automation/Scripting/.lang/es.po gambas/trunk/examples/examples/Automation/Scripting/.project gambas/trunk/examples/examples/Basic/Blights/.lang/es.po gambas/trunk/examples/examples/Basic/Blights/.project gambas/trunk/examples/examples/Basic/Collection/.lang/es.po gambas/trunk/examples/examples/Basic/Collection/.project gambas/trunk/examples/examples/Basic/DragNDrop/.project gambas/trunk/examples/examples/Basic/Object/.lang/es.po gambas/trunk/examples/examples/Basic/Object/.project gambas/trunk/examples/examples/Basic/Timer/.lang/es.po gambas/trunk/examples/examples/Basic/Timer/.project gambas/trunk/examples/examples/Control/Embedder/.lang/es.mo gambas/trunk/examples/examples/Control/Embedder/.lang/es.po gambas/trunk/examples/examples/Control/Embedder/.project gambas/trunk/examples/examples/Control/HighlightEditor/.lang/es.mo gambas/trunk/examples/examples/Control/HighlightEditor/.lang/es.po gambas/trunk/examples/examples/Control/HighlightEditor/.project gambas/trunk/examples/examples/Control/TextEdit/.lang/es.mo gambas/trunk/examples/examples/Control/TextEdit/.lang/es.po gambas/trunk/examples/examples/Control/TextEdit/.project gambas/trunk/examples/examples/Control/TreeView/.lang/es.po gambas/trunk/examples/examples/Control/TreeView/.project gambas/trunk/examples/examples/Database/DataReportExample/.lang/es.mo gambas/trunk/examples/examples/Database/DataReportExample/.lang/es.po gambas/trunk/examples/examples/Database/DataReportExample/.project gambas/trunk/examples/examples/Database/Database/.lang/es.po gambas/trunk/examples/examples/Database/PictureDatabase/.lang/es.mo gambas/trunk/examples/examples/Database/PictureDatabase/.lang/es.po gambas/trunk/examples/examples/Database/PictureDatabase/.project gambas/trunk/examples/examples/Drawing/AnalogWatch/.project gambas/trunk/examples/examples/Drawing/Chart/.lang/es.mo gambas/trunk/examples/examples/Drawing/Chart/.lang/es.po gambas/trunk/examples/examples/Drawing/Chart/.project gambas/trunk/examples/examples/Drawing/Clock/.lang/es.mo gambas/trunk/examples/examples/Drawing/Clock/.lang/es.po gambas/trunk/examples/examples/Drawing/Clock/.project gambas/trunk/examples/examples/Drawing/Gravity/.lang/es.mo gambas/trunk/examples/examples/Drawing/Gravity/.lang/es.po gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/ImageViewer/.lang/es.po gambas/trunk/examples/examples/Drawing/ImageViewer/.project gambas/trunk/examples/examples/Drawing/OnScreenDisplay/.lang/es.po gambas/trunk/examples/examples/Drawing/OnScreenDisplay/.project gambas/trunk/examples/examples/Drawing/Sensor/.lang/es.po gambas/trunk/examples/examples/Drawing/Sensor/.project gambas/trunk/examples/examples/Games/BeastScroll/.project gambas/trunk/examples/examples/Games/Concent/.lang/es.mo gambas/trunk/examples/examples/Games/Concent/.lang/es.po gambas/trunk/examples/examples/Games/Concent/.project gambas/trunk/examples/examples/Games/DeepSpace/.lang/es.mo gambas/trunk/examples/examples/Games/DeepSpace/.lang/es.po gambas/trunk/examples/examples/Games/DeepSpace/.project gambas/trunk/examples/examples/Games/GameOfLife/.project gambas/trunk/examples/examples/Games/GameOfLife/.settings gambas/trunk/examples/examples/Games/RobotFindsKitten/.lang/es.mo gambas/trunk/examples/examples/Games/RobotFindsKitten/.lang/es.po gambas/trunk/examples/examples/Games/RobotFindsKitten/.project gambas/trunk/examples/examples/Games/Snake/.project gambas/trunk/examples/examples/Games/Solitaire/.lang/es.po gambas/trunk/examples/examples/Games/Solitaire/.project gambas/trunk/examples/examples/Misc/Console/.project gambas/trunk/examples/examples/Misc/Evaluator/.lang/es.po gambas/trunk/examples/examples/Misc/Evaluator/.project gambas/trunk/examples/examples/Misc/Explorer/.lang/es.po gambas/trunk/examples/examples/Misc/Explorer/.project gambas/trunk/examples/examples/Misc/Notepad/.lang/es.po gambas/trunk/examples/examples/Misc/Notepad/.project gambas/trunk/examples/examples/Misc/PDFViewer/.lang/es.mo gambas/trunk/examples/examples/Misc/PDFViewer/.lang/es.po gambas/trunk/examples/examples/Misc/PDFViewer/.project gambas/trunk/examples/examples/Networking/ClientSocket/.lang/es.po gambas/trunk/examples/examples/Networking/ClientSocket/.project gambas/trunk/examples/examples/Networking/DnsClient/.lang/es.po gambas/trunk/examples/examples/Networking/DnsClient/.project gambas/trunk/examples/examples/Networking/HTTPGet/.lang/es.po gambas/trunk/examples/examples/Networking/HTTPGet/.project gambas/trunk/examples/examples/Networking/HTTPPost/.lang/es.po gambas/trunk/examples/examples/Networking/HTTPPost/.project gambas/trunk/examples/examples/Networking/SerialPort/.lang/es.mo gambas/trunk/examples/examples/Networking/SerialPort/.lang/es.po gambas/trunk/examples/examples/Networking/SerialPort/.project gambas/trunk/examples/examples/Networking/ServerSocket/.lang/es.po gambas/trunk/examples/examples/Networking/ServerSocket/.project gambas/trunk/examples/examples/Networking/UDPServerClient/.lang/es.po gambas/trunk/examples/examples/Networking/UDPServerClient/.project gambas/trunk/examples/examples/Networking/WebBrowser/.lang/es.po gambas/trunk/examples/examples/Networking/WebBrowser/.project gambas/trunk/examples/examples/OpenGL/3DWebCam/.project gambas/trunk/examples/examples/OpenGL/GambasGears/.project gambas/trunk/examples/examples/OpenGL/PDFPresentation/.project gambas/trunk/examples/examples/Printing/Printing/.lang/es.mo gambas/trunk/examples/examples/Printing/Printing/.lang/es.po gambas/trunk/examples/examples/Printing/Printing/.project gambas/trunk/examples/examples/Sound/CDPlayer/.lang/es.mo gambas/trunk/examples/examples/Sound/CDPlayer/.lang/es.po gambas/trunk/examples/examples/Sound/CDPlayer/.project gambas/trunk/examples/examples/Sound/MusicPlayer/.lang/es.po gambas/trunk/examples/examples/Sound/MusicPlayer/.project gambas/trunk/examples/examples/Video/MoviePlayer/.lang/es.po gambas/trunk/examples/examples/Video/MoviePlayer/.project gambas/trunk/examples/examples/Video/MyWebCam/.lang/es.po gambas/trunk/examples/examples/Video/MyWebCam/.project gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.gtk/src/gb.gtk/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-10 12:06:11
|
Revision: 1304 http://gambas.svn.sourceforge.net/gambas/?rev=1304&view=rev Author: gambas Date: 2008-04-10 05:06:14 -0700 (Thu, 10 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Makes better configuration warning messages when detecting libintl and libiconv libraries. [DEVELOPMENT ENVIRONMENT] * NEW: The About dialog box was redesigned. The Hall Of Fame is now displayed with a cool animation. * NEW: The entire project was adapted to the new way of calculating Desktop.Scale. * NEW: When loading a Gambas 2 form, the form editor tries to adapt to the new way of calculating Desktop.Scale automatically. [COMPILER] * BUG: Adds many error messages when a compiler limit is reached: too many static symbols in a same class, too many dynamic symbols, too many functions, and so on. [GB.GTK] * NEW: Desktop.Scale is now half the font ascent, not half the font height. * NEW: Color.Medium() method was replaced by Color.Mix(), that takes a new optional argument indicating the relative weight of the second color. [GB.QT] * NEW: Desktop.Scale is now half the font ascent, not half the font height. * NEW: Color.Medium() method was replaced by Color.Mix(), that takes a new optional argument indicating the relative weight of the second color. [GB.QT.EXT] * BUG: Editor now correctly highlight its frame according to the focus change on styles that have use of that. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.project gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FColorChooser.form gambas/trunk/app/src/gambas3/FCommit.form gambas/trunk/app/src/gambas3/FCreateFile.form gambas/trunk/app/src/gambas3/FCreateProject.class gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FDebugInfo.form gambas/trunk/app/src/gambas3/FEditor.form gambas/trunk/app/src/gambas3/FFind.form gambas/trunk/app/src/gambas3/FFindList.form gambas/trunk/app/src/gambas3/FFontChooser.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FFormStack.form gambas/trunk/app/src/gambas3/FGotoLine.form gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/FList.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FMakeExecutable.form gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FMenu.class gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FNewTranslation.form gambas/trunk/app/src/gambas3/FOpenProject.form gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/FProjectItem.form gambas/trunk/app/src/gambas3/FProperty.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FSave.form gambas/trunk/app/src/gambas3/FSelectIcon.form gambas/trunk/app/src/gambas3/FText.form gambas/trunk/app/src/gambas3/FTextEditor.form gambas/trunk/app/src/gambas3/FTips.form gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/app/src/gambas3/FWelcome.class gambas/trunk/app/src/gambas3/FWelcome.form gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FColorChooser.form gambas/trunk/comp/src/gb.form/FDirChooser.form gambas/trunk/comp/src/gb.form/FFontChooser.form gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/FWizard.form gambas/trunk/comp/src/gb.form/Stock.class gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.dialog/FDirDialog.form gambas/trunk/comp/src/gb.form.dialog/FFileDialog.form gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/examples/examples/Database/Database/.project gambas/trunk/examples/examples/Database/Database/FTest.form gambas/trunk/gb.gtk/src/CColor.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.qt/src/CColor.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/share/gb_limit.h Added Paths: ----------- gambas/trunk/app/src/gambas3/CUser.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/FProjectEnv.class gambas/trunk/app/src/gambas3/FProjectEnv.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-09 22:38:41
|
Revision: 1303 http://gambas.svn.sourceforge.net/gambas/?rev=1303&view=rev Author: gambas Date: 2008-04-09 15:38:22 -0700 (Wed, 09 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Makes better configuration warning messages when detecting libintl and libiconv libraries. [DEVELOPMENT ENVIRONMENT] * NEW: Displays an error message if a project is not a Gambas 2 project. [COMPILER] * BUG: Adds many error messages when a compiler limit is reached: too many static symbols in a same class, too many dynamic symbols, too many functions, and so on. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 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/Project.module gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/main/configure.ac gambas/branches/2.0/main/gbc/gbc_class.c gambas/branches/2.0/main/share/gb_limit.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-07 22:31:31
|
Revision: 1302 http://gambas.svn.sourceforge.net/gambas/?rev=1302&view=rev Author: gambas Date: 2008-04-07 15:31:35 -0700 (Mon, 07 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Evaluating expressions in the output console works again. [WIKI CGI SCRIPT] * BUG: Allow "--" between two "==" for displaying an horizontal line. [INTERPRETER] * BUG: TRY correctly store the last error raised in the Error class. [GB.EVAL] * BUG: Evaluating "Error" does not crash anymore. It just raises an error. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/lib/eval/eval_trans_tree.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-07 22:00:03
|
Revision: 1301 http://gambas.svn.sourceforge.net/gambas/?rev=1301&view=rev Author: gambas Date: 2008-04-07 15:00:00 -0700 (Mon, 07 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Evaluating expressions in the output console works again. [GB.EVAL] * BUG: Evaluating "Error" does not crash anymore. It just raises an error. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/main/lib/eval/eval_read.c gambas/branches/2.0/main/lib/eval/eval_trans_tree.c gambas/branches/2.0/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-07 17:44:13
|
Revision: 1300 http://gambas.svn.sourceforge.net/gambas/?rev=1300&view=rev Author: gambas Date: 2008-04-07 10:43:48 -0700 (Mon, 07 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The auto-completion of children classes does not overflow the stack anymore. [GB.QT] * BUG: Resizing a GridView column inside the ColumnResize event handler ?\194?\160 does not lead to a crash anymore. 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/FEditor.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/ggridview.h gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/CGridView.h gambas/trunk/gb.qt/src/gb.qt/.project gambas/trunk/gb.qt/src/gb.qt/Action.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-07 17:33:10
|
Revision: 1299 http://gambas.svn.sourceforge.net/gambas/?rev=1299&view=rev Author: gambas Date: 2008-04-07 10:32:27 -0700 (Mon, 07 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Resizing a GridView column inside the ColumnResize event handler does not lead to a crash anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.gtk/src/ggridview.cpp gambas/branches/2.0/gb.gtk/src/ggridview.h gambas/branches/2.0/gb.qt/src/CGridView.cpp gambas/branches/2.0/gb.qt/src/CGridView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 21:01:21
|
Revision: 1298 http://gambas.svn.sourceforge.net/gambas/?rev=1298&view=rev Author: gambas Date: 2008-04-05 14:01:27 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The auto-completion of children classes does not overflow the stack anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/CComponent.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 18:49:36
|
Revision: 1297 http://gambas.svn.sourceforge.net/gambas/?rev=1297&view=rev Author: gambas Date: 2008-04-05 11:49:34 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a search box in the output console toolbar. * BUG: A function inserted at the end of a file is now always correctly inserted even if the last procedure is collapsed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FOutput.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 18:47:37
|
Revision: 1296 http://gambas.svn.sourceforge.net/gambas/?rev=1296&view=rev Author: gambas Date: 2008-04-05 11:47:43 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a search box in the output console toolbar. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/app/src/gambas2/FOutput.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |