summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Qt 5 comment added for QT_WA / QT_WA_INLINE removalJoerg Bornemann2010-01-061-0/+1
* | | | | | | Our variables are our variables so we prefix them.Alexis Menard2010-01-061-1/+1
* | | | | | | Fix compilation breakage caused by merge.Thiago Macieira2010-01-061-1/+1
* | | | | | | Change from std::pair to QPair.Thiago Macieira2010-01-061-8/+8
* | | | | | | GCC doesn't like comment lines ending in \Thiago Macieira2010-01-061-28/+28
* | | | | | | Don't call invalidate when resetting the QSortFilterProxyModel.Stephen Kelly2010-01-061-1/+0
* | | | | | | Merge branch '4.6'Thiago Macieira2010-01-0537-335/+690
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Remove the need to know the service owner when adding/removing signal rules.Thiago Macieira2010-01-024-34/+21
| * | | | | | Use the watched service name list in matching incoming signals too.Thiago Macieira2010-01-021-2/+8
| * | | | | | Change the QtDBus watched service list to a map to its owner.Thiago Macieira2010-01-022-17/+48
| * | | | | | Update debug output to show the connection's ptr and threadThiago Macieira2010-01-021-10/+10
| | |/ / / / | |/| | | |
| * | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-306-4/+32
| * | | | | Symbian build fixSimon Hausmann2009-12-301-1/+1
| * | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-304-7/+17
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-3012-15/+255
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-2912-15/+255
| | |\ \ \ \
| | | * | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-2912-15/+255
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-293-10/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove pointless const's from functions (internal API)Tom Cooksey2009-12-292-4/+4
| | * | | | | Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart2009-12-291-6/+5
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-291-4/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Removed QtWebkit.dll from Qt.sis in Symbian buildsMiikka Heikkinen2009-12-291-4/+0
| * | | | | | Fixed a copy-paste error in QRasterPixmapData::metric().Trond Kjernåsen2009-12-291-1/+1
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-2812-219/+262
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-5/+9
| | * | | | | QStyleSheetStyle: Fixed some text croped when having padding with native border.Olivier Goffart2009-12-281-1/+1
| | * | | | | Lots of mostly cosmetic cleanups to GL2 paint engineTom Cooksey2009-12-284-138/+133
| | * | | | | Move the 0.5 offset we add for aliased rendering to updateMatrix()Tom Cooksey2009-12-282-33/+47
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-288-49/+79
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-278-49/+79
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-268-49/+79
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-258-49/+79
| | | | | |\ \ \ \
| | | | | | * | | | revert f36fb8b2b63b3734cc2bd66b329ca4fef1204845Ritt Konstantin2009-12-232-9/+5
| | | | | | * | | | Read QWS_SIZE from layer rather than screenAnders Bakken2009-12-231-1/+8
| | | | | | * | | | Get rid of no_cast_from_ascii warningAnders Bakken2009-12-231-1/+1
| | | | | | * | | | Docs: Amendments to latest changes to QImageReader docs.Andreas Aardal Hanssen2009-12-231-17/+16
| | | | | | * | | | images: Document QImageReader::loopCount behaviour for infinite loopsHolger Hans Peter Freyther2009-12-231-8/+14
| | | | | | * | | | gif: 10% speedup on microbenchmark on QImageReaderHolger Hans Peter Freyther2009-12-231-14/+26
| | | | | | * | | | png: Avoid calling QImage::scanLine(int) from within a loopHolger Hans Peter Freyther2009-12-231-1/+4
| | | | | | * | | | QImageReader: Avoid errorString creation in the normal caseHolger Hans Peter Freyther2009-12-231-1/+2
| | | | | | * | | | Fix text rendering on GL2 paint engineTom Cooksey2009-12-232-5/+11
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-282-13/+18
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Using qt.iby no longer requires emulator deployment to be doneMiikka Heikkinen2009-12-282-13/+18
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-271-1/+3
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fix D-Bus marshalling of booleans in optimised code.Thiago Macieira2009-12-271-1/+3
| * | | | | | | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-262-4/+12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Use Mono instead of MonoLSB when writing pbm files.Rhys Weatherley2009-12-231-1/+1
| | * | | | | | Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engineRhys Weatherley2009-12-201-3/+11
* | | | | | | | Don't use QPointer in objectve-c interfaces.Morten Johan Sørvig2010-01-051-2/+2
* | | | | | | | Cocoa: exec() on a dialog with Qt::Tool windowflag is just a dialog.Richard Moe Gustavsen2010-01-041-3/+3