aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Better debug printing.Ted Gould2010-08-111-1/+1
| |
* | We were using the wrong function, we want categories not statuses! Ted Gould2010-08-111-1/+25
| |
* | Putting the ordering index into the 'x' domain.Ted Gould2010-08-111-2/+2
| |
* | Flipping the orderTed Gould2010-08-111-1/+1
| |
* | Ensuring that we got a list of keys so we don't crashTed Gould2010-08-111-1/+8
| |
* | Checking for an override and applying it.Ted Gould2010-08-101-4/+9
| |
* | Fleshing out the loading overrides function.Ted Gould2010-08-101-0/+38
| |
* | Putting together the pieces to look for override filesTed Gould2010-08-101-0/+16
| |
* | Adding an override hash tableTed Gould2010-08-101-0/+11
| |
* | Updating to trunkTed Gould2010-08-101-8/+116
|\|
| * Syncing with trunk and resolving conflictsTed Gould2010-08-051-24/+68
| |\
| * | Fixing the prototype for the label changed signal.Ted Gould2010-08-041-2/+9
| | |
| * | Connecting to the application signal for new label and handling it ↵Ted Gould2010-08-041-0/+51
| | | | | | | | | | | | appropriately.
| * | Cast once, be happyTed Gould2010-08-041-6/+7
| | |
| * | Sending the label and the guide over dbus if we have them.Ted Gould2010-08-041-4/+4
| | |
| * | Start tracking the label and the label guide allong with the other ↵Ted Gould2010-08-041-0/+24
| | | | | | | | | | | | application properties.
| * | Whitespace fixTed Gould2010-08-041-14/+14
| | |
| * | Adding signal for label changing.Ted Gould2010-08-041-0/+8
| | |
| * | Adding the new entries to the list of the get_apps function.Ted Gould2010-08-041-0/+12
| | |
| * | Updating signal emition to match new APITed Gould2010-08-041-2/+4
| | |
| * | Adding defines for the new properties and signal.Ted Gould2010-08-041-0/+3
| | |
* | | Removing the LRU fileTed Gould2010-08-101-12/+4
| | |
* | | Setting the ordering ID.Ted Gould2010-08-101-0/+8
| | |
* | | Adding in an ordering index for application structuresTed Gould2010-08-101-0/+2
| | |
* | | Adding 'OrderingIndex' and realigning.Ted Gould2010-08-101-11/+12
| |/ |/|
* | Passing the updated icon theme path along with the DBus signal, saving a ↵Sense Egbert Hofstede2010-08-051-40/+17
| | | | | | | | DBus call.
* | 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-221-37/+33
| | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
* | trying to implement runtime theme-path changingC10uD2010-07-221-2/+73
|/
* 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-091-0/+21
|
* CommentsTed Gould2010-07-091-0/+2
|
* Adding some structures for approvers and making them real.Ted Gould2010-07-091-0/+29
|
* Adding a function to bring in approversTed Gould2010-07-091-0/+7
|
* Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() ↵Sense Hofstede2010-07-081-10/+12
| | | | | | | | | 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.
* 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
|
* Documentation and introspection fixes and suchSense Hofstede2010-05-231-28/+15
| | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings
* Checking for a null string as the attention icon.Ted Gould2010-02-191-1/+1
|
* Switching menu property to be an object path.Ted Gould2010-02-101-1/+10
|\
| * Falling back on string if that's what we get. Makes things compatible.Ted Gould2010-02-101-1/+7
| |
| * Ready to recieve the boxed type on the other side.Ted Gould2010-02-061-1/+4
| |
* | Getting the wrong string for the Attention Icon when looking at the propertiesTed Gould2010-02-061-1/+1
|/
* Changing the strings in the #defines here, but really we should be using the ↵Ted Gould2010-01-271-3/+3
| | | | enum.
* Updating to trunk (surprisingly without conflict)Ted Gould2010-01-201-3/+46
|\
| * Merge to get the current list of applications on startup.Ted Gould2010-01-201-3/+46
| |\
| | * Using the menu path instead of the item path.Ted Gould2010-01-151-1/+1
| | |
| | * Setting the proper type for the GValue of an 'o'Ted Gould2010-01-151-2/+2
| | |