Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Make sure the cursor of the lineedit doesn't blink when a key is pressed | Thierry Bastian | 2009-11-25 | 1 | -0/+4 | |
| | | * | | | | Make QVGCompositionHelper::blitWindow() more generic | Rhys Weatherley | 2009-11-25 | 2 | -7/+4 | |
| | | * | | | | Bind the EGL API type before calling eglMakeCurrent() | Rhys Weatherley | 2009-11-25 | 1 | -0/+12 | |
* | | | | | | | Two way WorkerScript communications | Aaron Kennedy | 2009-11-30 | 7 | -156/+257 | |
|/ / / / / / | ||||||
* | | | | | | Qt.quit() added to qml. | Tapani Mikola | 2009-11-30 | 5 | -0/+22 | |
* | | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Aaron Kennedy | 2009-11-30 | 8 | -98/+371 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-11-30 | 16 | -52/+186 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Support disabling a Behavior. | Michael Brasser | 2009-11-30 | 2 | -3/+38 | |
| * | | | | | | | Add ListView snapMode to ensure flicking settles on an item boundary. | Martin Jones | 2009-11-30 | 4 | -89/+297 | |
| * | | | | | | | Add GridView.positionViewAtIndex(). | Martin Jones | 2009-11-27 | 2 | -6/+36 | |
* | | | | | | | | Basic WorkerScript functionality | Aaron Kennedy | 2009-11-30 | 5 | -5/+563 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Aaron Kennedy | 2009-11-30 | 3 | -1/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-11-29 | 4 | -17/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | atob and btoa functions (as per JS window functions) | Warwick Allison | 2009-11-29 | 2 | -0/+24 | |
| * | | | | | | | | Fix and test ListModel UTF8 reading. | Warwick Allison | 2009-11-29 | 1 | -1/+1 | |
* | | | | | | | | | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 10 | -42/+115 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Handle more HTML non-errors | Aaron Kennedy | 2009-11-27 | 1 | -6/+8 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-11-27 | 180 | -1045/+1694 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Martin Jones | 2009-11-27 | 178 | -1040/+1693 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-11-27 | 4 | -7/+46 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | docs | Bea Lam | 2009-11-27 | 1 | -1/+2 | |
| | * | | | | | | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara... | Warwick Allison | 2009-11-27 | 177 | -1039/+1691 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | Background in landscape mode on S60 5.0 is broken | Sami Merilä | 2009-11-26 | 1 | -0/+1 | |
| | | * | | | | | | Fixing background painting after orientation switch. | Alessandro Portale | 2009-11-26 | 2 | -1/+2 | |
| | | * | | | | | | Fix crash of QtWebKit on any page with Flash when compiled witn MinGW. | Jocelyn Turcotte | 2009-11-25 | 1 | -2/+2 | |
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-11-25 | 19 | -98/+153 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | On Windows Flash is played only while moving mouse inside the plugin. | Prasanth Ullattil | 2009-11-25 | 1 | -1/+1 | |
| | | | | |_|/ / / | | | | |/| | | | | ||||||
| | | | * | | | | | Merge commit 'oslo-staging-2/4.6' into upstream/4.6 | Olivier Goffart | 2009-11-25 | 18 | -91/+150 | |
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | / | | | | | |_|_|/ | | | | |/| | | | ||||||
| | | | | * | | | Fix QTreeWidgetItem::setChildIndicatorPolicy not updating. | Olivier Goffart | 2009-11-24 | 1 | -1/+1 | |
| | | | | * | | | Fixes rendering issues when rendering a QWidget to PDF with WindowsXP Style. | Yoann Lopes | 2009-11-24 | 1 | -1/+1 | |
| | | | | * | | | Make paste + undo behave in QLineEdit as it does in QTextEdit | Thierry Bastian | 2009-11-24 | 1 | -1/+6 | |
| | | | | | |/ | | | | | |/| | ||||||
| | | | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-staging2 | axis | 2009-11-24 | 8 | -11/+41 | |
| | | | | |\ \ | ||||||
| | | | | * | | | Mac: Fixes painting artifacts in Graphics View | Bjørn Erik Nilsen | 2009-11-24 | 1 | -0/+7 | |
| | | | | * | | | Mac: Fixes broken window decorations for QGraphicsProxyWidget. | Bjørn Erik Nilsen | 2009-11-24 | 1 | -2/+2 | |
| | | | | * | | | Itemview: Fixes statustip not cleared | Olivier Goffart | 2009-11-24 | 2 | -2/+13 | |
| | | | | * | | | Fix QFile::map in Linux 64bit | Olivier Goffart | 2009-11-24 | 1 | -1/+1 | |
| | | | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st... | axis | 2009-11-24 | 2 | -19/+6 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | Removed window activation hack, unified and fixed title&icon setting. | Janne Anttila | 2009-11-23 | 2 | -19/+6 | |
| | | | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Eskil Abrahamsen Blomfeldt | 2009-11-23 | 13 | -26/+76 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | Fixed endless loop when printing a QTextDocument. | Trond Kjernåsen | 2009-11-23 | 1 | -0/+6 | |
| | | | | | * | | | | Make the menubar filter out EScape only if there is a current action | Thierry Bastian | 2009-11-23 | 1 | -1/+2 | |
| | | | | | * | | | | Compile fix for win32-icc. | Jan-Arve Sæther | 2009-11-23 | 1 | -0/+12 | |
| | | | | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Jan-Arve Sæther | 2009-11-23 | 8 | -13/+38 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Make the buttons react on mouse release only if it was pressed | Thierry Bastian | 2009-11-23 | 2 | -2/+6 | |
| | | | | | | * | | | | Merge 'upstream/4.6' into oslo-staging-2/4.6 | Olivier Goffart | 2009-11-23 | 5 | -5/+13 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | | Fix QHeaderView when the model is reset and section have moved. | Olivier Goffart | 2009-11-23 | 1 | -6/+19 | |
| | | | | | | | |/ / / | | | | | | | |/| | | | ||||||
| | | | | | * | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-11-23 | 2 | -12/+18 | |
| | | | | | |\ \ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | | | ||||||
| | | | | | | * | | | | QGAL: sizeHint constraints needed by anchors parallel with the layout | Eduardo M. Fleury | 2009-11-20 | 1 | -6/+14 | |
| | | | | | | * | | | | QGAL: deal correctly with anchors in parallel with the layout | Caio Marcelo de Oliveira Filho | 2009-11-20 | 2 | -6/+4 | |
| | | | | * | | | | | | Fix positioning of diacritics in .otf fonts on Windows | Eskil Abrahamsen Blomfeldt | 2009-11-23 | 2 | -44/+63 | |
| | | | | |/ / / / / |