aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 22.9.022.9.0Mike Gabriel2022-09-144-4/+106
|
* Translated using Weblate (Czech)Milan Korecky2022-09-141-11/+9
| | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/cs/
* po/*.po{,t}: Translation strings update (esp. source file references).Mike Gabriel2022-09-14134-1737/+1737
|
* update-po{,t}.sh: Also catch multi-file source file references.Mike Gabriel2022-09-142-4/+8
|
* Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'Robert Tari2022-09-133-14/+16
|\ | | | | | | Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/59
| * Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura2022-09-131-11/+9
| | | | | | | | | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/pt_BR/
| * Translated using Weblate (Occitan)Quentin PAGÈS2022-09-131-12/+10
| | | | | | | | | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/oc/
| * Translated using Weblate (Hebrew)Yaron Shahrabani2022-09-131-12/+10
| | | | | | | | | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/he/
| * po/ayatana-indicator-display.pot: Update file.Mike Gabriel2022-09-111-14/+14
| |
| * update-po{,t}.sh: Omit ../ at beginning of file names in .pot file.Mike Gabriel2022-09-112-0/+2
| |
* | Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura2022-09-101-11/+9
| | | | | | | | | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/pt_BR/
* | Translated using Weblate (Occitan)Quentin PAGÈS2022-09-101-12/+10
| | | | | | | | | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/oc/
* | Translated using Weblate (Hebrew)Yaron Shahrabani2022-09-101-12/+10
|/ | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/he/
* Translated using Weblate (Chinese (Simplified))Eric2022-09-091-7/+5
| | | | | | | Currently translated at 66.6% (8 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/zh_Hans/
* Translated using Weblate (German)Mike Gabriel2022-09-091-14/+12
| | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Display Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/de/
* po/*.po: Update translation strings in .po files.Mike Gabriel2022-09-09133-472/+3755
|
* Merge branch 'sunweaver-pr/update-and-fix-translations'Robert Tari2022-09-095-18/+37
|\ | | | | | | Attributes GH PR #57: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/57
| * ChangeLog: Forgotten to be added. Add it now.Mike Gabriel2022-09-091-0/+1241
| |
| * po/ayatana-indicator-display.pot: Update translation strings.Mike Gabriel2022-09-081-4/+28
| |
| * data/: Rename org.ayatana.display.gschema.xml.in to ↵Mike Gabriel2022-09-084-14/+9
| | | | | | | | org.ayatana.indicator.display.gschema.xml. Fix and simplify translations of .gschema.xml strings with it.
* | Merge branch 'sunweaver-pr/changelog'Robert Tari2022-09-091-0/+1241
|\ \ | |/ |/| | | Attributes GH PR #56: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/56
| * ChangeLog: Forgotten to be added. Add it now.Mike Gabriel2022-09-081-0/+1241
|/
* Merge branch 'sunweaver-pr/tooltip-support'Mike Gabriel2022-09-082-1/+4
|\ | | | | | | Attributes GH PR #53: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/53
| * src/rotation-lock.cpp: Add tooltip, rename indicator title from 'Rotation' ↵Mike Gabriel2022-07-222-1/+4
|/ | | | to 'Display' on desktops.
* 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/