Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Make sure to NULL out the structure | Ted Gould | 2011-02-21 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Sync with U.Desktop | Ted Gould | 2011-02-24 | 4 | -14/+39 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | releasing version 0.2.93-0ubuntu4 | Ken VanDine | 2011-02-19 | 3 | -11/+18 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Ensures the accessible description is NULL | Ted Gould | 2011-02-18 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | * | | | | Remove g_error's to stop abortion. | Ted Gould | 2011-02-16 | 2 | -10/+10 | |
| | |\ \ \ \ | ||||||
| | | * | | | | don't abort on various unexpected situations; just spit out critical warning | Michael Terry | 2011-02-11 | 2 | -10/+10 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | On status change update the label as well | Ted Gould | 2011-02-16 | 1 | -0/+4 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | releasing version 0.2.93-0ubuntu3 | Ken VanDine | 2011-02-17 | 2 | -1/+8 | |
| | | | | | | ||||||
| * | | | | | releasing version 0.2.93-0ubuntu2 | Ken VanDine | 2011-02-11 | 2 | -1/+12 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | update label too in update_status | Michael Terry | 2011-02-11 | 1 | -0/+4 | |
| | |/ / / | ||||||
| | * | | | Build fix to get libindicator header | Ted Gould | 2011-02-07 | 1 | -1/+1 | |
| | |\| | | ||||||
| | | * | | Include indicator-object.h to reference INDICATOR_OBJECT_SCROLL_UP | Luke Yelavich | 2011-02-07 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | releasing version 0.2.93-0ubuntu1 | Ken VanDine | 2011-02-03 | 19 | -8030/+8130 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | releasing version 0.2.93-0ubuntu1~ppa1 | Ted Gould | 2011-02-03 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Dropping old entry | Ted Gould | 2011-02-03 | 1 | -8/+0 | |
| | | | | | ||||||
* | | | | | Merge from U. Desktop | Ted Gould | 2011-02-03 | 1 | -0/+8 | |
|\| | | | | ||||||
| * | | | | releasing version 0.2.92-0ubuntu1 | Ken VanDine | 2011-01-27 | 8 | -27/+82 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | * New upstream release. | Ted Gould | 2011-02-03 | 19 | -8030/+8130 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | * Support the scroll wheel event and send it to applications. | |||||
| * | | | | Import upstream version 0.2.93 | Ted Gould | 2011-02-03 | 18 | -8030/+8123 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | 0.2.930.2.93 | Ted Gould | 2011-02-03 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Adding in the indicator-object header | Ted Gould | 2011-02-03 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
| | * | | Support scroll events from libindicator on down to sending them to the ↵ | Ted Gould | 2011-02-03 | 3 | -0/+71 | |
| | |\ \ | | | | | | | | | | | | | | | | applications. | |||||
| | | * | | Use INDICATOR_OBJECT_SCROLL instead of GDK_SCROLL enum value | Marco Trevisan (Treviño) | 2011-01-29 | 1 | -4/+4 | |
| | | | | | ||||||
| | | * | | Using the SNI method "Scroll" instead of "XAyatanaScrollAction" | Marco Trevisan (Treviño) | 2011-01-29 | 1 | -4/+18 | |
| | | | | | ||||||
| | | * | | indicator-application: rename the method ApplicationScrollSignal to ↵ | Marco Trevisan (Treviño) | 2011-01-29 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ApplicationScrollEvent | |||||
| | | * | | application-appstore: support for ApplicationScrollSignal method | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -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-27 | 2 | -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~ppa1 | Ted Gould | 2011-01-27 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | * New upstream release. | Ted Gould | 2011-01-27 | 8 | -27/+82 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | * Fix naming of the approver interface * Fix a bug in the builders | |||||
| * | | | | Import upstream version 0.2.92 | Ted Gould | 2011-01-27 | 7 | -27/+74 | |
| |\| | | | ||||||
| | * | | | 0.2.920.2.92 | Ted Gould | 2011-01-27 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Fix the use of variant builder | Ted Gould | 2011-01-26 | 1 | -12/+31 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | Protecting against empty application lists, fixing the builder to be on the ↵ | Ted Gould | 2011-01-26 | 1 | -12/+31 | |
| | |/ / | | | | | | | | | | | | | stack and using it correctly. | |||||
| | * | | Switch to canonical.com | Ted Gould | 2011-01-18 | 2 | -2/+2 | |
| | |\ \ | ||||||
| | | * | | Changing the name of the approver interface | Ted Gould | 2011-01-17 | 2 | -2/+2 | |
| | |/ / | ||||||
* | | | | Sync to Ubuntu Desktop | Ted Gould | 2011-01-27 | 35 | -1617/+1242 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | releasing version 0.2.91-0ubuntu2 | Ken VanDine | 2011-01-14 | 2 | -0/+14 | |
| | | | | ||||||
| * | | | * Updated for the gir abi transition | Ken VanDine | 2011-01-14 | 1 | -0/+14 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/control - build depend on dbusmenu >= 0.3.90 - Fixes FTBFS (LP: #684949) | |||||
| | * | | | releasing version 0.2.90-0ubuntu4 | Ken VanDine | 2010-12-16 | 3 | -3/+11 | |
| | | | | | ||||||
| | * | | | releasing version 0.2.90-0ubuntu3 | Ken VanDine | 2010-12-09 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | releasing version 0.2.91-0ubuntu1 | Ken VanDine | 2011-01-14 | 31 | -1521/+1221 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Import upstream version 0.2.91 | Ken VanDine | 2011-01-14 | 106 | -19111/+1345 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | distcheck fixes, use notdir to wrap basename0.2.91 | Ken VanDine | 2011-01-14 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Version bump, 0.2.91 | Ken VanDine | 2011-01-14 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Porting to GDBus and fixing some other misc. issus. | Ted Gould | 2011-01-14 | 13 | -793/+892 | |
| | | |\ \ | ||||||
| | | | * \ | merge ken's com.canonical branch | Michael Terry | 2011-01-13 | 3 | -5/+5 | |
| | | | |\ \ | ||||||
| | | | | * | | com.canonical rename for the indicator | Ken VanDine | 2011-01-13 | 3 | -5/+5 | |
| | | | | | | | ||||||
| | | | * | | | make sure to free pre-validated applications; add applications to the app ↵ | Michael Terry | 2011-01-13 | 1 | -8/+14 | |
| | | | |/ / | | | | | | | | | | | | | | | | | | | list as soon as we create them, to avoid apps that spam us (like gnome-power-manager) from creating multiple apps in our list | |||||
| | | | * | | reduce debug spew | Michael Terry | 2011-01-13 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | | * | | don't use cached properties for new icons or new aicons either. Instead, ↵ | Michael Terry | 2011-01-13 | 1 | -69/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | just ask for all properties again |