aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-11-271-29/+27
|
* Fork from Ubuntu's indicator-application code project.Mike Gabriel2015-11-111-5/+5
|
* Switch to a name watchTed Gould2014-02-201-29/+24
|
* Set the parent object pointer to help unity-panel-serviceTed Gould2012-04-091-0/+1
|
* Fix two memory bugs with clearing out out directories from our icon search path.Charles Kerr2012-03-171-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 pointersTed Gould2012-02-031-23/+23
|
* Fixing some of the variant usage to free strings appropriatelyTed Gould2012-02-031-28/+54
|
* Changing the signatures on the indicator side, we don't care much about ↵Ted Gould2012-02-031-5/+7
| | | | title though.
* Adding in service versions to detect the dbus API changeTed Gould2012-02-031-1/+1
|
* Fixing includes to match dbusmenu v0.5.90Ted Gould2012-02-031-4/+0
|
* Enabling Secondary Activate supportTed Gould2011-07-221-5/+32
|\
| * Don't use "SecondaryActivate" methodMarco Trevisan (Treviño)2011-07-211-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" methodMarco Trevisan (Treviño)2011-07-101-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 Gould2011-07-081-1/+1
|/
* Oops, should be a freeTed Gould2011-07-071-2/+2
|
* Setting the name hints through the stack.Ted Gould2011-07-071-8/+22
|
* Use the "entry-scrolled" signal instead of the old onesMarco Trevisan (Treviño)2011-07-021-3/+3
| | | | | It follows the API change of libindicator
* If we're requeuing we don't really want to continue to process the signalTed Gould2011-03-111-0/+1
|
* Removing applications before adding new ones.Ted Gould2011-03-111-0/+8
|
* A couple memory leaksTed Gould2011-03-111-1/+5
|
* Only clear the cancel if we're not being cancelledTed Gould2011-03-111-4/+6
|
* Unrefing the object, it might not happen right away, so let's clear it ↵Ted Gould2011-03-111-3/+3
| | | | ourselves.
* If we're in the middle of a GetApplications and we get another signal, let's ↵Ted Gould2011-03-111-0/+15
| | | | try again.
* Add a cancellable object for the GetApplications callTed Gould2011-03-111-1/+26
|
* Adding support for accessible descriptionsTed Gould2011-02-241-13/+42
|\
| * Switching things around so the icon switches with the description all the ↵Ted Gould2011-02-241-47/+23
| | | | | | | | way up the stack
| * Adding a missing braceTed Gould2011-02-231-0/+1
| |
| * Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description.Luke Yelavich2011-02-111-27/+3
| |
| * accessible_name -> accessible_descLuke Yelavich2011-02-081-24/+24
| |
| * Add accessible name supportLuke Yelavich2011-02-071-9/+85
| |
* | Ensures the accessible description is NULLTed Gould2011-02-181-1/+1
| |
* | don't abort on various unexpected situations; just spit out critical warningMichael Terry2011-02-111-1/+1
|/
* indicator-application: rename the method ApplicationScrollSignal to ↵Marco Trevisan (Treviño)2011-01-291-1/+1
| | | | ApplicationScrollEvent
* indicator-application: catch "scroll-entry" signal and send ↵Marco Trevisan (Treviño)2011-01-271-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 Terry2011-01-131-30/+1
| | | | get out of sync with the service if it was a bit confused
* fix bug with gvariant string; port testMichael Terry2011-01-121-1/+1
|
* port to gdbusMichael Terry2011-01-111-143/+150
|
* Merging in support for GTK3/2 dual buildTed Gould2010-12-031-0/+7
|\
| * instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵Michael Terry2010-10-061-0/+7
| | | | | | | | configure to specify which to build with
* | Syncing with trunk and resolving conflictsTed Gould2010-08-051-16/+56
|\ \
| * | Fixed two G_PARAM_SPECS and made it even more possible to remove the Sense Hofstede2010-07-221-2/+2
| | | | | | | | | | | | | | | custom icon theme path.
| * | Clean-up and renaming variables and functions everywhere to use ↵Sense Hofstede2010-07-221-27/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
| * | trying to implement runtime theme-path changingC10uD2010-07-221-0/+34
| |/
* | Updating with helper when rebuilding.Ted Gould2010-08-051-0/+1
| |
* | Tracking the long name along with the application entry.Ted Gould2010-08-051-10/+15
| |
* | Check for suffix when updating icon as well! Ted Gould2010-08-051-1/+6
| |
* | Showing and hiding the entries with removal.Ted Gould2010-08-051-0/+21
| |
* | Reshuffling the signaling and making sure to ref the label.Ted Gould2010-08-051-8/+12
| |
* | Not really sure what this TODO meant, so I'm removing it.Ted Gould2010-08-051-1/+0
| |
* | Some slight refactoring and comments along with the ability to remove the ↵Ted Gould2010-08-051-10/+25
| | | | | | | | entries and recreate them.