Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/: Typo fix in license header. | Mike Gabriel | 2021-11-18 | 1 | -2/+2 |
| | |||||
* | Fix Lomiri power setting | Robert Tari | 2021-08-28 | 1 | -12/+7 |
| | |||||
* | Use prefixed libayatana-common symbols | Robert Tari | 2021-05-17 | 1 | -6/+6 |
| | |||||
* | src/utils.(ch): Drop local zenity_warning and use libayatana-common. | Robert Tari | 2021-05-04 | 1 | -46/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#20 | ||||
* | Add Budgie desktop support. | Robert Tari | 2021-05-03 | 1 | -1/+1 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#2 | ||||
* | Add us to the copyright headers | Robert Tari | 2021-05-03 | 1 | -0/+1 |
| | |||||
* | Move redundant code portions into libayatana-common and build against it. | Robert Tari | 2021-05-03 | 1 | -120/+1 |
| | |||||
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | Do not call the power settings handler if the command is unknown | Robert Tari | 2020-09-04 | 1 | -1/+4 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#12. | ||||
* | src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to ↵ | Mike Gabriel | 2018-03-21 | 1 | -1/+22 |
| | | | | detect that -power indicator is used on an XFCE desktop. | ||||
* | src/{service.c,utils.c}: Fix grammar flaw in zenity warning. | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | Add fallback code that produces a warning (using zenity), if we don't know ↵ | Mike Gabriel | 2018-03-15 | 1 | -0/+52 |
| | | | | how to handle certain actions. | ||||
* | src/utils.c: Use our desktop detection functions for find a way to open an ↵ | Mike Gabriel | 2018-03-15 | 1 | -3/+4 |
| | | | | appropriate power settings dialog. | ||||
* | src/utils.c: Add is_pantheon() function. | Mike Gabriel | 2018-03-15 | 1 | -0/+21 |
| | |||||
* | src/utils.(c|h): Port is_{mate,gnome,unity}() functions from -session indicator. | Mike Gabriel | 2018-03-12 | 1 | -0/+63 |
| | |||||
* | Make URL dispatcher build-dependency optional and handle battery settings ↵ | Mike Gabriel | 2018-03-12 | 1 | -0/+85 |
request appropriately. |