summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-8/+4
* Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-10/+9
|\
| * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
* | Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-121-0/+21
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix static plugin loading.Thiago Macieira2012-07-121-4/+11
* Remove support for Qt 4 style pluginsLars Knoll2012-06-061-120/+16
* Populate MetaData:Keys for compat pluginsKent Hansen2012-05-241-1/+5
* QFactoryLoader: Add API for supporting the metadata containing keys.Friedemann Kleint2012-05-071-0/+33
* Allow loading of static plugins by indexLars Knoll2012-05-011-10/+19
* Fix a crash in QFactoryLoaderJonas Rabbe2012-03-291-1/+2
* 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
* 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
* Implement new plugin mechanismLars Knoll2012-02-151-30/+127
* fix memory leak of QLibraryPrivatejian liang2012-02-071-5/+14
* 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
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-051-39/+18
* 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/+269