aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 24.4.124.4.1Mike Gabriel2024-05-175-2/+54
|
* Merge branch 'sunweaver-pr/cppcheck-2.14'Robert Tari2024-05-176-9/+9
|\ | | | | | | Attributes GH PR #96: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/96
| * cppcheck: Run with --check-level=exhaustive.Mike Gabriel2024-05-171-1/+1
| | | | | | | | | | | | | | Resolves 1: <BUILDDIR>/ayatana-indicator-display/src/service.cpp:0:0: information: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. [normalCheckLevelMaxBranches]
| * cppcheck: Replace C-style casts by C++-style static_cast<> casts.Mike Gabriel2024-05-171-4/+4
| | | | | | | | See: https://stackoverflow.com/questions/40899581/is-it-always-safe-to-change-a-c-style-cast-to-a-static-cast
| * cppcheck: Suppress constParameterCallback.Mike Gabriel2024-05-171-1/+1
| | | | | | | | See https://sourceforge.net/p/cppcheck/discussion/general/thread/6046fc0f43/
| * cppcheck: Fix missingOverride complaints.Mike Gabriel2024-05-174-4/+4
|/
* Merge branch 'sunweaver-pr/xsct-brightness-slider-blackscreen-with-de-locale'Robert Tari2024-05-151-0/+14
|\ | | | | | | Attributes GH PR #97: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/97
| * src/main.cpp: Initialize LC_NUMERIC with 'POSIX'.Mike Gabriel2024-05-151-0/+14
|/ | | | | | | | | | | | | This assures that float number conversions (from float to string via e.g. g_strdup_sprintf()) always use a dot in decimal numbers. This resolves blackening of the screen if users with e.g. de_DE.UTF-8 use the brightness slider and hand over a komma-decimal to the xsct executable (which only understands dot-decimals). As we don't use numbers / number conversions anywhere else in the display indicator, this global setting of LC_NUMERIC seems to be the easiest approach.
* Translated using Weblate (Chinese (Simplified))复予2024-04-181-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 J2024-04-131-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.0Mike Gabriel2024-04-085-2/+43
|
* Merge branch 'tari01-pr/slider-step'Mike Gabriel2024-04-081-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