Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There's no need to record the current AST in the QML/JS engine. | Roberto Raggi | 2009-05-14 | 1 | -12/+1 |
| | |||||
* | Some (internal) API cleanup. | Roberto Raggi | 2009-05-14 | 6 | -46/+46 |
| | |||||
* | Moved Parser::DiagnosticMessage and AST::SourceLocation | Roberto Raggi | 2009-05-14 | 6 | -72/+50 |
| | |||||
* | Renamed JavaScriptEnginePrivate in Engine. | Roberto Raggi | 2009-05-14 | 10 | -40/+40 |
| | |||||
* | Protect the QML front-end using the namespace JavaScript. | Roberto Raggi | 2009-05-14 | 9 | -208/+222 |
| | |||||
* | Removed javascriptvalue.h | Roberto Raggi | 2009-05-14 | 6 | -18/+9 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-14 | 3 | -11/+16 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-14 | 7 | -75/+70 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | GridView shall not crash when given a broken delegate. | Martin Jones | 2009-05-14 | 1 | -6/+11 |
| | | | |||||
| * | | Have scale grid images degrade a bit nicer. | Michael Brasser | 2009-05-14 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | If a scale grid image has offsets that add up to bigger than the size, we don't paint the middle bits at all. | ||||
| * | | Make compile on arm. | Michael Brasser | 2009-05-14 | 1 | -1/+1 |
| | | | |||||
* | | | Array expressions test | Aaron Kennedy | 2009-05-14 | 1 | -3/+1 |
| |/ |/| | |||||
* | | Fixup gcov lib lines | Aaron Kennedy | 2009-05-14 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-14 | 3 | -36/+37 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-05-13 | 1 | -2/+0 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Remove unnecessary flag | Martin Jones | 2009-05-13 | 1 | -2/+0 |
| | | | |||||
| * | | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 1 | -30/+30 |
| |/ | |||||
| * | Work with no initial file (open dialog). | Warwick Allison | 2009-05-13 | 1 | -0/+1 |
| | | | | | | | | Resize correctly on open new file. | ||||
| * | fix bug 253385 fix | Warwick Allison | 2009-05-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-13 | 4 | -7/+10 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-13 | 9 | -37/+24 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | fix bug 253385 | Warwick Allison | 2009-05-12 | 1 | -4/+6 |
| | | | | |||||
* | | | | Remove AssignSignal instruction | Aaron Kennedy | 2009-05-13 | 5 | -69/+58 |
| |_|/ |/| | | |||||
* | | | Remove left over debugging | Aaron Kennedy | 2009-05-13 | 1 | -1/+0 |
| | | | |||||
* | | | Fix qmlparser test failure | Aaron Kennedy | 2009-05-13 | 3 | -6/+10 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-13 | 4 | -27/+43 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-12 | 1 | -10/+13 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 7 | -74/+19 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | More robust error handling (in ListView) and reporting (in VisualModel). | Martin Jones | 2009-05-12 | 3 | -17/+30 |
| | | | |||||
* | | | Disable code that triggers a crash at exit. | Aaron Kennedy | 2009-05-12 | 1 | -3/+5 |
| | | | | | | | | | | | | This is a hack. We should fix it properly. | ||||
* | | | Remove accidentally commited CXX flags | Aaron Kennedy | 2009-05-12 | 1 | -1/+1 |
| | | | |||||
* | | | Crash | Aaron Kennedy | 2009-05-12 | 1 | -2/+2 |
| | | | |||||
* | | | Remove QWidget hack | Aaron Kennedy | 2009-05-12 | 1 | -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 tests | Aaron Kennedy | 2009-05-12 | 5 | -26/+15 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-12 | 1 | -0/+16 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 4 | -3/+26 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 3 | -1/+31 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 31 | -872/+1146 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Make scaling in flickr demo sensible. | Martin Jones | 2009-05-12 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | More QML tests | Aaron Kennedy | 2009-05-12 | 7 | -74/+19 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-12 | 5 | -1/+50 |
|\ \ \ \ | | |_|/ | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | TextEdit fixes and improvements. | Michael Brasser | 2009-05-12 | 3 | -1/+31 |
| | |/ | |/| | | | | | | | | | | Get cursor blinking working again. Add focusOnPress to make it easy to gain focus when the mouse is pressed. | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-11 | 28 | -867/+1111 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Fix resizing and skinning. | Warwick Allison | 2009-05-11 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | Broke with mainwindow introduction. | ||||
* | | | | Clean up qmlparser test | Aaron Kennedy | 2009-05-12 | 4 | -3/+26 |
| |/ / |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 17 | -764/+850 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Automatic semicolon insertion for property and signal definitions. | Roberto Raggi | 2009-05-11 | 6 | -740/+728 |
| | | | | |||||
| * | | | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-11 | 4 | -11/+11 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-05-11 | 25 | -1105/+1387 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-05-11 | 5 | -873/+853 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |