monsta
327011aae8
[Backports] Fixed a typo which led to loading non-localized string
2014-08-02 10:51:01 +04:00
hordepfo
c2275c4f4f
Fixes an event cycle on the search entry
...
When pasting a string on the search entry that triggers suggestions
(google, etc) and this is done on the favorites tab, a cycle of changed
events occurs. It throws an exception, although everything still seems
to work.
With this fix the search entry isn't modified when changing tabs.
2014-05-22 11:05:19 +01:00
hordepfo
1b8e8b05fc
Fixed search button
...
The search button was clearing the search entry when clicked.
2014-05-22 11:05:14 +01:00
hordepfo
7df225c81f
Simple fix for the flickering.
2014-05-22 11:05:10 +01:00
hordepfo
10da188af6
Use current time for events that might not have a timestamp.
2014-05-22 11:04:57 +01:00
hordepfo
6a81d20019
Fixes reported issues with the mouse pointer.
2014-05-22 11:01:26 +01:00
Clement Lefebvre
38f3cc5bec
Merge pull request #82 from monsta/dont-hide-on-trash-popup
...
Don't hide mintMenu on "Empty trash" popup
2014-04-02 12:26:24 +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
57cb8561ef
Merge pull request #77 from monsta/remove-obsolete-gconf
...
Removed obsolete module with gconf
2014-04-02 12:18:08 +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
Clement Lefebvre
a626d44e4e
Replaced non-ascii character in source file
2014-04-02 12:14:24 +01:00
Clement Lefebvre
822682bc00
Merge pull request #80 from NiceandGently/master
...
add some missing shbangs
2014-04-02 12:12:28 +01:00
monsta
597c30c67d
Don't hide mintMenu on "Empty trash" popup
2014-04-02 12:42:43 +04:00
Clement Lefebvre
f5741daabe
Merge pull request #76 from monsta/fix-system-plugin
...
System plugin: fix applying of settings immediately after changing them
2014-04-01 12:48:58 +01:00
Clement Lefebvre
2e66a7aaff
Merge pull request #75 from monsta/remove-duplicate-line
...
Removed duplicate line
2014-04-01 12:47:51 +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
raveit65
b6bd121925
add some missing shbangs
2014-03-28 16:44:13 +01:00
monsta
52a030411a
Removed unused imports and some other stuff
2014-03-28 14:46:28 +04:00
monsta
f16accc35d
Removed obsolete module with gconf
2014-03-28 11:07:01 +04:00
monsta
f07b58b310
Changed the remaining Gnome references to MATE
2014-03-28 10:48:47 +04:00
monsta
7e48fd62cd
System plugin: fix applying of settings immediately after changing them
2014-03-27 13:37:39 +04:00
monsta
4f996a69ea
Removed duplicate line
2014-03-27 11:28:45 +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
hordepfo
42e25810f5
Removed invisible widgets from coloring
2014-03-18 15:55:57 +00:00
Clement Lefebvre
524d7c7408
Fixed merge conflicts
2014-03-18 11:32:06 +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
c93ffb2ffe
Merge branch 'button-focus' of https://github.com/hordepfo/mintmenu into hordepfo-button-focus
...
Conflicts:
usr/lib/linuxmint/mintMenu/plugins/applications.py
2014-03-18 11:15:33 +00:00
Clement Lefebvre
02a92645b8
Merge pull request #71 from VitalD/patch-1
...
Update easybuttons.py
2014-03-18 11:07:55 +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
Clement Lefebvre
4504e7e130
Merge pull request #61 from hordepfo/search-entry
...
Search entry
2014-03-18 10:57:50 +00:00
Clement Lefebvre
e3a8af50d4
Merge pull request #59 from hordepfo/popups
...
Popup Menus
2014-03-18 10:53:45 +00:00
VitalD
c2c0e5fae2
Update easybuttons.py
...
Solving for bug: https://bugs.launchpad.net/linuxmint/+bug/1266751
2014-02-18 17:33:18 +03: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
hordepfo
42a0e8cd47
Clear search entry when switching from Apps to Favorites
...
Took two clicks because of a loop in the logic (setting to empty
also invokes setting the tab).
Fixes #44
2014-02-03 19:35:29 +00:00
hordepfo
8560efebea
Fixes search entry losing typing focus
...
When the search entry was out of focus and types were redirected to it,
if the current selected application was hidden by the filtering, both
the holder and entry lost focus. This stopped the typing event
redirection. Now the entry is always focused when typing.
2014-02-03 19:30:40 +00:00
hordepfo
2353f958d3
Correction of previous commit - clear when clicked
...
Now category buttons only clear text when clicked, not when hovered.
It seems more natural, because a now the mouse position is irrelevant
when trying to type on the search entry.
2014-02-03 19:25:47 +00:00
hordepfo
24519ad233
Solves app and category buttons focus issues
...
The buttons were grabbing the focus out of the search entry on hover,
inducing strange behaviour.
Fixes #23
2014-02-03 19:21:53 +00:00
hordepfo
8ae0e15b00
Search button was clearing the search entry preemptively
2014-02-03 19:10:14 +00:00
hordepfo
492a4219c1
Fixed popup menus behaviour
...
Some popups, like the right click menus on the Apps page or the Search
button, pop up and back down immediately. Now they work as they should.
Fixes #28
2014-02-03 19:06:35 +00:00
Clement Lefebvre
9e8c4d9a22
Don't crash when failing to manually launch an application
2014-01-20 15:08:35 +00:00
Clement Lefebvre
62bee525c8
Only use x-terminal-emulator as a fallback if mate-terminal isn't installed (also fixes x-terminal-emulator uses as default in distros where it doesn't exist - Fedora for instance)
2014-01-20 15:04:28 +00:00
Clement Lefebvre
18d293ef4a
Fixed applet background not following panel style
2014-01-20 14:56:17 +00:00
Clement Lefebvre
55160de553
Handle category additions/removals one by one
2013-11-25 16:06:22 +00:00
Clement Lefebvre
d8372a6846
When launching apps, use os.system instead of popen so children don't end up in zombie waiting for us to wait() for them
2013-11-25 14:04:49 +00:00
Clement Lefebvre
cd0139389c
Merge pull request #49 from ktaragorn/fix_favorites
...
Fix Minor issues with favorite menu and others
2013-11-25 05:17:35 -08:00
Clement Lefebvre
0211675202
Merge branch 'cwd-fix' of https://github.com/xwizard/mintmenu into xwizard-cwd-fix
...
Conflicts:
usr/lib/linuxmint/mintMenu/plugins/execute.py
2013-11-25 12:58:37 +00:00
Clement Lefebvre
79cadefca8
Merge branch 'master' of https://github.com/hellman/mintmenu into hellman-master
...
Conflicts:
usr/lib/linuxmint/mintMenu/plugins/places.py
2013-11-25 12:42:36 +00:00