aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.6.00.6.0Mike Gabriel2017-05-221-0/+8188
|
* Add empty NEWS file to prevent FTBFS.Mike Gabriel2017-05-221-0/+0
|
* Update AUTHORS file.Mike Gabriel2017-05-221-2/+38
|
* Move NEWS -> NEWS.Canonical.Mike Gabriel2017-05-221-0/+0
|
* autogen.sh: Add 'ayatana-' to the PKG_NAME value.Mike Gabriel2017-05-221-1/+1
|
* README: Update, don't mention Unity. We are non-Ubuntu centric. Also adapt ↵Mike Gabriel2017-05-221-3/+4
| | | | path where indicator service files have to be placed.
* Fix up for previous commit.Mike Gabriel2017-05-162-3/+3
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-152-6/+6
| | | | attributes.
* tools/80indicator-debugging: Adapt comment header to our fork.Mike Gabriel2017-05-151-4/+4
|
* ayatana-indicator-common: Add a package to hold shared systemd targets for ↵Ted Gould2017-05-157-0/+20
| | | | systemd user session.
* drop buildcruft fileMike Gabriel2017-05-151-1118/+0
|
* build system: Switch from gnome-common to mate-common.Mike Gabriel2017-05-153-8/+10
|
* Add -lm via LDADD to resolve FTBFS in Ubuntu 16.04 and Debian stretch/unstable.Iain Lane2016-02-192-2/+3
|
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-162-4/+4
|
* Makefile.am: Replace dist-hook for Bazaar based VCS repo against dist-hook ↵Mike Gabriel2015-11-161-24/+22
| | | | for a Git based VCS repo.
* debian/libayatana-indicator*.symbols: Add .symbols files for shared libraries.Mike Gabriel2015-11-112-0/+76
|
* debian/rules: Remove builddir/ and build-aux/ directories when auto-cleaning ↵Mike Gabriel2015-11-111-0/+4
| | | | up package.
* Drop .bzrignore file.Mike Gabriel2015-11-111-183/+0
|
* debian/changelog: Use a Debianinc revision in the package version (0.6.0 -> ↵Mike Gabriel2015-11-101-1/+1
| | | | 0.6.0-0).
* debian/control: Fix build-dep issue for libayatana-ido3-0.4-dev.Mike Gabriel2015-11-101-1/+1
|
* Various fixes for making the library name change complete.Mike Gabriel2015-11-073-19/+19
| | | | | - Fix debian/rules, resolves empty -dev packages. - Adapt share library names in pkconfig .pc files.y
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-0657-158/+1272
|
* Releasing 12.10.2+14.10.20140922-0ubuntu1CI bot2014-09-221-0/+7
|
* IndicatorNG: Reverse the scroll delta on left scroll eventsMarco Trevisan (Treviño)2014-09-222-2/+53
|\ | | | | | | | | As it happens for left scroll events. Fixes: 1342731 Approved by: Charles Kerr, PS Jenkins bot
| * IndicatorNG: Reverse the scroll delta on left scroll eventsMarco Trevisan (Treviño)2014-07-161-2/+6
| | | | | | | | As it happens for left scroll events.
| * IndicatorLoader: convert gtk scroll events to indicator object eventsMarco Trevisan (Treviño)2014-07-161-1/+24
| | | | | | | | They actually match, but just for safety...
| * IndicatorLoader: add scroll-entry supportMarco Trevisan (Treviño)2014-07-161-0/+24
|/
* Releasing 12.10.2+14.04.20140402-0ubuntu1CI bot2014-04-021-0/+8
|
* Don't load using the icon info structure if it's a GBytesIcon. Fixes: 1293548William Hua2014-04-021-1/+1
|\
| * Don't load using the icon info structure if it's a bytes icon.William Hua2014-03-291-1/+1
|/
* Releasing 12.10.2+14.04.20140304-0ubuntu1CI bot2014-03-041-0/+14
|
* IndicatorImageHelper: always try to use a GIcon or the filename as source of ↵Marco Trevisan (Treviño)2014-03-041-39/+43
|\ | | | | | | | | | | | | | | | | | | | | the GdkImage We don't need to fallback to pure pixbuf, unless an indicator provided a custom icon that is not in the current theme path. This helps a lot in reducing the Unity7 workload as this decreases the cases where we need to encode the pixbuf contents, send them via dbus to unity, encode them back, reload to a new pixbuf... Also thanks to this, the library clients can load the actual icon, scaled at the value they want. Fixes: 784055, 1000785, 1285989
| * IndicatorImageHelper: let's use the actual icon file if its height is less ↵Marco Trevisan (Treviño)2014-03-031-14/+15
| | | | | | | | than ICON_SIZE
| * IndicatorLoader: Make sure that we load the icon at its original size, if ↵Marco Trevisan (Treviño)2014-03-031-7/+20
| | | | | | | | | | | | not higher than IMAGE_SIZE In this way icons such as the battery one won't be shrunk.
| * ImageHelper: set image from icon name if we have the filenameMarco Trevisan (Treviño)2014-02-281-1/+1
| |
| * IndicatorImageHelper: always try to use a GIcon or the file-name as source ↵Marco Trevisan (Treviño)2014-02-281-37/+27
|/ | | | | | | | | | | | of the Gdk image We don't need to fallback to pure pixbuf, unless an indicator provided a custom icon that is not in the current theme path. This helps a lot in reducing the Unity7 workload as this decreases the cases where we need to encode the pixbuf contents, send them via dbus to unity, encode them back, reload to a new pixbuf... Also thanks to this, the library clients can load the actual icon, scaled at the value they want.
* Releasing 12.10.2+14.04.20140218-0ubuntu1CI bot2014-02-181-0/+7
|
* IndicatorObject: add parent_window parameter to IndicatorEntry Marco Trevisan (Treviño)2014-02-182-3/+8
|\
| * IndicatorObject: add parent_window parameter to IndicatorEntryMarco Trevisan (Treviño)2014-02-132-3/+8
| |
* | Releasing 12.10.2+14.04.20140129-0ubuntu1CI bot2014-01-291-0/+13
| |
* | indicator-ng: support "submenu-action" on root menu items Fixes: 793450Lars Uebernickel2014-01-291-0/+34
|\ \ | |/ |/|
| * indicator-ng: support "submenu-action" on root menu itemsLars Uebernickel2014-01-291-0/+34
|/ | | | | | | | | | Treat "submenu-action" attributes on the root menu item in the same way that gtk+ does. If that attribute exists, it must reference an action with boolean state that is set to 'true' whenever a corresponding indicator menu is open. We need this for root items because they are not handled by gtk's menu tracker. Nested submenus already get this.
* Sync trunk with what's in the archiveŁukasz 'sil2100' Zemczak2014-01-171-0/+6
|
* Use named icons rather than (deprecated) stock items. Fixes: ↵Colin Watson2013-12-203-4/+4
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1262626. Approved by Charles Kerr, PS Jenkins bot.
| * Use named icons rather than (deprecated) stock items.Colin Watson2013-12-203-4/+4
|/
* Don't treat deprecation warnings as errors and fix indicator-ng test for gtk ↵Lars Uebernickel2013-12-192-2/+28
|\ | | | | | | | | | | 3.10. Fixes: https://bugs.launchpad.net/bugs/1262626. Approved by PS Jenkins bot, Ted Gould.
| * test-indicator-ng: adapt to new gtkmodelmenuitem widget structureLars Uebernickel2013-12-191-1/+27
| |
| * Don't treat deprecation warnings as errorsLars Uebernickel2013-12-191-1/+1
|/
* Releasing 12.10.2+14.04.20131125-0ubuntu1 (revision 517 from lp:libindicator).Automatic PS uploader2013-11-251-0/+25
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.2+14.04.20131125-0ubuntu1, based on r517Automatic PS uploader2013-11-251-0/+25
|/