Commit Graph

  • 6197751172 Select all icon for all apps category Clement Lefebvre 2010-09-23 18:01:59 +0100
  • 3f4868d504 All icon sizes in pixels, added places and system icon sizes in prefs Clement Lefebvre 2010-09-23 17:55:02 +0100
  • b702a30e8f Changelog Clement Lefebvre 2010-09-23 11:30:24 +0100
  • 026b550af3 Fixed launching apps containing quotes Clement Lefebvre 2010-09-23 11:15:09 +0100
  • 676dba72da Try catched pyinotify's addMonitor (thanks William Witt) Clement Lefebvre 2010-09-23 10:05:48 +0100
  • 4d7d61217c Reindentation Clement Lefebvre 2010-09-23 10:03:18 +0100
  • 5b8975037a python-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
  • 15b6b0100c Added GTK Bookmarks in places (disabled by default) Clement Lefebvre 2010-09-23 09:54:23 +0100
  • a8112d8ecf python-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
  • 16671a2e3e Blank Applicaitons Menu fix William Witt 2010-09-22 21:36:51 -0500
  • b9bb28eb61 Specific GTKRC name Clement Lefebvre 2010-09-17 14:55:03 +0100
  • 3f63fac7ed Changed label Clement Lefebvre 2010-09-15 17:16:27 +0100
  • 063db350db Added GTK themes support and configuration Clement Lefebvre 2010-09-15 17:11:24 +0100
  • 8ce4ae0111 Fixed called to HidePlugin Clement Lefebvre 2010-09-13 16:57:13 +0100
  • ec963baeab Highlight newly installed applications Clement Lefebvre 2010-09-13 15:54:23 +0100
  • b6f3353305 Fixed mouse grab issue, menu hiding and empty application list bugs Clement Lefebvre 2010-09-13 13:56:46 +0100
  • e3db4c0942 Pot file Clement Lefebvre 2010-09-13 12:11:41 +0100
  • 7539249468 No more sidepane ;) Clement Lefebvre 2010-09-13 12:10:43 +0100
  • ec4866b1ab Fixed focus bugs Clement Lefebvre 2010-09-12 12:56:38 +0100
  • dc39d0783e Multithreaded search with multiple keywords Clement Lefebvre 2010-09-12 12:21:47 +0100
  • 18e9c6616a Don't break menu if apt fails to initialize Clement Lefebvre 2010-09-10 13:34:44 +0100
  • 022aed6b83 Fixed separators colors in search results Clement Lefebvre 2010-09-10 10:42:02 +0100
  • 9fee409db4 Fixed focus and space problems in search entry Clement Lefebvre 2010-09-07 18:44:06 +0100
  • cef9eec7cd Added search engines Clement Lefebvre 2010-09-06 21:56:27 +0100
  • e8380e8584 Using APT to search for pkg and apturl to install them Clement Lefebvre 2010-09-06 15:21:26 +0100
  • cf6b1e7a53 Custom places now understand ~ sign and listen to changes in path Clement Lefebvre 2010-05-09 11:51:41 +0100
  • 8ce2e2aa1e Removed suggestion about portal Clement Lefebvre 2010-05-01 13:07:42 +0100
  • c79299a9c1 Imported Icius fixes on editing favorites Clement Lefebvre 2010-04-27 08:37:46 +0100
  • 37c3c75efb Merged in code from latest upstream and added Edit properties menu item to the favPopup Icius 2010-03-25 10:29:28 -0400
  • 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 Icius 2010-03-24 18:50:34 -0400
  • dbeaa2f32b Updated changelog Clement Lefebvre 2010-04-01 11:40:34 +0100
  • bd673dd9f2 Fixed drag and drop from favorites Clement Lefebvre 2010-04-01 11:39:04 +0100
  • 287a8f775e Updated changelog Clement Lefebvre 2010-03-22 19:47:39 +0000
  • 6e018b34ef Transparent menu (new opacity setting) Clement Lefebvre 2010-03-16 14:56:55 +0000
  • edd91d8d02 Add to panel, add to desktop, delete from menu Clement Lefebvre 2010-02-24 10:58:46 +0000
  • 6c7be3e85f Updated pot file experimental Clement Lefebvre 2010-02-23 11:36:09 +0000
  • 39564d16db Merge commit 'icius/master' into experimental Clement Lefebvre 2010-02-23 11:33:06 +0000
  • dc9f8840a6 Modified pot file Clement Lefebvre 2010-02-23 10:59:13 +0000
  • 0d79de686e Added option to always open menu with the Favorites panel Victor 2010-01-14 00:32:15 +0800
  • 4a438e86fe menu 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
  • 555d5b30c5 Fixed orientation of the menu label (emorrp1's fix was good but incomplete) Clement Lefebvre 2010-02-23 10:45:34 +0000
  • 37760f5de7 Flip text right way when panel on side clhodapp 2009-12-08 14:53:39 +0800
  • 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 Icius 2010-02-06 02:42:31 -0500
  • 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 Icius 2010-02-06 01:56:44 -0500
  • 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. Icius 2010-01-23 01:16:49 -0500
  • 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. Icius 2010-01-22 16:24:50 -0500
  • 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. Icius 2010-01-22 15:54:03 -0500
  • 18a491a38c Added new getUserItemPath function Icius 2010-01-22 12:43:21 -0500
  • 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... Icius 2010-01-21 17:59:19 -0500
  • 6d6114d344 Fixed: spaces in custom places and/or desktop directory Clement Lefebvre 2010-01-03 12:50:16 +0000
  • a000ed1a2a Fixed execute problems with su-to-root Clement Lefebvre 2009-12-15 11:28:28 +0000
  • 2d52a82a69 Rely on system to find the library vs. hard coding the path. Clement Lefebvre 2009-12-14 15:17:28 +0000
  • 7ef7521e44 Improved gmenu sub-category items detection, added python-gnomeapplet dependency, split other, administration and system tools categories Clement Lefebvre 2009-11-30 15:00:07 +0000
  • 61273ca28d Removed build files Clement Lefebvre 2009-11-30 14:12:12 +0000
  • f3ffe4c4c6 Changed hover delay from 150 to 50ms Clement Lefebvre 2009-11-20 15:00:56 +0000
  • 5c7d1389e9 Inverted name and path labels in edit places dialog in preferences Clement Lefebvre 2009-11-19 16:08:28 +0000
  • 506df64cdf Reinstated calls to grab(), needed to hide menu when desktop is clicked Clement Lefebvre 2009-11-19 09:46:59 +0000
  • aaef795ec5 Use pygtk to brighten image when menu is hovered Clement Lefebvre 2009-11-19 09:23:02 +0000
  • a9afef23d2 Replaced Xchat with Pidgin in list of favorites Clement Lefebvre 2009-11-19 09:07:23 +0000
  • 8bdf2ee117 Commented some old xdg code Clement Lefebvre 2009-11-19 09:05:28 +0000
  • 932ada9c48 Could this fix the Mouse grabbing problem? Clement Lefebvre 2009-11-19 01:09:45 +0000
  • 224f0f159f Migrated from pyxdg to gmenu Clement Lefebvre 2009-11-19 00:45:09 +0000
  • c5effee231 Fixed missing i18n Clement Lefebvre 2009-11-17 12:06:16 +0000
  • bf80703bb8 Changelog Clement Lefebvre 2009-11-06 13:47:24 +0000
  • 4bc30a9072 Changed logo back to mint logo, and added hover icon Clement Lefebvre 2009-11-06 13:22:35 +0000
  • bec2671d8f Don't use --no-desktop option with nautilus anymore Clement Lefebvre 2009-11-06 12:44:32 +0000
  • d34282c071 Consistency among menu items case Clement Lefebvre 2009-11-06 12:31:41 +0000
  • 85a44e7fc2 Fixed button highlight problem Clement Lefebvre 2009-11-06 12:28:41 +0000
  • 692e5495cc Changed translation framework Clement Lefebvre 2009-11-03 11:29:52 +0000
  • cc41ff7a6f Changelog Clement Lefebvre 2009-11-02 18:19:46 +0000
  • 10d214fa7d Places: RegenPlugin on gconf show_network change clhodapp 2009-11-02 16:28:17 +0800
  • ce2f35fa76 Removed unneeded calls to changePluginSize() clhodapp 2009-10-31 07:56:25 +0800
  • fd1a1b371f Remove unneeded diagnostic text from system plugin clhodapp 2009-10-31 07:44:54 +0800
  • 4e897ee0be Changed Lock Screen button to use xdg-screensaver clhodapp 2009-11-02 23:03:36 +0800
  • b1f7dd7d09 Places Settings auto-applied clhodapp 2009-10-31 07:52:26 +0800
  • e4e795740f Auto-apply of system management prefs clhodapp 2009-10-31 07:37:07 +0800
  • 523f6d3bd4 Fixed Software Manager Toggle in Prefs clhodapp 2009-10-31 06:25:48 +0800
  • b122139c5a Changed default favorites 4.8.2 Clement Lefebvre 2009-10-30 18:21:56 +0000
  • fc756e7223 Fixed URL for mint-common's configobj module Clement Lefebvre 2009-10-16 13:02:01 +0100
  • 298cd04e27 Pulled Chlodapp changes Clement Lefebvre 2009-10-16 12:52:41 +0100
  • 1cf8e0ca78 i18n for System tab of Preferences clhodapp 2009-10-10 09:26:54 -0500
  • d896f93794 Customizing System plugin and lock screen button clhodapp 2009-10-10 08:09:51 -0500
  • 82c11a2d37 Implemented interface for customizing System clhodapp 2009-10-10 07:25:28 -0500
  • 295d4dc2c1 Fixed title on folder browser for adding Places. clhodapp 2009-10-10 04:58:10 -0500
  • b43d5ffe9f Allowed drag-and-drop reordering of custom places. clhodapp 2009-10-10 04:55:56 -0500
  • 79ff1b93c9 Places: no height adjustment when auto clhodapp 2009-10-09 14:08:31 -0500
  • d3a96e305e Ability to disable scrollbar for/autoresize Places clhodapp 2009-10-09 13:32:23 -0500
  • 5870921679 Usability improvements for custom places/cleanup clhodapp 2009-10-09 12:35:36 -0500
  • 93e769ef92 Merge branch 'master' of git://github.com/linuxmint/mintmenu clhodapp 2009-10-09 04:24:58 -0500
  • d78f9337c9 No suggestions if mintInstall isn't installed Clement Lefebvre 2009-10-08 21:16:43 +0800
  • 5db5d1609d Removed suggestions.glade (gone to mintinstall) Clement Lefebvre 2009-10-08 21:05:28 +0800
  • 91bedba29d No suggestions if mintInstall isn't installed 4.8.1 Clement Lefebvre 2009-10-08 14:16:43 +0100
  • 35fc24fdac Removed suggestions.glade (gone to mintinstall) Clement Lefebvre 2009-10-08 14:05:28 +0100
  • 07432a39b2 Removed dependency on mintinstall Clement Lefebvre 2009-10-08 13:46:39 +0100
  • 4f0861abc3 Karmic compatibility, mint-common dependency Clement Lefebvre 2009-10-08 13:42:57 +0100
  • c64ff322bd Small fixes clhodapp 2009-09-06 22:46:34 -0500
  • f5cea6f6d5 Added i18n for Places tab of config window clhodapp 2009-09-06 22:16:18 -0500
  • a3cac14c8c Edit/New Place Dialogs now have titles clhodapp 2009-09-06 21:54:45 -0500
  • 0294a20d5c Added height adjustment for Places clhodapp 2009-09-06 21:20:07 -0500
  • 49074de2c5 Implemented initial functional GUI for customizing Places in Preferences window. clhodapp 2009-08-08 04:17:44 -0400