5b8975037apython-inotify 0.9.0 causes an exception when a file is not found - Causes Favorites list to be blank if python-inotify is install in Fedora
icius
William Witt
2010-09-23 11:30:57 +0800
15b6b0100cAdded GTK Bookmarks in places (disabled by default)
Clement Lefebvre
2010-09-23 09:54:23 +0100
a8112d8ecfpython-inotify 0.9.0 causes an exception when a file is not found - Causes Favorites list to be blank if python-inotify is install in Fedora
William Witt
2010-09-22 22:30:57 -0500
16671a2e3eBlank Applicaitons Menu fix
William Witt
2010-09-22 21:36:51 -0500
b9bb28eb61Specific GTKRC name
Clement Lefebvre
2010-09-17 14:55:03 +0100
37c3c75efbMerged in code from latest upstream and added Edit properties menu item to the favPopup
Icius
2010-03-25 10:29:28 -0400
a3ea227f21Turned the launch of gnome-desktop-item-edit into a synchronous call so that we can wait for it to complete before doing other things
Icius
2010-03-24 18:50:34 -0400
39564d16dbMerge commit 'icius/master' into experimental
Clement Lefebvre
2010-02-23 11:33:06 +0000
dc9f8840a6Modified pot file
Clement Lefebvre
2010-02-23 10:59:13 +0000
0d79de686eAdded option to always open menu with the Favorites panel
Victor
2010-01-14 00:32:15 +0800
4a438e86femenu config glade, layout fixes: close button area does not expand, first notebook page compacted, places page expads the places list
dvictor
2010-01-13 19:55:35 +0800
555d5b30c5Fixed orientation of the menu label (emorrp1's fix was good but incomplete)
Clement Lefebvre
2010-02-23 10:45:34 +0000
37760f5de7Flip text right way when panel on side
clhodapp
2009-12-08 14:53:39 +0800
1cbff0b2edAdded get_system_item_paths function to retrieve XDG_DATA_DIRS Changed Logic in onPropsApp to iterate through all XDG_DATA_DIRS Removed filecmp import
Icius
2010-02-06 02:42:31 -0500
9551b3fb88Added the rel_path function. can eventually be replaced by the native 2.6 function Added logic to handle items that create their own directory in /usr/share/applications such as kde apps Added logic to determine if the item being modified already exists in the user's directory Renamed variables and function names per pylint recommendation
Icius
2010-02-06 01:56:44 -0500
c029e9ac6cchanged the os.system command to os.spawnlp. When using os.system, the context menu stays visible while the gnome-desktop-item-edit program is running. Looked a bit strange. This change is at the cost of the cleanup routine to delete idential .desktop files in the users directory.
Icius
2010-01-23 01:16:49 -0500
8050294021Added a condition around the local file removal logic to only do it if the .desktop file exists somewhere other than the user's local directory structure.
Icius
2010-01-22 16:24:50 -0500
8392acfa8eAdded code to determine if the user truly modifed the .desktop file using gnome-desktop-item-edit. If they did not make any changes then the user's local copy is removed.
Icius
2010-01-22 15:54:03 -0500
18a491a38cAdded new getUserItemPath function
Icius
2010-01-22 12:43:21 -0500
5f419d81f7Added a simple "Edit" menu item to the Favorites right click context menu to launch gnome-desktop-item-edit in context. Not complete yet, more to do...
Icius
2010-01-21 17:59:19 -0500