summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Less friends is good, at least for C++ code :)Lars Knoll2011-10-172-3/+0
* Disable ELF interpreter check when cross-compilingHarald Fernengel2011-10-141-1/+1
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-115-29/+12
* Rename QMetaType::construct() to create()Kent Hansen2011-10-115-41/+45
* add qmetaobjectbuilder to qtbase.Lorn Potter2011-10-113-0/+2931
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Bradley T. Hughes2011-10-101-4/+4
* QUnifiedTimer: Add callback for timer ticks. Used for profilingChristiaan Janssen2011-10-102-1/+12
* Enable using the new Qt::ScreenOrientation enum as flagsJani Uusi-Rantala2011-10-101-5/+10
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-5/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-072-0/+21
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-062-2/+4
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Merge fixes for QDir::operator==Shane Kearns2011-10-062-2/+22
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-062-3/+4
* Remove duplicate check in utf endian detectionKent Hansen2011-10-061-14/+12
* Remove redundant assignment in QXmlStreamReaderKent Hansen2011-10-061-1/+0
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Fix boolean logic issues in qcoreapplication_winKent Hansen2011-10-051-3/+3
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-051-0/+2
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-045-6/+6
* Prevent QPixmapCache potentially growing indefinitely.Samuel Rødal2011-10-031-2/+1
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-0314-68/+67
* Add placeholders for loadAcquire and storeRelease in the atomicsThiago Macieira2011-10-031-0/+10
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-031-5/+1
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-292-14/+24
* Move Qt::escape to QtCoreDavid Faure2011-09-292-0/+36
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-281-13/+31
* Update QHash for Qt 5Bradley T. Hughes2011-09-262-46/+9
* "empty translation" does not mean "no translation"Oswald Buddenhagen2011-09-261-2/+2
* Make QVectorData::shared_null constBradley T. Hughes2011-09-262-6/+6
* Make QMapData::shared_null constBradley T. Hughes2011-09-262-8/+8
* Make QListData::shared_null constBradley T. Hughes2011-09-262-8/+9
* Make QLinkedListData::shared_null constBradley T. Hughes2011-09-262-7/+8
* Make QHashData::shared_null constBradley T. Hughes2011-09-262-6/+6
* don't calculate hash when the map is empty and we are not insertingOswald Buddenhagen2011-09-261-3/+6
* Doc: Clarified the range of return values from QLineF::angle().David Boddie2011-09-261-2/+3
* Doc: Moved general notes about character conversion.David Boddie2011-09-261-10/+13
* Use the right callback in QObject::disconnect()Olivier Goffart2011-09-231-1/+1
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-232-4/+42
* QByteArray's shared_null and shared_empty should be constBradley T. Hughes2011-09-232-7/+7
* Don't call ref() in QByteArray::QByteArray()Bradley T. Hughes2011-09-231-1/+1
* merge translate() overloadsOswald Buddenhagen2011-09-212-25/+5
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-211-0/+1
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-192-0/+28
* Wrap calls to Sequence::push_backJoão Abecasis2011-09-173-15/+32
* Boost performance of QChar::isSpaceKent Hansen2011-09-152-5/+14
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-152-3/+17
* Boost performance of QChar::isLetterKent Hansen2011-09-152-3/+15
* Boost performance of QChar::isDigitKent Hansen2011-09-152-3/+13
* Boost performance of QChar::is{Upper,Lower}Kent Hansen2011-09-151-2/+8