summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix compiler warnings in qelfparserArvid Ephraim Picciani2010-10-222-3/+4
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-25/+42
|\ \ \ \ | |/ / /
| * | | Fix performance regression in QUuid::createUuid()Bradley T. Hughes2010-10-051-25/+42
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-052-0/+9
|\ \ \ | |/ /
| * | Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
| |/
* | Fix crashes on exit.Thomas Zander2010-09-301-3/+0
* | Merge the armv6 and arm architecturesBradley T. Hughes2010-09-231-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-213-2/+14
|\ \ | |/
| * 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.7' into qt-master-from-4.7Olivier Goffart2010-09-103-1/+246
|\ \ | |/
| * 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