summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc 4.6 warnings about assigned/unused variables in Qt Designer.Friedemann Kleint2012-09-2913-30/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2911734-220792/+220982
* clear XSizeHints before useDavid Fries2012-09-282-1/+3
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-272-0/+21
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-273-20/+2
* Load Mac specific resources in a static buildAndy Shaw2012-09-271-1/+4
* Avoid crash caused by drag and drop and winId()Jian Liang2012-09-271-9/+19
* cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-266-32/+47
* QElapsedTimer: Fix typo in restart() documentationJonathan Liu2012-09-261-1/+1
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-2511-119/+24
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-252-1/+77
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-252-10/+40
* QNX: don't show the virtual keyboard when focusing an item view.Nicolas Arnaud-Cormos2012-09-251-1/+5
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-09-241-1/+11
* float->int error in OS X Mouse Event HandlingGerhard Roethlin2012-09-241-1/+3
* configure: mac features don't belong on cross mingw targetMark Brand2012-09-211-0/+5
* Rotate non maximized windowsRafael Roquetto2012-09-212-0/+109
* Fixed potential use of uninitialized variable in qgl.cppSamuel Rødal2012-09-211-1/+1
* Fix build for platforms that use QPA other than IOSPeter Hartmann2012-09-192-2/+2
* Disable SSL compression by default.Richard Moore2012-09-193-4/+9
* use qmake to get PKG_CONFIG in configure scriptMark Brand2012-09-191-2/+6
* configure: postpone pkg-config detection until after qmake is builtMark Brand2012-09-191-55/+55
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-1822-98/+41
* undo variable renaming in backportPeter Kümmel2012-09-171-1/+1
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-175-4/+321
* tst_qfileinfo: also define SRCDIR for QNXRafael Roquetto2012-09-171-1/+1
* Symbian: move SRCDIR definition to .pro fileRafael Roquetto2012-09-172-2/+1
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-171-4/+7
* QNX: Add some optional debug output to event dispatcherSean Harmer2012-09-171-0/+19
* Add msvc2012 supportPeter Kümmel2012-09-177-5/+152
* fix examples/script/qscript for MSVCJoerg Bornemann2012-09-171-1/+1
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-142-6/+83
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-1411-24/+119
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-141-1/+4
* Fix MinGW-w64 compilationJonathan Liu2012-09-141-1/+1
* unscramble option help textMark Brand2012-09-131-3/+2
* Updated changes-4.8.3 filejutaipal2012-09-131-8/+268
* smuggle QT_BUILD_TREE to device_config.prf even during testsMark Brand2012-09-131-1/+2
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-132-0/+14
* Update Traditional Chinese translationJuei-ray Tseng2012-09-131-1459/+563
* qpa: improve DirectFB performanceJulien Brianceau2012-09-131-0/+4
* QNX: Do not initially commit all memory used in RegisterFileThomas McGuire2012-09-132-4/+39
* Fix realpath() call to older POSIX platformsRafael Roquetto2012-09-121-8/+13
* Fixed crash in blackberry platform plugin shutdownBernd Weimer2012-09-121-3/+3
* When x-compiling on Linux the host tools doesn't have Windows' executable suffixPeter Kümmel2012-09-121-3/+5
* Partial Revert "Disable pkg-config, when x-compiling for mingw"Mark Brand2012-09-121-1/+0
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-124-43/+105
* Ensure that QApplication is cleaned up after itself on MacAndy Shaw2012-09-123-0/+13
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-09-123-1/+84