summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Review of documentation.Michele Caini2012-10-191-3/+27
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2218-422/+422
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-1/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-6/+6
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-293-6/+16
* Fix plugin docs regarding location of json files.Stephen Kelly2012-08-271-1/+2
* Update Q_PLUGIN_METADATA docu.Peter Kümmel2012-08-261-1/+6
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-234-0/+4
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-202-2/+2
* Fix more qdoc errorsLars Knoll2012-08-201-5/+7
* Fix reloading of pluginsLars Knoll2012-08-011-0/+1
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-232-7/+10
* Improve the loading performance of QLibrarySean Harmer2012-07-233-33/+80
* Improve performance of QLibrary::load()Sean Harmer2012-07-211-4/+4
* Fix static plugin loading.Thiago Macieira2012-07-121-4/+11
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Document that the object of a plugin must be default-constructible.Stephen Kelly2012-06-271-0/+2
* Make QUuid compile with QT_NO_QUUID_STRING without breaking QDebug <<Jeremy Katz2012-06-201-1/+6
* 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