aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/
* Sync changelog from what's in archive.Timo Jyrinki2013-10-311-0/+7
| | | | | | libindicator/indicator-ng.c: backport fix for indicator icons not updating sometimes (lp: #1220204)
* Allow setting different positions for each profile in indicator filesLars Uebernickel2013-10-291-0/+3
|\ | | | | | | | | | | | | | | The 'Position' key in a profile section has precedence over the global 'Position' key, but otherwise the same semantics. We need this along with lp:~larsu/unity8/per-profile-indicator-positions to enable different positioning on the desktop and phone. Approved by PS Jenkins bot, Charles Kerr.
| * Allow setting per-profile positions in indicator filesLars Uebernickel2013-10-101-0/+3
| | | | | | | | | | | | The 'Position' key in a profile section has precedence over the global 'Position' key, but otherwise the same semantics.
* | When we can't get a handle to the bus, exit gracefully instead of crashing. ↵Charles Kerr2013-10-241-17/+8
|\ \ | | | | | | | | | | | | | | | Fixes: https://bugs.launchpad.net/bugs/1218222. Approved by Lars Uebernickel, PS Jenkins bot.
| * | minor cleanup in the dispose() and finalize() functionsCharles Kerr2013-10-231-16/+4
| | |
| * | When we can't get a handle to the system bus, exit gracefully instead of ↵Charles Kerr2013-10-231-1/+4
|/ / | | | | | | crashing.
* | indicator-ng: always create entry.label and entry.imageLars Uebernickel2013-10-171-6/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | They used to be created lazily when the root menu item changed to include and image or a label. However, there is no way to notify a panel that this happened. Panels connect to notify signals on these widgets when an entry gets added. If the widgets don't exist from the very beginning, the panel won't update when they change. . Fixes: https://bugs.launchpad.net/bugs/1220204. Approved by Charles Kerr, PS Jenkins bot.
| * | indicator-ng: always create entry.label and entry.imageLars Uebernickel2013-10-171-6/+3
|/ / | | | | | | | | | | | | | | | | | | | | They used to be created lazily when the root menu item changed to include and image or a label. However, there is no way to notify a panel that this happened. Panels connect to notify signals on these widgets when an entry gets added. If the widgets don't exist from the very beginning, the panel won't update when they change.
* | Warn when an indicator doesn't get respawned anymore.Lars Uebernickel2013-10-171-1/+5
|\ \ | |/ |/| | | Approved by Charles Kerr, PS Jenkins bot.
| * Warn when an indicator doesn't get respawned anymoreLars Uebernickel2013-10-161-1/+5
|/
* Releasing 12.10.2+13.10.20130913-0ubuntu1 (revision 511 from lp:libindicator).Automatic PS uploader2013-09-131-0/+12
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130913-0ubuntu1, based on r511Automatic PS uploader2013-09-131-0/+12
|/
* Expose scrolling and middle clicking to fix bug #1221242 and #1204036 (make ↵Lars Uebernickel2013-09-091-5/+57
|\ | | | | | | | | | | scrolling and middle clicking work on the sound indicator). Fixes: https://bugs.launchpad.net/bugs/1204036, https://bugs.launchpad.net/bugs/1221242. Approved by Charles Kerr, PS Jenkins bot.
| * Remove debug messageLars Uebernickel2013-09-091-2/+0
| |
| * Support x-canonical-secondary actionLars Uebernickel2013-09-091-0/+27
| | | | | | | | | | | | | | An attribute for the root menu action may contain an action name. If it exists, the action is activated whenever the middle mouse button is pressed on the indicator.
| * Support "x-canonical-scroll-action"Lars Uebernickel2013-09-091-5/+32
|/ | | | | | | An attribute that can be set on the root menu item. If it exists, it must point to an action that is activatable with a int32 parameter. It is activated on scroll events. The parameter signifies magnitude and direction of the scroll.
* Releasing 12.10.2+13.10.20130823-0ubuntu1 (revision 509 from lp:libindicator).Automatic PS uploader2013-08-231-0/+11
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130823-0ubuntu1, based on r509Automatic PS uploader2013-08-231-0/+11
|/
* IndicatorDesktopShortcuts: add support to Path key for shortcut items. ↵Marco Trevisan (Treviño)2013-08-221-3/+28
|\ | | | | | | | | | | Fixes: https://bugs.launchpad.net/bugs/1113883. Approved by Charles Kerr, PS Jenkins bot.
| * IndicatorDesktopShortcut: fix indentationMarco Trevisan (Treviño)2013-08-221-1/+1
| |
| * IndicatorDesktopShortcuts: restore previous working dir if we changed itMarco Trevisan (Treviño)2013-08-221-6/+22
| |
| * IndicatorDesktopShortcuts: use g_key_file_get_string for pathMarco Trevisan (Treviño)2013-08-091-5/+2
| |
| * IndicatorDesktopShortcuts: add support to Path key for shortcut itemsMarco Trevisan (Treviño)2013-08-081-3/+15
|/
* Releasing 12.10.2+13.10.20130731-0ubuntu1 (revision 507 from lp:libindicator).Automatic PS uploader2013-07-311-0/+11
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130731-0ubuntu1, based on r507Automatic PS uploader2013-07-311-0/+11
|/
* in indicator-loader3, if we're looking at an ng-style indicator, show all of ↵Charles Kerr2013-07-301-186/+283
|\ | | | | | | | | | | its profiles instead of just one. Approved by Ted Gould, PS Jenkins bot.
| * explicitly set UBUNTU_MENUPROXY to 0Charles Kerr2013-07-261-1/+1
| |
| * more copyediting. why am I awake?Charles Kerr2013-07-261-47/+49
| |
| * copyediting: fix linewrapsCharles Kerr2013-07-261-22/+46
| |
| * plug a keyfile leakCharles Kerr2013-07-251-0/+3
| |
| * in indicator-loader, show =all= the profilesCharles Kerr2013-07-251-179/+247
|/
* Releasing 12.10.2+13.10.20130719-0ubuntu1 (revision 505 from lp:libindicator).Automatic PS uploader2013-07-191-0/+10
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130719-0ubuntu1, based on r505Automatic PS uploader2013-07-191-0/+10
|/
* IndicatorDesktopShortcuts: fix memory leak, free groupheader.Marco Trevisan (Treviño)2013-07-181-0/+2
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.