aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| | * 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
| | |
* | | Protecting our _new a little bit.Ted Gould2010-01-191-0/+1
| | |
* | | Adding a _new function for the appstore and using it. It now takes the lru ↵Ted Gould2010-01-191-0/+13
|/ / | | | | | | file.
* | Move the check for duplicates.Cody Russell2010-01-191-25/+40
| |
* | Only add the Application if it doesn't already exist in the appstore.Cody Russell2010-01-141-2/+10
|/
* Putting the signal on the Class instead of the Instance.Ted Gould2010-01-081-3/+3
|
* Debug message cleanup.Ted Gould2010-01-081-2/+1
|
* When destroying the application free all the proxies.Ted Gould2010-01-081-0/+14
|
* Fleshing out some of the remove function. For some reason the appstore is ↵Ted Gould2010-01-081-0/+13
| | | | getting disposed, but that's the next thing to look at.
* Syncing to final icon-path changesTed Gould2010-01-081-1/+1
|\
| * Changing the property to 'IconThemePath' to make it more clear about what it ↵Ted Gould2010-01-081-1/+1
| | | | | | | | adjusts.
* | Merging in the icon_path branch to start to handle conflicts from there.Ted Gould2010-01-071-2/+16
|\|
| * Forgot to adjust the parameter count.Ted Gould2010-01-071-1/+1
| |
| * Handle the case of no icon path more gracefully, by just passing along the ↵Ted Gould2010-01-061-1/+9
| | | | | | | | null string.
| * Adding in the icon path to the list of parameters that are passed when we ↵Ted Gould2009-12-201-2/+4
| | | | | | | | have a new application.
* | A small refactoring of the code to get the position of an application.Ted Gould2010-01-071-36/+26
| |
* | Fleshing out the signal functions for updates. Some do more callbacks.Ted Gould2010-01-071-0/+105
| |
* | Moving the list of applications management into the state change function. ↵Ted Gould2010-01-071-25/+111
| | | | | | | | This makes it so that we can handle it appearing and disappearing all in one special place.
* | Adding in a status variableTed Gould2010-01-071-0/+9
| |
* | Adding an icon_changed signal to the application storeTed Gould2010-01-071-0/+8
| |
* | Cleaning up signal handlers.Ted Gould2010-01-071-3/+32
| |
* | Setting up and connecting to the item signalsTed Gould2010-01-071-1/+44
|/
* Adding in GPLv3 headers.Ted Gould2009-11-301-0/+22
|