aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing some extra code that's not needed and ensuring the icon is always ↵Ted Gould2010-08-241-5/+1
| | | | shown.
* Only show the avatar if it is sentTed Gould2010-08-241-1/+8
|
* Set the image menu iconTed Gould2010-08-241-1/+1
|
* merged dbarth's branchAndrea Cimitan2010-07-291-10/+5
|\
| * better aspect ratio for the triangleDavid Barth2010-07-291-1/+1
| |
| * adjust the triangle sizeDavid Barth2010-07-291-2/+2
| |
| * remove the old running app. iconDavid Barth2010-07-291-5/+0
| |
| * fix typos to build and clean up commentsDavid Barth2010-07-291-7/+3
| |
* | remove the previous iconAndrea Cimitan2010-07-291-8/+0
|/
* trailing whitespaceAndrea Cimitan2010-07-291-1/+1
|
* Draw a triangle on the leftAndrea Cimitan2010-07-291-1/+43
|
* check if widget is really a widget before getting its style (from dbarth)Andrea Cimitan2010-07-291-0/+2
|
* Ops, readded the label :PAndrea Cimitan2010-07-291-0/+6
|
* Added rounded rectangles on the rightAndrea Cimitan2010-07-291-89/+22
|
* Fixed position of sub menu indicators (the one with the counter on the right)Andrea Cimitan2010-07-221-7/+5
|
* Added triangles on the left and new label design on the right.Andrea Cimitan2010-07-221-17/+159
| | | | | We still need to align not-active services but I don't have any clue on how to do this
* Dropping a useless warningTed Gould2010-03-311-2/+0
|
* Actually, more correctly, that should be a weak ref.Ted Gould2010-03-311-1/+1
|
* Fixing a mixed up signal name. Small memory leak.Ted Gould2010-03-311-1/+1
|
* 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
|