aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Chinese (Simplified))HEADmain复予2 days1-27/+27
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/zh_Hans/
* Translated using Weblate (Korean)ID J7 days1-6/+6
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/ko/
* release 24.4.024.4.0release-buildsMike Gabriel12 days5-2/+43
|
* Merge branch 'tari01-pr/slider-step'Mike Gabriel12 days1-2/+4
|\ | | | | | | Attributes GH PR #94: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/94
| * src/service.cpp: Fix slider step and precisionRobert Tari2024-04-051-2/+4
|/
* Translated using Weblate (French)Steve2024-03-241-21/+23
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/fr/
* Translated using Weblate (Korean)이정희2024-03-151-25/+25
| | | | | | | Currently translated at 87.5% (28 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/ko/
* Merge branch 'gber-personal/gber/fix-uninitialized-mem'Mike Gabriel2024-03-041-2/+2
|\ | | | | | | Attributes GH PR #93: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/93
| * Fix access of unitialized variables in DisplayIndicator destructorGuido Berhoerster2024-03-041-2/+2
|/ | | | | | In the constructor nGreeterSubscription and pConnection are only initialized if bGreeter is true whereas the destructor always accesses them and possibly passes uninitialized values to functions.
* release 24.1.124.1.1Mike Gabriel2024-02-244-570/+613
|
* Merge branch 'tari01-pr/add-pkla'Mike Gabriel2024-02-243-1/+11
|\ | | | | | | Attributes GH PR #92: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/92
| * data/org.ayatana.indicator.display.AccountsService.policy: Fix policy ↵Robert Tari2024-02-231-1/+1
| | | | | | | | message text
| * Add data/50-org.ayatana.indicator.display.AccountsService.pkla to support ↵Robert Tari2024-02-232-0/+10
|/ | | | old systems
* Translated using Weblate (Lithuanian)Moo2024-01-231-25/+31
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/lt/
* Translated using Weblate (Portuguese)Ivo Xavier2023-12-291-4/+4
| | | | | | | Currently translated at 100.0% (32 of 32 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/pt/
* release 24.1.024.1.0Mike Gabriel2023-12-264-2/+50
|
* po: update .pot fileRatchanan Srirattanamet2023-12-142-38/+18
|
* debian/control: remove uneeded dependencyRatchanan Srirattanamet2023-12-141-1/+0
|
* Remove ENABLE_LOMIRI_FEATURES CMake flagRatchanan Srirattanamet2023-12-143-6/+2
| | | | | | | | There's no longer any Lomiri-specific code in this repo, so remove the flag. The unit test actually works without the flag, so do include it without the condition.
* tests: remove no longer needed partsRatchanan Srirattanamet2023-12-1412-520/+0
|
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-1420-2049/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Merge branch 'tari01-pr/add-accountsservice'Mike Gabriel2023-12-059-28/+309
|\ | | | | | | Attributes GH PR #89: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/89
| * INSTALL.md: Update build dependenciesRobert Tari2023-12-041-0/+1
| |
| * debian/control: Add libaccountsservice-dev dependencyRobert Tari2023-12-041-0/+1
| |
| * .build.yml: Add accountsservice dependencyRobert Tari2023-12-041-0/+4
| |
| * CMakeLists.txt: Add accountsservice dependencyRobert Tari2023-12-041-1/+1
| |
| * src/service.cpp: Add AccountsService supportRobert Tari2023-12-041-15/+212
| |
| * Whitespace fixRobert Tari2023-12-041-1/+1
| |
| * src/service.cpp: Fix build with ENABLE_COLOR_TEMP offRobert Tari2023-12-031-11/+25
| |
| * data/*: Add AccountsService filesRobert Tari2023-12-034-0/+64
|/
* release 23.10.523.10.5Mike Gabriel2023-11-214-2/+24
|
* Merge branch 'tari01-pr/metacity-icon-cursor'Mike Gabriel2023-11-211-0/+177
|\ | | | | | | Attributes GH PR #88: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/88
| * src/service.cpp: Also switch metacity, icon and cursor themes when changing ↵Robert Tari2023-11-211-0/+177
|/ | | | | | theme fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/87
* release 23.10.423.10.4Mike Gabriel2023-11-204-2/+26
|
* Merge branch 'tari01-pr/greeter-mode'Mike Gabriel2023-11-202-126/+161
|\ | | | | | | Attributes GH PR #86: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/86
| * src/service.cpp: Hide theme profiles and settings in the greeterRobert Tari2023-11-201-126/+158
| | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/83
| * data/org.ayatana.indicator.display: Add desktop greeter sectionRobert Tari2023-11-201-0/+3
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/85
* release 23.10.323.10.3Mike Gabriel2023-11-144-2/+24
|
* Merge branch 'tari01-pr/missing-color-scheme'Mike Gabriel2023-11-141-2/+11
|\ | | | | | | Attributes GH PR https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/81
| * src/service.cpp: Handle missing org.gnome.desktop.interface::color-schemeRobert Tari2023-11-111-2/+11
|/
* release 23.10.223.10.2Mike Gabriel2023-11-115-2/+37
|
* Merge branch 'tari01-pr/fix-translation'Mike Gabriel2023-11-111-6/+7
|\ | | | | | | Attributes GH PR #80: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/80
| * src/service.cpp: Fix string array translationRobert Tari2023-11-111-6/+7
|/
* Translated using Weblate (Swedish)bittin1ddc447d824349b22023-11-091-18/+17
| | | | | | | Currently translated at 100.0% (36 of 36 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/sv/
* Translated using Weblate (Portuguese)Ivo Xavier2023-11-091-16/+15
| | | | | | | Currently translated at 94.4% (34 of 36 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/pt/
* Translated using Weblate (Czech)Jozef Mlich2023-11-071-15/+14
| | | | | | | Currently translated at 100.0% (36 of 36 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/cs/
* release 23.10.123.10.1Mike Gabriel2023-11-065-2/+65
|
* Merge branch 'tari01-pr/no-properties-cpp-dependency-condition'Mike Gabriel2023-11-021-5/+1
|\ | | | | | | Attributes GH PR #79: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/79
| * CMakeLists.txt: Remove condition from properties-cpp dependencyRobert Tari2023-11-011-5/+1
|/
* Translated using Weblate (Czech)Jozef Mlich2023-10-211-4/+4
| | | | | | | Currently translated at 69.4% (25 of 36 strings) Translation: Ayatana Indicators/Display Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/cs/