summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Native drag implementation on MacJames Turner2012-07-045-2/+170
* Cocoa: Fix size hint and resize increment setting.Morten Johan Sorvig2012-07-041-4/+16
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-042-6/+8
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-042-1/+37
* disable building uic when -no-widgets is setTasuku Suzuki2012-07-041-1/+1
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-042-8/+52
* Skip (re-)creation of cmake files during build passes.Stephen Kelly2012-07-041-1/+1
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-044-4/+4
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-043-9/+26
* Set the language of a STATIC library.Stephen Kelly2012-07-041-0/+1
* tst_qwidget: remove QEXPECT_FAIL for QTBUG-8911Joerg Bornemann2012-07-041-3/+0
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-0414-28/+25
* Removed private header warning from public QOpenGLPaintDevice header.Samuel Rødal2012-07-041-12/+0
* enable platformsupport for -no-widgetsTasuku Suzuki2012-07-041-4/+4
* Replace insignificant test with QEXPECT_FAIL.Toby Tomkins2012-07-042-2/+1
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-0411-51/+48
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-046-279/+12
* Add some quotes to prevent damage from spaces in the pathsStephen Kelly2012-07-031-17/+17
* Improve basename extraction in qt5_add_dbus_interfacesStephen Kelly2012-07-031-1/+2
* Fix QWidget/widgetAt() test.Friedemann Kleint2012-07-031-6/+8
* Remove Unicode escape sequence, which MSVC does not support.Friedemann Kleint2012-07-031-15/+1
* export QMAKESPEC to the projectOswald Buddenhagen2012-07-033-25/+1
* store QT_BUILD_PARTS in qmodule.pri also on unixOswald Buddenhagen2012-07-031-1/+1
* remove special handling of the default{,-host} specsOswald Buddenhagen2012-07-031-11/+11
* don't match on the spec name in qconfig.priOswald Buddenhagen2012-07-032-3/+2
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-0322-588/+1004
* Use qmake dirname function correctly.Stephen Kelly2012-07-031-1/+1
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-032-11/+7
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-037-26/+51
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-033-1/+30
* Fix QDockWidgets on XCB.Friedemann Kleint2012-07-031-16/+21
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-031-0/+12
* Remove platform specific DirectWrite font engine from QtGuiEskil Abrahamsen Blomfeldt2012-07-034-843/+0
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-032-8/+7
* tst_QTcpServer::clientServerLoop fix for Windows XpMartin Petersson2012-07-031-1/+1
* 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-034-4/+5
* QNX: set QMAKE_CXXFLAGS_CXX11Marc Mutz2012-07-031-0/+1
* removed ancient left-over test from tst_qwidgetJoerg Bornemann2012-07-031-50/+0
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0346-49/+49
* tst_QWidget::gdiPainting fixedJoerg Bornemann2012-07-031-1/+2
* 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-032-12/+23
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-0340-32/+32
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* 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-033-0/+142