summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-1/+1
* Fix an issue with HTTP headers like "private, max-age=300".Thiago Macieira2010-01-121-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-1232-91/+459
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-1210-1/+292
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-123346-3634/+4118
| |\
| | * Prevent a crash when creating an inputContext from the QApplication dtor.Simon Hausmann2010-01-122-2/+2
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-113346-3632/+4116
| | |\
| | | * QNAM HTTP Code: Cache socket state inside ensureConnection()Markus Goetz2010-01-111-4/+6
| | | * QNAM HTTP Code: When starting new request, prefer connected sockets.Markus Goetz2010-01-111-5/+17
| | | * typo fixRitt Konstantin2010-01-111-1/+1
| | | * Fix code exampleBernhard Rosenkraenzer2010-01-111-1/+1
| | | * fix typo in qreadwritelock's documentationRitt Konstantin2010-01-111-3/+3
| | | * QNAM HTTP: Don't call d_func() so oftenMarkus Goetz2010-01-111-27/+30
| | | * QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-1110-1/+54
| | | * QNAM HTTP: Optimize eatWhitespace()Markus Goetz2010-01-111-3/+10
| | | * QNAM HTTP: Check if socket already tries to connect.Markus Goetz2010-01-111-5/+12
| | | * network internals: fix build on S60Peter Hartmann2010-01-111-1/+1
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-113-33/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fix for QTBUG-7267 Qs60Style::drawControl() does not align CE_ItemViewItemJani Hautakangas2010-01-111-1/+1
| | * | Fix for QTBUG-6408 QFontEngineS60::QFontEngineS60 called hundreds ofJani Hautakangas2010-01-112-32/+7
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-113-4/+14
| |\ \ \
| | * | | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-113-4/+14
| * | | | (Sqlite2) Fix for QTBUG-6421Bill King2010-01-111-4/+12
* | | | | doc: Updated the descriptions of the connection types.Martin Smith2010-01-122-31/+44
| |_|_|/ |/| | |
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-1149-547/+933
|\ \ \ \
| * | | | Add a way to access the normalised URL in QUrl.Thiago Macieira2010-01-111-4/+8
| * | | | network internals: start HTTP GET requests right away when calledPeter Hartmann2010-01-117-18/+30
| * | | | Fix regression introduced in e49aee9f: set If-Modified-Since.Thiago Macieira2010-01-111-8/+8
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-093346-3560/+3931
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-093346-3560/+3931
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-083346-3560/+3931
| | | |\ \
| | | | * | Reverted two commits that were pushed to the wrong branch.Denis Dzyubenko2010-01-083-59/+13
| | | | * | Use the new QTextCodec api in the QXmlStreamWriter.Denis Dzyubenko2010-01-082-10/+2
| | | | * | Added new functions to QTextCodec that accept ConversionFlags.Denis Dzyubenko2010-01-082-3/+57
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add texture glyph width cache default.Stefano Pironato2010-01-081-1/+5
| | |/ / /
| * | | | Merge commit 'origin/mmfphonon' into 4.6Gareth Stockwell2010-01-086-31/+10
| |\ \ \ \
| | * | | | Fixed build breakage on S60 3.1 due to audio effects changesGareth Stockwell2010-01-086-31/+10
| * | | | | Added a flag to avoid construction of application panes.axis2010-01-085-5/+26
| * | | | | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
| * | | | | Fixed a doc error.axis2010-01-081-1/+0
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0832-508/+871
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix for QTBUG-5870 QGraphicsProxyWidget does not show children onJani Hautakangas2010-01-081-3/+10
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0731-505/+861
| | |\ \ \ \
| | | * | | | Deploy sqlite3.sis instead of sqlite3.dll in SymbianMiikka Heikkinen2010-01-072-4/+3
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-0729-501/+858
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'mmfphonon' into 4.6Gareth Stockwell2010-01-0629-501/+858
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-0820-194/+348
| | | | | * | | Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
| | | | | * | | Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-082-2/+25