Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * debian/libindicate0.install changed to debian/libindicate1.install | Ted Gould | 2009-04-07 | 1 | -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 Gould | 2009-04-07 | 1 | -0/+0 |
| | |||||
* | debian/control: Switching libindicate0 to libindicate1 to express | Ted Gould | 2009-04-07 | 5 | -11/+13 |
|\ | | | | | | | the fact that the binary compatibility is broken. | ||||
| * | 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 |
| | | |||||
* | | Fixes for dev stuff. | Ted Gould | 2009-04-06 | 3 | -17/+25 |
|\| | |||||
| * | * 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. | ||||
* | | Header fixes | Ted Gould | 2009-04-03 | 1 | -2/+3 |
| | | |||||
* | | Merge from upstream for header file fixes. | Ted Gould | 2009-04-03 | 2 | -1/+2 |
|\| | |||||
| * | Moving private interests out of the public header file. | Ted Gould | 2009-04-03 | 2 | -1/+2 |
| | | |||||
* | | Merging in dev stuff. This'll break things. | Ted Gould | 2009-04-03 | 1 | -0/+6 |
| | | |||||
* | | Merge in from the Dev branch | Ted Gould | 2009-04-03 | 14 | -101/+970 |
|\| | |||||
| * | 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 |
| | | |||||
| * | Getting to version 0.2.0 | Ted Gould | 2009-04-03 | 1 | -2/+2 |
| | | |||||
| * | Trying to have more style information included so that we can get rid of the ↵ | Ted Gould | 2009-04-03 | 1 | -1/+18 |
| | | | | | | | | focus line. | ||||
| * | Adding interests on new servers saying that we're displaying the indicators ↵ | Ted Gould | 2009-04-03 | 1 | -0/+5 |
| | | | | | | | | and in the server. | ||||
| * | Fleshing out the functions in the listener to set interests. | Ted Gould | 2009-04-03 | 2 | -2/+60 |
| | | |||||
| * | Putting in some protection from crazy values | Ted Gould | 2009-04-02 | 1 | -0/+8 |
| | | |||||
| * | Hiding debug | Ted Gould | 2009-04-02 | 1 | -7/+7 |
| | | |||||
| * | Adding a bunch of debugging messages and fixing the lifecycle for the folk ↵ | Ted Gould | 2009-04-02 | 1 | -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 Gould | 2009-04-02 | 1 | -0/+38 |
| | | |||||
| * | Adding printouts for interest changes. | Ted Gould | 2009-04-02 | 1 | -0/+14 |
| | | |||||
| * | Connecting in the DBus messaging that we need. | Ted Gould | 2009-04-02 | 1 | -4/+40 |
| | | |||||
| * | Fleshing out the interest setting and removing functions. | Ted Gould | 2009-04-02 | 1 | -5/+56 |
| | | |||||
| * | Updating unused file | Ted Gould | 2009-04-02 | 1 | -0/+87 |
| | | |||||
| * | Adding in folks support. | Ted Gould | 2009-04-02 | 2 | -1/+63 |
| | | |||||
| * | Adding the interest removed and interest added signals in. | Ted Gould | 2009-04-02 | 1 | -0/+16 |
| | | |||||
| * | Woot! Now we have some real functions to call! | Ted Gould | 2009-04-02 | 1 | -0/+29 |
| | | |||||
| * | I can't believe I messed up this one. Luckily it doesn't seem to have | Ted Gould | 2009-04-02 | 1 | -11/+11 |
| | | | | | | | | | | caused any bugs. Man. | ||||
| * | Switching around the show_interest and remove_interest functions so that | Ted Gould | 2009-04-02 | 3 | -39/+74 |
| | | | | | | | | | | | | | | | | they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal. | ||||
| * | Adding new functions show_interest and remove_interest into the API. Now to ↵ | Ted Gould | 2009-04-01 | 4 | -6/+86 |
| | | | | | | | | fill in the backend. | ||||
| * | Adding a remove and show interest | Ted Gould | 2009-04-01 | 1 | -4/+8 |
| | | |||||
| * | Change the API so it's more like we're keeping a list of what, and who are ↵ | Ted Gould | 2009-04-01 | 1 | -2/+7 |
| | | | | | | | | interested in. This'll make it easier for us to manage all the DBus nastyness. | ||||
| * | Adding stuff to ignore, much better | Ted Gould | 2009-04-01 | 1 | -0/+43 |
| | | |||||
| * | Misspelling | Ted Gould | 2009-04-01 | 1 | -1/+1 |
| | | |||||
| * | Getting some interests in the game. | Ted Gould | 2009-04-01 | 6 | -3/+112 |
| | | |||||
| * | Switch to searching on the connection, which is really what we care about ↵ | Ted Gould | 2009-04-01 | 1 | -3/+5 |
| | | | | | | | | and the proxy is a poor sustitute for. | ||||
| * | First pass at the pretty meag-change to make it so that we can detect people ↵ | Ted Gould | 2009-04-01 | 2 | -46/+88 |
| | | | | | | | | on the system vs. the session bus. Basically reworking a bunch of structures. Fun. | ||||
* | | Now in jaunty | Ted Gould | 2009-03-27 | 1 | -2/+2 |
| | | |||||
* | | debian/control: Adding libgnomeui-dev as a dependency as it was added | Ted Gould | 2009-03-27 | 2 | -0/+3 |
| | | | | | | | | upstream. | ||||
* | | * New upstream version | Ted Gould | 2009-03-27 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: Add dependency to indicator-messages; the applet is | Ted Gould | 2009-03-27 | 2 | -1/+9 |
|\ \ | | | | | | | | | | currently fairly useless without it. (LP: #346359) | ||||
| * | | releasing version 0.1.3-0ubuntu20.1.3-0ubuntu2 | Martin Pitt | 2009-03-25 | 1 | -2/+2 |
| | | | |||||
| * | | debian/control: Add dependency to indicator-messages; the applet is | Martin Pitt | 2009-03-25 | 2 | -1/+9 |
| | | | | | | | | | | | | currently fairly useless without it. (LP: #346359) |