gambas-devel-svn Mailing List for Gambas (Page 305)
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-09-01 10:51:12
|
Revision: 546 http://gambas.svn.sourceforge.net/gambas/?rev=546&view=rev Author: gambas Date: 2007-09-01 03:51:09 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Redesigned the menu editor so that it displays nicely whatever the default font is. [EXAMPLES] * NEW: AnalogClock example was rewritten by using the transformation matrix. [GB.DRAW] * BUG: Fixed the default behaviour of Draw.Ellipse() and Draw.Circle(). * NEW: Implementation of the old transformation matrix methods. Draw.Rotate() has not been implemented. Draw.Text() does not support it. [GB.QTE] * NEW: Synchronized with gb.qt. Modified Paths: -------------- 2.0/trunk/TODO 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/FMenu.form 2.0/trunk/app/src/gambas2/FPropertyProject.form 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/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/TODO 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/ext/CDraw.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/main.h 2.0/trunk/gb.qte/src/ext/Makefile.am 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx_archive.c 2.0/trunk/main/gbx/gbx_archive.h 2.0/trunk/main/gbx/gbx_c_enum.h 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_c_timer.h 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_component.h 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_library.h 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/lib/draw/Makefile.am 2.0/trunk/main/lib/draw/gb.draw.h 2.0/trunk/main/share/Makefile.am Added Paths: ----------- 2.0/trunk/gb.qte/src/ext/CDraw.cpp 2.0/trunk/gb.qte/src/ext/CDraw.h 2.0/trunk/main/gbx/gb_list.c 2.0/trunk/main/lib/draw/gb_list.c 2.0/trunk/main/lib/draw/matrix.c 2.0/trunk/main/lib/draw/matrix.h 2.0/trunk/main/share/gb_list.h 2.0/trunk/main/share/gb_list_temp.h Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CTabStrip_desc.h 2.0/trunk/gb.qte/src/share/CClipboard_desc.h 2.0/trunk/gb.qte/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_list.c 2.0/trunk/main/gbx/gbx_list.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-31 20:02:53
|
Revision: 545 http://gambas.svn.sourceforge.net/gambas/?rev=545&view=rev Author: gambas Date: 2007-08-31 13:02:56 -0700 (Fri, 31 Aug 2007) Log Message: ----------- [EXAMPLES] * OPT: GameOfLife example was optimized by using the Draw.Zoom method. [GB.QT] * NEW: GridView row and column Moveable properties were removed. * NEW: TextLabel.Transparent has been implemented. [GB.GTK] * NEW: GridView.Rows.Select and GridView.Rows.Unselect were implemented. * NEW: GridView column and row Resizable property have been implemented. * NEW: All GridView column and row properties synonymous were implemented. [GB.FORM] * BUG: ValueBox should not crash anymore on invalid input. * BUG: Character deletion in ValueBox is possible now. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/ValueBox.class 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/CLabel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-31 16:07:07
|
Revision: 544 http://gambas.svn.sourceforge.net/gambas/?rev=544&view=rev Author: gambas Date: 2007-08-31 09:07:09 -0700 (Fri, 31 Aug 2007) Log Message: ----------- [INTERPRETER] * BUG: A more robust version of the previous fix about watch callbacks. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-31 15:57:06
|
Revision: 543 http://gambas.svn.sourceforge.net/gambas/?rev=543&view=rev Author: gambas Date: 2007-08-31 08:57:08 -0700 (Fri, 31 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Find list is correctly reset when a project is opened. * OPT: The breakpoint button update is delayed so that scrolling in code editor is not too slow when many windows are open. * NEW: Japanese translation updated. [INTERPRETER] * BUG: Watched file descriptor that are removed during their callback should be effectively removed now. * NEW: Timer.Start() and Timer.Stop() are two new synonymous for the Timer.Eabled property. [GB.GTK] * BUG: Many fixes in layout handling. * NEW: GridView look has been enhanced. * BUG: GridView better honors its background property. * BUG: GridView border is correctly drawn now. * BUG: Color hue can be greater than 360. * BUG: Newly created TabStrip tabs are correctly put to the last. * BUG: Embedded windows now correctly raise the Show and Hide events. [GB.NET.CURL] * BUG: CCurl.Proxy is a now a true virtual class. 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/gambas-database-manager/FRequest.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ja.mo 2.0/trunk/app/src/gambas2/.lang/ja.po 2.0/trunk/app/src/gambas2/FCommit.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FEditor.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form.mdi/.project 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/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/gb.gtk/TODO 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.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/gdrawingarea.cpp 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/gmainwindow.cpp 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/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/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.net.curl/src/CCurl.c 2.0/trunk/gb.net.curl/src/CCurl.h 2.0/trunk/gb.net.curl/src/CProxy.c 2.0/trunk/gb.net.curl/src/CProxy.h 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gbx_c_timer.c 2.0/trunk/main/gbx/gbx_watch.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-30 00:01:34
|
Revision: 542 http://gambas.svn.sourceforge.net/gambas/?rev=542&view=rev Author: gambas Date: 2007-08-29 17:01:32 -0700 (Wed, 29 Aug 2007) Log Message: ----------- [INTERPRETER] * BUG: StrPtr() should work correctly now. Modified Paths: -------------- 2.0/trunk/main/gbx/gb_common.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 23:33:19
|
Revision: 541 http://gambas.svn.sourceforge.net/gambas/?rev=541&view=rev Author: gambas Date: 2007-08-29 16:33:14 -0700 (Wed, 29 Aug 2007) Log Message: ----------- [GB.GTK] * BUG: The Menu class has been fixed. * BUG: The TabStrip[].Text property does not leak memory anymore. Modified Paths: -------------- 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 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-08-29 17:13:00
|
Revision: 540 http://gambas.svn.sourceforge.net/gambas/?rev=540&view=rev Author: gambas Date: 2007-08-29 10:13:02 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * ChangeLog for 0.4 version Modified Paths: -------------- wisdom/trunk/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 17:00:22
|
Revision: 539 http://gambas.svn.sourceforge.net/gambas/?rev=539&view=rev Author: gambas Date: 2007-08-29 10:00:21 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * Version 0.4 Modified Paths: -------------- wisdom/trunk/configure wisdom/trunk/configure.in wisdom/trunk/configure.in.in wisdom/trunk/style/Makefile.in wisdom/trunk/style/config/Makefile.in wisdom/trunk/style/config/wisdomconf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 15:53:11
|
Revision: 538 http://gambas.svn.sourceforge.net/gambas/?rev=538&view=rev Author: gambas Date: 2007-08-29 08:53:05 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * All kicker buttons should be highlighted correctly. Modified Paths: -------------- wisdom/trunk/style/wisdom.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 14:16:37
|
Revision: 537 http://gambas.svn.sourceforge.net/gambas/?rev=537&view=rev Author: gambas Date: 2007-08-29 07:16:39 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * Kicker buttons highlighting. Modified Paths: -------------- wisdom/trunk/style/Makefile.in wisdom/trunk/style/config/Makefile.in wisdom/trunk/style/wisdom.cpp wisdom/trunk/style/wisdom.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:36:32
|
Revision: 536 http://gambas.svn.sourceforge.net/gambas/?rev=536&view=rev Author: gambas Date: 2007-08-29 04:36:33 -0700 (Wed, 29 Aug 2007) Log Message: ----------- Initial import Added Paths: ----------- wisdom/trunk/AUTHORS wisdom/trunk/COPYING wisdom/trunk/ChangeLog wisdom/trunk/INSTALL wisdom/trunk/Makefile.am wisdom/trunk/Makefile.in wisdom/trunk/NEWS wisdom/trunk/README wisdom/trunk/acinclude.m4 wisdom/trunk/aclocal.m4 wisdom/trunk/admin/ wisdom/trunk/admin/Doxyfile.am wisdom/trunk/admin/Doxyfile.global wisdom/trunk/admin/Makefile.common wisdom/trunk/admin/acinclude.m4.in wisdom/trunk/admin/am_edit wisdom/trunk/admin/bcheck.pl wisdom/trunk/admin/compile wisdom/trunk/admin/conf.change.pl wisdom/trunk/admin/config.guess wisdom/trunk/admin/config.pl wisdom/trunk/admin/config.sub wisdom/trunk/admin/configure.in.bot.end wisdom/trunk/admin/configure.in.min wisdom/trunk/admin/cvs.sh wisdom/trunk/admin/debianrules wisdom/trunk/admin/depcomp wisdom/trunk/admin/deps.am wisdom/trunk/admin/detect-autoconf.pl wisdom/trunk/admin/doxygen.sh wisdom/trunk/admin/install-sh wisdom/trunk/admin/libtool.m4.in wisdom/trunk/admin/ltmain.sh wisdom/trunk/admin/missing wisdom/trunk/admin/mkinstalldirs wisdom/trunk/admin/nmcheck wisdom/trunk/admin/oldinclude.m4.in wisdom/trunk/admin/pkg.m4.in wisdom/trunk/admin/ylwrap wisdom/trunk/config.h.in wisdom/trunk/configure wisdom/trunk/configure.files wisdom/trunk/configure.in wisdom/trunk/configure.in.in wisdom/trunk/stamp-h.in wisdom/trunk/style/ wisdom/trunk/style/Makefile.am wisdom/trunk/style/Makefile.in wisdom/trunk/style/config/ wisdom/trunk/style/config/Makefile.am wisdom/trunk/style/config/Makefile.in wisdom/trunk/style/config/wisdomconf.cpp wisdom/trunk/style/config/wisdomconf.h wisdom/trunk/style/wisdom.cpp wisdom/trunk/style/wisdom.h wisdom/trunk/style/wisdom.themerc wisdom/trunk/subdirs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:33:33
|
Revision: 535 http://gambas.svn.sourceforge.net/gambas/?rev=535&view=rev Author: gambas Date: 2007-08-29 04:33:34 -0700 (Wed, 29 Aug 2007) Log Message: ----------- Initial import Added Paths: ----------- wisdom/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:33:00
|
Revision: 534 http://gambas.svn.sourceforge.net/gambas/?rev=534&view=rev Author: gambas Date: 2007-08-29 04:32:59 -0700 (Wed, 29 Aug 2007) Log Message: ----------- Initial import Added Paths: ----------- wisdom/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:27:36
|
Revision: 533 http://gambas.svn.sourceforge.net/gambas/?rev=533&view=rev Author: gambas Date: 2007-08-29 04:27:35 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * Bad import! (2) Removed Paths: ------------- .directory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:26:42
|
Revision: 532 http://gambas.svn.sourceforge.net/gambas/?rev=532&view=rev Author: gambas Date: 2007-08-29 04:26:42 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * Bad import! Removed Paths: ------------- AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README acinclude.m4 aclocal.m4 admin/ config.h.in configure configure.files configure.in configure.in.in stamp-h.in style/ subdirs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 11:08:08
|
Revision: 531 http://gambas.svn.sourceforge.net/gambas/?rev=531&view=rev Author: gambas Date: 2007-08-29 04:08:02 -0700 (Wed, 29 Aug 2007) Log Message: ----------- * Initial import Added Paths: ----------- .directory AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README acinclude.m4 aclocal.m4 admin/ admin/Doxyfile.am admin/Doxyfile.global admin/Makefile.common admin/acinclude.m4.in admin/am_edit admin/bcheck.pl admin/compile admin/conf.change.pl admin/config.guess admin/config.pl admin/config.sub admin/configure.in.bot.end admin/configure.in.min admin/cvs.sh admin/debianrules admin/depcomp admin/deps.am admin/detect-autoconf.pl admin/doxygen.sh admin/install-sh admin/libtool.m4.in admin/ltmain.sh admin/missing admin/mkinstalldirs admin/nmcheck admin/oldinclude.m4.in admin/pkg.m4.in admin/ylwrap config.h.in configure configure.files configure.in configure.in.in stamp-h.in style/ style/Makefile.am style/Makefile.in style/config/ style/config/.deps/ style/config/.deps/configdialog.Plo style/config/.deps/kstyle_serenity_config_la.all_cpp.Plo style/config/.deps/serenityconf.Plo style/config/.deps/wisdomconf.Plo style/config/Makefile style/config/Makefile.am style/config/Makefile.in style/config/wisdomconf.cpp style/config/wisdomconf.h style/wisdom.cpp style/wisdom.h style/wisdom.themerc subdirs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-29 10:59:36
|
Revision: 530 http://gambas.svn.sourceforge.net/gambas/?rev=530&view=rev Author: gambas Date: 2007-08-29 03:59:36 -0700 (Wed, 29 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Renaming a control should update its displayed title in the form editor now. [WIKI CGI SCRIPT] * NEW: Catalan translation [GB.GTK] * NEW: Drag.Icon works now. * NEW: Drag.Show and Drah.Hide methods have been implemented. * BUG: TreeView.Item.X is accurate now. And so as for ListView and ColumnView. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/fr.po 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas-database-manager/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CExportInfo.class 2.0/trunk/app/src/gambas2/CPropertyInfo.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Automation/KateBrowser/FBrowser.class 2.0/trunk/examples/examples/Automation/KateBrowser/FBrowser.form 2.0/trunk/examples/examples/Automation/KateBrowser/arrow.png 2.0/trunk/examples/examples/Automation/Scripting/.project 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.class 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form 2.0/trunk/examples/examples/Drawing/Clock/.project 2.0/trunk/examples/examples/Drawing/Clock/FClock.class 2.0/trunk/examples/examples/Drawing/Clock/FClock.form 2.0/trunk/examples/examples/OpenGL/GambasGears/.project 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdrag.h 2.0/trunk/gb.gtk/src/gsignals.cpp 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.qt/src/CClipboard.cpp Added Paths: ----------- 2.0/trunk/app/src/doc.cgi/.lang/ca.mo 2.0/trunk/app/src/doc.cgi/.lang/ca.po 2.0/trunk/app/src/gambas-database-manager/.lang/ca.mo 2.0/trunk/app/src/gambas-database-manager/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-27 22:27:03
|
Revision: 529 http://gambas.svn.sourceforge.net/gambas/?rev=529&view=rev Author: gambas Date: 2007-08-27 15:27:02 -0700 (Mon, 27 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Selecting a directory when importing a theme does not crash anymore. * NEW: Spanish catalan is now the default catalan language. [GB.GTK] * NEW: Drag & Drop was redesigned. The following features are not yet implemented: Drag.Formats, Drag.Show and Drag.Hide. Drag.Icon does not work too. * BUG: The MouseDrag event works correctly now. * BUG: The MouseMove event should be raised on all controls now. * BUG: gPicture::copy() now works correctly for images stored in memory. * BUG: TabStrip.Text is implemented correctly now. * BUG: Mouse.State and Mouse button properties should have the correct value in all cases now. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/examples/examples/Basic/DragNDrop/.project 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.class 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/CClipboard.h 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 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/gdesktop.cpp 2.0/trunk/gb.gtk/src/gmouse.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/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/.lang/ca.mo 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/gb.gtk/src/gdrag.h Removed Paths: ------------- 2.0/trunk/app/src/gambas2/.lang/ca_ES.mo 2.0/trunk/app/src/gambas2/.lang/ca_ES.po 2.0/trunk/gb.qt/src/share/CClipboard_desc.h 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/gb.qt/src/share/CDraw_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-27 16:06:47
|
Revision: 526 http://gambas.svn.sourceforge.net/gambas/?rev=526&view=rev Author: gambas Date: 2007-08-24 18:26:13 -0700 (Fri, 24 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some warning messages displayed when checking the components were changed in the project property dialog. [GB.QT] * NEW: ColumnView.AutoResize is a new property that globally replaces the ColumnView.Column[].AutoResize property. * NEW: Label.Transparent is a new property that makes a Label transparent. [GB.GTK] * NEW: ColumnView.AutoResize was implemented. * BUG: Label.Transparent works. * BUG: Label.Font was fixed. [GB.FORM.MDI] * BUG: Closing an inactive window works in a Workspace again. * NEW: Two new methods, Workspace.Lock and Workspace.Unlock, used for hiding the TabStrip while closing windows. Modified Paths: -------------- 2.0/trunk/TODO 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/.project 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form.mdi/.info 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/gb.gtk/src/CLabel.cpp 2.0/trunk/gb.gtk/src/CTreeView.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/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/gpicture.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/widgets.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 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-08-27 15:56:45
|
Revision: 527 http://gambas.svn.sourceforge.net/gambas/?rev=527&view=rev Author: gambas Date: 2007-08-25 19:05:49 -0700 (Sat, 25 Aug 2007) Log Message: ----------- [GB.QT] * NEW: Clipboard.Formats now keeps the format charsets. [GB.GTK] * NEW: The Clipboard class has been cleaned, and the Clipboard.Formats property has been implemented. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gcursor.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gdesktop.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/src/CClipboard.cpp Added Paths: ----------- 2.0/trunk/gb.gtk/src/gclipboard.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-26 11:08:23
|
Revision: 528 http://gambas.svn.sourceforge.net/gambas/?rev=528&view=rev Author: gambas Date: 2007-08-26 03:04:39 -0700 (Sun, 26 Aug 2007) Log Message: ----------- [GB.QT] * BUG: Forgot to commit a file. Added Paths: ----------- 2.0/trunk/gb.qt/share/gb.form.const.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-24 17:58:42
|
Revision: 525 http://gambas.svn.sourceforge.net/gambas/?rev=525&view=rev Author: gambas Date: 2007-08-24 10:58:42 -0700 (Fri, 24 Aug 2007) Log Message: ----------- [GB.QT] * NEW: gb.qt and gb.gtk now share many constant values, so that the IDE can use them indifferently. [GB.GTK] * NEW: gb.qt and gb.gtk now share many constant values, so that the IDE can use them indifferently. * BUG: Picture.Copy() really copies the picture now. * NEW: Draw.Picture() takes the clipping into account now. [GB.FORM.MDI] * BUG: Cancelling a window close event works correctly again. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CConst.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.qt/src/CConst.cpp 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CListBox.cpp 2.0/trunk/gb.qt/src/CPictureBox.cpp 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CTreeView.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-08-24 12:50:35
|
Revision: 524 http://gambas.svn.sourceforge.net/gambas/?rev=524&view=rev Author: gambas Date: 2007-08-24 05:50:36 -0700 (Fri, 24 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Catalan translation of tips of the day. * NEW: Component selection is now only checked when you close the project property dialog. [GB.GTK] * BUG: Loading a transparent picture from disk creates a transparent picture in memory. * BUG: Using Picture.Load() does not automatically transforms the intern pixbuf into a pixmap. [GB.FORM.MDI] * NEW: Workspace.Background now really sets the background color of the workspace. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ca_ES.po 2.0/trunk/app/src/gambas2/FPropertyProject.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/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 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/CPicture.cpp 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gtools.cpp Added Paths: ----------- 2.0/trunk/app/src/gambas2/tips/tips.ca This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-24 12:00:41
|
Revision: 523 http://gambas.svn.sourceforge.net/gambas/?rev=523&view=rev Author: gambas Date: 2007-08-24 05:00:41 -0700 (Fri, 24 Aug 2007) Log Message: ----------- [GB.QT] * NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this argument is set to TRUE, then the method will replace the pixels whose color is different from the one specified. * BUG: A disabled Button, ToggleButton or ToolButton now draws its picture correctly when its Text property is void. [GB.GTK] * NEW: Picture can be "transparent", like in gb.qt. It means they can have an internal bitmap mask. This mask is taken into account by the drawing methods. * NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this argument is set to TRUE, then the method will replace the pixels whose color is different from the one specified. * BUG: Setting the window mask works correctly. But removing it does not yet! Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CProgress.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.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/gprogressbar.cpp 2.0/trunk/gb.gtk/src/gprogressbar.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/CImage.cpp Added Paths: ----------- 2.0/trunk/examples/examples/Drawing/Sensor/Form1.class 2.0/trunk/examples/examples/Drawing/Sensor/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-23 01:09:06
|
Revision: 522 http://gambas.svn.sourceforge.net/gambas/?rev=522&view=rev Author: gambas Date: 2007-08-22 18:09:09 -0700 (Wed, 22 Aug 2007) Log Message: ----------- [GB.DRAW] * NEW: Draw.Transparent is back. [GB.QT] * BUG: Image.Draw() works correctly now. [GB.GTK] * NEW: Image.Draw() has been implemented. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |