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
55160de553
Handle category additions/removals one by one
2013-11-25 16:06:22 +00:00
Karthik T
91916c2d42
Fix mistake in previous commit
2013-10-27 17:03:46 +08:00
Karthik T
02348d604d
Click Search menu - > click outside menu
...
Same problem, same cause same person, same commit.. I wonder why..
2013-10-24 01:22:28 +08:00
Karthik T
01d4a6e6fe
Fix Keystroke lost in favorites pane issue
...
If user is in favorites pane -> starts typing, first character is lost
This is because the changeTab->focusSearchEntry->set_text("")
Not sure if right way, but fixing this by setting the text to its prev
value after the changeTab, works well for me
2013-10-24 01:05:38 +08:00
Karthik T
285376b049
Fix mouse focus bug with favorites menu
...
If you click on favorites and click on any area outside menu -> nothing happens
This is because the mouse is grabed by window.
Fix this by registering a callback instead of immediately grabbing(not sure why this was added by Michael)
Frankly this code can use some DRY love
2013-10-24 00:51:19 +08:00
Michael Webster
3a7cf21d05
Always show the last-opened tab if there is no search text
2013-05-21 17:36:15 -04:00
Michael Webster
4da15a6478
Fix regression where applications are shown always - last tab is ignored.
2013-05-21 15:01:02 -04:00
Michael Webster
e6fdecaba4
Don't show apps twice in search results
2013-05-20 22:00:40 -04:00
Clement Lefebvre
d8aa552998
Fixed algo used to retrieve matching packages
2013-05-03 14:46:47 +01:00
Michael Webster
9c471564f8
Fix bug where categories would stay selected until passed over again.
2013-04-20 19:49:29 -04:00
Michael Webster
84aa87727f
Add option to remember last category or search when reopening the
...
menu (default to true, which was previous behavior).
2013-04-20 19:49:29 -04:00
Michael Webster
cb524d5d79
Fix theme issues on separators, spacers
2013-03-14 10:11:15 -04:00
Michael Webster
e50af35715
Fix GObject deprecations
2013-03-13 20:24:32 -04:00
Michael Webster
5f029342ed
Fix focusSearchEntry - select_region is completely broken, even with ctypes -
...
for a fix, just override the default 'select-all' by positioning the cursor at the
end of any existing text, which is most likely what we want anyhow
2013-03-13 20:13:56 -04:00
Michael Webster
c6f19e56bd
Disable keybinding temporarily, not working yet
2013-03-09 15:37:17 -05:00
Michael Webster
fcbbbccb1f
But make sure to initialize the panel and panel_position properties
...
immediately
2013-03-09 11:50:43 -05:00
Michael Webster
5acc22b66e
Move panel data read to when we need it
2013-03-09 11:46:36 -05:00
Michael Webster
9895c54409
Fix Add to Panel launcher creation
2013-03-09 11:43:54 -05:00
Michael Webster
50d3bb0c65
Start reimplementing panel launcher creation
2013-03-09 00:34:24 -05:00
Michael Webster
c36cbfe690
Fix menu refresh
2013-03-08 17:56:45 -05:00
Michael Webster
a90cb0ac19
Dirty hack to get favorites re-ordering functional. All dnd working now
2013-03-08 15:25:14 -05:00
Michael Webster
fffebe8897
Drag and drop working for creating favorites, still problem with reordering
2013-03-08 13:12:25 -05:00
Michael Webster
28d89a7297
More drag and drop work
2013-03-08 11:41:19 -05:00
Michael Webster
edbfda1764
Make favorites separators removeable
2013-03-08 11:21:26 -05:00
Michael Webster
dcb9999b8d
Almost fixed drag and drop, fixed favorites popup
2013-03-08 11:01:42 -05:00
Michael Webster
c1c93b59dc
Start to fix drag and drop
2013-03-08 09:53:50 -05:00
Michael Webster
3e2cf840eb
Fix ellipsizing on suggestion buttons
2013-03-08 08:13:30 -05:00
Michael Webster
5e69fefe8e
Fix search suggestions hangup, apt search. Need to fix multiline though
2013-03-08 08:02:48 -05:00
Michael Webster
a47e17dfbf
Fix suggestions in application plugin, threading not working though
2013-03-07 22:18:41 -05:00
Michael Webster
9289b7a0e0
Converted recent plugin
2013-03-07 20:53:03 -05:00
Michael Webster
8812475eac
popups and focus working now
2013-03-07 19:25:41 -05:00
Michael Webster
614764a7e8
Fix popups, need to fix focus now
2013-03-07 17:27:50 -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
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
1b1781d78f
Convert system management plugin
2013-03-05 21:14:11 -05:00
Michael Webster
3884197e01
Convert applications plugin to gsettings
2013-03-05 20:31:58 -05:00
Michael Webster
49c0803f70
applications page working (barely)
2013-03-05 18:50:35 -05:00
Michael Webster
a18a26c796
More transitioning
2013-03-04 21:56:18 -05:00
Clement Lefebvre
d0f53499ba
Fixed typo on "Lookup Dictionnary"
2012-06-28 12:14:55 +01:00
Clement Lefebvre
a02f49f061
Fixed terminal and desktop icons
2012-05-22 16:43:20 +01:00
Clement Lefebvre
82f74d45aa
Use apturl directly if it's installed (instead of relying on MIME types being properly assigned)
2012-05-09 14:20:42 +01:00
Clement Lefebvre
d8c90453f9
Monitor MATE menu files for changes instead of GNOME ones
2012-04-04 14:39:10 +01:00
Clement Lefebvre
d53fb8382f
Fixed "Add to panel" in applications plugin
2011-12-01 20:06:10 +00:00
Clement Lefebvre
3b92de62d8
Switched support from Gnome/Bonobo to MATE/Component
2011-11-18 10:42:20 +00:00
Gwendal Le Bihan
2d4f2754ed
Patch for bug #809104 ( https://bugs.launchpad.net/linuxmint/+bug/809104 )
2011-09-02 23:21:38 +02:00