gambas-devel-svn Mailing List for Gambas (Page 311)
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-05-26 20:45:31
|
Revision: 396 http://svn.sourceforge.net/gambas/?rev=396&view=rev Author: gambas Date: 2007-05-26 13:43:35 -0700 (Sat, 26 May 2007) Log Message: ----------- [GB.DB.SQLITE2] * BUG: Float fields do not lose decimal digits anymore. [GB.DB.SQLITE3] * BUG: Float fields do not lose decimal digits anymore. [GB.QT] * BUG: Menu.Window is now a read-only property. [GB.GTK] * NEW: Do not globally override GLib memory routines. Use interpreter memory routines only in gb.gtk. * NEW: Some code reorganization. * BUG: Setting Control.Expand and Control.Ignore now update the arrangement of the parent container. * NEW: Message boxes got some padding space. * NEW: An embedded window can have a menu bar. * NEW: Menu.Window has been implemented. * BUG: Setting a menu shortcut does not leak memory anymore. Modified Paths: -------------- 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class 2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form 2.0/trunk/gb.db.sqlite2/src/qry_dat.cpp 2.0/trunk/gb.db.sqlite2/src/qry_dat.h 2.0/trunk/gb.db.sqlite2/src/sqlitedataset.cpp 2.0/trunk/gb.db.sqlite3/src/main.cpp 2.0/trunk/gb.db.sqlite3/src/qry_dat.cpp 2.0/trunk/gb.db.sqlite3/src/qry_dat.h 2.0/trunk/gb.db.sqlite3/src/sqlitedataset.cpp 2.0/trunk/gb.gtk/src/CContainer.h 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CMenu.h 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/gcolumnview.cpp 2.0/trunk/gb.gtk/src/gcolumnview.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/gframe.cpp 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.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/glistbox.cpp 2.0/trunk/gb.gtk/src/glistbox.h 2.0/trunk/gb.gtk/src/glistview.cpp 2.0/trunk/gb.gtk/src/glistview.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/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gpicturebox.h 2.0/trunk/gb.gtk/src/gplugin.h 2.0/trunk/gb.gtk/src/gprogressbar.cpp 2.0/trunk/gb.gtk/src/gprogressbar.h 2.0/trunk/gb.gtk/src/gscrollbar.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/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/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/gtools.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.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CMenu.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/lib/db/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-26 08:47:35
|
Revision: 395 http://svn.sourceforge.net/gambas/?rev=395&view=rev Author: gambas Date: 2007-05-26 01:47:31 -0700 (Sat, 26 May 2007) Log Message: ----------- [GB.QT] * NEW: GridView.Item.Clear has been implemented. [GB.GTK] * NEW: Some virtual class names were changed. * BUG: Draw.Text() now works correctly with any text argument. * NEW: Control.Reparent() now takes optional position arguments. * NEW: Color.LightBackground was implemented. * BUG: Application.ActiveWindow and Application.MainWindow now return a Window object. * BUG: Application.ActiveControl now returns a Control object. Modified Paths: -------------- 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.gtk/src/CColumnView.cpp 2.0/trunk/gb.gtk/src/CConst.cpp 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CScreen.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 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/gdraw.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/share/CControl_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-25 20:23:49
|
Revision: 394 http://svn.sourceforge.net/gambas/?rev=394&view=rev Author: gambas Date: 2007-05-25 13:23:51 -0700 (Fri, 25 May 2007) Log Message: ----------- [GB.GTK] * BUG: Application.Busy now works correctly. It needs an hack in TextArea implementation. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-25 17:36:05
|
Revision: 393 http://svn.sourceforge.net/gambas/?rev=393&view=rev Author: gambas Date: 2007-05-25 10:36:05 -0700 (Fri, 25 May 2007) Log Message: ----------- [GB.GTK] * BUG: A file was forgotten. Added Paths: ----------- 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-05-25 06:57:09
|
Revision: 392 http://svn.sourceforge.net/gambas/?rev=392&view=rev Author: gambas Date: 2007-05-24 23:57:10 -0700 (Thu, 24 May 2007) Log Message: ----------- [EXAMPLES] * NEW: TextEdit example was updated. [GB.QT] * BUG: Removed AutoResize from Window property list. * NEW: TextEdit now has a Link event that is raised when the user clicks on a link. It works only if TextEdit is read-only. [GB.GTK] * NEW: File reorganization. * NEW: Application.Busy was implemented, but it is not working correctly yet. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FColorChooser.form 2.0/trunk/examples/examples/Control/TextEdit/FMain.class 2.0/trunk/examples/examples/Control/TextEdit/FMain.form 2.0/trunk/examples/examples/Control/TextEdit/text.html 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/examples/examples/Misc/Notepad/FAbout.form 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.form 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CButton.h 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/CClipboard.h 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.gtk/src/CColor.h 2.0/trunk/gb.gtk/src/CColumnView.h 2.0/trunk/gb.gtk/src/CDialog.cpp 2.0/trunk/gb.gtk/src/CDialog.h 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CDraw.h 2.0/trunk/gb.gtk/src/CDrawingArea.h 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/CFont.h 2.0/trunk/gb.gtk/src/CFrame.cpp 2.0/trunk/gb.gtk/src/CFrame.h 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/CIconView.h 2.0/trunk/gb.gtk/src/CKey.cpp 2.0/trunk/gb.gtk/src/CKey.h 2.0/trunk/gb.gtk/src/CLabel.h 2.0/trunk/gb.gtk/src/CListBox.h 2.0/trunk/gb.gtk/src/CListView.h 2.0/trunk/gb.gtk/src/CMenu.h 2.0/trunk/gb.gtk/src/CMessage.cpp 2.0/trunk/gb.gtk/src/CMessage.h 2.0/trunk/gb.gtk/src/CMouse.cpp 2.0/trunk/gb.gtk/src/CMouse.h 2.0/trunk/gb.gtk/src/CPictureBox.h 2.0/trunk/gb.gtk/src/CProgress.h 2.0/trunk/gb.gtk/src/CScreen.cpp 2.0/trunk/gb.gtk/src/CScreen.h 2.0/trunk/gb.gtk/src/CScrollView.h 2.0/trunk/gb.gtk/src/CSeparator.cpp 2.0/trunk/gb.gtk/src/CSeparator.h 2.0/trunk/gb.gtk/src/CSlider.h 2.0/trunk/gb.gtk/src/CSpinBox.h 2.0/trunk/gb.gtk/src/CSplitter.cpp 2.0/trunk/gb.gtk/src/CSplitter.h 2.0/trunk/gb.gtk/src/CStock.cpp 2.0/trunk/gb.gtk/src/CStock.h 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTabStrip.h 2.0/trunk/gb.gtk/src/CTextArea.h 2.0/trunk/gb.gtk/src/CTextBox.h 2.0/trunk/gb.gtk/src/CTrayIcon.h 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CTreeView.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/CWindow.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gcolumnview.cpp 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gframe.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glistbox.cpp 2.0/trunk/gb.gtk/src/glistview.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp 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/gscrollview.cpp 2.0/trunk/gb.gtk/src/gseparator.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gslider.cpp 2.0/trunk/gb.gtk/src/gspinbox.cpp 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gstock.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 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/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/main.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextArea.h 2.0/trunk/gb.qt/src/CWindow.cpp Added Paths: ----------- 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/gcolumnview.h 2.0/trunk/gb.gtk/src/gcombobox.h 2.0/trunk/gb.gtk/src/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gcursor.h 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gdialog.h 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.gtk/src/gframe.h 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gimage.h 2.0/trunk/gb.gtk/src/gkey.h 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/glistbox.h 2.0/trunk/gb.gtk/src/glistview.h 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.h 2.0/trunk/gb.gtk/src/gmessage.h 2.0/trunk/gb.gtk/src/gmouse.h 2.0/trunk/gb.gtk/src/gmoviebox.h 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gpicturebox.h 2.0/trunk/gb.gtk/src/gplugin.h 2.0/trunk/gb.gtk/src/gprogressbar.cpp 2.0/trunk/gb.gtk/src/gprogressbar.h 2.0/trunk/gb.gtk/src/gscrollbar.h 2.0/trunk/gb.gtk/src/gscrollview.h 2.0/trunk/gb.gtk/src/gseparator.h 2.0/trunk/gb.gtk/src/gslider.h 2.0/trunk/gb.gtk/src/gspinbox.h 2.0/trunk/gb.gtk/src/gsplitter.h 2.0/trunk/gb.gtk/src/gstock.h 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtextbox.h 2.0/trunk/gb.gtk/src/gtrayicon.h 2.0/trunk/gb.gtk/src/gtreeview.h Removed Paths: ------------- 2.0/trunk/gb.gtk/src/gprogress.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-22 22:46:49
|
Revision: 391 http://svn.sourceforge.net/gambas/?rev=391&view=rev Author: gambas Date: 2007-05-22 15:46:51 -0700 (Tue, 22 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Tries to disable popup balloon when the IDE window is deactivated. [GB.FORM] * BUG: Setting the DirChooser or FileChooser SelectedPath property now should select the correct bookmark. Modified Paths: -------------- 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/.list 2.0/trunk/comp/src/gb.form/FDirChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-22 17:25:56
|
Revision: 390 http://svn.sourceforge.net/gambas/?rev=390&view=rev Author: gambas Date: 2007-05-22 10:25:59 -0700 (Tue, 22 May 2007) Log Message: ----------- [GB.WEB] * NEW: Application.Root now has no trailing slash, unless it is "/". * NEW: Request.InternetExplorer is a new property that returns the version of the Internet Explorer client, or 0 if the client is hopefully not Internet Explorer. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/CGI.module 2.0/trunk/comp/src/gb.web/Request.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-22 13:23:49
|
Revision: 389 http://svn.sourceforge.net/gambas/?rev=389&view=rev Author: gambas Date: 2007-05-22 06:23:51 -0700 (Tue, 22 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The version of newly created projects is 2.0 now. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/es.mo 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/template/_project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-21 20:16:46
|
Revision: 388 http://svn.sourceforge.net/gambas/?rev=388&view=rev Author: gambas Date: 2007-05-21 13:16:47 -0700 (Mon, 21 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Display startup class icon in big sizes correctly. [WIKI CGI SCRIPT] * BUG: Displays Pointer datatype correctly. [GB.QT] * BUG: GridView.Rows.X and GridView.Columns.Y properties were swapped. * BUG: Useless Window.Scale and Window.AutoResize properties were removed. [GB.DB] * BUG: The pseudo-driver gb.db.sqlite now works correctly again. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/CSymbolInfo.class 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FProjectItem.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/db/sqlite.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-20 22:23:30
|
Revision: 387 http://svn.sourceforge.net/gambas/?rev=387&view=rev Author: gambas Date: 2007-05-20 15:23:25 -0700 (Sun, 20 May 2007) Log Message: ----------- [EXAMPLES] * NEW: Makes the TextEdit example font combo-box larger. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.desktop/.info 2.0/trunk/comp/src/gb.desktop/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-18 16:36:45
|
Revision: 386 http://svn.sourceforge.net/gambas/?rev=386&view=rev Author: gambas Date: 2007-05-18 09:36:46 -0700 (Fri, 18 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Converts old DateBox and TimeBox controls to ValueBox controls when opening an old form. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FProjectItem.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-05-17 20:14:40
|
Revision: 385 http://svn.sourceforge.net/gambas/?rev=385&view=rev Author: gambas Date: 2007-05-17 13:14:42 -0700 (Thu, 17 May 2007) Log Message: ----------- Release 1.9.49 Added Paths: ----------- 2.0/tags/1.9.49/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 20:04:08
|
Revision: 384 http://svn.sourceforge.net/gambas/?rev=384&view=rev Author: gambas Date: 2007-05-17 13:04:07 -0700 (Thu, 17 May 2007) Log Message: ----------- [CONFIGURATION] * Updated ChangeLog for 1.9.49 Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/app/src/gambas2/FAbout.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 18:45:00
|
Revision: 383 http://svn.sourceforge.net/gambas/?rev=383&view=rev Author: gambix Date: 2007-05-17 11:44:55 -0700 (Thu, 17 May 2007) Log Message: ----------- Bug: Replace TextView by TextEdit in readonly mode. 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/FAbout.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 18:23:48
|
Revision: 382 http://svn.sourceforge.net/gambas/?rev=382&view=rev Author: gambas Date: 2007-05-17 11:23:50 -0700 (Thu, 17 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Just changed the "Save project as" dialgo title. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 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-05-17 12:38:37
|
Revision: 381 http://svn.sourceforge.net/gambas/?rev=381&view=rev Author: gambas Date: 2007-05-17 05:38:39 -0700 (Thu, 17 May 2007) Log Message: ----------- [EXAMPLES] * NEW: TextEdit example made by Fabien Bodard and me. * NEW: A new section for Control examples. [GB.FORM] * BUG: ColorButton does not refresh anymore when its Color property does not change. Modified Paths: -------------- 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/FMain.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/ColorButton.class Added Paths: ----------- 2.0/trunk/examples/examples/Control/ 2.0/trunk/examples/examples/Control/Embedder/ 2.0/trunk/examples/examples/Control/HighlightEditor/ 2.0/trunk/examples/examples/Control/TextEdit/ 2.0/trunk/examples/examples/Control/TextEdit/.directory 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/.lang/ 2.0/trunk/examples/examples/Control/TextEdit/.lang/fr.po 2.0/trunk/examples/examples/Control/TextEdit/.project 2.0/trunk/examples/examples/Control/TextEdit/FMain.class 2.0/trunk/examples/examples/Control/TextEdit/FMain.form 2.0/trunk/examples/examples/Control/TextEdit/edit.png 2.0/trunk/examples/examples/Control/TextEdit/frmShowHtml.class 2.0/trunk/examples/examples/Control/TextEdit/frmShowHtml.form 2.0/trunk/examples/examples/Control/TextEdit/text.html 2.0/trunk/examples/examples/Control/TreeView/ Removed Paths: ------------- 2.0/trunk/examples/examples/Basic/TreeView/ 2.0/trunk/examples/examples/Misc/Embedder/ 2.0/trunk/examples/examples/Misc/HighlightEditor/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 06:43:12
|
Revision: 380 http://svn.sourceforge.net/gambas/?rev=380&view=rev Author: gambas Date: 2007-05-16 23:43:13 -0700 (Wed, 16 May 2007) Log Message: ----------- [GB.QT] * BUG: TextEdit.Format.Color is now an integer property. Modified Paths: -------------- 2.0/trunk/gb.qt/src/CTextArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-16 22:13:05
|
Revision: 379 http://svn.sourceforge.net/gambas/?rev=379&view=rev Author: gambas Date: 2007-05-16 15:13:07 -0700 (Wed, 16 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The info panel was removed, and replaced by a tooltip balloon displayed when the mouse cursor stays on the current project file in the project tree view. [GB.QT] * BUG: Filling the picture cache explicitely does not leak memory anymore. [GB.FORM] * NEW: Balloon.Font is a new property that allows to define the font used by the balloons. 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/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/Balloon.class 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/gb.qt/src/CPicture.cpp Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/16/class-start.png 2.0/trunk/app/src/gambas2/img/16/class-start_gnome.png 2.0/trunk/app/src/gambas2/img/16/form-start.png 2.0/trunk/app/src/gambas2/img/16/form-start_gnome.png 2.0/trunk/app/src/gambas2/img/16/module-start.png 2.0/trunk/app/src/gambas2/img/16/module-start_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-16 19:02:52
|
Revision: 378 http://svn.sourceforge.net/gambas/?rev=378&view=rev Author: gambas Date: 2007-05-16 12:02:51 -0700 (Wed, 16 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Patch from Jos?\195?\169 L. Redrejo. Generates the ChangeLog when it is not specified by the user. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-15 23:01:36
|
Revision: 377 http://svn.sourceforge.net/gambas/?rev=377&view=rev Author: gambas Date: 2007-05-15 16:01:38 -0700 (Tue, 15 May 2007) Log Message: ----------- [GB.QT] * NEW: A new rich text editor control named TextEdit. It replaces the TextView control, even if it does not manage links at the moment. * BUG: Font properties now can be set to NULL without crashing. [GB.QT.EXT] * NEW: TextView has been removed. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FTips.form 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CFont.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextArea.h 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/ext/Makefile.am 2.0/trunk/gb.qt/src/ext/gb.qt.ext.component 2.0/trunk/gb.qt/src/ext/main.cpp 2.0/trunk/gb.qt/src/gb.qt.component 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/main.h 2.0/trunk/gb.qt/src/share/CConst_desc.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/control/textedit.png Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/control/textview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-15 14:02:10
|
Revision: 376 http://svn.sourceforge.net/gambas/?rev=376&view=rev Author: gambas Date: 2007-05-15 07:02:12 -0700 (Tue, 15 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Adds a patch from Jos?\195?\169 L. Redrejo. The package name must be in lower case in Debian. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-13 00:56:17
|
Revision: 375 http://svn.sourceforge.net/gambas/?rev=375&view=rev Author: gambix Date: 2007-05-12 17:56:17 -0700 (Sat, 12 May 2007) Log Message: ----------- some bugs corrected Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FTest.class 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/Tutorial2.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-12 23:05:01
|
Revision: 374 http://svn.sourceforge.net/gambas/?rev=374&view=rev Author: gambix Date: 2007-05-12 16:04:02 -0700 (Sat, 12 May 2007) Log Message: ----------- [GB.REPORT] *NEW: New widget: ReportTextLabel. It allow to draw multiline text. It can do wordwrapping and manage some base formating tags. These tags are: - Font (for fontname, size, color) - b, i, u (bold, italic, underline) Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.form Added Paths: ----------- 2.0/trunk/comp/src/gb.report/ReportTextLabel.class 2.0/trunk/comp/src/gb.report/Text1 2.0/trunk/comp/src/gb.report/Tutorial2.class 2.0/trunk/comp/src/gb.report/Tutorial2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-12 22:11:14
|
Revision: 373 http://svn.sourceforge.net/gambas/?rev=373&view=rev Author: gambas Date: 2007-05-12 15:11:15 -0700 (Sat, 12 May 2007) Log Message: ----------- [INTERPRETER] * BUG: Pseudo-collections of the gb.db component now always work correctly when being accessed. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_c_subcollection.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-12 11:59:25
|
Revision: 372 http://svn.sourceforge.net/gambas/?rev=372&view=rev Author: gambas Date: 2007-05-12 04:59:27 -0700 (Sat, 12 May 2007) Log Message: ----------- [INTERPRETER] * NEW: Stream got a new boolean property, EndOfFile, that tells if a LINE INPUT command has reached the end of the stream. Modified Paths: -------------- 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_stream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |