summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Make QUuid compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-181-1/+1
* Make sure you can link against more than one static pluginLars Knoll2012-06-121-3/+3
* Remove support for Qt 4 style pluginsLars Knoll2012-06-067-374/+26
* Update of the plugin documentationLars Knoll2012-06-061-26/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Expose the plugins meta data in the plugin loaderLars Knoll2012-06-052-0/+19
* Populate MetaData:Keys for compat pluginsKent Hansen2012-05-241-1/+5
* QElfParser: double check section size before using it.Arvid E. Picciani2012-05-161-1/+1
* QElfParser: fix type of sh_sizePino Toscano2012-05-152-3/+3
* Use org.qt-project for the QFactoryInterface's IIDThiago Macieira2012-05-151-1/+1
* Add private API for finding symbols on LinuxGlenn Watson2012-05-151-0/+7
* QFactoryLoader: Add API for supporting the metadata containing keys.Friedemann Kleint2012-05-072-0/+65
* Place the plugin metadata into special sections for Mac and WinLars Knoll2012-05-051-3/+15
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-042-2/+2
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-1/+1
* Allow loading of static plugins by indexLars Knoll2012-05-011-10/+19
* Provide access to RTLD_NODELETE flag on Unix.Yan Shapochnik2012-04-243-1/+20
* 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
|\