Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COPYING files: Ship a copy of LGPL-2(+) and LGPL-3. Some code files in this ↵ | Mike Gabriel | 2023-08-24 | 2 | -0/+646 |
| | | | | project use either of those licenses. | ||||
* | COPYING.LGPL.2.1: Rename to COPYING.LGPL-2.1 (and use layout from Debian's ↵ | Mike Gabriel | 2023-08-24 | 1 | -38/+30 |
| | | | | LGPL-2.1 license file shipped in /usr/share/common-licenses/). | ||||
* | Merge branch 'tyll-executable_so' | Mike Gabriel | 2023-08-24 | 1 | -3/+1 |
|\ | | | | | | | Attributes GH PR #67: https://github.com/AyatanaIndicators/ayatana-ido/pull/67 | ||||
| * | cmake: Install library as library | Till Maas | 2023-08-24 | 1 | -3/+1 |
|/ | | | | | | Fedora needs libraries to be executable to extract debug information. Debian does not. The cmake TARGETS installation takes care of this, therefore use it. | ||||
* | Merge branch 'tari01-pr/no-hardcoded-icon-sizes' | Mike Gabriel | 2023-08-07 | 9 | -64/+25 |
|\ | | | | | | | Attributes GH PR #66: https://github.com/AyatanaIndicators/ayatana-ido/pull/66 | ||||
| * | Do not hardcode icon sizes | Robert Tari | 2023-08-05 | 4 | -54/+11 |
| | | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/89 | ||||
| * | Fix possible memory leaks | Robert Tari | 2023-08-05 | 3 | -1/+9 |
| | | |||||
| * | src/idoalarmmenuitem.c: Do not free non memory-allocated variable | Robert Tari | 2023-08-05 | 1 | -2/+2 |
| | | |||||
| * | src/idoplaybackmenuitem.c: Drop unused variable | Robert Tari | 2023-08-05 | 1 | -5/+0 |
| | | |||||
| * | src/idoplaybackmenuitem.c: Fix undefined variable | Robert Tari | 2023-08-05 | 1 | -2/+3 |
|/ | |||||
* | d/libayatana-ido3-0.4-0.symbols: Update symbols. | Mike Gabriel | 2023-06-09 | 1 | -0/+6 |
| | |||||
* | d/changelog: amend revision | Mike Gabriel | 2023-06-09 | 1 | -1/+1 |
| | |||||
* | release 0.10.00.10.0 | Mike Gabriel | 2023-06-09 | 4 | -2/+41 |
| | |||||
* | Merge branch 'tari01-pr/level-item' | Mike Gabriel | 2023-05-05 | 6 | -0/+385 |
|\ | | | | | | | Attributes GH PR #65: https://github.com/AyatanaIndicators/ayatana-ido/pull/65 | ||||
| * | Add level menu item | Robert Tari | 2023-05-05 | 5 | -0/+380 |
| | | |||||
| * | CMakeLists.txt: Add threads fix for old CMake | Robert Tari | 2023-05-05 | 1 | -0/+5 |
|/ | |||||
* | Merge branch 'tari01-pr/progress-item-rewrite' | Mike Gabriel | 2023-05-05 | 1 | -72/+57 |
|\ | | | | | | | Attributes GH PR #64: https://github.com/AyatanaIndicators/ayatana-ido/pull/64 | ||||
| * | src/idoprogressmenuitem.c: Rewrite to use icon, progress property and activation | Robert Tari | 2023-03-03 | 1 | -72/+57 |
|/ | |||||
* | Revert "cmake: Enable building tests by default" | Mike Gabriel | 2023-02-26 | 1 | -1/+1 |
| | | | | | | | This reverts commit 889c006f9fcc57889ccb7d10ebadcf53463ae24c. As discussed with co-maintainer Robert Tari, tests shall be enabled by distro packagers (if wanted) and in our CI builds. | ||||
* | debian/libayatana-ido3-0.4-0.symbols: Update symbols. | Mike Gabriel | 2023-02-26 | 1 | -0/+1 |
| | |||||
* | release 0.9.30.9.3 | Mike Gabriel | 2023-02-26 | 5 | -2/+40 |
| | |||||
* | Merge branch 'JamiKettunen-modern-gtest' | Mike Gabriel | 2023-02-26 | 2 | -2/+2 |
|\ | | | | | | | Attributes GH PR #63: https://github.com/AyatanaIndicators/ayatana-ido/pull/63 | ||||
| * | cmake: Enable building tests by default | Jami Kettunen | 2023-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | We really should do this by default across the board to catch issues with the testing infrastructure; what's the point of having tests if they're not even being actively exercised across a wide range of distributions with varying configurations? :p | ||||
| * | tests: Fix building against modern GTest | Jami Kettunen | 2023-02-26 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes being unable to locate GMock (GTest) with gtest v1.12.1 as tested on Void Linux: CMake Warning at tests/CMakeLists.txt:1 (find_package): By not providing "FindGMock.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "GMock", but CMake did not find one. Could not find a package configuration file provided by "GMock" with any of the following names: GMockConfig.cmake gmock-config.cmake Add the installation prefix of "GMock" to CMAKE_PREFIX_PATH or set "GMock_DIR" to a directory containing one of the above files. If "GMock" provides a separate development package or SDK, be sure it has been installed. Also mark the library as REQUIRED since without it found attempting to build tests just fails at link-time with various errors such as: /usr/bin/ld: gtest-menuitems.cpp:(.text+0x14d): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)' | ||||
* | Merge branch 'tari01-pr/secondary-text-and-count' | Mike Gabriel | 2022-09-05 | 1 | -7/+37 |
|\ | | | | | | | Attributes GH PR #61: https://github.com/AyatanaIndicators/ayatana-ido/pull/61 | ||||
| * | src/idobasicmenuitem.c: Set secondary text and count with lozenge from menu ↵ | Robert Tari | 2022-09-04 | 1 | -7/+37 |
|/ | | | | model | ||||
* | .travis.yml: Add CI builds for Ubuntu 22.04. | Mike Gabriel | 2022-06-27 | 1 | -0/+1 |
| | |||||
* | release 0.9.20.9.2 | Mike Gabriel | 2022-06-03 | 5 | -2/+37 |
| | |||||
* | Merge branch 'ricotz-main' | Mike Gabriel | 2022-03-24 | 1 | -8/+8 |
|\ | | | | | | | Attributes GH PR #60: https://github.com/AyatanaIndicators/ayatana-ido/pull/60 | ||||
| * | vala: The name of the vapi should match the pkg-config name | Rico Tzschichholz | 2022-03-15 | 1 | -8/+8 |
|/ | | | | | Add reference to an existing header to gir which should be a single include header. | ||||
* | Merge branch 'jpalus-link-libm' | Mike Gabriel | 2022-02-28 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-ido/pull/59 | ||||
| * | src/CMakeLists.txt: link libm for expf, pow and sinf | Jan Palus | 2022-02-19 | 1 | -1/+1 |
|/ | | | | Fixes #52 | ||||
* | release 0.9.10.9.1 | Mike Gabriel | 2022-02-17 | 4 | -744/+797 |
| | |||||
* | .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + disable ↵ | Robert Tari | 2022-02-08 | 1 | -2/+2 |
| | | | | ppc64el builds | ||||
* | Merge branch 'tari01-pr/cleanup-compile-flags' | Mike Gabriel | 2022-01-27 | 5 | -19/+12 |
|\ | | | | | | | Attributes GH PR #57: https://github.com/AyatanaIndicators/ayatana-ido/pull/57 | ||||
| * | .build.yml: Drop extra compilation flags and build with -Werror | Robert Tari | 2022-01-14 | 1 | -3/+2 |
| | | |||||
| * | Clean up compilation flags | Robert Tari | 2022-01-14 | 4 | -16/+10 |
|/ | |||||
* | Merge branch 'sunweaver-pr/ppc64le-alive-again' | Mike Gabriel | 2021-11-12 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #54: https://github.com/AyatanaIndicators/ayatana-ido/pull/54 | ||||
| * | .travis.yml: Re-enable ppc64le builds on Travis CI again. | Mike Gabriel | 2021-11-10 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'tari01-pr/drop-scale-margin' | Mike Gabriel | 2021-11-10 | 1 | -1/+2 |
|\ | | | | | | | Attributes GH PR #56: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/56 | ||||
| * | src/idoscalemenuitem.c: Drop hard-coded end-margin for the Scale Display Object | Robert Tari | 2021-11-10 | 1 | -1/+2 |
|/ | | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/56 | ||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-11-02 | 5 | -2034/+1452 |
| | |||||
* | debian/control: ayatana-ido (esp. the shared library) breaks older ↵ | Mike Gabriel | 2021-11-02 | 1 | -0/+9 |
| | | | | ayatana-indicators-* versions that use IDOs. | ||||
* | debian/control: Drop B-D: mate-common. | Mike Gabriel | 2021-11-02 | 1 | -1/+0 |
| | |||||
* | debian/control: Bump Standards-Version: to 4.6.0. No changes needed. | Mike Gabriel | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | .build.yml: Drop autogen.sh support; Run unit tests in build_scripts: target. | Mike Gabriel | 2021-10-26 | 1 | -20/+5 |
| | |||||
* | Revert ".build.yml: Drop autogen.sh support; Run unit tests in ↵ | Mike Gabriel | 2021-10-26 | 2 | -36/+22 |
| | | | | | | build_scripts: target." This reverts commit bde3617182582e2c0c341b847b65e4f280115736. | ||||
* | .build.yml: Drop autogen.sh support; Run unit tests in build_scripts: target. | Mike Gabriel | 2021-10-25 | 2 | -22/+36 |
| | |||||
* | .travis.yml: Temporarily disable ppc64le builds | Robert Tari | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'tari01-pr/use-consistent-ido-names' | Mike Gabriel | 2021-10-18 | 2 | -9/+9 |
|\ | | | | | | | Attributes GH PR #50: https://github.com/AyatanaIndicators/ayatana-ido/pull/50 |