Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "fix" license headers | Oswald Buddenhagen | 2011-06-02 | 9 | -126/+207 |
* | need no qlibraryinfo any more | Oswald Buddenhagen | 2011-06-01 | 2 | -21/+0 |
* | remove dead variables | Oswald Buddenhagen | 2011-06-01 | 1 | -17/+3 |
* | optimization: avoid creating unnecessary temporaries | Oswald Buddenhagen | 2011-06-01 | 1 | -35/+29 |
* | add hash-based indexing to Translator for fast find() | Oswald Buddenhagen | 2011-06-01 | 2 | -26/+92 |
* | remove Translator::translatedMessages() | Oswald Buddenhagen | 2011-06-01 | 3 | -13/+1 |
* | remove Translator::contains() | Oswald Buddenhagen | 2011-06-01 | 3 | -10/+1 |
* | optimization: make the Translator::find() api index-based | Oswald Buddenhagen | 2011-06-01 | 3 | -35/+38 |
* | fix misnomer: MainWindow::closePhraseBooks() => maybeSavePhraseBooks() | Oswald Buddenhagen | 2011-06-01 | 2 | -3/+3 |
* | nuke Translator::release(), make saveQM() non-static instead | Oswald Buddenhagen | 2011-06-01 | 5 | -14/+5 |
* | synchronize qmake project parser with qt creator | Oswald Buddenhagen | 2011-06-01 | 14 | -2580/+4708 |
* | Merge remote-tracking branch 'mainline/4.8' | Oswald Buddenhagen | 2011-06-01 | 1188 | -20202/+21126 |
|\ | |||||
| * | Merge remote branch 'origin/4.8' into 4.8-from-4.7 | Rohan McGovern | 2011-05-20 | 13 | -221/+221 |
| |\ | |||||
| | * | Re-apply licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-18 | 3 | -51/+51 |
| | * | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 1 | -6/+6 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-16 | 7 | -1/+910 |
| | |\ \ | |||||
| | * | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1180 | -20042/+20042 |
| * | | | | Merge remote branch 'origin/4.7' into 4.8-from-4.7 | Rohan McGovern | 2011-05-17 | 1171 | -20027/+20056 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-05-17 | 1177 | -19993/+19993 |
| | |\ \ \ | |||||
| | | * | | | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1177 | -19993/+19993 |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-05-13 | 9 | -155/+184 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | doc: Fixed QTBUG-19226 | Martin Smith | 2011-05-12 | 1 | -2/+6 |
| | | * | | | doc: Fixed QTBUG-19223 | Martin Smith | 2011-05-12 | 1 | -1/+3 |
| | | * | | | doc: Remved debug code for QTBUG-18791 | Martin Smith | 2011-05-12 | 1 | -26/+0 |
| | | * | | | doc: Fixed QTBUG-18791 | Martin Smith | 2011-05-11 | 9 | -145/+193 |
| | | * | | | doc: Fixed a QML snippet reference | Martin Smith | 2011-05-09 | 1 | -0/+1 |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-16 | 1 | -6/+6 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-13 | 6 | -1/+899 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-review into master-... | Kai Koehne | 2011-05-12 | 6 | -1/+899 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | qmlplugindump: Use command line options with a single dash. | Christian Kamm | 2011-05-12 | 1 | -7/+12 |
| | | * | | | | qmlplugindump: Allow dumping by path without URI. | Christian Kamm | 2011-05-12 | 1 | -11/+29 |
| | | * | | | | Move qmldump from Qt Creator to Qt. | Christian Kamm | 2011-05-12 | 6 | -1/+876 |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-13 | 1 | -0/+11 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge remote branch 'qt/4.8' into master-qml-staging | Kai Koehne | 2011-05-10 | 16 | -213/+312 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Introduced a CONFIG option that enables declarative debug services | Thorbjørn Lindeijer | 2011-05-04 | 2 | -4/+1 |
* | | | | | | | use a printErr() function instead of std::cerr like in lupdate | Oswald Buddenhagen | 2011-06-01 | 1 | -8/+12 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Revert all QScroller and QFlickGesture related code. | Robert Griebl | 2011-05-16 | 1 | -6/+6 |
| |_|/ / / |/| | | | | |||||
* | | | | | X11: Keep the menubar inside the widgetbox window in toplevel mode | Michał Zając | 2011-05-13 | 1 | -0/+11 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-05 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | skip widget when its focusPolicy is Qt::ClickFocus in TabOrderEditor | Tasuku Suzuki | 2011-05-02 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-04 | 7 | -129/+144 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | QmlViewer: Translate UI | Kai Koehne | 2011-05-02 | 7 | -126/+142 |
| * | | | | Merge branch 'master' of ../qt-qml-staging | Michael Brasser | 2011-04-14 | 92 | -7024/+24514 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge ../qt-qml-staging | Yann Bodson | 2011-03-29 | 6 | -88/+95 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Alan Alpert | 2011-03-23 | 41 | -2908/+1826 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of ../qt-qml-staging | Yann Bodson | 2011-03-16 | 37 | -38/+59 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-staging | Martin Jones | 2011-03-01 | 8 | -18/+42 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of ../qt-qml-staging | Martin Jones | 2011-02-17 | 138 | -14484/+7920 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Make -no-opengl exist on other platforms | Alan Alpert | 2011-02-04 | 1 | -3/+2 |
* | | | | | | | | | | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-05-03 | 9 | -199/+297 |
|\ \ \ \ \ \ \ \ \ \ \ |