aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fixing icon changing with fallbacks.Ted Gould2010-03-251-3/+25
| |\ \ \ | | |_|/ | |/| |
| | * | remove g_object_ref_sink call from status_icon_changesKrzysztof Klimonda2010-03-251-3/+1
| | | |
| | * | Use app_indicator_get_icon/app_indicator_get_attention_icon methods to getKrzysztof Klimonda2010-03-221-7/+14
| | | | | | | | | | | | | | | | | | | | the right icon.
| | * | Move g_signal_connect for the theme-changed signal to app_indicator_init ()Krzysztof Klimonda2010-03-221-2/+5
| | | |
| | * | don't use indicator_image_helper ()Krzysztof Klimonda2010-03-221-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove indicator_image_helper () call and use g_themed_icon_new_with_default_fallbacks () directly. We don't need the logic embedded in indicator_image_helper () for the GtkStatusIcon as it takes care of changing icon size for us.
| | * | Fix the missing icon on theme change if old icon has different nameKrzysztof Klimonda2010-03-201-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some applications (like Transmission) use different icon name for Notification Area to display monochrome icon. To make sure that the icon we display exists after user changes theme use indicator_image_helper () from libindicator to keep track of the icon.
| * | | Update to track toggle changes in actions.Ted Gould2010-03-231-0/+7
| |\ \ \
| | * | | Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated ↵Sense Hofstede2010-03-191-0/+7
| | |/ / | | | | | | | | | | | | even when they're changed via their actions.
| | | * releasing version 0.0.17-0ubuntu10.0.17-0ubuntu1Sebastien Bacher2010-03-181-1/+1
| | | |
| | | * * Upstream Release 0.0.17Ken VanDine2010-03-187-16/+26
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | * Support GTK's show menu items property (LP: #528527) * Fix status and category nicks in Python bindings (LP: #539858) * Switch domains to org.kde instead of org.freedesktop as spec was never officially approved by that body.
* | | | releasing version 0.0.17-0ubuntu1~ppa1Ted Gould2010-03-181-2/+2
| | | |
* | | | * Upstream Release 0.0.17Ted Gould2010-03-187-16/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * Support GTK's show menu items property (LP: #528527) * Fix status and category nicks in Python bindings (LP: #539858) * Switch domains to org.kde instead of org.freedesktop as spec was never officially approved by that body.
| * | | 0.0.170.0.17Ted Gould2010-03-181-2/+2
| |/ /
| * | Fix nicks on Python bindings.Ted Gould2010-03-171-8/+8
| |\ \
| | * | * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types ↵Sense Hofstede2010-03-161-8/+8
| |/ / | | | | | | | | | adhere the specification in the Python bindings as well (Closes: #539858)
| * | Changing from freedesktop to kde as the spec was never approved finally by ↵Ted Gould2010-03-154-6/+6
| |\ \ | | | | | | | | | | | | freedesktop.
| | * | org.freedesktop.StatusNotifier* => org.kde.StatusNotifier*Aurelien Gateau2010-03-154-6/+6
| | | |
* | | | Sync to Ubuntu DesktopTed Gould2010-03-182-7/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | releasing version 0.0.16-0ubuntu20.0.16-0ubuntu2Sebastien Bacher2010-03-152-6/+46
| |\| |
| | * | Make the icons follow the show menu icons property.Ted Gould2010-03-151-6/+40
| | |\ \ | | | |/ | | |/|
| | | * Only show images if "gtk-menu-images" settings orJan Arne Petersen2010-03-151-6/+40
| | |/ | | | | | | | | | | | | "always-show-image" property is TRUE.
| * | releasing version 0.0.16-0ubuntu10.0.16-0ubuntu1Sebastien Bacher2010-03-116-21/+52
| |\ \ | |/ / |/| |
* | | releasing version 0.0.16-0ubuntu1~ppa1Ted Gould2010-03-111-2/+2
| | |
* | | debian/control: Increasing the libindicator-dev dependency toTed Gould2010-03-112-1/+3
| | | | | | | | | | | | 0.3.5 to match upstream.
* | | * Upstream release 0.0.16Ted Gould2010-03-115-20/+49
|\ \ \ | | |/ | |/| | | | | | | | | | * Use libindicator icon loading helper * Workaround for label changes on GtkActions * Testing fix for using xvfb
| * | 0.0.160.0.16Ted Gould2010-03-111-2/+2
| | |
| * | Adding a two second wait to make seting up Xvfb more reliable. This is ↵Ted Gould2010-03-111-0/+1
| | | | | | | | | | | | similar to xvfb-run.
| * | Using the new image loader utilities in libindicatorTed Gould2010-03-112-18/+4
| |\ \
| | * | Switching to use the update function.Ted Gould2010-03-111-3/+1
| | | |
| | * | Upping libindicator required version to 0.3.5Ted Gould2010-03-111-1/+1
| | | |
| | * | Removing design team sizeTed Gould2010-03-101-5/+0
| | | |
| | * | Also using the helper when changing icons.Ted Gould2010-03-101-7/+3
| | | |
| | * | Switching to using the libindicator image helperTed Gould2010-03-101-5/+2
| |/ /
| * | Workaround to make action label updates get caught and update the label.Ted Gould2010-03-081-0/+33
| |\ \
| | * | Listen also to label changes on actions related to menu items toJan Arne Petersen2010-03-081-0/+33
| |/ / | | | | | | | | | | | | workaround a gtk+ bug.
* | | Update to ubuntu-desktopTed Gould2010-03-111-1/+1
|\ \ \ | | |/ | |/|
| * | releasing version 0.0.15-0ubuntu10.0.15-0ubuntu1Sebastien Bacher2010-03-045-9/+22
| |\ \ | |/ / |/| |
* | | releasing version 0.0.15-0ubuntu1~ppa1Ted Gould2010-03-041-2/+2
| | |
* | | * Upstream release 0.0.15Ted Gould2010-03-045-9/+22
|\ \ \ | | |/ | |/| | | | | | | | | | * Icon size fix to 22 px * Status icon correctly removed in fallback * Fixed test suite to run better on slow machines.
| * | 0.0.150.0.15Ted Gould2010-03-041-2/+2
| | |
| * | Lengthing kill timer to be a little longer for slow systems.Ted Gould2010-03-021-1/+1
| | |
| * | Fixing application icon size.Ted Gould2010-03-021-5/+9
| |\ \
| | * | Switching from menu size to design team sizeTed Gould2010-02-261-5/+9
| | | |
| * | | Switching from hide to visible.Ted Gould2010-03-011-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is ↵Chris Coulson2010-02-271-1/+1
| |/ / | | | | | | | | | not derived from GtkWidget, so gtk_widget_hide doesn't work
* | | Merge with Ubuntu DesktopTed Gould2010-02-281-1/+1
|\ \ \ | | |/ | |/|
| * | releasing version 0.0.14-0ubuntu10.0.14-0ubuntu1Sebastien Bacher2010-02-251-1/+1
| | |
| * | Upstream release 0.0.14Ken VanDine2010-02-255-3/+46
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ∘ Fix mono bindings to include proper metadata (LP: #526620) ∘ Send connection changed signal when the proxy is created and destroyed (LP: #527082) ∘ Hide the fallback status icon before unrefing it. (LP: #526041) ∘ Increase dbus-glib version check to 0.82 ∘ Handle menu layout changes and visibility changes better. ∘ Improve testing stability ∘ Read menu sensitivity on startup. ∘ Handle null strings when evaluating whether we have an attention icon. ∘ Remove dbus objects when we fallback ∘ Disconnect client_menu_changed signal handlers on cleanup. ∘ Handle cases where the menu gets unset on updates. ∘ Fix custom labels on stock items. ∘ Adds support for submenus
* | | releasing version 0.0.14-0ubuntu1~ppa1Ted Gould2010-02-251-2/+2
| | |
* | | Upstream release 0.0.14Ted Gould2010-02-255-3/+46
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ∘ Fix mono bindings to include proper metadata (LP: #526620) ∘ Send connection changed signal when the proxy is created and destroyed (LP: #527082) ∘ Hide the fallback status icon before unrefing it. (LP: #526041) ∘ Increase dbus-glib version check to 0.82 ∘ Handle menu layout changes and visibility changes better. ∘ Improve testing stability ∘ Read menu sensitivity on startup. ∘ Handle null strings when evaluating whether we have an attention icon. ∘ Remove dbus objects when we fallback ∘ Disconnect client_menu_changed signal handlers on cleanup. ∘ Handle cases where the menu gets unset on updates. ∘ Fix custom labels on stock items. ∘ Adds support for submenus