summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add operator<<(QTestData &, QStringBuilder)Olivier Goffart2012-02-291-0/+8
* QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
* make qlibraryinfo table-drivenOswald Buddenhagen2012-02-292-94/+34
* remove pointless ifdefsOswald Buddenhagen2012-02-291-23/+1
* Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-295-12/+13
* Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-296-2/+5
* QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
* Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
* Merge master -> api_changesRohan McGovern2012-02-29269-2624/+13079
|\
| * Make the CMake files work with directory overrides.Stephen Kelly2012-02-282-8/+28
| * Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-282-3/+15
| * Rename remaining references to QInputPanelPekka Vuorela2012-02-285-6/+6
| * Initial import of the Blackberry QPA plugin for Qt5Sean Harmer2012-02-2832-0/+7553
| * moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+8
| * QDomNode: don't needlessly call virtual functionsMarc Mutz2012-02-281-5/+7
| * Fix QSettings autotest fails under WindowsDebao Zhang2012-02-281-0/+2
| * QComboBox: Use platform theme hint to determine popup geometry.Friedemann Kleint2012-02-281-13/+8
| * QSqlTableModel: unify code for cache-clearing before selectMark Brand2012-02-281-19/+12
| * QSqlTableModel::isDirty(): simplify and improve logicMark Brand2012-02-281-17/+8
| * testlib: Improve the silent logging modeJason McDonald2012-02-282-6/+10
| * testlib: Remove commented-out code from plain text logger.Jason McDonald2012-02-281-2/+0
| * Make accessible interfaces private for Qt 5.0Jan-Arve Saether2012-02-286-1/+17
| * Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
| * Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-282-2/+3
| * directfb: Switch to the new style pluginsHolger Hans Peter Freyther2012-02-283-2/+9
| * Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-276-3/+2099
| * Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-278-11/+15
| * QHeaderView - minor cleanup in viewportEventThorbjørn Lund Martsum2012-02-271-9/+4
| * Detect QMetaType::QReal from the definition of qrealOlivier Goffart2012-02-271-8/+1
| * Fix submenu positioningMiikka Heikkinen2012-02-271-0/+8
| * remove over-uses of $$list()Oswald Buddenhagen2012-02-272-4/+4
| * Fix tst_qmenu.Debao Zhang2012-02-271-22/+12
| * QClipboard: Fix autotest failsDebao Zhang2012-02-275-4/+5
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-273-31/+49
| * QtTest: add missing \since 5.0 to the new macrosDavid Faure2012-02-271-0/+6
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+2
| * remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
| * Use new plugin system in qtbase.Friedemann Kleint2012-02-275-7/+64
| * Simplify QMetaTypeSwitcher.Jędrzej Nowacki2012-02-272-26/+8
| * Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
| * Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-273-84/+37
| * Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
| * Remove usage of deprecated QAbstractItemModel::setRoleNamesOlivier Goffart2012-02-272-11/+7
| * Don't use deprecated QAbstractItemModel::reset()Olivier Goffart2012-02-276-6/+12
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-275-49/+49
| * Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
| * QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
| * RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
| * QFixed: make constexprMarc Mutz2012-02-261-68/+68