Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1726] gambas/trunk (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2008-12-08 01:22:13
|
Revision: 1726 http://gambas.svn.sourceforge.net/gambas/?rev=1726&view=rev Author: gambas Date: 2008-12-08 01:22:08 +0000 (Mon, 08 Dec 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Searching backward inside a subroutine should not freeze anymore. [GB.GTK] * BUG: TrayIcons do not raise events anymore if a modal dialog is shown. * BUG: If no toplevel menu is visible, then the window menubar is hidden. * BUG: As in gb.gt, toplevel menus with no text (separators) are hidden. * BUG: The TrayIcons _next and _get special methods do not crash anymore. * BUG: Buttons color properties now should work as expected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FFind.class gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gbutton.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmenu.cpp gambas/trunk/gb.gtk/src/gmenu.h gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/gtrayicon.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/src/gb.qt/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-12-28 19:01:44
|
Revision: 1747 http://gambas.svn.sourceforge.net/gambas/?rev=1747&view=rev Author: gambas Date: 2008-12-28 19:01:39 +0000 (Sun, 28 Dec 2008) Log Message: ----------- [CONFIGURATION] * NEW: Upgrade libtool autoconf macros and libltdl sources to the 1.5.26 version. [DEVELOPMENT ENVIRONMENT] * BUG: Control and window dimensions can go up to 4096x4096 pixels. * BUG: When unchecking GUI components in a project, the edited forms are automatically closed. * BUG: Do not use the form icon on form class editors when refreshing the project. * BUG: In the icon editor, filling with a transparent color won't enter an infinite loop anymore. * BUG: Selecting the "Collection" word while debugging does not crash the IDE anymore. * NEW: Pressing Escape now closes a debugging window. * BUG: The 'Minimize on run' option works correctly now. [INTERPRETER] * BUG: SUPER now works inside overriden static methods. [GB.DB.ODBC] * BUG: Handle ODBC drivers that can return the number of records in a query better. [GB.DEBUG] * BUG: If there is an I/O error between a debugged process and the IDE, the process is aborted. * BUG: Evaluating a class name returns better information now. [GB.EVAL] * BUG: Highlight.Analyze correctly handle code lines having non ASCII characters inside. [GB.FORM] * BUG: The Balloon does not take the focus anymore. [GB.FORM.MDI] * NEW: Starting to enhance the Action class to provide shortcuts and toolbar configuration dialog. Does nothing at the moment! [GB.GTK] * BUG: Fix a leak in font objects management. * BUG: Picture.Load() yet loads an image, but internally converts it to a pixmap. It speeds up following draws based on this picture. * BUG: Startup forms hidden at design time are not shown automatically anymore. * NEW: The Action class is now shared with gb.qt by using a symbolic link. [GB.IMAGE.INFO] * NEW: New component to get information about an image file without having to fully load it. [GB.QT] * BUG: Disable automatic extra indent of Labels. * BUG: Startup forms hidden at design time are not shown automatically anymore. * BUG: Don't allow widgets to be destroyed while processing non-input events. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/TODO gambas/trunk/acinclude.m4 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/CComponent.class gambas/trunk/app/src/gambas3/FDebugExpr.class gambas/trunk/app/src/gambas3/FIconEditor.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FBalloon.class gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.list gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/ToolBar.class gambas/trunk/configure.ac gambas/trunk/gb.db.odbc/src/main.c gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gb.gtk/.project gambas/trunk/gb.gtk/src/gfont.cpp gambas/trunk/gb.gtk/src/gfont.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gtools.h gambas/trunk/gb.qt/src/CLabel.cpp gambas/trunk/gb.qt/src/CMenu.cpp gambas/trunk/gb.qt/src/CTrayIcon.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/gb.qt/.project gambas/trunk/gb.qt/src/gb.qt/Action.class gambas/trunk/gb.qt/src/gb.qt/FMain.form gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt/src/main.h gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/debug/print.c gambas/trunk/main/lib/eval/CHighlight.c gambas/trunk/main/libltdl/Makefile.am gambas/trunk/main/libltdl/acinclude.m4 gambas/trunk/main/libltdl/config.guess gambas/trunk/main/libltdl/config.sub gambas/trunk/main/libltdl/install-sh gambas/trunk/main/libltdl/ltdl.c gambas/trunk/main/libltdl/ltdl.h gambas/trunk/main/libltdl/ltmain.sh gambas/trunk/main/libltdl/missing Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/gb.gtk/src/gb.gtk/Action.class gambas/trunk/gb.image.info/ gambas/trunk/gb.image.info/AUTHORS gambas/trunk/gb.image.info/COPYING gambas/trunk/gb.image.info/ChangeLog gambas/trunk/gb.image.info/INSTALL gambas/trunk/gb.image.info/Makefile.am gambas/trunk/gb.image.info/NEWS gambas/trunk/gb.image.info/PHP_LICENSE gambas/trunk/gb.image.info/README gambas/trunk/gb.image.info/acinclude.m4 gambas/trunk/gb.image.info/component.am gambas/trunk/gb.image.info/config.guess gambas/trunk/gb.image.info/config.sub gambas/trunk/gb.image.info/configure.ac gambas/trunk/gb.image.info/gambas.h gambas/trunk/gb.image.info/gb_common.h gambas/trunk/gb.image.info/ltmain.sh gambas/trunk/gb.image.info/reconf gambas/trunk/gb.image.info/src/ gambas/trunk/gb.image.info/src/CImageStat.c gambas/trunk/gb.image.info/src/CImageStat.h gambas/trunk/gb.image.info/src/Makefile.am gambas/trunk/gb.image.info/src/gb.image.info.component gambas/trunk/gb.image.info/src/image.c gambas/trunk/gb.image.info/src/image.h gambas/trunk/gb.image.info/src/main.c gambas/trunk/gb.image.info/src/main.h Removed Paths: ------------- gambas/trunk/gb.gtk/src/gb.gtk/Action.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-12-28 22:42:00
|
Revision: 1748 http://gambas.svn.sourceforge.net/gambas/?rev=1748&view=rev Author: gambas Date: 2008-12-28 22:41:55 +0000 (Sun, 28 Dec 2008) Log Message: ----------- [CONFIGURATION] * BUG: Fix the configuration of gb.image.info. [INTERPRETER] * NEW: The GB.LoadFile() and GB.ReleaseFile() API have changed. Now they always use memory mapping instead of loading the file in memory. [GB.IMAGE.INFO] * BUG: Now ImageStat() works with the "~" shortcut in path names. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/CPictureBox.cpp gambas/trunk/gb.gtk.svg/src/CSVG.c gambas/trunk/gb.image.info/src/CImageStat.c gambas/trunk/gb.pdf/src/CPdfDocument.cpp gambas/trunk/gb.qt/share/gb.form.picture.h gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/gb.qt/src/CMovieBox.cpp gambas/trunk/gb.qt/src/ext/CDrawing.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CMovieBox.cpp gambas/trunk/gb.qt4/src/ext/CDrawing.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qte/configure.ac gambas/trunk/gb.qte/src/Makefile.am gambas/trunk/gb.sdl/src/Cimage.cpp gambas/trunk/gb.sdl.sound/src/sound.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/share/gambas.h Removed Paths: ------------- gambas/trunk/gb.qte/src/share/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-12-31 15:55:46
|
Revision: 1758 http://gambas.svn.sourceforge.net/gambas/?rev=1758&view=rev Author: gambas Date: 2008-12-31 15:55:40 +0000 (Wed, 31 Dec 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Start assigning actions to everything. * NEW: Action shortcuts can be configured. * NEW: Project actions are automatically saved in the .action directory. * BUG: Signature of native arrays is correct now. [INTERPRETER] * BUG: GB_LoadFile() does not leak file descriptors anymore. * NEW: Relative paths starting with "../" allows to open files located in the main archive from a component. [ARCHIVER] * NEW: Store the ".action" directory in the archive. [GB.DB] * BUG: Correctly check that table name are not void in Create(), Find(), Edit() and Delete() methods. [GB.FORM] * NEW: A new stock icon named "shortcut". Mmm... Should be named "keyboard". [GB.FORM.MDI] * NEW: Support for automatic configuration of action shortcuts. * NEW: Action.Configure() is a new method that opens a dialog for configuring shortcuts. Shortcut configuration is stored in the application setting files, under the '[gb.form.mdi/Shortcuts]' slot. [GB.QT] * NEW: Action[].Shortcut is a new property for setting or getting the shortcut of an action. * BUG: Correctly opens startup forms again. 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/.project gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FEditor.form 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/FMenu.class gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FTextEditor.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 gambas/trunk/comp/src/gb.form.mdi/.component gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/Form1.class gambas/trunk/comp/src/gb.form.mdi/Form2.form gambas/trunk/gb.image.info/src/gb.image.info.component gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/gb.qt/src/gb.qt/.info gambas/trunk/gb.qt/src/gb.qt/.project gambas/trunk/gb.qt/src/gb.qt/Action.class gambas/trunk/main/gbc/gba.c gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_debug.h gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_arch.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/lib/db/CConnection.c gambas/trunk/main/share/gb_file_temp.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.form gambas/trunk/comp/src/gb.form.mdi/MShortcut.module Removed Paths: ------------- gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/comp/src/gb.form.mdi/img/control.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-01 13:42:22
|
Revision: 1759 http://gambas.svn.sourceforge.net/gambas/?rev=1759&view=rev Author: gambas Date: 2009-01-01 13:42:17 +0000 (Thu, 01 Jan 2009) Log Message: ----------- [CONFIGURATION] * NEW: Bytecode version has been incremented. All projects must be recompiled! [DEVELOPMENT ENVIRONMENT] * BUG: Rewrite code that used badly overridden symbols. [INTERPRETER] * BUG: Check that the overridding symbol is compatible with the overridden one. For example, a static method can be overridden by a static method only, a constant can be overriden by a static property, and so on. * NEW: A new error message for badly overridden symbols. * NEW: Tr$() is a new function that translates its argument and returns it. [GB.GTK] * BUG: Rewrite code that used badly overridden symbols. Affected classes are: Window, TabStrip, [GB.FORM.MDI] * BUG: Translate action descriptions in the action configuration dialog. * NEW: Sort actions by description in the action configuration dialog. * NEW: Automatically remember action configuration dialog size. * BUG: Fix authorized shortcuts in the shortcut edit dialog. * BUG: Rewrite code that used badly overridden symbols. Workspace is the only affected class. [GB.SETTINGS] * NEW: LoadWindow() and SaveWindow() are two new public methods to load and save window position by specifying the settings key. [GB.QT] * BUG: Rewrite code that used badly overridden symbols. Affected classes are: Window, TabStrip, Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FIconEditor.class gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/FToolBar.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.form gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/comp/src/gb.settings/.info gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CTabStrip.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CTabStrip.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-01 14:46:11
|
Revision: 1760 http://gambas.svn.sourceforge.net/gambas/?rev=1760&view=rev Author: gambas Date: 2009-01-01 14:46:02 +0000 (Thu, 01 Jan 2009) Log Message: ----------- [INTERPRETER] * BUG: If loading a class has failed, do not try to load it twice. Raise an error instead. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/gb.gtk/src/gb.gtk/.info gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_class_native.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-01 15:43:33
|
Revision: 1762 http://gambas.svn.sourceforge.net/gambas/?rev=1762&view=rev Author: gambas Date: 2009-01-01 15:43:30 +0000 (Thu, 01 Jan 2009) Log Message: ----------- [GB.FORM] * BUG: Renaming a directory inside a DirView does not crash anymore if the renaming operation is impossible. * NEW: Directory and file names with a slash inside are now forbidden in DirView. [GB.XML.XSLT] * BUG: The XSLT.Tranform() method works again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.mo gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DirView.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/Help.module gambas/trunk/gb.xml/src/xslt/CXSLT.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-02 00:05:44
|
Revision: 1763 http://gambas.svn.sourceforge.net/gambas/?rev=1763&view=rev Author: gambas Date: 2009-01-02 00:05:38 +0000 (Fri, 02 Jan 2009) Log Message: ----------- [CONFIGURATION] * NEW: Bytecode version has been incremented again. All projects must be recompiled! [INTERPRETER] * NEW: The Quote and UnQuote class were removed, and replaced by three new functions: Quote$(), Shell$() and Unquote$(). * NEW: Html$() is a new function that does HTML quoting. [GB.QT] * NEW: The space between a gridview cell picture and its text is now defined by the padding property. [GB.WEB] * NEW: The HTML class has been removed. Use the new Html$() subroutine instead. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/FColorChooser.form gambas/trunk/app/src/gambas3/FInfo.class gambas/trunk/app/src/gambas3/FTranslate.class gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/VersionControl.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.list gambas/trunk/comp/src/gb.web/.project 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/_DesktopMenus.class gambas/trunk/gb.desktop/src/gb.desktop/_DesktopPasswords.class gambas/trunk/gb.image.info/src/CImageStat.c gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_class_init.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_string.h gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved_temp.h Removed Paths: ------------- gambas/trunk/comp/src/gb.web/HTML.module gambas/trunk/main/gbx/gbx_c_quote.c gambas/trunk/main/gbx/gbx_c_quote.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-02 01:52:00
|
Revision: 1765 http://gambas.svn.sourceforge.net/gambas/?rev=1765&view=rev Author: gambas Date: 2009-01-02 01:51:24 +0000 (Fri, 02 Jan 2009) Log Message: ----------- [GB.FORM] * NEW: TableView.EditWith() is a new method that allows to edit a cell with a control defined byt the caller. The TableView just shows, hides and moves the external editor. This external editor must have a Text property, otherwise an error is raised. [GB.FORM.MDI] * NEW: Action configuration dialog now edit shortcuts directly inside the TableView. * NEW: A button for finding a shortcut in the action configuration dialog. * BUG: Fix the Workspace class properties declaration. [GB.QT] * BUG: Fix the cell drawing algorithm in GridView. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/TableView.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/MShortcut.module gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/CWindow.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/FShortcutEditor.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEditor.form Removed Paths: ------------- gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEdit.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-02 15:03:43
|
Revision: 1767 http://gambas.svn.sourceforge.net/gambas/?rev=1767&view=rev Author: gambas Date: 2009-01-02 15:03:38 +0000 (Fri, 02 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Try to add some options to the 'msgmerge' command to workaround a bug in that command, but it was not successful! [GB.FORM.MDI] * NEW: Add a "Reset" button in the action configuration dialog to reset the shortcuts to their default values. * BUG: Do not set an action shortcut if the shortcut did not change in the action configuration dialog. * BUG: Automatically save the current edited shortcut when the action configuration dialog is closed. [GB.QT] * BUG: Setting the Menu.Shortcut property to NULL now correctly removes the menu shortcut. [GB.QT.EXT] * BUG: The Editor.Print() method now can handle strings having null characters inside. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FTranslate.class gambas/trunk/comp/src/gb.form.mdi/.lang/es.po gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.lang/it.po gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/gb.qt/src/CMenu.cpp gambas/trunk/gb.qt/src/ext/CEditor.cpp 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...> - 2009-01-03 22:24:09
|
Revision: 1776 http://gambas.svn.sourceforge.net/gambas/?rev=1776&view=rev Author: gambas Date: 2009-01-03 22:24:02 +0000 (Sat, 03 Jan 2009) Log Message: ----------- [INFORMER] * BUG: The informer algorithm was redesigned. Now a sub-process is launched for each component that should be analyzed, and LD_PRELOAD is used to load the component shared library before the process is launched. Otherwise, some component may crash. [GB.DRAW] * BUG: Correctly initialize color properties of the Draw class at Draw.Begin(). * NEW: Draw.FillRect() is a new method to draw a filled rectangle with the specified color. * NEW: Draw.Clear() is a new method that clears the drawing device with its background color. [GB.FORM.MDI] * NEW: Do not use BackColor and ForeColor properties anymore. [GB.GTK] * NEW: Control.Backcolor and Control.Forecolor properties were removed. * BUG: Desktop.Resolution now uses the accurate GTK+ API. * BUG: Setting the ListBox.List to NULL property does not lock the ListBox control anymore. * BUG: Fix the Font object management. Using Font properties should not crash anymore. * BUG: Image.Save() and Picture.Save() now understand the "~" shortcut in path names. [GB.QT] * NEW: Control.Backcolor and Control.Forecolor properties were removed. * NEW: Do not check if we should quit too often. * NEW: Allow windows to be closed during a WAIT instruction as in other components. I do not know why it was forbidden before. * NEW: Prevent a crash in arrangement routines if a child widget is not associated with a Gambas control anymore. [GB.QT4] * NEW: Control.Backcolor and Control.Forecolor properties were removed. * NEW: The source code is now up to date with gb.qt. But many things do not work as expected! [GB.QT4.EXT] * NEW: The source code is now up to date with gb.qt.ext. But many things do not work as expected! Modified Paths: -------------- gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/CCoolButton.class gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/gb.gtk/src/CFont.cpp gambas/trunk/gb.gtk/src/CListBox.cpp gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/src/CDraw.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.qt4/src/CColor.cpp gambas/trunk/gb.qt4/src/CContainer.cpp 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/CGridView.h 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/CMessage.cpp gambas/trunk/gb.qt4/src/CPictureBox.cpp gambas/trunk/gb.qt4/src/CPictureBox.h gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.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/CEditor.cpp gambas/trunk/gb.qt4/src/ext/CPrinter.cpp gambas/trunk/gb.qt4/src/ext/gb.qt4.ext.component gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.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/gb.qt4/.info gambas/trunk/gb.qt4/src/gb.qt4/.project gambas/trunk/gb.qt4/src/gb.qt4/FMain.class gambas/trunk/gb.qt4/src/gb.qt4/FMain.form gambas/trunk/gb.qt4/src/gb.qt4.component gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/main/gbc/gbi.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/lib/draw/gb.draw.h Added Paths: ----------- gambas/trunk/gb.qt4/src/gb.qt4/Action.class gambas/trunk/gb.qt4/src/gb.qt4/_Qt.module Removed Paths: ------------- gambas/trunk/gb.qt4/src/gb.qt4/Action.class gambas/trunk/gb.qt4/src/gb.qt4/_Qt.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-04 01:41:46
|
Revision: 1777 http://gambas.svn.sourceforge.net/gambas/?rev=1777&view=rev Author: gambas Date: 2009-01-04 01:37:20 +0000 (Sun, 04 Jan 2009) Log Message: ----------- [CONFIGURATION] * NEW: Activate the compilation of the gb.qt4 directory. [DEVELOPMENT ENVIRONMENT] * BUG: Actions that are not associated with a Menu will not be shown anymore in the Action configuration dialog. [GB.QT] * NEW: Spacing is now a container Boolean property. If it is set, the container children are separated by Desktop.Scale pixels. * NEW: A new container Boolean property, Margin. Setting this property is the same as setting Padding to Desktop.Scale. If both Margin and Padding are set, their effect add up. [GB.GTK] * NEW: Spacing is now a container Boolean property. If it is set, the container children are separated by Desktop.Scale pixels. * NEW: A new container Boolean property, Margin. Setting this property is the same as setting Padding to Desktop.Scale. If both Margin and Padding are set, their effect add up. [GB.QT4] * NEW: Spacing is now a container Boolean property. If it is set, the container children are separated by Desktop.Scale pixels. * NEW: A new container Boolean property, Margin. Setting this property is the same as setting Padding to Desktop.Scale. If both Margin and Padding are set, their effect add up. Modified Paths: -------------- gambas/trunk/app/src/gambas3/CControl.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/FConflict.form gambas/trunk/app/src/gambas3/FCreateFile.form gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FDebugInfo.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/FGotoLine.form gambas/trunk/app/src/gambas3/FInfo.form 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.form gambas/trunk/app/src/gambas3/FOpenProject.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FPasteSpecial.form gambas/trunk/app/src/gambas3/FProjectItem.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FSelectIcon.form gambas/trunk/app/src/gambas3/FText.form gambas/trunk/app/src/gambas3/FTips.form gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/app/src/gambas3/FWelcome.form gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/configure.ac gambas/trunk/gb.gtk/src/CContainer.cpp gambas/trunk/gb.gtk/src/CContainer.h gambas/trunk/gb.gtk/src/CFrame.cpp gambas/trunk/gb.gtk/src/CScrollView.cpp gambas/trunk/gb.gtk/src/CTabStrip.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontainer.h gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/share/gb.form.const.h gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CContainer.cpp gambas/trunk/gb.qt/src/CContainer.h gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CPanel.cpp gambas/trunk/gb.qt/src/CScrollView.cpp gambas/trunk/gb.qt/src/CTabStrip.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CPanel.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-04 12:00:30
|
Revision: 1780 http://gambas.svn.sourceforge.net/gambas/?rev=1780&view=rev Author: gambas Date: 2009-01-04 11:55:37 +0000 (Sun, 04 Jan 2009) Log Message: ----------- [INTERPRETER] * BUG: Raising an error with an incorrect message does not crash anymore. [DEVELOPMENT ENVIRONMENT] * BUG: A warning is displayed now when a component project has no exported class. * BUG: Instead of displaying an error, an unreadable *.component file now just displays a warning. * NEW: In the project property dialog, split the component list between standard components and user components. * BUG: Quote correctly strings again in *.po generated files. Translations are not corrupted anymore! [GB.FORM] * NEW: Label and Separator children are not selectable anymore in the ListContainer control. [GB.QT4] * BUG: ScrollView scrollbars are came back. 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/CComponentBox.class gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FTranslate.class gambas/trunk/comp/src/gb.form/ListContainer.class gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/main/gbx/gb_error.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-04 18:55:30
|
Revision: 1782 http://gambas.svn.sourceforge.net/gambas/?rev=1782&view=rev Author: gambas Date: 2009-01-04 18:55:25 +0000 (Sun, 04 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Actions lists are now written directly in *.form files. The compiler will copy them into *.action files in the '.action' project directory. [WIKI CGI SCRIPT] * NEW: The "?view" argument in URLs is now kept through links. [INTERPRETER] * BUG: Paths beginning with "../" now work correctly with executables. * BUG: Fix a crash when using Dir() on relative paths. [COMPILER] * NEW: Now the compiler automatically generates *.action files from the *.form file contents. [GB.FORM.MDI] * BUG: Support for the new action file format in the action configuration dialog. * BUG: Bad shortcuts are correctly handle in the action configuration dialog now. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/FEditor.form gambas/trunk/app/src/gambas3/FFind.form 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/FTextEditor.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEditor.class gambas/trunk/main/gbc/gb_str.h gambas/trunk/main/gbc/gbc_compile.h gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/gbc/gbc_output.c gambas/trunk/main/gbc/gbc_output.h gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-06 00:01:29
|
Revision: 1789 http://gambas.svn.sourceforge.net/gambas/?rev=1789&view=rev Author: gambas Date: 2009-01-06 00:01:26 +0000 (Tue, 06 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix option dialog now that [...] can return specialized arrays. * BUG: Fix the list of control properties that must not be applied in the form editor. * NEW: Automatically converts Window.Toolbar constant to Window.Utility. * NEW: Setting the form Type property to Utility has a visible effect now. * BUG: The find balloon message is always displayed in the accurate field now. [GB.GTK] * BUG: Fix the initialization of editable combo-box when its List property is set. * NEW: The Window.Toolbar constant were replaced by Window.Utility. [GB.FORM] * NEW: Draw SidePanel little arrows in a more clever way. * BUG: Font grades are selectable again in the FontChooser control. [GB.FORM.MDI] * NEW: Toolbars have a configuration dialog now. This configuration dialog is displayed when you click on the toolbar handle. Beware, this is not finished! * NEW: Toolbar.Key is a new text property for identifying the toolbar. All toolbars having the same key will share the same configuration. * NEW: Toolbar.Text is a new text property that gives a visual name to the toolbar. [GB.QT] * BUG: Setting Control.Next or Control.Previous now forces the parent container to re-arrange itself. * NEW: The Window.Toolbar constant were replaced by Window.Utility. * NEW: ToolButton.AutoResize is a new property that makes the toolbutton automatically expand horizontally to fit its contents. * NEW: Button and ToggleButton got the same AutoResize property. * NEW: Remove the DrawingArea.BackColor property. [GB.QT4] * BUG: Setting Control.Next or Control.Previous now forces the parent container to re-arrange itself. * NEW: Remove the DrawingArea.BackColor property. * NEW: The Window.Toolbar constant were replaced by Window.Utility. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/CPropertyInfo.class gambas/trunk/app/src/gambas3/FEditor.form 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/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FTextEditor.form gambas/trunk/comp/src/gb.form/FFontChooser.class gambas/trunk/comp/src/gb.form/FSidePanel.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.form.mdi/Form2.form gambas/trunk/comp/src/gb.form.mdi/ToolBar.class gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CButton.cpp gambas/trunk/gb.qt/src/CButton.h gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CDrawingArea.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/gbc/gba.c Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/FTest.class gambas/trunk/comp/src/gb.form.mdi/FTest.form gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-07 01:59:58
|
Revision: 1790 http://gambas.svn.sourceforge.net/gambas/?rev=1790&view=rev Author: gambas Date: 2009-01-07 01:59:48 +0000 (Wed, 07 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Pasting more than one control works again. * BUG: Save actions associated with any control now. [INTERPRETER] * BUG: Do not try to raise an event if the source control is invalid. [GB.FORM] * NEW: Stock.GetSize() is a new method that returns the pixel size of an icon given its string size: "small", "medium", "big", and so on... * BUG: Workaround the ballon corner drawing bugs. [GB.FORM.MDI] * NEW: The toolbar configuration dialog is finished. But that only works at the moment if you do not show/hide toolbar buttons explicitely. [GB.QT] * NEW: The drag & drop frame is now one pixel wide. * NEW: Drag() and Control.Drag() now returns where the control was dropped, or NULL if the drag & drop was cancelled or the drop destination a foreign widget. * BUG: The arrangement algorithm enumerates correctly container children now. * BUG: Do not loop indefinitely when arranging the contents of a ScrollView. * NEW: Add the Action property to TextBox, ComboBox, SpinBox, ProgressBar and Slider controls. You may want to put them in a Toolbar. Modified Paths: -------------- 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/CControl.class gambas/trunk/app/src/gambas3/FEditor.form gambas/trunk/app/src/gambas3/FFind.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/FBalloon.class gambas/trunk/comp/src/gb.form/Stock.class gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/FTest.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.form gambas/trunk/comp/src/gb.form.mdi/ToolBar.class gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CClipboard.h gambas/trunk/gb.qt/src/CContainer.cpp gambas/trunk/gb.qt/src/CScrollView.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/main/gbx/gbx_api.c Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/control/ gambas/trunk/comp/src/gb.form.mdi/control/checkbox.png gambas/trunk/comp/src/gb.form.mdi/control/combobox.png gambas/trunk/comp/src/gb.form.mdi/control/progressbar.png gambas/trunk/comp/src/gb.form.mdi/control/slider.png gambas/trunk/comp/src/gb.form.mdi/control/spinbox.png gambas/trunk/comp/src/gb.form.mdi/control/textbox.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-08 00:46:34
|
Revision: 1791 http://gambas.svn.sourceforge.net/gambas/?rev=1791&view=rev Author: gambas Date: 2009-01-08 00:46:23 +0000 (Thu, 08 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Update toolbars contents according to the toolbar configuration dialog needs. * NEW: Toolbar contents and default configuration are generated by the IDE and store in the files located in the .action directory. [GB.FORM.MDI] * NEW: The toolbar configuration dialog is almost completely finished. There is a big bug yet, a crash in Qt coming from a "locking assertion failure" in the libxcb library. No workaround or fix was found at the moment. [GB.QT] * BUG: Control.Reparent() correctly restores the Enabled state of the control. * NEW: Container.Children.Clear() is a new method that destroys all children of a container. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FEditor.class 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/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FFormStack.form gambas/trunk/app/src/gambas3/FIconEditor.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/FTextEditor.form gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/Action.class gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcutEditor.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.class gambas/trunk/comp/src/gb.form.mdi/ToolBar.class gambas/trunk/gb.qt/src/CContainer.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/CToolbar.class gambas/trunk/comp/src/gb.form.mdi/MAction.module Removed Paths: ------------- gambas/trunk/comp/src/gb.form.mdi/MShortcut.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-08 03:00:04
|
Revision: 1792 http://gambas.svn.sourceforge.net/gambas/?rev=1792&view=rev Author: gambas Date: 2009-01-08 02:59:57 +0000 (Thu, 08 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Apparently Drag & Drop must be cancelled both in the Drag and DragMove event. [GB.FORM.MDI] * BUG: Finally found a workaround for the crash in qt drag & drop management. * BUG: The toolbar configuration dialog can be safely kept open when the application is closed. It will close cleanly. [GB.QT] * BUG: Remove the Enabled flag management in the Reparent() method. It is actually useless. When reparenting inside a disabled container, you must enable the container before the reparenting, and disable it back just after. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.class gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CClipboard.h gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h gambas/trunk/gb.qt/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-13 00:42:59
|
Revision: 1797 http://gambas.svn.sourceforge.net/gambas/?rev=1797&view=rev Author: gambas Date: 2009-01-13 00:42:55 +0000 (Tue, 13 Jan 2009) Log Message: ----------- [CONFIGURATION] * NEW: Remove the gb.image.info component. * NEW: Start removing the gb.image component. [DEVELOPMENT ENVIRONMENT] * BUG: Code editor and text editor now arrange their contents correctly when the toolbar size changes. * BUG: The picture of a form action is the Icon property, not the Picture property. [INTERPRETER] * BUG: The _compare special method now is not called anymore if one of the compared object references is null. [GB.GTK] * NEW: Control.Drag() and Drag() now return the drop destination. [GB.FORM.MDI] * NEW: The toolbar icon size can be changed. * BUG: Actions that exist on different forms are correctly loaded. * NEW: The cursor keys can be used now in the shortcut configuration dialog to move the gridview current row. Consequently, you cannot use them as shortcuts. [GB.NET] * BUG: Serial port devices are now watched for reading, not for writing. So the callback will not be called permanently. [GB.QT] * NEW: The Arrange event is now raised just before a container is arranged, not after. Moreover, it cannot called recursively anymore. [GB.QT4] * NEW: Control.Drag() and Drag() now return the drop destination. * NEW: Container.Children.Clear() is a new method that destroys all children of a container. * NEW: Utility windows now use their initial size as minimum size. * BUG: Do not loop indefinitely when arranging the contents of a ScrollView. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/comp/src/gb.form/FBalloon.class gambas/trunk/comp/src/gb.form/TableView.class gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/CAction.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/FShortcutEditor.class gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.class gambas/trunk/comp/src/gb.form.mdi/FToolBarConfig.form gambas/trunk/comp/src/gb.form.mdi/MAction.module gambas/trunk/comp/src/gb.settings/.project gambas/trunk/configure.ac gambas/trunk/gb.gtk/src/CClipboard.cpp gambas/trunk/gb.gtk/src/CClipboard.h gambas/trunk/gb.gtk/src/gdrag.cpp gambas/trunk/gb.gtk/src/gdrag.h gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.net/src/CSerialPort.c gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CClipboard.h gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/lib/Makefile.am Removed Paths: ------------- gambas/trunk/gb.image.info/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-13 14:50:57
|
Revision: 1799 http://gambas.svn.sourceforge.net/gambas/?rev=1799&view=rev Author: gambas Date: 2009-01-13 14:50:44 +0000 (Tue, 13 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Signature and automatic completion are visible again. Moreover, they are not hidden anymore when the editor is resized, but this may change in the future. [GB.FORM] * BUG: The DatePicker works again. [GB.FORM.MDI] * BUG: The Enabled state of toolbar buttons is preserved now when configuring the toolbar. [GB.GTK] * NEW: Container have now a BeforeArrange event, that is raised just before the container is arranged ; the Arrange event being raised just after. [GB.QT] * NEW: Container have now a BeforeArrange event, that is raised just before the container is arranged ; the Arrange event being raised just after. [GB.QT4] * NEW: Container have now a BeforeArrange event, that is raised just before the container is arranged ; the Arrange event being raised just after. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CComponentBox.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/gb.gtk/src/CContainer.cpp gambas/trunk/gb.gtk/src/CContainer.h gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontainer.h gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-14 02:23:44
|
Revision: 1800 http://gambas.svn.sourceforge.net/gambas/?rev=1800&view=rev Author: gambas Date: 2009-01-14 01:52:42 +0000 (Wed, 14 Jan 2009) Log Message: ----------- [GB.GTK] * BUG: Initialize the new BeforeArrange container callback correctly, so that the component does not crash anymore. * BUG: Correctly declare the new BeforeArrange event. [GB.QT] * BUG: Fix the arrangement algorithm, so that it does not keep containers locked when they have no child to arrange. Modified Paths: -------------- gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/gb.gtk/src/CContainer.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/src/CContainer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-16 23:12:18
|
Revision: 1803 http://gambas.svn.sourceforge.net/gambas/?rev=1803&view=rev Author: gambas Date: 2009-01-16 23:12:10 +0000 (Fri, 16 Jan 2009) Log Message: ----------- [INTERPRETER] * NEW: Requesting a component interface automatically loads the component now. * NEW: The Image and Picture functions in the interpreter API were removed. [GB.DRAW] * NEW: A new function in the Draw interface to get the size of a picture. This function replaces the removed Picture interpreter API. [GB.IMAGE] * NEW: This is a new component that manages images in memory. It implements the Image class, can create images of many formats (RGB, RGBA, BGRA...) and convert image data between different formats. This component replaces the previous interpreter Image API. All components were ported to this new image management system by loading this component automatically. Beware that the Image constructor has changed! The transparent property has been removed, and there is an optional color argument that is used for initializing the image data. Moreover, many classes (Webcam, PdfDocument...) that have an Image property lost their Picture property. Now to get a Picture, you must use the Image property and then convert the Image to a Picture. [GB.QT] * BUG: As now the Image class overrides the one located in gb.image, it must be declared early, at least earlier than the Picture class. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/FBalloon.class gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/main.c gambas/trunk/gb.desktop/src/main.h gambas/trunk/gb.gtk/src/CClipboard.cpp gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/CPicture.h gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gpicture.cpp gambas/trunk/gb.gtk/src/gpicture.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/main.h gambas/trunk/gb.gtk.svg/src/CSVG.c gambas/trunk/gb.gtk.svg/src/main.c gambas/trunk/gb.gtk.svg/src/main.h gambas/trunk/gb.opengl/src/GLUtextureImage.c gambas/trunk/gb.opengl/src/GLpixelOperations.c gambas/trunk/gb.opengl/src/GLtextureMapping.c gambas/trunk/gb.opengl/src/main.c gambas/trunk/gb.opengl/src/main.h gambas/trunk/gb.pdf/src/CPdfDocument.cpp gambas/trunk/gb.pdf/src/main.cpp gambas/trunk/gb.pdf/src/main.h gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/gb.qt/src/CImage.h gambas/trunk/gb.qt/src/CPicture.cpp gambas/trunk/gb.qt/src/gb.qt.h gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt/src/main.h gambas/trunk/gb.qt.kde/src/CApplication.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CGridView.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CImage.h gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/Cimage.cpp gambas/trunk/gb.sdl/src/Cimage.h gambas/trunk/gb.sdl/src/Cmouse.cpp gambas/trunk/gb.sdl/src/SDLsurface.cpp gambas/trunk/gb.sdl/src/SDLsurface.h gambas/trunk/gb.sdl/src/SDLwindow.cpp gambas/trunk/gb.sdl/src/main.cpp gambas/trunk/gb.sdl/src/main.h gambas/trunk/gb.v4l/src/CWebcam.c gambas/trunk/gb.v4l/src/main.c gambas/trunk/gb.v4l/src/main.h gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/lib/draw/Makefile.am gambas/trunk/main/lib/draw/gb.draw.h gambas/trunk/main/lib/draw/main.c gambas/trunk/main/lib/draw/main.h gambas/trunk/main/lib/image/Makefile.am gambas/trunk/main/lib/image/gb.image.component gambas/trunk/main/lib/image/gb.image.h gambas/trunk/main/lib/image/image_stat.c gambas/trunk/main/lib/image/image_stat.h gambas/trunk/main/lib/image/main.c gambas/trunk/main/lib/image/main.h gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/gb.desktop/gb.image.h gambas/trunk/gb.gtk/gb.image.h gambas/trunk/gb.gtk/src/CImage.cpp gambas/trunk/gb.gtk/src/CImage.h gambas/trunk/gb.gtk.svg/gb.image.h gambas/trunk/gb.opengl/gb.image.h gambas/trunk/gb.pdf/gb.image.h gambas/trunk/gb.qt/gb.image.h gambas/trunk/gb.qt.kde/gb.image.h gambas/trunk/gb.qt4/gb.image.h gambas/trunk/gb.qte/gb.image.h gambas/trunk/gb.sdl/gb.image.h gambas/trunk/gb.v4l/gb.image.h gambas/trunk/main/lib/draw/gb.image.h gambas/trunk/main/lib/image/CImage.c gambas/trunk/main/lib/image/CImage.h gambas/trunk/main/lib/image/image.c gambas/trunk/main/lib/image/image.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-17 01:11:41
|
Revision: 1804 http://gambas.svn.sourceforge.net/gambas/?rev=1804&view=rev Author: gambas Date: 2009-01-17 01:11:36 +0000 (Sat, 17 Jan 2009) Log Message: ----------- [GB.IMAGE] * NEW: Put the Image.MakeTransparent() method in gb.image. * NEW: Compiles the image.c source file with full optimization. Modified Paths: -------------- gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/main/lib/image/CImage.c gambas/trunk/main/lib/image/Makefile.am gambas/trunk/main/lib/image/image.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-21 01:25:16
|
Revision: 1806 http://gambas.svn.sourceforge.net/gambas/?rev=1806&view=rev Author: gambas Date: 2009-01-21 01:25:13 +0000 (Wed, 21 Jan 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the welcome dialog as the Image constructor has changed. [WIKI CGI SCRIPT] * NEW: New look for the path and language header. [INFORMER] * NEW: The components are analyzed in alphabetical order now. * NEW: A component can include more than one other component information file. [GB.IMAGE] * BUG: Fix two memory leaks. * NEW: A component can define a default format for new images. This avoid unnecessary format conversions. The "default default format" is RGBA. * BUG: RGBx formats are correctly supported by image methods. [GB.QT] * BUG: Fix GridView last column automatic stretching. Modified Paths: -------------- 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/FProperty.form gambas/trunk/app/src/gambas3/FWelcome.class gambas/trunk/gb.qt/src/CColor.cpp gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/gbc/gbi.c gambas/trunk/main/lib/image/CImage.c gambas/trunk/main/lib/image/gb.image.h gambas/trunk/main/lib/image/image.c gambas/trunk/main/lib/image/image.h gambas/trunk/main/lib/image/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-01-21 01:29:14
|
Revision: 1807 http://gambas.svn.sourceforge.net/gambas/?rev=1807&view=rev Author: gambas Date: 2009-01-21 01:29:08 +0000 (Wed, 21 Jan 2009) Log Message: ----------- [CONFIGURATION] * BUG: Compiles qt4 directory recursively. [GB.QT] * NEW: The default image format of gb.qt is BGRA. [GB.QT4] * BUG: Fix GridView last column automatic stretching. * NEW: The default image format of gb.qt4 is BGRA. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/gb.qt4/src/CGridView.cpp gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |