aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | In gtkclient's destructor, balance client's earlier ↵Charles Kerr2013-05-151-8/+21
|\ \ \ | |/ / |/| | | | | | | | | | | gtk_widget_add_accelerator() calls with gtk_widget_remove_accelerator() calls. Fixes: https://bugs.launchpad.net/bugs/1173262. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * | in dispose(), call gtk_widget_remove_accelerator(), to balance out the ↵Charles Kerr2013-05-021-8/+21
|/ / | | | | | | earlier calls to gtk_widget_add_accelerator()
* | Releasing 12.10.3daily13.02.01-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-011-2/+15
|\ \ | | | | | | | | | Approved by .
| * | Releasing 12.10.3daily13.02.01-0ubuntu1, based on r440Automatic PS uploader2013-02-011-2/+15
|/ /
* | Fix multiple leaks due to improper use of g_variant_parse() (fixes bug ↵Chris Coulson2013-01-292-5/+14
|\ \ | | | | | | | | | | | | | | | 1104136). Fixes: https://bugs.launchpad.net/bugs/1104136. Approved by Ted Gould, PS Jenkins bot.
| * | Fix multiple leaks due to improper use of g_variant_parse()Chris Coulson2013-01-242-5/+14
|/ /
* | Fix a memory leak (bug 1103050). Fixes: https://bugs.launchpad.net/bugs/1103050.Chris Coulson2013-01-221-0/+6
|\ \ | | | | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * | Make sure we unref the GDBusMethodInvocation when not sending a replyChris Coulson2013-01-221-0/+6
|/ /
* | Remove uses of g_type_init. Fixes: https://bugs.launchpad.net/bugs/1102468, ↵Mathieu Trudel-Lapierre2013-01-2130-51/+7
|\ \ | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1102471. Approved by PS Jenkins bot, Didier Roche.
| * | * Update main sgml documentation files to remove the xml includes we don'tMathieu Trudel-Lapierre2013-01-211-0/+3
| | | | | | | | | | | | | | | generate anymore. (LP: #1102468) * Drop deprecated calls to g_type_init(). (LP: #1102471)
| * | Remove xml documentation includes that can't be found and don't seem to be ↵Mathieu Trudel-Lapierre2013-01-212-4/+0
| | | | | | | | | | | | generated anywhere.
| * | Clear up the uses of g_type_init().Mathieu Trudel-Lapierre2013-01-2127-47/+4
|/ /
* | Add bootstrap message.Didier Roche2013-01-091-0/+8
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | add bug numbers and bootstrapping messageDidier Roche2013-01-091-0/+8
| | |
* | | Making the test execution a bit more robus by getting a free X server number ↵Martin Mrazik2013-01-091-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | instead of the default 99. Some tests were failing with xvfb-run not being able to start. Approved by PS Jenkins bot, Didier Roche.
| * | making the test execution a bit more robus by getting a free X server number ↵Martin Mrazik2013-01-091-1/+1
|/ / | | | | | | instead of the default 99
* | Properly inline + fixes for gtkdoc tests (much of the gtkdoc work done by ↵Ted Gould2012-12-1835-222/+1961
|\ \ | | | | | | | | | | | | | | | Charles). Approved by Charles Kerr.
| * | Reenable gtkdoc tests and fix them for separate build directory.Mathieu Trudel-Lapierre2012-12-172-4/+4
| | |
| * | Inline packagingMathieu Trudel-Lapierre2012-12-1726-0/+1937
| |\ \
| | * | - Add xvfb to Build-Depends.Mathieu Trudel-Lapierre2012-12-043-1/+4
| | | | | | | | | | | | | | | | - Run dh_auto_test through xvfb-run.
| | * | Add dbus-test-runner to Build-Depends.Mathieu Trudel-Lapierre2012-12-042-0/+2
| | | |
| | * | Re-enable tests.Mathieu Trudel-Lapierre2012-11-261-2/+1
| | | |
| | * | Override dh_auto_test to make sure they can be run for both the gtk2 andMathieu Trudel-Lapierre2012-11-232-0/+8
| | | | | | | | | | | | | | | | gtk3 flavors.
| | * | Remove outdated Breaks:.Mathieu Trudel-Lapierre2012-11-232-7/+1
| | | |
| | * | debian/libdbusmenu-tools.install: install dbusmenu-* binaries from theMathieu Trudel-Lapierre2012-11-222-1/+3
| | | | | | | | | | | | | | | | multiarch triplet rather than usr/lib/libdbusmenu.
| | * | Clean up unnecessary files we don't want to install, so that dh_installMathieu Trudel-Lapierre2012-11-222-0/+6
| | | | | | | | | | | | | | | | can complete.
| | * | Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.Mathieu Trudel-Lapierre2012-11-212-1/+6
| | | |
| | * | debian/libdbusmenu-gtk-doc.install: add the glib-server-nomenu.c example.Mathieu Trudel-Lapierre2012-11-212-0/+2
| | | |
| | * | debian/compat: bump to compat level 9.Mathieu Trudel-Lapierre2012-11-212-1/+2
| | | |
| | * | * debian/rules:Mathieu Trudel-Lapierre2012-11-212-31/+46
| | | | | | | | | | | | | | | | | | | | | | | | - Convert to dh9; some variables where kept but renamed to brevity. - Override dh_autoreconf to make sure it calls autogen.sh, and doesn't run configure.
| | * | Fix typo in bzr-builddeb default.confMathieu Trudel-Lapierre2012-11-211-1/+1
| | | |
| | * | - Drop Build-Depends on cdbs. Mathieu Trudel-Lapierre2012-11-212-2/+3
| | | | | | | | | | | | | | | | - Bump debhelper Build-Depends to (>= 9).
| | * | Update style to match other indicator stack packages. Mathieu Trudel-Lapierre2012-11-212-21/+22
| | | |
| | * | * debian/control:Mathieu Trudel-Lapierre2012-11-212-6/+13
| | | | | | | | | | | | | | | | - Reorganize Build-Depends for clarity.
| | * | Specify that bzr-builddeb should build this package using split modeMathieu Trudel-Lapierre2012-11-211-0/+2
| | | |
| | * | Import debian/ from lp:~ubuntu-desktop/dbusmenu/ubuntuMathieu Trudel-Lapierre2012-11-2125-0/+1889
| | |\ \
| | | * | releasing version 12.10.2-0ubuntu1Sebastien Bacher2012-10-031-2/+2
| | | | |
| | | * | New upstream release.Sebastien Bacher2012-10-0326-63/+81
| | | |\ \
| | | | * \ Import upstream version 12.10.2Sebastien Bacher2012-10-0326-69/+91
| | | | |\ \
| | | * | | | releasing version 12.10.1-0ubuntu2Sebastien Bacher2012-09-241-2/+2
| | | | | | |
| | | * | | | Backport upstream fix for segfault issue (lp: #1053670)Sebastien Bacher2012-09-242-6/+22
| | | |\ \ \ \
| | | * | | | | releasing version 12.10.1-0ubuntu1Didier Roche2012-09-201-3/+2
| | | | | | | |
| | | * | | | | New upstream release.Didier Roche2012-09-2013-33/+44
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | Import upstream version 12.10.1Didier Roche2012-09-2012-30/+41
| | | | |\ \ \ \
| | | * | | | | | * New upstream release.Didier Roche2012-09-2038-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.0Didier Roche2012-09-2038-449/+980
| | | | |\ \ \ \ \
| | | * | \ \ \ \ \ releasing version 0.6.2-0ubuntu1Sebastien Bacher2012-06-1372-22/+11365
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | releasing version 0.6.2-0ubuntu1~ppa1Ted Gould2012-06-131-2/+2
| | | | | | | | | | |
| | | | * | | | | | | * New upstream release.Ted Gould2012-06-1372-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.2Ted Gould2012-06-1371-22/+11382
| | | | | |\ \ \ \ \ \