summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-1314-32/+52
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-1214-32/+52
| |\
| | * Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
| | * When the file could not be accessed, we should return 0 for the sizeAndy Shaw2013-06-111-0/+1
| | * Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
| | * QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-082-5/+5
| | * QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-1/+1
| | * QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
| | * QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-11/+14
| | * QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
| | * QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
| | * Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-052-1/+6
| | |\
| | | * let configure create the forwarding qconfig.h againOswald Buddenhagen2013-06-031-0/+5
| | | * Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
| | * | Fix typo in QAlgorithms documentation.Mitch Curtis2013-06-051-1/+1
| | * | Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-053-3/+8
| | * | Use the GCC inline assembly when building for MinGWThiago Macieira2013-06-041-5/+5
* | | | introduce /src qmake property variantsOswald Buddenhagen2013-06-122-5/+20
|/ / /
* | | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-073-2/+66
* | | Don't convert built-in types to strings for qDebug.Stephen Kelly2013-06-071-2/+4
* | | Initialize variable to quiet valgrind.Sérgio Martins2013-06-051-0/+1
* | | Fixed evaluation of application file pathBernd Weimer2013-06-051-27/+30
* | | Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-051-2/+10
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-0413-8/+64
|\| |
| * | Mention QRect's int min/max constraints in detailed description.Mitch Curtis2013-06-041-0/+6
| * | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-047-4/+43
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-312-1/+12
| |\|
| | * Fix tst_qtendian autotest build for WEC7.Janne Anttila2013-05-301-1/+4
| | * Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-05-301-0/+8
| * | Fix the host_bins variable in the QtCore pkg-config fileThiago Macieira2013-05-311-1/+1
| * | Bump Qt version to 5.1.1Sergio Ahumada2013-05-291-2/+2
| |/
| * Doc: Removed pages from "technology-apis" group.Jerome Pasion2013-05-271-1/+0
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-1/+2
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-274-27/+373
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2348-137/+388
|\|
| * Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-1/+3
| * Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-202-15/+36
| * restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-203-8/+74
| * Fix QEventDispatcherBlackberry build when debug is onRafael Roquetto2013-05-201-0/+1
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-1/+1
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-1/+1
| * Fix QLocalePrivate object leakingjian liang2013-05-201-1/+1
| * Add BypassWinowManagerHintJørgen Lind2013-05-202-1/+8
| * Fixed WINCE linking error in QProcessBjoern Breitmeyer2013-05-141-0/+5
| * install host libraries into -hostprefixOswald Buddenhagen2013-05-132-0/+2
| * Fix module name in license headers.Stephen Kelly2013-05-101-1/+1
| * Implement apostrophe in windows cmd argsJørgen Lind2013-05-101-5/+2
| * Defer enabling std::atomic on GCC until GCC 4.7Thiago Macieira2013-05-101-1/+5