Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/service.cpp: Fix slider step and precision | Robert Tari | 2024-04-05 | 1 | -2/+4 |
| | |||||
* | Fix access of unitialized variables in DisplayIndicator destructor | Guido Berhoerster | 2024-03-04 | 1 | -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. | ||||
* | src/service.cpp: Add AccountsService support | Robert Tari | 2023-12-04 | 1 | -15/+212 |
| | |||||
* | Whitespace fix | Robert Tari | 2023-12-04 | 1 | -1/+1 |
| | |||||
* | src/service.cpp: Fix build with ENABLE_COLOR_TEMP off | Robert Tari | 2023-12-03 | 1 | -11/+25 |
| | |||||
* | src/service.cpp: Also switch metacity, icon and cursor themes when changing ↵ | Robert Tari | 2023-11-21 | 1 | -0/+177 |
| | | | | | | theme fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/87 | ||||
* | src/service.cpp: Hide theme profiles and settings in the greeter | Robert Tari | 2023-11-20 | 1 | -126/+158 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/83 | ||||
* | src/service.cpp: Handle missing org.gnome.desktop.interface::color-scheme | Robert Tari | 2023-11-11 | 1 | -2/+11 |
| | |||||
* | src/service.cpp: Fix string array translation | Robert Tari | 2023-11-11 | 1 | -6/+7 |
| | |||||
* | Rename indicator class and service source files | Robert Tari | 2023-10-09 | 1 | -0/+757 |