summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/plugininstallwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* PluginInstallWizard: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-10/+11
* ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-101-1/+2
* Core: Tr::trhjk2023-01-171-40/+32
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Archive: Avoid calling blocking stopProcessJarek Kobus2022-03-251-49/+51
* Utils: Use FilePath in copy helpershjk2021-08-101-8/+8
* Utils: Use FilePath in TemporaryDirectory APIhjk2021-07-021-3/+3
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: add FilePath::(complete)suffixDavid Schulz2021-06-041-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-02-181-2/+3
|\
| * Fix installation directory in plugin install wizardEike Ziller2021-02-151-2/+3
* | Improve plugin install wizard on macOSEike Ziller2021-02-151-2/+17
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-191-4/+7
|\ \ | |/
| * Plugin install wizard: Search in subdirectories of archive tooEike Ziller2020-11-181-4/+7
* | Don't access static functions via Utils::HostOsInfo instanceAlessandro Portale2020-11-181-5/+5
* | Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-6/+6
|/
* Plugin install: Check if archive contains a usable pluginEike Ziller2020-07-021-9/+100
* Plugin install: Fix state when going back from archive checkEike Ziller2020-07-011-1/+4
* Plugin Wizard: Investigate archive before installingEike Ziller2020-06-171-37/+162
* Extract plugin install wizardEike Ziller2020-06-051-0/+270