Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | Fix crash in qt3support QPixmap constructor | Gunnar Sletta | 2009-12-01 | 1 | -2/+2 | |
| | | | * | | | | | | | Fix tst_qsharedmemory on Unix | Olivier Goffart | 2009-11-30 | 1 | -5/+2 | |
| | | | * | | | | | | | Doc: Fixed up a known issue. | David Boddie | 2009-11-30 | 1 | -8/+10 | |
| | | | * | | | | | | | Only call updateFont if the font have changed. | Alexis Menard | 2009-11-30 | 2 | -1/+37 | |
| | | | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Jan-Arve Sæther | 2009-11-30 | 4 | -4/+5 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Fixed square root of negative number in drawTextItem(). | Kim Motoyoshi Kalland | 2009-11-30 | 2 | -2/+4 | |
| | | | | * | | | | | | | Fixed the GL2 engine stroker to handle Qt::SvgMiterJoin. | Kim Motoyoshi Kalland | 2009-11-30 | 1 | -0/+1 | |
| | | | | * | | | | | | | Do not fill the disabled background of item. | Olivier Goffart | 2009-11-30 | 1 | -2/+0 | |
| | | | * | | | | | | | | Add some notes about known issues for win32-icc | Jan-Arve Sæther | 2009-11-30 | 2 | -1/+11 | |
| | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Eskil Abrahamsen Blomfeldt | 2009-11-30 | 6 | -5/+18 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Do not recoginze templated types or pointers as flags. | Olivier Goffart | 2009-11-30 | 3 | -2/+15 | |
| | | | | * | | | | | | | Compile webkit for win32-icc | Jan-Arve Sæther | 2009-11-30 | 2 | -2/+2 | |
| | | | | |/ / / / / / | ||||||
| | | | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st... | axis | 2009-11-30 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Fix tst_qspinbox compilation with winscw. | Liang Qi | 2009-11-27 | 1 | -1/+1 | |
| | | | * | | | | | | | | X11: Avoid loading all fonts in system for text with line breaks | Eskil Abrahamsen Blomfeldt | 2009-11-30 | 1 | -1/+1 | |
| | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Merge commit 'upstream/4.6' into oslo-staging-2/4.6 | Olivier Goffart | 2009-11-27 | 77 | -347/+2070 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | compile fix for autotest | Thierry Bastian | 2009-11-27 | 1 | -2/+5 | |
| | | | * | | | | | | | | compile fix for autotest | Thierry Bastian | 2009-11-27 | 1 | -1/+5 | |
| | | | * | | | | | | | | state wasn't being correctly reloaded on mac with unified toolbar | Thierry Bastian | 2009-11-27 | 1 | -2/+5 | |
| | | | * | | | | | | | | Compile QtScript for win32-icc | Jan-Arve Sæther | 2009-11-27 | 2 | -2/+2 | |
| | | | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Jan-Arve Sæther | 2009-11-27 | 5 | -32/+21 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | Correctly export the horizontal part of a mixed alignment in text. | Thomas Zander | 2009-11-27 | 1 | -6/+7 | |
| | | | | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Eskil Abrahamsen Blomfeldt | 2009-11-27 | 27 | -133/+252 | |
| | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | Fixed a memory leak in the newer native filedialog on windows | Thierry Bastian | 2009-11-27 | 1 | -1/+3 | |
| | | | | * | | | | | | | | | Fix QFontDialog::getFont on Mac OS X when using an invalid initial font | Eskil Abrahamsen Blomfeldt | 2009-11-27 | 1 | -2/+3 | |
| | | | * | | | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-11-27 | 2 | -21/+43 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | QGAL: default spacing can be unset using a negative value | Eduardo M. Fleury | 2009-11-25 | 2 | -21/+43 | |
| | | | | * | | | | | | | | | | QGAL: sizeHint constraints needed by anchors parallel with the layout | Eduardo M. Fleury | 2009-11-25 | 2 | -6/+46 | |
| | | | | * | | | | | | | | | | QGAL: deal correctly with anchors in parallel with the layout | Caio Marcelo de Oliveira Filho | 2009-11-25 | 3 | -6/+56 | |
| | | * | | | | | | | | | | | | Don't spend time on adding center point for convex paths, saves a few cycles. | Gunnar Sletta | 2009-11-25 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | Replaced QVector in GL2 vertex array with QDataBuffer to reduce mallocs | Gunnar Sletta | 2009-11-25 | 4 | -17/+19 | |
| | | * | | | | | | | | | | | | Optimized the bezier flattening a bit | Gunnar Sletta | 2009-11-25 | 2 | -40/+17 | |
| * | | | | | | | | | | | | | | Creator crashes when reloading externally modified .ui files on Mac | Prasanth Ullattil | 2009-12-01 | 2 | -2/+1 | |
| * | | | | | | | | | | | | | | Fix regression in tst_QFileSystemWatcher | Bradley T. Hughes | 2009-12-01 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Bradley T. Hughes | 2009-12-01 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Re-enabled realpath() on symbian. | Denis Dzyubenko | 2009-12-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Fix a crash in QFSFileEnginePrivate::canonicalized() on Mac OS X 10.5 | Prasanth Ullattil | 2009-12-01 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | Make sure file descriptors are valid in the dnotify implementation of QFileSy... | Bradley T. Hughes | 2009-12-01 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Bradley T. Hughes | 2009-11-30 | 16 | -43/+129 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Fixes a crash on Mac with QFileInfo. | Denis Dzyubenko | 2009-11-30 | 2 | -1/+9 | |
| | * | | | | | | | | | | | | | | Unix: Avoid stat() when opening a file | Markus Goetz | 2009-11-30 | 2 | -13/+32 | |
| | * | | | | | | | | | | | | | | Fix garbage collection issue with script-owned objects with connections | Kent Hansen | 2009-11-30 | 3 | -23/+43 | |
| | * | | | | | | | | | | | | | | Make sure that cleanupTestCase() do not stat | Benjamin Poulain | 2009-11-30 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2009-11-30 | 6 | -4/+40 | |
| | * | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-11-30 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Enable YARR when YARR_JIT is enabled | Kent Hansen | 2009-11-30 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Bradley T. Hughes | 2009-11-30 | 77 | -741/+1168 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2009-11-29 | 11 | -11/+147 | |
| | * | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-11-29 | 66 | -730/+1021 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Bradley T. Hughes | 2009-11-27 | 2 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / |