| Commit message (Expand) | Author | Age | Files | Lines |
* | Rendering artifacts when hiding a QGraphicsItem. | Bjørn Erik Nilsen | 2009-07-09 | 2 | -0/+21 |
|
|
* | Optimize QGraphicsViewPrivate::updateRect/updateRegion. | Bjørn Erik Nilsen | 2009-07-08 | 3 | -7/+138 |
|
|
* | Reduce QTransform operations in QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-07-08 | 2 | -28/+76 |
|
|
* | Reduce QTransform operations in Graphics View. | Bjørn Erik Nilsen | 2009-07-08 | 4 | -61/+188 |
|
|
* | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive. | Bjørn Erik Nilsen | 2009-07-03 | 2 | -62/+81 |
|
|
* | More re-factoring of QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-07-02 | 10 | -96/+98 |
|
|
* | Speedup item-lookup in Graphics View. | Bjørn Erik Nilsen | 2009-07-02 | 7 | -52/+65 |
|
|
* | Kill dead BSP tree code in graphics view. | Bjørn Erik Nilsen | 2009-07-02 | 2 | -44/+0 |
|
|
* | Dont include untransformable graphics items twice. | Bjørn Erik Nilsen | 2009-07-02 | 2 | -1/+39 |
|
|
* | Fixes broken BSP lookup in QGraphicsSceneBspTreeIndex. | Bjørn Erik Nilsen | 2009-07-01 | 3 | -6/+27 |
|
|
* | Fix a regression with extended style option items. | Alexis Menard | 2009-07-01 | 2 | -4/+8 |
|
|
* | Compiler warning. | Bjørn Erik Nilsen | 2009-07-01 | 1 | -1/+1 |
|
|
* | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-07-01 | 152 | -6080/+2671 |
|\ |
|
| * | Compiler warnings. | Bjørn Erik Nilsen | 2009-07-01 | 4 | -2/+5 |
|
|
| * | doc: Changed wording in some stub callbacks. | Martin Smith | 2009-07-01 | 1 | -26/+26 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Norwegian Rock Cat | 2009-07-01 | 145 | -6045/+2570 |
| |\ |
|
| | * | Make the macros QT_WA & QT_WA_INLINE only use the unicode part | Marius Storm-Olsen | 2009-07-01 | 1 | -10/+2 |
|
|
| | * | examples: QString::fromUtf16() -> QString::fromWCharArray() | Marius Storm-Olsen | 2009-07-01 | 1 | -1/+1 |
|
|
| | * | tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 20 | -257/+133 |
|
|
| | * | qmake: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | Marius Storm-Olsen | 2009-07-01 | 3 | -49/+13 |
|
|
| | * | tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 9 | -189/+78 |
|
|
| | * | src/3rdparty/phonon: Remove QT_WA and non-Unicode code paths, dropping Win9x ... | miniak | 2009-07-01 | 1 | -4/+1 |
|
|
| | * | src/tools/idc: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT... | miniak | 2009-07-01 | 1 | -53/+16 |
|
|
| | * | src/testlib: LPCWSTR -> wchar_t* | Marius Storm-Olsen | 2009-07-01 | 1 | -1/+1 |
|
|
| | * | src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N... | miniak | 2009-07-01 | 8 | -724/+231 |
|
|
| | * | src/activeqt: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT ... | miniak | 2009-07-01 | 12 | -266/+147 |
|
|
| | * | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 2 | -37/+2 |
|
|
| | * | src/opengl: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT su... | miniak | 2009-07-01 | 1 | -8/+4 |
|
|
| | * | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 7 | -104/+43 |
|
|
| | * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 50 | -2919/+1227 |
|
|
| | * | Handle application paths larger than MAX_PATH, and fix potential buffer overflow | Marius Storm-Olsen | 2009-07-01 | 2 | -10/+39 |
|
|
| | * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 28 | -1340/+554 |
|
|
| | * | src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 1 | -13/+7 |
|
|
| | * | doc: Fixed several qdoc error reports. | Martin Smith | 2009-07-01 | 3 | -67/+78 |
|
|
| * | | Never discard TabletRelease events as they may be delivered *after* TabletLea... | Cédric Luthi | 2009-07-01 | 1 | -1/+2 |
|
|
| * | | Fix tablet events | Cédric Luthi | 2009-07-01 | 1 | -0/+5 |
|
|
| * | | Fix a few typos | Cédric Luthi | 2009-07-01 | 1 | -5/+5 |
| |/ |
|
| * | Added QGraphicsScene::sendEvent(). | J-P Nurmi | 2009-07-01 | 3 | -1/+58 |
|
|
* | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-07-01 | 1784 | -149358/+211953 |
|\ \
| |/ |
|
| * | ItemViews: Fixed signal entered not being emitted when using the mouse | Thierry Bastian | 2009-07-01 | 3 | -33/+61 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Rhys Weatherley | 2009-07-01 | 1 | -1/+9 |
| |\ |
|
| | * | Fixes configure.exe silently disabling cetest even if you asked for it | Rohan McGovern | 2009-07-01 | 1 | -1/+9 |
|
|
| * | | OpenVG compile fix - use const_cast instead of static_cast | Rhys Weatherley | 2009-07-01 | 1 | -4/+4 |
| |/ |
|
| * | Set the focus to a child widget when set on a QGroupBox | Benjamin Poulain | 2009-06-30 | 2 | -3/+13 |
|
|
| * | add 4.6 specific modifications to linguist tools tests | Oswald Buddenhagen | 2009-06-30 | 7 | -2/+123 |
|
|
| * | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-30 | 206 | -14/+6610 |
| |\ |
|
| | * | integrate linguist tool autotests into the qt testsuite | Oswald Buddenhagen | 2009-06-30 | 200 | -0/+6573 |
|
|
| | * | Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changes | Norwegian Rock Cat | 2009-06-30 | 1 | -2/+17 |
|
|
| | * | Doc: Said which formats we support for a QIODevice driven MediaSource | Geir Vattekar | 2009-06-30 | 1 | -1/+6 |
|
|
| | * | Doc: Fixed a doc bug in QPlainTextEdit class description. | Geir Vattekar | 2009-06-30 | 1 | -7/+7 |
|
|