Clement Lefebvre
cfc9381516
Changed default opacity to 98%, almost un-noticeable transparency
2010-09-23 18:31:55 +01:00
Clement Lefebvre
95063d3124
Better defaults, fix bugs with icon size
2010-09-23 18:27:04 +01:00
Clement Lefebvre
6197751172
Select all icon for all apps category
2010-09-23 18:01:59 +01:00
Clement Lefebvre
3f4868d504
All icon sizes in pixels, added places and system icon sizes in prefs
2010-09-23 17:55:02 +01:00
Clement Lefebvre
026b550af3
Fixed launching apps containing quotes
2010-09-23 11:15:09 +01:00
Clement Lefebvre
676dba72da
Try catched pyinotify's addMonitor (thanks William Witt)
2010-09-23 10:05:48 +01:00
Clement Lefebvre
4d7d61217c
Reindentation
2010-09-23 10:03:18 +01:00
Clement Lefebvre
15b6b0100c
Added GTK Bookmarks in places (disabled by default)
2010-09-23 09:54:23 +01:00
Clement Lefebvre
b9bb28eb61
Specific GTKRC name
2010-09-17 14:55:03 +01:00
Clement Lefebvre
3f63fac7ed
Changed label
2010-09-15 17:16:27 +01:00
Clement Lefebvre
063db350db
Added GTK themes support and configuration
2010-09-15 17:11:24 +01:00
Clement Lefebvre
8ce4ae0111
Fixed called to HidePlugin
2010-09-13 16:57:13 +01:00
Clement Lefebvre
ec963baeab
Highlight newly installed applications
2010-09-13 15:54:23 +01:00
Clement Lefebvre
b6f3353305
Fixed mouse grab issue, menu hiding and empty application list bugs
2010-09-13 13:56:46 +01:00
Clement Lefebvre
7539249468
No more sidepane ;)
2010-09-13 12:10:43 +01:00
Clement Lefebvre
ec4866b1ab
Fixed focus bugs
2010-09-12 12:56:38 +01:00
Clement Lefebvre
dc39d0783e
Multithreaded search with multiple keywords
2010-09-12 12:21:47 +01:00
Clement Lefebvre
18e9c6616a
Don't break menu if apt fails to initialize
2010-09-10 13:34:44 +01:00
Clement Lefebvre
022aed6b83
Fixed separators colors in search results
2010-09-10 10:42:02 +01:00
Clement Lefebvre
9fee409db4
Fixed focus and space problems in search entry
2010-09-07 18:44:06 +01:00
Clement Lefebvre
cef9eec7cd
Added search engines
2010-09-06 21:56:27 +01:00
Clement Lefebvre
e8380e8584
Using APT to search for pkg and apturl to install them
2010-09-06 15:21:26 +01:00
Clement Lefebvre
cf6b1e7a53
Custom places now understand ~ sign and listen to changes in path
2010-05-09 11:51:41 +01:00
Clement Lefebvre
8ce2e2aa1e
Removed suggestion about portal
2010-05-01 13:07:42 +01:00
Clement Lefebvre
c79299a9c1
Imported Icius fixes on editing favorites
2010-04-27 08:37:46 +01:00
Icius
37c3c75efb
Merged in code from latest upstream and added Edit properties menu item to the favPopup
2010-04-27 08:35:02 +01:00
Icius
a3ea227f21
Turned the launch of gnome-desktop-item-edit into a synchronous call so that we can wait for it to complete before doing other things
...
Added code to update the favorites file if the user has changed the menu item.
Added code to rebuild/redisplay the Favorites box to show changes
Added code to remove a custom desktopFile if there have been no changes from the original
2010-04-27 08:34:42 +01:00
Clement Lefebvre
bd673dd9f2
Fixed drag and drop from favorites
2010-04-01 11:39:04 +01:00
Clement Lefebvre
6e018b34ef
Transparent menu (new opacity setting)
2010-03-16 14:56:55 +00:00
Clement Lefebvre
edd91d8d02
Add to panel, add to desktop, delete from menu
2010-02-24 10:58:46 +00:00
Clement Lefebvre
39564d16db
Merge commit 'icius/master' into experimental
2010-02-23 11:33:06 +00:00
Victor
0d79de686e
Added option to always open menu with the Favorites panel
2010-02-23 18:51:08 +08:00
dvictor
4a438e86fe
menu config glade, layout fixes: close button area does not expand, first notebook page compacted, places page expads the places list
2010-02-23 18:50:54 +08:00
Clement Lefebvre
555d5b30c5
Fixed orientation of the menu label (emorrp1's fix was good but incomplete)
2010-02-23 10:45:34 +00:00
clhodapp
37760f5de7
Flip text right way when panel on side
2010-02-23 18:35:15 +08:00
Icius
1cbff0b2ed
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
2010-02-06 02:42:31 -05:00
Icius
9551b3fb88
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
2010-02-06 01:56:44 -05:00
Icius
c029e9ac6c
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.
2010-01-23 01:16:49 -05:00
Icius
8050294021
Added 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.
2010-01-22 16:24:50 -05:00
Icius
8392acfa8e
Added 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.
2010-01-22 15:54:03 -05:00
Icius
18a491a38c
Added new getUserItemPath function
...
Renamed "Edit" to "Prop" throughout to indicate Properties of the menu item
Added code in to copy the .desktop file in the /usr directory structure to the user's local directory before editing properties
Updated menuPopup function to include the new functionality as well
2010-01-22 12:43:21 -05:00
Icius
5f419d81f7
Added 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...
2010-01-21 17:59:19 -05:00
Clement Lefebvre
6d6114d344
Fixed: spaces in custom places and/or desktop directory
2010-01-03 12:50:16 +00:00
Clement Lefebvre
a000ed1a2a
Fixed execute problems with su-to-root
2009-12-15 11:28:28 +00:00
Clement Lefebvre
2d52a82a69
Rely on system to find the library vs. hard coding the path.
2009-12-14 15:17:28 +00:00
Clement Lefebvre
7ef7521e44
Improved gmenu sub-category items detection, added python-gnomeapplet dependency, split other, administration and system tools categories
2009-11-30 15:00:07 +00:00
Clement Lefebvre
f3ffe4c4c6
Changed hover delay from 150 to 50ms
2009-11-20 15:00:56 +00:00
Clement Lefebvre
5c7d1389e9
Inverted name and path labels in edit places dialog in preferences
2009-11-19 16:08:28 +00:00
Clement Lefebvre
506df64cdf
Reinstated calls to grab(), needed to hide menu when desktop is clicked
2009-11-19 09:46:59 +00:00
Clement Lefebvre
aaef795ec5
Use pygtk to brighten image when menu is hovered
2009-11-19 09:23:02 +00:00