Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6357] gambas/trunk/comp/src/gb.desktop
Brought to you by:
gambas
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-07-13 19:51:40
|
Revision: 6377 http://sourceforge.net/p/gambas/code/6377 Author: gambas Date: 2014-07-13 19:51:38 +0000 (Sun, 13 Jul 2014) Log Message: ----------- [GB.DESKTOP] * BUG: Desktop.NetworkAvailable now works with another 'ifconfig' output syntax. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 21:37:37
|
Revision: 6619 http://sourceforge.net/p/gambas/code/6619 Author: gambas Date: 2014-11-09 21:37:35 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [GB.DESKTOP] * BUG: The component didn't compile anymore because of the new Url$() function. Modified Paths: -------------- 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/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 13:03:03
|
Revision: 6670 http://sourceforge.net/p/gambas/code/6670 Author: gambas Date: 2014-11-23 13:02:55 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.DESKTOP] * BUG: Patch 'xdg-open' so that 'kde-open' uses its '-noninteracitve' flag. That way, the return value seems to be accurate in case of failure. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.startup gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-04 21:50:30
|
Revision: 6885 http://sourceforge.net/p/gambas/code/6885 Author: gambix Date: 2015-02-04 21:50:23 +0000 (Wed, 04 Feb 2015) Log Message: ----------- [GB.DESKTOP] * BUG: Change the Mime loading code so it not fail on the first readed glob2 file and read all the available files. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Form11.form gambas/trunk/comp/src/gb.desktop/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/.src/Tests/Module1.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-26 00:14:45
|
Revision: 6915 http://sourceforge.net/p/gambas/code/6915 Author: gambas Date: 2015-02-26 00:14:43 +0000 (Thu, 26 Feb 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Desktop.GetDesktopDirectory() is a new method that return the specific desktop directory specified in its argument, that can be one of the following values: "DESKTOP", "DOCUMENTS", "DOWNLOAD", "MUSIC", "PICTURES", "TEMPLATES", "VIDEOS". Modified Paths: -------------- 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/Main.module gambas/trunk/comp/src/gb.desktop/.src/Tests/Module1.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:48:10
|
Revision: 7069 http://sourceforge.net/p/gambas/code/7069 Author: gambas Date: 2015-05-10 10:48:09 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Start supporting KDE5. Modified Paths: -------------- 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/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...> - 2015-12-05 01:04:41
|
Revision: 7502 http://sourceforge.net/p/gambas/code/7502 Author: gambas Date: 2015-12-05 01:04:40 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Update xdg-utils scripts to the last version (1.1.1). Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-email gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-mime gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-screensaver gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-settings Removed Paths: ------------- gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-copy gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-email gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-file-dialog gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-mime gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-screensaver gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-settings gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-su gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-terminal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2016-09-21 10:05:43
|
Revision: 7917 http://sourceforge.net/p/gambas/code/7917 Author: dashboard68 Date: 2016-09-21 10:05:42 +0000 (Wed, 21 Sep 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Desktop.RunAsRoot() should work correctly on SuSE now. It uses 'kdsu' if 'kdsudo' is not found. * NEW: Desktop.RunAsRoot() It uses 'gksu' if 'gksudo' is not found. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-10 16:36:07
|
Revision: 7928 http://sourceforge.net/p/gambas/code/7928 Author: gambas Date: 2016-10-10 16:36:05 +0000 (Mon, 10 Oct 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Use KDE5 wallet when the desktop is KDE5. Use a possible old KDE4 wallet only if no password is found in the KDE5 wallet. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-29 01:43:32
|
Revision: 7942 http://sourceforge.net/p/gambas/code/7942 Author: gambas Date: 2016-10-29 01:43:30 +0000 (Sat, 29 Oct 2016) Log Message: ----------- [GB.DESKTOP] * BUG: Setting Desktop.Passwords[] now works correctly if 'secret-tool' is used. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-01 16:31:21
|
Revision: 8079 http://sourceforge.net/p/gambas/code/8079 Author: gambix Date: 2017-02-01 16:31:20 +0000 (Wed, 01 Feb 2017) Log Message: ----------- [GB.DESKTOP] * BUG: Escape commented lines in .desktop files. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.src/DesktopFile.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Module1.module 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. |