aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* src: add support for getting flashlight paths through deviceinfoMuhammad2023-06-051-1/+8
| | | | Signed-off-by: Muhammad <muhammad23012009@hotmail.com>
* Make Lomiri features configurable at build timeRobert Tari2022-02-181-1/+1
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-141-1/+1
|
* Clean up compilation flagsRobert Tari2021-12-171-9/+0
|
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-12-151-1/+1
|
* *_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-1/+1
|
* com.ubuntu.touch.AccountsService.Sound to com.lomiri.touch.AccountsService.SoundRobert Tari2021-11-011-2/+2
|
* Drop all references to lomiri-url-dispatcherRobert Tari2021-08-281-5/+1
|
* Rename com.canonical.powerd -> com.lomiri.RepowerdRobert Tari2021-08-281-3/+3
|
* Pull in many fixes from the bionic branch. (#7)Rodney2021-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pay attention to $SNAP prefix * Releasing 12.10.6+17.04.20161201-0ubuntu1 * give sorting priority to devices with power supplies * Releasing 12.10.6+17.04.20170116-0ubuntu1 * Remove old autostart files. * Use gmock module from cmake-extras. * Use coverage support from cmake-extras. * Add gcovr and lcov dependencies. * Use intltool support from cmake-extras. * Remove usage of extra GCOV variables. * Remove hard-coded -g compiler flag. * Releasing 12.10.6+17.04.20170210-0ubuntu1 * no change rebuild * Releasing 12.10.6+17.04.20170322-0ubuntu1 * Start indicator in systemd when indicators.target is started * Build for bionic * This is still xenial. * Update translations from launchpad too.
* fix cmake warning of the test apps' dependency on the service libraryCharles Kerr2021-08-281-5/+0
|
* for low power notifications, use libnotify's 'sound-file' property instead ↵Charles Kerr2021-08-281-3/+1
| | | | of indicator-power calling the sound player directly
* move sound-player-mock into the tests/ directoryCharles Kerr2021-08-281-2/+1
|
* add build-dep to accountsservice-ubuntu-schemas instead of bundling ↵Charles Kerr2021-08-281-4/+7
| | | | com.ubuntu.touch.AccountsService.Sound.xml into our source tree
* honor com.ubuntu.touch.AccountsService.Sound.SilentModecharles kerr2021-08-281-0/+5
|
* make a SoundPlayer interface so we can mock it in the testscharles kerr2021-08-281-1/+3
| | | | | | | | this requires an annoying amount of scaffolding: 1. implement gst and mock classes to implement the SoundPlayer interface 2. modify notifier to take a SoundPlayer argument in its ctor 3. modify service to take a Notifier argument in its ctor instead of instantiating it on its own 4. change main to update the startup steps for player/notifier/service
* add logic to call sound_play_file() when the low battery notification is showncharles kerr2021-08-281-1/+2
|
* add an XDG friendly way of finding app-specific datafilescharles kerr2021-08-281-0/+1
|
* Fix deprecations and build warnings.Robert Tari2020-09-041-3/+0
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#9.
* Add basic flashlight support.Marius Gripsgard2018-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | Ported from UBPorts power indicator: commit efef6f25f378021c99b3078958482b3c4ffc43a2 Author: Marius Gripsgard <mariogrip@ubuntu.com> Date: Sun Aug 13 00:09:01 2017 +0200 Add support for other flashlight sysfs paths commit 3f4339876ddb586b75a73fab51a54b1d4d54fdd1 Author: Marius Gripsgard <mariogrip@ubuntu.com> Date: Fri Jul 28 21:23:54 2017 +0200 Add basic support for QCOM flashlight, Fixes https://github.com/ubports/ubports-touch/issues/79 This does not work on non QCOM devices Ported-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Use coverage support from cmake-extras.Rodney Dawes2018-03-161-3/+3
|
* Make URL dispatcher build-dependency optional and handle battery settings ↵Mike Gabriel2018-03-121-2/+7
| | | | request appropriately.
* Set DG_LOG_DOMAIN to ayatana-indicator-power (decapitalized spelling).Mike Gabriel2017-12-061-1/+1
|
* src/CMakeLists.txt: Round up previous commit by fixing dbus-powerd.h codegen ↵Mike Gabriel2017-06-211-1/+1
| | | | call.
* Really switch back to com.canonical.powerd.Mike Gabriel2017-06-141-1/+1
|
* src/CMakeLists.txt: Fix nasty typo.Mike Gabriel2017-05-161-1/+1
|
* Fork from Ubuntu's indicator-power code project.Mike Gabriel2015-11-121-10/+9
|
* in brightness.c, add a powerd proxy and listen to it for brightness property ↵Charles Kerr2015-05-201-0/+4
| | | | changes.
* move the mock battery from GSettings to DBusCharles Kerr2014-10-141-0/+5
|
* add gsettings for a mock battery to make QA tester's lives easierCharles Kerr2014-10-101-0/+1
|
* first draft of non-blocking powerd/uscreen brightness implCharles Kerr2014-09-101-2/+1
|
* in device-provider-upower, use glib's G_ADD_PRIVATE() macroCharles Kerr2014-09-081-0/+1
|
* add upower 0.99 supportCharles Kerr2014-09-071-4/+0
|
* second draft of low battery power notifications, still a work in progressCharles Kerr2014-07-211-0/+4
|
* add first draft of low battery notificationsCharles Kerr2014-07-161-0/+1
|
* replace autoconf/automake with cmakeCharles Kerr2014-07-131-0/+45