gambas-devel-svn Mailing List for Gambas (Page 309)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2007-07-16 23:45:38
|
Revision: 446 http://svn.sourceforge.net/gambas/?rev=446&view=rev Author: gambas Date: 2007-07-16 16:45:41 -0700 (Mon, 16 Jul 2007) Log Message: ----------- [GB.NET.SMTP] * BUG: The library now sends CR+LF end of lines, and not just CR, as specified in the SMTP RFC. Windows SMTP servers prefer. :-) * BUG: Fixed a memory leak. * NEW: The SMTP error code is now inserted in the error message returned by the library. Modified Paths: -------------- 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.net.smtp/src/libsmtp_comm.c 2.0/trunk/gb.net.smtp/src/libsmtp_connection.c 2.0/trunk/gb.net.smtp/src/libsmtp_error.c 2.0/trunk/gb.net.smtp/src/parts.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-16 12:37:00
|
Revision: 445 http://svn.sourceforge.net/gambas/?rev=445&view=rev Author: gambas Date: 2007-07-16 05:37:01 -0700 (Mon, 16 Jul 2007) Log Message: ----------- [INTERPRETER] * BUG: A daemonized process forks, so its process id changes. In that case, the interpreter now moves its temporary directory according to the new process id. [GB.NET.SMTP] * NEW: The subject now can be any UTF-8 string. [GB.WEB] * BUG: The Request class now resists against query fields with void names. * BUG: The Request class now does nothins when the request method is unknown. It does not assume a POST method by default. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/comm.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.net.smtp/src/libsmtp_comm.c 2.0/trunk/gb.net.smtp/src/quoted.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/share/gb_file_share.h 2.0/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-15 13:39:11
|
Revision: 444 http://svn.sourceforge.net/gambas/?rev=444&view=rev Author: gambas Date: 2007-07-15 06:39:10 -0700 (Sun, 15 Jul 2007) Log Message: ----------- [CONFIGURATION] * BUG: Tried to fix the detection of QT Moc so that it just disables the component, and does not abort. * BUG: Tried to fix the detection of SDL version. [DEVELOPMENT ENVIRONMENT] * NEW: The ESC key should hide the find panel and the console everywhere. [INTERPRETER] * NEW: Application.Daemon is a new boolean property that "daemonize" the current program when set to TRUE. Once the program is "daemonized", the property cannot be set to FALSE. * BUG: Correctly sets the first argument when the executed program is an archive. [GB.QT] * BUG: The TreeView, ListView, ColumnView and IconView now correctly takes the Ascending property into account. You do not have to manage it in the Compare event handler anymore. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.sdl/configure.ac 2.0/trunk/gb.sdl.sound/configure.ac 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_c_application.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-14 20:51:11
|
Revision: 443 http://svn.sourceforge.net/gambas/?rev=443&view=rev Author: gambas Date: 2007-07-14 13:51:04 -0700 (Sat, 14 Jul 2007) Log Message: ----------- [CONFIGURATION] * BUG: Now components that depends on X11 are always linked against the X11 libraries, and should be disabled correctly if X11 is not installed. [INTERPRETER] * NEW: A new component GB_INFO exported function that implements global component properties. This function receives the name of the property, and must return its value if it can. * NEW: A new API function that allows a component to ask for the value of a property. All loaded components are asked, until one returns the value. [GB.QT] * NEW: Desktop.Find() has been moved to the gb.desktop component. [GB.GTK] * BUG: Tries to connect the default control signals correctly. * BUG: SpinBox.MinValue and SpinBox.MaxValue work correctly now. * NEW: SpinBox.SelectAll() has been implemented. * BUG: Busy cursor works correctly now on SpinBox and TextArea controls. [GB.DESKTOP] * NEW: Desktop.Find() method was moved in this component. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/examples/examples/Control/Embedder/.project 2.0/trunk/examples/examples/Database/Database/FMain.form 2.0/trunk/gb.desktop/Makefile.am 2.0/trunk/gb.desktop/configure.ac 2.0/trunk/gb.desktop/src/Makefile.am 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/Desktop.class 2.0/trunk/gb.desktop/src/main.c 2.0/trunk/gb.gtk/src/CSpinBox.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gspinbox.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_component.h 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/gbx/gbx_library.h 2.0/trunk/main/share/gambas.h 2.0/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...> - 2007-07-14 11:59:46
|
Revision: 442 http://svn.sourceforge.net/gambas/?rev=442&view=rev Author: gambas Date: 2007-07-14 04:59:49 -0700 (Sat, 14 Jul 2007) Log Message: ----------- [INTERPRETER] * BUG: Archive should be runnable outside of their directory. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_project.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-14 11:52:29
|
Revision: 441 http://svn.sourceforge.net/gambas/?rev=441&view=rev Author: gambas Date: 2007-07-14 04:52:26 -0700 (Sat, 14 Jul 2007) Log Message: ----------- [GB.GTK] * BUG: Fixed memory leaks in Window, TabStrip and IconView. * NEW: Removed some GtkMae specific GridView properties. * BUG: Embedded Window now raises the Close event correctly. [GB.DESKTOP] * NEW: This component now is written in C with a Gambas part. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/TEMPLATE/README 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/order 2.0/trunk/configure.ac 2.0/trunk/examples/examples/Basic/DragNDrop/.project 2.0/trunk/examples/examples/Database/Database/FMain.class 2.0/trunk/examples/examples/Database/PictureDatabase/.project 2.0/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.class 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.icon.png 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.project 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form 2.0/trunk/examples/examples/Games/BeastScroll/.project 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module 2.0/trunk/examples/examples/Games/Snake/.project 2.0/trunk/examples/examples/Games/Snake/FrmMain.class 2.0/trunk/examples/examples/Games/Snake/FrmMain.form 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/Printing/Printing/.project 2.0/trunk/examples/examples/Sound/MusicPlayer/.icon.png 2.0/trunk/examples/examples/Sound/MusicPlayer/.project 2.0/trunk/examples/examples/Sound/MusicPlayer/FSoundPlayer.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h Added Paths: ----------- 2.0/trunk/TEMPLATE/conf/gb.desktop.conf 2.0/trunk/gb.desktop/ 2.0/trunk/gb.desktop/AUTHORS 2.0/trunk/gb.desktop/COPYING 2.0/trunk/gb.desktop/ChangeLog 2.0/trunk/gb.desktop/INSTALL 2.0/trunk/gb.desktop/Makefile.am 2.0/trunk/gb.desktop/NEWS 2.0/trunk/gb.desktop/README 2.0/trunk/gb.desktop/acinclude.m4 2.0/trunk/gb.desktop/component.am 2.0/trunk/gb.desktop/config.guess 2.0/trunk/gb.desktop/config.sub 2.0/trunk/gb.desktop/configure.ac 2.0/trunk/gb.desktop/gambas.h 2.0/trunk/gb.desktop/gb_common.h 2.0/trunk/gb.desktop/ltmain.sh 2.0/trunk/gb.desktop/reconf 2.0/trunk/gb.desktop/src/ 2.0/trunk/gb.desktop/src/Makefile.am 2.0/trunk/gb.desktop/src/gb.desktop/ 2.0/trunk/gb.desktop/src/gb.desktop/.component 2.0/trunk/gb.desktop/src/gb.desktop/.directory 2.0/trunk/gb.desktop/src/gb.desktop/.icon.png 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.list 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/gb.desktop/DesktopFile.class 2.0/trunk/gb.desktop/src/gb.desktop/Main.module 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopIcons.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopMenus.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class 2.0/trunk/gb.desktop/src/gb.desktop/xdg-utils-1.0.1/ 2.0/trunk/gb.desktop/src/gb.desktop.component 2.0/trunk/gb.desktop/src/main.c 2.0/trunk/gb.desktop/src/main.h Removed Paths: ------------- 2.0/trunk/comp/src/gb.desktop/ 2.0/trunk/gb.desktop/src/gb.desktop/.component 2.0/trunk/gb.desktop/src/gb.desktop/.directory 2.0/trunk/gb.desktop/src/gb.desktop/.icon.png 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.list 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/gb.desktop/DesktopFile.class 2.0/trunk/gb.desktop/src/gb.desktop/Main.module 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopIcons.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopMenus.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class 2.0/trunk/gb.desktop/src/gb.desktop/xdg-utils-1.0.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-13 17:48:21
|
Revision: 440 http://svn.sourceforge.net/gambas/?rev=440&view=rev Author: gambas Date: 2007-07-13 10:48:19 -0700 (Fri, 13 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Ensure that every node is expanded in the form hierarchy window. [GB.QT] * NEW: UserControl has a new _AutoResize hidden property. * BUG: TabStrip[].Picture returns the correct tab picture now. [GB.GTK] * BUG: GridView.EnsureVisible has been fixed. * NEW: Writing to Control.Previous and Control.Next has been implemented. * BUG: Control.Visible now behaves the same way as in gb.qt. It means that gControl::isVisible() returns if a control is not explicitely hidden. * BUG: GridView selection behaviour has been fixed. * OPT: The GridView repaint routine now draws only the cells that need to be redrawn. * BUG: ClientWidth and ClientHeight properties now force the container to update its layout, so that the return values are correct. * BUG: Window does not raise Move or Resize events anymore before the Open event has been raised. * BUG: The background of void GridView cells is drawn correctly now. * NEW: UserControl has a new _AutoResize hidden property. * NEW: GridView.Rows.Unselect has been implemented. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FData.class 2.0/trunk/app/src/gambas-database-manager/FTable.class 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/comp/src/gb.db.form/.lang/.pot 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/FBrowser.form 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gframe.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-07-13 12:53:09
|
Revision: 439 http://svn.sourceforge.net/gambas/?rev=439&view=rev Author: lordheavy Date: 2007-07-13 05:53:08 -0700 (Fri, 13 Jul 2007) Log Message: ----------- ...and the good name should help too... Modified Paths: -------------- 2.0/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-13 09:27:45
|
Revision: 438 http://svn.sourceforge.net/gambas/?rev=438&view=rev Author: gambas Date: 2007-07-13 02:27:44 -0700 (Fri, 13 Jul 2007) Log Message: ----------- Maybe these missing files will help... Added Paths: ----------- 2.0/trunk/comp/src/gb.form.dialog/.component 2.0/trunk/comp/src/gb.form.dialog/.info 2.0/trunk/comp/src/gb.form.dialog/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-11 14:02:53
|
Revision: 437 http://svn.sourceforge.net/gambas/?rev=437&view=rev Author: gambas Date: 2007-07-11 07:02:56 -0700 (Wed, 11 Jul 2007) Log Message: ----------- [GB.FORM.MDI] * NEW: The MDI tabstrip got a menu that allows to select the current MDI tab. [GB.FORM.DIALOG] * NEW: This reimplementation of the Dialog class was removed from the gb.form component and put in this new component. This way, you can use the gb.form component and keep the default standard dialogs. [GB.QT] * NEW: The TextEdit.Line property has been removed. [GB.GTK] * BUG: The gPicture class should be correctly used everywhere now. * NEW: The Window Activate and Deactivate events have been implemented, and works almost the same way as in gb.qt. * NEW: TextArea now works like in gb.qt. * NEW: TextEdit has been implemented. It is not really useful at the moment: HTML is not understood, and formatting properties have not been implemented. * BUG: ComboBox has been fixed. gComboBox now inherits gTextBox. * BUG: Many fixes in GridView. Row selection now works almost as in gb.qt. * OPT: Some optimizations in GridView drawing. * NEW: Font.Height() argument is optional now. * BUG: Destroying the same menu twice is now impossible. * NEW: TextBox and TextArea selection interface is now the same as in gb.qt. * BUG: The Image.Depth property is now read-only. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FAbout.class 2.0/trunk/app/src/gambas-database-manager/FAbout.form 2.0/trunk/app/src/gambas-database-manager/FData.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FAbout.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/.list 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/comp/src/order 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CButton.h 2.0/trunk/gb.gtk/src/CDrawingArea.cpp 2.0/trunk/gb.gtk/src/CDrawingArea.h 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CMenu.h 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CScreen.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTextArea.cpp 2.0/trunk/gb.gtk/src/CTextArea.h 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gb.gtk.component 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 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/gpicture.cpp 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/share/CDrawingArea_desc.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form.dialog/ 2.0/trunk/comp/src/gb.form.dialog/.directory 2.0/trunk/comp/src/gb.form.dialog/.icon.png 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/Dialog.class 2.0/trunk/comp/src/gb.form.dialog/FDirDialog.class 2.0/trunk/comp/src/gb.form.dialog/FDirDialog.form 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.class 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.form 2.0/trunk/comp/src/gb.form.dialog/Main.module Removed Paths: ------------- 2.0/trunk/comp/src/gb.form/Dialog.class 2.0/trunk/comp/src/gb.form/FDirDialog.class 2.0/trunk/comp/src/gb.form/FDirDialog.form 2.0/trunk/comp/src/gb.form/FFileDialog.class 2.0/trunk/comp/src/gb.form/FFileDialog.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-07-11 10:36:21
|
Revision: 436 http://svn.sourceforge.net/gambas/?rev=436&view=rev Author: lordheavy Date: 2007-07-11 03:36:22 -0700 (Wed, 11 Jul 2007) Log Message: ----------- [GB.NET.CURL] * BUG: Fix an endless loop when a connect is stop before it's finished. Found with HttpGet example : when a file is during download, cancel it and close the app is giving an endless loop. Modified Paths: -------------- 2.0/trunk/gb.net.curl/src/CCurl.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-07-09 10:50:54
|
Revision: 435 http://svn.sourceforge.net/gambas/?rev=435&view=rev Author: gambas Date: 2007-07-09 03:50:54 -0700 (Mon, 09 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The default open project dialog size is smaller. * BUG: Tabulation characters in string properties are correctly parsed by the form editor now. [GB.GTK] * NEW: TreeView MouseDown and Menu events now behave like in gb.qt. * BUG: Key class has been fixed. But input contexts are not managed yet. * BUG: Fixes in the gSplitter class. * NEW: ComboBox now behaves correctly. The selection properties are not implemented yet. * NEW: GridView control is almost complete. * NEW: Some controls can have a minimum height. At the moment, only ComboBox and Button-like controls have it. * BUG: TextArea and ComboBox now raise correctly key events. * BUG: TabStrip and other possible multi-containers will work correctly now. * BUG: TabStrip Background and Foreground properties are correctly handled now. * NEW: TextLabel.AutoResize has been implemented. * BUG: TextBox Change event now behaves like the gb.qt one. * BUG: Some fixes in the management of embedded Window controls. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/CConnection.class 2.0/trunk/app/src/gambas-database-manager/CTableViewEditor.class 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas-database-manager/FTable.class 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/comp/src/gb.form.mdi/FMain.class 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FTest.class 2.0/trunk/comp/src/gb.form.mdi/FTest.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/CLabel.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTextBox.h 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 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/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gkey.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/gscrollbar.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gslider.cpp 2.0/trunk/gb.gtk/src/gslider.h 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gsplitter.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/share/gb.form.properties.h 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-07-03 08:31:20
|
Revision: 434 http://svn.sourceforge.net/gambas/?rev=434&view=rev Author: gambas Date: 2007-07-03 01:31:22 -0700 (Tue, 03 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Changing the project components now correctly refreshes the property sheet. * BUG: No spurious property line in the property sheet anymore. * BUG: The spinbox font is correctly refreshed in the property sheet now. [GB.QT] * NEW: GridView.AutoResize and ColumnView.AutoResize have been removed. They are always TRUE by default. * NEW: GridView.Data.Padding is a new property for defining the space around the cell contents. [GB.GTK] * NEW: An activated tree view item is now automatically expanded or collapsed. * NEW: Windows.Controls has been implemented. * BUG: gDesktop::rightToLeft() now returns true if the current language is right-to-left written, and not the contrary! * NEW: ColumnView columns properties have been implemented, the sorting properties excepted. * NEW: GridView.Data properties have been implemented. * NEW: GridView.Data.Padding has replaced the XPad and YPad properties. * BUG: GridView.Header now behaves like its gb.qt equivalent. * BUG: Many fixes in the GridView column resizing algorithm. * BUG: GridView scrollbars are correctly updated now. * BUG: Inserting a new control inside a TabStrip works correctly again. * BUG: Button.Font now works correctly. * NEW: Referencing a gPicture object now automatically references the Gambas Picture object it is attached to. This system will be used by the gFont class too. * NEW: The TextBox password char is now a big dot Unicode character. * BUG: The arrangement algorithm now uses the container contents, and not the full container dimensions. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/FData.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/.lang/pt.po 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FFindList.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FProjectEnv.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/comp/src/gb.db.form/FMain.form 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Control/HighlightEditor/.project 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CTabStrip.h 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 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/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/main.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Qt.module 2.0/trunk/gb.qt/src/share/CTabStrip_desc.h 2.0/trunk/main/share/gambas.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/.lang/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/gb.gtk/src/ggambastag.h 2.0/trunk/gb.gtk/src/gtag.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-30 23:28:25
|
Revision: 433 http://svn.sourceforge.net/gambas/?rev=433&view=rev Author: gambas Date: 2007-06-30 16:28:11 -0700 (Sat, 30 Jun 2007) Log Message: ----------- [GB.GTK] * BUG: Dialog.Filter can be NULL without crashing. * NEW: Move common routines of widgets hai=ving scrollbars inside the gControl class. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/CDialog.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-27 19:13:01
|
Revision: 432 http://svn.sourceforge.net/gambas/?rev=432&view=rev Author: gambas Date: 2007-06-27 12:12:56 -0700 (Wed, 27 Jun 2007) Log Message: ----------- [GB.GTK] * BUG: The HTML markup to Pango markup was redesigned from scratch. * BUG: The HTML text in Label, TextLabel and Message class are now correctly displayed. * BUG: Label contents are not cut anymore when the Padding property is greater than zero. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 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/gmessage.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h Removed Paths: ------------- 2.0/trunk/gb.gtk/src/html.cpp 2.0/trunk/gb.gtk/src/html.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-25 22:10:44
|
Revision: 431 http://svn.sourceforge.net/gambas/?rev=431&view=rev Author: gambas Date: 2007-06-25 15:10:47 -0700 (Mon, 25 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Item renaming was implemented in TreeView, ListView, ColumnView and IconView, with the Rename and Cancel events. * BUG: The Mouse.Arrow constant was fixed. [GB.QT] * NEW: IconView got a new Cancel event that cannot be implemented at the moment because of a missing feature in QT. * NEW: IconView.Editable was implemented. * NEW: IconView.GridHeight was removed, because this feature does not exist in GTK+. * NEW: IconView.WordWrap was removed, because of bugs in the GTK+ implementation of this feature. It is always set to TRUE now. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FSidePanel.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.class 2.0/trunk/examples/examples/Control/TreeView/TreeViewExample.form 2.0/trunk/examples/examples/Misc/Explorer/.project 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.class 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.form 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CMouse.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CIconView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-24 22:56:13
|
Revision: 430 http://svn.sourceforge.net/gambas/?rev=430&view=rev Author: gambas Date: 2007-06-24 15:56:09 -0700 (Sun, 24 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: IconView was rewritten from scratch from the TreeView code. Not everything was done, but it works! Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/examples/examples/Misc/Explorer/.icon.png 2.0/trunk/examples/examples/Misc/Explorer/.project 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.class 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.form 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CIconView.h 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.qt/share/gb.form.properties.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-24 18:33:12
|
Revision: 429 http://svn.sourceforge.net/gambas/?rev=429&view=rev Author: gambas Date: 2007-06-24 11:33:12 -0700 (Sun, 24 Jun 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A button for swapping between gb.qt and gb.gtk in the project property dialog. This is for testing, and will be removed in the future. [COMPILER] * BUG: The compiler allocated a too small internal buffer for little forms, and then crashed. This has been fixed. [GB.GTK] * NEW: UserContainer.Children now behaves correctly. * BUG: TreeView.EnsureVisible now works correcty. * BUG: TreeView.Clear now works correcty. * BUG: Many other fixes in TreeView, ColumnView and ListView controls. * NEW: ComboBox Activate and Change events were implemented. * NEW: Default and Cancel buttons were correctly implemented. * BUG: Some fixes in TrayIcon. * NEW: Tray icons are now transparent. * NEW: TabStrip can delete tabs individually now. * NEW: Window.Reparent has been implemented. * NEW: Control.SetFocus works even if the window is not yet realized. * NEW: Control Next and Previous properties reading have been implemented. * BUG: Dialog.OpenFile now behaves like in gb.qt. * BUG: Many fixes in window management. [GB.QT] * NEW: TreeView.Key does not change TreeView.Item anymore. And so on for ListView and ColumnView. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FPassword.class 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas2/.lang/.pot 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/comp/src/gb.desktop/.info 2.0/trunk/comp/src/gb.desktop/.list 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FMain.class 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FTest.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/examples/examples/Basic/Blights/win1.form 2.0/trunk/examples/examples/Drawing/ImageViewer/.project 2.0/trunk/examples/examples/Drawing/ImageViewer/FViewer.form 2.0/trunk/examples/examples/Games/Solitaire/.project 2.0/trunk/examples/examples/Games/Solitaire/FBoardSelect.form 2.0/trunk/examples/examples/Games/Solitaire/FGameArea.class 2.0/trunk/examples/examples/Networking/ClientSocket/.icon.png 2.0/trunk/examples/examples/Networking/ClientSocket/.project 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.form 2.0/trunk/examples/examples/Networking/DnsClient/.icon.png 2.0/trunk/examples/examples/Networking/DnsClient/.project 2.0/trunk/examples/examples/Networking/DnsClient/FMain.form 2.0/trunk/examples/examples/Networking/HTTPGet/.icon.png 2.0/trunk/examples/examples/Networking/HTTPGet/.project 2.0/trunk/examples/examples/Networking/HTTPGet/F.form 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.class 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.form 2.0/trunk/examples/examples/Networking/SerialPort/.icon.png 2.0/trunk/examples/examples/Networking/SerialPort/.project 2.0/trunk/examples/examples/Networking/SerialPort/FSerialPort.form 2.0/trunk/examples/examples/Networking/ServerSocket/.icon.png 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/examples/examples/Networking/ServerSocket/FrmMain.form 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 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/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gfont.cpp 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/gmessage.cpp 2.0/trunk/gb.gtk/src/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtrayicon.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/main/gbc/gbc_compile.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form 2.0/trunk/gb.gtk/src/gdrawingarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-21 00:37:07
|
Revision: 428 http://svn.sourceforge.net/gambas/?rev=428&view=rev Author: gambas Date: 2007-06-20 17:37:09 -0700 (Wed, 20 Jun 2007) Log Message: ----------- [GB.GTK] * BUG: Window.Hide() does not enter an infinite loop anymore. Modified Paths: -------------- 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-06-21 00:28:17
|
Revision: 427 http://svn.sourceforge.net/gambas/?rev=427&view=rev Author: gambas Date: 2007-06-20 17:28:19 -0700 (Wed, 20 Jun 2007) Log Message: ----------- [GB.QT] * NEW: Deleting a TreeView, ListView or ColumnView item now always makes the internal cursor unavailable. [GB.FORM] * NEW: The DateChooser control now uses a disabled color computed from the default foreground color. [GB.GTK] * NEW: Work in progress in TreeView, ListView and ColumnView controls. * NEW: The expanded state of each node is now kept, like in gb.qt. * NEW: The background and foreground color management has been redesigned. Control.Foreground and Control.Background now understand Color.Default. * NEW: The HSplit and VSplit controls have been fixed. * BUG: Window.Close() argument is now taken into account. * NEW: GridView.MoveTo() and GridView.Column[].Text have been implemented. * NEW: Draw.Width, Draw.Height and Draw.Device have been implemented. * NEW: Draw.Foreground and Draw.Background understand Color.Default. * BUG: ScrollView.EnsureVisible() now works like in gb.qt. * NEW: Control.Lower() and Control.Raise() have been simplified. But they do not work correctly for sure! * BUG: Dialog.Color returns the right value now. * BUG: Font.ToString() has been fixed. * BUG: Picture.Fill() and Image.Fill() have been fixed. * BUG: Control.Reparent() declaration has been fixed. * BUG: A memory leak has been fixed in TreeView, ListView and ColumnView controls. * BUG: Drawing on a Picture object now works correctly. * BUG: The Window class now raises the Open event correctly. * BUG: Menu class should display its elements correctly now. * NEW: IconView GridX and GridY properties have been renamed to GridWidth and GridHeight, and now are a multiple of Desktop.Scale. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FMain.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/ColorButton.class 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FCalendar.class 2.0/trunk/comp/src/gb.form/FCalendar.form 2.0/trunk/comp/src/gb.form/FColorChooser.form 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.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/FMain.form 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CIconView.h 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CSplitter.cpp 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWatcher.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 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/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gdialog.h 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gframe.cpp 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 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/gmenu.h 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gmoviebox.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gpicturebox.h 2.0/trunk/gb.gtk/src/gplugin.h 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gseparator.cpp 2.0/trunk/gb.gtk/src/gseparator.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gslider.cpp 2.0/trunk/gb.gtk/src/gslider.h 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gspinbox.h 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gsplitter.h 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtrayicon.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/main/gbx/gb_common_check.h Added Paths: ----------- 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gcolor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-20 09:37:52
|
Revision: 426 http://svn.sourceforge.net/gambas/?rev=426&view=rev Author: gambas Date: 2007-06-20 02:37:52 -0700 (Wed, 20 Jun 2007) Log Message: ----------- [CONFIGURATION] * BUG: The development environment and the database manager now compile correctly when installing in a building directory. Modified Paths: -------------- 2.0/trunk/app/Makefile.am 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/FColorChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-17 19:44:39
|
Revision: 425 http://svn.sourceforge.net/gambas/?rev=425&view=rev Author: gambas Date: 2007-06-17 12:44:40 -0700 (Sun, 17 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Arrangement management was fixed. * BUG: Tried to handle TreeView Click event differently. * BUG: Mouse.ScreenX and Mouse.ScreenY can be used outside of a mouse event now. * BUG: TreeView Move* methods now handle errors correctly. * NEW: gListBox is now based on gTreeView. * NEW: ListBox Click event has been implemented. * NEW: Background and Foreground property management has been fixed. It should work about like in gb.qt now. * NEW: UserControl and UserContainer implementation have been fixed. * BUG: Font creation from string has been fixed. * NEW: Watcher now only handles Move, Resize, Show and Hide event. The other events were move to the Container and Window classes. Use the Observer class to replace the Watcher. * NEW: Window got the Title and Icon event from the Watcher class. * NEW: Container got the Insert event from the Watcher class. * NEW: ScrollView.ScrollWidth and ScrollView.ScrollHeight were implemented. * BUG: Control.ScreenX and Control.ScreenY were fixed. * BUG: Control.Parent now returns a Container, not a Control. * NEW: The Container.Find method has been implmented. * BUG: TextBox.Text now works correctly. * NEW: The TextBox.SelectAll method was added. * NEW: Container now raise the Arrange event. * NEW: IconView GridX and GridY properties have been replaced by GridWidth and GridHeight properties. [GB.QT] * NEW: Watcher now only handles Move, Resize, Show and Hide event. The other events were move to the Container and Window classes. Use the Observer class to replace the Watcher. * NEW: Window got the Title and Icon event from the Watcher class. * NEW: Container got the Insert event from the Watcher class. [GB.FORM] * NEW: The component was updated because of the changes in Watcher. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FImport.class 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/comp/src/gb.form/.component 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/DirChooser.class 2.0/trunk/comp/src/gb.form/FDirChooser.class 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.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileChooser.class 2.0/trunk/comp/src/gb.form/ListContainer.class 2.0/trunk/comp/src/gb.form.mdi/.component 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/CWindow.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CContainer.h 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CFrame.cpp 2.0/trunk/gb.gtk/src/CFrame.h 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CListBox.cpp 2.0/trunk/gb.gtk/src/CMouse.cpp 2.0/trunk/gb.gtk/src/CScrollView.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWatcher.cpp 2.0/trunk/gb.gtk/src/CWatcher.h 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/glistbox.cpp 2.0/trunk/gb.gtk/src/glistbox.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gscrollview.cpp 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-13 13:33:08
|
Revision: 424 http://svn.sourceforge.net/gambas/?rev=424&view=rev Author: gambas Date: 2007-06-13 06:33:09 -0700 (Wed, 13 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Menu.Checked has been implemented. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gmenu.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-13 12:22:29
|
Revision: 423 http://svn.sourceforge.net/gambas/?rev=423&view=rev Author: gambas Date: 2007-06-13 05:22:30 -0700 (Wed, 13 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: Menus now automatically hide useless separators. * NEW: Code clean-up and factorization in gMenu class. The Checked property is not implemented yet. Modified Paths: -------------- 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/gtools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-06-11 21:55:46
|
Revision: 422 http://svn.sourceforge.net/gambas/?rev=422&view=rev Author: gambas Date: 2007-06-11 14:55:45 -0700 (Mon, 11 Jun 2007) Log Message: ----------- [GB.GTK] * NEW: TabStrip was entirely implemented, except the Delete method. [GB.QT] * BUG: The Index property now takes the hidden tabs into account. * NEW: Menu.Name was implemented. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.opengl/config.h.in 2.0/trunk/gb.qt/src/CTabStrip.cpp 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. |