gambas-devel-svn Mailing List for Gambas (Page 41)
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-06-29 02:34:48
|
Revision: 7156 http://sourceforge.net/p/gambas/code/7156 Author: gambas Date: 2015-06-29 02:34:46 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [GB.QT4] * BUG: TrayIcon: Correctly raise Scroll event. [GB.QT5] * BUG: TrayIcon: Correctly raise Scroll event. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ctrayicon.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-29 02:26:25
|
Revision: 7155 http://sourceforge.net/p/gambas/code/7155 Author: gambas Date: 2015-06-29 02:26:23 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [GB.DBUS.TRAYICON] * NEW: Hide the component. [GB.GTK] * NEW: Implement the TrayIcons.DeleteAll() method. * NEW: Call TrayIcons.DeleteAll() at exit. [GB.GTK3] * NEW: Implement the TrayIcons.DeleteAll() method. * NEW: Call TrayIcons.DeleteAll() at exit. [GB.QT4] * NEW: Call TrayIcons.DeleteAll() at exit. * NEW: TrayIcon: Add support for Scroll event. [GB.QT5] * NEW: Call TrayIcons.DeleteAll() at exit. * NEW: TrayIcon: Add support for Scroll event. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.component gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt4/src/ctrayicon.cpp 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...> - 2015-06-29 01:46:53
|
Revision: 7154 http://sourceforge.net/p/gambas/code/7154 Author: gambas Date: 2015-06-29 01:46:51 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [INTERPRETER] * NEW: Add a new GB.Component.Declare() API, that allows a component to dynamically register a class description. [INFORMER] * NEW: A component now can declare classes through a GB_OPTIONAL_CLASSES public symbol. Theses classes are included into the information file, but are not automatically loaded as the ones defined through the GB_CLASSES symbol. [GB.FORM.STATUSICON] * NEW: This component has been removed and replaced by gb.dbus.trayicon. * NEW: This component now provide TrayIcon and TrayIcons classes that have exactly the same interface as the old ones. [GB.DBUS] * NEW: Remove the now useless DBusConnection.Raise(). The DBusConnection Register() and Unregister() are kept for backward-compatibility reason. * NEW: Add DBus.Raise() and DBus[].Raise() to raise signals. At the moment, there is no difference between the two methods, as there no mean to indicate the sender raising a signal. I don't know yet how DBus decides which service sends a signal! [GB.DBUS.TRAYICON] * NEW: This component implements the tray icon DBus protocol. It is automatically loaded by the GUI components. [GB.GTK] * NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation. * BUG: Fix the old TrayIcon implementation, so that it matches the QT one. [GB.GTK3] * NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation. * BUG: Fix the component name in deprecation warning messages. * BUG: Fix the old TrayIcon implementation, so that it matches the QT one. [GB.QT4] * NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation. [GB.QT5] * NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation. Modified Paths: -------------- gambas/trunk/comp/src/order gambas/trunk/gb.dbus/src/c_dbusconnection.c gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusApplication.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.gtk/src/CContainer.cpp gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/CStock.cpp gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/CTrayIcon.h gambas/trunk/gb.gtk/src/gb.gtk.h gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/gtrayicon.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/main.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.qt5/src/Makefile.am gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/gbx/gbx_library.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_component.h Added Paths: ----------- gambas/trunk/comp/src/gb.dbus.trayicon/ gambas/trunk/comp/src/gb.dbus.trayicon/.action/ gambas/trunk/comp/src/gb.dbus.trayicon/.component gambas/trunk/comp/src/gb.dbus.trayicon/.directory gambas/trunk/comp/src/gb.dbus.trayicon/.gambas/ gambas/trunk/comp/src/gb.dbus.trayicon/.gitignore gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/ gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/control/ gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/doc.txt gambas/trunk/comp/src/gb.dbus.trayicon/.icon.png gambas/trunk/comp/src/gb.dbus.trayicon/.lang/ gambas/trunk/comp/src/gb.dbus.trayicon/.project gambas/trunk/comp/src/gb.dbus.trayicon/.src/ gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.form gambas/trunk/comp/src/gb.dbus.trayicon/.src/Main.module gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcons.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconPixmap.class gambas/trunk/comp/src/gb.dbus.trayicon/.startup gambas/trunk/comp/src/gb.dbus.trayicon/default-white.png gambas/trunk/comp/src/gb.dbus.trayicon/default.bin gambas/trunk/comp/src/gb.dbus.trayicon/default.png gambas/trunk/gb.qt4/src/ctrayicon.cpp gambas/trunk/gb.qt4/src/ctrayicon.h gambas/trunk/gb.qt5/src/ctrayicon.cpp gambas/trunk/gb.qt5/src/ctrayicon.h Removed Paths: ------------- gambas/trunk/comp/src/gb.form.statusicon/ gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.h gambas/trunk/gb.qt5/src/CTrayIcon.cpp gambas/trunk/gb.qt5/src/CTrayIcon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-28 01:23:59
|
Revision: 7153 http://sourceforge.net/p/gambas/code/7153 Author: gambas Date: 2015-06-28 01:23:57 +0000 (Sun, 28 Jun 2015) Log Message: ----------- [GB.DBUS] * NEW: DBus.Register() and DBus.Unregister() are now the two methods to register and unregister a DBusObject under the DBus.Name service. * NEW: DBus[service].Register() and DBus[service].Unregister() are two new methods to register and unregister a DBusObject under a specific service name. * BUG: Remove support for calling methods and properties directly from the DBusApplication class. Why did I do that? [GB.FORM.STATUSICON] * NEW: Use the new registering methods. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIcon.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusApplication.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-28 00:49:06
|
Revision: 7152 http://sourceforge.net/p/gambas/code/7152 Author: gambas Date: 2015-06-28 00:49:04 +0000 (Sun, 28 Jun 2015) Log Message: ----------- [GB.DBUS] * NEW: DBus.Session.Register() now can register an object under a specific service name. If the object path does not start with a slash, then its first element is assumed to be that service name. [GB.FORM.STATUSICON] * NEW: Hide the exported _DBusStatusIconPixmap class. * BUG: An application can have more than one StatusIcon now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.statusicon/.info gambas/trunk/comp/src/gb.form.statusicon/.list gambas/trunk/comp/src/gb.form.statusicon/.project gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.class gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.form gambas/trunk/comp/src/gb.form.statusicon/.src/Main.module gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIcon.class gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIconDBusObject.class gambas/trunk/comp/src/gb.form.statusicon/.startup gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.statusicon/.src/_DBusStatusIconPixmap.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form.statusicon/.src/DBusStatusIconPixmap.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-27 21:27:33
|
Revision: 7151 http://sourceforge.net/p/gambas/code/7151 Author: gambas Date: 2015-06-27 21:27:31 +0000 (Sat, 27 Jun 2015) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to add gb.form.statusicon to the list of components written in Gambas. Modified Paths: -------------- gambas/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-27 21:26:34
|
Revision: 7150 http://sourceforge.net/p/gambas/code/7150 Author: gambas Date: 2015-06-27 21:26:32 +0000 (Sat, 27 Jun 2015) Log Message: ----------- [INTERPRETER] * NEW: GB.GetProperty() API now returns the property value as a GB_VALUE pointer, or NULL if the property could not be read. [GB.DB.POSTGRESQL] * BUG: Fix a compilation warning. [GB.DBUS] * NEW: DBusVariant.Signature is now a constant, not a property anymore. * NEW: DBusVariant() static method has been removed. * NEW: DBusVariant.Value is now writable. * NEW: DBusVariant now can be inherited. Use the value of the Signature constant for introspection of methods and properties using a child class of DBusVariant. * BUG: Show the org.freedesktop.DBus.Peer interface in introspection. * BUG: The org.freedesktop.DBus.Properties.GetAll method now works correctly. * BUG: Correctly handle array datatypes. * BUG: Correctly marshall DBus structures and arrays. * BUG: Correctly handle NULL values. [GB.FORM.EDITOR] * BUG: TextEditor: Better detect cursor position when clicking in the editor with the mouse. [GB.FORM.STATUSICON] * NEW: New component that provides a StatusIcon that is a TrayIcon using the Status Notifier DBus specification (i.e. the new protocol). It should only works with KDE at the moment. [GB.IMAGE] * NEW: Implement all possible image format conversions. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.dbus/src/c_dbusvariant.c gambas/trunk/gb.dbus/src/c_dbusvariant.h gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.dbus/src/gb.dbus/.src/MMain.module gambas/trunk/gb.dbus/src/gb.dbus/.src/MyObject.class gambas/trunk/gb.dbus/src/helper.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/lib/image/CImage.c gambas/trunk/main/lib/image/image.c gambas/trunk/main/lib/image/image.h gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.statusicon/ gambas/trunk/comp/src/gb.form.statusicon/.action/ gambas/trunk/comp/src/gb.form.statusicon/.component gambas/trunk/comp/src/gb.form.statusicon/.directory gambas/trunk/comp/src/gb.form.statusicon/.gambas/ gambas/trunk/comp/src/gb.form.statusicon/.gitignore gambas/trunk/comp/src/gb.form.statusicon/.hidden/ gambas/trunk/comp/src/gb.form.statusicon/.hidden/control/ gambas/trunk/comp/src/gb.form.statusicon/.hidden/control/statusicon.png gambas/trunk/comp/src/gb.form.statusicon/.hidden/doc.txt gambas/trunk/comp/src/gb.form.statusicon/.icon.png gambas/trunk/comp/src/gb.form.statusicon/.info gambas/trunk/comp/src/gb.form.statusicon/.lang/ gambas/trunk/comp/src/gb.form.statusicon/.list gambas/trunk/comp/src/gb.form.statusicon/.project gambas/trunk/comp/src/gb.form.statusicon/.src/ gambas/trunk/comp/src/gb.form.statusicon/.src/DBusStatusIconPixmap.class gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.class gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.form gambas/trunk/comp/src/gb.form.statusicon/.src/Main.module gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIcon.class gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIconDBusObject.class gambas/trunk/comp/src/gb.form.statusicon/.startup gambas/trunk/comp/src/gb.form.statusicon/default-white.png gambas/trunk/comp/src/gb.form.statusicon/default.png gambas/trunk/gb.dbus/src/gb.dbus/.src/MyValue.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-06-27 15:11:41
|
Revision: 7149 http://sourceforge.net/p/gambas/code/7149 Author: tobiasboe Date: 2015-06-27 15:11:39 +0000 (Sat, 27 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Update Patch dialogs to new TextEditor highlighting. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-27 14:07:36
|
Revision: 7148 http://sourceforge.net/p/gambas/code/7148 Author: gambas Date: 2015-06-27 14:07:34 +0000 (Sat, 27 Jun 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix an infinite loop when a signal is catched and the signal pipe has been closed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_signal.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-26 13:18:40
|
Revision: 7147 http://sourceforge.net/p/gambas/code/7147 Author: gambas Date: 2015-06-26 13:18:39 +0000 (Fri, 26 Jun 2015) Log Message: ----------- [INTERPRETER] * BUG: The UTF-8 character to byte position conversion routine now should work in all cases. Fix a corner case in String.Left(), String.Mid$(), String.Right() that sometimes could return an incorrect result. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-26 11:22:42
|
Revision: 7146 http://sourceforge.net/p/gambas/code/7146 Author: gambas Date: 2015-06-26 11:22:40 +0000 (Fri, 26 Jun 2015) Log Message: ----------- [GB.GTK] * BUG: Fix compilation error. [GB.GTK3] * BUG: Fix compilation error. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtrayicon.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-25 23:09:41
|
Revision: 7145 http://sourceforge.net/p/gambas/code/7145 Author: gambas Date: 2015-06-25 23:09:39 +0000 (Thu, 25 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code prettyfier should not move the cursor anymore. [GB.DBUS] * NEW: Support for sending signals. [GB.QT4] * NEW: Detect system tray with the Qt routine. [GB.QT5] * NEW: Detect system tray with the Qt routine. [GB.GTK] * NEW: Actually try to detect the system tray. Only the old protocol is supported. [GB.GTK3] * NEW: Actually try to detect the system tray. Only the old protocol is supported. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.eval.highlight/.info gambas/trunk/comp/src/gb.form/.src/Test/Form4.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.dbus/src/c_dbusconnection.c gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusProxy.class gambas/trunk/gb.dbus/src/gb.dbus/.src/MMain.module gambas/trunk/gb.dbus/src/helper.c gambas/trunk/gb.dbus/src/helper.h gambas/trunk/gb.desktop.x11/src/x11.c gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.h gambas/trunk/gb.qt4/src/x11.c Added Paths: ----------- gambas/trunk/gb.dbus/src/gb.dbus/.src/MyObject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-19 08:19:56
|
Revision: 7144 http://sourceforge.net/p/gambas/code/7144 Author: gambas Date: 2015-06-19 08:19:54 +0000 (Fri, 19 Jun 2015) Log Message: ----------- [COMPILER] * BUG: Don't crash when a constant is the void string. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_dump.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-19 07:18:30
|
Revision: 7143 http://sourceforge.net/p/gambas/code/7143 Author: gambas Date: 2015-06-19 07:18:28 +0000 (Fri, 19 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMNET] * NEW: The "Show spaces at end of line with dots" option came back. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-19 07:10:06
|
Revision: 7142 http://sourceforge.net/p/gambas/code/7142 Author: gambas Date: 2015-06-19 07:10:05 +0000 (Fri, 19 Jun 2015) Log Message: ----------- [COMPILER] * BUG: Allow string constants longer than 255 characters when generating *.info files. [GB.FORM.EDITOR] * NEW: TextEditor: Draw line ending spaces with dots. * NEW: TextEditor.ShowSpaces is a new property that toggles the drawing of spaces at the end of line. * BUG: TextEditor: Don't crash anymore when calling the Clear method (again). Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/main/gbc/gbc_dump.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-19 00:06:48
|
Revision: 7141 http://sourceforge.net/p/gambas/code/7141 Author: gambas Date: 2015-06-19 00:06:46 +0000 (Fri, 19 Jun 2015) Log Message: ----------- [GB.FORM] * NEW: SidePanel.MinSize is a new property to define the minimum size of a SidePanel before it hides. This property may be removed soon, don't use it yet. [GB.FORM.EDITOR] * BUG: TextEditor: Clicking past the end of a line having a single character correctly moves the cursor to the end of line. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/SidePanel/FSidePanel.class gambas/trunk/comp/src/gb.form/.src/SidePanel/FSidePanel.form gambas/trunk/comp/src/gb.form/.src/SidePanel/SidePanel.class gambas/trunk/comp/src/gb.form/.src/Spinner.class 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-06-18 23:53:25
|
Revision: 7140 http://sourceforge.net/p/gambas/code/7140 Author: gambas Date: 2015-06-18 23:53:23 +0000 (Thu, 18 Jun 2015) Log Message: ----------- [GB.CLIPPER] * BUG: Polygon.AddPoint() now works correctly. Modified Paths: -------------- gambas/trunk/main/lib/clipper/c_clipper.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-06-18 09:59:27
|
Revision: 7139 http://sourceforge.net/p/gambas/code/7139 Author: tobiasboe Date: 2015-06-18 09:59:26 +0000 (Thu, 18 Jun 2015) Log Message: ----------- [GB.CLIPPER] * BUG: Put arguments to Polygon._put() in the correct order. Modified Paths: -------------- gambas/trunk/main/lib/clipper/c_clipper.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-17 21:25:09
|
Revision: 7138 http://sourceforge.net/p/gambas/code/7138 Author: gambas Date: 2015-06-17 21:25:02 +0000 (Wed, 17 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Database editor: The import CSV dialog is now a wizard. [GB.DB] * BUG: Fix a crash when creating twice the same table with the same connection. [GB.FORM] * NEW: Spinner: Display the label below the rotating spinner. * NEW: Spinner.Wait() is a new method that calls the event loop, and ensures that it is not called more than every 200 milliseconds. * BUG: Wizard: Animation is correct now when the Border property is set. [GB.QT4] * BUG: Showing a window now automatically raises it. [GB.QT5] * BUG: Showing a window now automatically raises it. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/CWaitingAnimation.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/Connection/FPasteTable.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Spinner.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinner.class gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/lib/db/c_subcollection.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-16 23:35:21
|
Revision: 7137 http://sourceforge.net/p/gambas/code/7137 Author: gambas Date: 2015-06-16 23:35:19 +0000 (Tue, 16 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Correctly draw the margin background when scrolling. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form 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-06-16 11:58:43
|
Revision: 7136 http://sourceforge.net/p/gambas/code/7136 Author: gambas Date: 2015-06-16 11:58:42 +0000 (Tue, 16 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Fix a crash when moving or clicking on a void line. Modified Paths: -------------- 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-06-16 11:55:13
|
Revision: 7135 http://sourceforge.net/p/gambas/code/7135 Author: gambas Date: 2015-06-16 11:55:11 +0000 (Tue, 16 Jun 2015) Log Message: ----------- [WIKI CGI SCRIPT] * BUG: Ignore gb.gui.qt and gb.gui.qt.webkit when generating the TODO page. [GB.FORM.EDITOR] * BUG: TextEditor: Moving up and down with the arrow keys now work correctly in wrap mode. * OPT: TextEditor: Don't update line widths until the first Draw event. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form 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-06-14 22:10:17
|
Revision: 7134 http://sourceforge.net/p/gambas/code/7134 Author: gambas Date: 2015-06-14 22:10:16 +0000 (Sun, 14 Jun 2015) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Command for generating the package dependencies table. [GB.COMPRESS.BZLIB2] * NEW: Make that compress driver an explicit component. [GB.COMPRESS.ZLIB] * NEW: Make that compress driver an explicit component. [GB.FORM.EDITOR] * BUG: TextEditor: The right mouse button now has no effect to allow the popup menu to act on the current selection or cursor position. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.compress.bzlib2/src/Makefile.am gambas/trunk/gb.compress.zlib/src/Makefile.am gambas/trunk/main/lib/compress/gb.compress.component Added Paths: ----------- gambas/trunk/gb.compress.bzlib2/component.am gambas/trunk/gb.compress.bzlib2/src/gb.compress.bzlib2.component gambas/trunk/gb.compress.zlib/component.am gambas/trunk/gb.compress.zlib/src/gb.compress.zlib.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-14 17:41:51
|
Revision: 7133 http://sourceforge.net/p/gambas/code/7133 Author: gambas Date: 2015-06-14 17:41:49 +0000 (Sun, 14 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: CTRL+BACKSPACE deletes the word on the left of the cursor. Modified Paths: -------------- 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-06-14 15:45:55
|
Revision: 7132 http://sourceforge.net/p/gambas/code/7132 Author: gambas Date: 2015-06-14 15:45:53 +0000 (Sun, 14 Jun 2015) Log Message: ----------- [GB.FORM] * BUG: TabPanel: Fix a temporary debugging feature that sometimes could lead to a crash. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |