summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ICC build on Windows: __VERSION__ isn't definedThiago Macieira2014-06-271-1/+29
* 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-262-34/+33
* 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
* 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-261-0/+2
* 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-262-2/+39
* qdoc: Give documenter more control of linkingMartin Smith2014-06-2618-431/+551
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-266-62/+95
* 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-254-3/+34
* winrt: Refactor timer callbacksAndrew Knight2014-06-251-135/+115
* winrt: Use native threadingAndrew Knight2014-06-255-154/+483
* 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: 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
* QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-252-0/+28
* Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-252-4/+4
* Remove an useless assert.Jędrzej Nowacki2014-06-251-1/+0
* Remove unused private method from QSignalSpy.Jędrzej Nowacki2014-06-251-5/+0
* Avoid extensive string lookup in QSignalSpy.Jędrzej Nowacki2014-06-251-5/+4
* Emit a notifications when defaultState and historyType are changed.BogDan Vatra2014-06-252-4/+40
* Emit a notifications when childMode, initial and errorState are changed.BogDan Vatra2014-06-252-6/+57
* Support translucent windows on eglfsLaszlo Agocs2014-06-258-11/+91
* Support framebuffer blit and msaa without extensions on GLES3Laszlo Agocs2014-06-251-0/+10
* Enhance msaa and blitframebuffer on ES with vendor extensionsLaszlo Agocs2014-06-252-13/+32
* Include the ES3 headers on iOSLaszlo Agocs2014-06-254-2/+21
* Add a way to access loadKeymap on eglfsLaszlo Agocs2014-06-2510-8/+205
* Support adapting an existing NSOpenGLContext in cocoaLaszlo Agocs2014-06-255-4/+108
* QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-252-2/+8
* Android: extract actionOverflowButtonStyle (button menu icon)J-P Nurmi2014-06-251-0/+1
* Fix ANGLE build with Microsoft Visual Studio "14" CTPThiago Macieira2014-06-202-1/+29
* Add missing QDnsLookup constructor implementationAndy Shaw2014-06-201-1/+13
* Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-2/+24
* Accessibility Linux: Fix methods returning rects as iiii for AT-SPIFrederik Gladhorn2014-06-202-7/+7
* Windows a11y: Publish synthetic increase and decrease actionsJan Arve Saether2014-06-203-48/+54
* Accessibility: Add actions for value interfacesJan Arve Saether2014-06-207-13/+242
* Android: extract style attributes for tabsJ-P Nurmi2014-06-201-0/+32