summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mention slotification of select()/selectRow() in changesMark Brand2012-10-241-1/+3
* Mac: Set minimum version to 10.7 for clang-libc++Morten Johan Sorvig2012-10-2413-3/+21
* test: Remove QSKIP from tst_QSettings::fileName()Sergio Ahumada2012-10-241-4/+5
* test: Remove QSKIP from tst_QClipboard::copy_exit_paste()Sergio Ahumada2012-10-241-5/+7
* test: Rename test case name TestQtJson -> tst_QtJsonSergio Ahumada2012-10-241-58/+58
* test: Fix tst_QDir.equalityOperator()Sergio Ahumada2012-10-241-1/+1
* Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-242-22/+41
* Improve QTime test coverage.Mitch Curtis2012-10-242-1/+12
* Improve QDate test coverage.Mitch Curtis2012-10-242-38/+68
* Clarify assert on use of const char* as TestData type in tests.Mitch Curtis2012-10-241-0/+3
* Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-242-1/+5
* Fix valgrind warning in QTriangulatingStroker.Friedemann Kleint2012-10-241-1/+4
* Add QStyleAnimation::updateTarget()J-P Nurmi2012-10-232-4/+10
* Enable HiDPI mode for retina displays.Morten Sorvig2012-10-239-0/+18
* Fix warning about missing return value in XCB native interface.Friedemann Kleint2012-10-231-0/+2
* QProcess: Include program in destructor warning.Friedemann Kleint2012-10-231-2/+4
* Stabilize tst_qfontdialog test case.Miikka Heikkinen2012-10-231-6/+19
* QStyleAnimation: fix threaded renderingJ-P Nurmi2012-10-232-5/+7
* Blackberry: Fix applicationFilePath() for unpackaged executablesThomas McGuire2012-10-231-2/+0
* Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-222-3/+11
* CMake: Make qt5_use_modules a macro, not a function.Stephen Kelly2012-10-221-8/+8
* Fix mistakes in QNetworkAccessManager docs.Mitch Curtis2012-10-221-2/+2
* qpa: Fix drawPixmap rendering using CompositionMode_Source in DirectFBJulien Brianceau2012-10-221-1/+3
* Remove softkey API, it was only implemented for Symbian.Jan Arve Saether2012-10-222-4/+12
* configure: make sure that global shadow doc symlink is always updatedTor Arne Vestbø2012-10-221-1/+1
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-2240-10843/+104
* Fix clipping and font problems with groupbox in Fusion styleJens Bache-Wiig2012-10-221-10/+14
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-2231-144/+221
* Move some icon code from WindowsStyle to CommonStyleJens Bache-Wiig2012-10-223-456/+456
* Delete QWhatsThis() and QToolTip()Marc Mutz2012-10-223-7/+2
* QDateTimeEdit: don't throw off auto-indentionMarc Mutz2012-10-221-3/+2
* Trim trailing whitespace.Stephen Kelly2012-10-225-35/+35
* Fix integer overflow in QSpinBox.Stephen Kelly2012-10-222-2/+48
* Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-223-28/+110
* Pass the correct handle to the Windows EGL context constructor.Jason Barron2012-10-221-1/+1
* Doc: Fix small capitalization error for the Qt SQL module header.Sze Howe Koh2012-10-221-1/+1
* Emit cursorPositionChanged in private slot.Frederik Gladhorn2012-10-221-2/+2
* Bring back accessibility for plain text edit.Frederik Gladhorn2012-10-225-10/+125
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-226-64/+64
* Fix crash due to memory access violationKonstantin Ritt2012-10-221-0/+1
* Revert removal of commented out tests in tst_qdatetime.cpp.Mitch Curtis2012-10-221-0/+7
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-2218-240/+240
* Doc: refer to QUrlQuery in QUrl's main doc bodyThiago Macieira2012-10-191-3/+4
* Remove the QThread::terminated() signalSze Howe Koh2012-10-197-39/+13
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-198-545/+8
* Small xcb startup performance optimization.Samuel Rødal2012-10-191-1/+15
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-199-7/+121
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-191-1/+2
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-194-7/+73
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-192-17/+110