Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * debian/control: | Mathieu Trudel-Lapierre | 2012-11-19 | 2 | -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 package | Mathieu Trudel-Lapierre | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | Manually import debian/ from ido 12.10.2-0ubuntu1. | Mathieu Trudel-Lapierre | 2012-11-19 | 9 | -0/+463 |
| | |||||
* | one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocation | Charles Kerr | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | 12.10.2 | Charles Kerr | 2012-09-20 | 2 | -1/+4 |
| | |||||
* | the calendar widget shouldn't eat the ESC key.. Fixes: ↵ | Charles Kerr | 2012-09-20 | 1 | -1/+2 |
|\ | | | | | | | https://bugs.launchpad.net/bugs/964005. Approved by Lars Uebernickel, jenkins. | ||||
| * | the calendar widget shouldn't eat the ESC key. | Charles Kerr | 2012-09-19 | 1 | -1/+2 |
|/ | |||||
* | 12.10.1 | Lars Uebernickel | 2012-08-27 | 2 | -1/+5 |
| | |||||
* | Merge lp:~larsu/ido/remove-slider-hack-953757 | Lars Uebernickel | 2012-08-27 | 2 | -20/+2 |
|\ | | | | | | | | | Removes slider hacks. | ||||
| * | ido-range: chain up constructed() to base class | Lars Uebernickel | 2012-03-16 | 1 | -0/+2 |
| | | |||||
| * | Remove slider mouse button hack | Lars Uebernickel | 2012-03-16 | 1 | -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 Kerr | 2012-08-22 | 12 | -191/+4 |
|\ \ | | | | | | | | | | script and the source | ||||
| * | | remove the gtk2 conditional compiles for IdoMessageDialog | Charles Kerr | 2012-08-22 | 1 | -8/+0 |
| | | | |||||
| * | | remove the gtk2 conditional compiles for IdoCalendarMenuItem | Charles Kerr | 2012-08-22 | 1 | -28/+0 |
| | | | |||||
| * | | remove the gtk2 conditional compiles for IdoEntryMenuItem | Charles Kerr | 2012-08-22 | 1 | -24/+0 |
| | | | |||||
| * | | sync with lp:ido | Charles Kerr | 2012-08-22 | 6 | -5/+201 |
| |\ \ | |/ / |/| | | |||||
* | | | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵ | Charles Kerr | 2012-08-21 | 2 | -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 file | Ken VanDine | 2012-07-24 | 2 | -1/+3 |
| | | | | |||||
* | | | | merge lp:~charlesk/ido/switch to add GtkSwitchMenuItem | Charles Kerr | 2012-08-21 | 6 | -5/+199 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | bump to 12.10.0 | Charles Kerr | 2012-08-21 | 2 | -3/+5 |
| | | | | |||||
| * | | | revert the event delegation for now, it's not necessary for FF | Charles Kerr | 2012-08-21 | 1 | -51/+0 |
| | | | | |||||
| * | | | when the mouse is over the GtkSwitch widget, the menuitem should delegate ↵ | Charles Kerr | 2012-08-21 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | the mouse down and motion events to it. | ||||
| * | | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ↵ | Charles Kerr | 2012-08-21 | 1 | -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 Kerr | 2012-08-21 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | anymore | ||||
| * | | | don't keep the GBinding pointer around, it'll be destroyed automatically ↵ | Charles Kerr | 2012-08-21 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | when the menuitem's destroyed | ||||
| * | | | comment tweaks | Charles Kerr | 2012-08-21 | 2 | -4/+8 |
| | | | | |||||
| * | | | make the glib 2.32 requirement explicit in configure.ac | Charles Kerr | 2012-08-21 | 1 | -2/+6 |
| | | | | |||||
| * | | | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 4 | -0/+197 |
|/ / / | |||||
| * | | require gtk3 | Charles Kerr | 2012-05-07 | 12 | -106/+1 |
| | | | |||||
| * | | remove unused function ido_range_grab_notify() | Charles Kerr | 2012-05-07 | 1 | -23/+0 |
|/ / | |||||
* | | merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make ↵ | Charles Kerr | 2012-04-26 | 7 | -1/+232 |
|\ \ | | | | | | | | | | sure our menu items can be created and realized. | ||||
| * | | Bring in xorg-gtest to get an X11 wrapper | Ted Gould | 2012-04-25 | 2 | -3/+5 |
| | | | |||||
| * | | Build a scale menu item as well | Ted Gould | 2012-04-25 | 1 | -0/+41 |
| | | | |||||
| * | | Adding in the entry menuitem as well. | Ted Gould | 2012-04-25 | 1 | -2/+26 |
| | | | |||||
| * | | Putting in the BEGIN_DECLS for the C++ folks | Ted Gould | 2012-04-25 | 1 | -0/+2 |
| | | | |||||
| * | | Now we can realize the menu item to make sure it doesn't mess that up | Ted Gould | 2012-04-25 | 1 | -1/+12 |
| | | | |||||
| * | | Now we're allocating a calendar | Ted Gould | 2012-04-25 | 2 | -4/+30 |
| | | | |||||
| * | | Adding in a dummy test and the dependencies to build it | Ted Gould | 2012-04-25 | 3 | -1/+54 |
| | | | |||||
| * | | No gtk-doc.m4 needed | Ted Gould | 2012-04-25 | 1 | -0/+1 |
| | | | |||||
| * | | We've now got a test directory! | Ted Gould | 2012-04-25 | 3 | -1/+3 |
| | | | |||||
| * | | Adding in Google test build utilities | Ted Gould | 2012-04-25 | 2 | -0/+69 |
| | | | |||||
| * | | Attaching bug | Ted Gould | 2012-04-25 | 0 | -0/+0 |
|/ / | |||||
* | | merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵ | Charles Kerr | 2012-04-12 | 5 | -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 LeSage | 2012-03-27 | 5 | -2/+156 |
| | | | |||||
* | | | 0.3.40.3.4 | Ted Gould | 2012-03-21 | 1 | -1/+1 |
| |/ |/| | |||||
* | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
|\ \ | |||||
| * | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
|/ / | |||||
* | | 0.3.30.3.3 | Charles Kerr | 2012-03-13 | 1 | -1/+1 |
| | | |||||
* | | merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611 | Charles Kerr | 2012-03-13 | 1 | -0/+20 |
|\ \ | |||||
| * | | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug ↵ | Charles Kerr | 2012-03-12 | 1 | -0/+20 |
|/ / | | | | | | | | | | | | | #898611. This solution was taken from gvc-channel-bar.c in gnome-control-center. The idea of cribbing from g-c-c came from Christian Giordano in duplicate lp bug #932919 where he suggested "using the same behavior the volume slider has in the Sound System Settings." |