aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.0.210.0.21Ted Gould2010-05-201-2/+2
|
* Build fix to include the AssemblyInfo.cs fileTed Gould2010-05-201-2/+3
|
* 0.0.200.0.20Ted Gould2010-05-201-2/+2
|
* Fixing the ref leakage of a child object.Ted Gould2010-05-201-0/+6
|\
| * Changing it so the object gets unref'dTed Gould2010-05-191-0/+6
|/
* Adding assembly info for Mono bindingsTed Gould2010-04-143-7/+40
|\
| * Add AssemblyInfo.cs to the Mono bindings.Cody Russell2010-04-142-1/+31
| |
| * Add G_LOG_DOMAIN support to the various targets for better messagesNeil Jagdish Patel2010-04-131-6/+9
| | | | | | | | | | | | modified: src/Makefile.am
* | 0.0.190.0.19Ted Gould2010-04-011-2/+2
| |
* | Fixing documentation distcheckTed Gould2010-04-012-5/+12
|\ \ | |/ |/|
| * Moving field documentation into a different comment block so that they're ↵Ted Gould2010-04-012-5/+12
|/ | | | private
* Making it so the timer doesn't get set if we're already in the fallback case.Ted Gould2010-04-011-0/+5
|\
| * Catch up to trunkTed Gould2010-04-012-32/+24
| |\ | |/ |/|
* | Don't store the panel suffix, just add it for the fallback icons.Ted Gould2010-04-012-32/+24
|\ \
| * | Adding in documentation for the private structure.Ted Gould2010-04-011-1/+2
| | |
| * | Make it so that we don't store the panel-suffix icons but we do use them ↵Ted Gould2010-04-011-31/+22
|/ / | | | | | | with the status icon.
| * No timer if we're already in fallback.Ted Gould2010-04-011-0/+5
|/
* Merging fix to make it so that python apps can set an icon path.Ted Gould2010-03-301-2/+3
|\
| * Patch 001 from bug 527061C10uD2010-03-301-2/+3
|/
* Tracking the icon name and included the panel suffix for fallback usage.Ted Gould2010-03-292-4/+37
|\
| * use gchar instead of for the clarityKrzysztof Klimonda2010-03-251-4/+4
| |
| * Make app_indicator_set_property also set the suffixed icon_name.Krzysztof Klimonda2010-03-251-1/+4
| |
| * Make GtkStatusIcon use icons with the panel suffix if available.Krzysztof Klimonda2010-03-251-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.
* | 0.0.180.0.18Ted Gould2010-03-251-2/+2
| |
* | Fixing tests to use GTK for icon theme fixes.Ted Gould2010-03-252-1/+2
| |
* | 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.
* / 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
| |
* | 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.
* 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.