aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
Commit message (Collapse)AuthorAgeFilesLines
* Switching a few status checks to look at the visible stateTed Gould2010-08-111-3/+3
|
* Make it so that an approver that gets free'd gets removed from the ↵Ted Gould2010-08-111-1/+16
| | | | applications list of approval.
* Moving some TODOsTed Gould2010-08-111-2/+1
|
* Changing the apply_status function to be less about applying the status and ↵Ted Gould2010-08-111-30/+47
| | | | more about trying to apply a visual state that can be determined by things like approvers. This means that it doesn't get passed the status.
* Making sure to clean up the approved by listTed Gould2010-08-111-0/+3
|
* Adding a visible state entry to the application structureTed Gould2010-08-111-0/+8
|
* Managing the list with the approver returns.Ted Gould2010-08-111-0/+9
|
* Changing to a list, we're going to need to track who so when they disconnect ↵Ted Gould2010-08-111-2/+2
| | | | we can know the state change.
* Adding a count for the number of approvers that have approved the application.Ted Gould2010-08-111-0/+2
|
* Syncing with trunk and resolving conflictsTed Gould2010-08-051-24/+68
|\
| * 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
| |
* | 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
|/
* 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
| | |
| | * Better init value and adding error to prototype.Ted Gould2010-01-151-3/+3
| | |
| | * Returning truth.Ted Gould2010-01-141-1/+1
| | |
| | * Fleshing out returning the list of apps already there.Ted Gould2010-01-141-2/+45
| | |
* | | Switching to inserting in the application array using a sort function. ↵Ted Gould2010-01-191-6/+14
| | | | | | | | | | | | Looking that up in the LRU file DB.
* | | Adding in the 'id' and 'category' fields to the application structure.Ted Gould2010-01-191-0/+15
| | |