Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1276] gambas/trunk (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-31 19:04:31
|
Revision: 1276 http://gambas.svn.sourceforge.net/gambas/?rev=1276&view=rev Author: gambas Date: 2008-03-31 12:04:28 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: You can open a terminal in the project directory now. * NEW: The IDE now marks projects as Gambas 3 projects. * NEW: Port Gambas2 fixes. (INTERPRETER] * NEW: New API for returning the type of a Gambas array. [GB.DESKTOP] * NEW: New internal methods for reading or writing a windows property, and for sending a client message to the root window. * NEW: Desktop.Find() has been renamed to Desktop.FindWindow(). * NEW: Desktop.OpenTerminal() opens a terminal on a specified directory according to the current desktop in use. [GB.QT] * BUG: Window id are really integers, not pointers. [GB.GTK] * BUG: Window id are really integers, not pointers. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FSignature.class gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/ColorButton.class gambas/trunk/examples/examples/Control/Embedder/.settings gambas/trunk/examples/examples/Control/Embedder/FMain.class gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/CScreen.cpp gambas/trunk/gb.gtk/src/CTreeView.cpp gambas/trunk/gb.gtk/src/CWatcher.cpp gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gplugin.h gambas/trunk/gb.gtk/src/gsplitter.cpp gambas/trunk/gb.gtk/src/gsplitter.h gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CEmbedder.cpp gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/gb.qt/src/CScreen.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/CDraw.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/share/CControl_desc.h gambas/trunk/main/configure.ac gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/lib/draw/gb.draw.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_component.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-02 01:15:28
|
Revision: 1282 http://gambas.svn.sourceforge.net/gambas/?rev=1282&view=rev Author: gambas Date: 2008-04-01 18:15:31 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The "Show help property" option works correctly now. * BUG: The splitter position of the debug window is correctly restored now. [GB.DESKTOP] * NEW: Many methods for dealing with windows properties, for watching them, for watching window changes... All are defined in the internal _Desktop class. They won't be public. [GB.FORM] * NEW: The Space key now raises the Activate event in the DateChooser control. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/FDebugInfo.class gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/FCalendar.class gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.component gambas/trunk/gb.desktop/src/gb.desktop/.icon.png gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/gb.desktop/src/gb.desktop/Form1.class gambas/trunk/gb.desktop/src/gb.desktop/Form1.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 13:06:15
|
Revision: 1292 http://gambas.svn.sourceforge.net/gambas/?rev=1292&view=rev Author: gambas Date: 2008-04-05 06:06:08 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Add "-O1" optimization flag to the linker, and the "-z defs" flag that should make it warn then an undefined imported symbol is found. [WIKI CGI SCRIPT] * NEW: Adds a switch to display 2.0 or 3.0 symbols in the component help pages. [INTERPRETER] * BUG: The binary and hexadecimal numbers with a '&' suffix are now correctly extended to a Long unsigned constant if needed. [GB.DESKTOP] * NEW: DesktopWatcher is a new class that watch property and dimension changes on the root window or any other window. * NEW: Desktop.Windows returns a pseudo-collection of all top-level windows. * NEW: DesktopWindow is a class that represents one specific top-level window. * NEW: Desktop.ActiveWindow returns the id of the current active top-level window. * NEW: Desktop.Showing returns or sets if the "show desktop" button is active. * NEW: Desktop.Current returns or sets the index of the current active virtual desktop. * NEW: Desktop.Count returns the number of virtual desktops. * NEW: Desktop[Index] returns a virtual object that represents a virtual desktop. [GB.EVAL] * BUG: The long binary and hexadecimal numbers are correctly interpreted now. * BUG: Remove an apparently useless line of code that made the highlighter sometimes crash! [GB.QT.EXT] * BUG: The editor selection background is now drawn on top of the possible text background. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/acinclude.m4 gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/gb.desktop/src/Makefile.am gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/desktop.h gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.desktop/src/gb.desktop/.list gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.desktop/src/main.c gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h gambas/trunk/help/help/style.css gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/lib/eval/eval_analyze.c gambas/trunk/main/lib/eval/eval_trans_expr.c Added Paths: ----------- gambas/trunk/gb.desktop/gb_list.h gambas/trunk/gb.desktop/gb_list_temp.h gambas/trunk/gb.desktop/src/gb.desktop/Atom.class gambas/trunk/gb.desktop/src/gb.desktop/DesktopWindow.class gambas/trunk/gb.desktop/src/gb.desktop/_DesktopVirtual.class gambas/trunk/gb.desktop/src/gb.desktop/_DesktopWindows.class gambas/trunk/gb.desktop/src/gb_list.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 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-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: <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-18 23:43:32
|
Revision: 1321 http://gambas.svn.sourceforge.net/gambas/?rev=1321&view=rev Author: gambas Date: 2008-04-18 16:43:38 -0700 (Fri, 18 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Libraries and include files are automatically searched inside 64 bits specific directories. [DEVELOPMENT ENVIRONMENT] * NEW: Automatically convert old Border property to the new Border and Resizable properties. * BUG: The "Theme" tab of the option dialog is correctly initialized the first time Gambas is run. * BUG: Going to a non-existing line number in the editor does not crash the IDE anymore. * NEW: The IDE forms now use the new Border, Resizable and Type properties of the Window class. [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. [GB.GTK] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. [GB.QT] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCompletion.form gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FDebugInfo.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FFind.class 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/FFormStack.form gambas/trunk/app/src/gambas3/FGambas.form gambas/trunk/app/src/gambas3/FGotoLine.form gambas/trunk/app/src/gambas3/FIconEditor.form gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/FList.form gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FNewTranslation.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/FPropertyProject.form gambas/trunk/app/src/gambas3/FSave.form gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FToolBox.form gambas/trunk/app/src/gambas3/MTheme.module gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FDirChooser.form gambas/trunk/comp/src/gb.form/FExpander.form gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/comp/src/gb.form/FToolBar.form gambas/trunk/comp/src/gb.form/FWizard.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/share/gb.form.properties.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/gb.qt/src/x11.c gambas/trunk/gb.qt/src/x11.h gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/lib/eval/eval_read.c Added Paths: ----------- gambas/trunk/gb.gtk/src/x11.c gambas/trunk/gb.gtk/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-21 23:16:21
|
Revision: 1332 http://gambas.svn.sourceforge.net/gambas/?rev=1332&view=rev Author: gambas Date: 2008-04-21 16:15:48 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automically edit the 'Name' property when inserting a new control in a form. * BUG: Defining the startup class correctly updates the .startup file. * BUG: The form editor takes into account the new Border and Resizable Window properties correctly now. * BUG: Form editor window frame is drawn in a more polished way. * NEW: Automatically focus on the last edited property when the form editor selection changes. * BUG: Do not hide the debug window anymore when undocking the console. [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the ?\194?\160 debugger anymore. ?\194?\160 [GB.FORM] * NEW: Workspace.Orientation is a new property that allows to define the orientation of the Workspace tabstrip. * BUG: Fix the DatePicker button drawing routine in ValueBox. ?\194?\160 [GB.GTK] * BUG: Windows cannot get focus anymore. [GB.NET.SMTP] * NEW: Write a Content-Length header inside MIME parts. [GB.QT] * NEW: Do not automatically transform non catched key events into accelator events. * BUG: Draw.Style.Panel() works correctly now. [GB.SETTINGS] * NEW: Settings.Read and Settings.Write now always store control settings in a slot based on the parent Window name, not the top-level one. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/cy.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FDebugInfo.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/app/src/gambas3/Project.module 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/FBalloon.form gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/FWorkspace.form gambas/trunk/comp/src/gb.form.mdi/Form1.class gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/libsmtp_mime.h gambas/trunk/gb.net.smtp/src/parts.c gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 10:28:59
|
Revision: 1335 http://gambas.svn.sourceforge.net/gambas/?rev=1335&view=rev Author: gambas Date: 2008-04-23 03:28:33 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Use the libtool optimizer 'dolt' made by Josh Triplett. This should speed up the all compilation. [GB.GTK] * BUG: PictureBox.Alignment property now correctly deals with Align.Normal, Align.TopNormal, and Align.BottomNormal alignments. [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. [GB.QTE] * BUG: No more automake warning about GNU extensions. * BUG: The component compiles correctly again. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.gtk/src/gpicturebox.cpp gambas/trunk/gb.qt/src/CPictureBox.cpp gambas/trunk/gb.qt/src/CPictureBox.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qte/gb.qte.am gambas/trunk/gb.qte/src/Makefile.am gambas/trunk/gb.qte/src/ext/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-29 13:41:25
|
Revision: 1344 http://gambas.svn.sourceforge.net/gambas/?rev=1344&view=rev Author: gambas Date: 2008-04-29 06:40:55 -0700 (Tue, 29 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: The syntax of pkg-config detection macro has changed to better use the pkg-config possibilities. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly update .startup file when closing the project property dialog. * BUG: Don't crash when the debugger stops inside the form generated code. * BUG: Update the project templates to the 3.0 syntax. [GB.QTE] * BUG: Make this component compile correctly. * BUG: Remove the automake warning. [GB.QT4] * NEW: Upgrade to the new QT 4 syntax in many places. * NEW: Menu class has been redesigned to use the new QAction class. Not tested yet. * NEW: Standard controls work better. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/template/_project gambas/trunk/comp/src/gb.form/FFontChooser.form gambas/trunk/gb.db.sqlite3/configure.ac gambas/trunk/gb.gtk/configure.ac gambas/trunk/gb.gtk.svg/configure.ac gambas/trunk/gb.net/configure.ac gambas/trunk/gb.net.curl/configure.ac gambas/trunk/gb.pdf/configure.ac gambas/trunk/gb.qt/configure.ac gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt.kde/configure.ac gambas/trunk/gb.qt4/config.h.in gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CCheckBox.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CClipboard.h gambas/trunk/gb.qt4/src/CColor.cpp gambas/trunk/gb.qt4/src/CConst.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CFrame.h gambas/trunk/gb.qt4/src/CIconView.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CImage.h gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CListBox.cpp gambas/trunk/gb.qt4/src/CListBox.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/CMessage.cpp gambas/trunk/gb.qt4/src/CMouse.cpp gambas/trunk/gb.qt4/src/CMovieBox.cpp gambas/trunk/gb.qt4/src/CPanel.cpp gambas/trunk/gb.qt4/src/CPanel.h gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CPicture.h gambas/trunk/gb.qt4/src/CPictureBox.cpp gambas/trunk/gb.qt4/src/CProgress.cpp gambas/trunk/gb.qt4/src/CProgress.h gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CScrollBar.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CScrollView.h gambas/trunk/gb.qt4/src/CSlider.cpp gambas/trunk/gb.qt4/src/CSpinBox.cpp gambas/trunk/gb.qt4/src/CSplitter.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTabStrip.h gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextArea.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTreeView.cpp gambas/trunk/gb.qt4/src/CWatch.cpp gambas/trunk/gb.qt4/src/CWatch.h gambas/trunk/gb.qt4/src/CWatcher.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/ext/CTextEdit.cpp gambas/trunk/gb.qt4/src/ext/Makefile.am gambas/trunk/gb.qt4/src/ext/main.cpp gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.qte/gb.qte.am gambas/trunk/gb.qte/src/Makefile.am gambas/trunk/gb.qte/src/ext/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-30 23:07:57
|
Revision: 1345 http://gambas.svn.sourceforge.net/gambas/?rev=1345&view=rev Author: gambas Date: 2008-04-30 16:08:02 -0700 (Wed, 30 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The menu editor does not crash anymore when all menus are deleted at once. [GB.FORM] * NEW: Simplify the DateChooser. [GB.FORM.MDI] * BUG: Remove a useless Watcher in the Toolbar class. [GB.QT] * BUG: TabStrip[].Count now always returns the correct number of child controls in a tab. [GB.QT4] * NEW: gb.qt4 is almost usable. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FMenu.class gambas/trunk/app/src/gambas3/FWelcome.form gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FCalendar.class gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FColorChooser.class gambas/trunk/comp/src/gb.form/FDirChooser.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ListContainer.class gambas/trunk/comp/src/gb.form/Wizard.class gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.mdi/.icon.png gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/Form1.form gambas/trunk/examples/examples/Drawing/AnalogWatch/.project gambas/trunk/gb.qt/src/CTabStrip.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt4/src/CConst.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CDraw.h gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CGridView.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CLabel.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CSplitter.cpp gambas/trunk/gb.qt4/src/CSplitter.h gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTabStrip.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/Form2.class gambas/trunk/comp/src/gb.form.mdi/Form2.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 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 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-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-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: <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-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-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-14 12:44:48
|
Revision: 1378 http://gambas.svn.sourceforge.net/gambas/?rev=1378&view=rev Author: gambas Date: 2008-05-14 05:44:23 -0700 (Wed, 14 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Pasting controls works again. [GB.QT] * NEW: PictureBox.AutoResize is a new property that makes the PictureBox fits its contents. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/CPropertyInfo.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.gtk/src/gpicturebox.h gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CPictureBox.cpp gambas/trunk/gb.qt/src/CPictureBox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-15 11:23:10
|
Revision: 1384 http://gambas.svn.sourceforge.net/gambas/?rev=1384&view=rev Author: gambas Date: 2008-05-15 04:23:16 -0700 (Thu, 15 May 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly focus on the Name property when a new control is created in the form editor. [EXAMPLES] * BUG: Fix the DataReportExample example. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/examples/examples/Database/DataReportExample/.project 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.class gambas/trunk/examples/examples/Database/DataReportExample/Fpreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-05-21 09:41:43
|
Revision: 1391 http://gambas.svn.sourceforge.net/gambas/?rev=1391&view=rev Author: gambas Date: 2008-05-21 02:41:25 -0700 (Wed, 21 May 2008) Log Message: ----------- [WIKI CGI SCRIPT] * BUG: Fix the "<hr>" bug in example sections. * BUG: Correctly display the main title before syntax sections. [ARCHIVER] * NEW: Ignore core dump files when making an executable. [GB.GTK] * BUG: Fix the XEMBED protocol support. [GB.QT] * BUG: Fix the XEMBED protocol support. * BUG: Adding an item to a ComboBox with a bad index should not print any warning message anymore. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/ar.po gambas/trunk/app/src/doc.cgi/.lang/ca.po gambas/trunk/app/src/doc.cgi/.lang/de.po gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/doc.cgi/.lang/fa.po gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.lang/it.po gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/doc.cgi/.lang/ru.po gambas/trunk/app/src/doc.cgi/.lang/sv.po gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/examples/examples/Control/Embedder/.project gambas/trunk/examples/examples/Control/Embedder/FMain.form gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.qt/src/CTextBox.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/gb.qt/src/gb.qt.h gambas/trunk/main/gbc/gba.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-03 14:31:53
|
Revision: 1398 http://gambas.svn.sourceforge.net/gambas/?rev=1398&view=rev Author: dvillalobos Date: 2008-06-03 07:31:59 -0700 (Tue, 03 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: Quoted symbols in Table::INSERT [GB.DESKTOP] * BUG: Commented line 193 in Desktop class. Terminal opens on KDE desktops. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-09 12:30:37
|
Revision: 1402 http://gambas.svn.sourceforge.net/gambas/?rev=1402&view=rev Author: dvillalobos Date: 2008-06-09 05:30:41 -0700 (Mon, 09 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added Info function to _User class. * OPT: Optimized the Info function in some clases. * NEW: Spanish translation updated. * NEW: Added basic support to Routines. * NEW: Dumps include routines now. [DEVELOPMENT ENVIROMENT] * BUG: Updated country for David Villalobos (authors.txt). ;-) * NEW: Spanish translation updated. [GB.FORM] * BUG: Commented line 547 in class ValueBox (Print "aa"). * NEW: ValueBox and DatePicker close the DateChooser form when Esc key is pressed. Modified Paths: -------------- gambas/trunk/app/src/gambas-database-manager/FAbout.form gambas/trunk/app/src/gambas-database-manager/FPassword.class gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/comp/src/gb.form/DateChooser.class gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/ValueBox.class 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/_DataBase.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/_User.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class Added Paths: ----------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Routines.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 10:44:43
|
Revision: 1404 http://gambas.svn.sourceforge.net/gambas/?rev=1404&view=rev Author: gambas Date: 2008-06-11 03:44:50 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Adds a popup menu to the console window. [WIKI CGI SCRIPT] * BUG: Display a message when accessing a symbol page that does not exist in the current version. [EXAMPLES] * NEW: New Barcode example made by Charles Guerin and modified by me. [INTERPRETER] * NEW: New API for returning the fully-qualified domain name. * BUG: Fix a bug in DateAdd() that made this function corrupt the next date to string conversion, which then lead to other bad weird things. [GB.DRAW] * BUG: Fix Draw.Circle center that was shifted one pixel to the top left. [GB.GTK] * BUG: Window.Reparent() now works correctly when embedding or unembedding a top-level window. ?\194?\160 [GB.NET.SMTP] * NEW: Do not use MIME parts when it is useless. * BUG: Try to use the fully-qualified domain name when sending the EHLO command to the SMTP server. That actually works only if the system domain name has been set to the DNS domain name. [GB.PCRE] * BUG: Fix crashes due to bad uses of interpreter API. [GB.QT] * BUG: Fix the drawing of the frame of cached DrawingArea controls. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/doc.cgi/.lang/fa.po gambas/trunk/app/src/doc.cgi/.lang/fr.mo gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/CSmtpClient.h gambas/trunk/gb.net.smtp/src/libsmtp_connection.c gambas/trunk/gb.net.smtp/src/libsmtp_error.c gambas/trunk/gb.pcre/src/regexp.c gambas/trunk/gb.qt/src/CDrawingArea.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/examples/examples/Drawing/Barcode/ gambas/trunk/examples/examples/Drawing/Barcode/.directory gambas/trunk/examples/examples/Drawing/Barcode/.icon.png gambas/trunk/examples/examples/Drawing/Barcode/.project gambas/trunk/examples/examples/Drawing/Barcode/.settings gambas/trunk/examples/examples/Drawing/Barcode/FMain.class gambas/trunk/examples/examples/Drawing/Barcode/FMain.form gambas/trunk/examples/examples/Drawing/Barcode/barcode.png gambas/trunk/examples/examples/Drawing/Barcode/modCrBcode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 19:18:34
|
Revision: 1406 http://gambas.svn.sourceforge.net/gambas/?rev=1406&view=rev Author: gambas Date: 2008-06-11 12:16:52 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not display the current opened project in the list of recently opened projects. [GB.XML] * BUG: XMLDocument.Open() now can open a file located inside the project. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FOpenProject.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/gb.xml/src/CXMLDocument.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |