summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qpluginloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not load plugin from the $PWD5.9Olivier Goffart2020-01-151-1/+0
* QtCore: include mocsThiago Macieira2017-05-051-0/+1
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
* Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-221-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-05-031-2/+3
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-041-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-3/+3
|\|
| * QtCore: use QStringRef in more placesMarc Mutz2015-10-121-3/+3
* | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-181-7/+8
|/
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-031-1/+1
|\| |
| * | Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* | | Allow passing absolute paths without file extension to QPluginLoaderAlex Richardson2015-02-261-9/+17
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-8/+3
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-211-5/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-2/+46
* Doc: added details for QRegisterStaticFunction(plugin)Nico Vertriest2013-04-191-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-041-5/+49
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-291-0/+3
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Expose the plugins meta data in the plugin loaderLars Knoll2012-06-051-0/+17
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
* Implement new plugin mechanismLars Knoll2012-02-151-10/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove symbian cases from library and plugin loading code.Stephen Kelly2011-12-121-60/+0
* Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-051-16/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+434