aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * debian/rules:Mathieu Trudel-Lapierre2012-11-192-1/+6
| | | | | - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to dh_makeshlibs.
* * debian/control:Mathieu Trudel-Lapierre2012-11-192-4/+12
| | | | | - Update to match style with other indicator stack packages: use trailing commas at the end of dependency lists.
* Specify that bzr-builddeb should use split mode to build the packageMathieu Trudel-Lapierre2012-11-191-0/+2
|
* Manually import debian/ from ido 12.10.2-0ubuntu1.Mathieu Trudel-Lapierre2012-11-199-0/+463
|
* one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocationCharles Kerr2012-11-081-1/+1
|
* 12.10.2Charles Kerr2012-09-202-1/+4
|
* the calendar widget shouldn't eat the ESC key.. Fixes: ↵Charles Kerr2012-09-201-1/+2
|\ | | | | | | https://bugs.launchpad.net/bugs/964005. Approved by Lars Uebernickel, jenkins.
| * the calendar widget shouldn't eat the ESC key.Charles Kerr2012-09-191-1/+2
|/
* 12.10.1Lars Uebernickel2012-08-272-1/+5
|
* Merge lp:~larsu/ido/remove-slider-hack-953757Lars Uebernickel2012-08-272-20/+2
|\ | | | | | | | | Removes slider hacks.
| * ido-range: chain up constructed() to base classLars Uebernickel2012-03-161-0/+2
| |
| * Remove slider mouse button hackLars Uebernickel2012-03-161-20/+0
| | | | | | | | | | This should be a global setting for all sliders and fixed in gtk.
* | merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the configure ↵Charles Kerr2012-08-2212-191/+4
|\ \ | | | | | | | | | script and the source
| * | remove the gtk2 conditional compiles for IdoMessageDialogCharles Kerr2012-08-221-8/+0
| | |
| * | remove the gtk2 conditional compiles for IdoCalendarMenuItemCharles Kerr2012-08-221-28/+0
| | |
| * | remove the gtk2 conditional compiles for IdoEntryMenuItemCharles Kerr2012-08-221-24/+0
| | |
| * | sync with lp:idoCharles Kerr2012-08-226-5/+201
| |\ \ | |/ / |/| |
* | | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵Charles Kerr2012-08-212-1/+2
|\ \ \ | | | | | | | | | | | | doesn't include that in it's .pc file
| * | | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-242-1/+3
| | | |
* | | | merge lp:~charlesk/ido/switch to add GtkSwitchMenuItemCharles Kerr2012-08-216-5/+199
|\ \ \ \ | |/ / / |/| | |
| * | | bump to 12.10.0Charles Kerr2012-08-212-3/+5
| | | |
| * | | revert the event delegation for now, it's not necessary for FFCharles Kerr2012-08-211-51/+0
| | | |
| * | | when the mouse is over the GtkSwitch widget, the menuitem should delegate ↵Charles Kerr2012-08-211-0/+51
| | | | | | | | | | | | | | | | the mouse down and motion events to it.
| * | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ↵Charles Kerr2012-08-211-1/+1
| | | | | | | | | | | | | | | | handles the issue of the menu title being painted as if the menu were still open
| * | | ...and if we're not clearing that in dispose(), then we don't need dispose() ↵Charles Kerr2012-08-211-10/+0
| | | | | | | | | | | | | | | | anymore
| * | | don't keep the GBinding pointer around, it'll be destroyed automatically ↵Charles Kerr2012-08-211-6/+3
| | | | | | | | | | | | | | | | when the menuitem's destroyed
| * | | comment tweaksCharles Kerr2012-08-212-4/+8
| | | |
| * | | make the glib 2.32 requirement explicit in configure.acCharles Kerr2012-08-211-2/+6
| | | |
| * | | add IdoSwitchMenuItemCharles Kerr2012-08-214-0/+197
|/ / /
| * | require gtk3Charles Kerr2012-05-0712-106/+1
| | |
| * | remove unused function ido_range_grab_notify()Charles Kerr2012-05-071-23/+0
|/ /
* | merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make ↵Charles Kerr2012-04-267-1/+232
|\ \ | | | | | | | | | sure our menu items can be created and realized.
| * | Bring in xorg-gtest to get an X11 wrapperTed Gould2012-04-252-3/+5
| | |
| * | Build a scale menu item as wellTed Gould2012-04-251-0/+41
| | |
| * | Adding in the entry menuitem as well.Ted Gould2012-04-251-2/+26
| | |
| * | Putting in the BEGIN_DECLS for the C++ folksTed Gould2012-04-251-0/+2
| | |
| * | Now we can realize the menu item to make sure it doesn't mess that upTed Gould2012-04-251-1/+12
| | |
| * | Now we're allocating a calendarTed Gould2012-04-252-4/+30
| | |
| * | Adding in a dummy test and the dependencies to build itTed Gould2012-04-253-1/+54
| | |
| * | No gtk-doc.m4 neededTed Gould2012-04-251-0/+1
| | |
| * | We've now got a test directory! Ted Gould2012-04-253-1/+3
| | |
| * | Adding in Google test build utilitiesTed Gould2012-04-252-0/+69
| | |
| * | Attaching bugTed Gould2012-04-250-0/+0
|/ /
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵Charles Kerr2012-04-125-2/+156
|\ \ | | | | | | | | | code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .
| * | Added gcov coverage tooling.Allan LeSage2012-03-275-2/+156
| | |
* | | 0.3.40.3.4Ted Gould2012-03-211-1/+1
| |/ |/|
* | fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
|\ \
| * | fix regression that broke mousewheel operations on the idoscaleCharles Kerr2012-03-141-0/+2
|/ /
* | 0.3.30.3.3Charles Kerr2012-03-131-1/+1
| |
* | merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611Charles Kerr2012-03-131-0/+20
|\ \