aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* src/: Typo fix in license header.Mike Gabriel2021-11-181-2/+2
|
* Fix Lomiri power settingRobert Tari2021-08-281-12/+7
|
* Use prefixed libayatana-common symbolsRobert Tari2021-05-171-6/+6
|
* src/utils.(ch): Drop local zenity_warning and use libayatana-common.Robert Tari2021-05-041-46/+0
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#20
* Add Budgie desktop support.Robert Tari2021-05-031-1/+1
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#2
* Add us to the copyright headersRobert Tari2021-05-031-0/+1
|
* Move redundant code portions into libayatana-common and build against it.Robert Tari2021-05-031-120/+1
|
* Port from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-031-2/+2
|
* Do not call the power settings handler if the command is unknownRobert Tari2020-09-041-1/+4
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#12.
* src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to ↵Mike Gabriel2018-03-211-1/+22
| | | | detect that -power indicator is used on an XFCE desktop.
* src/{service.c,utils.c}: Fix grammar flaw in zenity warning.Mike Gabriel2018-03-161-1/+1
|
* Add fallback code that produces a warning (using zenity), if we don't know ↵Mike Gabriel2018-03-151-0/+52
| | | | how to handle certain actions.
* src/utils.c: Use our desktop detection functions for find a way to open an ↵Mike Gabriel2018-03-151-3/+4
| | | | appropriate power settings dialog.
* src/utils.c: Add is_pantheon() function.Mike Gabriel2018-03-151-0/+21
|
* src/utils.(c|h): Port is_{mate,gnome,unity}() functions from -session indicator.Mike Gabriel2018-03-121-0/+63
|
* Make URL dispatcher build-dependency optional and handle battery settings ↵Mike Gabriel2018-03-121-0/+85
request appropriately.