aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* Port to gmenu, act ILars Uebernickel2012-05-241-586/+0
| | | | | | | Work-in-progress of the gmenu port for the service. The bulk of this patch removes everything related to libindicate from the service. Only the static app launchers and their configured shortcut actions are exported for now.
* base64_decode the icon and use dbusmenu_menuitem_property_set_byte_array to ↵Ken VanDine2012-03-201-1/+5
| | | | set it (LP: #960553)
* Collapse all whitespace in indicator menuitem labelsLars Uebernickel2012-03-081-1/+39
|
* Only draw right items as lozenges if they contain a countLars Uebernickel2012-02-031-0/+6
|
* Prototype changesTed Gould2011-01-141-7/+7
|
* Removing the parenthesisTed Gould2010-08-121-1/+1
|
* Switching the attention callback to using a value so it can correctly handle ↵Ted Gould2010-03-121-6/+15
| | | | booleans.
* Changing callback prototype and activate signalsTed Gould2010-02-041-10/+11
|
* Switching type to use the #defineTed Gould2009-12-181-1/+1
|
* Adding a translators comments for minutes and hours strings.Ted Gould2009-10-261-0/+8
|
* Making sure we don't update the text for the time if it's zero.Ted Gould2009-09-291-0/+8
|
* Adding in a creation seconds and returning that if seconds isn't set.Ted Gould2009-09-291-2/+9
|
* Setting the default seconds to be the current time.Ted Gould2009-09-091-0/+9
|
* Checking the wrong variable, let's not get caught by those legacy guys ;) Ted Gould2009-09-081-2/+2
|
* Adding in a small function to access the show variable.Ted Gould2009-09-041-0/+12
|
* Setting the property on the dbusmenu menuitem as wellTed Gould2009-09-041-0/+1
|
* Adding in a show state.Ted Gould2009-09-041-0/+32
|\
* | Fleshing out the attention_cb to make it record the value and signal on changes.Ted Gould2009-09-041-0/+23
| |
* | Adding an attention variable and a function to access it.Ted Gould2009-09-041-0/+17
| |
* | Adding in a signal for when the attention changes.Ted Gould2009-09-041-0/+8
| |
* | Fleshing out the count itemTed Gould2009-09-041-0/+29
| |
* | Ask for all the properties up front.Ted Gould2009-09-041-2/+5
| |
* | We're tracking count instead of whether we should show the time as a boolean.Ted Gould2009-09-041-4/+3
| |
* | Making the sender support the name attribute and clean up the code a bit.Ted Gould2009-09-041-6/+11
| |
* | oops forgot to remove type from the modified one, oops.Ted Gould2009-09-041-2/+3
| |
* | Well, you know, Oholoh says that I don't comment enough. Better put some ↵Ted Gould2009-09-041-0/+23
| | | | | | | | more in.
* | Changing the properties to be the indicate v2 ones. Mostly this involves ↵Ted Gould2009-09-041-5/+28
| | | | | | | | adding extra properties at this point.
* | Removing the indicate-gtk headers.Ted Gould2009-09-041-2/+2
| |
* | Converting this over to an indicator menuitem.Ted Gould2009-09-041-5/+6
| |
* | We have to drop show_time as a parameter as the caller doesn't really know ↵Ted Gould2009-09-041-2/+2
|/ | | | if that's the case or not anymore.
* A variable and a prototype. Such is life.Ted Gould2009-09-041-2/+2
|
* Fixing a header and some defines.Ted Gould2009-09-041-1/+2
|
* Using the defines fo dealing with the icons and using the generic image ↵Ted Gould2009-09-031-5/+6
| | | | type. We're just passing along the PNGs right now.
* Replacing the prop strings with definesTed Gould2009-08-261-1/+1
|
* indicate-gtk changes that are requiredTed Gould2009-08-041-0/+2
|
* Converting to a DbusmenuMenuitem instead of GtkMenuItemTed Gould2009-05-261-68/+6
|
* Not setting the variable time_update_min when creating the source. Bug ↵Ted Gould2009-05-101-1/+1
| | | | found by Ka-Hing Cheung
* Make sure we disconnect from all our signals and free from memory that ↵Ted Gould2009-04-071-2/+8
| | | | really exists. Lots of little nasty bugs.
* Should have been using g_strcmp0 all along. No reason not to use the safer one.Ted Gould2009-04-071-6/+6
|
* Making time more about it's own relative nature rather than a fixed time.Ted Gould2009-03-271-12/+69
|
* Making it so that an indicator gets displayed when someone logs in, ↵Ted Gould2009-03-241-10/+14
| | | | eventually it disappears.
* Putting the seconds into the private structure, a function to get them, and ↵Ted Gould2009-03-181-0/+32
| | | | a signal when they change.
* Oh, I forgot these create log messages. Very annoying.Ted Gould2009-02-131-2/+3
|
* Adding a callback for when things like the time get modified.Ted Gould2009-02-131-0/+26
|
* Adding in scaling of iconsTed Gould2009-02-131-1/+7
|
* Setting up to use the icon and time helper functions and make icons update. ↵Ted Gould2009-02-131-22/+23
| | | | Whoot!
* Adding in license headers, GPL v3Ted Gould2009-02-111-0/+21
|
* Making the activate callback static and putting in a prototypeTed Gould2009-02-061-1/+3
|
* Removing warnings by getting the right pointer typesTed Gould2009-02-051-8/+8
|
* Oh, two things. First is setting alignment of the two strings and also ↵Ted Gould2009-02-051-2/+18
| | | | getting the time from an ISO8601 string