Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.1~ppa41 | Ted Gould | 2009-02-15 | 1 | -2/+2 |
| | |||||
* | * Putting on a handle | Ted Gould | 2009-02-15 | 2 | -1/+9 |
|\ | | | | | | | * Adding in a background function from panel-lib | ||||
| * | This function seems to set up the widget correctly with the background. ↵ | Ted Gould | 2009-02-15 | 1 | -0/+1 |
| | | | | | | | | It's undocumented, but most other applets seem to do it. | ||||
| * | Putting a little handle on the indicators. Works for GNOME Panel. | Ted Gould | 2009-02-15 | 1 | -1/+1 |
| | | |||||
* | | releasing version 0.1~ppa40 | Ted Gould | 2009-02-15 | 1 | -0/+11 |
| | | |||||
* | | Merging in from the 'upstream' branch. Changes include the addition | Ted Gould | 2009-02-15 | 5 | -6/+85 |
|\| | | | | | | | | | | | of a server signal for the NULL indicator. And a warning fix for icons. | ||||
| * | Removing the debian directory. Going to start using this as my upstream | Ted Gould | 2009-02-15 | 7 | -303/+0 |
| | | | | | | | | | | branch and the other as the packaging branch. | ||||
| * | Adding a handler for the new server display signal, and then make the | Ted Gould | 2009-02-15 | 2 | -1/+42 |
| | | | | | | | | | | messages more clear between the two. | ||||
| * | Adding a new signal in that handles the ID of zero, or null, comming | Ted Gould | 2009-02-15 | 2 | -5/+38 |
| | | | | | | | | | | | | | | back from a listener and uses that to show the server. Or atleast signal it to figure out how to do that. Also cleaning up the signals a little to use defines. | ||||
| * | Adding a check for NULL string in the icon parsing code. This will | Ted Gould | 2009-02-15 | 1 | -0/+5 |
| | | | | | | | | | | stop a bunch of warnings coming from everything else. | ||||
* | | releasing version 0.1~ppa39 | Ted Gould | 2009-02-13 | 1 | -0/+7 |
| | | |||||
* | | Fixing a bug in the listener where properties weren't available on running ↵ | Ted Gould | 2009-02-13 | 3 | -2/+37 |
|\| | | | | | | | servers. | ||||
| * | Ah, declared a variable in an if so that it didn't get out of scope. Like ↵ | Ted Gould | 2009-02-13 | 1 | -2/+3 |
| | | | | | | | | it should have. Bah. | ||||
| * | Adding in a set of functions to get the properties off of a server | Ted Gould | 2009-02-13 | 2 | -0/+34 |
| | | |||||
* | | releasing version 0.1~ppa38 | Ted Gould | 2009-02-12 | 1 | -0/+8 |
| | | |||||
* | | Adding in GIO to the list of linked modules. | Ted Gould | 2009-02-12 | 1 | -0/+2 |
| | | |||||
* | | releasing version 0.1~ppa37 | Ted Gould | 2009-02-12 | 1 | -0/+8 |
| | | |||||
* | | Making time and icons happy and work well. Also adding lots of fun tests ↵ | Ted Gould | 2009-02-12 | 8 | -12/+235 |
|\| | | | | | | | for them. | ||||
| * | Forgot to set the timer back to something reasonable! | Ted Gould | 2009-02-12 | 1 | -1/+1 |
| | | |||||
| * | Adding in support for icons, specifically passing them back and forth on the bus | Ted Gould | 2009-02-12 | 2 | -4/+21 |
| | | |||||
| * | Changing from using a memory stream to using a buffer, the memory stream one ↵ | Ted Gould | 2009-02-12 | 1 | -8/+18 |
| | | | | | | | | seems to be broken. | ||||
| * | Adding in the function to take a pixbuf, turn it into a png, base64 encode ↵ | Ted Gould | 2009-02-12 | 1 | -0/+16 |
| | | | | | | | | it and then send it across the wire. | ||||
| * | Changing the icon data to be base64 encoded, should have done that ↵ | Ted Gould | 2009-02-12 | 1 | -1/+6 |
| | | | | | | | | originally, how silly. | ||||
| * | Seems like a better name | Ted Gould | 2009-02-12 | 1 | -1/+1 |
| | | |||||
| * | Fixing some prototypes to fix warnings and errors we haven't yet ↵ | Ted Gould | 2009-02-12 | 1 | -2/+4 |
| | | | | | | | | encountered. Also setting the type so that our switch statement actually works. | ||||
| * | Adding in some debug messages and making the signal use the original key to ↵ | Ted Gould | 2009-02-12 | 2 | -1/+4 |
| | | | | | | | | broadcast itself. | ||||
| * | Added in a way to print the values of properties while they change. More ↵ | Ted Gould | 2009-02-12 | 1 | -0/+52 |
| | | | | | | | | later, but a start. | ||||
| * | Seeing what happens if I turn on "sign always" in Bazaar. | Ted Gould | 2009-02-12 | 1 | -0/+1 |
| | | |||||
| * | Adding in the code for handling icons and time | Ted Gould | 2009-02-12 | 1 | -0/+30 |
| | | |||||
| * | Rebuilding the way that priorities get done so that we can handle a time and ↵ | Ted Gould | 2009-02-12 | 2 | -4/+58 |
| | | | | | | | | icon version of the functions so that apps don't have to worry about those details. | ||||
| * | Setting the properties property and picking up Empathy's desktop file | Ted Gould | 2009-02-12 | 2 | -4/+7 |
| | | |||||
| * | Adding in a timer function to change the time every three minutes or | Ted Gould | 2009-02-12 | 1 | -0/+16 |
| | | | | | | | | | | so in order to test modifying times. | ||||
| * | Using the time property function | Ted Gould | 2009-02-12 | 1 | -2/+4 |
| | | |||||
| * | Adding in a time property function | Ted Gould | 2009-02-12 | 2 | -0/+12 |
| | | |||||
| * | Merging from trunk | Ted Gould | 2009-02-11 | 1 | -0/+10 |
| |\ | |/ |/| | |||||
* | | releasing version 0.1~ppa36 | Ted Gould | 2009-02-11 | 1 | -0/+10 |
| | | |||||
* | | Merging in the changes to make it so that properties work right, get | Ted Gould | 2009-02-11 | 8 | -28/+239 |
|\| | | | | | | | | | | | handled properly by the listener and have convience functions. Also lots of little important cleanups. | ||||
| * | Cleaning up some debug messages that aren't as useful anymore | Ted Gould | 2009-02-11 | 2 | -4/+4 |
| | | |||||
| * | Switching to ref_default | Ted Gould | 2009-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fixing the deallocation to check the right parameters. | Ted Gould | 2009-02-11 | 1 | -2/+2 |
| | | |||||
| * | Turning off some debugging, reformatting, and putting the connection into ↵ | Ted Gould | 2009-02-11 | 1 | -23/+13 |
| | | | | | | | | the proxy_t structure | ||||
| * | Basically things are working as the proxyts are now findable. | Ted Gould | 2009-02-11 | 1 | -6/+6 |
| | | |||||
| * | Fixing the call, checking both lists of proxies, and adding some debug info. | Ted Gould | 2009-02-11 | 2 | -3/+38 |
| | | |||||
| * | Removing an annoying warning | Ted Gould | 2009-02-11 | 1 | -2/+0 |
| | | |||||
| * | Adding a check for type in the middle of the state machine for building a ↵ | Ted Gould | 2009-02-11 | 1 | -5/+25 |
| | | | | | | | | server. | ||||
| * | Adding in a ref-default function so that we can keep one listener | Ted Gould | 2009-02-11 | 2 | -0/+19 |
| | | | | | | | | | | around for fun and profit. | ||||
| * | Getting all the legal stuff in. | Ted Gould | 2009-02-11 | 17 | -2/+408 |
| |\ | |||||
| * | | Adding to the convience functions for setting the desktop file | Ted Gould | 2009-02-10 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | and the type of the server. | ||||
| * | | Building a way to get properties. Seems like this should be in the DBus | Ted Gould | 2009-02-10 | 2 | -8/+101 |
| | | | | | | | | | | | | | | | | | | libs, but anyway. Here is the code that compiles and claims that it'll do it. More code than I would have liked. | ||||
| * | | Avoiding a conflict with GObject's get_type function. | Ted Gould | 2009-02-10 | 2 | -20/+20 |
| | | |