aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* When we have new apps we can ask the approver about them.Ted Gould2010-07-091-0/+14
|
* Looking at all the applications when we get a new approver.Ted Gould2010-07-091-2/+32
|
* Building the approver structure and putting it in the list.Ted Gould2010-07-092-0/+23
|
* CommentsTed Gould2010-07-091-0/+2
|
* Adding some structures for approvers and making them real.Ted Gould2010-07-091-0/+29
|
* For DBus to real objects, the signal shall travel.Ted Gould2010-07-091-3/+9
|
* Adding a function to bring in approversTed Gould2010-07-092-4/+14
|
* Sync to trunkTed Gould2010-07-093-14/+19
|\
| * Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() ↵Sense Hofstede2010-07-082-10/+15
| | | | | | | | | | | | | | | | | | macro All references to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro were removed from src/application-service-appstore.c. This makes this file comply with the recommended practise, which should reduce overhead.
| * Working with the better container signalsTed Gould2010-07-071-4/+4
| |\
| | * Changing signal names and getting the ones on the base menu as well.Ted Gould2010-06-111-4/+4
| | |
| | * Changing the signal namesTed Gould2010-06-111-2/+2
| | |
* | | Return a booleanTed Gould2010-07-011-1/+1
| | |
* | | Adding in a template function to register approvers.Ted Gould2010-06-252-0/+9
| | |
* | | Adding a function to register an approver.Ted Gould2010-06-251-0/+6
| | |
* | | Adding an approver interface.Ted Gould2010-06-252-0/+23
|/ /
* | Remove the assert with checking if the value is NULL.Ted Gould2010-06-181-3/+7
| |
* | Use class ref and unref to allocate it if need be.Ted Gould2010-06-171-2/+6
| |
* | Reworking to make more clear and use the GEnumValue structure correctly.Ted Gould2010-06-171-1/+7
| |
* | Icon name shouldn't be construct only.Ted Gould2010-06-171-1/+1
| |
* | Merging in trunkTed Gould2010-06-016-90/+116
|\ \
| * \ Fixes to docuementation and making the enums build correctly with gtk-mkenumTed Gould2010-06-016-92/+118
| |\ \
| | * | Documentation and introspection fixes and suchSense Hofstede2010-05-236-90/+115
| | | | | | | | | | | | | | | | | | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings
* | | | Fixing which sources are marked as BUILTTed Gould2010-05-201-8/+14
| | | |
* | | | Okay, now everyone is in the right directory, I think.Ted Gould2010-05-201-5/+7
| | | |
* | | | Need to look for things in the source directory too! Ted Gould2010-05-201-1/+1
|/ / /
* / / Fix C includes fro teh VAPI/GIR filesTed Gould2010-05-201-2/+4
|/ /
* | Adding GIR/VAPI support and flattening directoriesTed Gould2010-05-206-12/+65
|\ \ | |/ |/|
| * Now, build us a VAPI! Ted Gould2010-04-291-0/+19
| |
| * Building the GIR fileTed Gould2010-04-291-0/+34
| |
| * Removing the libappindicator directory to make things simplerTed Gould2010-04-296-12/+12
| |
* | Changing it so the object gets unref'dTed Gould2010-05-191-0/+6
|/
* Adding assembly info for Mono bindingsTed Gould2010-04-141-6/+9
|\
| * Add G_LOG_DOMAIN support to the various targets for better messagesNeil Jagdish Patel2010-04-131-6/+9
| | | | | | | | | | | | modified: src/Makefile.am
* | Moving field documentation into a different comment block so that they're ↵Ted Gould2010-04-012-5/+12
|/ | | | private
* Catch up to trunkTed 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
|/
* 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.
* | 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.
* | Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated ↵Sense Hofstede2010-03-191-0/+7
|/ | | | even when they're changed via their actions.