aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug ↵Charles Kerr2012-03-121-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."
* | Merge lp:~charlesk/indicator-sound/lp-921065 into lp:indicator-sound to add ↵Charles Kerr2012-03-122-33/+95
|\ \ | | | | | | | | | "primary-clicked" and "secondary-clicked" events for lp bug #921065
| * | add primary-clicked and secondary-clicked signals for lp bug #921065Charles Kerr2012-03-102-31/+93
| | |
| * | tweak: fix some indentation damage in the header fileCharles Kerr2012-03-091-2/+2
| | |
* | | Merge lp:~charlesk/ido/lp-906050 into lp:ido to resolve the following LP ↵Charles Kerr2012-03-124-694/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | tickets: Bug #524541: Volume (slider) item isn't highlighted when selected Bug #886335: Unable to use arrow keys to adjust the volume control in the sound menu. Bug #906050: Playback controls don't highlight anything like other menu items
| * | remove idooffscreenproxyCharles Kerr2012-03-093-592/+0
| | |
| * | small code cleanup in update_packing()Charles Kerr2012-03-091-43/+19
| | |
| * | Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy.Charles Kerr2012-03-091-51/+0
| | | | | | | | | | | | | | | The offscreen proxy was added last September to fix bug #804009, but while testing in 12.04b1 I'm not able to reproduce that issue even after removing the offscreen proxy. I don't want to regress 804009 so I'll ask for more eyeballs on this one.
| * | don't override widget_class.state_changed in idoscalemenuitem ... that was ↵Charles Kerr2012-03-091-8/+0
| |/ | | | | | | preventing the prelight state from ever showing up there.
* / 0.3.20.3.2Ted Gould2012-03-091-1/+1
|/
* add style class "menubar" to the offscreen proxy, this fixes the white ↵Ken VanDine2012-02-091-4/+3
|\ | | | | | | background drawn in the sound menu menu with the current gtk3/light-themes (LP: #925700)
| * add style class "menubar" to the offscreen proxy, this fixes the white ↵Ken VanDine2012-02-081-4/+3
|/ | | | background drawn in the sound menu with the current gtk3/light-themes (LP: #925700)
* Patch from ~covox (LP: #867649)Ken VanDine2012-01-121-0/+4
| | | | | | | | | In method ido_offscreen_proxy_realize(), a call is made to gdk_screen_get_rgba_visual() to get a GdkVisual handle, which is then passed as part of a GdkWindowAttr structure to gdk_window_new(). What's not taken into account is that gdk_screen_get_rgba_visual() will return NULL if RGBA isn't supported by the destination window manager (e.g. if someone turned the Composite extension off). In this case, as the field is always marked as valid for use (GDK_WA_VISUAL), gdk_window_new will fall over. Attached is a patch to fall back on gdk_screen_get_system_visual() if RGBA isn't available. With this, unity-panel-service no longer crashes after interacting with the Sound indicator if the Composite extension is switched off.
* removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵Ken VanDine2011-12-148-0/+58
|\ | | | | | | (LP: #888392)
| * removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵Ken VanDine2011-12-148-0/+58
|/ | | | (LP: #888392)
* 0.3.10.3.1Ted Gould2011-10-131-1/+1
|
* Fixes for ARMTed Gould2011-10-123-4/+4
|\
| * one more fix for armel FTBFSKen VanDine2011-10-061-1/+1
| |
| * Fixed FTBFS on armel (LP: #866039)Ken VanDine2011-10-053-3/+3
|/
* Merge lp:~mhr3/ido/bug-865122Michal Hruby2011-10-031-0/+24
|\
| * Get rid of unnecessary checkMichal Hruby2011-10-031-1/+0
| |
| * And we need to include config.hMichal Hruby2011-10-031-0/+1
| |
| * Use the grab-notify workaround only when using Gtk3Michal Hruby2011-10-031-0/+14
| |
| * Fix bug #865122Michal Hruby2011-10-031-0/+10
|/
* 0.3.00.3.0Ted Gould2011-09-281-2/+2
|
* 0.2.930.2.93Ted Gould2011-09-201-1/+1
|
* Ignoring m4Ted Gould2011-09-161-0/+1
|
* Update Autotools and remove ShaveTed Gould2011-09-167-250/+18
|\
| * configure.ac: Update autotools config a bitJavier Jardón2011-08-031-7/+12
| | | | | | | | | | | | Replace deprecated autotools macros Use new libtool syntax
| * build: Use upstream silent rules instead shaveJavier Jardón2011-08-037-244/+7
| |