aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* No atoi, no stdlib.h, that's how it is.Ted Gould2009-09-051-1/+0
|
* Fixing as I fixed the libindicate API, we shouldn't have to do an atoi here.Ted Gould2009-09-051-8/+3
|
* Setting up the listener signal to make it so that we know when the count ↵Ted Gould2009-09-051-8/+29
| | | | changes. Using the property call back and just calling that function.
* Replacing type with countTed Gould2009-09-041-26/+27
|
* Removing the count on the label boolean as we're detecting that differently now.Ted Gould2009-09-041-14/+4
|
* We don't need to be tracking the added and removed signals for indicators ↵Ted Gould2009-09-041-48/+0
| | | | anymore.
* Defining the max number of indicators and telling the server about it.Ted Gould2009-09-041-0/+2
|
* Replacing the prop strings with definesTed Gould2009-08-261-2/+2
|
* Big commit. Trying to check for eclipses, but first both objects needed to ↵Ted Gould2009-08-191-1/+26
| | | | track their desktop file paths. So I had to add that little nugget in as well.
* Fixing the messaging indicator to unref the menu item, which removes the ↵Ted Gould2009-08-051-0/+1
| | | | signal handlers.
* Converting to a DbusmenuMenuitem instead of GtkMenuItemTed Gould2009-05-261-14/+4
|
* Some changes suggested by Cody Russell to make things a little bit safer.Ted Gould2009-04-201-2/+23
|\
| * Freeing the appinfo and type from the application object on finalizeTed Gould2009-04-201-0/+14
| |
| * Moving signal disconnecting and unref to the dispose function instead of ↵Ted Gould2009-04-201-5/+8
| | | | | | | | finalize. Fix by Cody Russell on bug 362124.
| * Adding a ref'ing and deref'ing of the listener to the application menu item ↵Ted Gould2009-04-201-0/+4
| | | | | | | | to ensure it stays around while we hav signals attached to it. Fix by Code Russell on bug 362124.
* | Fixes to the finalize function.Ted Gould2009-04-131-2/+2
|\|
| * move parent->finalize() to the end of the finalize functioncody2009-04-131-2/+2
| |
* | Including some cleanups from James Westby. ThanksTed Gould2009-04-081-3/+3
|\ \ | |/ |/|
| * Be aware that appinfo can be NULL.James Westby2009-04-051-3/+3
| |
* | Showing some interest in teh clients we talk to.Ted Gould2009-04-031-0/+8
|/
* Making the truth correctTed Gould2009-03-181-1/+1
|
* Adding in message.im, should have spec'd this better now there's some drift.Ted Gould2009-03-181-1/+1
|
* 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