gambas-devel-svn Mailing List for Gambas (Page 30)
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-10-21 21:16:45
|
Revision: 7430 http://sourceforge.net/p/gambas/code/7430 Author: gambas Date: 2015-10-21 21:16:43 +0000 (Wed, 21 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly fix the library "Compatible until" option of the project property dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-21 21:14:34
|
Revision: 7429 http://sourceforge.net/p/gambas/code/7429 Author: gambas Date: 2015-10-21 21:14:33 +0000 (Wed, 21 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the library "Compatible until" option of the project property dialog. * NEW: Don't display the wiki language combo-box in the help browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Help/Wiki/URL.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-21 20:25:45
|
Revision: 7428 http://sourceforge.net/p/gambas/code/7428 Author: gambas Date: 2015-10-21 20:25:44 +0000 (Wed, 21 Oct 2015) Log Message: ----------- [GB.OPENAL] * BUG: Fix return value of Al.GetBufferi(), Al.GetSourcei() and Al.GetListeneri(). Modified Paths: -------------- gambas/trunk/gb.openal/src/c_al.c gambas/trunk/gb.openal/src/c_alure.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-19 19:30:18
|
Revision: 7427 http://sourceforge.net/p/gambas/code/7427 Author: gambas Date: 2015-10-19 19:30:17 +0000 (Mon, 19 Oct 2015) Log Message: ----------- [INTERPRETER] * BUG: Ensure better entropy when initializing pseudo-random number generator. * NEW: Ensure a better hash key seed for hash tables. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 21:10:15
|
Revision: 7426 http://sourceforge.net/p/gambas/code/7426 Author: gambas Date: 2015-10-18 21:10:13 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [INTERPRETER] * BUG: Prevent the use of seed 0 for the random-number generator, by replacing it by -1 if Randomize 0 is requested. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 13:16:05
|
Revision: 7425 http://sourceforge.net/p/gambas/code/7425 Author: gambas Date: 2015-10-18 13:16:04 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Allow project directories to be moved. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 09:43:07
|
Revision: 7424 http://sourceforge.net/p/gambas/code/7424 Author: gambas Date: 2015-10-18 09:43:06 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Cutting & pasting source files now works as expected. * NEW: A child class is now displayed in the project tree under its parent class only if they are in the same directory. Consequently, dragging a child class to any directory is now possible. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 09:09:34
|
Revision: 7423 http://sourceforge.net/p/gambas/code/7423 Author: gambas Date: 2015-10-18 09:09:32 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Reloading a file now correctly resets the procedure combo. * BUG: Reverting a form now reverts the class file too. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FFileProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.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/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 00:39:54
|
Revision: 7422 http://sourceforge.net/p/gambas/code/7422 Author: gambas Date: 2015-10-18 00:39:53 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Larger connection properties dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 00:30:28
|
Revision: 7421 http://sourceforge.net/p/gambas/code/7421 Author: gambas Date: 2015-10-18 00:30:26 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Database editor: Redraw some database editor icons. * BUG: Database editor: Renaming a table does not delete it anymore if the renaming fails for any reason. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/img/16/close-window.png gambas/trunk/app/src/gambas3/img/16/database.png gambas/trunk/app/src/gambas3/img/16/max-window.png gambas/trunk/app/src/gambas3/img/16/system-table.png gambas/trunk/app/src/gambas3/img/16/table.png Added Paths: ----------- gambas/trunk/app/src/gambas3/img/16/database-dark.png gambas/trunk/app/src/gambas3/img/16/system-table-dark.png gambas/trunk/app/src/gambas3/img/16/table-dark.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/16/database_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 23:27:36
|
Revision: 7420 http://sourceforge.net/p/gambas/code/7420 Author: gambas Date: 2015-10-17 23:27:35 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.GTK3] * BUG: ScrollView with a border should not display scrollbars anymore when they are void. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gscrollview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 20:49:41
|
Revision: 7419 http://sourceforge.net/p/gambas/code/7419 Author: gambas Date: 2015-10-17 20:49:40 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly save CSV file path in data export and table import dialogs. * BUG: HelpView.Stop() method now always hides the spinner. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FExportData.class gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.class gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.form gambas/trunk/app/src/gambas3/.src/Help/HelpView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 18:40:30
|
Revision: 7418 http://sourceforge.net/p/gambas/code/7418 Author: gambas Date: 2015-10-17 18:40:29 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix File.IsHidden() method for paths having "." or ".." element inside. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 18:36:54
|
Revision: 7417 http://sourceforge.net/p/gambas/code/7417 Author: gambas Date: 2015-10-17 18:36:53 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.QT4] * BUG: Draw masked windows the same way as in gb.gtk. [GB.QT5] * BUG: Draw masked windows the same way as in gb.gtk. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 02:10:56
|
Revision: 7416 http://sourceforge.net/p/gambas/code/7416 Author: gambas Date: 2015-10-17 02:10:54 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: CTRL+ENTER does not crash anymore if there is nothing to fold or unfold. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 02:04:48
|
Revision: 7415 http://sourceforge.net/p/gambas/code/7415 Author: gambas Date: 2015-10-17 02:04:46 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.DB.ODBC] * BUG: Don't crash when trying to open a database if the host is void. Modified Paths: -------------- gambas/trunk/gb.db.odbc/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 01:59:13
|
Revision: 7414 http://sourceforge.net/p/gambas/code/7414 Author: gambas Date: 2015-10-17 01:59:12 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [INTERPRETER] * NEW: File.IsHidden() is a new static method that returns if a path is hidden, i.e. if its filename or one of its directory components starts with a dot. [GB.FORM] * NEW: Setting an hidden path to a DirChooser or FileChooser automatically toggles the ShowHidden property if needed. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/main/gbx/gbx_c_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2015-10-16 13:56:15
|
Revision: 7413 http://sourceforge.net/p/gambas/code/7413 Author: gbwilly Date: 2015-10-16 13:56:13 +0000 (Fri, 16 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * Updated Dutch translations Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-16 11:52:41
|
Revision: 7412 http://sourceforge.net/p/gambas/code/7412 Author: gambas Date: 2015-10-16 11:52:39 +0000 (Fri, 16 Oct 2015) Log Message: ----------- [GB.DB.SQLITE2] * BUG: Listing databases without specifying the host does not crash anymore. [GB.DB.SQLITE3] * BUG: Listing databases without specifying the host does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.db.sqlite2/src/main.cpp gambas/trunk/gb.db.sqlite3/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-15 00:29:07
|
Revision: 7411 http://sourceforge.net/p/gambas/code/7411 Author: gambas Date: 2015-10-15 00:29:05 +0000 (Thu, 15 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly set url of help browser in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-15 00:20:25
|
Revision: 7410 http://sourceforge.net/p/gambas/code/7410 Author: gambas Date: 2015-10-15 00:20:23 +0000 (Thu, 15 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Remove not yet implemented "template" database type. * BUG: Fix list property editor layout. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.form gambas/trunk/app/src/gambas3/.src/Dialog/FList.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-12 23:11:46
|
Revision: 7409 http://sourceforge.net/p/gambas/code/7409 Author: gambas Date: 2015-10-12 23:11:45 +0000 (Mon, 12 Oct 2015) Log Message: ----------- [GB.GTK] * BUG: Control.Reparent() now works as expected when the new Parent inherits UserContainer. [GB.GTK3] * BUG: Control.Reparent() now works as expected when the new Parent inherits UserContainer. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-12 22:59:52
|
Revision: 7408 http://sourceforge.net/p/gambas/code/7408 Author: gambas Date: 2015-10-12 22:59:51 +0000 (Mon, 12 Oct 2015) Log Message: ----------- [GB.FORM] * BUG: Fix "linux" stock icon. 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/scalable/linux.svg gambas/trunk/comp/src/gb.gui.base/.src/Picture.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-11 08:18:24
|
Revision: 7407 http://sourceforge.net/p/gambas/code/7407 Author: gambas Date: 2015-10-11 08:18:22 +0000 (Sun, 11 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: When compiling changes the project information metadata, only reload forms. * NEW: Support for future webforms. * NEW: About dialog: Mouse wheel now scrolls the text in both direction. [COMPILER] * NEW: Support for future webforms. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CModule.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FToolBox.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Project/CProjectTree.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class gambas/trunk/app/src/gambas3/img/module/webpage.png gambas/trunk/app/template/database/icon.png gambas/trunk/main/gbc/gbc_compile.c Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/app/src/gambas3/img/module/webform.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Welcome/FAboutOld.class gambas/trunk/app/src/gambas3/.src/Welcome/FAboutOld.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-10 21:50:06
|
Revision: 7406 http://sourceforge.net/p/gambas/code/7406 Author: gambas Date: 2015-10-10 21:50:05 +0000 (Sat, 10 Oct 2015) Log Message: ----------- [GB.GTK] * BUG: Fix ScrollView ClientWidth and ClientHeight properties. * BUG: When searching for event targets, don't look at controls outside of containers client area. [GB.GTK3] * BUG: Fix ScrollView ClientWidth and ClientHeight properties. * BUG: When searching for event targets, don't look at controls outside of containers client area. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gscrollview.cpp gambas/trunk/gb.gtk/src/gscrollview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |