Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/control: Add to B-D: dh-python. | Mike Gabriel | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | src/app-indicator.c: Avoid usage of PATH_MAX macro. Fixes FTBFS on Debian ↵ | Mike Gabriel | 2017-10-06 | 1 | -15/+16 |
| | | | | GNU/Hurd. | ||||
* | Revert "debian/{control,compat}: Bump DH version level to 10 (and bump B-D ↵ | Mike Gabriel | 2017-09-29 | 2 | -2/+2 |
| | | | | | | | | to >= 10)." This reverts commit 9c198888efd1ec87860a56dc8123c5dc8e87ad7d. Reason: debhelper 10 is not available in Ubuntu 16.04. | ||||
* | post-release project name fix in debian/changelog | Mike Gabriel | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | debian/control: Add missing , at EOL under B-D. | Mike Gabriel | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | debian/{control,rules}: Update supported host architectures. | Mike Gabriel | 2017-09-28 | 2 | -8/+8 |
| | |||||
* | debian/{control,compat}: Bump DH version level to 10 (and bump B-D to >= 10). | Mike Gabriel | 2017-09-28 | 2 | -2/+2 |
| | |||||
* | bindings/mono/Makefile.am: Don't run tests on all targets, only on check ↵ | Mike Gabriel | 2017-09-28 | 1 | -1/+1 |
| | | | | target. Fixes FTBFS when built parallely. | ||||
* | debian/changelog: Post-release fix in date string of 0.5.0 release stanza. | Mike Gabriel | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | bindings/python: Yet another 'ayatana' namespace fix for the Python2 bindings. | Mike Gabriel | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | release 0.5.10.5.1 | Mike Gabriel | 2017-09-23 | 5 | -86/+91 |
| | |||||
* | Python2 bindings: Fix import ayatana_appindicator failure by correctly ↵ | Mike Gabriel | 2017-09-23 | 2 | -6/+6 |
| | | | | adding the ayatana namespace. | ||||
* | docs/reference/Makefile.am: Drop option --nogtkinit from SCANGOBJ_OPTIONS. ↵ | Mike Gabriel | 2017-09-23 | 1 | -1/+1 |
| | | | | Has been long deprecated in scangobj and been removed in gtk-doc (>= 1.26). | ||||
* | release 0.5.00.5.0 | Mike Gabriel | 2017-05-22 | 1 | -0/+8647 |
| | |||||
* | autogen.sh: Fix PKG_NAME. Use ayatana- in PKG_NAME. | Mike Gabriel | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | app-indicator: don't append the snap prefix if the icon is saved in a well ↵ | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -1/+13 |
| | | | | known readable path | ||||
* | AppIndicator: don't emit label cahanges when guide is still empty | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -0/+5 |
| | |||||
* | AppIndicator: fix icon and theme paths when running in $SNAP environment | Marco Trevisan (Treviño) | 2017-05-15 | 4 | -14/+123 |
| | | | | | | Prepend $SNAP path to icons and theme paths when running in a sandboxed environment, this allows to run app indicators without caring about the fact they've been designed or compiled to run in a snap world or not. (LP: #1600136) | ||||
* | Handle watcher service appearing and disappearing. | Alberts Muktupāvels | 2017-05-15 | 1 | -112/+82 |
| | |||||
* | Make test-simple-app really working. | Dmitry Shachnev | 2017-05-15 | 1 | -14/+13 |
| | |||||
* | build system: Switch to mate-common. | Mike Gabriel | 2017-05-15 | 2 | -4/+4 |
| | |||||
* | src/dbus-shared.h: Fix copy+paste flaw for INDICATOR_APPLICATION_DBUS_OBJ. | Mike Gabriel | 2017-05-15 | 1 | -2/+1 |
| | |||||
* | debian/rules: Use instead of `pwd`. | Mike Gabriel | 2015-11-11 | 2 | -15/+6 |
| | |||||
* | Re-rename README.md to README. Otherwise automake will complain. | Mike Gabriel | 2015-11-11 | 1 | -0/+9 |
| | |||||
* | README.md: Don't sound Ubuntu-hostile (which we aren't). | Mike Gabriel | 2015-11-11 | 1 | -3/+3 |
| | |||||
* | Rename README -> README.md, fill with content. | Mike Gabriel | 2015-11-11 | 2 | -2/+9 |
| | |||||
* | tests/run-xvfb.sh: Give tests even more time (10s). | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | tests/run-xvfb.sh: Give tests more time (4s instead of 2s) to complete. This ↵ | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | | | | may help with observed / arbitrary test failures when built on jenkins.arctica-project.org. | ||||
* | debian/control: Fix versioned build-dependency for libayatana-indicator{,3}-dev. | Mike Gabriel | 2015-11-11 | 1 | -2/+2 |
| | |||||
* | Revert "debian/rules: Make sure the kill command is found in ..." | Mike Gabriel | 2015-11-11 | 1 | -2/+2 |
| | | | | This reverts commit 1abf3ea10b03c7ca38efc9f8b0985a276b388f51. | ||||
* | debian/rules: Make sure the kill command is found in ↵ | Mike Gabriel | 2015-11-11 | 1 | -2/+2 |
| | | | | /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/thinlinc/bin. | ||||
* | debian/rules: Use backticks instead of $(<cmd>) (which is not a GNU make way ↵ | Mike Gabriel | 2015-11-11 | 1 | -6/+6 |
| | | | | of invoking commands). | ||||
* | debian/rules: Provide temporary home for test suite runs. | Mike Gabriel | 2015-11-11 | 1 | -4/+6 |
| | |||||
* | debian/rules: Expect tests/test-suite.log files in build/gtk<ver> subdirs. | Mike Gabriel | 2015-11-11 | 1 | -2/+4 |
| | |||||
* | debian/rules: Don't abort build on failing tests (so that we see the ↵ | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | | | | tests-suite.log file). | ||||
* | debian/rules: View test's log file for better debugging of problems when ↵ | Mike Gabriel | 2015-11-11 | 1 | -0/+2 |
| | | | | built in clean chroots. | ||||
* | debian/control: Add B-D: procps. The test suite complains about the ps ↵ | Mike Gabriel | 2015-11-11 | 1 | -0/+1 |
| | | | | command to be missing in minimal build environments. | ||||
* | Drop .bzrignore file. | Mike Gabriel | 2015-11-11 | 1 | -138/+0 |
| | |||||
* | debian/control: Fix build-dependency issue for nightly builds. | Mike Gabriel | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | Fork from Ubuntu's libappindicator project. | Mike Gabriel | 2015-11-10 | 73 | -315/+366 |
| | |||||
* | Releasing 12.10.1+15.04.20141110-0ubuntu1 | CI bot | 2014-11-10 | 1 | -0/+7 |
| | |||||
* | scroll-event: change parameter to the right type | Lars Uebernickel | 2014-11-10 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | The scroll-direction parameter is of type uint, but the annotation says that it's of Gdk.ScrollDirection. Thus, bindings always see 0 for that parameter. This commit changes the actual type of the parameter instead of the annotation. This should be API compatible for C while still maintaining the proper type for bindings. Fixes: 1071738 Approved by: Sebastien Bacher, PS Jenkins bot | ||||
| * | gcov.m4: add lcov 1.11 | Lars Uebernickel | 2014-11-10 | 1 | -1/+1 |
| | | |||||
| * | scroll-event: change parameter to the right type | Lars Uebernickel | 2014-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | The scroll-direction parameter is of type uint, but the annotation says that it's of Gdk.ScrollDirection. Thus, bindings always see 0 for that parameter. This commit changes the actual type of the parameter instead of the annotation. This should be API compatible for C while still maintaining the proper type for bindings. | ||||
* | | Rebuild to drop files installed into /usr/share/pyshared. | Matthias Klose | 2014-11-10 | 1 | -0/+6 |
|/ | |||||
* | Fix build failures on trusty. Fixes: https://bugs.launchpad.net/bugs/1262655. | Ted Gould | 2013-12-19 | 7 | -17/+27 |
|\ | | | | | | | Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Adding gcov 1.10 | Ted Gould | 2013-12-19 | 1 | -1/+1 |
| | | |||||
| * | * Build with -Wno-error=deprecated-declarations. | Matthias Klose | 2013-12-19 | 6 | -16/+26 |
|/ | | | | | | * Don't build the mono bindings on ppc64el, not available. * Disable building the example, vala build error. | ||||
* | Merge distro back to trunk. | Robert Bruce Park | 2013-10-17 | 1 | -3/+2 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Merge distro back to trunk. | Robert Bruce Park | 2013-10-17 | 1 | -3/+2 |
|/ |