aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* src/CMakeLists.txt: suppress Wenum-constexpr-conversion in engine-eds.cppRobert Tari2024-02-121-0/+1
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-161-1/+1
|
* Clean up compilation flagsRobert Tari2022-02-111-8/+0
|
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-3/+3
|
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-251-2/+2
|
* Remove C(++) std version constraintRobert Tari2021-11-251-3/+3
|
* Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-2/+2
|
* Drop local file and generate code from ↵Robert Tari2021-11-011-1/+1
| | | | /usr/share/accountsservice/interfaces/com.lomiri.touch.AccountsService.Sound.xml
* Rename com.ubuntu.touch.AccountsService.Sound to ↵Robert Tari2021-11-011-2/+2
| | | | com.lomiri.touch.AccountsService.Sound
* Link to lomiri-url-dispatcher where neededRobert Tari2021-09-091-1/+1
|
* Remove the hard-coding of -g compiler flag.Rodney Dawes2021-08-291-3/+3
|
* Use cmake-extras for coverage support and always enable testing.Rodney Dawes2021-08-291-3/+3
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* CMakeLists.txt: Add Clang support.Mike Gabriel2021-05-051-3/+3
|
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-0/+1
| | | | | | -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler
* Define compile macro HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS, if we are on ↵Mike Gabriel2018-03-261-0/+1
| | | | Ubuntu.
* src/CMakeLists.txt: Use correct variable (URLDISPATCH_LIBS -> ↵Mike Gabriel2017-12-081-1/+1
| | | | URLDISPATCHER_LIBRARIES).
* src/CMakeLists.txt: Add ${URLDISPATCH_LIBS} to target_link_libraries() call.Mike Gabriel2017-12-081-2/+1
|
* src/CMakeLists.txt: Set DG_LOG_DOMAIN to ayatana-indicator-datetime.Mike Gabriel2017-12-081-1/+1
|
* src/CMakeLists.txt: Fix name (namespace-wise) of service executable.Mike Gabriel2017-12-081-1/+1
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-5/+7
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-011-1/+1
|
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-311-2/+1
| | | | | Still need to rename everything to not use "timezone-file"
* first stab at AccountsService proxy. WIP; pushing to test on devicesCharles Kerr2015-01-211-0/+3
|
* add planner.cpp to the buildCharles Kerr2014-09-021-0/+1
|
* add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-021-0/+2
|
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-4/+2
|
* initial draft of haptic feedback when alarms playCharles Kerr2014-07-301-0/+1
|
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-261-0/+3
|
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-7/+24
|
* Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵Charles Kerr2014-06-101-26/+31
| | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64.
* hw alarmsCharles Kerr2014-04-241-2/+4
|
* rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵Charles Kerr2014-04-241-1/+1
| | | | informative.
* don't connect to EDS when running in the greeter.Charles Kerr2014-03-091-1/+0
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-0/+4
| | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* sync with trunkCharles Kerr2014-02-191-5/+0
|\
| * Move date/time panel into unity-control-centerRobert Ancell2014-02-111-5/+0
| |
* | from alarm dev branch: snap decision handlerCharles Kerr2014-02-031-0/+1
| |
* | from alarm dev branch: add the alarm watcher and its unit testsCharles Kerr2014-02-021-0/+1
|/
* as per review, make explicit the dependency injection that was implicit in ↵Charles Kerr2014-01-301-1/+0
| | | | main()
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+1
|
* make utils.cpp's generate_full_format_string_at_time() a standalone function ↵Charles Kerr2014-01-281-1/+2
| | | | so that the panels can use the utils functions without a libindicatordatetime dependency
* re-enable coverage-html reportsCharles Kerr2014-01-271-8/+1
|
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-1/+3
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-3/+8
| | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* add geoclue, glib test fixturesCharles Kerr2013-12-171-28/+22
|
* let service know how to launch gnome-control-center on the desktopCharles Kerr2013-10-301-0/+5
|
* replace autotools with cmakeCharles Kerr2013-10-181-0/+40