Commit Graph

134 Commits

Author SHA1 Message Date
James Lu
d004409af9 Coerse shebangs to #!/usr/bin/python2
Arch Linux's default "python" install points to Python 3, and mintmenu is certainly not compatible with it!

Closes #134.
2015-06-25 17:44:30 -07:00
Clement Lefebvre
bc98ede28e Merge pull request #114 from monsta/patch-9
small fixes
2015-02-24 13:15:33 +00:00
monsta
51873b120d fixed wrong indentation 2015-01-16 15:16:25 +03:00
monsta
77e1177604 removed unused and confusing argument 2014-12-01 15:16:01 +03:00
Clement Lefebvre
b58e617446 Use /usr/bin/python always 2014-07-07 11:49:32 +02:00
Clement Lefebvre
a4694cc7c1 Revert "Simple fix for the flickering."
This reverts commit 5a7b246b7e.
2014-05-25 14:10:41 +01:00
hordepfo
5a7b246b7e Simple fix for the flickering. 2014-05-06 22:05:14 +01:00
Clement Lefebvre
2cc7f19546 Merge pull request #81 from monsta/better-focusout-blocking
Better logic in focus-out-event blocking/unblocking
2014-04-02 12:25:23 +01:00
Clement Lefebvre
fbf13f70cc Merge pull request #74 from hordepfo/themes-fixed
Themes fixed
2014-04-02 12:23:32 +01:00
Clement Lefebvre
afd56daef3 Merge pull request #79 from monsta/remove-unused-stuff
Removed unused imports and some other stuff
2014-04-02 12:15:27 +01:00
monsta
7ef248fa8e Better logic in focus-out-event blocking/unblocking, will not crash in Mint 13 2014-04-01 15:26:00 +04:00
monsta
52a030411a Removed unused imports and some other stuff 2014-03-28 14:46:28 +04:00
monsta
f07b58b310 Changed the remaining Gnome references to MATE 2014-03-28 10:48:47 +04:00
hordepfo
491595bfbd Several theming and color fixes
Restructured a bit how theming and coloring works. Now theme and color
changes work on the fly. No need to restart mintMenu anymore. Note that
changing theme no longer regenerates plugins, so it's faster.

Fixes issue #47
2014-03-18 16:08:55 +00:00
Clement Lefebvre
b013fa83ae Merge branch 'new-show-hide' of https://github.com/hordepfo/mintmenu into hordepfo-new-show-hide
Conflicts:
	usr/lib/linuxmint/mintMenu/plugins/applications.py
2014-03-18 11:26:00 +00:00
Clement Lefebvre
55f19b3d28 Merge pull request #63 from hordepfo/orientation
Fixed some panel orientation issues
2014-03-18 11:00:43 +00:00
hordepfo
b14e2e0450 Changed all showing/hiding logic
It seems most GTK apps like mintMenu and the default Gnome2/Mate menu
use the GDK grab focus functions to grab input (pointer/keyboard).
These functions appear to suck all input to the app like a blackhole.
This patch gives more interactivity to the mintMenu window, making it
a first class object in the desktop.

Things that work now:
* When the window is open, hovering on other desktop icons highlights them

* Clicking outside the window propagates the event (e.g. select another
window)

* Alt-tab and other events unfocus and hide the window

* Scrollbars in the mintMenu finally work right

* Probably several other small things
2014-02-03 20:14:52 +00:00
hordepfo
3113334efb Fixed some panel orientation issues 2014-02-03 20:05:43 +00:00
hordepfo
f4091dffe3 Fixes transparency issues on first composited draw
When using compositing and transparency, the first draw was only
showing the shadow borders on the window. To fix this the opacity has
to be set after the first show. Don't know why this is needed, but it's
probably a bug in the underlying toolkits (maybe GTK or GDK).

