gambas-devel-svn Mailing List for Gambas (Page 40)
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-07-12 09:40:58
|
Revision: 7181 http://sourceforge.net/p/gambas/code/7181 Author: gambas Date: 2015-07-12 09:40:57 +0000 (Sun, 12 Jul 2015) Log Message: ----------- [INTERPRETER] * BUG: Forgot to commit some files. Modified Paths: -------------- gambas/trunk/main/share/gb_common_buffer.h gambas/trunk/main/share/gb_common_buffer_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-11 22:44:11
|
Revision: 7180 http://sourceforge.net/p/gambas/code/7180 Author: gambas Date: 2015-07-11 22:44:09 +0000 (Sat, 11 Jul 2015) Log Message: ----------- [INTERPRETER] * BUG: Support for UTF-8 date and time separators, used by Chinese for example. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_c_string.h gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-07-11 22:36:38
|
Revision: 7179 http://sourceforge.net/p/gambas/code/7179 Author: prokopy Date: 2015-07-11 22:36:36 +0000 (Sat, 11 Jul 2015) Log Message: ----------- [GB.XML] * BUG: XmlWriter: Buffers are now correctly flushed when ending a document. Modified Paths: -------------- gambas/trunk/gb.xml/src/gb.xml/.component gambas/trunk/gb.xml/src/gb.xml/.project gambas/trunk/gb.xml/src/gb.xml/.src/XmlWriter.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-11 20:59:47
|
Revision: 7178 http://sourceforge.net/p/gambas/code/7178 Author: gambix Date: 2015-07-11 20:59:45 +0000 (Sat, 11 Jul 2015) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: First commit, nothing usable for now, I just started to write the emulator, which already represents a large number of lines of code, but the most complex work was to understand how the entire virtual terminal. Thank you to all available sources, Xterm, Rxvt, Konsole. I hope to arrive at the end to implement all the functions of VT102. Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/ gambas/trunk/comp/src/gb.form.terminal/.action/ gambas/trunk/comp/src/gb.form.terminal/.component gambas/trunk/comp/src/gb.form.terminal/.directory gambas/trunk/comp/src/gb.form.terminal/.gambas/ gambas/trunk/comp/src/gb.form.terminal/.gitignore gambas/trunk/comp/src/gb.form.terminal/.hidden/ gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ccontainer.png gambas/trunk/comp/src/gb.form.terminal/.hidden/control/ccontrol.png gambas/trunk/comp/src/gb.form.terminal/.icon.png gambas/trunk/comp/src/gb.form.terminal/.lang/ gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/ gambas/trunk/comp/src/gb.form.terminal/.src/CCharacter.class gambas/trunk/comp/src/gb.form.terminal/.src/CScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/Colors.class gambas/trunk/comp/src/gb.form.terminal/.src/Emulator_VT102.class gambas/trunk/comp/src/gb.form.terminal/.src/Terminal.class gambas/trunk/comp/src/gb.form.terminal/.startup gambas/trunk/comp/src/gb.form.terminal/Text1 gambas/trunk/comp/src/gb.form.terminal/XtermTests/ gambas/trunk/comp/src/gb.form.terminal/XtermTests/16colors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/256colors.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/256colors2.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/88colors.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/88colors2.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/8colors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/acolors.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/doublechars.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/dynamic2.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/fonts.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/paste64.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/query-color.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/query-fonts.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/resize.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/resize.sh gambas/trunk/comp/src/gb.form.terminal/XtermTests/tcapquery.pl gambas/trunk/comp/src/gb.form.terminal/XtermTests/title.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-10 22:38:36
|
Revision: 7177 http://sourceforge.net/p/gambas/code/7177 Author: gambas Date: 2015-07-10 22:38:35 +0000 (Fri, 10 Jul 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Disable highlighting between Begin() and End(), and do it later, just after the last End() has been called. That makes the IDE "replace all" tool work correctly! Modified Paths: -------------- gambas/trunk/app/examples/Networking/WebBrowser/.project gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-09 14:39:40
|
Revision: 7176 http://sourceforge.net/p/gambas/code/7176 Author: gambas Date: 2015-07-09 14:39:38 +0000 (Thu, 09 Jul 2015) Log Message: ----------- [INTERPRETER] * BUG: Finally fixed! LINE INPUT internal buffer is now correctly reset when SEEK is used. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-07 20:51:59
|
Revision: 7175 http://sourceforge.net/p/gambas/code/7175 Author: gambas Date: 2015-07-07 20:51:57 +0000 (Tue, 07 Jul 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The "Show search window" button in the search list does not reset the searching context to the current procedure anymore. It keeps the current context unchanged instead. [GB.DRAW] * NEW: Paint.ZoomImage used dash pattern to draw the zoom grid. [GB.FORM] * NEW: ImageView uses #808080 as grid color. [GB.FORM.EDITOR] * BUG: TextEditor: Don't reset an editor getting the focus. Do it only if needed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class 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/Search/FSearch.class gambas/trunk/comp/src/gb.form/.src/ImageView/ImageView.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-05 20:56:05
|
Revision: 7174 http://sourceforge.net/p/gambas/code/7174 Author: gambas Date: 2015-07-05 20:56:03 +0000 (Sun, 05 Jul 2015) Log Message: ----------- [GB.DBUS] * BUG: Oops, forgot the TRY instruction when checking for a DBus StatusNotifierHost. Modified Paths: -------------- gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-05 13:52:49
|
Revision: 7173 http://sourceforge.net/p/gambas/code/7173 Author: gambix Date: 2015-07-05 13:52:48 +0000 (Sun, 05 Jul 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Do not toggle to overwrite mode when inserting a 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-07-04 21:26:22
|
Revision: 7172 http://sourceforge.net/p/gambas/code/7172 Author: gambas Date: 2015-07-04 21:26:20 +0000 (Sat, 04 Jul 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add compression driver components descriptions. * BUG: The packager now generates packages for QT5 and GTK+3 for project using gb.gui. * NEW: The button to show deprecated components is now embedded into the component chooser. [EXAMPLES] * BUG: WebBrowser: Fix a bug in text search. [GB.FORM.EDITOR] * BUG: TextEditor: Inserting lines effectively insert lines in overwrite mode. Modified Paths: -------------- gambas/trunk/app/examples/Networking/WebBrowser/.icon.png gambas/trunk/app/examples/Networking/WebBrowser/.project gambas/trunk/app/examples/Networking/WebBrowser/.src/FBrowser.class gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.form gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.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/FProjectProperty.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-07-03 22:51:05
|
Revision: 7171 http://sourceforge.net/p/gambas/code/7171 Author: gambas Date: 2015-07-03 22:51:03 +0000 (Fri, 03 Jul 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add 'gb.gui.trayicon' description. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-03 22:19:01
|
Revision: 7170 http://sourceforge.net/p/gambas/code/7170 Author: gambas Date: 2015-07-03 22:18:58 +0000 (Fri, 03 Jul 2015) Log Message: ----------- [INTERPRETER] * NEW: GB.GetReturnValue() is a new interpreter API that returns a pointer to the internal GB_VALUE slot where GB.ReturnXXX() functions store the return value. * NEW: Allow a component to declare a GB_AFTER_INIT() exported method that is called just after all the components declared in the project are completely loaded. [GB.DBUS] * NEW: DBus._HasSystemTray() is a new method that returns if the DBus system tray is present. That method is used by the 'gb.gui.trayicon' component to know if 'gb.dbus.trayicon' must be loaded. * BUG: Fix xml introspection analysis. [GB.DBUS.TRAYICON] * BUG: Remove debugging messages. * BUG: TrayIcon icon data is sent correctly now. [GB.GUI.TRAYICON] * NEW: New component that you must check if you want to have system tray icons. It loads 'gb.dbus', use DBus._HasSystemTray() to know if it can load 'gb.dbus.trayicon'. Otherwise it tells the current GUI component to declare the old system tray implementation classes. [GB.GTK] * NEW: Let the new 'gb.gui.trayicon' deals with the dbus stuff, but keep the old system tray icon and use them on demand. [GB.GTK3] * NEW: Let the new 'gb.gui.trayicon' deals with the dbus stuff, but keep the old system tray icon and use them on demand. [GB.QT4] * NEW: Let the new 'gb.gui.trayicon' deals with the dbus stuff, but keep the old system tray icon and use them on demand. [GB.QT5] * NEW: Let the new 'gb.gui.trayicon' deals with the dbus stuff, but keep the old system tray icon and use them on demand. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconPixmap.class gambas/trunk/gb.dbus/src/c_dbus.c gambas/trunk/gb.dbus/src/gb.dbus/.src/DBus.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusProxy.class gambas/trunk/gb.dbus/src/gb.dbus/.src/MMain.module gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt4/src/desktop.c gambas/trunk/gb.qt4/src/desktop.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/gbx/gbx_library.h gambas/trunk/main/lib/Makefile.am gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_component.h Added Paths: ----------- gambas/trunk/main/lib/gui.trayicon/ gambas/trunk/main/lib/gui.trayicon/Makefile.am gambas/trunk/main/lib/gui.trayicon/cfaketrayicon.c gambas/trunk/main/lib/gui.trayicon/cfaketrayicon.h gambas/trunk/main/lib/gui.trayicon/gb.gui.trayicon.component gambas/trunk/main/lib/gui.trayicon/main.c gambas/trunk/main/lib/gui.trayicon/main.h Removed Paths: ------------- gambas/trunk/comp/src/gb.dbus.trayicon/default.bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-02 23:05:53
|
Revision: 7169 http://sourceforge.net/p/gambas/code/7169 Author: gambas Date: 2015-07-02 23:05:52 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [GB.DBUS.TRAYICON] * NEW: Add TrayIcon MiddleClick event. [GB.QT4] * NEW: Add TrayIcon MiddleClick event. [GB.QT5] * NEW: Add TrayIcon MiddleClick event. [GB.GTK] * NEW: Add TrayIcon MiddleClick event. [GB.GTK3] * NEW: Add TrayIcon MiddleClick event. Modified Paths: -------------- 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/TrayIcon.class gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/gtrayicon.h 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-07-02 23:00:48
|
Revision: 7168 http://sourceforge.net/p/gambas/code/7168 Author: gambas Date: 2015-07-02 23:00:46 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [GB.DBUS.TRAYICON] * BUG: Setting the Picture of an hidden "Unity" TrayIcon keeps it hidden. [GB.GTK] * NEW: Remove TrayIcon Menu event. [GB.GTK3] * NEW: Remove TrayIcon Menu event. [GB.QT4] * NEW: Remove TrayIcon Menu event. [GB.QT5] * NEW: Remove TrayIcon Menu event. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/gb.gtk/src/CTrayIcon.cpp 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-07-02 22:26:07
|
Revision: 7167 http://sourceforge.net/p/gambas/code/7167 Author: gambas Date: 2015-07-02 22:26:05 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [GB.DBUS] * NEW: A class inheriting DBusVariant can be used a DBus method return value. * BUG: unregistering an object correctly removes it from the children list of its parent. * NEW: DBus.SplitSignature has been renamed as DBus._SplitSignature. [GB.DBUS.TRAYICON] * BUG: Correctly unregister KDE-style trayicons. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusMenuProperties.class gambas/trunk/gb.dbus/src/c_dbus.c gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class Removed Paths: ------------- gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/control/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-02 21:20:10
|
Revision: 7166 http://sourceforge.net/p/gambas/code/7166 Author: gambas Date: 2015-07-02 21:20:08 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [GB.DBUS] * BUG: DBus methods that return nothing now send a void reply, otherwise the caller waits for nothing. [GB.DBUS.TRAYICON] * NEW: Update DBusMenu protocol documentation file. * BUG: Make the menu export work with Unity. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/com.canonical.dbusmenu.xml gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.form gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusMenuProperties.class gambas/trunk/gb.dbus/src/c_dbusobserver.c gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.dbus/src/helper.c Added Paths: ----------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusUInt.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2015-07-02 15:19:53
|
Revision: 7165 http://sourceforge.net/p/gambas/code/7165 Author: prokopy Date: 2015-07-02 15:19:51 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The connection properties dialog now correctly uses the provided password to list the available databases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.class gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-02 14:26:13
|
Revision: 7164 http://sourceforge.net/p/gambas/code/7164 Author: gambas Date: 2015-07-02 14:26:10 +0000 (Thu, 02 Jul 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix Object.Raise() method. [DEVELOPMENT ENVIRONMENT] * BUG: Replace a possible error while filling the toolbox by a warning message. [GB.DBUS] * NEW: DBusValues is a new class that must be used when a DBus method canonical return several values. It works like DBusVariant. * NEW: DBus.SplitSignature is new method that allows to split a DBus signature. * NEW: DBusNull class is renamed as _DBusNull. [GB.DBUS.TRAYICON] * NEW: TrayIcon popup menu is now exported through the DBusMenu protocol, so that it becomes usable on Unity. Consequently, the Menu event will be removed. [GB.DESKTOP] * NEW: Remove the Desktop.Type property. * NEW: Add support for Unity. [GB.GTK] * NEW: Desktop.Type is now implemented in the GUI components. [GB.GTK3] * NEW: Desktop.Type is now implemented in the GUI components. [GB.QT] * NEW: Desktop.Type is now implemented in the GUI components. [GB.QT5] * NEW: Desktop.Type is now implemented in the GUI components. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FToolBox.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.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/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconTooltip.class gambas/trunk/comp/src/gb.desktop/.info gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class gambas/trunk/gb.dbus/src/c_dbus.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/helper.c gambas/trunk/gb.dbus/src/helper.h gambas/trunk/gb.dbus/src/main.c gambas/trunk/gb.gtk/src/CScreen.cpp gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk3/src/Makefile.am gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt5/src/Makefile.am gambas/trunk/main/gbx/gbx_c_class.c Added Paths: ----------- gambas/trunk/comp/src/gb.dbus.trayicon/.hidden/com.canonical.dbusmenu.xml gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusMenuItem.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusMenuLayout.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusMenuProperties.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusValues.class gambas/trunk/gb.dbus/src/gb.dbus/.src/_DBusNull.class gambas/trunk/gb.gtk/src/desktop.c gambas/trunk/gb.gtk/src/desktop.h gambas/trunk/gb.gtk3/src/desktop.c gambas/trunk/gb.gtk3/src/desktop.h gambas/trunk/gb.qt4/src/desktop.c gambas/trunk/gb.qt4/src/desktop.h gambas/trunk/gb.qt5/src/desktop.c gambas/trunk/gb.qt5/src/desktop.h Removed Paths: ------------- gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusNull.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-01 12:26:25
|
Revision: 7163 http://sourceforge.net/p/gambas/code/7163 Author: gambas Date: 2015-07-01 12:26:23 +0000 (Wed, 01 Jul 2015) Log Message: ----------- [INTERPRETER] * NEW: Object.Raise() is a new method that tells an object to raise one of its events. You should have no use of that for real applications. :-) Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-01 01:28:54
|
Revision: 7162 http://sourceforge.net/p/gambas/code/7162 Author: gambas Date: 2015-07-01 01:28:52 +0000 (Wed, 01 Jul 2015) Log Message: ----------- [GB.DBUS] * BUG: Fix org.freedesktop.DBus.Introspectable interface declaration. [GB.DBUS.TRAYICON] * NEW: The KDE protocol works again. * BUG: The default icon works again. [GB.DESKTOP] * NEW: Desktop.Type returns "UNITY" now on Unity. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-01 01:01:06
|
Revision: 7161 http://sourceforge.net/p/gambas/code/7161 Author: gambas Date: 2015-07-01 01:01:04 +0000 (Wed, 01 Jul 2015) Log Message: ----------- [GB.DBUS] * BUG: Null arguments of DBusObserver are correctly interpreted now. * BUG: The org.freedesktop.Properties GetAll() method now effectively send all properties, even those being null. * NEW: More debugging messages if DBus.Debug is set to TRUE. * NEW: The DBusObject is now marshalled to a DBus object path. [GB.DBUS.TRAYICON] * NEW: Support of the Unity appindicator protocol. The icon is visible, but that's all. No popup menu, and the only event that Unity sends is the middle click. Reverse-engeneering when the sun is hot is a pleasure, so thanks again to Ubuntu guys for not documenting their custom protocol anywhere! Modified Paths: -------------- 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/TrayIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconPixmap.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconTooltip.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/gb.dbus/src/c_dbus.c gambas/trunk/gb.dbus/src/c_dbusobserver.c gambas/trunk/gb.dbus/src/c_dbusvariant.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/MMain.module gambas/trunk/gb.dbus/src/helper.c gambas/trunk/gb.dbus/src/main.c gambas/trunk/gb.dbus/src/main.h Added Paths: ----------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusNull.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-30 00:28:14
|
Revision: 7160 http://sourceforge.net/p/gambas/code/7160 Author: gambas Date: 2015-06-30 00:28:12 +0000 (Tue, 30 Jun 2015) Log Message: ----------- [CONFIGURATION] * BUG: Fix compilation of gb.dbus.trayicon. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.startup 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-29 21:12:30
|
Revision: 7159 http://sourceforge.net/p/gambas/code/7159 Author: gambas Date: 2015-06-29 21:12:29 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [GB.DBUS.TRAYICON] * NEW: TrayIcon: Implement the tooltip property. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.form gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class Added Paths: ----------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/_DBusStatusIconTooltip.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-29 19:24:21
|
Revision: 7158 http://sourceforge.net/p/gambas/code/7158 Author: gambas Date: 2015-06-29 19:24:19 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Ctrl+Delete now deletes the word right to the cursor. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.markdown/.src/MTest.module gambas/trunk/gb.qt4/src/main.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Help/Markup.module Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Help/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-29 15:30:02
|
Revision: 7157 http://sourceforge.net/p/gambas/code/7157 Author: gambas Date: 2015-06-29 15:30:00 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [INTERPRETER] * BUG: Correctly fix the bug of revision #7147 in UTF-8 string management. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7147 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. |