aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream MergeTed Gould2010-08-0511-55/+252
|\ | | | | | | * Allow the icon theme path to be changed dynamically (LP: #607831)
| * Support dynamically changing the icon theme path.Ted Gould2010-08-0511-56/+246
| |\
| | * Passing the updated icon theme path along with the DBus signal, saving a ↵Sense Egbert Hofstede2010-08-054-48/+27
| | | | | | | | | | | | DBus call.
| | * Fixed two G_PARAM_SPECS and made it even more possible to remove the Sense Hofstede2010-07-222-4/+4
| | | | | | | | | | | | | | | custom icon theme path.
| | * Fix wrong naming that caused the signal to be missedSense Hofstede2010-07-221-1/+1
| | |
| | * Clean-up and renaming variables and functions everywhere to use ↵Sense Hofstede2010-07-229-103/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
| | * forgot some filesC10uD2010-07-223-4/+65
| | |
| | * trying to implement runtime theme-path changingC10uD2010-07-224-3/+113
| |/
* | Updating to Ubuntu DesktopTed Gould2010-07-151-1/+1
|\ \
| * \ releasing version 0.2.3-0ubuntu1Ken VanDine2010-07-1523-99/+650
| |\ \ | |/ / |/| |
* | | releasing version 0.2.3-0ubuntu1~ppa1Ted Gould2010-07-151-2/+2
| | |
* | | New upstream release.Ted Gould2010-07-1512-87/+205
|\ \ \
| * \ \ Import upstream version 0.2.3Ted Gould2010-07-1522-99/+642
| |\ \ \ | | | |/ | | |/|
| | * | 0.2.30.2.3Ted Gould2010-07-151-2/+2
| | | |
* | | | releasing version 0.2.2-0ubuntu2~ppa2Ted Gould2010-07-131-2/+2
| | | |
* | | | Autogen updateTed Gould2010-07-132-1/+3
| | | |
* | | | * Merge upstreamTed Gould2010-07-133-0/+17
|\ \ \ \ | | |/ / | |/| | | | | | * Fixing test for slower machines
| * | | Adjusting the tests so they can deal with slow systems better.Ted Gould2010-07-133-0/+11
| |\ \ \
| | * | | Ignoring the tester scriptTed Gould2010-07-121-0/+1
| | | | |
| | * | | Add a fail timeout so this test can't block.Ted Gould2010-07-121-0/+9
| | | | |
| | * | | Adding in setting the environment variable to adjust the timeout to be twice ↵Ted Gould2010-07-121-0/+1
| |/ / / | | | | | | | | | | | | as long for slow systems.
* | | | releasing version 0.2.2-0ubuntu2~ppa1Ted Gould2010-07-121-2/+2
| | | |
* | | | Autogen updateTed Gould2010-07-123-10/+63
| | | |
* | | | * Merge upstreamTed Gould2010-07-1210-14/+375
|\| | | | | | | | | | | | | | | * Adding an Approver API to remove things from the AppIndicators.
| * | | Putting in a basic approver API.Ted Gould2010-07-1210-4/+356
| |\ \ \
| | * | | Need the built headers tooTed Gould2010-07-091-1/+2
| | | | |
| | * | | Oops, with a menu we're all GTK now.Ted Gould2010-07-091-1/+1
| | | | |
| | * | | Building up to a formal testTed Gould2010-07-091-0/+9
| | | | |
| | * | | Filling out the approve function.Ted Gould2010-07-091-0/+6
| | | | |
| | * | | Filling out the approver prototypeTed Gould2010-07-091-4/+7
| | | | |
| | * | | Building an application indicator too! Ted Gould2010-07-092-1/+15
| | | | |
| | * | | Making the registration async to clean things up, and async is better anyway.Ted Gould2010-07-091-8/+16
| | | | |
| | * | | Some more error handling and better debug messages.Ted Gould2010-07-091-3/+24
| | | | |
| | * | | Helpful debug infoTed Gould2010-07-091-1/+5
| | | | |
| | * | | Okay, so now we're detecing when the watcher comes up, and registering ↵Ted Gould2010-07-091-3/+44
| | | | | | | | | | | | | | | | | | | | ourselves as the approver.
| | * | | Adding a new sample approverTed Gould2010-07-093-0/+91
| | | | |
| | * | | 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-094-16/+21
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Use a private pointer instead of a lookup.Ted Gould2010-07-082-10/+15
| |\ \ \ \
| | * | | | 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.
| | | * | | 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-253-0/+25
| | | | | |