aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 22.2.122.2.1Mike Gabriel2022-07-204-2/+16
|
* Merge pull request #52 from JamiKettunen/musl-testsMarius Gripsgard2022-07-062-5/+6
|\ | | | | tests/utils/qmain.cpp: Add missing include for libintl.h
| * src/adbd-client.cpp: Fix cppcheckJami Kettunen2022-07-051-5/+5
| | | | | | | | | | | | | | | | cppcheck test was failing both locally for me and on CI: .../src/adbd-client.cpp:128:80: style: C-style pointer casting [cstyleCast] g_debug("%s thread %p creating a client socket to '%s'", G_STRLOC, (void*)g_thread_self(), socket_path.c_str()); ^
| * tests/utils/qmain.cpp: Add missing include for libintl.hJami Kettunen2022-06-301-0/+1
|/ | | | | | | | | | | | Fixes the following build error under musl libc: ../../../tests/utils/qmain.cpp: In function 'int main(int, char**)': ../../../tests/utils/qmain.cpp:47:5: error: 'bindtextdomain' was not declared in this scope 47 | bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR); | ^~~~~~~~~~~~~~ ../../../tests/utils/qmain.cpp:48:5: error: 'textdomain' was not declared in this scope 48 | textdomain(GETTEXT_PACKAGE); | ^~~~~~~~~~
* Merge branch 'ubports-personal/peat-psuwit/upstream_-_gschemas.compile-race'Mike Gabriel2022-03-081-1/+8
|\ | | | | | | Attributes GH PR #50: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/50
| * tests/unit: fix cmake custom command race conditionRatchanan Srirattanamet2022-03-071-1/+8
|/ | | | | | | | | | | | | | | | | | | CMake's documentation says [1]: > Do not list the output in more than one independent target that may > build in parallel or the two instances of the rule may conflict > (instead use the add_custom_target() command to drive the command and > make the other targets depend on that one). Because gschemas.compiled will be referenced multiple times independently, a level of redirection is needed to prevent CMake from generating the rule for the file multiple times. This is encountered in ayatana-indicator-power as well, and fixed in a similar way [2]. [1] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files [2] https://github.com/AyatanaIndicators/ayatana-indicator-power/commit/9a90f932e51db486b166dd38f00e4186e40a1aee
* release 22.2.022.2.0Mike Gabriel2022-02-174-1/+29
|
* Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'Mike Gabriel2022-02-166-8/+4
|\ | | | | | | Attributes GH PR #49: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/49
| * Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-165-7/+3
| |
| * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base systemRobert Tari2022-02-081-1/+1
|/
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-01-273-15/+13
|\ | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/48
| * .build.yml: Drop extra compilation flags and build with -WerrorRobert Tari2022-01-121-3/+2
| |
| * CMakeLists.txt: Clean up compilation flagsRobert Tari2022-01-121-11/+8
| |
| * tests/integration/usb-manager-test.cpp: Remove unneded lambda captureRobert Tari2022-01-121-1/+3
|/
* Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'Mike Gabriel2021-12-151-1/+5
|\ | | | | | | Attributes GH PR #41: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/41
| * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURESRobert Tari2021-12-101-1/+5
|/
* Merge branch 'tari01-pr/fix-qt5-use-modules-warning'Mike Gabriel2021-12-081-5/+5
|\ | | | | | | Attributes GH PR #47: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/47
| * tests/utils/CMakeLists.txt: Fix qt5_use_modules warningRobert Tari2021-12-081-5/+5
|/
* Merge branch 'z3ntu-desktop-file-path'Mike Gabriel2021-12-081-1/+1
|\ | | | | | | Attributes GH PR #45: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/45
| * Fix wrong Exec= in .desktop fileLuca Weiss2021-12-081-1/+1
|/ | | | | | | | | Previously it was pointing to the path /usr/libexec/ayatana-indicator-display-service instead of /usr/libexec/ayatana-indicator-display/ayatana-indicator-display-service Align the implementation with ayatana-indicator-datetime
* Merge branch 'tari01-pr/properties-cpp-dependency'Mike Gabriel2021-12-082-1/+3
|\ | | | | | | Attributes GH PR #46: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/46
| * INSTALL.md: Update dependency listRobert Tari2021-12-081-1/+2
| |
| * CMakeLists.txt: Fix missing check for properties-cpp dependencyRobert Tari2021-12-081-0/+1
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/43
* Merge branch 'z3ntu-systemd'Mike Gabriel2021-12-081-15/+18
|\ | | | | | | Attributes GH PR #44: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/44
| * Do not install systemd service file if not foundLuca Weiss2021-12-061-15/+18
|/ | | | Fixes #42
* Translated using Weblate (Esperanto)phlostically2021-11-191-11/+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/eo/
* Merge branch 'sunweaver-pr/consolidate-gschema-usage'Robert Tari2021-11-194-22/+37
|\ | | | | | | Attributes GH PR #40: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/40
| * GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and ↵Mike Gabriel2021-11-194-22/+37
|/ | | | | | | | unit tests. Additionally, internationalize the org.ayatana.display GSettings schema. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39
* AUTHORSMike Gabriel2021-11-181-0/+66
| | | | AUTHORS: Add file.
* release 0.9.00.9.0Mike Gabriel2021-11-183-3/+29
|
* NEWS: Add empty file.Mike Gabriel2021-11-181-0/+0
|
* Merge branch 'tari01-pr/rename-to-x-lomiri'Mike Gabriel2021-11-103-9/+9
|\ | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/38
| * Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-093-9/+9
|/
* Translated using Weblate (Macedonian)ElectrifiedSpeed2021-11-041-4/+7
| | | | | | | Currently translated at 16.6% (1 of 6 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/mk/
* Merge branch 'tari01-pr/drop-has-lomiri-touch-schema'Mike Gabriel2021-11-012-12/+32
|\ | | | | | | Attributes GH PR #37: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/37
| * Drop HAS_LOMIRI_TOUCH_SCHEMA, use native schema insteadRobert Tari2021-11-012-12/+32
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/8
* Merge branch 'tari01-pr/rename-com-ubuntu-touch-system'Mike Gabriel2021-11-014-7/+7
|\ | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/36
| * Rename com.ubuntu.touch.system to com.lomiri.touch.systemRobert Tari2021-11-014-7/+7
|/
* Merge branch 'tari01-pr/x-canonical-to-x-ayatana'Mike Gabriel2021-11-013-9/+9
|\ | | | | | | Attributes GH PR #35: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/35
| * Raname x-canonical properties to x-ayatanaRobert Tari2021-10-273-9/+9
|/
* Merge branch 'sunweaver-pr/travis-cleanup'Robert Tari2021-10-252-22/+8
|\ | | | | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/34
| * .build.yml: Remove source code of locally built dependency after it has been ↵Mike Gabriel2021-10-251-0/+2
| | | | | | | | installed.
| * .build.yml: Run unit tests in build_scripts: target.Mike Gabriel2021-10-251-8/+4
| |
| * .build.yml: Drop autogen.sh support.Mike Gabriel2021-10-251-14/+2
| |
| * Merge branch 'tari01-pr/suppress-constparameter-cppcheck'Mike Gabriel2021-10-251-1/+1
|/| | | | | | | Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/33
| * tests/CMakeFiles.txt: Suppress constParameter cppcheckRobert Tari2021-10-251-1/+1
|/ | | | - Making the problematic parts "const" produce even more warnings, so I'm considering this a false positive and disabling it
* data/CMakeLists.txt: Do not use automatic GSchema compilationRobert Tari2021-10-221-1/+0
|
* Merge branch 'tari01-pr/compile-gschema-during-installation'Mike Gabriel2021-10-211-0/+1
|\ | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/32
| * Compile GSchema during installationRobert Tari2021-10-211-0/+1
|/
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|