Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merging in trunk | Ted Gould | 2010-06-01 | 6 | -90/+116 | |
| |\ \ | ||||||
| | * \ | Fixes to docuementation and making the enums build correctly with gtk-mkenum | Ted Gould | 2010-06-01 | 6 | -92/+118 | |
| | |\ \ | ||||||
| | | * | | Documentation and introspection fixes and such | Sense Hofstede | 2010-05-23 | 6 | -90/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings | |||||
| * | | | | Fixing which sources are marked as BUILT | Ted Gould | 2010-05-20 | 1 | -8/+14 | |
| | | | | | ||||||
| * | | | | Okay, now everyone is in the right directory, I think. | Ted Gould | 2010-05-20 | 1 | -5/+7 | |
| | | | | | ||||||
| * | | | | Need to look for things in the source directory too! | Ted Gould | 2010-05-20 | 1 | -1/+1 | |
| |/ / / | ||||||
| * / / | Fix C includes fro teh VAPI/GIR files | Ted Gould | 2010-05-20 | 1 | -2/+4 | |
| |/ / | ||||||
| * | | Adding GIR/VAPI support and flattening directories | Ted Gould | 2010-05-20 | 6 | -12/+65 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Now, build us a VAPI! | Ted Gould | 2010-04-29 | 1 | -0/+19 | |
| | | | ||||||
| | * | Building the GIR file | Ted Gould | 2010-04-29 | 1 | -0/+34 | |
| | | | ||||||
| | * | Removing the libappindicator directory to make things simpler | Ted Gould | 2010-04-29 | 6 | -12/+12 | |
| | | | ||||||
* | | | Import upstream version 0.0.20 | Ted Gould | 2010-05-20 | 3 | -9/+21 | |
|\| | | ||||||
| * | | Changing it so the object gets unref'd | Ted Gould | 2010-05-19 | 1 | -0/+6 | |
| |/ | ||||||
| * | Adding assembly info for Mono bindings | Ted Gould | 2010-04-14 | 1 | -6/+9 | |
| |\ | ||||||
| | * | Add G_LOG_DOMAIN support to the various targets for better messages | Neil Jagdish Patel | 2010-04-13 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | modified: src/Makefile.am | |||||
* | | | Import upstream version 0.0.19 | Ted Gould | 2010-04-01 | 14 | -52/+2092 | |
|\| | | ||||||
| * | | Moving field documentation into a different comment block so that they're ↵ | Ted Gould | 2010-04-01 | 2 | -5/+12 | |
| |/ | | | | | | | private | |||||
| * | Catch up to trunk | Ted Gould | 2010-04-01 | 2 | -32/+24 | |
| |\ | ||||||
| | * | Adding in documentation for the private structure. | Ted Gould | 2010-04-01 | 1 | -1/+2 | |
| | | | ||||||
| | * | Make it so that we don't store the panel-suffix icons but we do use them ↵ | Ted Gould | 2010-04-01 | 1 | -31/+22 | |
| | | | | | | | | | | | | with the status icon. | |||||
| * | | No timer if we're already in fallback. | Ted Gould | 2010-04-01 | 1 | -0/+5 | |
| |/ | ||||||
| * | 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. | |||||
* | | 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. | |||||
* | | 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. | |||||
* | 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 | |
| | | ||||||
* | | Only show images if "gtk-menu-images" settings or | Jan Arne Petersen | 2010-03-15 | 1 | -6/+40 | |
|/ | | | | | "always-show-image" property is TRUE. | |||||
* | Switching to use the update function. | Ted Gould | 2010-03-11 | 1 | -3/+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 | |
| | ||||||
* | 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. | |||||
* | Fixing application icon size. | Ted Gould | 2010-03-02 | 1 | -5/+9 | |
|\ | ||||||
| * | Switching from menu size to design team size | Ted Gould | 2010-02-26 | 1 | -5/+9 | |
| | | ||||||
* | | Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is ↵ | Chris Coulson | 2010-02-27 | 1 | -1/+1 | |
|/ | | | | not derived from GtkWidget, so gtk_widget_hide doesn't work | |||||
* | Emitting the connection changed signal when the proxy is created and destroyed. | Ted Gould | 2010-02-25 | 1 | -0/+10 | |
|\ | ||||||
| * | * Do send the connection-changed signal, in check_connect() -- when a new ↵ | Sense Hofstede | 2010-02-25 | 1 | -0/+10 | |
| | | | | | | | | connection is established -- watcher_proxy_destroyed() and app_indicator_dispose() (Closes LP: #527082) | |||||
* | | Hiding the notification icon before unreffing it. | Ted Gould | 2010-02-25 | 1 | -0/+1 | |
|/ | ||||||
* | Updated patch for the visibility field | Ted Gould | 2010-02-23 | 1 | -0/+3 | |
|\ | ||||||
| * | Second patch on 524150 | Jan Arne Petersen | 2010-02-23 | 1 | -0/+35 | |
| | | ||||||
* | | NO TEARY! | Ted Gould | 2010-02-22 | 1 | -0/+4 | |
| | | ||||||
* | | Looking at children with foreach instead of forall | Ted Gould | 2010-02-22 | 1 | -3/+3 | |
| | |