aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner/qt/qtscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use smart pointers in Qt scannerIvan Komissarov2021-05-131-7/+6
* qt6: do not use QString::fromUtf16(ushort*) overloadIvan Komissarov2021-03-031-2/+2
* clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-261-2/+2
* clang-tidy: Fix 'cppcoreguidelines-pro-type-member-init' warningsIvan Komissarov2020-04-271-1/+1
* Fix static buildChristian Kandeler2019-10-101-1/+1
* Fix uninitialized variablesIvan Komissarov2019-05-021-14/+6
* Fix OOM crash in QRC scannerJoerg Bornemann2018-08-011-3/+5
* Modernize variable declarationsDenis Shienkov2017-11-301-2/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-12/+12
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-3/+4
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-8/+12
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+5
* Merge the C/C++ include scannersChristian Kandeler2016-12-191-1/+2
* Allow scanner plugins to be built staticallyJake Petroules2016-12-161-2/+4
* Rename some symbols to disambiguateJake Petroules2016-11-301-12/+12
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* don't pass file tags to scanner pluginsJoerg Bornemann2013-08-271-3/+2
* do not scan qrc dependencies recursivelyJoerg Bornemann2013-02-061-1/+1
* remove .ui file scannerJoerg Bornemann2013-02-061-35/+1
* rename qt.cpp to qtscanner.cppJoerg Bornemann2013-02-051-0/+218