gambas-devel-svn Mailing List for Gambas (Page 73)
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...> - 2014-06-27 12:44:11
|
Revision: 6346 http://sourceforge.net/p/gambas/code/6346 Author: gambas Date: 2014-06-27 12:43:59 +0000 (Fri, 27 Jun 2014) Log Message: ----------- [GB.IMAGE] * BUG: Rewrite the ImageStat class source code because the PHP licence is not compatible with the GPL. Modified Paths: -------------- gambas/branches/3.5/main/lib/image/CImageStat.c gambas/branches/3.5/main/lib/image/image_stat.c gambas/branches/3.5/main/lib/image/image_stat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-27 00:43:20
|
Revision: 6345 http://sourceforge.net/p/gambas/code/6345 Author: gambas Date: 2014-06-27 00:43:16 +0000 (Fri, 27 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: SwitchButton: Do not react to mouse events when disabled. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-26 20:00:23
|
Revision: 6344 http://sourceforge.net/p/gambas/code/6344 Author: gambas Date: 2014-06-26 20:00:13 +0000 (Thu, 26 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a possible crash when highlighting source code positions in the output window. * BUG: Hitting ENTER key in the project tree filter now works correctly, and open the first matching file if none is selected. [GB.DESKTOP] * BUG: Requires gb.desktop.x11 explicitely now. [GB.GTK] * BUG: System tray icons deletion is delayed now. It prevents spurious GTK+ warnings that appear if you hide an icon during inside an event handler. [GB.IMAGE] * BUG: Rewrite the ImageStat class source code because the PHP licence is not compatible with the GPL. [GB.QT4] * BUG: System tray icons deletion is delayed now, to avoid a crash if you hide an icon during inside an event handler. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Help/FTips.form gambas/trunk/comp/src/gb.desktop/.component gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/examples/examples/Misc/SystemTray/.project gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.class gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.form gambas/trunk/examples/examples/Misc/SystemTray/bg.png gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/main/lib/image/CImageStat.c gambas/trunk/main/lib/image/image_stat.c gambas/trunk/main/lib/image/image_stat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-23 02:16:54
|
Revision: 6343 http://sourceforge.net/p/gambas/code/6343 Author: gambas Date: 2014-06-23 02:16:51 +0000 (Mon, 23 Jun 2014) Log Message: ----------- * Merge from r6341, r6342. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6341 http://sourceforge.net/p/gambas/code/6342 Modified Paths: -------------- gambas/tags/3.5.4/comp/src/gb.form/.info gambas/tags/3.5.4/comp/src/gb.form/.lang/.pot gambas/tags/3.5.4/comp/src/gb.form/.project gambas/tags/3.5.4/comp/src/gb.form/.src/File/DirView.class gambas/tags/3.5.4/comp/src/gb.net.pop3/.project gambas/tags/3.5.4/gb.qt4/src/CContainer.cpp gambas/tags/3.5.4/gb.qt4/src/CContainer.h gambas/tags/3.5.4/gb.qt4/src/CScreen.cpp Property Changed: ---------------- gambas/tags/3.5.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-23 02:12:20
|
Revision: 6342 http://sourceforge.net/p/gambas/code/6342 Author: gambas Date: 2014-06-23 02:12:11 +0000 (Mon, 23 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: DirView does not raise its Click event twice anymore. Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.form/.info gambas/branches/3.5/comp/src/gb.form/.lang/.pot gambas/branches/3.5/comp/src/gb.form/.project gambas/branches/3.5/comp/src/gb.form/.src/File/DirView.class gambas/branches/3.5/comp/src/gb.net.pop3/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-23 02:07:57
|
Revision: 6341 http://sourceforge.net/p/gambas/code/6341 Author: gambas Date: 2014-06-23 02:07:48 +0000 (Mon, 23 Jun 2014) Log Message: ----------- [GB.QT4] * BUG: Fix runtime missing symbol. Modified Paths: -------------- gambas/branches/3.5/gb.qt4/src/CContainer.cpp gambas/branches/3.5/gb.qt4/src/CContainer.h gambas/branches/3.5/gb.qt4/src/CScreen.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-23 00:15:15
|
Revision: 6340 http://sourceforge.net/p/gambas/code/6340 Author: gambas Date: 2014-06-23 00:15:12 +0000 (Mon, 23 Jun 2014) Log Message: ----------- [GB.FORM] * NEW: FileChooser: Typing a file name automatically selects it. * BUG: DirView does not raise its Click event twice anymore. * NEW: FileView: Selection property is now writable. * BUG: FileView: Delayed refresh is now forced when needed. [GB.JIT] * NEW: A little cosmetic change in the autoconf message about LLVM version checking. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/Form5.form 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...> - 2014-06-22 17:13:41
|
Revision: 6339 http://sourceforge.net/p/gambas/code/6339 Author: gambas Date: 2014-06-22 17:13:37 +0000 (Sun, 22 Jun 2014) Log Message: ----------- * Merge from r6337. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6337 Modified Paths: -------------- gambas/tags/3.5.4/gb.jit/configure.ac Added Paths: ----------- gambas/tags/3.5.4/m4/ax_compare_version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 17:09:13
|
Revision: 6338 http://sourceforge.net/p/gambas/code/6338 Author: gambas Date: 2014-06-22 17:09:11 +0000 (Sun, 22 Jun 2014) Log Message: ----------- [CONFIGURATION] * NEW: Add a new autoconf macro that can compare version numbers. [GB.JIT] * BUG: Fix LLVM version comparison. Modified Paths: -------------- gambas/branches/3.5/gb.jit/configure.ac Added Paths: ----------- gambas/branches/3.5/m4/ax_compare_version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 16:59:09
|
Revision: 6337 http://sourceforge.net/p/gambas/code/6337 Author: gambas Date: 2014-06-22 16:58:59 +0000 (Sun, 22 Jun 2014) Log Message: ----------- [CONFIGURATION] * NEW: Add a new autoconf macro that can compare version numbers. [GB.JIT] * BUG: Fix LLVM version comparison. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac Added Paths: ----------- gambas/trunk/m4/ax_compare_version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 14:27:28
|
Revision: 6336 http://sourceforge.net/p/gambas/code/6336 Author: gambas Date: 2014-06-22 14:27:26 +0000 (Sun, 22 Jun 2014) Log Message: ----------- * Tag for 3.5.4. Added Paths: ----------- gambas/tags/3.5.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 14:26:54
|
Revision: 6335 http://sourceforge.net/p/gambas/code/6335 Author: gambas Date: 2014-06-22 14:26:51 +0000 (Sun, 22 Jun 2014) Log Message: ----------- [CONFIGURATION] * NEW: Switch to 3.5.4 version. Modified Paths: -------------- gambas/branches/3.5/VERSION gambas/branches/3.5/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 14:15:11
|
Revision: 6334 http://sourceforge.net/p/gambas/code/6334 Author: gambas Date: 2014-06-22 14:15:09 +0000 (Sun, 22 Jun 2014) Log Message: ----------- * Merge from r6327, r6330. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6327 http://sourceforge.net/p/gambas/code/6330 Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.form/.info gambas/branches/3.5/comp/src/gb.form/.src/TableView.class gambas/branches/3.5/gb.net.curl/src/CCurl.c gambas/branches/3.5/gb.net.curl/src/CCurl.h gambas/branches/3.5/gb.net.curl/src/CFtpClient.c gambas/branches/3.5/gb.net.curl/src/CHttpClient.c Property Changed: ---------------- gambas/branches/3.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-22 14:05:30
|
Revision: 6333 http://sourceforge.net/p/gambas/code/6333 Author: gambas Date: 2014-06-22 14:05:27 +0000 (Sun, 22 Jun 2014) Log Message: ----------- [GB.GTK] * BUG: The Foreground property of RadioButton and CheckBox now works correctly. [GB.GTK3] * BUG: Get rid of some warnings. [GB.WEB] * BUG: URL.UnsetQuery() now works correctly on void request queries. Modified Paths: -------------- gambas/trunk/comp/src/gb.web/.src/URL.class gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gbutton.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-21 10:27:16
|
Revision: 6332 http://sourceforge.net/p/gambas/code/6332 Author: gambas Date: 2014-06-21 10:27:08 +0000 (Sat, 21 Jun 2014) Log Message: ----------- [INTERPRETER] * NEW: Abs(True) now returns 1, and Abs(False) returns 0. It breaks the rule of TypeOf(Abs(x)) = TypeOf(x), but it is more useful while being backward compatible. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-20 13:44:13
|
Revision: 6331 http://sourceforge.net/p/gambas/code/6331 Author: gambas Date: 2014-06-20 13:44:08 +0000 (Fri, 20 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for choosing LinkForeground and VisitedForeground system colors. * NEW: An option to toggle the display of current file name in the IDE window title. [GB.GTK] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. If not applicable, some default colors are returned. [GB.GTK3] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. If not applicable, some default colors are returned. * BUG: Get rid of some warnings. [GB.QT4] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.form 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/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/gb.gtk/src/CColor.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gdesktop.h gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/widgets.h gambas/trunk/gb.qt4/src/CColor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-19 22:24:40
|
Revision: 6330 http://sourceforge.net/p/gambas/code/6330 Author: gambas Date: 2014-06-19 22:24:36 +0000 (Thu, 19 Jun 2014) Log Message: ----------- [GB.NET.CURL] * BUG: The VerifyPeer and VerifyHost properties are really taken into account now. But I'm not sure that everything is fixed. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CCurl.c gambas/trunk/gb.net.curl/src/CCurl.h gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-19 09:07:53
|
Revision: 6329 http://sourceforge.net/p/gambas/code/6329 Author: gambas Date: 2014-06-19 09:07:50 +0000 (Thu, 19 Jun 2014) Log Message: ----------- [GB.GTK] * BUG: Fix Frame children detection. [GB.GTK3] * BUG: Fix Frame children detection. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/gframe.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-18 14:25:45
|
Revision: 6328 http://sourceforge.net/p/gambas/code/6328 Author: gambas Date: 2014-06-18 14:25:38 +0000 (Wed, 18 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Catch erros again when loading a profile file fails. * BUG: Single-file mode: The file top-level menu works correctly now. * NEW: Single-file mode: Closing the last tab automatically quits. * NEW: Single-file mode: Closing a tab directly closes the file, and warns the user if the file has been modified. [GB.FORM] * BUG: TabPanel: Moving a tab when one of them has been detached does not lead to a stack overflow anymore. [GB.FORM.MDI] * NEW: Workspace: Closing a tab now raises the Close event, with the closing window as argument. Stopping that event cancels the close. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FProfile.class gambas/trunk/app/src/gambas3/.src/Debug/FProfile.form gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.form/.src/Test/FIconView.form gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-18 00:39:38
|
Revision: 6327 http://sourceforge.net/p/gambas/code/6327 Author: gambas Date: 2014-06-18 00:39:36 +0000 (Wed, 18 Jun 2014) Log Message: ----------- [GB.FORM] * BUG: TableView.Clear now hides the current edited cell. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/TableView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-18 00:35:46
|
Revision: 6326 http://sourceforge.net/p/gambas/code/6326 Author: gambas Date: 2014-06-18 00:35:43 +0000 (Wed, 18 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A new button in the welcome dialog to open a single file. * BUG: Converting into lower or upper case now keep the selection as expected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Exported/Editor.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-17 21:37:49
|
Revision: 6325 http://sourceforge.net/p/gambas/code/6325 Author: gambas Date: 2014-06-17 21:37:46 +0000 (Tue, 17 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix GUI for single-file mode. * NEW: Normalize the IDE window title. [GB.FORM.MDI] * NEW: Workspace.Count is a new property that returns the number of windows embedded in the workspace. * BUG: Workspace: Popup menu now correctly displays the title of windows having a RichText property. Note that this is not officially documented. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Search/FSearch.class gambas/trunk/app/src/gambas3/.src/Search/FSearch.form gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/CWindow.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-17 11:44:25
|
Revision: 6324 http://sourceforge.net/p/gambas/code/6324 Author: gambas Date: 2014-06-17 11:44:20 +0000 (Tue, 17 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Opening a SQLite database file automatically creates a new connection and open it in the database editor. * NEW: Redesign the form menu editor. * BUG: Fix copy & paste in the form menu editor. * NEW: The IDE now can open a single extern file without any project. This is done internally by creating a temporary fake project. The GUI tries to adapt to that new mode, but this is not yet perfect. [INTERPRETER] * NEW: Args.Max is a new property that returns Args.Count - 1. [GB.QT4] * NEW: When several menus have the same shortcut, one is triggered instead of displaying a warning message and doing nothing. [GB.QT.EXT] * NEW: Editor: CTRL+X now cut the current line if nothing is selected. If you stay on the same line, cutted lines accumulate. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.form gambas/trunk/app/src/gambas3/usage gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gstring.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/main/gbx/gbx_c_application.c Added Paths: ----------- gambas/trunk/app/src/gambas3/template/_fake_project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-16 15:28:28
|
Revision: 6323 http://sourceforge.net/p/gambas/code/6323 Author: gambas Date: 2014-06-16 15:28:17 +0000 (Mon, 16 Jun 2014) Log Message: ----------- [GB.QT4] * BUG: Key.Code now returns the modifiers key codes, as in gb.gtk. [GB.QT4.EXT] * NEW: Highlight.Line is a new property that returns the currently highlighted line number (starting from zero). * BUG: Setting Editor.Mouse now works reliably. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-15 15:57:32
|
Revision: 6322 http://sourceforge.net/p/gambas/code/6322 Author: gambas Date: 2014-06-15 15:57:20 +0000 (Sun, 15 Jun 2014) Log Message: ----------- * Merge from r6244, r6248, r6253, r6259, r6262, r6263, r6271, r6275-6277, r6281, r6292, r6296, r6306, r6317. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6244 http://sourceforge.net/p/gambas/code/6248 http://sourceforge.net/p/gambas/code/6253 http://sourceforge.net/p/gambas/code/6259 http://sourceforge.net/p/gambas/code/6262 http://sourceforge.net/p/gambas/code/6263 http://sourceforge.net/p/gambas/code/6271 http://sourceforge.net/p/gambas/code/6275 http://sourceforge.net/p/gambas/code/6281 http://sourceforge.net/p/gambas/code/6292 http://sourceforge.net/p/gambas/code/6296 http://sourceforge.net/p/gambas/code/6306 http://sourceforge.net/p/gambas/code/6317 Modified Paths: -------------- gambas/branches/3.5/app/src/gambas3/.src/Options/FOption.class gambas/branches/3.5/app/src/gambas3/.src/Subversion/VersionControl.module gambas/branches/3.5/app/src/gambas3/template/_project gambas/branches/3.5/comp/src/gb.form/.src/MaskBox.class gambas/branches/3.5/comp/src/gb.gui.base/.project gambas/branches/3.5/comp/src/gb.gui.base/.src/Draw.module gambas/branches/3.5/comp/src/gb.gui.base/.startup gambas/branches/3.5/examples/examples/OpenGL/NeHeTutorial/.project gambas/branches/3.5/examples/examples/OpenGL/NeHeTutorial/.src/Example42.module gambas/branches/3.5/gb.gtk/src/gapplication.cpp gambas/branches/3.5/gb.gtk/src/gbutton.cpp gambas/branches/3.5/gb.gtk/src/gbutton.h gambas/branches/3.5/gb.gtk/src/gcontrol.cpp gambas/branches/3.5/gb.gtk/src/gcontrol.h gambas/branches/3.5/gb.gtk/src/gdesktop.cpp gambas/branches/3.5/gb.gtk/src/gfont.cpp gambas/branches/3.5/gb.gtk/src/gfont.h gambas/branches/3.5/gb.gtk/src/gframe.cpp gambas/branches/3.5/gb.gtk/src/gframe.h gambas/branches/3.5/gb.gtk/src/glabel.cpp gambas/branches/3.5/gb.ncurses/src/c_input.c gambas/branches/3.5/gb.qt4/src/CContainer.cpp gambas/branches/3.5/gb.qt4/src/CContainer.h gambas/branches/3.5/gb.qt4/src/CLabel.cpp gambas/branches/3.5/gb.xml/src/html/htmldocument.cpp gambas/branches/3.5/main/gbc/gbc_trans_expr.c gambas/branches/3.5/main/gbx/gbx_eval.c gambas/branches/3.5/main/gbx/gbx_stack.c gambas/branches/3.5/main/gbx/gbx_stack.h gambas/branches/3.5/main/lib/debug/CDebug.c Property Changed: ---------------- gambas/branches/3.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |