summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-093-46/+157
* Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-092-25/+13
* Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-092-0/+88
* Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-081-1/+0
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+0
| |\
| | * Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
* | | Move no-pch extra compiler to common featuresAllan Sandfeld Jensen2014-01-081-12/+1
* | | Mark QTzType as Q_PRIMITIVE_TYPE.Sérgio Martins2014-01-081-0/+2
* | | Windows/Windows CE: Do not dynamically load shell32/coredll.Friedemann Kleint2014-01-072-32/+4
* | | Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-073-0/+50
* | | WinRT: Clean up core event dispatcherAndrew Knight2014-01-073-139/+88
|/ /
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-036-45/+56
|\|
| * Add missed header to qfileselector.cpp.Ivan Komissarov2014-01-031-0/+4
| * Fix some typos in documentation.Jeff Tranter2014-01-022-3/+3
| * Improve QFileSelector docAlan Alpert2013-12-301-27/+36
| * Doc: Polish Qt::ConnectionType descriptionsSze Howe Koh2013-12-301-11/+9
| * Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-272-4/+4
* | Extend multimedia keysAllan Sandfeld Jensen2014-01-021-0/+5
* | Retain space settingKurt Pattyn2013-12-241-6/+22
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2412-78/+63
|\|
| * Doc: corrected broken linksNico Vertriest2013-12-201-0/+1
| * Fix qlocale_blackberry buffer initializationRafael Roquetto2013-12-171-4/+4
| * Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-173-62/+20
| * qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2013-12-171-1/+5
| * Clarify foreach's documentation on valued-containersAlejandro Exojo2013-12-171-3/+5
| * Use the short time format of the current locale on WindowsThiago Macieira2013-12-161-2/+10
| * CMake: Generate config-specific moc parameters file.Stephen Kelly2013-12-161-0/+1
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-163-6/+17
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-123-6/+17
| | |\
| | | * Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-062-4/+15
| | | * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+2
* | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-2312-92/+179
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1612-92/+179
| |\| | |
| | * | | QMetaType: Fix equality comparison of type-erased iterators.Stephen Kelly2013-12-131-2/+12
| | * | | QMetaType: Fix copy of type erased iteratorStephen Kelly2013-12-131-2/+10
| | * | | QMetaType: Rename template type of type-erased iterator operations.Stephen Kelly2013-12-121-6/+6
| | |/ /
| | * | Make QTemporaryDir file name more randomKai Koehne2013-12-121-14/+25
| | * | QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-28/+42
| | * | QMetaStringTable: make ctor explicitMarc Mutz2013-12-091-1/+1
| | * | Don't check the Qt version across modules in -developer-buildThiago Macieira2013-12-071-0/+6
| | * | Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-062-18/+39
| | * | Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3
| | * | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-062-7/+14
| | * | QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
| | * | Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-053-5/+17
| | |\|
| | | * Document that disconnectNotify may be called with a mutex lockedOlivier Goffart2013-12-041-0/+13
| | | * Android: Fix crash caused by QJNIs classLoader code.Christian Strømme2013-12-041-1/+2
| | | * Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2