summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-303-37/+4
* | | Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-181-2/+2
* | | QFactoryLoader: Add namefilter for Windows.Friedemann Kleint2016-03-101-1/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-2/+2
|\|
| * Link with -ldl option only when it is supportedLada Trimasova2016-02-052-2/+2
| * Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Update the Intel copyright yearThiago Macieira2016-01-213-3/+3
* | Updated license headersJani Heikkinen2016-01-1521-292/+418
* | Make template instantiation in QFactoryLoader explicitUlf Hermann2016-01-061-1/+1
* | QFactoryLoader: generalize qLoadPlugin()Marc Mutz2016-01-051-4/+57
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-044-6/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-3/+6
|\|
| * Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-6/+4
|\|
| * QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-2/+2
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-4/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-0/+2
|\|
| * qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-3/+3
|\|
| * Doc: corrected error in doc static pluginsNico Vertriest2015-11-131-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-051-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-4/+4
| |\|
| | * Doc: fixed broken linksNico Vertriest2015-11-041-2/+2
| | * Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-2/+2
* | | Add Objective-C specific type converters to QUuid.Jake Petroules2015-11-044-0/+121
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-143-5/+5
|\|
| * QtCore: use QStringRef in more placesMarc Mutz2015-10-121-3/+3
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
| | |\
| | | * Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
| * | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| |/ /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-5/+5
|\| |
| * | Fix some doc warnings.Friedemann Kleint2015-09-111-2/+2
| * | QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
* | | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-186-34/+65
* | | Reorder code in qfactoryloader.cppUlf Hermann2015-08-181-46/+41
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-063-4/+4
|\|
| * Replace old C-style castAndré Klitzing2015-07-221-2/+2
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-202-2/+2
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-012-6/+6
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-033-1/+45
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-5/+5
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-312-5/+5
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-34/+58
|\| |
| * | QUuid: add missing relational operatorsMarc Mutz2015-04-042-0/+33
| * | QUuid: add some noexceptMarc Mutz2015-04-042-22/+22
| * | QUuid: properly scope macrosMarc Mutz2015-04-031-1/+2