aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.4.10.4.1Mike Gabriel2017-09-153-48/+97
|
* debian/control: Add versioned B-D: dpkg-dev (>= 1.16.1.1)Mike Gabriel2017-06-231-0/+1
|
* debian/upstream: Add upstream signing keys.Mike Gabriel2017-06-231-0/+180
|
* debian/watch: Add file.Mike Gabriel2017-06-231-0/+3
|
* debian/patches: Add README for patches folder.Mike Gabriel2017-06-231-0/+3
|
* debian/rules: Add get-orig-source rule.Mike Gabriel2017-06-231-0/+3
|
* debian/rules: Enable all hardening flags.Mike Gabriel2017-06-231-0/+4
|
* debian/control: Don't duplicate Section: for shared library package.Mike Gabriel2017-06-231-1/+0
|
* debian/control: Bump Standards-Version: to 3.9.8. No changes needed.Mike Gabriel2017-06-231-1/+1
|
* debian/copyright: Adopt minor changes from official Debian package.Mike Gabriel2017-06-231-1/+4
|
* configure.ac: Let AC_CONFIG_SRCDIR point to src/libayatana-ido.h.Mike Gabriel2017-05-221-1/+1
|
* src/libido.h: Drop empty file (artifact of fork).Mike Gabriel2017-05-221-0/+0
|
* debian/copyright: Adopt from official Debian package.Mike Gabriel2017-05-221-29/+161
|
* release 0.4.00.4.0Mike Gabriel2017-05-221-0/+2307
|
* configure.ac: Update shared library name, bug tracker URL, homepage URL.Mike Gabriel2017-05-221-4/+4
|
* Build system: Drop remnants of GTK-2+ support.Mike Gabriel2017-05-225-20/+3
|
* debian/{control,gir1.2-ayatana-ido3-0.4.install}: Turn into Multi-Arch: same ↵Mike Gabriel2017-05-222-1/+2
| | | | package.
* debian/control: Update SYNOPSIS and LONG_DESCRIPTION fields.Mike Gabriel2017-05-221-11/+15
|
* autogen.sh: Drop references to deprecated shell variables.Mike Gabriel2017-05-221-2/+0
|
* Drop .bzr-builddeb/default.conf. We are on Git.Mike Gabriel2017-05-221-2/+0
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-164-10/+10
| | | | attributes.
* Move NEWS file from Canonical out of the way.Mike Gabriel2017-05-161-0/+0
|
* IdoCalendarMenuItem: disconnect from parent signals on item destruction (LP: ↵Marco Trevisan (Treviño)2017-05-151-8/+41
| | | | #1506427)
* build system: Switch to mate-common.Mike Gabriel2017-05-152-4/+4
|
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-164-10/+10
|
* Makefile.amMike Gabriel2015-11-162-1/+27
| | | | Makefile.am: Add dist-hooks rule.
* Drop .bzrignore file.Mike Gabriel2015-11-111-34/+0
|
* libayatana-ido fork: Fix include paths for public header files.Mike Gabriel2015-11-061-4/+4
|
* Adapt pkconfig .pc files to library name changes.Mike Gabriel2015-11-062-4/+4
|
* debian/rules: Drop override_dh_auto_test rule. Tests are disabled in ↵Mike Gabriel2015-11-061-2/+0
| | | | tests/Makefile.am at the moment, anyway.
* make: Improve distclean ruleset.Mike Gabriel2015-11-064-2/+38
|
* Re-add forgotten files after fork: libayatana-ido.pc.in, libayatana-ido3.pc.in.Mike Gabriel2015-11-062-0/+22
|
* Fork ayatana-ido from Ubuntu's ido shared library.Mike Gabriel2015-11-0629-259/+410
|
* Releasing 13.10.0+15.10.20151002-0ubuntu1CI Train Bot2015-10-021-0/+7
|
* idosourcemenuitem: change misplaced g_return_val_if_fail()Lars Uebernickel2015-10-021-1/+1
|\ | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot
| * idosourcemenuitem: change misplaced g_return_val_if_fail()Lars Uebernickel2015-10-021-1/+1
| |
* | Releasing 13.10.0+15.10.20150728-0ubuntu1CI Train Bot2015-07-281-0/+8
| |
* | IdoCalendarMenuItem: add crash guard on ido_calendar_menu_item_key_pressMarco Trevisan (Treviño)2015-07-281-0/+2
|\ \ | | | | | | | | | | | | | | | It's quite weird that data is NULL at this point (considering how the callback is initialized), but it does happen, so it's just better to warn here instead of crashing. Fixes: #1350821 Approved by: PS Jenkins bot, Christopher Townsend
| * | IdoCalendarMenuItem: add crash guard on ido_calendar_menu_item_key_pressMarco Trevisan (Treviño)2015-07-221-0/+2
|/ / | | | | | | | | It's quite weird that data is NULL at this point (considering how the callback is initialized), but it does happen, so it's just better to warn here instead of crashing.
* | Releasing 13.10.0+15.04.20150319-0ubuntu1CI Train Bot2015-03-191-0/+7
| |
* | idoscalemenuitem: fix scale hover stateLars Uebernickel2015-03-191-0/+11
|\| | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot, Simon Steinbeiß
| * idoscalemenuitem: set focus flag on scaleLars Uebernickel2015-03-101-0/+2
| | | | | | | | | | So that it gets themed correctly when the menu item is selected.
| * idoscalemenuitem: translate motion event coordinatesLars Uebernickel2015-03-101-0/+9
|/ | | | | Fixes hover theming.
* Releasing 13.10.0+15.04.20150130-0ubuntu1CI Train Bot2015-01-301-0/+7
|
* idoplaybackmenuitem: don't set the spinner classLars Uebernickel2015-01-301-2/+0
|\ | | | | | | | | Spinners are drawn in css now and hidden when they're inactive, but the playback controls should always be shown. Themes will need to style them separately. Approved by: Sebastien Bacher
| * idoplaybackmenuitem: don't set the spinner classLars Uebernickel2015-01-301-2/+0
|/ | | | | | | Spinners are drawn in css now and hidden when they're inactive, but the playback controls should always be shown. Themes will need to style them separately.
* Releasing 13.10.0+15.04.20150122-0ubuntu1CI Train Bot2015-01-221-0/+7
|
* idoscalemenuitem: fix slider event forwarding Lars Uebernickel2015-01-221-47/+19
|\ | | | | | | Approved by: Iain Lane, PS Jenkins bot
| * idoscalemenuitem: remove extraneous lineLars Uebernickel2015-01-211-1/+0
| |
| * idoscalemenuitem: only forward button events that are inside the scaleLars Uebernickel2015-01-211-5/+23
| |