summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Avoid starting threads from the wrong hosting thread"v6.0.2Eike Ziller2022-01-181-4/+1
* TextEditor: Fix skipping short linesDavid Schulz2022-01-181-1/+1
* QmlDesigner: Remove Goto implementation from Design StudioThomas Hartmann2022-01-171-10/+14
* StudioWelcome: Enable integrating download progressThomas Hartmann2022-01-174-7/+24
* QmlDesigner: Remove docking widgets top right controlsMahmoud Badri2022-01-171-8/+3
* CMake: Fix build dir scan filterDavid Schulz2022-01-171-1/+1
* PE: Fix compileChristian Stenger2022-01-171-1/+1
* Editor: prevent using function hint widget while it is deletedDavid Schulz2022-01-171-1/+4
* LanguageClient: fix possible crash on shutdownJarek Kobus2022-01-171-3/+5
* QmlDesigner: Use wildcard for all files and split image formatsThomas Hartmann2022-01-172-9/+26
* QDS-5691 Create a tab for Recent choicesSamuel Ghinet2022-01-1719-219/+725
* StudioWelcome: Slight adjustements to Splash ScreenThomas Hartmann2022-01-141-5/+6
* Editor: fix crash in function hint widgetDavid Schulz2022-01-141-1/+1
* StudioWelcome: Show combobox for crash reporterThomas Hartmann2022-01-142-53/+106
* Avoid starting threads from the wrong hosting threadAllan Sandfeld Jensen2022-01-131-1/+4
* CPaster: Do not fail to paste after connection checkChristian Stenger2022-01-132-6/+3
* QmlDesigner: Fix crashThomas Hartmann2022-01-131-2/+4
* QmlDesigner: Fix content folder location when adding assetsThomas Hartmann2022-01-131-5/+6
* ProjectExplorer: Consider MSVC 2022 as base for clang-clChristian Kandeler2022-01-131-1/+3
* Sqlite: Fix compile with old XcodeChristian Stenger2022-01-131-1/+2
* StudioWelcome: Show the splash screen at least once if the version changesThomas Hartmann2022-01-131-2/+23
* StudioWelcome: Add support for version and resolution in descriptionThomas Hartmann2022-01-131-7/+59
* QmlDesigner: Don't call an empty abort callbackMarco Bubke2022-01-122-3/+5
* QmlDesigner: Refresh preview image every hourMarco Bubke2022-01-125-3/+35
* QmlDesigner: Remove generator from AsynchronousImageFactoryMarco Bubke2022-01-123-23/+23
* QmlDesigner: Don't save null image for preview collectorMarco Bubke2022-01-124-24/+25
* Register TitilliumWeb-RegularThomas Hartmann2022-01-121-0/+2
* QmlDesigner: Fix compile with Qt5Christian Stenger2022-01-121-1/+1
* Multilanguage: Add utility to get language names consistentlyTuomo Pelkonen2022-01-122-0/+16
* CMake generator: Use qt_add_executable instead of add_executableTapani Mattila2022-01-121-1/+1
* CMake generator: Integrate warnings in confirmation dialogTapani Mattila2022-01-126-65/+132
* CMake generator: Make file picker a treeviewTapani Mattila2022-01-1210-189/+345
* StudioWelcome: Do not show errors/warnings of welcome pageThomas Hartmann2022-01-121-0/+2
* Editor: avoid duplicated line endings inbetween multiple cursorsDavid Schulz2022-01-111-1/+4
* Use Reader mode for clangbackendJarek Kobus2022-01-111-1/+1
* ToolTip: Guard against nullptr accessEike Ziller2022-01-101-1/+4
* Fix ClientServerOutsideProcessSlowTestJarek Kobus2022-01-101-0/+1
* Fix filtering in target setup pageEike Ziller2022-01-101-1/+8
* Fix build with macOS deployment target < 10.14Eike Ziller2022-01-107-11/+14
* QmlDesigner: Fix qbs buildChristian Stenger2022-01-101-0/+8
* StudioWelcome: Support for description and tagsThomas Hartmann2022-01-071-1/+51
* Fix processlauncher for testsEike Ziller2022-01-071-2/+3
* StudioPlugin: Enable loading of new WelcomePage from shareThomas Hartmann2022-01-071-6/+37
* StudioWelcome: Use preview thumbnailThomas Hartmann2022-01-071-1/+1
* QmlDesigner: AsynchronousImageFactory generates if the image is nullMarco Bubke2022-01-061-8/+9
* Theming: Extend theme with color roles for WelcomePageThomas Hartmann2022-01-061-1/+6
* QmlDesigner: Add fetchHasImage to ImageCacheStorageMarco Bubke2022-01-063-2/+8
* QmlDesigner: Improve target supportMarco Bubke2022-01-062-1/+4
* ClangCodeModel: Fix performance regression of code completionEike Ziller2022-01-061-4/+4
* Revert "Revert "Use QtcProcess for clangbackend""Eike Ziller2022-01-065-42/+53