Package: qtcontacts-sqlite / 0.3.20-5
Metadata
Package | Version | Patches format |
---|---|---|
qtcontacts-sqlite | 0.3.20-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_fix qtdatetime null comparison.patch | (download) |
tests/auto/qcontactmanager/tst_qcontactmanager.cpp |
2 1 + 1 - 0 ! |
tests/auto/qcontactmanager/tst_qcontactmanager.cpp: fix unit test when building against qt 5.14 or higher. |
1002_tests prepare a temporary directory for the database.patch | (download) |
tests/run_test.sh |
4 4 + 0 - 0 ! |
tests: prepare a temporary directory for the database |
1003_ContactReader support case insensitive search.patch | (download) |
src/engine/contactreader.cpp |
6 2 + 4 - 0 ! |
contactreader: support case insensitive search It's not clear why the case insensitive filter was limited to the MatchFixedString, as that makes impossible to implement a contact search. |
1004_ContactWriter prevent aggregation within the same co.patch | (download) |
src/engine/contactwriter.cpp |
5 5 + 0 - 0 ! |
contactwriter: prevent aggregation within the same collection . |
1005_tests update aggregation test for contacts in the sa.patch | (download) |
tests/auto/aggregation/tst_aggregation.cpp |
6 4 + 2 - 0 ! |
tests: update aggregation test for contacts in the same collection We don't want contacts from the same collection to get merged. |
1006_add gsettings for qtcontacts sqlite.patch | (download) |
config.pri |
5 5 + 0 - 0 ! |
add gsettings for qtcontacts-sqlite |
2001_disable failing tests.patch | (download) |
tests/auto/aggregation/tst_aggregation.cpp |
2 2 + 0 - 0 ! |
skip failing tests. needs later investigation. |
2002_adjust icu extension name.patch | (download) |
src/engine/contactsdatabase.cpp |
2 1 + 1 - 0 ! |
in debian, the icu sqlite3 extension is named 'icu' and needs to be loaded with its full path name. |