aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* Wrong nameTed Gould2009-03-181-1/+1
|
* Forgot to actually pass the value to the signal, ahhhhTed Gould2009-03-171-1/+1
|
* Adding functions to make it so that we can get signaled on name changes and ↵Ted Gould2009-03-151-1/+28
| | | | also query them in app-menu-items
* Putting in a sorting function to make sure that the individual indicators ↵Ted Gould2009-03-151-0/+6
| | | | are always below the server that they're associated with.
* Bad truthTed Gould2009-03-151-1/+1
|
* Disconnecting our signals properly, avoids a crashTed Gould2009-03-151-1/+9
|
* Splitting the label updating into it's own function and making that called ↵Ted Gould2009-03-151-2/+32
| | | | by the other functions that adjust how that happens.
* Adding in an unread count variable, and then a signal to show it chagned. ↵Ted Gould2009-03-151-0/+67
| | | | Also, watching for the indicators on this server to make sure it stays correct.
* Add a callback to display the appTed Gould2009-02-131-1/+4
|
* Adding in desktop file support, which required configure changes to get the ↵Ted Gould2009-02-131-5/+9
| | | | right headers.
* Adding in functions to get the desktop file and type of the applicationTed Gould2009-02-131-1/+41
|
* Adding in license headers, GPL v3Ted Gould2009-02-111-0/+22
|
* Adding in the basis for making a server based menu itemTed Gould2009-02-071-2/+8
|
* Removing the need for an indicatorTed Gould2009-02-071-4/+2
|
* Adding in an application menu item to start building thoseTed Gould2009-02-061-0/+91