aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* data/libayatana-ido3-0.4.pc.in: Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-2/+2
|
* Merge branch 'sunweaver-pr/conditional-build-of-GIR-and-VAPI'Robert Tari2021-06-084-78/+106
|\ | | | | | | Attributes GH PR #42: https://github.com/AyatanaIndicators/ayatana-ido/pull/42
| * src/CMakeLists.txt: Wrap GIR and VAPI related build instructions into ↵Mike Gabriel2021-06-071-64/+73
| | | | | | | | if-clauses (that check, if INTROSPECTION_FOUND and VAPI_FOUND).
| * Merge branch 'tari01-pr/relative-install-dirs'Mike Gabriel2021-06-072-15/+15
| |\ | | | | | | | | | Attributes GH PR #41: https://github.com/AyatanaIndicators/ayatana-ido/pull/41
| | * Use CMAKE_INSTALL_FULL_*DIR variables for installationRobert Tari2021-06-072-15/+15
| |/ | | | | | | https://github.com/AyatanaIndicators/ayatana-ido/issues/40
| * Merge branch 'tari01-pr/add-glib-2.0-to-pkgconfig'Mike Gabriel2021-06-071-1/+1
| |\ | | | | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-ido/pull/38
| | * data/libayatana-ido3-0.4.pc.in: Add glib-2.0 dependencyRobert Tari2021-06-071-1/+1
| |/ | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-ido/issues/37
| * Merge branch 'tari01-pr/add-project-description'Mike Gabriel2021-06-071-1/+20
|/| | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-ido/pull/36
| * README.md: Add project descriptionRobert Tari2021-06-011-1/+20
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-ido/issues/35
* Merge branch 'tari01-pr/update-docs'Mike Gabriel2021-05-254-0/+93
|\ | | | | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-ido/pull/34
| * Add documentation filesRobert Tari2021-05-184-0/+93
|/
* Merge branch 'trism/fix-removable-a11y'Robert Tari2021-05-171-8/+6
|\ | | | | | | Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-ido/pull/33
| * CMakeLists.txt: Move coverage report generation macro into basefolder's ↵Mike Gabriel2021-05-172-7/+9
| | | | | | | | | | | | | | | | CMakeLists.txt file. With the previous approach, only coverage of the tests/ subfolder was reported (which always should be 100%). With this change, also coverage of the files in src/ is reported.
| * debian/control: Adjust versioned B-D on cmake (3.13 as stated in ↵Mike Gabriel2021-05-171-1/+1
| | | | | | | | CMakeLists.txt).
| * src/idoremovablemenuitem.c: replace grid with box to fix a11yJason Conti2021-05-091-8/+6
| |
* | Merge branch 'sunweaver-pr/fix-coverage-report'Robert Tari2021-05-122-7/+9
|\ \ | | | | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/ayatana-ido/pull/32
| * | debian/control: Adjust versioned B-D on cmake (3.13 as stated in ↵Mike Gabriel2021-05-121-1/+1
| | | | | | | | | | | | CMakeLists.txt).
| * | src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning.Robert Tari2021-05-121-1/+6
| | | | | | | | | | | | Fixes AyatanaIndicators/ayatana-ido#30
| * | .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-121-1/+1
| | |
| * | CMakeLists.txt: Move coverage report generation macro into basefolder's ↵Mike Gabriel2021-05-042-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | CMakeLists.txt file. With the previous approach, only coverage of the tests/ subfolder was reported (which always should be 100%). With this change, also coverage of the files in src/ is reported.
* | | debian/control: Adjust versioned B-D on cmake (3.13 as stated in ↵Mike Gabriel2021-05-111-1/+1
| |/ |/| | | | | CMakeLists.txt).
* | Merge branch 'tari01-pr/fix-deprecation-warning'Mike Gabriel2021-05-041-1/+6
|\ \ | | | | | | | | | Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-ido/pull/31
| * | src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning.Robert Tari2021-05-041-1/+6
|/ / | | | | | | Fixes AyatanaIndicators/ayatana-ido#30
* / .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-041-1/+1
|/
* debian/libayatana-ido3-0.4-0.symbols: Add symbol ↵Mike Gabriel2021-05-031-0/+1
| | | | 'ido_basic_menu_item_set_pixbuf' (coming with 0.8.3).
* .travis.yml: Temporarily disable ubuntu:rolling while the new distro version ↵Mike Gabriel2021-04-271-1/+1
| | | | being bootstrapped by Canonical.
* Merge branch 'tari01-pr/add-appointment-icon'Mike Gabriel2021-04-273-21/+71
|\ | | | | | | Attribute GH PR #28: https://github.com/AyatanaIndicators/ayatana-ido/pull/28
| * Add us to the copyright headersRobert Tari2021-04-213-0/+6
| |
| * src/basicmenuitem.c: Add GdkPixbuf source support for the iconRobert Tari2021-04-211-14/+55
| |
| * src/basicmenuitem.h: Add the ido_basic_menu_item_set_pixbuf functionRobert Tari2021-04-211-0/+3
| |
| * src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf ↵Robert Tari2021-04-211-1/+1
| | | | | | | | property
| * Whitespace fixRobert Tari2021-04-211-6/+6
|/
* Merge branch 'tari01-pr/switch-to-cmake'Mike Gabriel2021-04-2136-918/+449
|\ | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-ido/pull/26
| * CMakeLists.txt: Drop duplicate status messagesRobert Tari2021-04-211-4/+1
| |
| * CMakeLists.txt: Fix typoRobert Tari2021-04-211-1/+1
| |
| * debian/: Adjust to build system switch-over to CMake.Mike Gabriel2021-04-212-4/+19
| | | | | | | | Fixes AyatanaIndicators/ayatana-ido#27
| * src/idotimestampmenuitem.c: Whitespace fixes in copyright header.Robert Tari2021-04-211-6/+6
| |
| * Drop local config.h includes.Robert Tari2021-04-2115-41/+0
| | | | | | | | Fixes AyatanaIndicators/ayatana-ido#25
| * Remove automake-related filesRobert Tari2021-04-2111-873/+0
| |
| * tests/CMakeLists.txt: Unit tests may only run and build if shared library ↵Mike Gabriel2021-04-211-0/+1
| | | | | | | | target has been built.
| * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.Mike Gabriel2021-04-211-0/+2
| |
| * tests/: Port to using GMock cmake package from cmake-extras.Mike Gabriel2021-04-211-3/+17
| |
| * example/CMakeLists.txt: The example/ folder requires the library to have ↵Mike Gabriel2021-04-211-0/+1
| | | | | | | | been built. Fix parallel build issue with -DDISABLED_TESTS=OFF option.
| * CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call.Mike Gabriel2021-04-211-5/+0
| |
| * CMakeLists.txt: Leave finding gtest.pc to GMock cmake module.Mike Gabriel2021-04-211-5/+0
| |
| * CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest. Support ↵Mike Gabriel2021-04-211-2/+2
| | | | | | | | building on Debian 10.
| * CMakeLists.txt: Let's tolerate CMake minimum version 3.13 (to support ↵Mike Gabriel2021-04-211-1/+1
| | | | | | | | building against Debian 10).
| * {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option.Mike Gabriel2021-04-212-3/+13
| |
| * CMakeLists.txt: Don't use variable name MAINTAINER_MODE (it is misleading), ↵Mike Gabriel2021-04-211-7/+13
| | | | | | | | use ENABLE_TESTS and ENABLE_COVERAGE as options instead.
| * src/CMakeLists.txt: Actively set --library-path for g-ir-scanner.Mike Gabriel2021-04-211-0/+1
| |