Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding the object tests into the build. | Ted Gould | 2009-12-21 | 2 | -0/+25 |
| | |||||
* | Starting a framework for object testing. | Ted Gould | 2009-12-21 | 1 | -0/+60 |
| | |||||
* | Making sure we get our function. | Ted Gould | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | Switching to just being a string and a pointer. | Ted Gould | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Changing the prototype on the signal so that it isn't a string, but a value. | Ted Gould | 2009-12-18 | 2 | -3/+3 |
| | |||||
* | Fixing MASSIVEDEBUGGING as it was still looking for a string. | Ted Gould | 2009-12-18 | 1 | -1/+5 |
| | |||||
* | Not setting the underline for seperators. | Ted Gould | 2009-12-17 | 1 | -1/+0 |
| | |||||
* | Updating to trunk | Ted Gould | 2009-12-17 | 0 | -0/+0 |
|\ | |||||
| * | Syncing up with the 0.1 branch | Ted Gould | 2009-12-10 | 0 | -0/+0 |
| |\ | |||||
| | * | 0.1.8 | Ted Gould | 2009-12-10 | 1 | -3/+3 |
| | | | |||||
| | * | Merge in some of the changes from the 0.2 branch. Specifically we're taking: | Ted Gould | 2009-12-10 | 6 | -11/+77 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | * Changing the name to org.ayatana * Underline fixes * Documenation of the DBus API We're not taking * Updates to the test suite * New tools | ||||
| * | | Don't set underline to TRUE if it's a separator menuitem | Cody Russell | 2009-12-10 | 1 | -1/+0 |
| | | | |||||
| * | | Making generated items understand underlines in labels. | Cody Russell | 2009-12-09 | 1 | -0/+3 |
| |\ \ | |||||
| * \ \ | Fixing includes in the dbusmenu-gtk client.h | Cody Russell | 2009-12-09 | 1 | -2/+1 |
| |\ \ \ | |||||
* | | | | | Handling the case of getting an image with the purpose of clearing the ↵ | Ted Gould | 2009-12-17 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | label. Also showing the image. | ||||
* | | | | | Adding in a layout that has all kinds of different checks in it. | Ted Gould | 2009-12-17 | 1 | -0/+49 |
| | | | | | |||||
* | | | | | We killed the image item, time to update the tests. | Ted Gould | 2009-12-17 | 1 | -14/+14 |
| | | | | | |||||
* | | | | | Fleshing out the image functions for our generic item. | Ted Gould | 2009-12-17 | 1 | -3/+67 |
| | | | | | |||||
* | | | | | Trying to reduce the complexity of adding a label. Now we can detect the ↵ | Ted Gould | 2009-12-17 | 1 | -23/+68 |
| | | | | | | | | | | | | | | | | | | | | various cases and make sense of them. Which is kinda nice. More confident in this code. | ||||
* | | | | | License headers. I hate these. | Ted Gould | 2009-12-17 | 2 | -0/+56 |
| | | | | | |||||
* | | | | | Adding in an activate function so that we don't toggle our value on click. ↵ | Ted Gould | 2009-12-16 | 1 | -14/+29 |
| | | | | | | | | | | | | | | | | | | | | We're letting the application handle that. But, in turn, it turns out that is the only way to set the active property. So without an activate function, we can't set it. So, we're taking a lot more responsibility for setting it properly when we want to. | ||||
* | | | | | Making sure a value is passed even if we're not using it for clicked. | Ted Gould | 2009-12-16 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Protect against NULL values and treat them as default values. | Ted Gould | 2009-12-16 | 1 | -12/+16 |
| | | | | | |||||
* | | | | | Adding some debug messages to the printout. | Ted Gould | 2009-12-16 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Handline the toggle based properties | Ted Gould | 2009-12-16 | 1 | -0/+49 |
| | | | | | |||||
* | | | | | Set alignment on the labels. | Ted Gould | 2009-12-16 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Yeah, gotta show those labels. | Ted Gould | 2009-12-16 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Switching the client over to creating generic items. | Ted Gould | 2009-12-16 | 1 | -6/+12 |
| | | | | | |||||
* | | | | | Using the GValues instead of setting the strings. | Ted Gould | 2009-12-16 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Woot, a set label function. | Ted Gould | 2009-12-16 | 1 | -0/+40 |
| | | | | | |||||
* | | | | | Comments | Ted Gould | 2009-12-16 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | Stupid formating changes. | Ted Gould | 2009-12-16 | 1 | -8/+8 |
| | | | | | |||||
* | | | | | Stubs for setting and getting the image and label. | Ted Gould | 2009-12-16 | 2 | -0/+42 |
| | | | | | |||||
* | | | | | Setting the properties based on the enum value changes. | Ted Gould | 2009-12-16 | 1 | -0/+24 |
| | | | | | |||||
* | | | | | Building up the case statements. | Ted Gould | 2009-12-15 | 2 | -1/+25 |
| | | | | | |||||
* | | | | | Functions for setting the check type and state of the check. | Ted Gould | 2009-12-15 | 2 | -1/+50 |
| | | | | | |||||
* | | | | | Better handling of the draw_indicator function, as in, this one will ↵ | Ted Gould | 2009-12-15 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | actually work. | ||||
* | | | | | Setting up enums for the type of check and the state of it. | Ted Gould | 2009-12-15 | 2 | -5/+22 |
| | | | | | |||||
* | | | | | Slight cleanups, getting this code going. | Ted Gould | 2009-12-15 | 2 | -19/+46 |
| | | | | | |||||
* | | | | | Building the basic generic menu item. | Ted Gould | 2009-12-15 | 4 | -0/+86 |
| | | | | | |||||
* | | | | | Transition the dumper to getting values and converting them to strings ↵ | Ted Gould | 2009-12-15 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | instead of only using strings. | ||||
* | | | | | Switching around the visible and sensitive handling to use our new fancy ↵ | Ted Gould | 2009-12-15 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | getters so that we have consistent handling there. | ||||
* | | | | | Adding in transforms for our getters. | Ted Gould | 2009-12-15 | 1 | -2/+20 |
| | | | | | |||||
* | | | | | Adding in a couple of transfer functions so that we can be backwards ↵ | Ted Gould | 2009-12-15 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | compatible with our string way of doing things. | ||||
* | | | | | Docs for the new functions. | Ted Gould | 2009-12-15 | 1 | -0/+50 |
| | | | | | |||||
* | | | | | Basic implementation of some helper getter/setters for GValues with int and ↵ | Ted Gould | 2009-12-15 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | bools | ||||
* | | | | | Killing the image item as it's own beast. | Ted Gould | 2009-12-09 | 1 | -36/+14 |
| | | | | | |||||
* | | | | | Flow through GValue changes. | Ted Gould | 2009-12-09 | 1 | -13/+14 |
| | | | | | |||||
* | | | | | Cleaning up our types. No more image type (but leaving to not confuse) and ↵ | Ted Gould | 2009-12-09 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | adding in the properties needed for toggle stuff. | ||||
* | | | | | Making generated items understand underlines in labels. | Cody Russell | 2009-12-09 | 1 | -0/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | |