gambas-devel-svn Mailing List for Gambas (Page 52)
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...> - 2015-02-03 19:56:54
|
Revision: 6881 http://sourceforge.net/p/gambas/code/6881 Author: gambas Date: 2015-02-03 19:56:46 +0000 (Tue, 03 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Files including a '\r' character are not considered as binary files anymore. [GB.FORM] * BUG: ColorPalette: Default background is now transparent. [GB.DB.SQLITE3] * BUG: Use the official standard quoting character. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.db.sqlite3/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-03 03:54:00
|
Revision: 6880 http://sourceforge.net/p/gambas/code/6880 Author: gambas Date: 2015-02-03 03:53:49 +0000 (Tue, 03 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix search inside output console. * BUG: Image editor: Don't crash when starting drawing outside of the image. * BUG: Image editor: Fix color palette. * NEW: Remove some icons that are not used anymore. [GB.FORM] * NEW: ColorPalette.Exist() is a new method that returns if a specific color exists in the palette. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FProfile.class gambas/trunk/app/src/gambas3/.src/Editor/CBookmark.class gambas/trunk/app/src/gambas3/.src/Editor/CInsertColor.class gambas/trunk/app/src/gambas3/.src/Editor/CPosition.class gambas/trunk/app/src/gambas3/.src/Editor/Code/CCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FSignature.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Project/Conversion/MConvert.module gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Search/FSearch.class gambas/trunk/app/src/gambas3/img/16/current.png gambas/trunk/app/src/gambas3/img/16/local.png gambas/trunk/app/src/gambas3/img/16/stack.png gambas/trunk/app/src/gambas3/img/16/task.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/16/case.png gambas/trunk/app/src/gambas3/img/16/circle-f.png gambas/trunk/app/src/gambas3/img/16/circle-fr.png gambas/trunk/app/src/gambas3/img/16/circle.png gambas/trunk/app/src/gambas3/img/16/component.png gambas/trunk/app/src/gambas3/img/16/ellipse.png gambas/trunk/app/src/gambas3/img/16/ellipse_gnome.png gambas/trunk/app/src/gambas3/img/16/eraser.png gambas/trunk/app/src/gambas3/img/16/exchange.png gambas/trunk/app/src/gambas3/img/16/fill-alt.png gambas/trunk/app/src/gambas3/img/16/fill.png gambas/trunk/app/src/gambas3/img/16/goto.png gambas/trunk/app/src/gambas3/img/16/indent.png gambas/trunk/app/src/gambas3/img/16/line.png gambas/trunk/app/src/gambas3/img/16/line_gnome.png gambas/trunk/app/src/gambas3/img/16/move.png gambas/trunk/app/src/gambas3/img/16/opaque.png gambas/trunk/app/src/gambas3/img/16/polyline-fill.png gambas/trunk/app/src/gambas3/img/16/polyline-void.png gambas/trunk/app/src/gambas3/img/16/polyline.png gambas/trunk/app/src/gambas3/img/16/preview.png gambas/trunk/app/src/gambas3/img/16/rectangle.png gambas/trunk/app/src/gambas3/img/16/rectangle_gnome.png gambas/trunk/app/src/gambas3/img/16/scroll.png gambas/trunk/app/src/gambas3/img/16/square-f.png gambas/trunk/app/src/gambas3/img/16/square-fr.png gambas/trunk/app/src/gambas3/img/16/square.png gambas/trunk/app/src/gambas3/img/16/string.png gambas/trunk/app/src/gambas3/img/16/swap.png gambas/trunk/app/src/gambas3/img/16/transparent.png gambas/trunk/app/src/gambas3/img/16/unindent.png gambas/trunk/app/src/gambas3/img/16/wizard.png gambas/trunk/app/src/gambas3/img/16/wizard_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-02 20:08:21
|
Revision: 6879 http://sourceforge.net/p/gambas/code/6879 Author: gambas Date: 2015-02-02 20:08:18 +0000 (Mon, 02 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use specific gray icons for the debugging panel. * BUG: Loading a new project correctly updates the desktop component toolbar button. * NEW: Balloon message have been replaced by the new MessageView control. [GB.FORM] * NEW: MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * BUG: MenuButton: Draw the focus state correctly. [GB.GTK] * NEW: Now Frame can be replaced by any Panel-like containers in the IDE. [GB.QT4] * NEW: Now Frame can be replaced by any Panel-like containers in the IDE. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/img/16/breakpoint.png gambas/trunk/app/src/gambas3/img/16/current.png gambas/trunk/app/src/gambas3/img/16/local.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/MenuButton.class gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.qt4/share/gb.form.properties.h Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/console.png gambas/trunk/app/src/gambas3/img/16/task.png gambas/trunk/comp/src/gb.form/.hidden/control/messageview.png gambas/trunk/comp/src/gb.form/.src/MessageView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMessageView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMessageView.form gambas/trunk/comp/src/gb.form/img/32/warning.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/16/#checked_gnome.png gambas/trunk/app/src/gambas3/img/16/#unchecked_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-31 19:44:38
|
Revision: 6878 http://sourceforge.net/p/gambas/code/6878 Author: gambas Date: 2015-01-31 19:44:36 +0000 (Sat, 31 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Forbid spaces in extra files for Debian systems, as they are not supported: this is a many years old bug in the Debian packaging system that has never been fixed! Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-31 18:49:54
|
Revision: 6877 http://sourceforge.net/p/gambas/code/6877 Author: gambas Date: 2015-01-31 18:49:45 +0000 (Sat, 31 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Fix the use of Shell$() in Debian packaging. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-30 22:08:33
|
Revision: 6876 http://sourceforge.net/p/gambas/code/6876 Author: gambix Date: 2015-01-30 22:08:26 +0000 (Fri, 30 Jan 2015) Log Message: ----------- [GB.FORM] * OPT: Support for desktop selection in stock on kde5 (Plasma 5.2) Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/Stock.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-30 01:53:27
|
Revision: 6875 http://sourceforge.net/p/gambas/code/6875 Author: gambas Date: 2015-01-30 01:53:19 +0000 (Fri, 30 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Implement the new wiki component description and class list for the offline help. * BUG: Several fixes in the editor position history. * BUG: Workaround some spurious Qt4 webkit warnings. * NEW: The argument editor of the project property dialog now has an automatic file completion. [GB.FORM] * NEW: The Completion class has been redesigned to allow completion on a part of the edited string. * NEW: FileCompletion is a new class that implements automatic file name completion. * BUG: FileView: Fix a possible crash when the current item disappears before begin made visible. [GB.QT4] * NEW: A newly created control becomes visible the first time it is resized now, and not immediately. The goal is having almost the same behaviour as gb.gtk, even if it not 100% backward-compatible in a few cases. [GB.QT4.WEBKIT] * BUG: WebView: Don't raise the Error event if the webview has been explicitly stopped by the Stop() method. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagCompletion.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.form gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.h Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/FileCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-27 00:49:16
|
Revision: 6874 http://sourceforge.net/p/gambas/code/6874 Author: gambas Date: 2015-01-27 00:49:14 +0000 (Tue, 27 Jan 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Support for the 'secret-tool' utility. If it is installed on the system, it is used instead of the 'gb.desktop.gnome.keyring' component. * BUG: Desktop.Passwords.Enabled works correctly now on Gnome-like systems. * BUG: Fix compilation warnings. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWatcher.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWindow.class gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_ScreenSaver.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Windows.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form gambas/trunk/gb.qt4/share/gb.form.arrangement.h gambas/trunk/gb.qt4/src/CContainer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-26 22:28:23
|
Revision: 6873 http://sourceforge.net/p/gambas/code/6873 Author: gambas Date: 2015-01-26 22:28:21 +0000 (Mon, 26 Jan 2015) Log Message: ----------- [GB.DESKTOP.GNOME.KEYRING] * BUG: Retrieving a password now returns NULL if no password is stored in the keyring, instead of raising an error. * NEW: Storing a NULL password now removes the password from the keyring instead of storing a void password. Modified Paths: -------------- gambas/trunk/gb.desktop.gnome.keyring/src/keyring.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-26 18:26:21
|
Revision: 6872 http://sourceforge.net/p/gambas/code/6872 Author: gambas Date: 2015-01-26 18:26:09 +0000 (Mon, 26 Jan 2015) Log Message: ----------- [GB.DESKTOP.GNOME.KEYRING] * NEW: More explicit error messages. Modified Paths: -------------- gambas/trunk/gb.desktop.gnome.keyring/src/keyring.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-26 00:41:36
|
Revision: 6871 http://sourceforge.net/p/gambas/code/6871 Author: gambas Date: 2015-01-26 00:41:33 +0000 (Mon, 26 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager wizard: Clean up system selection. * NEW: New icon for autotools packages. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form Added Paths: ----------- gambas/trunk/app/src/gambas3/img/logo/autotools.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 22:49:32
|
Revision: 6870 http://sourceforge.net/p/gambas/code/6870 Author: gambas Date: 2015-01-25 22:49:31 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.DB] * BUG: Don't crash when opening a connection if the database driver is unknown or not specified. Modified Paths: -------------- gambas/trunk/main/lib/db/CConnection.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 22:05:22
|
Revision: 6869 http://sourceforge.net/p/gambas/code/6869 Author: gambas Date: 2015-01-25 22:05:14 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Really use the same package name as displayed in the first wizard step in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 22:05:06
|
Revision: 6868 http://sourceforge.net/p/gambas/code/6868 Author: gambix Date: 2015-01-25 22:04:58 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.REPORT2] * BUG: Force image clipping Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 21:44:23
|
Revision: 6867 http://sourceforge.net/p/gambas/code/6867 Author: gambix Date: 2015-01-25 21:44:20 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.REPORT2] * BUG: Full rewriting of the VBox layout procedure to really take care of margins * BUG: Now Indexs are accurate * BUG: ReportImage autoresize are based on a 96 dpi resolution for internal conversion. * BUG: ReportImage tale care of the proportional mode for autoresizing. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView3.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportViewTask.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 10:41:30
|
Revision: 6866 http://sourceforge.net/p/gambas/code/6866 Author: gambix Date: 2015-01-25 10:41:22 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.REPORT] * BUG: Correct some error on layout page count. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 23:40:10
|
Revision: 6865 http://sourceforge.net/p/gambas/code/6865 Author: gambas Date: 2015-01-24 23:40:08 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [GB.FORM] * NEW: Redraw some control icons. * BUG: ButtonBox.FilterNow always raises the Filter event now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.hidden/control/dirbox.png gambas/trunk/comp/src/gb.form/.hidden/control/dirchooser.png gambas/trunk/comp/src/gb.form/.hidden/control/dirview.png gambas/trunk/comp/src/gb.form/.hidden/control/documentview.png gambas/trunk/comp/src/gb.form/.hidden/control/filechooser.png gambas/trunk/comp/src/gb.form/.hidden/control/fileproperties.png gambas/trunk/comp/src/gb.form/.hidden/control/fileview.png gambas/trunk/comp/src/gb.form/.hidden/control/iconpanel.png gambas/trunk/comp/src/gb.form/.hidden/control/tabpanel.png gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/ButtonBox.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 22:04:50
|
Revision: 6864 http://sourceforge.net/p/gambas/code/6864 Author: gambas Date: 2015-01-24 22:04:47 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Packager: Use a ListEditor to edit mimetypes. * NEW: Packager: A checkbox now allows to enable or disable package signature. Works only for *.deb package, and only if you have correctly configured 'gpg'. * NEW: The '.component' file is removed if the project type is switched back to "normal". [GB.FORM] * NEW: ColorPalette: Click event now has no argument. * BUG: Wizard: The final OK button size is now correctly refreshed according to the ActionText and ActionPicture property in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.class gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 20:31:23
|
Revision: 6863 http://sourceforge.net/p/gambas/code/6863 Author: gambas Date: 2015-01-24 20:31:16 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Remove two ugly backgrounds. * BUG: Don't crash if the selected background is not available anymore. [GB.FORM] * NEW: ColorPalette.ReadOnly is a new property to prevent the palette contents to be modified. * NEW: ColorPalette.AddFirst() is a new method that adds a color to the beginning of the palette. * NEW: ColorPalette now has a popup menu to remove or sort colors. * NEW: ColorPalette.Index is a new property to define or get the index of the current color. The current color is drawn with a big black border. * NEW: ColorPalette.Current is a new property to define or set the current color. * NEW: ColorChooser now uses a ColorPalette. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/img/background/hline.png gambas/trunk/app/src/gambas3/img/background/list gambas/trunk/app/src/gambas3/img/background/vline.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.form gambas/trunk/comp/src/gb.form/.src/Test/FTestColorChooser.form gambas/trunk/comp/src/gb.form/img/valuemap.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/background/chalk.png gambas/trunk/app/src/gambas3/img/background/grass.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 13:52:44
|
Revision: 6862 http://sourceforge.net/p/gambas/code/6862 Author: gambix Date: 2015-01-24 13:52:34 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [GB.REPORT] * BUG: The reportImage take now care of strech mode for computing the needed size * NEW: The default autoresize size of an image is based on a standart resolution of 96 dpi. * BUG: The ReporView now show all the report pages. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Types/Border/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 02:01:50
|
Revision: 6861 http://sourceforge.net/p/gambas/code/6861 Author: gambas Date: 2015-01-24 02:01:48 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix interaction between pasting and transformation tools (flip, rotate, scale). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/img/search.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 00:04:40
|
Revision: 6860 http://sourceforge.net/p/gambas/code/6860 Author: gambas Date: 2015-01-24 00:04:38 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a "run that class" button in the class editor. * NEW: Add a "run that class" entry in the project tree popup menu. * BUG: Don't apply theme background to the hierarchy window. [GB.FORM] * BUG: FileView: When setting the Current property, the current item is made visible later. * BUG: Remove the Mode property from the DocumentView description, as it has no Mode property. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBoxShadowChooser.form gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FMakeExecutable.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/img/16/current.png gambas/trunk/app/src/gambas3/img/16/local.png gambas/trunk/app/src/gambas3/img/16/stack.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.form/.src/Main.module Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/breakpoint.png gambas/trunk/app/src/gambas3/img/16/startup-class.png gambas/trunk/app/src/gambas3/img/16/watch.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-23 21:34:54
|
Revision: 6859 http://sourceforge.net/p/gambas/code/6859 Author: gambix Date: 2015-01-23 21:34:45 +0000 (Fri, 23 Jan 2015) Log Message: ----------- [GB.FORM] * OPT: Remove some unused variables Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nge...@us...> - 2015-01-23 15:25:20
|
Revision: 6858 http://sourceforge.net/p/gambas/code/6858 Author: ngerrard Date: 2015-01-23 15:25:18 +0000 (Fri, 23 Jan 2015) Log Message: ----------- [GB.NET.CURL] * BUG: Rename CURL_CopyFrom function to CURL_copy_from as defined in CCurl.h and used in CHttpClient.c. Enables compile in Cygwin Modified Paths: -------------- gambas/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...> - 2015-01-23 00:52:25
|
Revision: 6857 http://sourceforge.net/p/gambas/code/6857 Author: gambas Date: 2015-01-23 00:52:18 +0000 (Fri, 23 Jan 2015) Log Message: ----------- [INTERPRETER] * NEW: The Task return value is now persistent (it is stored inside the Task object). Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/gbx/gbx_c_task.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |