aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some formatting, reusing the private variable, making it so that hide sends ↵Ted Gould2009-02-091-11/+9
| | | | the type and only sending a message of finalize if we're still visible.
* Server hide function from NielTed Gould2009-02-091-0/+22
|\
| * Add the indicate_server_hide functionNeil Jagdish Patel2009-02-091-0/+22
| |
* | Sending the type with the signal in the listener, adding it into the tests.Ted Gould2009-02-073-409/+13
|\ \ | |/ |/|
| * Changing the signals for show/hide to send the type correctly.Ted Gould2009-02-071-2/+2
| |
| * Setting the type of the serverTed Gould2009-02-072-407/+11
| |
* | releasing version 0.1~ppa34Ted Gould2009-02-061-0/+7
| |
* | Making the listener handle the case where we're using the new show/hide ↵Ted Gould2009-02-064-17/+42
|\| | | | | | | structure.
| * Ah, stupid little wrong functionTed Gould2009-02-061-1/+1
| |
| * Tracking the type of the server in the proxyt structureTed Gould2009-02-061-4/+18
| |
| * Changing the prototypes to start using the server added stuffTed Gould2009-02-064-16/+27
| |
* | releasing version 0.1~ppa33Ted Gould2009-02-061-0/+6
| |
* | releasing version 0.1~ppa32Ted Gould2009-02-062-3/+9
| |
* | releasing version 0.1~ppa31Ted Gould2009-02-062-2/+6
| |
* | releasing version 0.1~ppa30Ted Gould2009-02-061-0/+7
| |
* | Removing GObject introspection for nowTed Gould2009-02-061-27/+27
| |
* | releasing version 0.1~ppa29Ted Gould2009-02-061-0/+6
| |
* | releasing version 0.1~ppa28Ted Gould2009-02-054-40/+125
|\|
| * Merging in the trunk changesTed Gould2009-02-053-4/+34
| |\ | |/ |/|
* | releasing version 0.1~ppa27Ted Gould2009-02-056-0/+24
|\ \
* | | typoTed Gould2009-02-041-1/+1
| | |
* | | releasing version 0.1~ppa26Ted Gould2009-02-042-0/+9
| | |
* | | Merge in documentation and iconsTed Gould2009-02-0448-105/+1156
|\ \ \
* | | | Set the widget name on the applet rather than the menubar, to make sureNeil Jagdish Patel2009-02-042-2/+9
| | | | | | | | | | | | | | | | it's picked up globally.
* | | | Adding a conflicts and a replaces to get rid of errors.Ted Gould2009-02-042-0/+8
| | | |
* | | | ppa23Ted Gould2009-02-041-0/+6
| | | |
| | | * Adding properties for doing type and desktopTed Gould2009-02-051-0/+84
| | | |
| | | * Changing the DBUS API slightly. Now there is no 'get_desktop' function as ↵Ted Gould2009-02-053-40/+33
| | |/ | | | | | | | | | desktop is a property. Added a property for type so that we can understand what kind of application this is. And finally adding show/hide signals on the server as they were already on the listener.
| | * releasing version 0.1~ppa23Ted Gould2009-02-051-0/+6
| | |
| | * Adding in the API function to take and icon and display it. Just the prototype.Ted Gould2009-02-055-0/+18
| |/
| * Removing the icons from the larger appletTed Gould2009-02-0440-104/+0
| |
| * Polish it upTed Gould2009-02-042-6/+95
| |\ | |/ |/|
* | Making it so that there is no more boarder on the menu barTed Gould2009-02-041-7/+25
| |
* | indicator-applet (0.1~ppa22) intrepid; urgency=lowNeil Jagdish Patel2009-02-041-0/+6
| | | | | | | | | | | | * Add support for a transparent panel applet -- Neil J. Patel <neil.patel@canonical.com> Wed, 04 Feb 2009 12:44:56 +0100
* | Fix coding styleNeil Jagdish Patel2009-02-041-16/+16
| |
* | Enable support for a "transparent" panel applet, which reacts to the gnome-Neil Jagdish Patel2009-02-031-7/+72
| | | | | | | | | | panel theme changes
| * Getting gtk-doc workingTed Gould2009-02-034-1/+1029
| |
| * Getting everything together to try and build docsTed Gould2009-02-035-0/+18
| |
| * Getting the dirs rightTed Gould2009-02-032-3/+6
| |
| * Getting SUBDIRS rightTed Gould2009-02-032-2/+3
| |
| * I think this will add gtk docsTed Gould2009-02-033-0/+94
| |
| * Putting in the makefiles for the docs and the reference docsTed Gould2009-02-033-0/+3
| |
| * Adding in checks for GTK DocTed Gould2009-02-031-0/+8
| |
| * Merge from trunkTed Gould2009-02-036-8/+68
| |\ | |/ |/|
* | * Adding in package fixes from seb128Ted Gould2009-02-034-8/+23
| | | | | | | | | | | | | | | | | | * Removing scrollkeeper * Changing libindicate to libindicate0 * Removing .la file * Removing targets for files in libindcate-dev.install * Removing pkg-create-dbgsym * Adding a build depend on pkg-create-dbgsym
* | Allow sub-classes of server to emit signals using three new public functionsNeil Jagdish Patel2009-02-032-0/+32
| |
* | Bump for PPATed Gould2009-02-021-0/+6
| |
* | Should have been for IntrepidTed Gould2009-02-021-1/+1
| |
* | Adding interface for listener sending back a displayTed Gould2009-01-301-0/+7
| | | | | | | | request.
* | Listener interface for signalling an indicatorTed Gould2009-01-303-1/+32
|\|