Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 20 | -40/+40 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 26 | -194/+194 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 12 | -23/+23 |
| | |||||
* | Added no_ast_rewriter to rewriter.pri. | Roberto Raggi | 2009-05-26 | 1 | -2/+7 |
| | |||||
* | Don't check the QT_MODULE in the text rewriter, there's no need since it's ↵ | Roberto Raggi | 2009-05-26 | 2 | -79/+75 |
| | | | | private code. | ||||
* | Add qmldebugger sub dir to the pro file. | Bjørn Erik Nilsen | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Made the suffix for CSS literals case insensitve. | Roberto Raggi | 2009-05-26 | 1 | -16/+21 |
| | |||||
* | Added missing copyright headers. | Roberto Raggi | 2009-05-26 | 6 | -0/+245 |
| | |||||
* | Create a new TextWriter when rewriting the CSS literals. | Roberto Raggi | 2009-05-26 | 1 | -7/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-26 | 102 | -2024/+3609 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove AssignStackObject instruction | Aaron Kennedy | 2009-05-26 | 5 | -39/+27 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-26 | 1 | -2/+2 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Do not expect QListModelInterface::data to return ONLY the roles requested | Kai Koehne | 2009-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | It is often convenient to always return the full set of data, even if only some roles are requested. Reviewed-by: Martin Jones | ||||
| * | | Remove the NoOp instruction | Aaron Kennedy | 2009-05-26 | 3 | -22/+2 |
| | | | |||||
| * | | Remove unnecessary condition | Aaron Kennedy | 2009-05-26 | 1 | -9/+0 |
| | | | |||||
| * | | Remove ResolveFetchObject instruction | Aaron Kennedy | 2009-05-26 | 4 | -39/+9 |
| | | | |||||
| * | | Remove AssignValueSource instruction | Aaron Kennedy | 2009-05-26 | 4 | -43/+5 |
| | | | |||||
| * | | Unify the store instructions into the main VME switch | Aaron Kennedy | 2009-05-26 | 3 | -273/+249 |
| | | | |||||
| * | | Remove AssignObject instruction | Aaron Kennedy | 2009-05-26 | 6 | -142/+85 |
| | | | |||||
| * | | Remove Try*Object instructions | Aaron Kennedy | 2009-05-26 | 4 | -83/+27 |
| |/ | |||||
| * | Ensure tests pass | Aaron Kennedy | 2009-05-26 | 6 | -30/+40 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-26 | 86 | -1332/+3147 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Always treat CSS-like suffix's as bindings | Aaron Kennedy | 2009-05-26 | 1 | -1/+5 |
| | | | |||||
| | * | roberto: Added support for CSS like numeric literals e.g. 10p | Aaron Kennedy | 2009-05-26 | 14 | -35/+624 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-26 | 52 | -846/+715 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Test cleanup. | Michael Brasser | 2009-05-25 | 49 | -841/+701 |
| | | | | |||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-25 | 2 | -4/+13 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | Fix compile when paint engine debugging is on. | Michael Brasser | 2009-05-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Move canvas scene snapshot out of in-process debugger | Aaron Kennedy | 2009-05-26 | 18 | -381/+449 |
| | | | | | |||||
| | * | | | Add basic client/server debugging support | Aaron Kennedy | 2009-05-25 | 17 | -158/+1452 |
| | |/ / | | | | | | | | | | | | | The canvas framerate monitor now uses this support. | ||||
| * | | | correct path doc | Warwick Allison | 2009-05-25 | 1 | -3/+0 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-25 | 2 | -4/+13 |
| |\ \ \ | | | |/ | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Disable QmlDom debug output by default | Kai Koehne | 2009-05-25 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | Only print AST if QML_COMPILER_DUMP is set | ||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Julian de Bhal | 2009-05-25 | 271 | -5145/+6710 |
| | |\ \ | | | |/ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Update mkspecs for linux-g++-x11 | Julian de Bhal | 2009-05-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change QMAKE_INCDIR_OPENGL and QMAKE_LIBDIR_OPENGL to QMAKE_INCDIR_OPENGL_QT and QMAKE_LIBDIR_OPENGL_QT so qmake will pick them up. | ||||
| * | | | Fix with "new" argc/argv. | Warwick Allison | 2009-05-25 | 1 | -7/+7 |
| | |/ | |/| | |||||
* | | | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 113 | -237/+237 |
| | | | | | | | | | | | | Caused massive number of warnings with winscw | ||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-24 | 307 | -5272/+7342 |
|\ \ \ | |/ / | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-24 | 3 | -2/+7 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Use the true metatype of attached properties in the compiler | Aaron Kennedy | 2009-05-22 | 3 | -2/+7 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-22 | 8 | -48/+418 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Add canvas framerate monitor application | Aaron Kennedy | 2009-05-22 | 4 | -2/+328 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-22 | 143 | -1227/+2970 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Store the type of the attached properties object | Aaron Kennedy | 2009-05-22 | 4 | -46/+90 |
| | | | | |||||
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-05-22 | 271 | -5145/+6710 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: src/corelib/kernel/kernel.pri src/corelib/tools/tools.pri tools/qdoc3/htmlgenerator.cpp tools/qdoc3/htmlgenerator.h | ||||
| | * | | Merge commit 'origin/4.5' | Samuel Rødal | 2009-05-20 | 6 | -12/+18 |
| | |\ \ | |||||
| | | * | | Fix a compile error on MSVC 64bits due to qhash casting a pointer. | Thierry Bastian | 2009-05-20 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tested it with 32 bits compilation and there is no warning any more. Task-number: 247325 Reviewed-by: ogoffart | ||||
| | | * | | Fix a wrong compiler define (was a typo). | Ariya Hidayat | 2009-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The typo was in commit 30f7edc0aab629499b74263391ae529ad31b2ff8. | ||||
| | | * | | Compile on Solaris with broken GL headers. | Trond Kjernåsen | 2009-05-20 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Samuel | ||||
| | | * | | Make the range controls accessible | Harald Fernengel | 2009-05-20 | 1 | -0/+2 |
| | | | | |