aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |\ | |/ |/|
* | Adding a print message for when the indicator is signaledTed Gould2009-01-301-0/+8
| |
* | Adding an interface to call back to an indicator and display it.Ted Gould2009-01-302-1/+24
| |
* | Guess I should merge trunk back in at some point.Ted Gould2009-01-291-0/+27
|\|
| * * Fixing the handling of named DBus connectionsTed Gould2009-01-2913-148/+273
| |\ | |/ |/| | | | | | | * Moving most of the data in the objects to private sections * Making the signal names defines for easier usage * Having property changes actually work now.
* | Changing the include directory from 1.0 to 0.1 which gives us more room to ↵Ted Gould2009-01-292-2/+2
| | | | | | | | screw up
* | Wow, I didn't realize we weren't handling properties at all correctly. ↵Ted Gould2009-01-291-9/+17
| | | | | | | | Fixed now. Whew.
* | Adding a set property after the show to cause a signalTed Gould2009-01-291-1/+3
| |
* | Have the server pass along the property modified signalTed Gould2009-01-291-0/+8
| |
* | Adding a property modified signal to the indicator objectTed Gould2009-01-292-2/+18
| |
* | Making all of the server values move into a private section like all the ↵Ted Gould2009-01-292-40/+73
| | | | | | | | others. Generally a good thing and good clean up
* | Making the indicator properties private, they should be. Also cleansTed Gould2009-01-292-27/+50
| | | | | | | | | | up some deps.
* | Removing the gobject-introspection-repository from the list of buildTed Gould2009-01-291-1/+0
| | | | | | | | | | depends as we needed it for the dbus stuff, that we're no longer using.
* | Removing DBus from the gobject introspectionTed Gould2009-01-291-2/+0
| |
* | Oops, forgot the header thereTed Gould2009-01-291-2/+0
| |
* | Okay, moving all of the variables from the listener class into a private ↵Ted Gould2009-01-292-48/+65
| | | | | | | | object. This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly.
* | Use the new fangled defines to make things cleanerTed Gould2009-01-291-5/+5
| |
* | Getting some helper defines for some of the hacks that'll probably change in ↵Ted Gould2009-01-291-0/+3
| | | | | | | | the future
* | Using the defines for the signal namesTed Gould2009-01-291-5/+5
| |
* | Making the signals use #defines to make everything a little moreTed Gould2009-01-292-5/+11
| | | | | | | | | | predictable. I hate this part of GObject signals.
* | Adding a variable to make the compiler happierTed Gould2009-01-291-0/+1
| |
* | Changed to only listen to reference names instead of descriptiveTed Gould2009-01-261-0/+4
| | | | | | | | | | ones. Hopefully this'll fix a crash.
| * Forgot to run autogen.sh before last package :(Ted Gould2009-01-221-0/+6
| |
| * Update API slightly and some fixes.Ted Gould2009-01-211-0/+6
| |
| * Adding in a message indicator and a small test to use it.Ted Gould2009-01-216-2/+146
| |\ | |/ |/|
* | Adding in the im-client test and fixing a couple of bugs it foundTed Gould2009-01-214-2/+43
| |
* | Adding in a type for indicators that are messagesTed Gould2009-01-213-1/+100
| |
* | Generated source filesTed Gould2009-01-211-0/+4
| |
| * Adding in listener_get_propertyTed Gould2009-01-213-1/+68
| |\ | |/ |/|
* | Adding in a get_property functionTed Gould2009-01-212-1/+62
| |