Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge | Ted Gould | 2010-08-05 | 7 | -53/+221 |
|\ | | | | | | | * Allow the icon theme path to be changed dynamically (LP: #607831) | ||||
| * | Support dynamically changing the icon theme path. | Ted Gould | 2010-08-05 | 8 | -54/+222 |
| |\ | |||||
| | * | Passing the updated icon theme path along with the DBus signal, saving a ↵ | Sense Egbert Hofstede | 2010-08-05 | 4 | -48/+27 |
| | | | | | | | | | | | | DBus call. | ||||
| | * | Fixed two G_PARAM_SPECS and made it even more possible to remove the | Sense Hofstede | 2010-07-22 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | custom icon theme path. | ||||
| | * | Fix wrong naming that caused the signal to be missed | Sense Hofstede | 2010-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | Clean-up and renaming variables and functions everywhere to use ↵ | Sense Hofstede | 2010-07-22 | 7 | -98/+126 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though. | ||||
| | * | forgot some files | C10uD | 2010-07-22 | 2 | -4/+56 |
| | | | |||||
| | * | trying to implement runtime theme-path changing | C10uD | 2010-07-22 | 4 | -3/+113 |
| |/ | |||||
* | | Autogen update | Ted Gould | 2010-07-12 | 1 | -0/+1 |
| | | |||||
* | | * Merge upstream | Ted Gould | 2010-07-12 | 7 | -14/+171 |
|\| | | | | | | | * Adding an Approver API to remove things from the AppIndicators. | ||||
| * | When we have new apps we can ask the approver about them. | Ted Gould | 2010-07-09 | 1 | -0/+14 |
| | | |||||
| * | Looking at all the applications when we get a new approver. | Ted Gould | 2010-07-09 | 1 | -2/+32 |
| | | |||||
| * | Building the approver structure and putting it in the list. | Ted Gould | 2010-07-09 | 2 | -0/+23 |
| | | |||||
| * | Comments | Ted Gould | 2010-07-09 | 1 | -0/+2 |
| | | |||||
| * | Adding some structures for approvers and making them real. | Ted Gould | 2010-07-09 | 1 | -0/+29 |
| | | |||||
| * | For DBus to real objects, the signal shall travel. | Ted Gould | 2010-07-09 | 1 | -3/+9 |
| | | |||||
| * | Adding a function to bring in approvers | Ted Gould | 2010-07-09 | 2 | -4/+14 |
| | | |||||
| * | Sync to trunk | Ted Gould | 2010-07-09 | 3 | -14/+19 |
| |\ | |||||
| | * | Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() ↵ | Sense Hofstede | 2010-07-08 | 2 | -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 boolean | Ted Gould | 2010-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Adding in a template function to register approvers. | Ted Gould | 2010-06-25 | 2 | -0/+9 |
| | | | |||||
| * | | Adding a function to register an approver. | Ted Gould | 2010-06-25 | 1 | -0/+6 |
| | | | |||||
| * | | Adding an approver interface. | Ted Gould | 2010-06-25 | 2 | -0/+23 |
| | | | |||||
* | | | Import upstream version 0.2.2 | Ted Gould | 2010-07-08 | 1 | -4/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Working with the better container signals | Ted Gould | 2010-07-07 | 1 | -4/+4 |
| |\ \ | | |/ | |/| | |||||
| | * | Changing signal names and getting the ones on the base menu as well. | Ted Gould | 2010-06-11 | 1 | -4/+4 |
| | | | |||||
| | * | Changing the signal names | Ted Gould | 2010-06-11 | 1 | -2/+2 |
| | | | |||||
* | | | Import upstream version 0.2.1 | Ted Gould | 2010-06-21 | 2 | -2/+16 |
|\| | | |||||
| * | | Remove the assert with checking if the value is NULL. | Ted Gould | 2010-06-18 | 1 | -3/+7 |
| | | | |||||
| * | | Use class ref and unref to allocate it if need be. | Ted Gould | 2010-06-17 | 1 | -2/+6 |
| | | | |||||
| * | | Reworking to make more clear and use the GEnumValue structure correctly. | Ted Gould | 2010-06-17 | 1 | -1/+7 |
| | | | |||||
| * | | Icon name shouldn't be construct only. | Ted Gould | 2010-06-17 | 1 | -1/+1 |
| | | | |||||
* | | | Import upstream version 0.2.0 | Ted Gould | 2010-06-03 | 18 | -1002/+431 |
|\| | | |||||
| * | | Merging in trunk | Ted Gould | 2010-06-01 | 6 | -90/+116 |
| |\ \ | |||||
| | * \ | Fixes to docuementation and making the enums build correctly with gtk-mkenum | Ted Gould | 2010-06-01 | 6 | -92/+118 |
| | |\ \ | |||||
| | | * | | Documentation and introspection fixes and such | Sense Hofstede | 2010-05-23 | 6 | -90/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings | ||||
| * | | | | Fixing which sources are marked as BUILT | Ted Gould | 2010-05-20 | 1 | -8/+14 |
| | | | | | |||||
| * | | | | Okay, now everyone is in the right directory, I think. | Ted Gould | 2010-05-20 | 1 | -5/+7 |
| | | | | | |||||
| * | | | | Need to look for things in the source directory too! | Ted Gould | 2010-05-20 | 1 | -1/+1 |
| |/ / / | |||||
| * / / | Fix C includes fro teh VAPI/GIR files | Ted Gould | 2010-05-20 | 1 | -2/+4 |
| |/ / | |||||
| * | | Adding GIR/VAPI support and flattening directories | Ted Gould | 2010-05-20 | 6 | -12/+65 |
| |\ \ | | |/ | |/| | |||||
| | * | Now, build us a VAPI! | Ted Gould | 2010-04-29 | 1 | -0/+19 |
| | | | |||||
| | * | Building the GIR file | Ted Gould | 2010-04-29 | 1 | -0/+34 |
| | | | |||||
| | * | Removing the libappindicator directory to make things simpler | Ted Gould | 2010-04-29 | 6 | -12/+12 |
| | | | |||||
* | | | Import upstream version 0.0.20 | Ted Gould | 2010-05-20 | 3 | -9/+21 |
|\| | | |||||
| * | | Changing it so the object gets unref'd | Ted Gould | 2010-05-19 | 1 | -0/+6 |
| |/ | |||||
| * | Adding assembly info for Mono bindings | Ted Gould | 2010-04-14 | 1 | -6/+9 |
| |\ | |||||
| | * | Add G_LOG_DOMAIN support to the various targets for better messages | Neil Jagdish Patel | 2010-04-13 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | modified: src/Makefile.am | ||||
* | | | Import upstream version 0.0.19 | Ted Gould | 2010-04-01 | 14 | -52/+2092 |
|\| | | |||||
| * | | Moving field documentation into a different comment block so that they're ↵ | Ted Gould | 2010-04-01 | 2 | -5/+12 |
| |/ | | | | | | | private |