aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * New upstream release.Ted Gould2011-02-246-22/+90
|\ | | | | | | | | | | * Make the accessible description NULL so that indicator-applet doesn't crash (LP: #721533) * emit LabelChanged signal along with the IconChanged signal (LP: #712581)
| * Import upstream version 0.2.94Ted Gould2011-02-248-48/+175
| |\
| | * 0.2.940.2.94Ted Gould2011-02-241-2/+2
| | |
* | | releasing version 0.2.93-0ubuntu5~ppa2Ted Gould2011-02-241-2/+2
| | |
* | | Fix, let's not talk about it.Ted Gould2011-02-242-0/+10
|\ \ \ | | |/ | |/|
| * | Making sure we have a description for the variant worldTed Gould2011-02-241-0/+4
| | |
* | | releasing version 0.2.93-0ubuntu5~ppa1Ted Gould2011-02-241-2/+2
| | |
* | | * Upstream MergeTed Gould2011-02-244-23/+78
|\| | | | | | | | | | | * Adding in support for Accssible Descriptions
| * | Adding support for accessible descriptionsTed Gould2011-02-243-23/+71
| |\ \
| | * | Switching things around so the icon switches with the description all the ↵Ted Gould2011-02-243-103/+46
| | | | | | | | | | | | | | | | 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-083-52/+52
| | | |
| | * | Merge from trunkLuke Yelavich2011-02-081-2/+2
| | |\ \
| | * | | Add accessible name supportLuke Yelavich2011-02-073-17/+145
| | | | |
| * | | | Make sure to NULL out the structureTed Gould2011-02-211-1/+1
| |\ \ \ \
* | \ \ \ \ Sync with U.DesktopTed Gould2011-02-244-14/+39
|\ \ \ \ \ \
| * \ \ \ \ \ releasing version 0.2.93-0ubuntu4Ken VanDine2011-02-193-11/+18
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Ensures the accessible description is NULLTed Gould2011-02-181-1/+1
| | |/ / / /
| | * | | | Remove g_error's to stop abortion.Ted Gould2011-02-162-10/+10
| | |\ \ \ \
| | | * | | | don't abort on various unexpected situations; just spit out critical warningMichael Terry2011-02-112-10/+10
| | | | |/ / | | | |/| |
| | * | | | On status change update the label as wellTed Gould2011-02-161-0/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | releasing version 0.2.93-0ubuntu3Ken VanDine2011-02-172-1/+8
| | | | | |
| * | | | | releasing version 0.2.93-0ubuntu2Ken VanDine2011-02-112-1/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | update label too in update_statusMichael Terry2011-02-111-0/+4
| | |/ / /
| | * | | Build fix to get libindicator headerTed Gould2011-02-071-1/+1
| | |\| |
| | | * | Include indicator-object.h to reference INDICATOR_OBJECT_SCROLL_UPLuke Yelavich2011-02-071-0/+1
| | | | |
| * | | | releasing version 0.2.93-0ubuntu1Ken VanDine2011-02-0319-8030/+8130
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | releasing version 0.2.93-0ubuntu1~ppa1Ted Gould2011-02-031-2/+2
| | | | |
* | | | | Dropping old entryTed Gould2011-02-031-8/+0
| | | | |
* | | | | Merge from U. DesktopTed Gould2011-02-031-0/+8
|\| | | |
| * | | | releasing version 0.2.92-0ubuntu1Ken VanDine2011-01-278-27/+82
| |\ \ \ \
* | \ \ \ \ * New upstream release.Ted Gould2011-02-0319-8030/+8130
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | * Support the scroll wheel event and send it to applications.
| * | | | Import upstream version 0.2.93Ted Gould2011-02-0318-8030/+8123
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 0.2.930.2.93Ted Gould2011-02-031-2/+2
| | | | |
| | * | | Adding in the indicator-object headerTed Gould2011-02-031-0/+1
| | | |/ | | |/|
| | * | Support scroll events from libindicator on down to sending them to the ↵Ted Gould2011-02-033-0/+71
| | |\ \ | | | | | | | | | | | | | | | applications.
| | | * | Use INDICATOR_OBJECT_SCROLL instead of GDK_SCROLL enum valueMarco Trevisan (Treviño)2011-01-291-4/+4
| | | | |
| | | * | Using the SNI method "Scroll" instead of "XAyatanaScrollAction"Marco Trevisan (Treviño)2011-01-291-4/+18
| | | | |
| | | * | indicator-application: rename the method ApplicationScrollSignal to ↵Marco Trevisan (Treviño)2011-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | ApplicationScrollEvent
| | | * | application-appstore: support for ApplicationScrollSignal methodMarco Trevisan (Treviño)2011-01-271-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the ApplicationScrollSignal is called from indicator-application the XAyatanaScrollAction method provided by libappindicator is called with the scroll event data. So: indicator-application now is listening for that signal ("scroll-entry"), registering a call-back function. When it gets called, it finds the scrolled application and informs (via dbus) indicator-application-service that a scroll event has been registered for that application. Now the service (that is connected to every indicatorapp running) sends (via dbus, again) to the correct application the scroll-event informations.
| | | * | indicator-application: catch "scroll-entry" signal and send ↵Marco Trevisan (Treviño)2011-01-272-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | releasing version 0.2.92-0ubuntu1~ppa1Ted Gould2011-01-271-2/+2
| | | | |
* | | | | * New upstream release.Ted Gould2011-01-278-27/+82
|\| | | | | | | | | | | | | | | | | | | | | | | | * Fix naming of the approver interface * Fix a bug in the builders
| * | | | Import upstream version 0.2.92Ted Gould2011-01-277-27/+74
| |\| | |
| | * | | 0.2.920.2.92Ted Gould2011-01-271-2/+2
| | | | |
| | * | | Fix the use of variant builderTed Gould2011-01-261-12/+31
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Protecting against empty application lists, fixing the builder to be on the ↵Ted Gould2011-01-261-12/+31
| | |/ / | | | | | | | | | | | | stack and using it correctly.
| | * | Switch to canonical.comTed Gould2011-01-182-2/+2
| | |\ \
| | | * | Changing the name of the approver interfaceTed Gould2011-01-172-2/+2
| | |/ /