aboutsummaryrefslogtreecommitdiff
path: root/src/service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck: Replace C-style casts by C++-style static_cast<> casts.Mike Gabriel30 hours1-4/+4
| | | | See: https://stackoverflow.com/questions/40899581/is-it-always-safe-to-change-a-c-style-cast-to-a-static-cast
* src/service.cpp: Fix slider step and precisionRobert Tari2024-04-051-2/+4
|
* 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.
* 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
|
* 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
* 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
* src/service.cpp: Handle missing org.gnome.desktop.interface::color-schemeRobert Tari2023-11-111-2/+11
|
* src/service.cpp: Fix string array translationRobert Tari2023-11-111-6/+7
|
* Rename indicator class and service source filesRobert Tari2023-10-091-0/+757