It still looks a little jerky the first time the window is drawn.
2014-02-03 20:03:46 +00:00
Clement Lefebvre
18d293ef4a Fixed applet background not following panel style 2014-01-20 14:56:17 +00:00
Michael Webster
32b4b90f76 Fix segfault and/or losing custom icons when opening preferences 2013-05-21 15:22:16 -04:00
Michael Webster
d1a6dc819f Fix recent plugin - buggy api 2013-05-21 11:24:01 -04:00
Michael Webster
f30f258ce6 Change how we check for updating the icon theme 2013-05-21 10:40:05 -04:00
Michael Webster
4b7ec202ca Some cleanup 2013-05-20 22:07:56 -04:00
Michael Webster
3e997985b8 Change how we get icons for easybuttons 2013-05-08 08:57:55 -04:00
Michael Webster
0c2626d1ff Add un-set keybinding action, improve key grabbing during keybinding edit 2013-04-01 19:50:50 -04:00
Michael Webster
b07f97c35e Use current keybinding to close menu when it's open. Update keybinding
when gsettings key changes.  Improve keybinding setter in preferences
to allow teaching the keybinding.  Needs further improvement - a way
to use/assign single modifiers.  Added a combobox temporarily, not
happy with it yet... maybe buttons instead...
2013-03-30 23:46:01 -04:00
Michael Webster
c765d03a34 Fix onGrabBroken when dragging items or using popup menus (Yay!) 2013-03-10 20:31:32 -04:00
Michael Webster
58ee643264 Hotkey binding working 2013-03-09 19:43:27 -05:00
Michael Webster
c6f19e56bd Disable keybinding temporarily, not working yet 2013-03-09 15:37:17 -05:00
Michael Webster
cab7f82899 Add keybinding lib 2013-03-09 14:26:22 -05:00
Michael Webster
baf34b6b4b Remove old glade files 2013-03-09 12:36:46 -05:00
Michael Webster
9895c54409 Fix Add to Panel launcher creation 2013-03-09 11:43:54 -05:00
Michael Webster
f57cfd9bd1 Fix theme updating 2013-03-08 21:52:47 -05:00
Michael Webster
e9d11bccaf Some settings fixes 2013-03-08 21:29:49 -05:00
Michael Webster
37b57bbc88 Fixing prefs app 2013-03-08 20:06:06 -05:00
Michael Webster
dc52e6d953 Some styling fixes, gsettings stuff 2013-03-08 19:31:58 -05:00
Michael Webster
8812475eac popups and focus working now 2013-03-07 19:25:41 -05:00
Michael Webster
1a22a9b03e Progress on popup menus, something to do with focus grabbing, as well as
we may need to manually destroy popup menus after we're done with them.
2013-03-07 13:55:12 -05:00
Michael Webster
e81b078789 More fixes 2013-03-06 22:08:11 -05:00
Michael Webster
ca56fa8e19 Fix panel context menu generation 2013-03-06 20:16:45 -05:00
Michael Webster
5b102017b6 Fix focus grabbers 2013-03-06 18:57:06 -05:00
Michael Webster
4f7fde8700 Fix popup window positioning 2013-03-06 18:39:13 -05:00
Michael Webster
12a30eb965 Fix some regressions 2013-03-06 18:23:28 -05:00
Michael Webster
b84bad70e0 more ctypes for popup menus (not working yet) 2013-03-05 22:45:52 -05:00
Michael Webster
0583021023 Add ctypes call for window tracking 2013-03-05 21:56:17 -05:00
Michael Webster
a18a26c796 More transitioning 2013-03-04 21:56:18 -05:00
Clement Lefebvre
c940e3a735 Started migrating places plugin.. 2013-03-04 16:50:14 +00:00
Clement Lefebvre
3dbd270225 Transition (continued...) 2013-03-04 15:01:20 +00:00
Clement Lefebvre
fd35fc832f Transition (continued..) 2013-03-04 12:57:17 +00:00
Clement Lefebvre
a0a431c5d0 Started migration to MATE 1.5 2013-03-01 16:56:54 +00:00
Clement Lefebvre
e09333794a Removed calls to matefvs 2013-03-01 16:23:34 +00:00
Clement Lefebvre
854de8452c Improved XFCE/MATE detection 2012-06-28 13:26:15 +01:00
Clement Lefebvre
8eefae14ba Changed call to Alacarte (uses Mozo instead) 2012-03-22 13:23:14 +00:00
Clement Lefebvre
03e48520e0 Changelog and fix for matecomponent 2011-11-18 10:47:45 +00:00
Clement Lefebvre
3b92de62d8 Switched support from Gnome/Bonobo to MATE/Component 2011-11-18 10:42:20 +00:00
Gwendal Le Bihan
e719f985d8 Corrected bug: .upper() would fail if GDMSESSION variable was not set 2011-08-29 15:44:29 +02:00
Gwendal Le Bihan
6f34403964 Get the window manager from the GDMSESSION environment variable, fallback to GNOME if it's not set 2011-08-29 15:41:36 +02:00
Clement Lefebvre
86d91095a2 Compatible with Ubuntu 11.04 (libc.so.6 path) 2011-04-12 17:44:10 +01:00
Clement Lefebvre
ae4d79763b DE detected in mintmenu, passed to plugins 2011-03-29 18:50:33 +01:00
Clement Lefebvre
294618b770 Faster init, fixed memory leak, faster apt search, more results, fixed process name, fixed theme change events 2010-10-26 12:02:47 +01:00
Clement Lefebvre
ba7b48553c changelog, removed copyright/USP, changed default applet icon 2010-09-23 18:38:05 +01:00
Clement Lefebvre
cfc9381516 Changed default opacity to 98%, almost un-noticeable transparency 2010-09-23 18:31:55 +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
b9bb28eb61 Specific GTKRC name 2010-09-17 14:55:03 +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
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
6e018b34ef Transparent menu (new opacity setting) 2010-03-16 14:56:55 +00:00
Victor
0d79de686e Added option to always open menu with the Favorites panel 2010-02-23 18:51:08 +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
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
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
Clement Lefebvre
932ada9c48 Could this fix the Mouse grabbing problem? 2009-11-19 01:09:45 +00:00
Clement Lefebvre
4bc30a9072 Changed logo back to mint logo, and added hover icon 2009-11-06 13:22:35 +00:00
Clement Lefebvre
692e5495cc Changed translation framework 2009-11-03 11:29:52 +00:00
clhodapp
93e769ef92 Merge branch 'master' of git://github.com/linuxmint/mintmenu
Conflicts:
	usr/lib/linuxmint/mintMenu/plugins/places.py
2009-10-09 04:24:58 -05:00
Clement Lefebvre
4f0861abc3 Karmic compatibility, mint-common dependency 2009-10-08 13:42:57 +01:00
clhodapp
c64ff322bd Small fixes
* Places plugin no longer tries to internationalize your own text
* do_standard_places in Places plugin no longer includes custom places
* Removed unneeded and inconsistent space in mintMenu.py
2009-09-06 22:46:34 -05:00
Clement Lefebvre
590bb21fe2 Generic names 2009-07-29 22:50:43 +02:00
Clement Lefebvre
e4e01974bb Initial commit 2009-07-27 12:45:34 +02:00