summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-032-8/+7
* QNativeSocketEngine: remove compile watning on WindowsMartin Petersson2012-07-031-0/+2
* SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocolMartin Petersson2012-07-031-0/+3
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-033-2/+3
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0346-49/+49
* fix QWidget::grab(QRect(x, y, -1, -1))Joerg Bornemann2012-07-031-1/+5
* revive the noPaintOnScreen fix on WindowsJoerg Bornemann2012-07-033-5/+28
* Add support for SQLSTATE error codesAndras Mantia2012-07-031-12/+18
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-0340-32/+32
* MIPS DSP composition functions optimizations.Damir Tatalovic2012-07-036-159/+1770
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+63
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-038-13/+22
* fixed compile for mouse button handling on winceBjoern Breitmeyer2012-07-031-0/+4
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* QtGui: add member-swap to shared classesMarc Mutz2012-07-0316-0/+101
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-23/+30
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* QtCore: add member-swap to shared classesMarc Mutz2012-07-0313-0/+67
* 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