summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | Made QFontEngineFT compile on 64-bit platforms with legacy headers.Samuel Rødal2009-05-111-1/+1
| | | | * | | | qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102
| | | * | | | | Fixed Qt 4.6 source package compilation by moving the qvfb skins.Friedemann Kleint2009-05-1371-46/+14
| | | * | | | | fix wince buildMaurice Kalinowski2009-05-131-1/+1
| | | * | | | | Fixed compile on Windows in debug-only mode.Rohan McGovern2009-05-131-1/+1
| | | * | | | | Cleanup private QWidget functions.Bjørn Erik Nilsen2009-05-126-114/+43
| | | * | | | | Reduce QWidget footprint and do some cleanup.Bjørn Erik Nilsen2009-05-127-350/+332
| | | * | | | | Ensure that windows hidden by deletion affect closeOnLastWindowNorwegian Rock Cat2009-05-121-1/+1
| | | * | | | | The description cited MySQL and the code is for PostgreSQL.Benjamin Poulain2009-05-121-1/+1
| | | * | | | | QListView was assuming that selected indexes were always children ofThierry Bastian2009-05-122-2/+30
| | | * | | | | Fix typo in spreadsheet exampleThomas Zander2009-05-121-1/+1
| | * | | | | | Grammer fix, 'be be' to 'be'Ian Walters2009-05-141-1/+1
| | * | | | | | Merge branch 'master' into contiguouscacheIan Walters2009-05-121024-40557/+36099
| | |\ \ \ \ \ \
| | * | | | | | | Various fixes resulting from QA code review.Ian Walters2009-05-126-69/+217
| | * | | | | | | Documentation patch from JasonIan Walters2009-05-112-50/+51
| | * | | | | | | Move qDebug code to correct locationIan Walters2009-04-082-24/+19
| | * | | | | | | Update licensing headers.Ian Walters2009-04-077-11/+267
| | * | | | | | | Merge branch 'master' into contiguouscacheIan Walters2009-04-06437-5702/+13242
| | |\ \ \ \ \ \ \
| | * | | | | | | | Rename OffsetVector to ContiguousCacheIan Walters2009-04-0314-518/+516
| | * | | | | | | | Squashed commit of the following:Rhys Weatherley2009-03-2412-0/+1295
* | | | | | | | | | Move inside guardsAaron Kennedy2009-05-151-3/+2
* | | | | | | | | | Add more resiliant TEST_FILE() methodAaron Kennedy2009-05-152-4/+25
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-153-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | class exportsWarwick Allison2009-05-153-6/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1521-1245/+1281
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make test compile.Michael Brasser2009-05-151-0/+1
| * | | | | | | Fix finishPlaying behavior for repeating animations.Michael Brasser2009-05-151-1/+9
| * | | | | | | Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-153-53/+60
| * | | | | | | Compile with gcc 4.2.Roberto Raggi2009-05-142-46/+71
| * | | | | | | Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-145-804/+827
| * | | | | | | There's no need to record the current AST in the QML/JS engine.Roberto Raggi2009-05-141-12/+1
| * | | | | | | Some (internal) API cleanup.Roberto Raggi2009-05-146-46/+46
| * | | | | | | Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-146-72/+50
| * | | | | | | Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-1410-40/+40
| * | | | | | | Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-149-208/+222
| * | | | | | | Removed javascriptvalue.hRoberto Raggi2009-05-146-18/+9
* | | | | | | | Add id shortcut testAaron Kennedy2009-05-143-0/+41
|/ / / / / / /
* | | | | | | Add another binding testAaron Kennedy2009-05-142-1/+67
* | | | | | | Deleted context property testAaron Kennedy2009-05-141-0/+14
* | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-144-13/+33
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1424-455/+661
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-149-11/+142
| | |\ \ \ \ \ \ \
| | * | | | | | | | Flickr demo: Scale the image about the center of the visible area.Martin Jones2009-05-141-2/+17
| | * | | | | | | | GridView shall not crash when given a broken delegate.Martin Jones2009-05-141-6/+11
| * | | | | | | | | Have scale grid images degrade a bit nicer.Michael Brasser2009-05-142-4/+4
| * | | | | | | | | Make compile on arm.Michael Brasser2009-05-141-1/+1
* | | | | | | | | | Array expressions testAaron Kennedy2009-05-145-112/+149
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Add some expression testsAaron Kennedy2009-05-141-0/+95
* | | | | | | | | Cleanup testcaseAaron Kennedy2009-05-148-11/+43
* | | | | | | | | Add gcov flagsAaron Kennedy2009-05-141-0/+4
| |/ / / / / / / |/| | | | | | |