aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* GDB: Ignore initial SIGTRAP when debugging mingw32 with gdb64Orgad Shaneh2021-09-092-6/+11
* Debugger: Fix debugging 32-bit mingw console app with 64-bit gdbOrgad Shaneh2021-09-092-5/+12
* Change sorting in Class View to case insensitiveAlp Öz2021-09-081-1/+8
* Revert "Move sdkmanager's sdk level parsing to AndroidConfig"Assam Boudjelthia2021-09-084-27/+25
* QmlDesigner: Fix color names missing alphaHenning Gruendl2021-09-081-2/+4
* ClangTools: Fix clazy documentation URLChristian Kandeler2021-09-081-1/+1
* ClangTools: Cache information about the clazy executableChristian Kandeler2021-09-085-5/+32
* Move sdkmanager's sdk level parsing to AndroidConfigAssam Boudjelthia2021-09-084-25/+27
* CMake: Don't build apk by default with CMake's ALL targetAssam Boudjelthia2021-09-081-0/+3
* Spotlight filter/macOS: Interpret space as *Eike Ziller2021-09-081-5/+15
* Add branding option for application icon and logoEike Ziller2021-09-086-6/+30
* QmlProject: Open connect to ParsingFinished() only onceThomas Hartmann2021-09-072-17/+21
* StudioWelcome: Add C++ exampleThomas Hartmann2021-09-072-0/+11
* StudioWelcome: Allow opening a specific project fileThomas Hartmann2021-09-072-6/+15
* QmlProject: Do not open .qml.ui file if a file from that project is openThomas Hartmann2021-09-071-2/+8
* Android: Fix buildAlessandro Portale2021-09-071-1/+2
* StudioWelcome: Fix visual glitch with download iconThomas Hartmann2021-09-071-13/+13
* Fix minSdkVersion in deploy stepAssam Boudjelthia2021-09-072-6/+10
* LanguageClient: Increment document version on every content changeDavid Schulz2021-09-071-1/+2
* ClangCodeModel: Fix access type categorization with clangdChristian Kandeler2021-09-071-4/+7
* auto-setup.cmake: warn if conan or vpkg executables are missingCristian Adam2021-09-071-0/+6
* Core: Fix warnings about unsused parametersChristian Kandeler2021-09-071-1/+1
* auto-setup.cmake: Better handling of conan edgecasesCristian Adam2021-09-071-111/+129
* QmlJS: Fix issues with getting modulePathsEike Ziller2021-09-072-13/+32
* AutoTest: Fix test tools handling for project settingsChristian Stenger2021-09-071-1/+9
* WebAssembly: Fix test expectationChristian Stenger2021-09-071-1/+1
* QmlDesigner: Use Qt::Key_Backspace instaed of QKeySequence::BackspaceThomas Hartmann2021-09-061-1/+1
* QmlDesigner: Fix color dialog removing propertyHenning Gruendl2021-09-062-10/+19
* QmlProject: Open the first .ui.qml file in QDSThomas Hartmann2021-09-061-0/+13
* QMake: Fix that qmake was run on every build on macOSEike Ziller2021-09-065-80/+14
* QmlDesigner: Fix crash on asset library refreshMiikka Heikkinen2021-09-062-11/+24
* Android: don't throw error on adb's "All files should be loaded." logAssam Boudjelthia2021-09-061-2/+4
* Android: fix toolchain path retrieval for NDK r10Assam Boudjelthia2021-09-031-1/+7
* Core: Remove 'dllimport' attribute warningCristian Adam2021-09-031-3/+1
* Fix a possible crash when reaping a process with callbacksJarek Kobus2021-09-032-3/+5
* QmlDesigner: Fix used imports not being in sync with model contentMiikka Heikkinen2021-09-031-1/+2
* CppEditor: Fix space issue for auto generated Q_PROPERTYArtem Sokolovskii2021-09-032-7/+8
* QmlJS: Prepend "My" to default component nameThomas Hartmann2021-09-031-0/+1
* QmlDesigner: Remove "layer.enabled" when deleting effectThomas Hartmann2021-09-031-0/+13
* AutoTest: Fix synchronizing test toolsChristian Stenger2021-09-031-5/+3
* AutoTest: Silence deprecation warningChristian Stenger2021-09-032-2/+6
* AutoTest: Fix getting more output from ctest on WindowsChristian Stenger2021-09-031-3/+5
* CppEditor: Add property name to the generated signalArtem Sokolovskii2021-09-022-6/+6
* AutoTest: Do not unnecessarily update QmlJS code modelChristian Stenger2021-09-021-0/+1
* Clangd: fix opening document with client for projectDavid Schulz2021-09-021-5/+1
* CMakePM: Do not treat generated files as project filesCristian Adam2021-09-026-26/+41
* ClangCodeModel: Add debug output to soft assertChristian Kandeler2021-09-021-1/+2
* WebAssembly: Append EMSDK_PYTHON to environment PATHAlessandro Portale2021-09-011-0/+5
* CompilationDatabasePM: Fix crash at loading projectCristian Adam2021-09-011-1/+6
* QmlDesigner: Fix ColorEditorHenning Gruendl2021-09-011-2/+4