~linuxmint-daily-build-team/linuxmint/+git/mintmenu:experimental

Last commit made on 2010-02-23
Get this branch:
git clone -b experimental https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/mintmenu

Branch merges

Branch information

Recent commits

6c7be3e... by Clement Lefebvre <clem@dell.(none)>

Updated pot file

39564d1... by Clement Lefebvre <clem@dell.(none)>

Merge commit 'icius/master' into experimental

dc9f884... by Clement Lefebvre <clem@dell.(none)>

Modified pot file

0d79de6... by Victor <victor@victor-laptop.(none)>

Added option to always open menu with the Favorites panel

4a438e8... by victor dramba

menu config glade, layout fixes: close button area does not expand, first notebook page compacted, places page expads the places list

555d5b3... by Clement Lefebvre <clem@dell.(none)>

Fixed orientation of the menu label (emorrp1's fix was good but incomplete)

37760f5... by clhodapp

Flip text right way when panel on side

1cbff0b... by Icius

Added get_system_item_paths function to retrieve XDG_DATA_DIRS
Changed Logic in onPropsApp to iterate through all XDG_DATA_DIRS
Removed filecmp import

9551b3f... by Icius

Added 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

c029e9a... by Icius

changed 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.