- 26 Oct, 2012 4 commits
-
-
Jeremy Whiting authored
Reading converts from date-only to local time to UTC. Writing must do the same conversion. Conversion from UTC to local time was missing, therefore the date may have gotten shifted by a day (depending on the local time zone). This commit intentionally does not cache the local time zone (like reading does), because this is a bit ugly and the assumption is that writing occurs a lot less often than reading. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=686693
-
Jeremy Whiting authored
-
Jeremy Whiting authored
-
Jeremy Whiting authored
core: Remove trailing whitespace in folks/backend.vala
-
- 23 Oct, 2012 1 commit
-
-
Matthias Clasen authored
This commit makes folks build without zeitgeist again.
-
- 21 Oct, 2012 1 commit
-
-
Philip Withnall authored
Always set CHECK_VERBOSE when running tests under gdb so that output (from gdb) isn’t redirected to a log file. Apparently, headless gdb is hard to use. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=685250
-
- 17 Oct, 2012 2 commits
-
-
Jeremy Whiting authored
-
Jeremy Whiting authored
eds: Add create-remove-stores unit test.
-
- 10 Oct, 2012 12 commits
-
-
Jeremy Whiting authored
-
Jeremy Whiting authored
-
Jeremy Whiting authored
-
Jeremy Whiting authored
-
Jeremy Whiting authored
-
Jeremy Whiting authored
telepathy: Add empty set_persona_stores to telepathy backend.
-
Jeremy Whiting authored
keyfile: Add set_persona_stores to keyfile backend.
-
Jeremy Whiting authored
-
Jeremy Whiting authored
eds: Implement set_persona_stores in eds backend.
-
Jeremy Whiting authored
eds: Implement new API in eds backend
-
Jeremy Whiting authored
-
Alexander Shopov authored
-
- 04 Oct, 2012 4 commits
-
-
Philip Withnall authored
-
Philip Withnall authored
-
Philip Withnall authored
We should be comparing a set of strings, not a set of AbstractFieldDetails. This fixes a crash in the link-personas-via-local-ids Tracker test.
-
Philip Withnall authored
The E.Sources for testing were being created by calling `cp` in the wrapper script running around the entire test suite. However, each test case was tearing down the E.Sources by deleting them. This meant that no E.Source existed for anything except the first test case in a given test suite. The fix is to move the file copying inside the test suite’s setup method.
-
- 02 Oct, 2012 1 commit
-
-
Marc-Antoine Perennou authored
fixes 855803a6Signed-off-by:
Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-
- 28 Sep, 2012 1 commit
-
-
Philip Withnall authored
Fix the debug message in the Individual constructor. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=684954
-
- 27 Sep, 2012 1 commit
-
-
Seif Lotfy authored
Counter works for last 30 days instead of all time since it can mess up calculations easily. Reduce query size to Zeitgeist since events are filtered in the Persona class. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=672709 (again)
-
- 24 Sep, 2012 3 commits
-
-
Philip Withnall authored
This reverts commit af500a4b and applies a different fix. The problem was that persona changes could get away without being notified when disconnecting due to an account being disabled. This is because, after storing the cache, an additional check is performed for whether the account was enabled. If it is, the cache is loaded (and persona changes notified). If not, the cache is not loaded, *and persona changes were not notified*. This situation could occur when a Telepathy account is disabled: 1. _notify_connection_cb() is called, but the TpAccount::enabled property is still true. 2. While in store_cache(), the TpAccount::enabled property goes false. 3. The check before load_cache() would fail, so load_cache() would never be called. Similarly, it could occur when a Telepathy account is removed, with TpAccountManager:account-removed being emitted while in store_cache(). Closes: https://bugzilla.gnome.org/show_bug.cgi?id=683390
-
Philip Withnall authored
-
Nishio Futoshi authored
-
- 23 Sep, 2012 5 commits
-
-
Rūdolfs Mazurs authored
-
Mario Blättermann authored
-
Ihar Hrachyshka authored
-
Ani Peter authored
-
Seong-ho Cho authored
-
- 22 Sep, 2012 2 commits
-
-
Carles Ferrando authored
-
Gil Forcada authored
-
- 21 Sep, 2012 2 commits
-
-
Philip Withnall authored
-
Shankar Prasad authored
-
- 20 Sep, 2012 1 commit
-
-
Gabor Kelemen authored
-