aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.10.2HEAD0.10.2release-buildsmainMike Gabriel2024-04-084-2/+27
|
* Merge branch 'tari01-pr/expand-scale'Mike Gabriel2024-04-081-2/+35
|\ | | | | | | Attributes GH PR #69: https://github.com/AyatanaIndicators/ayatana-ido/pull/69
| * src/idoscalemenuitem.c: Add new functionality via the digits and marks ↵Robert Tari2024-04-041-0/+33
| | | | | | | | parameters
| * src/idoscalemenuitem.c: Make page increment same as step incrementRobert Tari2024-04-041-2/+2
|/
* release 0.10.10.10.1Mike Gabriel2023-08-245-4/+53
|
* COPYING: Symlink to COPYING.GPL-3, the licensed used by the majority of code ↵Mike Gabriel2023-08-241-0/+1
| | | | | | | files. Fixes: https://github.com/AyatanaIndicators/ayatana-ido/issues/55 (Together with the 3 previous commits).
* Rename COPYING to COPYING.GPL-3 and use Debian's version of it.Mike Gabriel2023-08-242-165/+674
|
* COPYING files: Ship a copy of LGPL-2(+) and LGPL-3. Some code files in this ↵Mike Gabriel2023-08-242-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 Gabriel2023-08-241-38/+30
| | | | LGPL-2.1 license file shipped in /usr/share/common-licenses/).
* Merge branch 'tyll-executable_so'Mike Gabriel2023-08-241-3/+1
|\ | | | | | | Attributes GH PR #67: https://github.com/AyatanaIndicators/ayatana-ido/pull/67
| * cmake: Install library as libraryTill Maas2023-08-241-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 Gabriel2023-08-079-64/+25
|\ | | | | | | Attributes GH PR #66: https://github.com/AyatanaIndicators/ayatana-ido/pull/66
| * Do not hardcode icon sizesRobert Tari2023-08-054-54/+11
| | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/89
| * Fix possible memory leaksRobert Tari2023-08-053-1/+9
| |
| * src/idoalarmmenuitem.c: Do not free non memory-allocated variableRobert Tari2023-08-051-2/+2
| |
| * src/idoplaybackmenuitem.c: Drop unused variableRobert Tari2023-08-051-5/+0
| |
| * src/idoplaybackmenuitem.c: Fix undefined variableRobert Tari2023-08-051-2/+3
|/
* d/libayatana-ido3-0.4-0.symbols: Update symbols.Mike Gabriel2023-06-091-0/+6
|
* d/changelog: amend revisionMike Gabriel2023-06-091-1/+1
|
* release 0.10.00.10.0Mike Gabriel2023-06-094-2/+41
|
* Merge branch 'tari01-pr/level-item'Mike Gabriel2023-05-056-0/+385
|\ | | | | | | Attributes GH PR #65: https://github.com/AyatanaIndicators/ayatana-ido/pull/65
| * Add level menu itemRobert Tari2023-05-055-0/+380
| |
| * CMakeLists.txt: Add threads fix for old CMakeRobert Tari2023-05-051-0/+5
|/
* Merge branch 'tari01-pr/progress-item-rewrite'Mike Gabriel2023-05-051-72/+57
|\ | | | | | | Attributes GH PR #64: https://github.com/AyatanaIndicators/ayatana-ido/pull/64
| * src/idoprogressmenuitem.c: Rewrite to use icon, progress property and activationRobert Tari2023-03-031-72/+57
|/
* Revert "cmake: Enable building tests by default"Mike Gabriel2023-02-261-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 Gabriel2023-02-261-0/+1
|
* release 0.9.30.9.3Mike Gabriel2023-02-265-2/+40
|
* Merge branch 'JamiKettunen-modern-gtest'Mike Gabriel2023-02-262-2/+2
|\ | | | | | | Attributes GH PR #63: https://github.com/AyatanaIndicators/ayatana-ido/pull/63
| * cmake: Enable building tests by defaultJami Kettunen2023-02-261-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 GTestJami Kettunen2023-02-261-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 Gabriel2022-09-051-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 Tari2022-09-041-7/+37
|/ | | | model
* .travis.yml: Add CI builds for Ubuntu 22.04.Mike Gabriel2022-06-271-0/+1
|
* release 0.9.20.9.2Mike Gabriel2022-06-035-2/+37
|
* Merge branch 'ricotz-main'Mike Gabriel2022-03-241-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 nameRico Tzschichholz2022-03-151-8/+8
|/ | | | | Add reference to an existing header to gir which should be a single include header.
* Merge branch 'jpalus-link-libm'Mike Gabriel2022-02-281-1/+1
|\ | | | | | | Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-ido/pull/59
| * src/CMakeLists.txt: link libm for expf, pow and sinfJan Palus2022-02-191-1/+1
|/ | | | Fixes #52
* release 0.9.10.9.1Mike Gabriel2022-02-174-744/+797
|
* .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + disable ↵Robert Tari2022-02-081-2/+2
| | | | ppc64el builds
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-01-275-19/+12
|\ | | | | | | Attributes GH PR #57: https://github.com/AyatanaIndicators/ayatana-ido/pull/57
| * .build.yml: Drop extra compilation flags and build with -WerrorRobert Tari2022-01-141-3/+2
| |
| * Clean up compilation flagsRobert Tari2022-01-144-16/+10
|/
* Merge branch 'sunweaver-pr/ppc64le-alive-again'Mike Gabriel2021-11-121-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 Gabriel2021-11-101-1/+1
|/
* Merge branch 'tari01-pr/drop-scale-margin'Mike Gabriel2021-11-101-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 ObjectRobert Tari2021-11-101-1/+2
|/ | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/56
* release 0.9.00.9.0Mike Gabriel2021-11-025-2034/+1452
|
* debian/control: ayatana-ido (esp. the shared library) breaks older ↵Mike Gabriel2021-11-021-0/+9
| | | | ayatana-indicators-* versions that use IDOs.