gambas-devel-svn Mailing List for Gambas (Page 304)
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: <lor...@us...> - 2007-09-08 17:22:48
|
Revision: 572 http://gambas.svn.sourceforge.net/gambas/?rev=572&view=rev Author: lordheavy Date: 2007-09-08 10:22:48 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.SDL] * BUG: Now when the window raise the draw event, calling draw.Begin()/end() isn't mandatory to draw on it, it's automagicly called like qt/gtk DrawingArea class (Thks Fabien Bodard). Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/Cdraw.h 2.0/trunk/gb.sdl/src/Cwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 16:52:41
|
Revision: 571 http://gambas.svn.sourceforge.net/gambas/?rev=571&view=rev Author: gambix Date: 2007-09-08 09:52:45 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.CHART] * OPT: Some changes like rename Labels to Headers, and add a property Values to load directly an array of string Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CStyleBar.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/_CHeaders.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/_CLabels.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 13:48:00
|
Revision: 570 http://gambas.svn.sourceforge.net/gambas/?rev=570&view=rev Author: gambix Date: 2007-09-08 06:48:02 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: New data structure for storing DataSets (i hope the final one) * NEW: Class for Style constant. Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CStyleBar.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/ChartType.class 2.0/trunk/comp/src/gb.chart/_CLabels.class 2.0/trunk/comp/src/gb.chart/_CSerie.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/CAxes.class 2.0/trunk/comp/src/gb.chart/_Column.class 2.0/trunk/comp/src/gb.chart/_Serie.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-09-08 13:14:10
|
Revision: 569 http://gambas.svn.sourceforge.net/gambas/?rev=569&view=rev Author: lordheavy Date: 2007-09-08 06:14:11 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.SDL] * NEW: Cursor class to manage custom cursor It's not yet finished or functionnal but i guess it won't explode your computer :-/ Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cmouse.cpp 2.0/trunk/gb.sdl/src/Cmouse.h 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLcursor.cpp 2.0/trunk/gb.sdl/src/SDLcursor.h 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLsurface.h 2.0/trunk/gb.sdl/src/SDLwindow.cpp 2.0/trunk/gb.sdl/src/SDLwindow.h 2.0/trunk/gb.sdl/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-09-08 08:35:39
|
Revision: 568 http://gambas.svn.sourceforge.net/gambas/?rev=568&view=rev Author: gambix Date: 2007-09-08 01:35:43 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: Title become a class with Text, Font and Visible properties * NEW: A new property 'Proportional' allow to maintain visual aspect. It is turned on by default. * NEW: Legend have a new property Font. * NEW: A new class named YAxe. It have only one property at this time, 'ShowIntervalLines' that show or hide the interval lines. Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/FTest.form 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CStyleBar.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/_CTitle.class 2.0/trunk/comp/src/gb.chart/_CYAxe.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-08 08:21:22
|
Revision: 567 http://gambas.svn.sourceforge.net/gambas/?rev=567&view=rev Author: gambas Date: 2007-09-08 01:21:24 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.QT] * BUG: ProgressBar percentage is correctly rounded now. * BUG: Fixed the use of an uninitialized variable in GridView class. [GB.GTK] * BUG: ProgressBar percentage is correctly rounded now. Modified Paths: -------------- 2.0/trunk/gb.gtk/src/gprogressbar.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CProgress.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-07 21:30:34
|
Revision: 566 http://gambas.svn.sourceforge.net/gambas/?rev=566&view=rev Author: gambix Date: 2007-09-07 14:30:38 -0700 (Fri, 07 Sep 2007) Log Message: ----------- [GB.CHART] * New: The Legend can be visible or not and change position. * New: Pie chart style * New: A demo form is in the component source Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/FTest.form 2.0/trunk/comp/src/gb.chart/MTools.module Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/_CLegend.class 2.0/trunk/comp/src/gb.chart/_CStyleBar.class 2.0/trunk/comp/src/gb.chart/_CStylePie.class 2.0/trunk/comp/src/gb.chart/_Serie.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/CContainer.class 2.0/trunk/comp/src/gb.chart/CControl.class 2.0/trunk/comp/src/gb.chart/CLegend.class 2.0/trunk/comp/src/gb.chart/CStyleBar.class 2.0/trunk/comp/src/gb.chart/Serie.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-07 12:35:47
|
Revision: 565 http://gambas.svn.sourceforge.net/gambas/?rev=565&view=rev Author: gambix Date: 2007-09-07 05:35:45 -0700 (Fri, 07 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: New structure for the data storing. It is now like a column view. Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/CLegend.class 2.0/trunk/comp/src/gb.chart/CStyleBar.class 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/FTest.class Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/MTools.module 2.0/trunk/comp/src/gb.chart/_Column.class Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/DataSet.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-07 08:01:16
|
Revision: 564 http://gambas.svn.sourceforge.net/gambas/?rev=564&view=rev Author: gambas Date: 2007-09-07 01:01:19 -0700 (Fri, 07 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Support for controls that are overridden in another component. [INTERPRETER] * BUG: Process.Tag property is now correctly freed when the Process object is destroyed [GB.GTK] * BUG: Label and TextLabel borders are displayed correctly now. [GB.GTK.EXT] * NEW: New component that adds footers to the GridView control. Two new properties: GridView.Footer to enable it, and GridView.Columns[].FooterText to define the text of each footer. 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/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CClassInfo.class 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FToolBar.class 2.0/trunk/app/src/gambas2/FToolBox.class 2.0/trunk/app/src/gambas2/img/control/label.png 2.0/trunk/app/src/gambas2/img/control/textlabel.png 2.0/trunk/app/src/gambas2/img/control/workspace.png 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/configure.ac 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CGridView.h 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gb.gtk.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/gbx/gbx_c_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 19:08:22
|
Revision: 563 http://gambas.svn.sourceforge.net/gambas/?rev=563&view=rev Author: gambix Date: 2007-09-06 12:08:09 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Initial import Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/.lock This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 19:07:08
|
Revision: 562 http://gambas.svn.sourceforge.net/gambas/?rev=562&view=rev Author: gambix Date: 2007-09-06 12:06:56 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Initial import Modified Paths: -------------- 2.0/trunk/comp/src/gb.chart/.project Removed Paths: ------------- 2.0/trunk/comp/src/gb.chart/.gambas/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 19:04:49
|
Revision: 561 http://gambas.svn.sourceforge.net/gambas/?rev=561&view=rev Author: gambix Date: 2007-09-06 12:04:49 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Initial import correct Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/.directory 2.0/trunk/comp/src/gb.chart/.gambas/ 2.0/trunk/comp/src/gb.chart/.gambas/CAXE 2.0/trunk/comp/src/gb.chart/.gambas/CAXES 2.0/trunk/comp/src/gb.chart/.gambas/CCONTAINER 2.0/trunk/comp/src/gb.chart/.gambas/CCONTROL 2.0/trunk/comp/src/gb.chart/.gambas/CHART 2.0/trunk/comp/src/gb.chart/.gambas/CLEGEND 2.0/trunk/comp/src/gb.chart/.gambas/CSTYLEBAR 2.0/trunk/comp/src/gb.chart/.gambas/CXAXE 2.0/trunk/comp/src/gb.chart/.gambas/DATASET 2.0/trunk/comp/src/gb.chart/.gambas/FTEST 2.0/trunk/comp/src/gb.chart/.gambas/SERIE 2.0/trunk/comp/src/gb.chart/.icon.png 2.0/trunk/comp/src/gb.chart/.lock 2.0/trunk/comp/src/gb.chart/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 16:43:06
|
Revision: 559 http://gambas.svn.sourceforge.net/gambas/?rev=559&view=rev Author: gambas Date: 2007-09-06 08:04:39 -0700 (Thu, 06 Sep 2007) Log Message: ----------- [GB.QT] * BUG: Cached DrawingArea border now is correctly refreshed. [GB.GTK] * BUG: DrawingArea refresh behaviour was fixed. * NEW: DrawingArea.Tracking was implemented. * NEW: DrawingArea.Enabled specific behaviour was implemented. Note: a disabled DrawingArea has only the X11 Expose event set in its event mask. * BUG: Window.AutoResize has been correctly declared. Modified Paths: -------------- 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/gb.gtk/src/CWindow.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/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 16:40:30
|
Revision: 560 http://gambas.svn.sourceforge.net/gambas/?rev=560&view=rev Author: gambix Date: 2007-09-06 09:40:32 -0700 (Thu, 06 Sep 2007) Log Message: ----------- [GB.CHART] * NEW: Initial import Added Paths: ----------- 2.0/trunk/comp/src/gb.chart/ 2.0/trunk/comp/src/gb.chart/CAxe.class 2.0/trunk/comp/src/gb.chart/CAxes.class 2.0/trunk/comp/src/gb.chart/CContainer.class 2.0/trunk/comp/src/gb.chart/CControl.class 2.0/trunk/comp/src/gb.chart/CLegend.class 2.0/trunk/comp/src/gb.chart/CStyleBar.class 2.0/trunk/comp/src/gb.chart/CXAxe.class 2.0/trunk/comp/src/gb.chart/Chart.class 2.0/trunk/comp/src/gb.chart/DataSet.class 2.0/trunk/comp/src/gb.chart/FTest.class 2.0/trunk/comp/src/gb.chart/FTest.form 2.0/trunk/comp/src/gb.chart/Serie.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 10:18:03
|
Revision: 558 http://gambas.svn.sourceforge.net/gambas/?rev=558&view=rev Author: gambix Date: 2007-09-06 03:16:19 -0700 (Thu, 06 Sep 2007) Log Message: ----------- [GB.REPORT] * NEW: The ReportTextLabel is now working with the new Draw.RichText function. Modified Paths: -------------- 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.report/ReportTextLabel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-06 00:16:31
|
Revision: 557 http://gambas.svn.sourceforge.net/gambas/?rev=557&view=rev Author: gambas Date: 2007-09-05 17:16:34 -0700 (Wed, 05 Sep 2007) Log Message: ----------- [GB.DRAW] * NEW: Draw.RichText() is a new method for drawing HTML-like text. * NEW: Draw.RichTextWidth() and Draw.RichTextHeight() are two new methods that return the size of a rich text. [GB.GTK] * NEW: TextArea Change and Cursor events were implemented. * NEW: Rich text now understand HTML entities, thanks to code from KDE libraries. * BUG: Some fixes in DrawingArea. May not work in some cases. Modified Paths: -------------- 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CDrawingArea.cpp 2.0/trunk/gb.gtk/src/CTextArea.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/lib/draw/gb.draw.h 2.0/trunk/main/lib/draw/matrix.c Added Paths: ----------- 2.0/trunk/gb.gtk/src/kentities.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-05 10:44:33
|
Revision: 556 http://gambas.svn.sourceforge.net/gambas/?rev=556&view=rev Author: gambas Date: 2007-09-05 03:44:32 -0700 (Wed, 05 Sep 2007) Log Message: ----------- [GB.DRAW] * BUG: Links the library with the system mathematic library. Modified Paths: -------------- 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/lib/draw/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-05 08:53:06
|
Revision: 555 http://gambas.svn.sourceforge.net/gambas/?rev=555&view=rev Author: gambas Date: 2007-09-05 01:53:08 -0700 (Wed, 05 Sep 2007) Log Message: ----------- [GB.QT] * NEW: Window.Closed is a new property that returns if a window is closed. [GB.GTK] * NEW: Window.Closed is a new property that returns if a window is closed. [GB.FORM.MDI] * BUG: Closed MDI windows are correctly detected now. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/examples/examples/Games/Snake/.project 2.0/trunk/examples/examples/Games/Snake/FrmMain.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-04 18:27:26
|
Revision: 554 http://gambas.svn.sourceforge.net/gambas/?rev=554&view=rev Author: gambas Date: 2007-09-04 11:27:27 -0700 (Tue, 04 Sep 2007) Log Message: ----------- [GB.GTK] * BUG: Timers work! Stupid GTK+ timers were tamed. The minimum delay was set to 10ms, otherwise the GUI freezes. Modified Paths: -------------- 2.0/trunk/gb.gtk/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-09-04 15:30:34
|
Revision: 553 http://gambas.svn.sourceforge.net/gambas/?rev=553&view=rev Author: gambas Date: 2007-09-04 08:30:36 -0700 (Tue, 04 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The project environment dialog has been moved inside the project property dialog. * BUG: The project tree view popup menu does not show unwanted actions anymore. * NEW: The status message line is automatically cleared after one second. [GB.DB] * NEW: Drivers now can explain their behaviour against case sensitivity, and if this behaviour can be changed. [GB.QT] * NEW: Arrangement routine has been fixed and enhanced. The AutoResize property of vertical and horizontal arrangement is more clever now. * NEW: Window.AutoResize comes back, and should work now. [GB.GTK] * NEW: Arrangement routine has been fixed and enhanced as in gb.qt. * NEW: Window.AutoResize has been implemented. [GB.FORM] * NEW: DirChooser.ShowSplitter is a new boolean property that enables the button that shows the files. [GB.FORM.MDI] * NEW: ToolBar.AutoResize is a new boolean property, set by default. When not set, the toolbar always displays its children on one line. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOpenProject.form 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/app/src/gambas2/img/control/textlabel.png 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DirChooser.class 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/FDirChooser.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/FileView.class 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FToolBar.class 2.0/trunk/comp/src/gb.form.mdi/FToolBar.form 2.0/trunk/comp/src/gb.form.mdi/ToolBar.class 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/gb.db.firebird/src/main.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/gsignals.cpp 2.0/trunk/gb.qt/share/gb.form.arrangement.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/CWindow.cpp 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/gb.db.h 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-03 17:20:55
|
Revision: 550 http://gambas.svn.sourceforge.net/gambas/?rev=550&view=rev Author: gambas Date: 2007-09-03 02:02:40 -0700 (Mon, 03 Sep 2007) Log Message: ----------- [INFORMER] * BUG: Do not preload libraries of disabled components. Modified Paths: -------------- 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-03 17:01:49
|
Revision: 552 http://gambas.svn.sourceforge.net/gambas/?rev=552&view=rev Author: gambas Date: 2007-09-03 10:01:51 -0700 (Mon, 03 Sep 2007) Log Message: ----------- [GB.DRAW] * BUG: Draw.Text() with only three arguments works again. Modified Paths: -------------- 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-01 23:07:01
|
Revision: 549 http://gambas.svn.sourceforge.net/gambas/?rev=549&view=rev Author: gambas Date: 2007-09-01 16:07:01 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [GB.NET.CURL] * BUG: HttpClient and FtpClient should not crash anymore. Modified Paths: -------------- 2.0/trunk/gb.net.curl/src/CFtpClient.c 2.0/trunk/gb.net.curl/src/CFtpClient.h 2.0/trunk/gb.net.curl/src/CHttpClient.c 2.0/trunk/gb.net.curl/src/CHttpClient.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-01 17:55:26
|
Revision: 548 http://gambas.svn.sourceforge.net/gambas/?rev=548&view=rev Author: gambas Date: 2007-09-01 10:54:55 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [GB.DRAW] * BUG: Draw.Rect() now draws nothing if its width or its height is lower than 1. [GB.QT] * BUG: Drawable objects now get their default foreground color correctly. [GB.GTK] * BUG: Do not share fonts that are linked with a Gambas object. [GB.FORM] * BUG: DateChooser is drawn correctly again. * NEW: DateChooser.SetDateColor() is a new method to associate a background color to a specific date. * BUG: DateChooser does not strip the month combo-box anymore. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DateChooser.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/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-01 14:52:46
|
Revision: 547 http://gambas.svn.sourceforge.net/gambas/?rev=547&view=rev Author: gambas Date: 2007-09-01 07:52:45 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [INTERPRETER] * NEW: Object.New() is a new method for instanciating objects. [COMPILER] * BUG: A syntax error is raised now when you use the NEW operator incorrectly. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/main/gbc/gbc_trans_expr.c 2.0/trunk/main/gbx/gbx_c_class.c 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_exec.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |