aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* generate .gschema.xml.in to include cmake constants e.g. alarm_default_soundCharles Kerr2018-03-262-4/+14
|
* use cmake's configure_file() to generate the test .ics files from .ics.in so ↵Charles Kerr2018-03-268-5/+7
| | | | that we don't have to hardcode the filenames in the test data files either
* add a CALENDAR_DEFAULT_SOUND constant to CMakeLists.txtCharles Kerr2018-03-261-2/+4
|
* use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp filesCharles Kerr2018-03-264-11/+11
|
* add ALARM_DEFAULT_SOUND symbolic so that we can start removing all the ↵Charles Kerr2018-03-261-0/+3
| | | | hardcoded instances of this string
* Fixed the comment for translatorsRichard Somlói2018-03-261-4/+4
|
* As we removed a day we need to edit the test too.Andrea Azzarone2018-03-261-2/+1
|
* 31-jun is not a real day.Andrea Azzarone2018-03-265-5/+5
|
* tests/CMakeLists.txt: Fix linking when built with URL dispatcher support.Mike Gabriel2018-03-262-2/+1
|
* Define compile macro HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS, if we are on ↵Mike Gabriel2018-03-261-0/+1
| | | | Ubuntu.
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-2612-52/+23
|
* Revert "src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API."Mike Gabriel2018-03-261-6/+6
| | | | This reverts commit da8cf48c91fafd2428113f67645fa5ceeb713e0d.
* Revert "Geoclue -> Geoclue2 blind shot. More namespace changes."Mike Gabriel2018-03-262-8/+8
| | | | This reverts commit 67a3944dad4efda6ab20c4b6d6b1d96e245ba8c3.
* Geoclue -> Geoclue2 blind shot. More namespace changes.Mike Gabriel2018-03-162-8/+8
|
* data/: Various path and namespace fixes (leftovers of Ubuntu Indicators -> ↵Mike Gabriel2018-03-163-9/+8
| | | | Ayatana Indicators fork).
* src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API.Mike Gabriel2017-12-081-6/+6
|
* data/ayatana-indicator-datetime.service.in: Fix copy+paste flaws.Mike Gabriel2017-12-081-2/+2
|
* debian/control: Add B-D systemd [linux-any] and bin:pkg D on ↵Mike Gabriel2017-12-081-0/+2
| | | | ayatana-indicator-common.
* systemd integration: Add systemd user service file and upstart override.Mike Gabriel2017-12-083-0/+43
|
* data/ayatana-indicator-datetime.desktop.in: Drop GNOME from OnlyShowIn= key, ↵Mike Gabriel2017-12-081-1/+1
| | | | add XFCE instead.
* include/datetime/snap.h: Don't guard snap.h by ↵Mike Gabriel2017-12-081-4/+0
| | | | HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS macro. It is only used by tests/test-snap.cpp and that one is only compiled and executed if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS is defined.
* src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> ↵Mike Gabriel2017-12-081-2/+2
| | | | ayatana::indicator::notifications.
* tests/manual: white-space fixMike Gabriel2017-12-081-1/+0
|
* Fix executable/project name (indicator-datetime -> ↵Mike Gabriel2017-12-086-24/+24
| | | | ayatana-indicator-datetime) at various locations.
* debian/watch: Use correct upstream URL.Mike Gabriel2017-12-081-1/+2
|
* src/CMakeLists.txt: Use correct variable (URLDISPATCH_LIBS -> ↵Mike Gabriel2017-12-081-1/+1
| | | | URLDISPATCHER_LIBRARIES).
* include/datetime/snap.h: Fix macro name ↵Mike Gabriel2017-12-081-2/+2
| | | | (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS -> HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS).
* data/org.ayatana.indicator.datetime: Fix Name= key (indicator-datetime -> ↵Mike Gabriel2017-12-081-2/+1
| | | | ayatana-indicator-datetime).
* tests/CMakeLists.txt: Also update DG_LOG_DOMAIN namespace in test suite.Mike Gabriel2017-12-081-1/+1
|
* debian/control: Fix dependency; we need accountsservice-ubuntu-schemas on ↵Mike Gabriel2017-12-081-1/+1
| | | | Ubuntu, not gsettings-ubuntu-schemas.
* debian/control: Tweak bin:pkg dependencies, improve SYNOPSIS and ↵Mike Gabriel2017-12-081-5/+8
| | | | LONG_DESCRIPTION.
* debian/control: Add B-D: on Ubuntu pull in gsettings-ubuntu-schemas at ↵Mike Gabriel2017-12-081-0/+1
| | | | build-time.
* 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
|
* include/datetime/settings-shared.h: Namespace fix for SETTINGS_INTERFACE macro.Mike Gabriel2017-12-081-1/+1
|
* README.md: Use more itemizations.Mike Gabriel2017-12-081-39/+39
|
* README.md: More manual line breaks.Mike Gabriel2017-12-081-6/+6
|
* README.md: Layout improvements.Mike Gabriel2017-12-081-14/+14
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-0849-124/+124
|
* README(.md): Ship README.md, symlinked from README -> README.md.Mike Gabriel2017-12-082-130/+131
|
* README: Some namespace fixes. Prepare for being a markdown document.Mike Gabriel2017-12-081-11/+10
|
* Drop .bzrignore file.Mike Gabriel2017-12-081-20/+0
|
* debian/control: Add B-D: intltool.Mike Gabriel2017-12-081-1/+2
|
* Use GSettings cmake module from cmake-extras.Mike Gabriel2017-12-082-68/+60
|
* include/datetime/dbus-shared.h: Fix namespace of BUS_DATETIME_*.Mike Gabriel2017-12-081-2/+2
|
* cmake/UseGSettings.cmake: Drop file. Available via cmake-extras.Mike Gabriel2017-12-081-23/+0
|
* data/: Fix file namespaces for XDG and upstart files.Mike Gabriel2017-12-085-8/+8
|
* debian/control: Add B-D: cmake-extras (>= 0.10).Mike Gabriel2017-12-081-0/+1
|
* tests/test-formatter.cpp: Fix locale setting and ignore failures if the ↵Mike Gabriel2017-12-081-9/+16
| | | | build system does not have en_US.UTF-8 as valid locale available.