Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing to an icon and a lable and building our own item | Ted Gould | 2009-04-21 | 1 | -2/+21 |
| | |||||
* | Putting in and checking version information to ensure we all agree about the ↵ | Ted Gould | 2009-04-21 | 2 | -0/+9 |
| | | | | header version | ||||
* | Fixing and using the new indicator header. This will help to connect things ↵ | Ted Gould | 2009-04-21 | 2 | -8/+20 |
| | | | | together and make them actually work in a reasonably type safe way. | ||||
* | Moving the indicators directory to match libindicator | Ted Gould | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Setting the indicators directory manually | Ted Gould | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Creating an indicator lib to make sure we can attach all these things together. | Ted Gould | 2009-04-21 | 6 | -0/+51 |
| | |||||
* | Chaning the include so that it works for make distcheck | Ted Gould | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | Adding in support for finding out if people are interesting on the bus using ↵ | Ted Gould | 2009-04-13 | 2 | -8/+105 |
|\ | | | | | | | introspection instead of sending a random function call to them and seeing what happens. | ||||
| * | Commenting out some debug messages | Ted Gould | 2009-04-13 | 1 | -2/+3 |
| | | |||||
| * | Less debug | Ted Gould | 2009-04-13 | 1 | -1/+1 |
| | | |||||
| * | Ah, a typo. Bother. | Ted Gould | 2009-04-13 | 1 | -1/+1 |
| | | |||||
| * | Okay, connected into that other there code... let's see what happens. | Ted Gould | 2009-04-13 | 1 | -7/+11 |
| | | |||||
| * | Fleshing out some | Ted Gould | 2009-04-13 | 1 | -0/+10 |
| | | |||||
| * | Whoa, it like builds and stuff | Ted Gould | 2009-04-13 | 1 | -6/+55 |
| | | |||||
| * | Updating from trunk | Ted Gould | 2009-04-12 | 3 | -9/+12 |
| |\ | |||||
| * | | Proto-pseudo-code for the introspection functions that are going to be needed | Ted Gould | 2009-04-12 | 1 | -0/+31 |
| | | | |||||
| * | | Adding in libxml linking | Ted Gould | 2009-04-10 | 1 | -1/+3 |
| | | | |||||
* | | | Fixes to the finalize functions. | Ted Gould | 2009-04-13 | 3 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Making into a 60.1.6 | Ted Gould | 2009-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | Adding a bug number | Ted Gould | 2009-04-13 | 0 | -0/+0 |
| | | | |||||
| * | | Adding in call to the parent class' finalize function as well, this should ↵ | Ted Gould | 2009-04-13 | 3 | -0/+4 |
| | | | | | | | | | | | | free all the way up to the top. | ||||
* | | | Some slight code cleanups to remove warnings | Ted Gould | 2009-04-12 | 3 | -9/+12 |
|\| | | |/ |/| | |||||
| * | Fixing some pedantic little bugs to try and figure out what's causing 359018 | Ted Gould | 2009-04-11 | 3 | -9/+12 |
| | | |||||
* | | Dummy to put bug number in. | Ted Gould | 2009-04-10 | 0 | -0/+0 |
| | | |||||
* | | Create the virtual function for checking interest. | Ted Gould | 2009-04-10 | 1 | -0/+13 |
| | | |||||
* | | Merging in Eitan's gtype-ify of the enums and the IndicateListener... objects. | Ted Gould | 2009-04-10 | 5 | -10/+81 |
|\ \ | |||||
| * | | gtypify IndicateListenerIndicator | Eitan Isaacson | 2009-04-10 | 2 | -5/+16 |
| | | | |||||
| * | | changed IndicateListenerServer to a gtyped pointer instead of a gboxed. | Eitan Isaacson | 2009-04-10 | 2 | -22/+10 |
| | | | |||||
| * | | Changed marshallers to GBoxed for IndicatorListenerServer. | Eitan Isaacson | 2009-04-08 | 2 | -29/+15 |
| | | | | | | | | | | | | | | | Make copy/free functions empty for now. | ||||
| * | | GBoxed IndicateListenerServer | Eitan Isaacson | 2009-04-08 | 2 | -0/+42 |
| | | | |||||
| * | | gtypified the interests enum. | Eitan Isaacson | 2009-04-08 | 3 | -9/+44 |
| |/ | |||||
* / | Marking the dev branch as such. | Ted Gould | 2009-04-10 | 1 | -1/+1 |
|/ | |||||
* | Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5 | Ted Gould | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Clearing another warning. Shame gdk doesn't do this one for us. | Ted Gould | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly ↵ | Ted Gould | 2009-04-07 | 2 | -5/+5 |
| | | | | as the prototypes had moved. | ||||
* | Ignoring our new test | Ted Gould | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Patch from Eitan Isaacson to remove a ref/unref infinite loop that ↵ | Ted Gould | 2009-04-07 | 1 | -3/+7 |
| | | | | effectively made it so that we kept our objects forever. While we love them, at some point we need to say goodbye. | ||||
* | Making it so that we don't register the object twice. This is really | Ted Gould | 2009-04-07 | 1 | -3/+9 |
| | | | | | | a work around, but it's atleast fixes the crasher. Which sucked. We need to work with the dbus folks to make this better. | ||||
* | Adding show hide server test from Eitan on bug 351537 | Ted Gould | 2009-04-07 | 2 | -1/+57 |
| | |||||
* | I finally understood what seb128 told me about the version numbering. | Ted Gould | 2009-04-07 | 1 | -2/+2 |
| | | | | | I feel so stupid for not understanding before :) | ||||
* | Hiding some debugging messages. | Ted Gould | 2009-04-07 | 1 | -6/+6 |
| | |||||
* | Simplifying error message | Ted Gould | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | * Some debug messages | Ted Gould | 2009-04-06 | 2 | -17/+24 |
| | | | | | | | | * Making the comparison of interests detect changings properly * Correctly use g_list_remove in several cases making for long lists * Using g_list_prepend instead of append because it's faster. * Checking whether we've got proxies before destroying them. | ||||
* | Moving private interests out of the public header file. | Ted Gould | 2009-04-03 | 2 | -1/+2 |
| | |||||
* | Not quite sure how these got added, but I'm not going to | Ted Gould | 2009-04-03 | 1 | -0/+108 |
| | | | | | fight it. | ||||
* | Trying to get to a sane state. I apparently don't know as much | Ted Gould | 2009-04-03 | 1 | -2/+2 |
| | | | | | about library versioning as I thought I did. | ||||
* | Hiding all of the functions that part of the DBus interface in that | Ted Gould | 2009-04-03 | 4 | -28/+32 |
| | | | | | | | now they're all prefixed with '_' so that they don't get exported as part of the library symbols. This should simplify everything a little bit for implementors. | ||||
* | Getting rid of everything starting with 'd'. This gets rid of the dbus ↵ | Ted Gould | 2009-04-03 | 1 | -1/+1 |
| | | | | stuff that isn't set up to be static, which is silly. | ||||
* | Hiding the marshsallers from the libraries in the symbols by adding a _ in ↵ | Ted Gould | 2009-04-03 | 2 | -8/+8 |
| | | | | front of them. | ||||
* | Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exported | Ted Gould | 2009-04-03 | 1 | -2/+2 |
| |