aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get the submenu set right.Ted Gould2009-04-221-2/+2
|
* Slipping in the hboxTed Gould2009-04-221-0/+3
|
* Oops, cut and paste error, pulling up the wrong symbolsTed Gould2009-04-221-6/+7
|
* Turning versions into a function and adding a name symbol. Not yet used though.Ted Gould2009-04-222-5/+17
|
* Wow, the genius of making a symbol you want to export static is simply ↵Ted Gould2009-04-221-1/+1
| | | | amazing. It's truly a wonder of nature that I can tie my shoes in the morning.
* Oops, not what I wanted. These should have been prototypes not global ↵Ted Gould2009-04-221-3/+3
| | | | variables. Takes a second to think about it, but yeah, that's what they were.
* Forgot a + on gtkTed Gould2009-04-221-1/+1
|
* Changing to an icon and a lable and building our own itemTed Gould2009-04-211-2/+21
|
* Putting in and checking version information to ensure we all agree about the ↵Ted Gould2009-04-212-0/+9
| | | | header version
* Fixing and using the new indicator header. This will help to connect things ↵Ted Gould2009-04-212-8/+20
| | | | together and make them actually work in a reasonably type safe way.
* Moving the indicators directory to match libindicatorTed Gould2009-04-211-1/+1
|
* Setting the indicators directory manuallyTed Gould2009-04-211-1/+1
|
* Creating an indicator lib to make sure we can attach all these things together.Ted Gould2009-04-216-0/+51
|
* Chaning the include so that it works for make distcheckTed Gould2009-04-201-1/+1
|
* Adding in support for finding out if people are interesting on the bus using ↵Ted Gould2009-04-132-8/+105
|\ | | | | | | introspection instead of sending a random function call to them and seeing what happens.
| * Commenting out some debug messagesTed Gould2009-04-131-2/+3
| |
| * Less debugTed Gould2009-04-131-1/+1
| |
| * Ah, a typo. Bother.Ted Gould2009-04-131-1/+1
| |
| * Okay, connected into that other there code... let's see what happens.Ted Gould2009-04-131-7/+11
| |
| * Fleshing out someTed Gould2009-04-131-0/+10
| |
| * Whoa, it like builds and stuffTed Gould2009-04-131-6/+55
| |
| * Updating from trunkTed Gould2009-04-123-9/+12
| |\
| * | Proto-pseudo-code for the introspection functions that are going to be neededTed Gould2009-04-121-0/+31
| | |
| * | Adding in libxml linkingTed Gould2009-04-101-1/+3
| | |
* | | Fixes to the finalize functions.Ted Gould2009-04-133-0/+4
|\ \ \ | |_|/ |/| |
| * | Making into a 60.1.6Ted Gould2009-04-131-1/+1
| | |
| * | Adding a bug numberTed Gould2009-04-130-0/+0
| | |
| * | Adding in call to the parent class' finalize function as well, this should ↵Ted Gould2009-04-133-0/+4
| | | | | | | | | | | | free all the way up to the top.
* | | Some slight code cleanups to remove warningsTed Gould2009-04-123-9/+12
|\| | | |/ |/|
| * Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-113-9/+12
| |
* | Dummy to put bug number in.Ted Gould2009-04-100-0/+0
| |
* | Create the virtual function for checking interest.Ted Gould2009-04-101-0/+13
| |
* | Merging in Eitan's gtype-ify of the enums and the IndicateListener... objects.Ted Gould2009-04-105-10/+81
|\ \
| * | gtypify IndicateListenerIndicatorEitan Isaacson2009-04-102-5/+16
| | |
| * | changed IndicateListenerServer to a gtyped pointer instead of a gboxed.Eitan Isaacson2009-04-102-22/+10
| | |
| * | Changed marshallers to GBoxed for IndicatorListenerServer.Eitan Isaacson2009-04-082-29/+15
| | | | | | | | | | | | | | | Make copy/free functions empty for now.
| * | GBoxed IndicateListenerServerEitan Isaacson2009-04-082-0/+42
| | |
| * | gtypified the interests enum.Eitan Isaacson2009-04-083-9/+44
| |/
* / Marking the dev branch as such.Ted Gould2009-04-101-1/+1
|/
* Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5Ted Gould2009-04-071-0/+1
|
* Clearing another warning. Shame gdk doesn't do this one for us.Ted Gould2009-04-071-1/+1
|
* Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly ↵Ted Gould2009-04-072-5/+5
| | | | as the prototypes had moved.
* Ignoring our new testTed Gould2009-04-071-0/+1
|
* Patch from Eitan Isaacson to remove a ref/unref infinite loop that ↵Ted Gould2009-04-071-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 reallyTed Gould2009-04-071-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 351537Ted Gould2009-04-072-1/+57
|
* I finally understood what seb128 told me about the version numbering.Ted Gould2009-04-071-2/+2
| | | | | I feel so stupid for not understanding before :)
* Hiding some debugging messages.Ted Gould2009-04-071-6/+6
|
* Simplifying error messageTed Gould2009-04-071-1/+1
|
* * Some debug messagesTed Gould2009-04-062-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.