gambas-devel-svn Mailing List for Gambas (Page 48)
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-03-12 08:48:04
|
Revision: 6981 http://sourceforge.net/p/gambas/code/6981 Author: gambas Date: 2015-03-12 08:47:57 +0000 (Thu, 12 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Don't show the name of the control in buttons if a picture is defined. * BUG: Correctly refresh the icons everywhere when the startup class is changed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form Added Paths: ----------- gambas/trunk/app/src/gambas3/img/32/startup.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/16/startup.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-12 07:32:34
|
Revision: 6980 http://sourceforge.net/p/gambas/code/6980 Author: gambas Date: 2015-03-12 07:32:32 +0000 (Thu, 12 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: When inserting a control, show the name of the control without setting the Text property. * BUG: Form editor: Undo is not broken anymore by the popup menu capturing the MouseUp event. * BUG: Form editor: when dropping a control from the toolbox, the position of the mouse cursor now gives the center of the control, not its top-left corner. It prevents the drop to be ignored when it occurs on the gray d&d frame! * BUG: Don't maximize the IDE window by default anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/gb.qt4/src/CClipboard.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-11 21:14:16
|
Revision: 6979 http://sourceforge.net/p/gambas/code/6979 Author: gambas Date: 2015-03-11 21:14:15 +0000 (Wed, 11 Mar 2015) Log Message: ----------- * Remove tag 3.7.0. Removed Paths: ------------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-11 21:13:36
|
Revision: 6978 http://sourceforge.net/p/gambas/code/6978 Author: gambas Date: 2015-03-11 21:13:29 +0000 (Wed, 11 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Highlight the current procedure in the procedure list instead of drawing a frame. It's better. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FProcedureList.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-11 21:10:36
|
Revision: 6977 http://sourceforge.net/p/gambas/code/6977 Author: gambas Date: 2015-03-11 21:10:29 +0000 (Wed, 11 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make the current procedure more visible in the editor procedure list. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FProcedureList.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-11 01:31:03
|
Revision: 6976 http://sourceforge.net/p/gambas/code/6976 Author: gambas Date: 2015-03-11 01:30:55 +0000 (Wed, 11 Mar 2015) Log Message: ----------- [GB.JIT] * BUG: Ensure that llvm version is between 3.1 and 3.5, as llvm 3.6 JIT has been replaced by a new one that is not compatible. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 15:03:19
|
Revision: 6975 http://sourceforge.net/p/gambas/code/6975 Author: gambas Date: 2015-03-10 15:03:17 +0000 (Tue, 10 Mar 2015) Log Message: ----------- * Backport from r6974. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6974 Modified Paths: -------------- gambas/tags/3.7.0/comp/src/gb.form.stock/stock/scalable/development.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 14:48:40
|
Revision: 6974 http://sourceforge.net/p/gambas/code/6974 Author: gambas Date: 2015-03-10 14:48:32 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.FORM.STOCK] * BUG: Fix 'development.svg' that had unknown SVG urls, and consequently the "Could not resolve property" warnings displayed by the IDE. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form.stock/.component gambas/trunk/comp/src/gb.form.stock/.project gambas/trunk/comp/src/gb.form.stock/stock/scalable/development.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:59:36
|
Revision: 6973 http://sourceforge.net/p/gambas/code/6973 Author: gambas Date: 2015-03-10 13:59:34 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.REPORT2] * BUG: Add the .component file. Added Paths: ----------- gambas/tags/3.7.0/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:58:15
|
Revision: 6972 http://sourceforge.net/p/gambas/code/6972 Author: gambas Date: 2015-03-10 13:58:08 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.REPORT2] * BUG: Fabien, stop deleting the '.component' file! Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:54:58
|
Revision: 6971 http://sourceforge.net/p/gambas/code/6971 Author: gambas Date: 2015-03-10 13:54:56 +0000 (Tue, 10 Mar 2015) Log Message: ----------- * Tag for 3.7.0. Added Paths: ----------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:28:50
|
Revision: 6970 http://sourceforge.net/p/gambas/code/6970 Author: gambas Date: 2015-03-10 13:28:43 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make the IDE window maximized by default. * NEW: Use the tawhid background in the about dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.form gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:02:12
|
Revision: 6969 http://sourceforge.net/p/gambas/code/6969 Author: gambas Date: 2015-03-10 13:02:10 +0000 (Tue, 10 Mar 2015) Log Message: ----------- * Remove tag 3.7.0. Removed Paths: ------------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 12:27:10
|
Revision: 6968 http://sourceforge.net/p/gambas/code/6968 Author: gambas Date: 2015-03-10 12:27:08 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to package 'main/lib/gb.component' file. Modified Paths: -------------- gambas/trunk/comp/src/gb.logging/.info gambas/trunk/comp/src/gb.logging/.list gambas/trunk/main/lib/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 12:08:25
|
Revision: 6967 http://sourceforge.net/p/gambas/code/6967 Author: gambas Date: 2015-03-10 12:08:18 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Replace "Click there" by "Click here" in the welcome dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 10:38:15
|
Revision: 6966 http://sourceforge.net/p/gambas/code/6966 Author: gambas Date: 2015-03-10 10:38:08 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.FORM] * BUG: Completion: Don't crash when no row is selected in the completion list. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/Completion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 08:55:05
|
Revision: 6965 http://sourceforge.net/p/gambas/code/6965 Author: gambix Date: 2015-03-10 08:55:03 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.REPORT2] * OPT: Reduce the pages spacing Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-09 19:05:55
|
Revision: 6964 http://sourceforge.net/p/gambas/code/6964 Author: gambas Date: 2015-03-09 19:05:48 +0000 (Mon, 09 Mar 2015) Log Message: ----------- * Tag for 3.7.0. Added Paths: ----------- gambas/tags/3.7.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-09 18:50:48
|
Revision: 6963 http://sourceforge.net/p/gambas/code/6963 Author: gambas Date: 2015-03-09 18:50:40 +0000 (Mon, 09 Mar 2015) Log Message: ----------- [GB.FORM] * NEW: ValueBox now raises a Change event when its content changes. * OPT: DocumentView: Don't scale the document image before drawing it! It is slow with gb.qt4, and slow as hell with gb.gtk. Use the scaling feature of Paint.DrawImage(). * NEW: DocumentView: Use a lighter page shadow. [GB.GTK3] * BUG: SpinBox: Use a larger minimum width. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component 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/ValueBox.class gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.icon.png gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/gb.gtk/src/gspinbox.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/MyComboBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestCombo.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestCombo.form gambas/trunk/comp/src/gb.scanner/scanner.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-09 16:55:12
|
Revision: 6962 http://sourceforge.net/p/gambas/code/6962 Author: gambix Date: 2015-03-09 16:55:11 +0000 (Mon, 09 Mar 2015) Log Message: ----------- [EXAMPLES] * OPT: Update google map version on MapView Modified Paths: -------------- gambas/trunk/app/examples/Control/MapView/.project gambas/trunk/app/examples/Control/MapView/.src/FMain.class gambas/trunk/app/examples/Control/MapView/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-09 10:00:27
|
Revision: 6961 http://sourceforge.net/p/gambas/code/6961 Author: gambas Date: 2015-03-09 10:00:20 +0000 (Mon, 09 Mar 2015) Log Message: ----------- [GB.GTK3] * BUG: Correctly handle widget grabs, i.e. popups, modal dialogs... * BUG: Read-only combo-boxes do not prevent windows to shrink vertically. * NEW: ComboBox height can be smaller. * BUG: SpinBox does not expand horizontally up to the right border of its parent anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gspinbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 21:12:46
|
Revision: 6960 http://sourceforge.net/p/gambas/code/6960 Author: gambix Date: 2015-03-08 21:12:44 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.SCANNER] * NEW: In SCanners class the Search procedure replace the refresh and the initscannerlist one. It take an optional argument to wait or not the search end. In ascyncronous mode the class raise a "Found Event" at the end of the search. Modified Paths: -------------- gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.src/Scanners.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 17:01:38
|
Revision: 6959 http://sourceforge.net/p/gambas/code/6959 Author: gambas Date: 2015-03-08 17:01:36 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: A few design changes in the preview dialog. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 16:47:16
|
Revision: 6958 http://sourceforge.net/p/gambas/code/6958 Author: gambix Date: 2015-03-08 16:47:09 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.SCANNER] * NEW: New function InitDeviceList to query explicitely a background initialisation. Modified Paths: -------------- gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.src/Scanners.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-08 16:15:48
|
Revision: 6957 http://sourceforge.net/p/gambas/code/6957 Author: gambas Date: 2015-03-08 16:15:40 +0000 (Sun, 08 Mar 2015) Log Message: ----------- [GB.GUI.BASE] * BUG: Remove debugging message in GridView selection management. [GB.REPORT2] * NEW: Make the preview right panel closable. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridViewSelection.class gambas/trunk/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report2/.icon.png gambas/trunk/comp/src/gb.report2/.lang/fr.mo gambas/trunk/comp/src/gb.report2/.lang/fr.po gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.hidden/capture12.png gambas/trunk/comp/src/gb.report2/icon.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/capture12.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |