summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStandardPaths implementation configured using JSONJeremy Katz2012-02-172-0/+186
* Plugin loader: Output offending plugin name in warning.Friedemann Kleint2012-02-171-1/+2
* Enables QProcess back on QNX.Rafael Roquetto2012-02-174-18/+160
* Static plugins don't break QFactoryLoader::keys()Lincoln Ramsay2012-02-171-1/+1
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-175-12/+6
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-171-5/+0
* Use ctest to run all tests and print output.Stephen Kelly2012-02-171-4/+2
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-171-3/+3
* QMimeData: export URLs as text tooDavid Faure2012-02-171-1/+27
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-1/+22
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-4/+5
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-163-10/+348
* Drop QFile::fileEngineJoão Abecasis2012-02-165-51/+48
* qmetaobjectbuilder: Store only unique strings in the string tableKent Hansen2012-02-161-37/+53
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-162-2/+6
* qmetaobjectbuilder: Add asserts to confirm validityKent Hansen2012-02-161-5/+12
* Fix ref counted window close handling.Stephen Kelly2012-02-162-2/+12
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1
* Add a ThemeChange event.Friedemann Kleint2012-02-161-0/+2
* Make the cmake tests work with a namespace build.Stephen Kelly2012-02-151-0/+3
* Implement new plugin mechanismLars Knoll2012-02-1510-110/+357
* Add JSON support to the bootstrap libraryLars Knoll2012-02-154-2/+11
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-1/+1
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-152-4/+132
* Fixes QTemporaryDir compilation error under QNX.Rafael Roquetto2012-02-151-1/+1
* fix whitespace in qnamespace.qdocRick Stockton2012-02-151-24/+24
* Move QtConcurrent configuration to a single fileJoão Abecasis2012-02-141-19/+0
* Add QFileInfo::isNativePathJoão Abecasis2012-02-142-0/+24
* Cleanup HEADERS+=... in src/corelib/arch/arch.priBradley T. Hughes2012-02-131-23/+18
* Add src/corelib/arch/qatomic_unix.h and qatomic_unix.cppBradley T. Hughes2012-02-134-0/+209
* Remove qatomic_arch.hBradley T. Hughes2012-02-1312-83/+47
* Remove Windows specific code from qoldbasicatomic.hBradley T. Hughes2012-02-131-23/+1
* Remove the generic atomic implementationBradley T. Hughes2012-02-136-546/+2
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-134-477/+473
* Fix qmake compilationOlivier Goffart2012-02-131-1/+1
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-139-490/+1
* Remove the SH atomic implementation...Bradley T. Hughes2012-02-135-409/+0
* Remove out-of-line atomic implementation for PowerPCBradley T. Hughes2012-02-136-1622/+1
* Remove out-of-line atomic implementation for AlphaBradley T. Hughes2012-02-133-367/+2
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Remove failing for ARM Architectures.Andreas Holzammer2012-02-111-2/+0
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-112-6/+22
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-111-0/+10
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-111-1/+5
* Fixed alignment check in QJsonDocument::fromRawDataDenis Dzyubenko2012-02-101-2/+2
* Add -fPIE to the Qt5Core_COMPILE_FLAGS with reduce-relocations.Stephen Kelly2012-02-101-0/+4
* Display QThread name for debugging.Leonard Lee2012-02-101-0/+18
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-102-17/+19
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+5