aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Collapse)AuthorAgeFilesLines
...
* The documentation clearly states that you don't need these if the client ↵Ted Gould2009-08-261-0/+2
| | | | supports introspection. I thought I was being old school by still putting them in. But, THE DOCUMENTATION LIES, you need to add the signals no matter what.
* Oh, wow, now there's some flesh on these. Let's hide and show icons.Ted Gould2009-08-261-4/+24
|
* Setting up signals and callbacks, oh my! Watch for lions.Ted Gould2009-08-261-1/+55
|
* Building a proxy...Ted Gould2009-08-261-3/+26
|
* Putting a little more error handling code in.Ted Gould2009-05-281-1/+10
|
* Starting the service if it isn't thereTed Gould2009-05-271-0/+10
|
* Linking in the dbus dataTed Gould2009-05-261-0/+2
|
* Moving the complex code into the service and leaving the rest for the ↵Ted Gould2009-05-261-451/+4
| | | | loadable module.
* Get rid of the main menu variable that we're not using. Hide the image.Ted Gould2009-04-221-3/+2
|
* Setting the name to 'messages'Ted Gould2009-04-221-0/+1
|
* removing a warning by ref'ing the defaultTed Gould2009-04-221-1/+1
|
* Fixing return typeTed Gould2009-04-221-1/+1
|
* Breaking out into libindicator style function calls.Ted Gould2009-04-221-11/+18
|
* Including the indicator infoTed Gould2009-04-221-0/+3
|
* Trying to set this to also act like FUSA so that we get the same visual as ↵Ted Gould2009-04-071-0/+1
| | | | the rest of the panel.
* Make sure we disconnect from all our signals and free from memory that ↵Ted Gould2009-04-071-7/+8
| | | | really exists. Lots of little nasty bugs.
* Actually removing indicators when the server goes bye-bye and freeing up the ↵Ted Gould2009-04-071-0/+8
| | | | indicator data. Wow, two biggie leaks.
* Should have been using g_strcmp0 all along. No reason not to use the safer one.Ted Gould2009-04-071-6/+6
|
* Making these new0 to make sure that our lists are NULLTed Gould2009-04-071-3/+3
|
* Using the right symbol names nowTed Gould2009-04-031-2/+2
|
* Using the correct way to find the DBus name and ids.Ted Gould2009-04-031-2/+2
|
* Adding in some consts to match the new prototypes betterTed Gould2009-04-031-4/+4
|
* Adding in a couple of staticsTed Gould2009-03-271-2/+2
|
* Making it so that an indicator gets displayed when someone logs in, ↵Ted Gould2009-03-241-2/+2
| | | | eventually it disappears.
* Backwards sortingTed Gould2009-03-181-1/+1
|
* Making the IM list sorted and handling the time changed signalTed Gould2009-03-181-2/+23
|
* Fleshing out the reconsile function. And making sure it gets called ↵Ted Gould2009-03-181-0/+38
| | | | everytime there is a name change on the server side.
* Relaying out the data structures so that the indicators are sub to the serversTed Gould2009-03-181-5/+31
|
* Switching the servers from a hash table to a list. Cleans things up a ↵Ted Gould2009-03-151-21/+82
| | | | little, and sets us up for menu organization at a more complete level.
* Putting in a sorting function to make sure that the individual indicators ↵Ted Gould2009-03-151-5/+39
| | | | are always below the server that they're associated with.
* Add simulation of zero count on server removeTed Gould2009-03-151-0/+3
|
* Switching the icon to be based on whether or not the server is reporting ↵Ted Gould2009-03-151-14/+49
| | | | indicators instead of counting the number of indicators items.
* changing the size of the iconTed Gould2009-03-091-3/+8
|
* Making the menu hide itself if there is no one aroundTed Gould2009-02-151-5/+13
|
* Forgot to change all the names.Ted Gould2009-02-131-2/+5
|
* Making the image global, and changing it based on how many IMs we have.Ted Gould2009-02-131-1/+10
|
* Adding in license headers, GPL v3Ted Gould2009-02-111-0/+21
|
* More debugging and temorarily showing the menu item ourselvesTed Gould2009-02-071-1/+2
|
* Adding in some debug messagesTed Gould2009-02-071-1/+5
|
* Adding in the basis for making a server based menu itemTed Gould2009-02-071-33/+64
|
* Using the right damn functionTed Gould2009-02-041-1/+5
|
* Switching from a hash table to a listTed Gould2009-01-291-28/+26
|
* Putting a debug message on compareTed Gould2009-01-291-0/+2
|
* Warning on not removing something that should have been.Ted Gould2009-01-291-1/+47
|
* Changing the text to be a little shorterTed Gould2009-01-211-1/+1
|
* Lots of debugging message to figure out that I hadn't passedTed Gould2009-01-211-4/+11
| | | | | the return variable in _new :(
* I hate meTed Gould2009-01-211-1/+1
|
* It's truly amazing how many logic errors I makeTed Gould2009-01-211-1/+2
|
* Make menu items for IM indicatorsTed Gould2009-01-211-4/+9
|
* Forgot to connect in the signal handler, oops.Ted Gould2009-01-211-2/+7
|