summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-032-26/+22
* Fix capitalization with newline bugYann Bodson2012-07-031-1/+1
* Forward the CMAKE_PREFIX_PATH to invoked tests.Stephen Kelly2012-07-031-2/+2
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-033-0/+60
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-5/+5
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-035-29/+68
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-022-6/+0
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-025-65/+87
* Fix MinGW-w64 compilationJonathan Liu2012-07-022-4/+4
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-1/+64
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-014-7/+101
* Don't lower the code generation level options for the compilerThiago Macieira2012-07-011-7/+9
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-302-13/+26
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-297-18/+49
* Add framestrut mouse events.Friedemann Kleint2012-06-2914-14/+128
* QQnxWindow: properly scope a local variableMarc Mutz2012-06-291-4/+1
* Add detection for C++11 noexceptThiago Macieira2012-06-291-0/+13
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-2924-63/+241
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-282-26/+0
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-06-282-2/+2
* QNX: Don't detach when iterating over child windowsThomas McGuire2012-06-281-19/+10
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5
* QDoc: Allow '0' to be used as 2nd arg for \qmlclass.Casper van Donderen2012-06-281-11/+21
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-0/+5
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-286-76/+464
* qdoc: Report multiple topic commands as an errorMartin Smith2012-06-284-16/+59
* QNX: Make geometry changes sync to fix QWidget::showFullScreen()Thomas McGuire2012-06-281-1/+1
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-282-0/+10
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-289-11/+8
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-282-1/+4
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-2810-18/+27
* Clean up the use of QT_NODLLThiago Macieira2012-06-282-4/+0
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-283-96/+48
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2875-217/+372
* Include QScopedPointer in qsettings.hThiago Macieira2012-06-281-0/+1
* doc: use correct snippet id for QObject::isSignalConnectedKent Hansen2012-06-281-1/+1
* doc: remove duplicate linkKent Hansen2012-06-281-1/+1
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* Removed flags from SSPI calls which prevented the NTLM authentication from wo...Adrian Carpenter2012-06-281-8/+2
* Widgets: Apply masks to native windows only.Friedemann Kleint2012-06-271-10/+2
* QNX: Add support for window statesThomas McGuire2012-06-272-1/+42
* QNX: Flush after changing rotationThomas McGuire2012-06-271-0/+4
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-2719-35/+35
* Document that the object of a plugin must be default-constructible.Stephen Kelly2012-06-271-0/+2