summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Qt Designer: Fix crash when reloading forms with resourcesv5.12.0-rc2v5.12.05.12.0Friedemann Kleint2018-11-261-2/+9
* Add changes file for Qt 5.12.0v5.12.0-rc1Antti Kokko2018-11-061-0/+60
* lupdate: don't abort on prf execution errorsv5.12.0-beta4Oswald Buddenhagen2018-10-292-0/+13
* Qt Designer: Add QUndoViewFriedemann Kleint2018-10-282-0/+13
* Qt Designer: Port to new configure systemFriedemann Kleint2018-10-2822-165/+168
* lconvert test: Try to avoid QProcess::waitForFinished() timeoutsFriedemann Kleint2018-10-271-0/+4
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-282-1/+3
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-272-1/+3
| |\
| | * Assistant: Fix a crash when removing the docsJarek Kobus2018-10-251-0/+1
| | * macOS: Don't overwrite the dylibs with the DWARF copyAndy Shaw2018-10-231-1/+2
* | | Qt Designer: Use member initialization in class QDesignerActionsFriedemann Kleint2018-10-262-14/+6
|/ /
* | winutils: Fix MinGW warnings about missing struct members initializersFriedemann Kleint2018-10-231-1/+1
* | Qt Designer: Add missing overridev5.12.0-beta3Friedemann Kleint2018-10-171-1/+1
* | Qt Designer: Fix build of the QWebView plugin when using split tarballsFriedemann Kleint2018-10-151-3/+0
* | qdistancefieldgenerator: Properly install toolv5.12.0-beta2Kai Koehne2018-10-121-0/+6
* | Fix feature dependenciesValentin Fokin2018-10-093-9/+21
* | Don't build Assistant if Qt Sql is missingEskil Abrahamsen Blomfeldt2018-10-051-0/+1
* | Doc: Fix typo and remove invalid quotes in QDoc manualPaul Wicking2018-10-031-2/+2
* | Skip unknown tokens of qhp files instead of raising an errorv5.12.0-beta1Jarek Kobus2018-10-021-12/+17
* | Doc: Add an entry to the pro file to include the qdocconfVenugopal Shivashankar2018-10-012-0/+28
* | Doc: Improve Clang for QDoc documentationPaul Wicking2018-09-271-10/+27
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-221-45/+44
|\ \ | |/
| * Doc: Fix language issues in Qt Help overview docsLeena Miettinen2018-09-211-45/+44
* | Qt Designer: Make font point size combo in Device Profile dialog editableFriedemann Kleint2018-09-212-2/+11
* | Doc: Update QDoc manual to describe auto-detection of libclangPaul Wicking2018-09-201-20/+29
* | QDoc: Let build system discover and set LLVM_INSTALL_DIR variablePaul Wicking2018-09-201-0/+3
* | qmake: Apply modernize-use-nullptrAlessandro Portale2018-09-148-26/+26
* | qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-09-142-162/+175
* | qmake: make access to raw data temporaries safeOswald Buddenhagen2018-09-143-76/+160
* | qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-09-142-17/+23
* | qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-09-144-777/+618
* | qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-09-143-6/+10
* | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-09-141-5/+4
* | qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-09-142-5/+8
* | qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-09-142-20/+38
* | qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-09-142-8/+0
* | qmake: add text codec support to VFSAlessandro Portale2018-09-142-1/+30
* | qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-09-149-103/+260
* | qmake: make IoUtils::fileType() return more expressive resultOswald Buddenhagen2018-09-143-3/+5
* | qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-09-144-14/+22
* | qmake: make message about not found mkspec less confusingOswald Buddenhagen2018-09-141-1/+1
* | Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-09-142-3/+7
* | qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-09-143-21/+30
* | qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2018-09-141-1/+5
* | qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2018-09-141-5/+9
* | qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2018-09-142-2/+1
* | qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2018-09-141-2/+2
* | qmake: prune obsolete QString::detach() callOswald Buddenhagen2018-09-141-3/+1
* | qmake: make more use of ProString built-insOswald Buddenhagen2018-09-142-18/+14
* | qmake: fix excessive detaching of raw dataOswald Buddenhagen2018-09-141-3/+3