Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-11-27 | 1 | -29/+27 |
| | |||||
* | Fork from Ubuntu's indicator-application code project. | Mike Gabriel | 2015-11-11 | 1 | -5/+5 |
| | |||||
* | Switch to a name watch | Ted Gould | 2014-02-20 | 1 | -29/+24 |
| | |||||
* | Set the parent object pointer to help unity-panel-service | Ted Gould | 2012-04-09 | 1 | -0/+1 |
| | |||||
* | Fix two memory bugs with clearing out out directories from our icon search path. | Charles Kerr | 2012-03-17 | 1 | -19/+21 |
| | | | | | | | 1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all. 2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key. | ||||
* | Making sure to initial string pointers | Ted Gould | 2012-02-03 | 1 | -23/+23 |
| | |||||
* | Fixing some of the variant usage to free strings appropriately | Ted Gould | 2012-02-03 | 1 | -28/+54 |
| | |||||
* | Changing the signatures on the indicator side, we don't care much about ↵ | Ted Gould | 2012-02-03 | 1 | -5/+7 |
| | | | | title though. | ||||
* | Adding in service versions to detect the dbus API change | Ted Gould | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Fixing includes to match dbusmenu v0.5.90 | Ted Gould | 2012-02-03 | 1 | -4/+0 |
| | |||||
* | Enabling Secondary Activate support | Ted Gould | 2011-07-22 | 1 | -5/+32 |
|\ | |||||
| * | Don't use "SecondaryActivate" method | Marco Trevisan (Treviño) | 2011-07-21 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Using XAyatanaSecondaryActivate as libindicator doesn't support the mouse x,y position in secondary_activate signal anymore. This will drop the middle-click support also for KDE status notifier items, but this is needed as we can't control what they would do with this signal (and according to our policies we can't do anything that isn't doable also using a menu item). | ||||
| * | Add support to the "SecondaryActivate" method | Marco Trevisan (Treviño) | 2011-07-10 | 1 | -5/+32 |
| | | | | | | | | | | | | | | | | Added support for the missing StatusNotifierItem SecondaryActivate signal. The indicator-application receives the "secondary-activate" signal from libindicator and redirects it via dbus to the proper watcher using the "SecondaryActivate" method, sending the X and Y pointer position as parameters (as defined by the StatusNotifierItem specs). | ||||
* | | Fixing the signature on the startup functions. | Ted Gould | 2011-07-08 | 1 | -1/+1 |
|/ | |||||
* | Oops, should be a free | Ted Gould | 2011-07-07 | 1 | -2/+2 |
| | |||||
* | Setting the name hints through the stack. | Ted Gould | 2011-07-07 | 1 | -8/+22 |
| | |||||
* | Use the "entry-scrolled" signal instead of the old ones | Marco Trevisan (Treviño) | 2011-07-02 | 1 | -3/+3 |
| | | | | | It follows the API change of libindicator | ||||
* | If we're requeuing we don't really want to continue to process the signal | Ted Gould | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | Removing applications before adding new ones. | Ted Gould | 2011-03-11 | 1 | -0/+8 |
| | |||||
* | A couple memory leaks | Ted Gould | 2011-03-11 | 1 | -1/+5 |
| | |||||
* | Only clear the cancel if we're not being cancelled | Ted Gould | 2011-03-11 | 1 | -4/+6 |
| | |||||
* | Unrefing the object, it might not happen right away, so let's clear it ↵ | Ted Gould | 2011-03-11 | 1 | -3/+3 |
| | | | | ourselves. | ||||
* | If we're in the middle of a GetApplications and we get another signal, let's ↵ | Ted Gould | 2011-03-11 | 1 | -0/+15 |
| | | | | try again. | ||||
* | Add a cancellable object for the GetApplications call | Ted Gould | 2011-03-11 | 1 | -1/+26 |
| | |||||
* | Adding support for accessible descriptions | Ted Gould | 2011-02-24 | 1 | -13/+42 |
|\ | |||||
| * | Switching things around so the icon switches with the description all the ↵ | Ted Gould | 2011-02-24 | 1 | -47/+23 |
| | | | | | | | | way up the stack | ||||
| * | Adding a missing brace | Ted Gould | 2011-02-23 | 1 | -0/+1 |
| | | |||||
| * | Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description. | Luke Yelavich | 2011-02-11 | 1 | -27/+3 |
| | | |||||
| * | accessible_name -> accessible_desc | Luke Yelavich | 2011-02-08 | 1 | -24/+24 |
| | | |||||
| * | Add accessible name support | Luke Yelavich | 2011-02-07 | 1 | -9/+85 |
| | | |||||
* | | Ensures the accessible description is NULL | Ted Gould | 2011-02-18 | 1 | -1/+1 |
| | | |||||
* | | don't abort on various unexpected situations; just spit out critical warning | Michael Terry | 2011-02-11 | 1 | -1/+1 |
|/ | |||||
* | indicator-application: rename the method ApplicationScrollSignal to ↵ | Marco Trevisan (Treviño) | 2011-01-29 | 1 | -1/+1 |
| | | | | ApplicationScrollEvent | ||||
* | indicator-application: catch "scroll-entry" signal and send ↵ | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -0/+25 |
| | | | | | | | | ApplicationScrollSignal to appstore This allows to catch every "scroll-entry" signal coming from the applet manager and to call the ApplicationScrollSignal method of indicator-application-service (to inform it about the scroll event) | ||||
* | don't second guess service's new application, which caused our positions to ↵ | Michael Terry | 2011-01-13 | 1 | -30/+1 |
| | | | | get out of sync with the service if it was a bit confused | ||||
* | fix bug with gvariant string; port test | Michael Terry | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | port to gdbus | Michael Terry | 2011-01-11 | 1 | -143/+150 |
| | |||||
* | Merging in support for GTK3/2 dual build | Ted Gould | 2010-12-03 | 1 | -0/+7 |
|\ | |||||
| * | instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵ | Michael Terry | 2010-10-06 | 1 | -0/+7 |
| | | | | | | | | configure to specify which to build with | ||||
* | | Syncing with trunk and resolving conflicts | Ted Gould | 2010-08-05 | 1 | -16/+56 |
|\ \ | |||||
| * | | Fixed two G_PARAM_SPECS and made it even more possible to remove the | Sense Hofstede | 2010-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | custom icon theme path. | ||||
| * | | Clean-up and renaming variables and functions everywhere to use ↵ | Sense Hofstede | 2010-07-22 | 1 | -27/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though. | ||||
| * | | trying to implement runtime theme-path changing | C10uD | 2010-07-22 | 1 | -0/+34 |
| |/ | |||||
* | | Updating with helper when rebuilding. | Ted Gould | 2010-08-05 | 1 | -0/+1 |
| | | |||||
* | | Tracking the long name along with the application entry. | Ted Gould | 2010-08-05 | 1 | -10/+15 |
| | | |||||
* | | Check for suffix when updating icon as well! | Ted Gould | 2010-08-05 | 1 | -1/+6 |
| | | |||||
* | | Showing and hiding the entries with removal. | Ted Gould | 2010-08-05 | 1 | -0/+21 |
| | | |||||
* | | Reshuffling the signaling and making sure to ref the label. | Ted Gould | 2010-08-05 | 1 | -8/+12 |
| | | |||||
* | | Not really sure what this TODO meant, so I'm removing it. | Ted Gould | 2010-08-05 | 1 | -1/+0 |
| | | |||||
* | | Some slight refactoring and comments along with the ability to remove the ↵ | Ted Gould | 2010-08-05 | 1 | -10/+25 |
| | | | | | | | | entries and recreate them. |