summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-021-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-021-45/+86
* blitter: Move the definition out of the classHolger Hans Peter Freyther2012-01-021-59/+72
* blitter: Kill the isBlitterLocked variable of the QBlitterPaintEngineHolger Hans Peter Freyther2012-01-023-10/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-021-31/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-021-78/+65
* raster: Fix typo in a function argumentHolger Hans Peter Freyther2012-01-021-1/+1
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-022-5/+17
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-0213-39/+76
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-028-15/+87
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+5
* Unbreak cross-compilation to ARM.Sergio Ahumada2012-01-011-1/+1
* Change event posting to use a QVector.Robin Burchell2011-12-302-8/+21
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-295-47/+45
* Fix printerPaperSize and some tst_qprinter test failuresSergio Ahumada2011-12-291-1/+1
* Enable variadic macros if building in c++0x mode.Stephen Kelly2011-12-291-0/+1
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-282-1/+10
* Remove non-const getters marked for elimination.Robin Burchell2011-12-272-35/+0
* Merge QTextDocumentFragment::toHtml() overload per Qt 5 comment.Robin Burchell2011-12-272-12/+1
* Fix typos parametter -> parameter.Stephen Kelly2011-12-271-2/+2
* Increase the value of the UserRole for the ItemDataRole enum.Stephen Kelly2011-12-271-1/+1
* Replace a pseudo-virtual slot with a virtual method.Stephen Kelly2011-12-272-3/+2
* QLocalSocket shouldn't emit disconnected if it isn't connected yet.Jonas M. Gastal2011-12-271-1/+1
* Fix crashes and non-portable functionality in QDBusDemarshaller QByteArray ex...Sami Rosendahl2011-12-252-2/+12
* Fix crash in QDBusDemarshaller QStringList extractionSami Rosendahl2011-12-252-2/+12
* Fix crash in QDBusDemarshaller basic string-like type extractionSami Rosendahl2011-12-252-7/+48
* v8: Build V8 for FreeBSDHolger Hans Peter Freyther2011-12-231-0/+5
* v8: Change the selection of Operating SystemHolger Hans Peter Freyther2011-12-231-6/+4
* Link to X and Xrender libs in glxconvenienceJørgen Lind2011-12-231-0/+1
* Fix regression, make sure hit testing work on windows again.Jan-Arve Saether2011-12-231-19/+31
* Finish removing Qt3 supportBradley T. Hughes2011-12-2311-261/+35
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-222-0/+25
* Fix for -Werror -WshadowDavid Faure2011-12-221-1/+1
* Remove redundant template parameter from QMetaType's internal classes.Jędrzej Nowacki2011-12-221-9/+6
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-4/+2
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-24/+35
* Fix race in http connection channelShane Kearns2011-12-222-1/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-228-13/+52
* Handle plain socket write errors in SSLShane Kearns2011-12-221-2/+9
* Fix for assertion failureShane Kearns2011-12-222-1/+6
* Fix faulty logic in http connection pipeliningShane Kearns2011-12-221-2/+6
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-223-5/+107
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-222-19/+3
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+7
* Use strlen() inline whenever possibleHarald Fernengel2011-12-222-48/+55
* Enable Mac style on Mac OS X.Morten Johan Sorvig2011-12-2213-318/+406
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-222-2/+2
* Add ToS option to sockets.Jonas M. Gastal2011-12-225-2/+43
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-223-12/+0