aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * data: Fix ayatana-indicator-application.desktop.inRobert Tari2021-05-061-1/+1
|/
* Merge branch 'sunweaver-pr/travis-ci'Robert Tari2021-05-043-2/+190
|\ | | | | | | Attributes GH PR #9: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/9
| * .travis.yml: Don't run autotools builds twice (once via script, once directly).Mike Gabriel2021-05-041-1/+1
| |
| * src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when ↵Mike Gabriel2021-05-041-2/+2
| | | | | | | | setting up CI builds for dirty code.
| * Travis CI: Initial draft for CI builds.Mike Gabriel2021-05-042-0/+188
|/
* release 0.8.00.8.0Mike Gabriel2020-08-174-4/+99
|
* configure.ac: Drop data/upstart/Makefile from AC_OUTPUT. Regresion fix for ↵Mike Gabriel2020-08-101-1/+0
| | | | 172e6823.
* Merge branch 'sunweaver-pr/drop-upstart-support'Robert Tari2020-08-105-56/+5
|\ | | | | | | Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/4
| * Merge branch 'pr/drop-upstart-support' of ↵Robert Tari2020-08-105-56/+5
|/| | | | | | | | | | | https://github.com/sunweaver/ayatana-indicator-application into sunweaver-pr/drop-upstart-support Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/4
| * Drop all references to upstart.Mike Gabriel2020-08-105-56/+5
| |
* | Merge branch 'sunweaver-pr/fix-systemd'Robert Tari2020-08-104-2/+9
|\ \ | |/ |/| | | Attributes GH PR #3: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/3
| * debian/*: Install systemd user service file correctly into DEB package.Mike Gabriel2020-08-103-1/+5
| |
| * Start indicator in systemd when ayatana-indicators.target is started.Mike Gabriel2020-08-101-1/+4
|/
* debian/control: Improve dh-autoreconf build-dependency.Mike Gabriel2020-08-101-1/+1
|
* Drop release/build cruft file src/ChangeLog.Mike Gabriel2019-11-271-0/+0
|
* release 0.5.30.5.3Mike Gabriel2019-11-274-114/+119
|
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-11-274-71/+60
|
* debian/changelog: Bump upstream to a development version.Mike Gabriel2017-12-041-0/+6
|
* post-release fix debian/changelog for 0.5.1 and 0.5.2Mike Gabriel2017-12-041-2/+9
|
* autogen.sh: Adapt PKG_NAME autogen.sh to ayatana- namespace.Mike Gabriel2017-10-261-1/+1
|
* configure.ac: White-space fix and beginning of file.Mike Gabriel2017-10-261-1/+0
|
* {configure.ac,Makefile.am}: Drop distcheck features.Mike Gabriel2017-10-262-39/+1
|
* debian/control: Modify B-D on systemd: only required on linux-any hosts.Mike Gabriel2017-10-061-1/+1
|
* Make systemd optional. If systemd is not available at build-time, the ↵Mike Gabriel2017-10-062-3/+15
| | | | creation of the .service file is omitted.
* release 0.5.20.5.2Mike Gabriel2017-10-062-21/+52
|
* data/ayatana-indicator-application.desktop.in: Add Budgie as candidate for ↵Mike Gabriel2017-09-261-1/+1
| | | | launching ayatana-indicator-application.
* data/ayatana-indicator-application.desktop.in: Add XFCE as candidate for ↵Mike Gabriel2017-09-261-1/+1
| | | | launching ayatana-indicator-application.
* debian/{rules/watch}: Add get-orig-source rule and watch file to make ↵Mike Gabriel2017-06-072-0/+6
| | | | upstream packaging as close to official Debian packaging.
* debian/upstream: Add GnuPG pubkey for upstream devs.Mike Gabriel2017-06-071-0/+180
|
* debian/patches: Add README for patches/ subfolder.Mike Gabriel2017-06-071-0/+3
|
* data/ayatana-indicator-application.desktop.inMike Gabriel2017-05-311-2/+1
| | | | data/ayatana-indicator-application.desktop.in: Drop AutostartCondition, drop GNOME from OnlyShowIn.
* XDG-autostart this indicator in MATE, too.Mike Gabriel2017-05-301-1/+1
|
* release 0.5.10.5.1Mike Gabriel2017-05-291-0/+7789
|
* src/application-service-watcher.c: Comment out upstart specific code for ↵Mike Gabriel2017-05-261-26/+26
| | | | now. We can reintroduce it once we know if our session is upstart-managed (or systemd-managed).
* data/Makefile.am: Indentation/white-space fix.Mike Gabriel2017-05-151-1/+1
|
* upstart service files: Fix namespace overlapping with the project we forked ↵Mike Gabriel2017-05-153-10/+10
| | | | from.
* Work inside a snap by prefixing hard coded paths with . (LP: #1629009)Michael Terry2017-05-151-1/+1
|
* Hide 'Indicator Application' from Startup Applications (LP: #1637379) (LP: ↵Jeremy Bicha2017-05-151-0/+1
| | | | #1637379)
* Adding a systemd user unit.Ted Gould2017-05-155-2/+28
|
* build system: Switch to mate-common.Mike Gabriel2017-05-152-5/+4
|
* Add forgotten file... (src/ayatana-application-service-marshal.list).Mike Gabriel2015-11-111-0/+23
|
* dbus-shared.h: Use org.ayatana namespace for the DBus service object.Mike Gabriel2015-11-111-3/+3
|
* Fork from Ubuntu's indicator-application code project.Mike Gabriel2015-11-1123-249/+113
|
* Releasing 12.10.1+15.04.20150128-0ubuntu1CI Train Bot2015-01-281-0/+7
|
* Remove XFCE from the OnlyShowIn list Fixes: #1411959Ted Gould2015-01-283-3/+3
|\ | | | | | | Approved by: Antti Kaijanmäki, PS Jenkins bot
| * Update gcov.m4Ted Gould2015-01-271-1/+1
| |
| * Remove XFCE from the OnlyShowIn listTed Gould2015-01-202-2/+2
|/
* Releasing 12.10.1+14.04.20140407-0ubuntu1CI bot2014-04-071-0/+7
|
* Fix the upstart job and desktop config for GNOME2 Fixes: 1302123Ted Gould2014-04-072-5/+12
|\
| * Switching to single equalsTed Gould2014-04-071-1/+1
| |