aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .build.yml: Enable CTEST_OUTPUT_ON_FAILURE for better cppcheck (et al.) ↵Mike Gabriel2021-08-041-1/+1
| | | | debugging.
* tests/CMakeLists.txt: Build unit tests with -no-pie CXXFLAG if GNU compiler ↵Mike Gabriel2021-08-041-0/+3
| | | | is used.
* tests/test-dbus-fixture.h: Turn TestDBusFixture::TestDBusFixture into an ↵Mike Gabriel2021-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explicitly declared constructor. Resolves issues like these: In file included from /rootdir/tests/unit/rotation-lock-test.cpp:20: In file included from /rootdir/tests/utils/test-dbus-fixture.h:22: In file included from /rootdir/tests/utils/glib-fixture.h:30: In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:62: /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:472:44: error: call to implicitly-deleted default constructor of 'RotationLockFixture_CheckIndicator_Test' Test* CreateTest() override { return new TestClass; } ^ /rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: in instantiation of member function 'testing::internal::TestFactoryImpl<RotationLockFixture_CheckIndicator_Test>::CreateTest' requested here TEST_F(RotationLockFixture, CheckIndicator) ^ /usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F' GTEST_TEST_(test_fixture, test_name, test_fixture, \ ^ /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1565:15: note: expanded from macro 'GTEST_TEST_' new ::testing::internal::TestFactoryImpl<GTEST_TEST_CLASS_NAME_( \ ^ /rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: explicitly defaulted function was implicitly deleted here /usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F' GTEST_TEST_(test_fixture, test_name, test_fixture, \ ^ /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1544:5: note: expanded from macro 'GTEST_TEST_' GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() = default; \ ^ /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1533:3: note: expanded from macro 'GTEST_TEST_CLASS_NAME_' test_suite_name##_##test_name##_Test ^ <scratch space>:198:1: note: expanded from here RotationLockFixture_CheckIndicator_Test ^ /rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: default constructor of 'RotationLockFixture_CheckIndicator_Test' is implicitly deleted because base class 'RotationLockFixture' has a deleted default constructor /usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F' GTEST_TEST_(test_fixture, test_name, test_fixture, \ ^ /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1542:9: note: expanded from macro 'GTEST_TEST_' : public parent_class { \ ^ /rootdir/tests/unit/rotation-lock-test.cpp:24:28: note: default constructor of 'RotationLockFixture' is implicitly deleted because base class 'TestDBusFixture' has a deleted default constructor class RotationLockFixture: public TestDBusFixture ^ /rootdir/tests/utils/test-dbus-fixture.h:32:5: note: explicitly defaulted function was implicitly deleted here TestDBusFixture() =default; ^ /rootdir/tests/utils/test-dbus-fixture.h:69:36: note: default constructor of 'TestDBusFixture' is implicitly deleted because field 'service_dirs' of const-qualified type 'const std::vector<std::string>' (aka 'const vector<basic_string<char>>') would not be initialized const std::vector<std::string> service_dirs; ^ 2 warnings and 1 error generated.
* Travis CI: Initial CI build configuration.Mike Gabriel2021-08-042-0/+176
|
* tests/CMakeLists.txt: Add options --suppress=missingInclude and ↵Mike Gabriel2021-08-041-1/+1
| | | | --suppress=unusedFunction. Be less strict and make the cppcheck pass.
* tests/unit/adbd-client-test.cpp: white-space fixMike Gabriel2021-08-041-1/+1
|
* cppcheck: Add several missing override statements to make cppcheck happy ↵Mike Gabriel2021-08-044-9/+9
| | | | (which is one of our unit tests).
* src/adbd-client.cpp: Fix several type warnings in g_debug calls() by casting ↵Mike Gabriel2021-08-041-5/+5
| | | | to (void*).
* Update translation filesHosted Weblate2021-06-041-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
* Added translation using Weblate (Chinese (Traditional))Weblate2021-06-031-0/+42
|
* Update translation filesHosted Weblate2021-06-031-1/+0
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
* Update translation filesHosted Weblate2021-03-301-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
* Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin))Weblate2021-03-291-0/+42
|
* Translated using Weblate (Indonesian)Reza Almanda2021-03-181-5/+5
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/id/
* CMakeLists.txt: Revert introducing configure switch -Denable_coverage, the ↵Mike Gabriel2021-03-061-9/+6
| | | | coverage enablement is enabled via CMAKE_BUILD_TYPE=coverage env var.
* Translated using Weblate (Hungarian)Ács Zoltán2021-02-081-3/+3
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/hu/
* Update translation filesHosted Weblate2020-11-011-0/+8
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
* Added translation using Weblate (Italian)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Tamil (Sri Lanka))Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Dhivehi)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Venetian)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Kashubian)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Macedonian)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Friulian)Weblate2020-10-311-0/+42
|
* Added translation using Weblate (Tatar)Weblate2020-10-311-0/+42
|
* Translated using Weblate (Sardinian)Adrià Martín2020-10-271-9/+12
| | | | | | | Currently translated at 83.3% (5 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/sc/
* Update translation filesHosted Weblate2020-10-271-0/+5
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
* Added translation using Weblate (Manx)Weblate2020-10-261-0/+42
|
* Added translation using Weblate (Afar)Weblate2020-10-261-0/+42
|
* Added translation using Weblate (Nyanja)Weblate2020-10-261-0/+42
|
* Added translation using Weblate (Assamese)Weblate2020-10-261-0/+42
|
* Added translation using Weblate (Wolof)Weblate2020-10-261-0/+42
|
* Translated using Weblate (Occitan)Quentin PAGÈS2020-10-191-3/+3
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/oc/
* Translated using Weblate (Occitan)Quentin PAGÈS2020-09-261-9/+12
| | | | | | | Currently translated at 83.3% (5 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/oc/
* Translated using Weblate (Malay)antuketot762020-09-051-10/+13
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/ms/
* Merge branch 'sunweaver-pr/cmakelists-rework-and-optional-unit-tests'Robert Tari2020-08-151-13/+20
|\ | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/10
| * Drop all references to upstart.Mike Gabriel2020-08-152-31/+0
| |
| * CMakeLists.txt: Make running unit tests at build time optional, same for ↵Mike Gabriel2020-08-151-8/+15
| | | | | | | | | | | | coverage reports. Fixes AyatanaIndicators/ayatana-indicator-display#3.
| * CMakeLists.txt: Earlier inclusion of GNUInstallDirs.Mike Gabriel2020-08-151-6/+5
| |
| * CMakeLists.txt: white-space fix.Mike Gabriel2020-08-151-1/+1
| |
| * CMakeLists.txt: Add PROJECT_VERSION.Mike Gabriel2020-08-151-0/+1
| |
* | Merge branch 'sunweaver-pr/drop-upstart-support'Robert Tari2020-08-152-31/+0
|\ \ | |/ |/| | | Attributes GH PR #7: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/7
| * Drop all references to upstart.Mike Gabriel2020-08-142-31/+0
|/
* COPYING: Add file, GPL-3.Mike Gabriel2020-08-141-0/+674
|
* Merge branch 'tari01-pr/replace-x-canonical-attributes'Mike Gabriel2020-08-112-6/+6
|\ | | | | | | Attributes GH PR #5: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/5
| * Replace x-canonical attributesRobert Tari2020-08-112-6/+6
|/
* Merge branch 'sunweaver-pr/libexec-dir-on-Debian-too'Robert Tari2020-08-111-4/+0
|\ | | | | | | Attributes GH PR #1: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/1
| * Merge branch 'pr/libexec-dir-on-Debian-too' of ↵Robert Tari2020-08-111-4/+0
|/| | | | | | | | | | | https://github.com/sunweaver/ayatana-indicator-display into sunweaver-pr/libexec-dir-on-Debian-too Attributes GH PR #1: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/1
| * CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵Mike Gabriel2020-07-241-4/+0
| | | | | | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5).
* | debian/ayatana-indicator-display.links: Add FIXME/reminder to drop manual ↵Mike Gabriel2020-08-101-1/+2
| | | | | | | | symlinking of systemd user service file once DH compat level is raised to a level above 12.