summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split QQnxWindow into QQnxEglWindow and QQnxRasterWindowFabian Bumberger2013-09-1811-475/+718
* Include hidden headers in trees and tables consistentlyJan Arve Saether2013-09-186-15/+77
* Resolve error caused by server-initiated TLS renegotiationScott Deboy2013-09-171-5/+16
* qmake: added WMAppManifest generation for winphone targetKamil Trzcinski2013-09-172-0/+68
* Use egl.prf in xcb instead of hardcoding -lEGLLaszlo Agocs2013-09-171-1/+1
* eglfs: Do not leak the QOpenGLShaderProgram instanceLaszlo Agocs2013-09-171-0/+1
* eglfs: Sanitize the X11 hooksLaszlo Agocs2013-09-174-40/+121
* Export x11 screen of the QXcbConnection to the native interfaceMartin Gräßlin2013-09-172-2/+16
* Add CUPS Page Set options to print supportMartin Klapetek2013-09-175-7/+136
* Fix extension of static pluginsStephen Kelly2013-09-171-6/+15
* MetaType: Fix memory leak of QAtomicInt.Stephen Kelly2013-09-171-0/+2
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-172-4/+34
* QMap: don't dereference nullptr IIMarc Mutz2013-09-171-4/+4
* QMap: don't dereference nullptrMarc Mutz2013-09-171-5/+7
* Remove mentioning of 5.0 Alpha from QPA ReadmeKai Koehne2013-09-171-6/+4
* Fix name of argument in documentationKai Koehne2013-09-171-1/+1
* Fix the C++11 and GCC-atomic intrinsics when not using GCCThiago Macieira2013-09-172-38/+51
* Remove useless code setting but not using variablesThiago Macieira2013-09-171-3/+0
* qeglfshooksrpi: update vc_dispmanx_element_change_attributesDario Freddi2013-09-161-7/+1
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-165-34/+334
* Don't use ARMv5/6/7 atomics on 64-bit ARM, as they are AArch32 specificTor Arne Vestbø2013-09-161-3/+3
* Don't use Mac OS X QCollator backend on iOSTor Arne Vestbø2013-09-163-4/+4
* Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-162-10/+10
* Add QFileSelector APIAlan Alpert2013-09-1627-2/+773
* Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
* qdoc: Now reports duplicate page titles better.Martin Smith2013-09-163-7/+22
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-169-30/+64
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-1614-50/+2
* WinRT: Disable PCRE JITAndrew Knight2013-09-161-0/+1
* Simplify QFileSystemModel::remove by using QDir::removeRecursivelyDavid Faure2013-09-162-28/+4
* Don't depend on QtQuick plugin in QtWidgetsEskil Abrahamsen Blomfeldt2013-09-161-2/+2
* Implement windowsErrorString for WinRTOliver Wolff2013-09-161-0/+12
* qelapsedtimer for WinRTOliver Wolff2013-09-151-1/+7
* Fix QTextEngine build on MSVC2008 debug mode.Nicolás Alvarez2013-09-151-0/+1
* Disable sqlite for Windows Phone 8 buildsOliver Wolff2013-09-151-0/+2
* qmake: added file deployment support for winrt and winphone targetsKamil Trzcinski2013-09-155-60/+123
* qmake: added support for WindowsMetadataFileKamil Trzcinski2013-09-153-0/+19
* qmake: added CompileAsWinRT switch to the VCCLCompilerTool (the cl /ZW option)Kamil Trzcinski2013-09-153-0/+10
* Use correct toolset version for winphone buildsOliver Wolff2013-09-152-4/+5
* qmake: enable default reference for all winphone targetsKamil Trzcinski2013-09-151-0/+10
* qmake: added VCPROJ_ARCH variable.Kamil Trzcinski2013-09-151-4/+13
* qmake: added WinRT and WinPhone configuration switchKamil Trzcinski2013-09-154-2/+29
* Fixed sqlite build for WinRTOliver Wolff2013-09-151-0/+1
* Create clean makefiles for winrt buildsAndrew Knight2013-09-151-0/+93
* Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-146-13/+38
* Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21