summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QStyleAnimation: use QAbstractAnimation::DeleteWhenStoppedJ-P Nurmi2013-01-122-2/+1
* set pkg-config host_bins directly to install dirOswald Buddenhagen2013-01-111-1/+1
* Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
* Rename qt_mips_asm_dsp.h to a "_p.h" headerThiago Macieira2013-01-095-3/+25
* Define Q_COMPILER_AUTO_FUNCTION for MVSCThiago Macieira2013-01-081-0/+1
* Fix compile when QT_EVAL is definedAndy Shaw2013-01-081-3/+3
* Fix QNX QPA plugin clipboard implRafael Roquetto2013-01-081-2/+7
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-0847-100/+100
* Fix DnD when using QSimpleDrag.Sergio Martins2013-01-072-3/+15
* QWindowsVistaStyle: fix frame renderingJ-P Nurmi2013-01-071-22/+26
* Add QStyleHelper:isInstanceOf()J-P Nurmi2013-01-072-3/+16
* Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
* Fix warnings about unused functionsThiago Macieira2013-01-071-1/+2
* Disable Q_COMPILER_RVALUE_REFS on QNXRafael Roquetto2013-01-041-0/+3
* remove unused member from QSystemLocalePrivateJoerg Bornemann2013-01-041-3/+0
* Remove redundant Q_OS_BLACKBERRY define check.Rafael Roquetto2013-01-041-2/+2
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+2
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-041-0/+3
* Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
* Fixed wrong emits of x/y/width/height changed signals in QWindowSamuel Rødal2013-01-041-9/+9
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-043-12/+46
* Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-042-9/+14
* Windows: Add fallback for UpdateLayeredWindowIndirectJonathan Liu2013-01-041-4/+9
* Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-0415-58/+10
* BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-041-10/+21
* QGtkStyle: exclude Xlib calls on MacJ-P Nurmi2013-01-031-1/+10
* Do not crash in the bridge because of inconsistent hierarchyJan Arve Saether2013-01-031-2/+4
* Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-032-1/+27
* QNX: Don't crash because the window hasn't been initialized yet.Sergio Martins2013-01-032-10/+19
* WINCE: Follow new library naming schemaAndreas Holzammer2013-01-031-2/+2
* Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
* Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-031-1/+3
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-4/+4
* Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
* Remove some dead code from qtriangulator.cppThiago Macieira2013-01-031-39/+0
* Fix warnings found by GCC 4.7 in the XCB platform pluginThiago Macieira2013-01-032-1/+2
* Move the Q_DECLARE_METATYPE for QList<QSslError> to qsslerror.hStephen Kelly2013-01-032-4/+4
* Fix GCC warning about parentheses in QtPlatformSupportThiago Macieira2013-01-021-1/+2
* Make qtestaccessible.h compile with QT_NO_KEYWORDSThiago Macieira2013-01-021-1/+1
* qdbusxml2cpp: Check string length before checking for \r\n.Jon Severinsson2013-01-021-1/+1
* Fix warning about unused variableThiago Macieira2013-01-021-0/+1
* Fix bug in multisampling handling when converting from surface formatSean Harmer2013-01-021-2/+2
* Make QImage::mirrored() propagate devicePixelRatioMorten Johan Sorvig2013-01-021-0/+1
* Make these headers includable directly, on all systemsThiago Macieira2013-01-012-6/+6
* Fix warning found by clang:Thiago Macieira2012-12-311-1/+1
* Speed up and fix QByteArray::setNum()hjk2012-12-302-14/+36
* Remove unused function _q_qgraphicsItemSetFlagThiago Macieira2012-12-291-18/+0
* Fix warnings reported by Clang in QtWidgetThiago Macieira2012-12-291-1/+1
* Add qtest_widget.h to the list of testlib headersThiago Macieira2012-12-281-0/+1
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-284-13/+17