summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QFlags: Remove text promising 64 bit enums for 5.1Kai Koehne2013-04-281-1/+1
* fix namespaced buildOswald Buddenhagen2013-04-251-2/+2
* fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
* Remove QLocalePrivate::m_localeIDhjk2013-04-232-36/+32
* QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
* Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-233-1/+13
* Set the sysroot if cross compiling the cmake tests.Stephen Kelly2013-04-231-0/+4
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+4
* Document that the mutex passed to QWaitCondition::wait must be lockedThiago Macieira2013-04-221-2/+2
* Mark that GCC 4.8.1 has support for C++11 member reference qualifiersThiago Macieira2013-04-201-0/+4
* Doc: added details for QRegisterStaticFunction(plugin)Nico Vertriest2013-04-191-1/+2
* qprocessordetection: add armv7sRichard Moe Gustavsen2013-04-191-0/+2
* Make sure to also check for null CFPropertyLists.Thiago Macieira2013-04-191-0/+3
* List the Qt5::WinMain Release configuration before the Debug one.Stephen Kelly2013-04-181-8/+8
* Emit animation driver signals after we change the state.Gunnar Sletta2013-04-171-2/+2
* Make QBuffer unbufferedThiago Macieira2013-04-161-1/+1
* Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-15/+4
* Fix QFSFileEngine::renameOverwrite for Windows Embedded Compact 7.Janne Anttila2013-04-151-0/+26
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-151-1/+6
* Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
* Fix C++11 support in clang prior to 3.2Jan Kundrát2013-04-121-2/+2
* Enable qDebug to console when desired on Android.Gunnar Sletta2013-04-121-1/+7
* Only test cmake module versions if available for test.Stephen Kelly2013-04-111-18/+23
* QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* Merge "Merge branch 'release' into stable" into refs/staging/stableStephen Kelly2013-04-111-0/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-04-101-0/+1
| |\
| | * Clear the WA_QuitOnClose flag from EvalMessageBox.Michael Brüning2013-04-081-0/+1
* | | Make qt5_use_modules find dependents only in the parent directory.Stephen Kelly2013-04-111-1/+2
* | | Make the umbrella Qt5 CMake Config file find components only in the parent di...Stephen Kelly2013-04-111-3/+3
* | | Use CMake facility for verbose makefiles instead of an env var.Stephen Kelly2013-04-101-0/+4
|/ /
* | Remove QT_{BEGIN,END}_HEADERS macrosSergio Ahumada2013-04-101-4/+0
* | Doc: add row for Qt 5.0 datastream versionThiago Macieira2013-04-091-0/+1
* | mkspecs are installed to QT_HOST_DATA instead of QT_INSTALL_ARCHDATA.Volker Krause2013-04-081-3/+3
* | Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-4/+2
* | Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
* | Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-052-1/+3
* | Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-051-1/+28
* | QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-053-17/+90
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-032-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-032-1/+5
| |\|
| | * qt.conf: default LibraryExecutables to bin/ on windowsOswald Buddenhagen2013-03-261-0/+4
| | * Doc: Fix typo in the property system documentationTopi Reinio2013-03-251-1/+1
* | | Doc: Replaced canConvert() with canConvert(Int)Venu2013-04-031-1/+1
|/ /
* | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-032-5/+9
* | qdoc: Use Q_QDOC in quuid.h to help qdocMartin Smith2013-04-031-5/+5
* | Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-04-031-0/+7
* | Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* | Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8
* | Fix build on Android: libpthread is deficient and lacks functionsThiago Macieira2013-04-021-1/+1