summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some expression testsAaron Kennedy2009-05-141-0/+95
|
* Cleanup testcaseAaron Kennedy2009-05-148-11/+43
|
* Add gcov flagsAaron Kennedy2009-05-141-0/+4
|
* Custom string converter testAaron Kennedy2009-05-143-2/+35
|
* Fixup gcov lib linesAaron Kennedy2009-05-142-1/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1422-79/+246
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * qdoc3: Removed const from static cast.Martin Smith2009-05-131-1/+1
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-0/+41
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-10/+8
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+33
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-6/+46
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-1/+34
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-131-2/+0
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Remove unnecessary flagMartin Jones2009-05-131-2/+0
| | |
| * | qdoc: Fixed some qdoc errors.Martin Smith2009-05-136-41/+37
| |/
| * Work with no initial file (open dialog).Warwick Allison2009-05-133-4/+8
| | | | | | | | Resize correctly on open new file.
| * fix bug 253385 fixWarwick Allison2009-05-131-1/+1
| |
| * spelWarwick Allison2009-05-132-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1311-8/+36
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1337-45/+313
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | fix bug 253385Warwick Allison2009-05-121-4/+6
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-12312-13367/+3612
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Make good television.Warwick Allison2009-05-121-2/+2
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1261-490/+316
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Allow extra video recording args on cmdline.Warwick Allison2009-05-123-3/+27
| | | | | |
* | | | | | Remove AssignSignal instructionAaron Kennedy2009-05-136-70/+59
| | | | | |
* | | | | | Literal signal property assignment testAaron Kennedy2009-05-135-364/+396
| |_|_|_|/ |/| | | |
* | | | | Remove left over debuggingAaron Kennedy2009-05-131-1/+0
| | | | |
* | | | | Fix qmlparser test failureAaron Kennedy2009-05-133-6/+10
| | | | |
* | | | | Update configure.exeAaron Kennedy2009-05-131-0/+0
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1338-46/+329
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tests/auto/declarative/qmlparser/tst_qmlparser.cpp
| * | | | | More testsAaron Kennedy2009-05-132-0/+15
| | |_|_|/ | |/| | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-13273-13288/+2977
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Disable code that triggers a crash at exit.Aaron Kennedy2009-05-121-3/+5
| | | | | | | | | | | | | | | | | | | | This is a hack. We should fix it properly.
| * | | | More testsAaron Kennedy2009-05-128-1/+31
| | | | |
| * | | | Remove accidentally commited CXX flagsAaron Kennedy2009-05-122-2/+2
| | | | |
| * | | | CrashAaron Kennedy2009-05-121-2/+2
| | | | |
| * | | | Remove QWidget hackAaron Kennedy2009-05-121-5/+1
| | | | | | | | | | | | | | | | | | | | We no longer have any QWidget bindings, so we don't need this hack. Will have to solve the problem properly when we reintroduce QWidget support.
| * | | | More testsAaron Kennedy2009-05-1225-32/+272
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-12270-13271/+2947
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-12259-13224/+2878
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Fix compilation due to an internal change in QObjectAlexis Menard2009-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fix the compilation after the change 386c640d9c0cc0984f33225b72e6d46e3718dcf7
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-05-12258-13223/+2877
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui
| | | * | | | The editor geometry in item views is not correctly updated when 1stThierry Bastian2009-05-122-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shown The problem is that it gets the previous geometry of the cell whereas its own sizeHint might lead to change the geometry of the cell. Task-number: 253109 Reviewed-by: ogoffart
| | | * | | | Fixed dumping so that we dump both q_yy and q_xx instead of q_yy twice.Jan-Arve Sæther2009-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That code is only executed if the environment varible QT_GRAPHICSLAYOUT_DEBUG is set to1
| | | * | | | tst_qsslsocket: Added assertions that make test fail if certs not foundMarkus Goetz2009-05-121-0/+2
| | | | | | |
| | | * | | | QSsl: Renamed testConnection to startHandshakeMarkus Goetz2009-05-122-7/+7
| | | | | | |
| | | * | | | Small documentation fix for QSslSocketMarkus Goetz2009-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Kavindra
| | | * | | | Replace all instances of "Ctrl+Q" with QKeySequence::Quit.Norwegian Rock Cat2009-05-1236-76/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We introduce this new enum, we should be using it.