Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵ | Charles Kerr | 2014-01-29 | 1 | -0/+54 | |
| | | | | | | | | tests. | |||||
* | | comment out unit tests that require a version of dbus-test-runner that ↵ | Charles Kerr | 2014-01-28 | 1 | -9/+12 | |
| | | | | | | | | hasn't landed yet. | |||||
* | | ensure the unit tests' default locale supports utf-8 | Charles Kerr | 2014-01-28 | 1 | -1/+1 | |
| | | ||||||
* | | fix bootstrap error in unit tests by ensuring we always use the local ↵ | Charles Kerr | 2014-01-28 | 1 | -2/+2 | |
| | | | | | | | | gschema instead of the one preinstalled on the system | |||||
* | | merge lp:~robert-ancell/indicator-datetime/unity-control-center2 into ↵ | Charles Kerr | 2014-01-27 | 1 | -0/+98 | |
|\| | | | | | | | lp:indicator-datetime | |||||
| * | let's see what g_warning jenkins found. | Charles Kerr | 2013-12-13 | 1 | -2/+3 | |
| | | ||||||
| * | in test-formatter, the 12h/24h unit test doesn't need our gschema, so remove ↵ | Charles Kerr | 2013-12-13 | 2 | -11/+1 | |
| | | | | | | | | it from this MP | |||||
| * | in tests/, remove a couple of rules that got pulled in from the dev branch ↵ | Charles Kerr | 2013-12-13 | 1 | -3/+0 | |
| | | | | | | | | but aren't necessary here | |||||
| * | Add tests to confirm the phone profile header's time format is sensitive to ↵ | Charles Kerr | 2013-12-13 | 3 | -0/+235 | |
| | | | | | | | | 12/24hr locales (bug #1256061) | |||||
| * | in tests/, fix the include dirs to look at the source and binary dirs so we ↵ | Charles Kerr | 2013-12-13 | 1 | -2/+4 | |
| | | | | | | | | can pick up autogenerated headers | |||||
| * | in tests/, fix typo in schema generator rules | Charles Kerr | 2013-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | in tests/, add rules to make the Google Test library | Charles Kerr | 2013-12-13 | 1 | -0/+9 | |
| | | ||||||
* | | add test coverage for Exporter's name_lost signal | Charles Kerr | 2014-01-27 | 1 | -14/+20 | |
| | | ||||||
* | | add unit tests for utils.cpp's get_timezone_name() | Charles Kerr | 2014-01-27 | 1 | -4/+28 | |
| | | ||||||
* | | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 4 | -15/+127 | |
| | | ||||||
* | | Alarms is going to need to know when the clock's minute changes. We already ↵ | Charles Kerr | 2014-01-22 | 1 | -18/+14 | |
| | | | | | | | | have a timer for that in Formatter, so move it from there to Clock and add a corresponding public signal Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests. | |||||
* | | move planner-mock.h from include/datetime/ to tests/ because it's only ↵ | Charles Kerr | 2014-01-22 | 2 | -34/+21 | |
| | | | | | | | | needed by the tests. | |||||
* | | sync test-exporter with the greeter profile's header names that changed in r325 | Charles Kerr | 2014-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | remove the State.timezones property. Timezones is a helper class for ↵ | Charles Kerr | 2014-01-22 | 1 | -3/+0 | |
| | | | | | | | | LiveClock and doesn't need to be public in State. | |||||
* | | silence a minor compiler warning in test-settings | Charles Kerr | 2014-01-22 | 1 | -4/+4 | |
| | | ||||||
* | | copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵ | Charles Kerr | 2014-01-22 | 14 | -2/+291 | |
| | | | | | | | | with src/ | |||||
* | | fold repetitious unit test rules into CMake functions | Charles Kerr | 2014-01-22 | 1 | -93/+29 | |
| | | ||||||
* | | add unit tests for the menu/action exporter | Charles Kerr | 2014-01-22 | 2 | -0/+135 | |
| | | ||||||
* | | remove unnecessary #includes | Charles Kerr | 2014-01-22 | 2 | -7/+0 | |
| | | ||||||
* | | add LiveActions implementation and unit tests | Charles Kerr | 2014-01-21 | 2 | -2/+9 | |
| | | ||||||
* | | Extract the MockState logic from state-fixture.h so that it can be reused ↵ | Charles Kerr | 2014-01-21 | 2 | -23/+56 | |
| | | | | | | | | for testing LiveActions | |||||
* | | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 4 | -169/+82 | |
| | | ||||||
* | | in utils.c, make a version of get_timezone_name() that doesn't require a ↵ | Charles Kerr | 2014-01-16 | 2 | -55/+25 | |
| | | | | | | | | GSettings argument. Update utils tests. | |||||
* | | Plug the Settings object into the State container s.t. menus and actions can ↵ | Charles Kerr | 2014-01-16 | 1 | -2/+2 | |
| | | | | | | | | update themselves when the user's settings change. | |||||
* | | update SettingsLocations class to use the "Settings" class instead of using ↵ | Charles Kerr | 2014-01-16 | 1 | -68/+65 | |
| | | | | | | | | GSettings directly. | |||||
* | | update DesktopFormatter class to use the "Settings" class instead of using ↵ | Charles Kerr | 2014-01-16 | 1 | -97/+80 | |
| | | | | | | | | GSettings directly. | |||||
* | | Implement Settings, a properties-cpp wrapper around GSettings | Charles Kerr | 2014-01-16 | 2 | -0/+211 | |
| | | ||||||
* | | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 21 | -990/+1301 | |
| | | | | | | | | | | | | 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 fixtures | Charles Kerr | 2013-12-17 | 6 | -3/+825 | |
| | | ||||||
* | | add locations + tests | Charles Kerr | 2013-12-17 | 1 | -0/+172 | |
| | | ||||||
* | | add planner + tests | Charles Kerr | 2013-12-17 | 2 | -0/+138 | |
| | | ||||||
* | | add formatter + tests | Charles Kerr | 2013-12-17 | 1 | -0/+270 | |
| | | ||||||
* | | add timezone-geoclue + tests | Charles Kerr | 2013-12-17 | 1 | -0/+97 | |
| | | ||||||
* | | add timezone-file + tests | Charles Kerr | 2013-12-17 | 1 | -0/+133 | |
| | | ||||||
* | | add clock + tests | Charles Kerr | 2013-12-17 | 1 | -0/+244 | |
|/ | ||||||
* | replace autotools with cmake | Charles Kerr | 2013-10-18 | 2 | -58/+23 | |
| | ||||||
* | refactor the timezone and current time provider into a gobject Interface ↵ | Charles Kerr | 2013-10-17 | 2 | -0/+236 | |
| | | | | 'IndicatorDatetimeClock' | |||||
* | fix typo in the potfile unit tests' error messages | Charles Kerr | 2013-10-04 | 1 | -1/+1 | |
| | ||||||
* | sync unit tests to not look for the leading zero | Charles Kerr | 2013-10-03 | 1 | -6/+6 | |
| | ||||||
* | get coverage reports working. We now have nonzero coverage, whoo | Charles Kerr | 2013-09-07 | 1 | -2/+2 | |
| | ||||||
* | add preliminary unit tests for utils | Charles Kerr | 2013-09-07 | 2 | -0/+118 | |
| | ||||||
* | fix build breakage in tests/ | Charles Kerr | 2013-06-18 | 1 | -3/+2 | |
| | ||||||
* | Link test program in the right order. Importantly, make sure | Iain Lane | 2013-06-13 | 1 | -2/+2 | |
| | | | | XORG_GTEST_LIBS comes after it as it uses pthread. | |||||
* | Because larsu. | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -1/+1 | |
| | ||||||
* | Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether ↵ | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -0/+1 | |
| | | | | there are extra libraries we should link against. |