summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
* re-enable QT_NO_LIBRARY support on WindowsOswald Buddenhagen2013-03-143-15/+3
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-272-5/+6
* Don't try to unload a library that isn't loadedThiago Macieira2013-02-271-1/+1
* Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9
* Work around an unfixed glibc bug in dlclose(3) on exitThiago Macieira2013-02-022-4/+14
* Improve QLibrary global destructionThiago Macieira2013-02-022-39/+111
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-295-20/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2318-18/+18
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1818-18/+18
* | Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-231-1/+1
|/
* Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-122-1/+22
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-052-16/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-49/+118
* 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