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
Clement Lefebvre
2956eb2060
Added dep on mozo
2013-08-16 02:21:59 +01:00
Clement Lefebvre
e91b4774a5
Merge pull request #38 from NiceandGently/master
...
add license information
2013-06-01 03:48:13 -07:00
Michael Webster
f81e9c2d12
Prevent race condition when adding a new custom place
2013-05-31 13:28:03 -04:00
Michael Webster
e55263a666
Fix custom places creation
2013-05-31 13:14:02 -04:00
raveit
cdcf39dbbf
move COPYING file
2013-05-29 13:49:31 +02:00
raveit
91a42fcbc0
update COPYING
2013-05-29 13:13:59 +02:00
raveit
b8727147a6
add license information
2013-05-29 13:05:31 +02:00
Michael Webster
3a7cf21d05
Always show the last-opened tab if there is no search text
2013-05-21 17:36:15 -04:00
Clement Lefebvre
f5d9dd2403
5.4.9
2013-05-21 21:30:26 +01:00
Clement Lefebvre
e433f8724f
Fixed unicode support (again...) :)
2013-05-21 21:24:30 +01:00
Michael Webster
32b4b90f76
Fix segfault and/or losing custom icons when opening preferences
2013-05-21 15:22:16 -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
f66f854c8e
Add destroy method to recent plugin
2013-05-21 13:15:39 -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
Clement Lefebvre
d1008d1fc3
5.4.8
2013-05-21 11:02:54 +01:00
Clement Lefebvre
6994188c71
Fixed mintMenu not working properly in Korean (don't re-encode unicode strings)
2013-05-21 11:00:55 +01:00
Clement Lefebvre
b1849f6195
Fixed mintmenu reset (use gsettings instead of mateconf)
2013-05-21 10:39:22 +01:00
Michael Webster
4b7ec202ca
Some cleanup
2013-05-20 22:07:56 -04:00
Michael Webster
e6fdecaba4
Don't show apps twice in search results
2013-05-20 22:00:40 -04:00
Michael Webster
bc514d1c8c
Don't break keybinding service when we get an unexpected event
...
(onscreen keyboard)
2013-05-20 21:37:21 -04:00
Michael Webster
9f8f76b0eb
Don't use gdkpixbufs, add path-based icons into a supplemental icon
...
directory and create Gtk.Images from their fake names.
2013-05-20 21:18:38 -04:00
Michael Webster
daed7b863b
Don't crash if .gtk-bookmarks doesn't exist yet
2013-05-20 17:58:02 -04:00
Michael Webster
7727fa6e8a
Fix icon name encoding error when converting to ctypes
2013-05-11 13:43:18 -04:00
Clement Lefebvre
a0bbbe1bd3
5.4.7
2013-05-09 11:05:55 +01:00
Clement Lefebvre
c010d279fb
Fixed some icons getting too big/small (use bitcoin-qt to reproduce)
2013-05-09 11:02:08 +01:00
Clement Lefebvre
201f1e718f
Fixed using the default icon when the icon isn't found
2013-05-09 10:51:33 +01:00
Michael Webster
95c4534590
Disable unnecessary logging
2013-05-08 14:45:29 -04:00
Michael Webster
17159d0492
Add a slight delay on reloading a changed desktop file, we were trying
...
to read it before it finished writing, and ending up with no entry.
2013-05-08 12:27:04 -04:00
Michael Webster
49d24e0f4c
Really fix drag icons
2013-05-08 09:16:55 -04:00
Michael Webster
471519d43b
restore drag source icons
2013-05-08 09:05:09 -04:00
Michael Webster
3e997985b8
Change how we get icons for easybuttons
2013-05-08 08:57:55 -04:00
Clement Lefebvre
abd330d36a
5.4.6
2013-05-07 12:54:02 +01:00
Clement Lefebvre
924342161a
Don't refresh icons on icon theme change (this is a regression, but since the migration to g.i. this makes mintmenu crash)
2013-05-07 13:52:32 +02:00
Clement Lefebvre
43c1aed64e
5.4.5
2013-05-07 12:37:23 +01:00
Clement Lefebvre
821f7a1b50
Don't reload the icon when a desktop file changes (this is a regression, but after the migration to g.i, instanciating pixbufs repeatedly leads to segmentation faults and crashes mintmenu)
2013-05-07 13:35:00 +02:00
Alexey Hellman
cefac7680a
Fixed order in gtk-bookmarks plugin. Fixed parsing filenames with spaces
2013-05-03 22:02:17 +04:00
Clement Lefebvre
b3df0f8725
5.4.4
2013-05-03 15:00:39 +01:00
Clement Lefebvre
d8aa552998
Fixed algo used to retrieve matching packages
2013-05-03 14:46:47 +01:00
Clement Lefebvre
0382cc3682
More fixes...
2013-05-03 00:12:24 +01:00
Clement Lefebvre
795e6ec5bb
Added missing "self" in function calls
2013-05-02 23:08:56 +01:00
Clement Lefebvre
7de7382a4c
Changelog
2013-05-02 20:08:34 +01:00
Clement Lefebvre
61793ab7d8
Fix ascii/unicode errors (mintmenu not loading in Mint 15 - French)
2013-05-02 20:06:55 +01:00
Clement Lefebvre
5fae44d59f
Changelog
2013-04-25 20:37:31 +01:00
Clement Lefebvre
f7c35f9e1f
Missing deps
2013-04-25 20:37:08 +01:00
Michael Webster
cc97adda30
Update potfile and makepot
2013-04-20 19:56:08 -04: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