Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st... | Alexis Menard | 2010-04-22 | 3 | -3/+12 | |
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-23 | 51 | -437/+665 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add missing Q_DISABLE_COPYs. | Michael Brasser | 2010-04-22 | 5 | -0/+8 | |
| * | | | | | | | | | | | | | | Use Q_DECLARE_PRIVATE for private slot. | Michael Brasser | 2010-04-22 | 3 | -7/+7 | |
| * | | | | | | | | | | | | | | Workaround no longer needed. | Michael Brasser | 2010-04-22 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 11 | -35/+36 | |
| * | | | | | | | | | | | | | | Continue to register base type. | Michael Brasser | 2010-04-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Doc. | Michael Brasser | 2010-04-22 | 1 | -18/+20 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-22 | 131 | -1677/+2656 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-22 | 31 | -374/+592 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-21 | 31 | -374/+592 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Cocoa: fix namespace build breakage | Richard Moe Gustavsen | 2010-04-21 | 1 | -1/+6 | |
| | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-21 | 30 | -373/+586 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | Cocoa: cocoa sometimes show a hidden window | Richard Moe Gustavsen | 2010-04-21 | 1 | -0/+11 | |
| | | | * | | | | | | | | | | | Default (Parentless) QMenuBar actions do not work (without autotest) | Richard Moe Gustavsen | 2010-04-21 | 1 | -4/+15 | |
| | | | * | | | | | | | | | | | Reorganised double stream out operator in QDataStream to avoid causing unnece... | James Larcombe | 2010-04-21 | 1 | -3/+4 | |
| | | | * | | | | | | | | | | | Revert "Report the error as being AlreadyExists if this is why it fails" | Morten Johan Sørvig | 2010-04-21 | 2 | -7/+3 | |
| | | | * | | | | | | | | | | | Revert "Default (Parentless) QMenuBar actions do not work" | Morten Johan Sørvig | 2010-04-21 | 1 | -15/+4 | |
| | | | * | | | | | | | | | | | fix memory bug | Lorn Potter | 2010-04-21 | 1 | -3/+1 | |
| | | | * | | | | | | | | | | | fix nativeFilePath character width issue | Oswald Buddenhagen | 2010-04-20 | 1 | -3/+5 | |
| | | | * | | | | | | | | | | | fix typos | Oswald Buddenhagen | 2010-04-20 | 2 | -2/+2 | |
| | | | * | | | | | | | | | | | Default (Parentless) QMenuBar actions do not work | Richard Moe Gustavsen | 2010-04-20 | 1 | -4/+15 | |
| | | | * | | | | | | | | | | | Fix Mac OS Tiger-vs-Leopard crash due to memory tagging by JavaScriptCore | Kent Hansen | 2010-04-20 | 3 | -10/+59 | |
| | | | * | | | | | | | | | | | Improve itemview appearance on Mac | Jens Bache-Wiig | 2010-04-20 | 1 | -5/+11 | |
| | | | * | | | | | | | | | | | ScrollBar width not updated dynamically on Windows. | Prasanth Ullattil | 2010-04-20 | 2 | -0/+26 | |
| | | | * | | | | | | | | | | | [tst_qhostinfo] Properly clean up the cache and lookup threads. | Thiago Macieira | 2010-04-20 | 2 | -5/+20 | |
| | | | * | | | | | | | | | | | Remove redundant network configuration updates on startup. | Aaron McCarthy | 2010-04-20 | 13 | -17/+34 | |
| | | | * | | | | | | | | | | | make sure to lock these | Lorn Potter | 2010-04-19 | 1 | -0/+6 | |
| | | | * | | | | | | | | | | | QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe... | Olivier Goffart | 2010-04-19 | 3 | -8/+11 | |
| | | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-19 | 4 | -323/+395 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | Report the error as being AlreadyExists if this is why it fails | Andy Shaw | 2010-04-19 | 2 | -3/+7 | |
| | | | | * | | | | | | | | | | move network scan to thread. | Lorn Potter | 2010-04-19 | 2 | -320/+388 | |
* | | | | | | | | | | | | | | | Don't crash if Connections::target is changed by one of its signal handlers | Martin Jones | 2010-04-23 | 3 | -5/+16 | |
* | | | | | | | | | | | | | | | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 4 | -31/+0 | |
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-22 | 27 | -129/+241 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-22 | 129 | -1660/+2593 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-22 | 27 | -129/+241 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-04-21 | 27 | -129/+241 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Fixes wrong QGraphicsView's viewport cursor reset. | Yoann Lopes | 2010-04-21 | 1 | -5/+7 | |
| | | * | | | | | | | | | | | | Optimize ~QObject | Olivier Goffart | 2010-04-21 | 1 | -15/+11 | |
| | | * | | | | | | | | | | | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreApp | Volker Hilsheimer | 2010-04-20 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | Build fix for mingw | Thierry Bastian | 2010-04-20 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Fixes keyboard shortcuts for QGraphicsTextItem. | Yoann Lopes | 2010-04-20 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | Optimize QMetaObject::activate | Olivier Goffart | 2010-04-20 | 2 | -28/+27 | |
| | | * | | | | | | | | | | | | Micro optimisations in QMutexLocker | Olivier Goffart | 2010-04-20 | 1 | -8/+10 | |
| | | * | | | | | | | | | | | | Fixed assert failure when trying to load invalid SVG file. | Kim Motoyoshi Kalland | 2010-04-20 | 1 | -1/+8 | |
| | | * | | | | | | | | | | | | Added QIcon::name() | Aurelien Gateau | 2010-04-20 | 5 | -1/+51 | |
| | | * | | | | | | | | | | | | QDialog: user-moved dialog would not show on the same place after hide | Gabriel de Dietrich | 2010-04-20 | 3 | -11/+11 | |
| | | * | | | | | | | | | | | | Fixed image drawing inconsistencies when drawing 1x1 images/subrects. | Samuel Rødal | 2010-04-20 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Fixed pixel-bleeding when stretching subrected pixmaps. | Gunnar Sletta | 2010-04-20 | 1 | -8/+13 | |