summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | | | | improve performance of QTextEngine, esp. setBoundary by using non-detaching o...Milian Wolff2010-12-231-7/+7
| | | | | | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-237-35/+68
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | Improve docs for QTEST_MAIN macro.Jason McDonald2010-12-231-1/+5
| | | | | | | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-226-34/+63
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | |_|_|_|_|_|_|_|/ / / | | | | | | | | |/| | | | | | | | | |
| | | | | | | | | * | | | | | | | | | Work around an apparent GCC optimiser bug accessing arrays beyond endThiago Macieira2010-12-221-28/+40
| | | | | | | | | * | | | | | | | | | Do not crash in case a future version of libdbus has a new kind of message.Thiago Macieira2010-12-221-3/+1
| | | | | | | | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-12-2263-220/+516
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-213-2/+21
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | |_|_|_|_|_|_|/ / / | | | | | | | | | | |/| | | | | | | | |
| | | | | | | | | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-213-2/+21
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-203-2/+21
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | |_|_|_|_|_|/ / / | | | | | | | | | | | | |/| | | | | | | |
| | | | | | | | | | | | | * | | | | | | | Fixed QStatusBar not to repaint itself too earlyDenis Dzyubenko2010-12-201-1/+1
| | | | | | | | | | | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-12-205-1/+11
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | QNAM HTTP: Fix missing error() signalVille Pernu2010-12-202-1/+20
| | | | | | | | | * | | | | | | | | | | | | Docs: QTBUG-9150 Incorrect snippet in class doc.Peter Yard2010-12-221-1/+1
* | | | | | | | | | | | | | | | | | | | | | Fixed bug and performance problem in windowsstyle.Samuel Rødal2011-01-071-2/+2
* | | | | | | | | | | | | | | | | | | | | | Restored old flushing behavior in -graphicssystem opengl on desktop.Samuel Rødal2011-01-071-3/+4
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-061-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix KERN-EXEC 0 panic on exit when bearer is searching for WLANsShane Kearns2011-01-061-2/+4
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-01-062-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
| * | | | | | | | | | | | | | | | | | | | qkeymapper_x11.cpp: fix compilation with LSB and without XKBOlivier Goffart2011-01-061-8/+7
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | PathView crashed when the path is provided with undefined values.Martin Jones2011-01-061-1/+7
* | | | | | | | | | | | | | | | | | | | PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-061-1/+3
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Doc fixes for introduction page and Item docsBea Lam2011-01-061-28/+0
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Support for swap modes in QGLWindowSurface.Michael Dominic K2011-01-042-1/+15
* | | | | | | | | | | | | | | | | | Pre-create the GL share widget before window surface creation.Michael Dominic K2011-01-041-6/+2
* | | | | | | | | | | | | | | | | | Fixed first element being a LineToElement in QPainterPath::connectPath()Samuel Rødal2011-01-041-1/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Clear WSERV content when a native child receives an "expose"Jason Barron2010-12-291-0/+8
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-12-231-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix fullscreen/Maximized dialog misplacement in SymbianMiikka Heikkinen2010-12-231-6/+18
* | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-232-36/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add Postgresql 8.x and 9 supportsCharles Yin2010-12-232-36/+86
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-2310-20/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
| * | | | | | | | | | | | | | | More docs for FolderListModelMartin Jones2010-12-231-0/+33
| * | | | | | | | | | | | | | | Improve docs on attached properties on view delegates.Martin Jones2010-12-233-0/+25
| * | | | | | | | | | | | | | | Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+6
| * | | | | | | | | | | | | | | Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-231-1/+3
| * | | | | | | | | | | | | | | Nested flickables would react alternately to flicks.Martin Jones2010-12-231-2/+4
| * | | | | | | | | | | | | | | Improve QDeclarativeComponent test coverage.Michael Brasser2010-12-222-12/+0
| * | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-222-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
| | * | | | | | | | | | | | | | XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+1
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-231-3/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Improve performance of bilinear upscaling of images with neon.Samuel Rødal2010-12-221-3/+32
* | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2010-12-232-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix crash in indeterminate progressbars on windowsJens Bache-Wiig2010-12-222-3/+6
| * | | | | | | | | | | | | | | Fix timer regression for indeterminate progressbarsJens Bache-Wiig2010-12-221-0/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-12-221-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix libinfixed usage in Symbian when def files are usedMiikka Heikkinen2010-12-221-1/+11
| |/ / / / / / / / / / / / /