aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Utils: Use Utils::Link instead of TaskView::Locationhjk2021-05-284-36/+27
* QmlDesigner: Fix buildEike Ziller2021-05-283-0/+4
* Snippets: Allow defining a final snippet tabstopDavid Schulz2021-05-284-11/+53
* Core: Use FilePath in ExternalEditor interfacehjk2021-05-288-23/+27
* QmlDesigner: Fix Qbs and qmake buildChristian Stenger2021-05-282-8/+20
* Autotest: Remove 1-pixel frame around the test result paneAlessandro Portale2021-05-281-0/+1
* Core: Restrict ProcessReaper to QtcProcesseshjk2021-05-282-25/+11
* Debugger: more QString > FilePath replacementsDavid Schulz2021-05-281-15/+15
* ProjectExplorer: Split Kit::*environment into build and runhjk2021-05-2717-34/+66
* Implement new Assets libraryMahmoud Badri2021-05-2715-749/+940
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-2770-371/+376
* Docker: Implement DockerDevice::systemEnvironment() functionhjk2021-05-272-0/+26
* Core: Use QtcProcess in SpotlightLocatorFilterhjk2021-05-271-7/+8
* QtSupport: De-noise BaseQtVersionPrivate::updateVersionInfo()hjk2021-05-271-22/+22
* QmlDesigner: Fix crashThomas Hartmann2021-05-271-0/+1
* Utils: Use a structure to specify several QtcProcess device hookshjk2021-05-273-17/+47
* QmlDesigner: Block changing eulerRotation for 3D Node that has rotationMiikka Heikkinen2021-05-2711-35/+208
* ICore: Don't "clean" the relative path given to (user)resourcePathEike Ziller2021-05-271-5/+5
* Core: Fix filesystemfilter expressionDavid Schulz2021-05-271-1/+1
* CppProjectUpdater: Wait for all tasks to be finished in d'torJarek Kobus2021-05-272-24/+10
* Don't derive ProFileReader from QObjectJarek Kobus2021-05-271-3/+1
* QtSupport: Collect environment changes instead of full environmentshjk2021-05-276-12/+18
* QmDesigner: Add flag for adding lineSep to handle empty caseThomas Hartmann2021-05-261-1/+5
* QmlDesignerIconProvider: Make use of FilePathEike Ziller2021-05-261-12/+7
* Icons: Add FilePath based APIEike Ziller2021-05-264-33/+51
* Fix build with Qt 6Eike Ziller2021-05-261-1/+1
* QmlDesigner: Style properties formatting operationsPekka Kaikkonen2021-05-267-0/+306
* QmlDesigner: Update icon fontHenning Gruendl2021-05-261-1/+19
* QtSupport: Make BaseQtVersion suitable for use in docker containershjk2021-05-261-89/+76
* Add context menu to the separate debugger variable view windowMiklós Márton2021-05-261-0/+29
* Designer: take tab settings into account when generating qml codeDavid Schulz2021-05-2613-104/+86
* QmlDesigner: Fix pathThomas Hartmann2021-05-251-2/+3
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-2513-57/+52
* Move filename line split into Utils::LinkDavid Schulz2021-05-2512-153/+116
* Utils: filepathify LinkDavid Schulz2021-05-2522-55/+72
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-2519-50/+101
|\
| * Set QSG_RHI_BACKEND to openglKnud Dollereder2021-05-251-1/+1
| * Fix another unguarded access to a QScreenEike Ziller2021-05-251-1/+4
| * AutoTest: Take failed to run ctests into account as wellChristian Stenger2021-05-251-2/+2
| * Android: Lower the time-out for license checksAlessandro Portale2021-05-251-3/+5
| * AutoTest: Do not ignore crashing testsChristian Stenger2021-05-211-2/+9
| * Fix InvalidArgumentException for variant propertiesKnud Dollereder2021-05-201-0/+6
| * Add missing includesKnud Dollereder2021-05-202-0/+3
| * GLSL: Fix crash when built with Qt 6Eike Ziller2021-05-202-11/+12
| * Fix matching closing square bracketJarek Kobus2021-05-201-7/+8
| * Debugger: Make GDBMI parser more robusthjk2021-05-202-7/+12
| * Fix environment selection of external toolsEike Ziller2021-05-201-12/+29
| * CMakePM: Do not filter out all UTILITY targetsCristian Adam2021-05-203-6/+13
| * Fix compile warning about redefinition of SRCDIREike Ziller2021-05-194-4/+3
* | Docker: Fix DockerDevice::runProcess againhjk2021-05-251-6/+10