aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/examplecheckout.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-5/+3
* Utils: Use LibArchive to extract archivesMarcus Tillmanns2025-03-191-8/+7
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-2/+2
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-09-251-1/+1
|\
| * QmlDesigner: Fix false dependenciesMarco Bubke2024-08-291-1/+1
* | Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-2/+0
|/
* Clean up some lambdashjk2023-12-121-1/+1
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-2/+4
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-1/+1
* Utils: Rename archive.{cpp, h} -> unarchiver.{cpp, h}Jarek Kobus2023-07-201-1/+1
* ExampleCheckout: Replace the usage of Archive with UnarchiverJarek Kobus2023-07-201-13/+14
* Do not show Design Studio settings page in Qt CreatorEike Ziller2023-06-061-3/+4
* QmlDesigner: Cleanup QmlDesignerBasePluginMarco Bubke2023-04-191-3/+5
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-2/+1
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| * Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-12-221-10/+23
| |\
| * | Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* | | Make Content Library Materials downloadableSamuel Ghinet2023-03-211-1/+1
* | | QmlDesigner: Allow changing downloaded textures pathMahmoud Badri2023-03-091-3/+5
* | | StudioWelcome: Enable probing for example downloadThomas Hartmann2023-02-231-0/+1
* | | QmlDesigner: Make ContentLibrary textures downloadableSamuel Ghinet2023-02-201-35/+40
* | | QmlDesigner: Enable example data downloadThomas Hartmann2023-01-271-0/+1
* | | QmlDesigner refactor: Extract FileDownloader and FileExtractorSamuel Ghinet2023-01-261-375/+30
| |/ |/|
* | QmlDesigner fix: do not automatically open example project on downloadSamuel Ghinet2022-12-151-10/+23
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* StudioWelcome: Fix QTC_ASSERTThomas Hartmann2022-08-231-1/+1
* StudioWelcome: Fix QTC_ASSERTThomas Hartmann2022-08-231-1/+1
* StudioWelcome: Disable welcome page during downloadThomas Hartmann2022-08-181-3/+13
* StudioWelcome: Replace qDebug with qWarningThomas Hartmann2022-07-211-1/+1
* Merge remote-tracking branch 'origin/7.0' into 8.0Eike Ziller2022-06-021-0/+19
|\
| * StudioWelcomePage: Disable data download by defaultThomas Hartmann2022-05-311-0/+19
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-231-2/+12
|\|
| * StudioWelcome: Use lastModifiedThomas Hartmann2022-05-201-2/+2
| * StudioWelcome: Add progress to data downloadThomas Hartmann2022-05-191-0/+10
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-181-13/+75
|\|
| * StudioWelcome: Download data from Qt.ioThomas Hartmann2022-05-131-11/+73
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-201-0/+3
|\|
| * StudioWelcome: Track download and opening of examplesThomas Hartmann2022-04-111-0/+3
* | Archive: Avoid calling blocking stopProcessJarek Kobus2022-03-251-3/+4
|/
* Fix more warningsChristian Kandeler2022-02-231-1/+1
* Fix newly introduced warningsChristian Kandeler2022-02-231-3/+3
* QmlDesigner: Fix creation date issue on macOSHenning Gruendl2022-02-181-1/+10
* QmlDesigner: Fix example download missing settingHenning Gruendl2022-02-181-3/+1
* StudioWelcome: Fix compileChristian Stenger2022-02-181-2/+2
* QmlDesigner: Add missing context pointer connectHenning Gruendl2022-02-171-3/+5
* QmlDesigner: Add examples download path settingHenning Gruendl2022-02-171-6/+37
* StudioWelcome: Remove unused codeThomas Hartmann2022-02-171-66/+0
* QmlDesigner: Add private api to narrow down bugHenning Gruendl2022-02-161-2/+24
* QmlDesigner: Add guard pointers to connectHenning Gruendl2022-02-151-27/+29