aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
Commit message (Collapse)AuthorAgeFilesLines
* don't second guess service's new application, which caused our positions to ↵Michael Terry2011-01-131-30/+1
| | | | get out of sync with the service if it was a bit confused
* 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 ↵Michael Terry2010-10-061-0/+7
| | | | | | | | configure to specify which to build with
* | 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
| | | | | | | | | | | | | | | custom icon theme path.
| * | Clean-up and renaming variables and functions everywhere to use ↵Sense Hofstede2010-07-221-27/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
| * | 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 ↵Ted Gould2010-08-051-10/+25
| | | | | | | | entries and recreate them.
* | 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
|\ | | | | | | ensuring they won't come back.
| * Boolean again! Ted Gould2010-02-061-1/+1
| |
| * Adding check to look for privates gotten on invalid objects.Ted Gould2010-02-061-2/+7
| |
| * Handling if we get duplicate entries added, just recycling.Ted Gould2010-02-061-0/+41
| |
| * Now we're actively killing.Ted Gould2010-02-061-2/+17
| |
| * Setting up the disconnected helpers and structure.Ted Gould2010-02-061-3/+39
| |
| * Changing the proxy to only build if we need it, and not destroy itself on ↵Ted Gould2010-02-061-43/+45
| | | | | | | | killing the process. There's really no reason for that.
| * Making room for a disconnected function.Ted Gould2010-02-061-3/+28
| |
* | More logging from our app indicator on icon changesTed Gould2010-02-061-0/+2
|/
* Changing the suffix to 'panel'Ted Gould2010-02-011-1/+1
|
* Truth. Bad, Bad, truth.Ted Gould2010-01-241-2/+2
|
* When setting or changing an icon first check to see if there is a panel ↵Ted Gould2010-01-241-2/+24
| | | | specific icon that we should be using.
* Implements the get_location function to place the entires.Ted Gould2010-01-201-0/+11
|
* Add tracking and refcounting of theme directories. Unregister them when ↵Ted Gould2010-01-201-2/+103
|\ | | | | | | we're done.
| * Removing shutdown printfTed Gould2010-01-141-1/+0
| |
| * Actually unref'ing the dir and fixing the truth there.Ted Gould2010-01-141-2/+3
| |
| * Merging in the warnings branch.Ted Gould2010-01-141-0/+4
| |\
| * | Debug message for directories.Ted Gould2010-01-141-0/+1
| | |