summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warning caught by Clang on LinuxThiago Macieira2014-11-030-0/+0
* QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
* Build Qt for OS X and iOS with relative rpathAdam Strzelecki2014-11-013-11/+4
* Add rpath pointing to Qt libraries in OS X and iOSAdam Strzelecki2014-11-011-0/+24
* QAndroidPlatformClipboard: fix build in release modeJ-P Nurmi2014-11-011-2/+3
* Always invalidate the iOS accessibility cacheJan Arve Sæther2014-11-011-10/+10
* Reenable C++11 for ICC on OS XThiago Macieira2014-10-311-2/+1
* Enable C++11 atomics with ClangThiago Macieira2014-10-311-1/+3
* Fix compilation of <atomic> with ICC and libc++Thiago Macieira2014-10-311-0/+7
* Make QTestEventLoop::exitLoop() thread-safeRoland Winklmeier2014-10-311-0/+7
* Remove unused variableLars Knoll2014-10-311-1/+0
* Cleanup: Remove some obsolete code supporting a pre-4.3 formatLars Knoll2014-10-314-32/+16
* Enable the latest versions of GCC, Clang and ICC with -WerrorThiago Macieira2014-10-311-6/+6
* iOS: Make sure we update hints and platform data on IM enable/disableTor Arne Vestbø2014-10-311-0/+9
* Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
* Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* Windows: Create touch device in initialization.Friedemann Kleint2014-10-313-19/+31
* Handle mounts under /runAllan Sandfeld Jensen2014-10-311-4/+3
* Cocoa plugin - fix a resource leakTimur Pocheptsov2014-10-311-0/+1
* QShapedPixmapWindow: do not leak the backing storeGiuseppe D'Angelo2014-10-312-0/+7
* Fix warnings about size conversion in QListThiago Macieira2014-10-312-20/+23
* Autotest: synchronize with the peer before emitting more signalsThiago Macieira2014-10-312-1/+38
* Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
* Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
* Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-313-22/+39
* Remove executable mode on qwidget_window.proJørgen Lind2014-10-311-0/+0
* Import the FreeBSD strtoXX functionsThiago Macieira2014-10-303-0/+395
* Add manual test for touch events.Friedemann Kleint2014-10-303-0/+215
* QWindowsStyle: fix CE_ComboBoxLabel text colorJ-P Nurmi2014-10-301-0/+14
* OS X: fix CFString leaks in mime classesDyami Caliri2014-10-302-6/+7
* QCocoaPrintDevice: fix bad CFReleaseDyami Caliri2014-10-301-4/+4
* xcodegenerator: use a copy resource phase if possibleFawzi Mohamed2014-10-301-16/+24
* Fix a possible use after freeLars Knoll2014-10-301-1/+1
* Raspi: default platform plugin is eglfsLaszlo Agocs2014-10-301-3/+0
* Fix compiler warning in securesocketclient exampleKai Koehne2014-10-301-1/+1
* Use exising host / port for securesocketclient exampleKai Koehne2014-10-301-2/+2
* clang: Fix compilation with -openssl-linkedKai Koehne2014-10-301-0/+4
* Load default codecs even if custom QTextCodec has been registeredKai Koehne2014-10-301-3/+8
* QMacStyle: Several fixes for QtQuick Controls on YosemiteGabriel de Dietrich2014-10-302-15/+12
* QMacStyle: Fix QCombobox offsets in YosemiteGabriel de Dietrich2014-10-301-3/+6
* Adapt the names in the documentation to the names used in the headerAlbert Astals Cid2014-10-301-8/+8
* Correct QStandardPaths::DataLocation return value for iOSSamuel Gaist2014-10-301-0/+2
* Ignore alert on an active windowJohn Brooks2014-10-291-2/+2
* Android: QtActivitiyDelegate: extras can be nullShawn Rutledge2014-10-291-158/+158
* eglfs: Remove unused member variableLaszlo Agocs2014-10-291-1/+0
* QTextCodec: Fix source code indentationKai Koehne2014-10-291-1/+1
* fontconfig: do not assume the path to a font file is Latin1-encodedShawn Rutledge2014-10-291-1/+1
* Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-292-1/+7
* Cocoa: Fix regression in key handlingLiang Qi2014-10-291-1/+1
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-298-20/+26