summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reduce the likelihood of underflows in qFuzzyComparehjk2013-04-021-2/+2
* | Update the QMetaMethod::tag() documentation due to moc expanding macrosThiago Macieira2013-04-011-3/+11
* | Document Q_REVISION macro betterAlan Alpert2013-04-018-5/+244
* | Update QLocale data to CLDRv23Konstantin Ritt2013-04-013-4073/+4277
* | Publish qEnvironmentVariableIs{Set,Empty}()Marc Mutz2013-03-301-7/+5
* | Fix typos in QBBSystemLocaleDataEl Mehdi Fekari2013-03-302-9/+9
* | QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-13/+20
* | Doc: Document Q_OS_WIN* macrosTopi Reinio2013-03-291-1/+16
* | Doc: Replaced canConvert() with canConvert(int)Venu2013-03-291-1/+1
* | QEventLoop: fix race on 'exit' and 'returnCode' private membersDavid Faure2013-03-292-10/+14
* | QMetaTypeId: use QByteArray, not QVarLengthArray, to construct type namesMarc Mutz2013-03-291-27/+34
* | Populate includes, defines and pic flags in target interfaces.Stephen Kelly2013-03-271-2/+27
* | Make the inline CPU detection functions also staticThiago Macieira2013-03-261-2/+2
* | Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-03-262-18/+20
* | QLocaleBlackberry - fix include statementsRafael Roquetto2013-03-261-3/+3
* | Revert "Don't duplicate the 'top-level' include dir in all modules."Stephen Kelly2013-03-262-14/+2
* | Document undefined behavior regarding Qt::ItemNeverHasChildren.Stephen Kelly2013-03-262-0/+6
* | QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-251-0/+7
* | QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-03-241-2/+2
* | match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* | Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-1/+8
* | Fix race condition in QThread::setPriorityDavid Faure2013-03-234-41/+42
* | Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-234-0/+4
* | QThread: fix race when setting the eventDispatcherDavid Faure2013-03-2213-54/+58
* | Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* | renameOverwrite: don't allow cross-partition copyingDavid Faure2013-03-221-1/+1
* | QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-223-3/+10
* | QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-222-7/+5
* | Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-214-132/+188
|\|
| * Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
| * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
| * Fix static builds with ICUKai Koehne2013-03-121-2/+13
* | Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-20366-14395/+25015
|\ \