aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Collapse)AuthorAgeFilesLines
* Making it so that we don't build two icon_proxies ever.Ted Gould2010-03-301-20/+22
|
* Putting in a timeout to clear the icon if there were messages waiting when ↵Ted Gould2010-03-301-0/+22
| | | | we lost the service.
* Switching over to using an indicator service manager instead of setting up ↵Ted Gould2010-03-291-37/+27
| | | | the proxies by hand.
* Comments and formatting.Ted Gould2010-03-291-2/+21
|
* Allow for applications icons to change incase we haven't gotten the property ↵Ted Gould2010-03-241-0/+15
| | | | yet.
* Looking for the right propertyTed Gould2010-03-231-1/+1
|
* Adds in an application menu item.Ted Gould2010-03-231-0/+65
|
* Make the avatar spacing same as the other icons in the menuTed Gould2010-03-181-6/+13
|\
| * Setting the minimum allocation for the image to be the menu icon size even ↵Ted Gould2010-03-171-2/+6
| | | | | | | | if there isn't any pixmap.
| * Putting padding between the items to make them pretty like.Ted Gould2010-03-171-4/+7
| |
* | Switch to using the image helper and drop design team sizeTed Gould2010-03-171-7/+4
|/
* Removing the launcher custom menu typeTed Gould2010-02-171-35/+0
|
* Switching the property callback to be GValueTed Gould2009-12-181-4/+4
|
* Switching to the new indicator interface.Ted Gould2009-11-041-15/+77
|
* Stupid ordering, just asking for a memory leak.Ted Gould2009-10-011-2/+2
|
* Merging in the minimum width branch to fix descriptions getting truncated ↵Ted Gould2009-09-241-0/+1
|\ | | | | | | when they're a reasonable length.
| * Too bigTed Gould2009-09-231-1/+1
| |
| * Putting in teh size request a minimum widthTed Gould2009-09-231-0/+1
| |
* | Forgot to scale on icon changing.Ted Gould2009-09-231-1/+25
| |
* | Putting in a little code to scale icons.Ted Gould2009-09-231-1/+21
|/
* Bother.Ted Gould2009-09-081-1/+1
|
* Adding in support for properties changing on the indicator menu item on the ↵Ted Gould2009-09-081-15/+52
| | | | visualization side of things.
* Fleshing out the indicator item. It's purdy.Ted Gould2009-09-041-0/+54
|
* Checking args from libdbusmenu, stealing code from there. Comments by Neil.Ted Gould2009-08-271-0/+4
|
* Adding a little style to our labels. Hopefully making them look a little nicer.Ted Gould2009-08-261-1/+8
|
* Filling in the new launcher menu itemTed Gould2009-08-261-0/+16
|
* Pulling the type and the properties into the shared DBus header.Ted Gould2009-08-261-1/+1
|
* Injecting in a type for the launchers.Ted Gould2009-08-261-0/+10
|
* Making ourselves a variable in the middle of everything.Ted Gould2009-08-261-1/+3
|
* 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
|