summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Emit a notifications when targetState and targetStates are changed.BogDan Vatra2014-06-302-3/+44
* Emit a notifications when senderObject and signal are changed.BogDan Vatra2014-06-302-2/+36
* Enablers for QQuickWidget render() support.Paul Olav Tvete2014-06-302-3/+8
* Cleanup local var usageFrederik Gladhorn2014-06-301-4/+2
* Include QMetaType in the native context headersLaszlo Agocs2014-06-303-0/+3
* Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-06-301-0/+3
* Disable some more qtbase examples for dynamic gl buildsLaszlo Agocs2014-06-303-10/+10
* OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-3011-6/+58
* Add QEnableSharedFromThis classRoman Pasechnik2014-06-294-0/+326
* RCC: (Re-)introduce a way to build resources in one gohjk2014-06-291-4/+16
* QEGLPlatformIntegration: fix build on AndroidJ-P Nurmi2014-06-281-0/+2
* winrt: Fix main thread dispatcher creationAndrew Knight2014-06-281-1/+1
* Disable C++11 support for ICC on OS XThiago Macieira2014-06-281-1/+2
* Logging: support %{time} and %{time format} in QT_MESSAGE_PATTERNShawn Rutledge2014-06-271-1/+30
* Windows: Fix setting of geometries in minimized state.Friedemann Kleint2014-06-272-4/+49
* Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-274-11/+93
* Work around Intel Compiler 14 & 15 bug with paths starting with dotThiago Macieira2014-06-271-0/+6
* Fix building of the C++11 config.test on Windows with ICLThiago Macieira2014-06-273-3/+4
* Update the macx-icc mkspec for ICC 15Thiago Macieira2014-06-271-7/+7
* Fix ICC build on Windows: __VERSION__ isn't definedThiago Macieira2014-06-271-1/+29
* Expand the compiler test with C++11 and C++14 compiler testsThiago Macieira2014-06-273-2/+811
* MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-275-13/+174
* Add Q_COMPILER_THREADSAFE_STATICS (a.k.a. "Magic Statics")Thiago Macieira2014-06-272-1/+12
* Accessibility: improve text attribute rangesFrederik Gladhorn2014-06-263-78/+136
* Fix inconsistent export in QPixmapIconEngineAndrew Knight2014-06-261-2/+2
* Silence warnings about not supporting setMask on platforms like eglfsLaszlo Agocs2014-06-261-4/+0
* Disable automatic use of pch for MinGWKai Koehne2014-06-261-1/+6
* Set fallback for QFont::System to be MS Sans Serif and not ArialAndy Shaw2014-06-261-1/+4
* Fix crash when inserting the same instance widget more than onceJorgen Lind2014-06-262-0/+20
* Update doc: match actual compact JSON outputmlpo2014-06-261-1/+1
* Improve docs for QWidget::accessibleName/DescriptionFrederik Gladhorn2014-06-261-5/+21
* Export QStateMachine running property.BogDan Vatra2014-06-263-4/+311
* qdoc: Give documenter more control of linkingMartin Smith2014-06-2618-431/+551
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-267-62/+214
* QDebug: Remove handling of FORCE_UREF defineKai Koehne2014-06-251-35/+0
* qdoc: Improve <title> element contents in HTML pages.Jerome Pasion2014-06-251-4/+39
* Update MSVC compiler features according to testingThiago Macieira2014-06-251-3/+6
* Only define the MSVC C++11 feature macros in C++Thiago Macieira2014-06-251-0/+2
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-255-3/+53
* winrt: Refactor timer callbacksAndrew Knight2014-06-251-135/+115
* winrt: Use native threadingAndrew Knight2014-06-256-178/+516
* winrt: Clean up QWinRTScreenAndrew Knight2014-06-253-337/+312
* winrt: Clean up QWinRTServicesAndrew Knight2014-06-252-81/+68
* winrt: Clean up QWinRTCursorAndrew Knight2014-06-253-44/+42
* winrt: use ComPtr in network classesAndrew Knight2014-06-255-79/+48
* winrt: Add convenience method for waiting on an async callAndrew Knight2014-06-251-0/+78
* winrt: Add convenience macros for returning from HRESULT callsAndrew Knight2014-06-251-1/+16
* winrt: Remove WP8.0 references from package manifest featureAndrew Knight2014-06-252-57/+18
* winrt: Return correct value from QSysInfo::windowsVersion()Andrew Knight2014-06-251-1/+1
* Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-256-1/+79