aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.4.920.4.92Ted Gould2012-03-091-2/+2
|
* merge lp:~ted/indicator-application/lp944236 to fix the warning that ↵Charles Kerr2012-03-051-1/+10
|\ | | | | | | Coverity reported in bug #944236
| * Cleaning up switch statement to be more readableTed Gould2012-03-021-1/+10
|/
* Add full type to GVariantBuilderTed Gould2012-03-021-1/+1
|\
| * make proper use of g_variant_builder_init()Ryan Lortie2012-03-021-1/+1
|/ | | | | | | GVariantBuilder can only infer the proper type for non-empty arrays. If an array may be empty, the full definite type must be given to g_variant_builder_init().
* 0.4.910.4.91Ted Gould2012-02-151-2/+2
|
* Unreffing the result of the approval messageTed Gould2012-02-121-1/+1
|\
| * Free the result of g_dbus_proxy_call_finish after useSven Baars2012-02-111-1/+1
|/
* 0.4.900.4.90Ted Gould2012-02-081-2/+2
|
* Adding in a code coverage based build targetTed Gould2012-02-084-1/+136
|\
| * Added coverage reporting via gcov config and targets.Allan LeSage2011-12-064-1/+136
| |
* | Fixing useless variable settingTed Gould2012-02-081-1/+1
|\ \
| * | fix dead store found by clang static analyzerCharles Kerr2012-01-241-1/+1
| |/
* | Fixing variant usageTed Gould2012-02-083-46/+88
|\ \
| * | Oops, forgot oneTed Gould2012-02-031-1/+1
| | |
| * | Making sure to initial string pointersTed Gould2012-02-031-23/+23
| | |
| * | Make sure to initialize values before free'ing themTed Gould2012-02-031-7/+7
| | |
| * | Ensuring that the values are initialized to NULL before using that later.Ted Gould2012-02-031-2/+2
| | |
| * | Fixing variant usageTed Gould2012-02-031-17/+31
| | |
| * | Ignoring generated filesTed Gould2012-02-031-0/+2
| | |
| * | Fixing some of the variant usage to free strings appropriatelyTed Gould2012-02-031-28/+54
| | |
* | | Adding support for the Title propertyTed Gould2012-02-085-15/+47
|\ \ \
| * | | Attaching bugTed Gould2012-02-030-0/+0
| |/ /
| * | Changing the signatures on the indicator side, we don't care much about ↵Ted Gould2012-02-031-5/+7
| | | | | | | | | | | | title though.
| * | Don't need the ID as that's already the hintTed Gould2012-02-031-2/+1
| | |
| * | Changing the output signaturesTed Gould2012-02-031-6/+6
| | |
| * | Adding in service versions to detect the dbus API changeTed Gould2012-02-033-2/+3
| | |
| * | Adding to more strings to the standard structure, ID and titleTed Gould2012-02-031-1/+3
| | |
| * | Changing the service description to matchTed Gould2012-02-031-0/+4
| | |
| * | If we have a mega-change of things, let's signal a title changeTed Gould2012-02-031-0/+3
| | |
| * | Handling the 'NewTitle' signal coming from the application indicatorTed Gould2012-02-031-0/+5
| | |
| * | Add the title to the structure for the application indicatorTed Gould2012-02-031-1/+17
| | |
* | | Fixing to work with Dbusmenu 0.5.90Ted Gould2012-02-082-5/+1
|\| | | |/ |/|
| * Fixing includes to match dbusmenu v0.5.90Ted Gould2012-02-031-4/+0
| |
| * Requiring dbusmenu 0.5.90Ted Gould2012-02-031-1/+1
|/
* 0.4.00.4.0Ted Gould2011-09-281-2/+2
|
* Memory leaks on double calls for propertiesTed Gould2011-09-161-0/+33
|\
| * Pulling in mterry's additional fixesTed Gould2011-09-161-1/+20
| |\
| | * free application fields before resetting them to new valuesMichael Terry2011-09-161-0/+32
| |/ |/|
| * Ensure we set a default value for aiconTed Gould2011-09-161-0/+2
| |
| * Freeing properties on second run of building the app indicatorTed Gould2011-09-141-0/+12
|/
* 0.3.920.3.92Ted Gould2011-08-111-2/+2
|
* Enabling Secondary Activate supportTed Gould2011-07-223-21/+78
|\
| * (no commit message)Marco Trevisan (Treviño)2011-07-210-0/+0
| |\
| | * Use g_variant_new_uint32 as we just have one parameterMarco Trevisan (Treviño)2011-07-211-1/+1
| | |
| * | UpMarco Trevisan (Treviño)2011-07-210-0/+0
| |/
| * Don't use "SecondaryActivate" methodMarco Trevisan (Treviño)2011-07-213-16/+10
| | | | | | | | | | | | | | | | | | | | | | 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-103-21/+84
| | | | | | | | | | | | | | | | 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).
| * Merge with upstreamMarco Trevisan (Treviño)2011-07-095-21/+42
| |\
* | \ Fixing the signal prototypeTed Gould2011-07-222-3/+3
|\ \ \ | |_|/ |/| |