summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Enable QLibrary debugging via QT_DEBUG_PLUGINSArvid Ephraim Picciani2010-09-061-7/+5
* | | Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-09-014-6/+365
* | | revert 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8eArvid Ephraim Picciani2010-08-314-365/+6
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-315-7/+377
|\ \ \
| * | | Fix incorrect include orderArvid Ephraim Picciani2010-08-302-2/+4
| * | | Add missing QT_BEGIN_NAMESPACEArvid Ephraim Picciani2010-08-302-0/+26
| * | | find .rodata in qt plugins to optimize loading of plugins with no qt sectionArvid Ephraim Picciani2010-08-304-37/+41
| * | | fix missing includeArvid Ephraim Picciani2010-08-301-0/+1
| * | | Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-275-5/+342
| * | | use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-271-43/+5
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-44/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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.7' into qt-master-from-4.7Olivier Goffart2010-07-281-6/+25
|\ \ \ | |/ /
| * | 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 remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-012-48/+46
|\ \ \ | |/ /
| * | 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
| |/ /
* | | Merge remote branch 'origin/master'Olivier Goffart2010-06-151-4/+8
|\ \ \
| * | | Adjust handling of library .bundle on MacZeno Albisser2010-06-111-4/+8
* | | | Qt now really unloads plugins and libraries when exiting an appThierry Bastian2010-06-043-9/+32
|/ / /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-05-042-2/+2
|\ \ \ | |/ /
| * | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-292-2/+2
* | | Fix to allow upper- and lowercase .dll suffix on windowsZeno Albisser2010-05-031-2/+2
* | | Unable to load plugin DLLs compiled with the '/clr' optionPrasanth Ullattil2010-04-271-44/+96
|/ /
* | 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
|\