aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * New upstream versionMartin Pitt2009-04-145-10/+26
|\ | | | | | | | | | | * Applied the same fixes as Cody Russell's patch to indicator-messages to the finalize functions here. Should fix LP: #359018 completely. * Minor warnings fixes in search of solution to above.
| * * New upstream versionTed Gould2009-04-135-10/+26
| |\ | | | | | | | | | | | | | | | * Applied the same fixes as Cody Russell's patch to indicator-messages to the finalize functions here. Should fix LP: #359018 completely. * Minor warnings fixes in search of solution to above.
| | * 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.
| | * Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-113-9/+12
| | |
| * | Merging in core-devTed Gould2009-04-131-1/+1
| |\ \ | |/ / |/| |
* | | releasing version 0.1.5-0ubuntu1seb1282009-04-0820-120/+1080
|\| |
| * | Cleaning up changelogTed Gould2009-04-071-1/+1
| | |
| * | Merging in core-dev branchTed Gould2009-04-071-1/+1
| |\ \ | |/ / |/| |
* | | releasing version 0.1.4-0ubuntu1Martin Pitt2009-03-301-2/+2
| | |
* | | * New upstream versionMartin Pitt2009-03-307-29/+123
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changing the text in the license box to make sense. (LP: #346215) * Call GNOME Program Init to initialize all of the ATK and gettext stuff that needs to be initialized for it all to work. Patch from Eitan Isaacson. (LP: #349031) * Give the indicator applet an ATK name so it can be found by the accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031) * Making it so the 'No Indicators' situation uses a label instead of a desensitized menu item to allow right click through. (LP: #346359) * Remove the making of 'Indicator Applet Factory' translatable. (LP: #349540) * Make sure translations get loaded and make the 'No Indicators' error and the license translatable. Patch from Gabor Kelemen. (LP: #349998) * debian/control: Adding libgnomeui-dev as a dependency as it was added upstream.
| | * | Explicitly sets the about window's window icon. (LP: #356437)Ted Gould2009-04-071-0/+1
| | | |
| | * | Lots of fixes from trunkTed Gould2009-04-077-13/+81
| | |\|
| | | * 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
| | | |
| | * | on both client and server side. (LP: #353112)Ted Gould2009-04-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Makes it so that all objects down to the menu now use the gtkstyle naming from FUSA to ensure that they all pick up the theme hacks that are set for FUSA. (LP: #334490)
| | * | * debian/libindicate0.install changed to debian/libindicate1.installTed Gould2009-04-071-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | * New upstream version: * Adds new API for detecting interests of various listeners. Implemented on both client and server side. (LP: 353112)
| | * | Moving the install file.Ted Gould2009-04-071-0/+0
| | | |
| | * | debian/control: Switching libindicate0 to libindicate1 to expressTed Gould2009-04-075-11/+13
| | |\| | | | | | | | | | | | | the fact that the binary compatibility is broken.
| | | * 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
| | | |
| | * | Fixes for dev stuff.Ted Gould2009-04-063-17/+25
| | |\|
| | | * * 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.
| | * | Header fixes Ted Gould2009-04-031-2/+3
| | | |
| | * | Merge from upstream for header file fixes.Ted Gould2009-04-032-1/+2
| | |\|
| | | * Moving private interests out of the public header file.Ted Gould2009-04-032-1/+2
| | | |
| | * | Merging in dev stuff. This'll break things.Ted Gould2009-04-031-0/+6
| | | |
| | * | Merge in from the Dev branchTed Gould2009-04-0314-101/+970
| |/| | | | |/
| | * Not quite sure how these got added, but I'm not going toTed Gould2009-04-031-0/+108
| | | | | | | | | | | | | | | fight it.
| | * Trying to get to a sane state. I apparently don't know as muchTed Gould2009-04-031-2/+2
| | | | | | | | | | | | | | | about library versioning as I thought I did.
| | * Hiding all of the functions that part of the DBus interface in thatTed Gould2009-04-034-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 Gould2009-04-031-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 Gould2009-04-032-8/+8
| | | | | | | | | | | | front of them.
| | * Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exportedTed Gould2009-04-031-2/+2
| | |
| | * Getting to version 0.2.0Ted Gould2009-04-031-2/+2
| | |
| | * Trying to have more style information included so that we can get rid of the ↵Ted Gould2009-04-031-1/+18
| | | | | | | | | | | | focus line.
| | * Adding interests on new servers saying that we're displaying the indicators ↵Ted Gould2009-04-031-0/+5
| | | | | | | | | | | | and in the server.
| | * Fleshing out the functions in the listener to set interests.Ted Gould2009-04-032-2/+60
| | |
| | * Putting in some protection from crazy valuesTed Gould2009-04-021-0/+8
| | |
| | * Hiding debugTed Gould2009-04-021-7/+7
| | |
| | * Adding a bunch of debugging messages and fixing the lifecycle for the folk ↵Ted Gould2009-04-021-8/+24
| | | | | | | | | | | | pointer. Lots'o'fun. But things seem to be working.
| | * Filling in the dbus owner changing code. Now we should catch those.Ted Gould2009-04-021-0/+38
| | |
| | * Adding printouts for interest changes.Ted Gould2009-04-021-0/+14
| | |