aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* indicator-ng: use indicator_image_helperLars Uebernickel2013-01-254-20/+28
| | | | | | | | gtk_icon_set_from_gicon doesn't scale rectangular icons correctly. This adds indicator_image_helper_update_from_gicon() and makes refresh_image() set a broken image instead of erroring out when an icon couldn't be found.
* indicator-ng: lazily allocate entry.label and entry.imageLars Uebernickel2013-01-251-7/+27
| | | | | Most indicators only need one of those.
* indicator-ng: require header item to have x-canonical-type setLars Uebernickel2013-01-252-15/+39
|
* indicator-ng: check return value of g_menu_model_get_item_attributeLars Uebernickel2013-01-241-3/+5
| | | | | If it returns false, we'd use uninitialized memory.
* indicator-ng: document error conditions in menu_changedLars Uebernickel2013-01-241-0/+4
|
* indicator-ng: save unnecessary allocations by using "&" in g_variant_getLars Uebernickel2013-01-241-8/+4
|
* indicator-ng: show broken image when g_icon_for_string returns NULLLars Uebernickel2013-01-241-17/+18
|
* indicator-ng: use an IndicatorObjectEntry internallyLars Uebernickel2013-01-241-83/+26
| | | | | We needed the entry anyway (that's what indicator_ng_get_entry was for).
* Add trim-lcov.pyLars Uebernickel2013-01-232-1/+56
| | | | | | It strips some unreachable branches from the coverage reports, such as g_return_if_fail.
* indicator-ng: test indicator_ng_get_propertyLars Uebernickel2013-01-231-0/+15
|
* indicator-ng: more elaborate testingLars Uebernickel2013-01-235-8/+239
| | | | | | Use GTestDBus to spawn a small test service (tests/indicator-test-service.c) and check whether the indicator menu gets turned into a gtkmenu correctly.
* indicator-ng: set name hint to the value of the service file's "Name" fieldLars Uebernickel2013-01-231-8/+23
|
* indicator-ng: use base->get_entries to get the invisible ones, tooLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: auto start service if it's not runningLars Uebernickel2013-01-231-1/+1
|
* indicator-ng: properly unset action group when the service disappearsLars Uebernickel2013-01-221-1/+1
|
* Add basic tests for indicator-ngLars Uebernickel2013-01-213-0/+91
|
* Make sure indicator-ng.h is installedLars Uebernickel2013-01-211-3/+5
|
* indicator-ng: add gettersLars Uebernickel2013-01-212-0/+20
|
* indicator-ng: add indicator_ng_new_for_profileLars Uebernickel2013-01-212-3/+18
|
* indicator-ng: fix crash (tried to free a string with g_object_unref)Lars Uebernickel2013-01-211-1/+0
|
* indicator-ng: always set an accessible description to avoid imminent warningLars Uebernickel2013-01-211-0/+6
|
* indicator-ng.h: use local includeLars Uebernickel2013-01-211-1/+1
|
* Bump gtk3 dependency for gtk_widget_insert_action_groupLars Uebernickel2013-01-181-1/+1
|
* Only build and use IndicatorNg in the gtk3 buildLars Uebernickel2013-01-182-1/+10
|
* Add IndicatorNgLars Uebernickel2013-01-184-6/+485
| | | | | | | IndicatorNg is an indicator object that reads an indicator service file and watches the bus for a corresponding service to appear. It turns the menus and actions exported by the service into an indicator entry.
* Add bootstrap message.Didier Roche2012-11-261-0/+4
|\ | | | | | | Approved by Lars Uebernickel.
| * add bootstrap messageDidier Roche2012-11-261-0/+4
|/
* Import debian/ from lp:~ubuntu-desktop/libindicator/ubuntu.Ted Gould2012-11-2615-0/+843
|\ | | | | | | Approved by Didier Roche.
| * Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.Mathieu Trudel-Lapierre2012-11-222-0/+2
| |
| * Add the proper Pre-Depends: multiarch to libindicator3-7.Mathieu Trudel-Lapierre2012-11-222-0/+2
| |
| * - Use calls to dh_install per-package to use the right sourceMathieu Trudel-Lapierre2012-11-228-14/+23
| | | | | | | | | | | | directories. * debian/*.install: drop the debian/tmp/gtk* path elements and update for multiarch.
| * debian/compat: bump compat level to 9. Mathieu Trudel-Lapierre2012-11-222-1/+2
| |
| * Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.Mathieu Trudel-Lapierre2012-11-222-2/+6
| |
| * Add a Build-Depends on gnome-common.Mathieu Trudel-Lapierre2012-11-212-0/+2
| |
| * Override dh_autoreconf to run autogen.sh and not call configure.Mathieu Trudel-Lapierre2012-11-212-0/+4
| |
| * Drop Build-Depends on cdbs.Mathieu Trudel-Lapierre2012-11-212-1/+1
| |
| * * debian/rules:Mathieu Trudel-Lapierre2012-11-212-17/+28
| | | | | | | | - Convert to using the dh9 sequencer.
| * Bump debhelper Build-Depends to (>= 9).Mathieu Trudel-Lapierre2012-11-212-1/+2
| |
| * * debian/control:Mathieu Trudel-Lapierre2012-11-212-11/+19
| | | | | | | | | | - Reorganize Build-Depends for clarity. - Update style to be consistent with other indicator stack packages.
| * Specify to bzr-builddeb to build the package in split mode.Mathieu Trudel-Lapierre2012-11-211-1/+1
| |
| * Import debian/ from lp:~ubuntu-desktop/libindicator/ubuntuMathieu Trudel-Lapierre2012-11-2115-0/+799
|/|
| * releasing version 12.10.1-0ubuntu1Ken VanDine2012-09-196-11/+50
| |\
| | * Import upstream version 12.10.1Ken VanDine2012-09-199-109/+103
| | |
| * | releasing version 12.10.0-0ubuntu2Didier Roche2012-09-171-2/+2
| | |
| * | Backport a fix so that libroffice doesn't hang on on startup (LP: #1045372)Didier Roche2012-09-175-98/+67
| |\ \
| * | | releasing version 12.10.0-0ubuntu1Sebastien Bacher2012-07-121-2/+2
| | | |
| * | | New upstream release.Sebastien Bacher2012-07-1219-279/+591
| |\ \ \ | | | |/ | | |/|
| | * | Import upstream version 12.10.0Sebastien Bacher2012-07-1218-279/+585
| | |\ \
| * | | | releasing version 0.5.0-0ubuntu1Ken VanDine2012-04-111-1/+1
| | | | |
| * | | | * New upstream release.Ken VanDine2012-04-1114-13315/+39
| |\ \ \ \ | | | | | | | | | | | | | | | | | | * Validate images in image_helper_update() (LP: #946408)