summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-193-13/+13
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-102-1/+18
|\
| * Fix a crash in QFactoryLoaderJonas Rabbe2012-03-291-1/+2
| * QUuid: mark constructors constexprMarc Mutz2012-03-271-0/+16
* | QUuid: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-04-021-1/+1
|/
* Don't reject plugins that have empty meta-dataLincoln Ramsay2012-03-171-2/+1
* Support new-style plugins without a "Keys" json propertyAlex Wilson2012-03-061-1/+12
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-92/+92
* Plugin loader: Output offending plugin name in warning.Friedemann Kleint2012-02-171-1/+2
* Static plugins don't break QFactoryLoader::keys()Lincoln Ramsay2012-02-171-1/+1
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-171-3/+3
* Implement new plugin mechanismLars Knoll2012-02-159-110/+356
* Add JSON support to the bootstrap libraryLars Knoll2012-02-152-2/+9
* fix memory leak of QLibraryPrivatejian liang2012-02-071-5/+14
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-3/+3
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-013-6/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3018-18/+18
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-255-5/+0
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-21/+1
* Update contact information in license headers.Jason McDonald2012-01-2318-18/+18
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-1/+1
* Add V3(md5) and V5(sha1) version for DCE in QUuidLiang Qi2012-01-102-4/+83
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-102-0/+13
* Make QUuid a class.Friedemann Kleint2012-01-061-1/+2
* CodeCoverage: Remove releaseCoverageTool() function.Caroline Chao2012-01-051-21/+0
* Update copyright year in license headers.Jason McDonald2012-01-0518-18/+18
* Removed obsolete function QUuid::operator QString()Denis Dzyubenko2012-01-052-12/+0
* Marked QUuid as Q_MOVABLE_TYPE in the metatype system.Denis Dzyubenko2012-01-041-0/+2
* Remove symbian cases from library and plugin loading code.Stephen Kelly2011-12-122-124/+9
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+58
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-242-2/+2
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-12/+0
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-065-209/+85
|\
| * Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-054-164/+77
| * Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-022-48/+11
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-036-26/+26
|\|
| * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-256-26/+26
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-212-1/+17
|\|
| * Add a qHash for QUuidOlivier Goffart2011-07-192-0/+13
| * Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
| * Deprecated QUuid::toStringOlivier Goffart2011-07-151-1/+3
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-4/+0
|\|
| * Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-4/+0
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-012-66/+323
|\|
| * Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-272-0/+94
| * Add QUuid::toByteArray() and relevantLiang Qi2011-05-272-0/+81
| * QDataStream: speedup steaming of QUuid.Liang Qi2011-05-271-17/+47
| * Optimize QUuid::QUuid(const char *)Liang Qi2011-05-271-1/+9
| * Fix the build for QUuidLiang Qi2011-05-271-2/+1
| * Optimize QUuid::toString() and relevantLiang Qi2011-05-272-55/+100