- 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.
-
- 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 12 commits
-
-
pvuorela authored
Fix style, remove dead code etc.
-
chriadam authored
-
chriadam authored
And fix build in CI
-
chriadam authored
Jb44707 core apps See merge request mer-core/qtcontacts-sqlite!15
-
chriadam authored
If some other process is holding open a database connection, the database may not have been correctly upgraded to the current schema version. Previously, this could result in new processes assuming that the schema was upgraded, and attempting to perform queries which fail due to the fact that the real database schema might be old. This commit ensures that we detect this case, and print an appropriate warning so that the user can take the appropriate action (e.g. kill the offending process, or reboot the device).
-
Bea Lam authored
-
chriadam authored
-
chriadam authored
[qtcontacts-sqlite] Automatically extend known display label groups at runtime. Contributes to JB#44742
-
chriadam authored
-
chriadam authored
-
chriadam authored
-
chriadam authored
-
- 22 Mar, 2019 2 commits
-
-
Santtu Lakkala authored
-
Santtu Lakkala authored
[qtcontacts-sqlite] Allow , and . as DTMF pause. Contributes to: JB#44709 See merge request mer-core/qtcontacts-sqlite!14
-
- 25 Feb, 2019 1 commit
-
-
Santtu Lakkala authored
-
- 12 Dec, 2018 1 commit
-
-
Andrew den Exter authored
[qtcontacts-sqlite] Don't link against QtGui unnecessarily. Contributes to JB#36025 See merge request mer-core/qtcontacts-sqlite!12
-
- 11 Dec, 2018 1 commit
-
-
Andrew den Exter authored
-
- 14 Dec, 2017 2 commits