summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Compile QLatin1String with C++11Olivier Goffart2012-03-171-1/+1
* Don't treat QByteArray(0, char) as nullJoão Abecasis2012-03-161-1/+1
* QSharedPointer: add reset() member functionsMarc Mutz2012-03-163-0/+41
* Merge master into api_changesKent Hansen2012-03-1616-317/+140
|\
| * Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
| * Use strlen to determine length of returned pathJoão Abecasis2012-03-151-1/+1
| * Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
| * Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
| * Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
| * Explicit use of null namespace breaks namespaced buildDonald Carr2012-03-141-3/+3
| * Disconnect slots from the old sourcemodel in QIdentityProxyModelkb2012-03-141-40/+40
| * QRegExp: remove docs about RegExp2 being default in Qt5Giuseppe D'Angelo2012-03-141-2/+2
| * Fix build error when QT_NO_FILESYSTEMWATCHER is setsh kim2012-03-142-1/+5
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-143-21/+15
| * Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-131-0/+4
| * Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-122-1/+9
* | Undeprecate operator casts on QByteArray.Stephen Kelly2012-03-161-4/+8
* | QSharedPointer: remove two emtpy functions.Debao Zhang2012-03-152-40/+7
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-152-33/+422
* | Add QByteArray overload for the QLatin1String ctor.Stephen Kelly2012-03-142-0/+12
* | QDirIterator, QDataStream: remove virtual dtorMarc Mutz2012-03-142-2/+2
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-145-11/+73
* | Port file-flushing code to QFileDevice.David Faure2012-03-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-1219-68/+756
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1219-68/+756
| |\|
| | * QRegularExpression: add error strings for translationGiuseppe D'Angelo2012-03-121-0/+115
| | * Restore some source compatibilityLars Knoll2012-03-123-1/+10
| | * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-114-2/+492
| | * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
| | * byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
| | * Remove commented 'comment'ABBAPOH2012-03-101-3/+0
| | * Fix commas according to qt coding styleABBAPOH2012-03-101-6/+6
| | * Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
| | * byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
| | * Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
| | * Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1
| | * misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-092-5/+5
| | * Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
| | * Remove calls for default constructorsABBAPOH2012-03-091-6/+0
| | * Build fix when use '-no-stl' optionYuchen Deng2012-03-081-0/+2
| | * QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-0/+3
| | * QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-12/+84
| | * Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-082-2/+2
| | * Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
| | * Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
| | * Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* | | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-4/+16
|/ /
* | Merge "Merge remote-tracking branch 'origin/containers' into api_changes" int...Friedemann Kleint2012-03-0936-854/+2757
|\ \
| * \ Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-08130-2473/+5074
| |\ \
| * | | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-052-6/+33