Skip to content
  1. Mar 05, 2014
    • Mateusz Polrola's avatar
      Addressbook: Flushing DBus properties after setting new locale. · 7656da47
      Mateusz Polrola authored
      DBus signals about change of locale property for given address book are
      deferred until all address books will update their locale.
      Depending on the number of address books and their size delay between
      changing address book's locale property and receiving signal about that
      takes about one or two minutes.
      Flushing DBus properties after changing locale property of address book
      causes immediate emission of DBus signal.
      
      (cherry picked from commit 69e94310)
      7656da47
    • alexandru.costache's avatar
      addressbook: revert to specific environment variable name · c3db199e
      alexandru.costache authored
      	Commit "addressbook: fix localed race condition" brought from
      	upstream master checks if the environment variable EDS_TESTING
      	is set, while the original code used EDS_LOCALED_TESTING.
      
      	This patch reverts checking to branch specific name.
      c3db199e
  2. Feb 14, 2014
    • alexandru.costache's avatar
      addressbook: fix localed race condition · b67b3636
      alexandru.costache authored
      Fixed crash that occurred when changing locale by migrating locale handling
      to EDataBookFactory, which is the server side singleton. Crash happened because when
      locale changed, there was an attempt to access an EDataBook instance while it was in
      course of being freed in another thread.
      
      Cherry picked from commit in master:
      EDataBookFactor / EDataBook: Migrated locale handling to EDataBookFactory
      c8914fc7
      
      Fixes BGO #723276
      b67b3636
  3. Dec 05, 2013
  4. Dec 01, 2013