Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Adding in an ordering index for application structures | Ted Gould | 2010-08-10 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | I like 'index' better than 'id' -- now everything is consistent. | Ted Gould | 2010-08-10 | 2 | -30/+30 | |
| | | | | | | ||||||
* | | | | | | Adding 'OrderingIndex' and realigning. | Ted Gould | 2010-08-10 | 1 | -11/+12 | |
| | | | | | | ||||||
* | | | | | | Providing accessors for the ordering_id property | Ted Gould | 2010-08-10 | 2 | -0/+46 | |
| | | | | | | ||||||
* | | | | | | Storing the value and allowing the get to use a generated value. | Ted Gould | 2010-08-10 | 1 | -0/+13 | |
| | | | | | | ||||||
* | | | | | | Uhg, wrong library | Ted Gould | 2010-08-10 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Brining generate-id into the fold | Ted Gould | 2010-08-10 | 3 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Writing a small little function to generate the ID. | Ted Gould | 2010-08-10 | 2 | -0/+87 | |
| | | | | | | ||||||
* | | | | | | Adding the ordering id property. | Ted Gould | 2010-08-10 | 1 | -1/+22 | |
| | | | | | | ||||||
* | | | | | | Adding the Ordering Index property | Ted Gould | 2010-08-09 | 1 | -0/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Changing the size of the class structure, the reason for the break. | Ted Gould | 2010-08-05 | 1 | -10/+24 | |
| | | | | | ||||||
* | | | | | Incrementing the major version number | Ted Gould | 2010-08-05 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fixing merge | Ted Gould | 2010-08-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Updating to trunk and resolve conflicts | Ted Gould | 2010-08-05 | 7 | -53/+219 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | 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 | |
| |/ / / | ||||||
* | | | | Turning null strings into NULLs | Ted Gould | 2010-08-03 | 1 | -0/+10 | |
| | | | | ||||||
* | | | | Signaling when the labels change in the idle loop | Ted Gould | 2010-08-03 | 1 | -2/+43 | |
| | | | | ||||||
* | | | | Reusing the application service marshallers, not beautiful, but it works for ↵ | Ted Gould | 2010-08-03 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | | now. | |||||
* | | | | Adding in a signal to tell when the label is updated. | Ted Gould | 2010-08-03 | 2 | -2/+31 | |
| | | | | ||||||
* | | | | Adding in the convience wrappers | Ted Gould | 2010-08-03 | 2 | -0/+63 | |
| | | | | ||||||
* | | | | Adding the label and guide fields to the private struct and tying that into ↵ | Ted Gould | 2010-08-03 | 1 | -0/+49 | |
| | | | | | | | | | | | | | | | | the properties. | |||||
* | | | | Setting up the label and lable guide properties. | Ted Gould | 2010-08-03 | 1 | -1/+40 | |
| |/ / |/| | | ||||||
* | | | Adding a property to guide the size of the label | Ted Gould | 2010-08-03 | 1 | -0/+2 | |
| | | | ||||||
* | | | This shouldn't be in Bazaar | Ted Gould | 2010-08-03 | 1 | -139/+0 | |
| | | | ||||||
* | | | Adding the label property and a signal for it changing. | Ted Gould | 2010-08-03 | 2 | -1/+5 | |
|/ / | ||||||
* | | 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. | |||||
| * | | 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 | |
| | | | ||||||
* | | | 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 | |
|/ / | ||||||
* | | 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 | |
| | |