Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge | Ted Gould | 2010-03-30 | 4 | -6/+50 |
|\ | | | | | | | | | | | | | * Setup the icons to use the -panel variants even when falling back to status icons. (LP: #547072) * Change python bindings to use _with_path so that they can set the icon path. (LP: #527061) | ||||
| * | Merging fix to make it so that python apps can set an icon path. | Ted Gould | 2010-03-30 | 1 | -2/+3 |
| |\ | |||||
| | * | Patch 001 from bug 527061 | C10uD | 2010-03-30 | 1 | -2/+3 |
| |/ | |||||
| * | Tracking the icon name and included the panel suffix for fallback usage. | Ted Gould | 2010-03-29 | 2 | -4/+37 |
| |\ | |||||
| | * | use gchar instead of for the clarity | Krzysztof Klimonda | 2010-03-25 | 1 | -4/+4 |
| | | | |||||
| | * | Make app_indicator_set_property also set the suffixed icon_name. | Krzysztof Klimonda | 2010-03-25 | 1 | -1/+4 |
| | | | |||||
| | * | Make GtkStatusIcon use icons with the panel suffix if available. | Krzysztof Klimonda | 2010-03-25 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rhythmbox uses two icons: rhythmbox-notplaying for the not playing state and the rhythmbox for playing. The rhythmbox-notplaying has a monochromatic icon but the rhythmbox not - instead a rhythmbox-panel is used. This patch makes AppIndicator prefer an icon with panel suffix just as the indicator-application does. | ||||
* | | | Updating to Ubuntu Desktop | Ted Gould | 2010-03-30 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | releasing version 0.0.18-0ubuntu10.0.18-0ubuntu1 | Sebastien Bacher | 2010-03-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | * Upstream Release 0.0.18 | Ken VanDine | 2010-03-29 | 5 | -6/+46 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | * Change when there are updates to Check and Radio buttons via their actions. (LP: #542221) * Fixing icon updating with themes and naming fallbacks with the status icon fallback. (LP: #532858) | ||||
* | | | | releasing version 0.0.18-0ubuntu1~ppa1 | Ted Gould | 2010-03-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | * Upstream Release 0.0.18 | Ted Gould | 2010-03-25 | 5 | -6/+46 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | * Change when there are updates to Check and Radio buttons via their actions. (LP: #542221) * Fixing icon updating with themes and naming fallbacks with the status icon fallback. (LP: #532858) | ||||
| * | | | 0.0.180.0.18 | Ted Gould | 2010-03-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fixing tests to use GTK for icon theme fixes. | Ted Gould | 2010-03-25 | 2 | -1/+2 |
| | | | | |||||
| * | | | Fixing icon changing with fallbacks. | Ted Gould | 2010-03-25 | 1 | -3/+25 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | remove g_object_ref_sink call from status_icon_changes | Krzysztof Klimonda | 2010-03-25 | 1 | -3/+1 |
| | | | | |||||
| | * | | Use app_indicator_get_icon/app_indicator_get_attention_icon methods to get | Krzysztof Klimonda | 2010-03-22 | 1 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | the right icon. | ||||
| | * | | Move g_signal_connect for the theme-changed signal to app_indicator_init () | Krzysztof Klimonda | 2010-03-22 | 1 | -2/+5 |
| | | | | |||||
| | * | | don't use indicator_image_helper () | Krzysztof Klimonda | 2010-03-22 | 1 | -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 name | Krzysztof Klimonda | 2010-03-20 | 1 | -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 Gould | 2010-03-23 | 1 | -0/+7 |
| |\ \ \ | |||||
| | * | | | Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated ↵ | Sense Hofstede | 2010-03-19 | 1 | -0/+7 |
| | |/ / | | | | | | | | | | | | | even when they're changed via their actions. | ||||
| | | * | releasing version 0.0.17-0ubuntu10.0.17-0ubuntu1 | Sebastien Bacher | 2010-03-18 | 1 | -1/+1 |
| | | | | |||||
| | | * | * Upstream Release 0.0.17 | Ken VanDine | 2010-03-18 | 7 | -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~ppa1 | Ted Gould | 2010-03-18 | 1 | -2/+2 |
| | | | | |||||
* | | | | * Upstream Release 0.0.17 | Ted Gould | 2010-03-18 | 7 | -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.17 | Ted Gould | 2010-03-18 | 1 | -2/+2 |
| |/ / | |||||
| * | | Fix nicks on Python bindings. | Ted Gould | 2010-03-17 | 1 | -8/+8 |
| |\ \ | |||||
| | * | | * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types ↵ | Sense Hofstede | 2010-03-16 | 1 | -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 Gould | 2010-03-15 | 4 | -6/+6 |
| |\ \ | | | | | | | | | | | | | freedesktop. | ||||
| | * | | org.freedesktop.StatusNotifier* => org.kde.StatusNotifier* | Aurelien Gateau | 2010-03-15 | 4 | -6/+6 |
| | | | | |||||
* | | | | Sync to Ubuntu Desktop | Ted Gould | 2010-03-18 | 2 | -7/+47 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | releasing version 0.0.16-0ubuntu20.0.16-0ubuntu2 | Sebastien Bacher | 2010-03-15 | 2 | -6/+46 |
| |\| | | |||||
| | * | | Make the icons follow the show menu icons property. | Ted Gould | 2010-03-15 | 1 | -6/+40 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Only show images if "gtk-menu-images" settings or | Jan Arne Petersen | 2010-03-15 | 1 | -6/+40 |
| | |/ | | | | | | | | | | | | | "always-show-image" property is TRUE. | ||||
| * | | releasing version 0.0.16-0ubuntu10.0.16-0ubuntu1 | Sebastien Bacher | 2010-03-11 | 6 | -21/+52 |
| |\ \ | |/ / |/| | | |||||
* | | | releasing version 0.0.16-0ubuntu1~ppa1 | Ted Gould | 2010-03-11 | 1 | -2/+2 |
| | | | |||||
* | | | debian/control: Increasing the libindicator-dev dependency to | Ted Gould | 2010-03-11 | 2 | -1/+3 |
| | | | | | | | | | | | | 0.3.5 to match upstream. | ||||
* | | | * Upstream release 0.0.16 | Ted Gould | 2010-03-11 | 5 | -20/+49 |
|\ \ \ | | |/ | |/| | | | | | | | | | | * Use libindicator icon loading helper * Workaround for label changes on GtkActions * Testing fix for using xvfb | ||||
| * | | 0.0.160.0.16 | Ted Gould | 2010-03-11 | 1 | -2/+2 |
| | | | |||||
| * | | Adding a two second wait to make seting up Xvfb more reliable. This is ↵ | Ted Gould | 2010-03-11 | 1 | -0/+1 |
| | | | | | | | | | | | | similar to xvfb-run. | ||||
| * | | Using the new image loader utilities in libindicator | Ted Gould | 2010-03-11 | 2 | -18/+4 |
| |\ \ | |||||
| | * | | Switching to use the update function. | Ted Gould | 2010-03-11 | 1 | -3/+1 |
| | | | | |||||
| | * | | Upping libindicator required version to 0.3.5 | Ted Gould | 2010-03-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removing design team size | Ted Gould | 2010-03-10 | 1 | -5/+0 |
| | | | | |||||
| | * | | Also using the helper when changing icons. | Ted Gould | 2010-03-10 | 1 | -7/+3 |
| | | | | |||||
| | * | | Switching to using the libindicator image helper | Ted Gould | 2010-03-10 | 1 | -5/+2 |
| |/ / | |||||
| * | | Workaround to make action label updates get caught and update the label. | Ted Gould | 2010-03-08 | 1 | -0/+33 |
| |\ \ | |||||
| | * | | Listen also to label changes on actions related to menu items to | Jan Arne Petersen | 2010-03-08 | 1 | -0/+33 |
| |/ / | | | | | | | | | | | | | workaround a gtk+ bug. | ||||
* | | | Update to ubuntu-desktop | Ted Gould | 2010-03-11 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| |