- 13 Sep, 2019 3 commits
-
-
Raine Makelainen authored
[qtcontacts-sqlite] Treat "other" display label group specially. Contributes to JB#46650 See merge request mer-core/qtcontacts-sqlite!34
-
chriadam authored
-
chriadam authored
Ensure that the ordering for the "other" group (?) is treated specially, similarly to the order for the "numbers" group (#).
-
- 26 Jun, 2019 1 commit
-
-
pvuorela authored
tests: skip tst_displaylabelgroups() if MLITE is not available See merge request mer-core/qtcontacts-sqlite!33
-
- 25 Jun, 2019 1 commit
-
-
mardy authored
This is a workaround for issue #5. We also remove the `CONFIG += link_pkgconfig` from `engine.pro` because this directive is already set in `config.pri`.
-
- 14 Jun, 2019 3 commits
-
-
chriadam authored
Tests, QContactManager: wipe contacts after each test See merge request mer-core/qtcontacts-sqlite!25
-
mardy authored
This contact is not normally returned by the QContactManager::contacts() method, so it's not being delated by our newly added cleanup() method.
-
mardy authored
-
- 27 May, 2019 1 commit
-
-
pvuorela authored
[qtcontacts-sqlite] Allow overriding plugin directory See merge request mer-core/qtcontacts-sqlite!29
-
- 25 May, 2019 1 commit
-
-
mardy authored
This is needed in order to run the tests directly from the build dir.
-
- 24 May, 2019 3 commits
-
-
pvuorela authored
[qtcontacts-sqlite] Access columns via a mutable index See merge request mer-core/qtcontacts-sqlite!28
-
pvuorela authored
[qtcontacts-sqlite] Add missing includes See merge request mer-core/qtcontacts-sqlite!32
-
pvuorela authored
Tests, DisplayLabelGroups: remove contacts-private dependency See merge request mer-core/qtcontacts-sqlite!27
-
- 21 May, 2019 1 commit
-
-
mardy authored
-
- 18 May, 2019 1 commit
-
-
mardy authored
This makes it easier to move fields around without having to change a lot of code; this is especially useful when trying to reduce git diffs (and conflicts).
-
- 17 May, 2019 2 commits
-
-
chriadam authored
-
chriadam authored
[qtcontacts-sqlite] Properly emit changes to display label groups. Contributes to JB#45836 See merge request mer-core/qtcontacts-sqlite!31
-
- 16 May, 2019 1 commit
-
-
chriadam authored
Previously we emitted asynchronously before the transaction was committed. This commit ensures that we emit only if the transaction is committed successfully by the writer thread, ensuring that there is no race between readers attempting to access the updated display label groups list, and the completion of the write.
-
- 10 May, 2019 1 commit
-
-
mardy authored
-
- 09 May, 2019 3 commits
-
-
pvuorela authored
Tests: don't depend on QtGui See merge request mer-core/qtcontacts-sqlite!24
-
pvuorela authored
[qtcontacts-sqlite] Add `override` to virtual methods See merge request mer-core/qtcontacts-sqlite!23
-
blam authored
[contacts] Fix default sort order. Fixes JB#45731 See merge request mer-core/qtcontacts-sqlite!22
-
- 08 May, 2019 3 commits
- 03 May, 2019 1 commit
-
-
pvuorela authored
Tests: launch a temporary D-Bus session See merge request mer-core/qtcontacts-sqlite!21
-
- 02 May, 2019 2 commits
-
-
pvuorela authored
build: Fail build on undefined symbols See merge request mer-core/qtcontacts-sqlite!20
-
pvuorela authored
Add .gitignore See merge request mer-core/qtcontacts-sqlite!19
-
- 01 May, 2019 1 commit
-
-
mardy authored
-
- 30 Apr, 2019 4 commits
-
-
mardy authored
-
mardy authored
-
chriadam authored
-
chriadam authored
[qtcontacts-sqlite] Improve DLG plugin interface. Contributes to JB#44742 See merge request mer-core/qtcontacts-sqlite!17
-
- 18 Apr, 2019 2 commits
-
-
blam authored
[qtcontacts-sqlite] Allow empty sub-type for urls and anniversaries. Contributes to JB#44713 See merge request mer-core/qtcontacts-sqlite!18
-
blam authored
Make it possible to specify a url/anniversary without a sub-type.
-
- 17 Apr, 2019 1 commit
-
-
chriadam authored
This commit improves the display label group plugin interface by allowing plugins to report whether the specified locale is a preferred locale for them, rather than merely valid, as some plugins may work in multiple locales but should be preferentially used (e.g. to determine the default display label groups) for a subset of those locales. For example, a pinyin grouping plugin might be valid in all locales but preferred in locales which use Simplified Han writing script. The database now populates the "default" supported display label groups from the highest priority preferred plugin rather than the highest priority valid plugin (falling back to highest priority valid plugin if no preferred plugins exist for the current locale).
-
- 16 Apr, 2019 1 commit
-
-
pvuorela authored
[qtcontacts-sqlite] Cleanups. Contributes to JB#38781 See merge request mer-core/qtcontacts-sqlite!16
-
- 15 Apr, 2019 3 commits