summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Avoid repeatedly trying to load unloadable plugins, causing slownessaavit2012-01-311-2/+7
* Fix to allow upper- and lowercase .dll suffix on windowsZeno Albisser2012-01-311-2/+2
* Adjust handling of library .bundle on MacZeno Albisser2012-01-311-4/+8
* Update licenseheader text in source filesJyri Tahtela2011-05-1316-265/+265
* Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-081-4/+4
* Update copyright year to 2011.Jason McDonald2011-01-1016-16/+16
* Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-062-7/+7
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-042-0/+9
| |\
| * | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| * | Doc: Made a number of fixes to the documentation.David Boddie2010-10-041-2/+2
* | | Fix performance regression in QUuid::createUuid()Bradley T. Hughes2010-10-051-25/+42
| |/ |/|
* | Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
|/
* I18n: Fix some lupdate warnings.Friedemann Kleint2010-09-141-2/+2
* Use QFactoryLoader to ensure we get the correct graphics system plugin.Samuel Rødal2010-09-102-0/+12
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-073-2/+247
|\
| * Add missing license headerJan-Arve Sæther2010-09-062-0/+82
| * Compile fix WinCEJan-Arve Sæther2010-09-032-5/+14
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-033-2/+156
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-43/+5
|\ \
| * | use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
* | | Introduce a second compatibility build key to Qt.Thiago Macieira2010-08-241-1/+4
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-6/+25
|\ \ | |/
| * Compile when bootstrapping qmakeBradley T. Hughes2010-07-131-4/+12
| * Fix regression in tst_qrand::testqrand()Bradley T. Hughes2010-07-131-0/+14
| * CompileBradley T. Hughes2010-07-081-0/+1
| * QUUid::createUuid() should not generate identical sequences on UNIXBradley T. Hughes2010-07-081-8/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-211-23/+35
|\ \
| * | Allow Unix to generate unique UUIDs if /dev/urandom exists.Darin Broady2010-06-211-23/+35
* | | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
|/ /
* | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-292-2/+2
* | Reapply 69e873e2bfae3fc028c21d93112a75008c3bb58b now that QLibrary is fixedThiago Macieira2010-04-041-1/+1
* | [plugins] Don't conclude that a .debug file is a plugin.Thiago Macieira2010-04-031-0/+14
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-0/+1
|\ \ | |/
| * Added some missing documentation.axis2010-02-021-0/+1
* | Merge branch '4.6'Thiago Macieira2010-01-1314-14/+14
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-0614-14/+14
* | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-041-1/+1
|\ \ | |/
| * Don't look at the patch-level number when loading plugins.Thiago Macieira2009-12-021-1/+1
* | Fix plugin mis-caching issues with universal binaries on MacMorten Johan Sørvig2009-11-251-0/+16
|/
* QLibrary on Windows: Do not show error boxes when library load failsPeter Hartmann2009-10-271-0/+3
* QUuid::createUuid() not unique when using threads on UnixBradley T. Hughes2009-10-121-4/+9
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-1014-56/+56
|\
| * Update license headers again.Jason McDonald2009-09-0914-56/+56
* | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-101-1/+14
|/
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3114-182/+182
|\
| * Update tech preview license header.Jason McDonald2009-08-3113-169/+169
| * Update license headers.Jason McDonald2009-08-1113-13/+13
* | Fix crash at program exit: Q_GLOBAL_STATIC is zeroed.Thiago Macieira2009-08-211-1/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-7/+22
|\ \
| * | Speed up plugin loading by not constructing a new QSettings each time.Jan-Arve Sæther2009-08-211-8/+22