Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * New upstream release. | Didier Roche | 2012-09-20 | 38 | -446/+992 |
|\ | | | | | | | | | | | | | | | | | | | | | - Honor changes to GtkSettings' gtk-menu-images value (LP: #927236) - don't display an underscore on menuitimes containing a '&' (LP: #994564) - set the widget for the accelerator even if there isn't a mnemonic (LP: #982656) - make the vala bindings use pkg-config names, rather than gir ones - Some platforms don't have valgrind, so treat those unit tests separately - make headers match independent of the build directory - constify some public API calls | ||||
| * | Import upstream version 12.10.0 | Didier Roche | 2012-09-20 | 38 | -449/+980 |
| |\ | |||||
| | * | 12.10.0 | Charles Kerr | 2012-09-20 | 2 | -2/+10 |
| | | | |||||
| | * | merge lp:~charlesk/dbusmenu/fix-json-tests to fix breakage in the test-json ↵ | Charles Kerr | 2012-09-20 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | unit tests. | ||||
| | | * | Undo r423, I found this bug while preparing the dbusmenu release but forgot ↵ | Charles Kerr | 2012-09-19 | 2 | -10/+2 |
| | | | | | | | | | | | | | | | | to revert the version before pushing this branch. | ||||
| | | * | in the test-json and test-json-instruction unit tests, don't tell ↵ | Charles Kerr | 2012-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | dbus-test-runner to ignore the server & clients' return values | ||||
| | | * | 12.10.0 | Charles Kerr | 2012-09-19 | 2 | -2/+10 |
| | |/ | |||||
| | * | pay attention to GtkSettings's gtk-menu-images value as it changes on the ↵ | Michael Terry | 2012-09-13 | 1 | -0/+63 |
| | |\ | | | | | | | | | | | | | client end | ||||
| | | * | pay attention to GtkSettings's gtk-menu-images value as it changes on the ↵ | Michael Terry | 2012-09-10 | 1 | -0/+63 |
| | |/ | | | | | | | | | | client end | ||||
| | * | merge lp:~charlesk/dbusmenu/constify-dbusmenu-menuitem-getters | Charles Kerr | 2012-08-21 | 2 | -13/+13 |
| | |\ | |||||
| | | * | constify the dbusmenu_menuitem_get*() functions | Charles Kerr | 2012-04-25 | 2 | -13/+13 |
| | | | | |||||
| | * | | merge lp:~evgeni/dbusmenu/optional-valgrind to allow dbusmenu to build and ↵ | Charles Kerr | 2012-06-18 | 2 | -1/+6 |
| | |\ \ | | | | | | | | | | | | | | | | run its non-valgrind checks on architectures where valgrind isn't available. | ||||
| | | * | | make pkg-config check not fail if valgrind was not found | Evgeni Golov | 2012-06-12 | 2 | -1/+6 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | this allows to build and run non-valgrind checks on arches where valgrind is not available | ||||
| | * | | Making the headers match independent of build directory | Ted Gould | 2012-06-07 | 2 | -2/+2 |
| | |\ \ | |||||
| | | * | | don't include build-time filenames in comments of the enum header files | unknown | 2012-05-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we do, the header files may be different on each build. This is especially harmful when building multiple times for multiple architectures and expecting the files to be identical. See: http://bugs.debian.org/674200 | ||||
| | * | | | merge lp:~aacid/dbusmenu/amp_replacement to prevent menuitems containing a ↵ | Charles Kerr | 2012-06-04 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | | |/| | | | | | | | '&' from incorrectly showing an underscore | ||||
| | | * | | Use g_markup_escape_text instead of manually trying to fix the text | Albert Astals | 2012-06-04 | 1 | -28/+3 |
| | | | | | |||||
| | | * | | Replace & with & since we are using set_markup in the label | Albert Astals | 2012-06-04 | 1 | -2/+27 |
| | |/ / | |||||
| | * | | Evan Nemerson's patch to make the Vala bindings use pkg-config names, rather ↵ | Charles Kerr | 2012-04-26 | 2 | -7/+7 |
| | |\ \ | | | | | | | | | | | | | | | | than GIR names, so that valac can automatically pick up the relevant libraries and flags. | ||||
| | | * | | apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, ↵ | Charles Kerr | 2012-04-11 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | not GIR names, so that valac can automatically pick up the relevant libraries and flags. | ||||
| | * | | | merge lp:~ted/dbusmenu/double-underscore to make ↵ | Charles Kerr | 2012-04-23 | 1 | -1/+1 |
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | libdbusmenu-gtk/genericmenuitem.c's sanitize_label() function static. | ||||
| | | * | | Static is probably better to ensure we don't get out of the binary | Ted Gould | 2012-04-23 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | merge lp:~ted/dbusmenu/lp982656 to set the widget for the accelerator even ↵ | Charles Kerr | 2012-04-23 | 1 | -2/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | if there isn't a mnemonic. | ||||
| | * \ \ \ | merge lp:~charlesk/dbusmenu/lp-981766 to fix a leaked dbus_object_path string | Charles Kerr | 2012-04-23 | 1 | -0/+5 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | fix leaky DbusmenuServer.priv.dbusobject | Charles Kerr | 2012-04-14 | 1 | -0/+5 |
| | |/ / / | |||||
* | | | | | releasing version 0.6.2-0ubuntu1 | Sebastien Bacher | 2012-06-13 | 72 | -22/+11365 |
|\ \ \ \ \ | |||||
| * | | | | | releasing version 0.6.2-0ubuntu1~ppa1 | Ted Gould | 2012-06-13 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | * New upstream release. | Ted Gould | 2012-06-13 | 72 | -22/+11365 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed duplicated underscores in menus (LP: #979301) * Fix for keybindings not showing in menus bug (LP: #982656) * DbusmenuServer leaks private string (LP: #981766) * Ensure menuitems with '&' show them properly (LP: #994564) | ||||
| | * | | | | Import upstream version 0.6.2 | Ted Gould | 2012-06-13 | 71 | -22/+11382 |
| | |\ \ \ \ | |||||
| | | * | | | | 0.6.2 | Ted Gould | 2012-06-13 | 1 | -3/+3 |
| | | | | | | | |||||
| | | * | | | | Escape the text we are using for markup | Ted Gould | 2012-06-07 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | Making the headers match independent of build directory | Ted Gould | 2012-06-07 | 2 | -2/+2 |
| | | |/ / / | |||||
| * | | | | | Merging in Ubuntu Desktop | Ted Gould | 2012-06-13 | 2 | -4/+50 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | releasing version 0.6.1-0ubuntu3 | Sebastien Bacher | 2012-04-16 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Backport fix for keybindings not showing in menus bug (lp: #982656) | Sebastien Bacher | 2012-04-16 | 2 | -2/+7 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Attaching bug | Ted Gould | 2012-04-16 | 0 | -0/+0 |
| | | | | | | |||||
| * | | | | | Move setting the accell widget out of the if statement | Ted Gould | 2012-04-16 | 1 | -2/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | releasing version 0.6.1-0ubuntu2 | Ken VanDine | 2012-04-12 | 2 | -3/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Make sanitize_label static for sure and inline if available | Ted Gould | 2012-04-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | * libdbusmenu-gtk/genericmenuitem.c | Ken VanDine | 2012-04-12 | 2 | -1/+35 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | - Fixed duplicated underscores in menus (LP: #979301) | ||||
| * | | | | merge lp:~ted/dbusmenu/double-underscore to fix the double underscore ↵ | Charles Kerr | 2012-04-11 | 1 | -1/+28 |
| |\| | | | | | | | | | | | | | | | | | | regression introduced earlier. | ||||
| | * | | | No reason to bother with that in the global namespace | Ted Gould | 2012-04-11 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Provide a function to sanitize the label and use that as Pango isn't doing ↵ | Ted Gould | 2012-04-11 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | it for us now | ||||
| | * | | | Oops, get the real trunk | Ted Gould | 2012-04-11 | 5 | -186/+307 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Attaching bug | Ted Gould | 2012-04-11 | 0 | -0/+0 |
| | | | | | |||||
* | | | | | releasing version 0.6.1-0ubuntu1 | Ken VanDine | 2012-04-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | * New upstream release. | Ken VanDine | 2012-04-11 | 68 | -11315/+112 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mnemonics in wifi hotspot names. (LP: #903200) * Fix nautilus crash in dbusmenu_menuitem_property_remove() (LP: #959821) * Fix about-to-show grouping. * Fix visibility signal in the server. * Silence false positives in dbusmenu's signal smoke tests. | ||||
| * | | | | releasing version 0.6.1-0ubuntu1~ppa1 | Charles Kerr | 2012-04-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | * New upstream release. | Charles Kerr | 2012-04-11 | 69 | -11408/+226 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mnemonics in wifi hotspot names. (LP: #903200) * Fix nautilus crash in dbusmenu_menuitem_property_remove() (LP: #959821) * Fix about-to-show grouping. * Fix visibility signal in the server. * Silence false positives in dbusmenu's signal smoke tests. | ||||
| | * | | | Import upstream version 0.6.1 | Charles Kerr | 2012-04-11 | 69 | -11495/+390 |
| | |\| | |