Thread: [Gambas-devel-svn] SF.net SVN: gambas: [830] 2.0/trunk (Page 13)
Brought to you by:
gambas
From: <ga...@us...> - 2007-11-16 21:01:18
|
Revision: 830 http://gambas.svn.sourceforge.net/gambas/?rev=830&view=rev Author: gambas Date: 2007-11-16 12:59:47 -0800 (Fri, 16 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog now remember the path of the last import and export. * NEW: Swedish translation updated. [DATABASE MANAGER] * NEW: Swedish translation updated. [GB.FORM] * NEW: Swedish translation updated. [GB.FORM.DIALOG] * NEW: Swedish translation updated. [GB.FORM.MDI] * NEW: Swedish translation updated. [GB.DB.FORM] * NEW: Swedish translation updated. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/fr.po 2.0/trunk/app/src/gambas-database-manager/.lang/sv.mo 2.0/trunk/app/src/gambas-database-manager/.lang/sv.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/sv.mo 2.0/trunk/app/src/gambas2/.lang/sv.po 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/tips/tips.sv 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po 2.0/trunk/main/gbx/gbx_local.c Added Paths: ----------- 2.0/trunk/comp/src/gb.db.form/.lang/sv.mo 2.0/trunk/comp/src/gb.db.form/.lang/sv.po 2.0/trunk/comp/src/gb.form/.lang/sv.mo 2.0/trunk/comp/src/gb.form/.lang/sv.po 2.0/trunk/comp/src/gb.form.dialog/.lang/sv.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/sv.po 2.0/trunk/comp/src/gb.form.mdi/.lang/sv.mo 2.0/trunk/comp/src/gb.form.mdi/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-20 01:43:15
|
Revision: 833 http://gambas.svn.sourceforge.net/gambas/?rev=833&view=rev Author: gambas Date: 2007-11-19 17:43:20 -0800 (Mon, 19 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Icons were modified to use the new Stock special sizes. * NEW: The icon selector allows to select the new Stock special sizes. [DATABASE MANAGER] * NEW: Icons were modified to use the new Stock special sizes. [GB.GTK] * BUG: The event loop does not use 100% cpu anymore. Apparently, deleting a GIOSource does not remove the associated event source from the event loop. A bug in GLib? [GB.FORM] * NEW: The Stock class got four new special sizes for icons: small, medium, large and huge. These sizes follow Desktop.Scale so that you can have icons that follow the desktop font size. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas-database-manager/FMain.class 2.0/trunk/app/src/gambas-database-manager/FMain.form 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas-database-manager/FRequest.form 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CCoolTabs.class 2.0/trunk/app/src/gambas2/FCommit.form 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FFormStack.form 2.0/trunk/app/src/gambas2/FIconEditor.form 2.0/trunk/app/src/gambas2/FList.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeExecutable.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FMenu.form 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FOutput.form 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FSave.form 2.0/trunk/app/src/gambas2/FSelectIcon.class 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/app/src/gambas2/FTextEditor.form 2.0/trunk/app/src/gambas2/FTips.form 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.db.form/FBrowser.form 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FCalendar.form 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/comp/src/gb.form/FWizard.class 2.0/trunk/comp/src/gb.form/FWizard.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/comp/src/gb.form/Stock.class 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/.list 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/watcher.cpp 2.0/trunk/gb.gtk/src/watcher.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/CButton.h 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CMenu.h 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-27 11:36:07
|
Revision: 847 http://gambas.svn.sourceforge.net/gambas/?rev=847&view=rev Author: gambas Date: 2007-11-27 03:36:11 -0800 (Tue, 27 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not crash anymore when creating the project directory icon, if the project icon cannot be loaded. * NEW: The height of the welcome dialog buttons is now proportional to the desktop font size. [GB.QT] * BUG: Fixed a segmentation fault after some ListView/TreeView/ColumnView items have been destroyed. Some apparently useless code was removed, so some other things may have been broken by this fix. * BUG: ColumnView column alignment was fixed. [GB.QT.EXT] * BUG: The Editor console support now deals better with '\r' and '\n'. [GB.GTK] * BUG: Fixed a illegal memory access in the modal dialog event loop. [GB.FORM] * NEW: FontChooser.ShowLabel is a new propery for displaying or hiding the FontChooser labels. * NEW: The FontChooser design was slightly changed. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FontChooser.class 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/ext/CEditor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-29 10:15:19
|
Revision: 848 http://gambas.svn.sourceforge.net/gambas/?rev=848&view=rev Author: gambas Date: 2007-11-29 02:15:21 -0800 (Thu, 29 Nov 2007) Log Message: ----------- [GB.GTK] * BUG: ComboBox.List and ListBox.List properties were fixed and won't crash anymore. * BUG: ComboBox.Text property was fixed. * NEW: ComboBox now behaves the same way as in gb.qt. * BUG: Fixed the GridView behaviour when clicking on it and moving the cursor. It behaves like in gb.qt now. * BUG: The arrangement algorithm now should behave the same way as in gb.qt for containers whose AutoResize property is set. Other bugs may have been fixed consequently. [GB.DB.FORM] * BUG: A read-only DataCombo whose All property is set won't have a void item. The "all" item will be used instead. * BUG: The DataView selection should not disappear in some cases anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FAbout.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FGotoLine.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.icon.png 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataCombo.class 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/comp/src/gb.db.form/FMain.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CListBox.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextBox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-30 01:13:12
|
Revision: 849 http://gambas.svn.sourceforge.net/gambas/?rev=849&view=rev Author: gambas Date: 2007-11-29 17:13:16 -0800 (Thu, 29 Nov 2007) Log Message: ----------- [DEVELOMENT ENVIRONMENT] * BUG: Making RPM package of a project whose name includes some character in upper case should work now. [INTERPRETER] * BUG: Reading Application properties when they are undefined does not crash anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_exec_push.c 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/gbx/gbx_project.c 2.0/trunk/main/share/gb_pcode_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-01 22:46:01
|
Revision: 851 http://gambas.svn.sourceforge.net/gambas/?rev=851&view=rev Author: gambas Date: 2007-12-01 14:46:05 -0800 (Sat, 01 Dec 2007) Log Message: ----------- [GB.QT] * NEW: GridView.Data.RichText and GridView[].RichText are two new properties that allows to display rich text inside GridView cells. * BUG: GridView cell alignment now works correctly when the text is horizontally centered. [GB.GTK] * NEW: GridView.Data.RichText and GridView[].RichText are two new properties that allows to display rich text inside GridView cells. * BUG: Sometimes the first markup of a rich text was not taken into account because of a GTK+ bug. A workaround has been found. * BUG: CheckBox and RadioButton Font property now works correctly. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/comp/src/gb.form/.icon.png 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gmenu.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDraw.h 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-02 16:46:42
|
Revision: 852 http://gambas.svn.sourceforge.net/gambas/?rev=852&view=rev Author: gambas Date: 2007-12-02 08:46:47 -0800 (Sun, 02 Dec 2007) Log Message: ----------- [GB.GTK] * BUG: Containers like ScrollView now arrange their contents after its inner container dimensions have been allocated. * BUG: DrawingArea.Tracking now works correctly when it is FALSE. * BUG: SpinBox does not raise its Change event if its value is set but does not actually change. * BUG: SpinBox Change event is not deferred anymore. * BUG: GridView.Data.Text works again. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/gb.gtk/src/CDrawingArea.cpp 2.0/trunk/gb.gtk/src/CSpinBox.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-03 17:12:47
|
Revision: 853 http://gambas.svn.sourceforge.net/gambas/?rev=853&view=rev Author: gambas Date: 2007-12-03 09:12:47 -0800 (Mon, 03 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make option dialog and project property dialog kind with rtl languages. [INTERPRETER] * BUG: STOP EVENT now works correctly inside global event handlers like Application_Keypress. * NEW: Observer objects can now catch events after they have been processed. An optional parameter in the constructor specifies if you need this behaviour. * NEW: If the GB_REVERSE environment variable is set, then the program will invert the language layout. [GB.DB] * BUG: All special collections of this component now should be correctly managed and not crash the interpreter anymore: Connection.Databases, Table.Fields, Table.Indexes, Result.Fields... [GB.GTK] * NEW: Composition input methods are now taken into account in the KeyPress event. * BUG: TabStrip.Current works correctly now. [GB.FORM] * NEW: ListContainer.EnsureVisible is a new method that ensures that the selected item is visible. [GB.FORM.MDI] * BUG: Closing MDI child windows now should be definitely reliable, thanks to Observers now being able to catch events after they have been processed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.form 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gkey.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_gambas.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/CTable.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-03 22:28:42
|
Revision: 854 http://gambas.svn.sourceforge.net/gambas/?rev=854&view=rev Author: gambas Date: 2007-12-03 14:28:47 -0800 (Mon, 03 Dec 2007) Log Message: ----------- [INTERPRETER] * BUG: A fix in the WAIT implementation. [GB.GTK] * BUG: The support for the WAIT instruction has been fixed. * BUG: The main loop is not run if there is nothing to do. * BUG: The main loop halt test takes the watched file descriptors into account now. [GB.NET.CURL] * BUG: Fix a crash when a HTTP request does not return any header (because the answer was not HTTP for example). Modified Paths: -------------- 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/main.h 2.0/trunk/gb.net.curl/src/CHttpClient.c 2.0/trunk/main/gbx/gbx_subr_misc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-04 14:37:42
|
Revision: 857 http://gambas.svn.sourceforge.net/gambas/?rev=857&view=rev Author: gambas Date: 2007-12-04 06:37:47 -0800 (Tue, 04 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Russian translation updated. [GB.GTK] * BUG: TextLabel and Label AutoResize property has now no effect anymore during a resize event, to prevent infinite recursion. * BUG: Resizing a control has no effect if the parent is a Splitter. * BUG: Control borders now are drawn correctly during a resize event! * NEW: Window resize events processing is delayed now, so that the arrangement routine is not fired at each resize event. * NEW: Menu separators have a -maximum- height now. [GB.QT] * BUG: TextLabel and Label AutoResize property has now no effect anymore during a resize event, to prevent infinite recursion. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-04 16:55:22
|
Revision: 858 http://gambas.svn.sourceforge.net/gambas/?rev=858&view=rev Author: gambas Date: 2007-12-04 07:56:15 -0800 (Tue, 04 Dec 2007) Log Message: ----------- [GB.DESKTOP] * NEW: Desktop.SendKeys is a new method for sending fake keyboard events to the application having the focus. The syntax will be documented in the wiki. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/gb.desktop/configure.ac 2.0/trunk/gb.desktop/src/desktop.c 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.project 2.0/trunk/gb.desktop/src/gb.desktop/.settings 2.0/trunk/gb.desktop/src/gb.desktop/Desktop.class 2.0/trunk/gb.desktop/src/x11.c 2.0/trunk/gb.desktop/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-04 20:19:44
|
Revision: 859 http://gambas.svn.sourceforge.net/gambas/?rev=859&view=rev Author: gambas Date: 2007-12-04 12:19:49 -0800 (Tue, 04 Dec 2007) Log Message: ----------- [GB.DESKTOP] * BUG: Desktop.SendKeys is more intelligent and so more useful. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/gb.desktop/src/gb.desktop/.project 2.0/trunk/gb.desktop/src/gb.desktop/Desktop.class 2.0/trunk/gb.desktop/src/x11.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-06 01:48:11
|
Revision: 860 http://gambas.svn.sourceforge.net/gambas/?rev=860&view=rev Author: gambas Date: 2007-12-05 17:48:09 -0800 (Wed, 05 Dec 2007) Log Message: ----------- [GB.GTK] * BUG: Dragged data is now read only when the Drag.Paste() method is called. * NEW: Drag.Format and Drag.Formats were implemented correctly. Modified Paths: -------------- 2.0/trunk/examples/examples/Basic/DragNDrop/.project 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gdrag.h 2.0/trunk/gb.gtk/src/gsignals.cpp Added Paths: ----------- 2.0/trunk/gb.gtk/src/gdrag.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-07 01:26:22
|
Revision: 861 http://gambas.svn.sourceforge.net/gambas/?rev=861&view=rev Author: gambas Date: 2007-12-06 17:26:24 -0800 (Thu, 06 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The project icon is correctly stretched when making the project directory icon. [INTERPRETER] * BUG: Do not print circular references when aborting on error. * BUG: Printing backtrace will not crash the interpreter in some case anymore. [GB.GTK] * BUG: Window.Mask works correctly now. * BUG: Changing Window.Mask now keep the state of the window: TopOnly, Sticky, Stacking, SkipTaskbar. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/CProjectInfo.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/examples/examples/Drawing/Sensor/.icon.png 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/main/gbx/gbx.c 2.0/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...> - 2007-12-07 13:05:15
|
Revision: 862 http://gambas.svn.sourceforge.net/gambas/?rev=862&view=rev Author: gambas Date: 2007-12-07 05:04:36 -0800 (Fri, 07 Dec 2007) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: A new special keyword for redirecting links to symbol pages. [GB.QT] * NEW: DrawingArea border is correctly drawn now. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CGridView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-08 01:36:51
|
Revision: 863 http://gambas.svn.sourceforge.net/gambas/?rev=863&view=rev Author: gambas Date: 2007-12-07 17:36:48 -0800 (Fri, 07 Dec 2007) Log Message: ----------- [GB.GTK] * BUG: Delayed top-level window arrangement sometimes led to incorrect drawings. A refresh fixed that. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-10 00:05:22
|
Revision: 864 http://gambas.svn.sourceforge.net/gambas/?rev=864&view=rev Author: gambas Date: 2007-12-09 16:05:27 -0800 (Sun, 09 Dec 2007) Log Message: ----------- [GB.QT] * BUG: ColumnView.Find() now takes the header into account. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/gb.qt/src/CTreeView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-11 11:34:17
|
Revision: 866 http://gambas.svn.sourceforge.net/gambas/?rev=866&view=rev Author: gambas Date: 2007-12-11 03:34:21 -0800 (Tue, 11 Dec 2007) Log Message: ----------- [CONFIGURATION] * The version number was switched to 1.9.92. [DEVELOPMENT ENVIRONMENT] * NEW: You can run an external shell command after the executable has been made now. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FMakeExecutable.class 2.0/trunk/app/src/gambas2/FMakeExecutable.form 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-11 21:54:29
|
Revision: 868 http://gambas.svn.sourceforge.net/gambas/?rev=868&view=rev Author: gambas Date: 2007-12-11 13:54:33 -0800 (Tue, 11 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Examples menus are created only when shown. [DATABASE MANAGER] * NEW: Russian translation. [GB.QT] * NEW: Popup menus X11 pointer grabs are released when an error occurs or the program stops in the debugger. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/gb.qt/src/main.cpp Added Paths: ----------- 2.0/trunk/app/src/gambas-database-manager/.lang/ru.mo 2.0/trunk/app/src/gambas-database-manager/.lang/ru.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-12 10:26:08
|
Revision: 869 http://gambas.svn.sourceforge.net/gambas/?rev=869&view=rev Author: gambas Date: 2007-12-12 02:26:11 -0800 (Wed, 12 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Pasted controls now are renamed by using their control name, and not their class name. [INTERPRETER] * OPT: The internal function that calculates the length of an UTF-8 character has been optimized. [GB.NET.SMTP] * BUG: Mail headers including UTF-8 characters are now correctly sent in all cases. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/gb.net.smtp/src/quoted.c 2.0/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-12 22:29:11
|
Revision: 870 http://gambas.svn.sourceforge.net/gambas/?rev=870&view=rev Author: gambas Date: 2007-12-12 14:29:07 -0800 (Wed, 12 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The image is not rounded anymore when creating a new image file. [INTERPRETER] * BUG: The UTF-8 routines work again. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FCreateFile.class 2.0/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-15 18:47:54
|
Revision: 872 http://gambas.svn.sourceforge.net/gambas/?rev=872&view=rev Author: gambas Date: 2007-12-15 10:47:59 -0800 (Sat, 15 Dec 2007) Log Message: ----------- [INTERPRETER] * BUG: The internal SubCollection class used by the gb.db component has been redesigned to fix some crashes. [GB.DB] * BUG: Fixed the database pseudo-collections (Tables, Fields, Users...). They should not crash anymore. [GB.DB.ODBC] * BUG: Fixed a bug with NUMERIC fields. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/CConnection.class 2.0/trunk/gb.db.odbc/src/main.c 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/CDatabase.c 2.0/trunk/main/lib/db/CDatabase.h 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CField.h 2.0/trunk/main/lib/db/CIndex.c 2.0/trunk/main/lib/db/CIndex.h 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/db/CResultField.h 2.0/trunk/main/lib/db/CTable.c 2.0/trunk/main/lib/db/CTable.h 2.0/trunk/main/lib/db/CUser.c 2.0/trunk/main/lib/db/CUser.h 2.0/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-16 23:46:29
|
Revision: 874 http://gambas.svn.sourceforge.net/gambas/?rev=874&view=rev Author: gambas Date: 2007-12-16 15:46:34 -0800 (Sun, 16 Dec 2007) Log Message: ----------- [GB.QT] * NEW: GridView.Rows.Remove() is a new method for removing rows. * NEW: GridView.Rows.Insert() is a new method for inserting rows. [GB.GTK] * NEW: GridView.Rows.Remove() is a new method for removing rows. * NEW: GridView.Rows.Insert() is a new method for inserting rows. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/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...> - 2007-12-18 01:02:40
|
Revision: 875 http://gambas.svn.sourceforge.net/gambas/?rev=875&view=rev Author: gambas Date: 2007-12-17 17:02:38 -0800 (Mon, 17 Dec 2007) Log Message: ----------- [INTERPRETER] * BUG: Fixed the hash table cache of the subcollection used by the gb.db component. * NEW: Subcollections got a Refresh() method that clears the hash table cache. [GB.DB] * BUG: Fixed the validation method of Field, Index and ResultField classes that could crash. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/CConnection.class 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CIndex.c 2.0/trunk/main/lib/db/CResultField.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-19 14:35:36
|
Revision: 878 http://gambas.svn.sourceforge.net/gambas/?rev=878&view=rev Author: gambas Date: 2007-12-19 06:35:41 -0800 (Wed, 19 Dec 2007) Log Message: ----------- ChangeLog updated for 1.9.92. [DEVELOPMENT ENVIRONMENT] * NEW: In the form editor, "Select all" selects all children of the selected container now. [INTERPRETER] * BUG: Currency thousand separator is now taken into account. [GB.DB] * BUG: The spurious alone "WHERE" in generated SQL requests should be gone now. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/app/src/gambas2/.lang/tr.po 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/lib/db/CConnection.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |