aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
Commit message (Expand)AuthorAgeFilesLines
* If we're requeuing we don't really want to continue to process the signalTed Gould2011-03-111-0/+1
* Removing applications before adding new ones.Ted Gould2011-03-111-0/+8
* A couple memory leaksTed Gould2011-03-111-1/+5
* Only clear the cancel if we're not being cancelledTed Gould2011-03-111-4/+6
* Unrefing the object, it might not happen right away, so let's clear it oursel...Ted Gould2011-03-111-3/+3
* If we're in the middle of a GetApplications and we get another signal, let's ...Ted Gould2011-03-111-0/+15
* Add a cancellable object for the GetApplications callTed Gould2011-03-111-1/+26
* Adding support for accessible descriptionsTed Gould2011-02-241-13/+42
|\
| * Switching things around so the icon switches with the description all the way...Ted Gould2011-02-241-47/+23
| * Adding a missing braceTed Gould2011-02-231-0/+1
| * Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description.Luke Yelavich2011-02-111-27/+3
| * accessible_name -> accessible_descLuke Yelavich2011-02-081-24/+24
| * Add accessible name supportLuke Yelavich2011-02-071-9/+85
* | Ensures the accessible description is NULLTed Gould2011-02-181-1/+1
* | don't abort on various unexpected situations; just spit out critical warningMichael Terry2011-02-111-1/+1
|/
* indicator-application: rename the method ApplicationScrollSignal to Applicati...Marco Trevisan (Treviño)2011-01-291-1/+1
* indicator-application: catch "scroll-entry" signal and send ApplicationScroll...Marco Trevisan (Treviño)2011-01-271-0/+25
* don't second guess service's new application, which caused our positions to g...Michael Terry2011-01-131-30/+1
* fix bug with gvariant string; port testMichael Terry2011-01-121-1/+1
* port to gdbusMichael Terry2011-01-111-143/+150
* Merging in support for GTK3/2 dual buildTed Gould2010-12-031-0/+7
|\
| * instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure...Michael Terry2010-10-061-0/+7
* | Syncing with trunk and resolving conflictsTed Gould2010-08-051-16/+56
|\ \
| * | Fixed two G_PARAM_SPECS and made it even more possible to remove the Sense Hofstede2010-07-221-2/+2
| * | Clean-up and renaming variables and functions everywhere to use icon_theme_pa...Sense Hofstede2010-07-221-27/+40
| * | trying to implement runtime theme-path changingC10uD2010-07-221-0/+34
| |/
* | Updating with helper when rebuilding.Ted Gould2010-08-051-0/+1
* | Tracking the long name along with the application entry.Ted Gould2010-08-051-10/+15
* | Check for suffix when updating icon as well! Ted Gould2010-08-051-1/+6
* | Showing and hiding the entries with removal.Ted Gould2010-08-051-0/+21
* | Reshuffling the signaling and making sure to ref the label.Ted Gould2010-08-051-8/+12
* | Not really sure what this TODO meant, so I'm removing it.Ted Gould2010-08-051-1/+0
* | Some slight refactoring and comments along with the ability to remove the ent...Ted Gould2010-08-051-10/+25
* | Building a label in the case that we don't have one already.Ted Gould2010-08-051-3/+10
* | Adding updating the guide and label size to the label update signalTed Gould2010-08-051-0/+11
* | Storing the guide and using it to bound the size of the label.Ted Gould2010-08-051-1/+55
* | Changing the prototype of the added function.Ted Gould2010-08-051-0/+2
* | Fix the check for the updated function signature.Ted Gould2010-08-041-1/+1
* | If it changes, let's update.Ted Gould2010-08-041-0/+6
* | If we get passed a label let's make a GTK one for fun.Ted Gould2010-08-041-1/+9
* | Adding in a base signal handler for the label changeTed Gould2010-08-041-0/+34
* | Updating signal emition to match new APITed Gould2010-08-041-1/+3
* | Changing prototypes to match DBus API change.Ted Gould2010-08-041-3/+5
|/
* Tracking the icon name and included the panel suffix for fallback usage.Ted Gould2010-03-291-1/+6
* Switching to use the update function.Ted Gould2010-03-111-3/+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
* Switching from menu size to design team sizeTed Gould2010-02-261-5/+9
* Handling the service resetting much better. Clearing out the old, but after ...Ted Gould2010-02-081-46/+170
|\