aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Split messaging and process for puppetsMarco Bubke2020-08-105-11/+148
* QmlDesigner: Fix bool handling in the list model editorMarco Bubke2020-08-101-0/+66
* QmlDesigner: Fix crash for list view modelMarco Bubke2020-08-101-1/+39
* QmlDesigner: Add row move up and move down buttonsMarco Bubke2020-07-081-0/+239
* QmlDesigner: Move code from list editor dialog to modelMarco Bubke2020-07-081-16/+100
* UnitTests: Temporary disable the testsMarco Bubke2020-07-011-1/+1
* QmlDesigner: Add listmodeleditorMarco Bubke2020-06-308-7/+1020
* ClangRefactoring: Remove not used pch filesMarco Bubke2020-06-307-2/+166
* Refactoring: Fix unit testsMarco Bubke2020-06-301-5/+10
* QmlDesigner: Break dependenciesMarco Bubke2020-06-3016-1/+935
* UnitTests: Fix fake project.hMarco Bubke2020-06-161-1/+1
* unittest: another adjustment to new constructorTim Jenssen2020-06-101-1/+0
* UnitTests: Refactor printingMarco Bubke2020-06-108-21/+50
* Sqlite: Remove last usages of UpdateCallbackMarco Bubke2020-06-101-2/+4
* clangrefactoring: fix cmake and qbs after file renameTim Jenssen2020-06-101-1/+1
* Sqlite: Fix null handlingMarco Bubke2020-06-102-0/+4
* Sqlite: Use a more efficient update hookMarco Bubke2020-06-096-108/+92
* fix testsTim Jenssen2020-06-081-1/+0
* Sqlite: Add primary key table constraint to table builderMarco Bubke2020-06-052-0/+26
* Sqlite: Add session supportMarco Bubke2020-06-0512-23/+671
* Add option to apply style sheet coordinatesMichael Brüning2020-06-044-0/+639
* Correct text alignment preservation and add basic options parsingMichael Brüning2020-06-024-25/+211
* QmlDesigner: Fix test data for StyleMergerThomas Hartmann2020-06-024-44/+21
* Add some more tests for automatic stylesheet preprocessingMichael Brüning2020-06-024-5/+186
* Adjust test case data for complex test and reactivate itMichael Brüning2020-06-023-13/+18
* Add stylesheet mergerMichael Brüning2020-05-2730-15/+1960
* Merge remote-tracking branch 'origin/qds-1.50' into qds-1.59Tim Jenssen2020-05-271-4/+7
|\
| * Squish: Remove pastecode.xyz from testsChristian Stenger2020-05-191-2/+1
| * Squish: Don't expect pastes to pastebin.com to appear in listRobert Loehning2020-05-121-2/+6
* | Sqlite: Improve SqliteStatement column checkMarco Bubke2020-05-272-34/+48
* | Sqlite: Remove unused codeMarco Bubke2020-05-272-70/+0
* | Sqlite: Add blob supportMarco Bubke2020-05-274-5/+149
* | Sqlite: Improve LastChangedRowIdMarco Bubke2020-05-271-0/+26
* | UnitTests: Fix LastChangedRowIdMarco Bubke2020-05-271-1/+1
* | Sqlite: Fix testMarco Bubke2020-05-261-1/+1
* | Sqlite: Relax LastChangedRowIdMarco Bubke2020-05-261-0/+155
* | Sqlite: Add carray extension from Sqlite and a pointer bindingMarco Bubke2020-05-261-3/+59
* | Sqlite: Forbid double quotes which are not part of the SQL standardMarco Bubke2020-05-261-6/+9
* | Sqlite: Dont compile Utf-16 supportMarco Bubke2020-05-262-53/+0
* | Sqlite: Add null valueMarco Bubke2020-05-142-21/+128
* | Sqlite: Add check constraintMarco Bubke2020-05-141-0/+10
* | ClangPchManager: Fix testsMarco Bubke2020-05-143-16/+2
* | Sqlite: Improve constraint supportMarco Bubke2020-05-145-144/+267
* | Sqlite: Improve LastChangedRowIdMarco Bubke2020-05-141-2/+184
* | Sqlite: Add update hook and use it to get the last changed idMarco Bubke2020-05-124-0/+200
* | Merge remote-tracking branch 'origin/qds-1.50' into qds-1.59Tim Jenssen2020-05-121-1/+11
|\|
| * qbs build: Take differences between clang and "apple clang" into accountChristian Kandeler2020-05-121-0/+1
| * qbs build: Suppress more warningsChristian Kandeler2020-05-071-1/+10
* | Sqlite: Add foreign key supportMarco Bubke2020-05-073-55/+414
* | Merge remote-tracking branch 'origin/qds-1.50' into qds-1.59Tim Jenssen2020-05-062-3/+9
|\|