Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix coding style | Neil Jagdish Patel | 2009-02-04 | 1 | -16/+16 |
| | |||||
* | Enable support for a "transparent" panel applet, which reacts to the gnome- | Neil Jagdish Patel | 2009-02-03 | 1 | -7/+72 |
| | | | | | panel theme changes | ||||
* | * Adding in package fixes from seb128 | Ted Gould | 2009-02-03 | 4 | -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 functions | Neil Jagdish Patel | 2009-02-03 | 2 | -0/+32 |
| | |||||
* | Bump for PPA | Ted Gould | 2009-02-02 | 1 | -0/+6 |
| | |||||
* | Should have been for Intrepid | Ted Gould | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Adding interface for listener sending back a display | Ted Gould | 2009-01-30 | 1 | -0/+7 |
| | | | | request. | ||||
* | Listener interface for signalling an indicator | Ted Gould | 2009-01-30 | 3 | -1/+32 |
|\ | |||||
| * | Adding a print message for when the indicator is signaled | Ted Gould | 2009-01-30 | 1 | -0/+8 |
| | | |||||
| * | Adding an interface to call back to an indicator and display it. | Ted Gould | 2009-01-30 | 2 | -1/+24 |
| | | |||||
| * | Guess I should merge trunk back in at some point. | Ted Gould | 2009-01-29 | 1 | -0/+27 |
| |\ | |/ |/| | |||||
* | | * Fixing the handling of named DBus connections | Ted Gould | 2009-01-29 | 13 | -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 Gould | 2009-01-29 | 2 | -2/+2 |
| | | | | | | | | screw up | ||||
| * | Wow, I didn't realize we weren't handling properties at all correctly. ↵ | Ted Gould | 2009-01-29 | 1 | -9/+17 |
| | | | | | | | | Fixed now. Whew. | ||||
| * | Adding a set property after the show to cause a signal | Ted Gould | 2009-01-29 | 1 | -1/+3 |
| | | |||||
| * | Have the server pass along the property modified signal | Ted Gould | 2009-01-29 | 1 | -0/+8 |
| | | |||||
| * | Adding a property modified signal to the indicator object | Ted Gould | 2009-01-29 | 2 | -2/+18 |
| | | |||||
| * | Making all of the server values move into a private section like all the ↵ | Ted Gould | 2009-01-29 | 2 | -40/+73 |
| | | | | | | | | others. Generally a good thing and good clean up | ||||
| * | Making the indicator properties private, they should be. Also cleans | Ted Gould | 2009-01-29 | 2 | -27/+50 |
| | | | | | | | | | | up some deps. | ||||
| * | Removing the gobject-introspection-repository from the list of build | Ted Gould | 2009-01-29 | 1 | -1/+0 |
| | | | | | | | | | | depends as we needed it for the dbus stuff, that we're no longer using. | ||||
| * | Removing DBus from the gobject introspection | Ted Gould | 2009-01-29 | 1 | -2/+0 |
| | | |||||
| * | Oops, forgot the header there | Ted Gould | 2009-01-29 | 1 | -2/+0 |
| | | |||||
| * | Okay, moving all of the variables from the listener class into a private ↵ | Ted Gould | 2009-01-29 | 2 | -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 cleaner | Ted Gould | 2009-01-29 | 1 | -5/+5 |
| | | |||||
| * | Getting some helper defines for some of the hacks that'll probably change in ↵ | Ted Gould | 2009-01-29 | 1 | -0/+3 |
| | | | | | | | | the future | ||||
| * | Using the defines for the signal names | Ted Gould | 2009-01-29 | 1 | -5/+5 |
| | | |||||
| * | Making the signals use #defines to make everything a little more | Ted Gould | 2009-01-29 | 2 | -5/+11 |
| | | | | | | | | | | predictable. I hate this part of GObject signals. | ||||
| * | Adding a variable to make the compiler happier | Ted Gould | 2009-01-29 | 1 | -0/+1 |
| | | |||||
| * | Changed to only listen to reference names instead of descriptive | Ted Gould | 2009-01-26 | 1 | -0/+4 |
| | | | | | | | | | | ones. Hopefully this'll fix a crash. | ||||
* | | Forgot to run autogen.sh before last package :( | Ted Gould | 2009-01-22 | 1 | -0/+6 |
| | | |||||
* | | Update API slightly and some fixes. | Ted Gould | 2009-01-21 | 1 | -0/+6 |
| | | |||||
* | | Adding in a message indicator and a small test to use it. | Ted Gould | 2009-01-21 | 6 | -2/+146 |
|\| | |||||
| * | Adding in the im-client test and fixing a couple of bugs it found | Ted Gould | 2009-01-21 | 4 | -2/+43 |
| | | |||||
| * | Adding in a type for indicators that are messages | Ted Gould | 2009-01-21 | 3 | -1/+100 |
| | | |||||
| * | Generated source files | Ted Gould | 2009-01-21 | 1 | -0/+4 |
| | | |||||
* | | Adding in listener_get_property | Ted Gould | 2009-01-21 | 3 | -1/+68 |
|\| | |||||
| * | Adding in a get_property function | Ted Gould | 2009-01-21 | 2 | -1/+62 |
| | | |||||
| * | Wrong indicate include directory in package config files | Ted Gould | 2009-01-19 | 2 | -1/+7 |
| |\ | |/ |/| | |||||
* | | Wrong indicate include directory in package config files | Ted Gould | 2009-01-19 | 2 | -1/+7 |
| | | |||||
| * | Moving the gir file to the right package | Ted Gould | 2009-01-16 | 2 | -1/+15 |
| |\ | |/ |/| | |||||
* | | Removing the gir file from the applet so that it's only | Ted Gould | 2009-01-16 | 2 | -1/+8 |
| | | | | | | | | with the library so that we can install all of them. | ||||
* | | Adding the GObject Introspection files into the build and the | Ted Gould | 2009-01-16 | 6 | -8/+62 |
|\| | | | | | | | packaging. | ||||
| * | Shell script integrated into the autotools system | Ted Gould | 2009-01-16 | 1 | -2/+0 |
| | | |||||
| * | Bringing GObject Introspection into the build and making it so that | Ted Gould | 2009-01-16 | 4 | -6/+55 |
| | | | | | | | | | | it gets installed with the library. | ||||
| * | Build fix | Ted Gould | 2009-01-16 | 2 | -0/+7 |
| |\ | |/ |/| | |||||
* | | Adding in libtool to build deps | Ted Gould | 2009-01-16 | 2 | -0/+7 |
| | | |||||
* | | Getting the debian package built up so that it can have a seperate library ↵ | Ted Gould | 2009-01-16 | 13 | -12/+48 |
|\| | | | | | | | binary package. | ||||
| * | Changing the build targets, now I understand the difference between 'any' ↵ | Ted Gould | 2009-01-16 | 1 | -3/+3 |
| | | | | | | | | and 'all' | ||||
| * | Making it so the lib only uses glib (which it does) | Ted Gould | 2009-01-16 | 1 | -1/+3 |
| | | |||||
| * | Adding in the libindicate lib. | Ted Gould | 2009-01-16 | 5 | -2/+37 |
| | |