gambas-devel-svn Mailing List for Gambas (Page 72)
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-07-11 11:51:50
|
Revision: 6371 http://sourceforge.net/p/gambas/code/6371 Author: gambas Date: 2014-07-11 11:51:47 +0000 (Fri, 11 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: All files can be "locked". This is implemented by using the file write permissions. The old form locking mechanism has been removed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/CInsertColor.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/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.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...> - 2014-07-10 22:28:48
|
Revision: 6370 http://sourceforge.net/p/gambas/code/6370 Author: gambas Date: 2014-07-10 22:28:45 +0000 (Thu, 10 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Selecting a control ensures that it is visible if one of its parent is a multi-container. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-10 21:31:35
|
Revision: 6369 http://sourceforge.net/p/gambas/code/6369 Author: gambas Date: 2014-07-10 21:31:32 +0000 (Thu, 10 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Add a "Select parent" menu entry that selects the parent of the master control of the current selection. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-08 14:53:37
|
Revision: 6368 http://sourceforge.net/p/gambas/code/6368 Author: gambas Date: 2014-07-08 14:53:29 +0000 (Tue, 08 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix incorrect dependency in project file. Modified Paths: -------------- gambas/tags/3.5.4/app/src/gambas3/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-05 15:44:09
|
Revision: 6367 http://sourceforge.net/p/gambas/code/6367 Author: gambas Date: 2014-07-05 15:44:02 +0000 (Sat, 05 Jul 2014) Log Message: ----------- * Merge from r6365. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6365 Modified Paths: -------------- gambas/tags/3.5.4/comp/src/gb.settings/.src/Main.module gambas/tags/3.5.4/comp/src/gb.settings/.src/_Settings_Keys.class 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-07-05 15:43:53
|
Revision: 6366 http://sourceforge.net/p/gambas/code/6366 Author: gambas Date: 2014-07-05 15:43:46 +0000 (Sat, 05 Jul 2014) Log Message: ----------- * Merge from r6365. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6365 Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.settings/.src/Main.module gambas/branches/3.5/comp/src/gb.settings/.src/_Settings_Keys.class 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-07-05 15:40:25
|
Revision: 6365 http://sourceforge.net/p/gambas/code/6365 Author: gambas Date: 2014-07-05 15:40:16 +0000 (Sat, 05 Jul 2014) Log Message: ----------- [GB.SETTINGS] * BUG: Enumerating `Settings.Keys[Slot]` (the keys of a specific slot) does not break anymore the enumeration of `Settings.Key` (the slot names). Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.src/Main.module gambas/trunk/comp/src/gb.settings/.src/_Settings_Keys.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-05 12:36:29
|
Revision: 6364 http://sourceforge.net/p/gambas/code/6364 Author: gambas Date: 2014-07-05 12:36:24 +0000 (Sat, 05 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: When adding new project files, now you can insert several existing files in one shot. [GB.FORM] * BUG: FileChooser: Multiple file selection works correctly again. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.form 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/Test/Form1.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-05 02:38:55
|
Revision: 6363 http://sourceforge.net/p/gambas/code/6363 Author: gambas Date: 2014-07-05 02:38:46 +0000 (Sat, 05 Jul 2014) Log Message: ----------- [WIKI] * NEW: Use explicit black on white colors. [GB.GUI.BASE] * BUG: The GridView, TreeView (and all its cousins) background correctly reacts to system color theme changes. [GB.QT4.WEBKIT] * NEW: WebView: Try to interpret the control background and foreground colors as default web page colors. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/main.cpp gambas/trunk/gb.qt4/src/webkit/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-05 00:08:02
|
Revision: 6362 http://sourceforge.net/p/gambas/code/6362 Author: gambas Date: 2014-07-05 00:07:52 +0000 (Sat, 05 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The close menu now works for all editors in single file mode. [GB.FORM.MDI] * BUG: Workspace: Fix the new Remove() method and the old Add() method. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/FMain.class 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 gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-04 13:04:34
|
Revision: 6361 http://sourceforge.net/p/gambas/code/6361 Author: gambas Date: 2014-07-04 13:04:25 +0000 (Fri, 04 Jul 2014) Log Message: ----------- [GB.FORM.MDI] * NEW: Workspace.Remove() is a new method for removing a window from the workspace. * NEW: Workspace.Add() automatically calls Workspace.Remove() to remove the window from its previous workspace if needed. * NEW: Workspace now raises the Attach and Detach events when a window is respectively attached or detached. Modified Paths: -------------- 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-07-04 12:46:34
|
Revision: 6360 http://sourceforge.net/p/gambas/code/6360 Author: gambas Date: 2014-07-04 12:46:30 +0000 (Fri, 04 Jul 2014) Log Message: ----------- [GB.FORM] * NEW: The FileChooser Change event is now raised when the file is unselected. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-03 08:32:10
|
Revision: 6359 http://sourceforge.net/p/gambas/code/6359 Author: gambas Date: 2014-07-03 08:32:07 +0000 (Thu, 03 Jul 2014) Log Message: ----------- [GB.SDL] * NEW: Window.Grabbed is a new property that allows to grab the input and confine the mouse to the window. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLwindow.cpp gambas/trunk/gb.sdl/src/SDLwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-07-02 21:33:12
|
Revision: 6358 http://sourceforge.net/p/gambas/code/6358 Author: prokopy Date: 2014-07-02 21:33:03 +0000 (Wed, 02 Jul 2014) Log Message: ----------- [GB.XML] * BUG: Fix the Like-pattern matching of the XmlElement.GetChildrenByAttributeValue() method. Modified Paths: -------------- gambas/trunk/gb.xml/src/node.cpp gambas/trunk/gb.xml/src/utils.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-01 17:37:14
|
Revision: 6357 http://sourceforge.net/p/gambas/code/6357 Author: gambas Date: 2014-07-01 17:37:04 +0000 (Tue, 01 Jul 2014) Log Message: ----------- [GB.DESKTOP] * NEW: Automatically load the 'gb.desktop.x11' component the first time the Desktop class is used, to be backward-compatible. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.info gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 22:22:15
|
Revision: 6356 http://sourceforge.net/p/gambas/code/6356 Author: gambas Date: 2014-06-30 22:22:11 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [CONFIGURATION] * NEW: Support of GNU/kFreeBSD systems. [DEVELOPMENT ENVIRONMENT] * BUG: Fix a typo in english tips. [INFORMER] * NEW: Support of kFreeBSD. [GB.DB.POSTGRESL] * NEW: Check more directories when searching for libraries, so that it works on debian systems. [GB.V4L] * NEW: Support of kFreeBSD. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/tips/tips.en gambas/trunk/gb.db.postgresql/configure.ac gambas/trunk/gb.v4l/src/CWebcam.h gambas/trunk/gb.v4l/src/gv4l2.c gambas/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 22:19:50
|
Revision: 6355 http://sourceforge.net/p/gambas/code/6355 Author: gambas Date: 2014-06-30 22:19:41 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: The `@{symbols}` command can take an explicit class in argument. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 22:17:35
|
Revision: 6354 http://sourceforge.net/p/gambas/code/6354 Author: gambas Date: 2014-06-30 22:17:30 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [EXAMPLES] * NEW: Little changes in the SystemTray example. Modified Paths: -------------- gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.class gambas/trunk/examples/examples/Misc/SystemTray/.src/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 22:14:30
|
Revision: 6353 http://sourceforge.net/p/gambas/code/6353 Author: gambas Date: 2014-06-30 22:14:21 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [GB.QT4] * BUG: Cached DrawingArea backgroun color now works correctly if the window is transparent. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 22:08:27
|
Revision: 6352 http://sourceforge.net/p/gambas/code/6352 Author: gambas Date: 2014-06-30 22:08:22 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [GB.DESKTOP.X11] * NEW: Embed icons directly in the specified window. Modified Paths: -------------- gambas/trunk/gb.desktop.x11/src/systray/embed.c gambas/trunk/gb.desktop.x11/src/systray/icons.c gambas/trunk/gb.desktop.x11/src/systray/icons.h gambas/trunk/gb.desktop.x11/src/systray/systray.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-30 21:31:02
|
Revision: 6351 http://sourceforge.net/p/gambas/code/6351 Author: gambas Date: 2014-06-30 21:30:54 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for iceweasel browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Options/FOption.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...> - 2014-06-30 21:24:41
|
Revision: 6350 http://sourceforge.net/p/gambas/code/6350 Author: gambas Date: 2014-06-30 21:24:34 +0000 (Mon, 30 Jun 2014) Log Message: ----------- * Merge from r6346. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6346 Modified Paths: -------------- gambas/tags/3.5.4/main/lib/image/CImageStat.c gambas/tags/3.5.4/main/lib/image/image_stat.c gambas/tags/3.5.4/main/lib/image/image_stat.h 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-29 20:09:43
|
Revision: 6349 http://sourceforge.net/p/gambas/code/6349 Author: gambas Date: 2014-06-29 20:09:31 +0000 (Sun, 29 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a crash in the menu editor when inserting a new item. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2014-06-29 19:23:10
|
Revision: 6348 http://sourceforge.net/p/gambas/code/6348 Author: gbwilly Date: 2014-06-29 19:23:00 +0000 (Sun, 29 Jun 2014) Log Message: ----------- [DOC.CGI] * NEW: Dutch translations updated [GB.WIKI] * NEW: Dutch translations updated [GB.FORM] * NEW: Dutch translations updated [GB.FORM.MDI] * NEW: Dutch translations updated Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/nl.mo gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/gb.wiki/.lang/zh.po gambas/trunk/app/src/gb.wiki/.startup gambas/trunk/comp/src/gb.db.form/.lang/nl.po gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po gambas/trunk/comp/src/gb.form.dialog/.lang/nl.po gambas/trunk/comp/src/gb.form.mdi/.lang/de.po gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.lang/it.po gambas/trunk/comp/src/gb.form.mdi/.lang/nl.mo gambas/trunk/comp/src/gb.form.mdi/.lang/nl.po gambas/trunk/comp/src/gb.net.pop3/.lang/nl.po gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list Added Paths: ----------- gambas/trunk/app/src/gb.wiki/.lang/nl.mo gambas/trunk/app/src/gb.wiki/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-06-28 15:25:21
|
Revision: 6347 http://sourceforge.net/p/gambas/code/6347 Author: gambas Date: 2014-06-28 15:25:12 +0000 (Sat, 28 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Color chooser in forms now allows to select a transparent color. [GB.DESKTOP.X11] * NEW: The Arrange event is now delayed. * BUG: Do not display X11 errors anymore. * BUG: Disable the X11 event filter if the system tray has been closed. * BUG: Don't crash when closing the system tray and freeing the internal data. * NEW: Support for the _NET_SYSTEM_TRAY_VISUAL protocol. Now the system tray can be a transparent window, but embedded icons keeps being opaque. [GB.GTK] * NEW: Support for X11 event filter has been implemented. * BUG: Wait 10 ms after showing a tray icon. Apparently you must not be too fast when creating several tray icons. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class 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.desktop.x11/src/systray/embed.c gambas/trunk/gb.desktop.x11/src/systray/icons.c gambas/trunk/gb.desktop.x11/src/systray/icons.h gambas/trunk/gb.desktop.x11/src/systray/list.h gambas/trunk/gb.desktop.x11/src/systray/systray.c gambas/trunk/gb.desktop.x11/src/systray/tray.c gambas/trunk/gb.desktop.x11/src/systray/xutils.c gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |