aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hide the Qt menu options from Android Studio welcome screen on MacHEADdevNikunj Arora2024-04-122-4/+10
* Don't show full directory paths in Project viewOlli Vuolteenaho2024-04-101-1/+1
* Check that the CMake and Ninja executables existNikunj Arora2024-04-031-6/+18
* Fix tooltips not appearing on textfieldsNikunj Arora2024-03-212-5/+8
* Check that the qt-cmake file exists while validating pathNikunj Arora2024-03-211-1/+2
* Stop the build process if it fails at any stepNikunj Arora2024-03-212-15/+24
* Switch tabs automatically in the build output windowNikunj Arora2024-03-211-0/+2
* Enable the close button in the output window tabsNikunj Arora2024-03-211-0/+1
* Update build output name to be QtTASRami Potinkara2024-03-201-1/+1
* Hard-Code OS specific CMake, Ninja paths instead of searching for themNikunj Arora2024-03-201-20/+14
* Add a .gitignore file to new Qt projectsNikunj Arora2024-03-202-0/+11
* Fix Qt project having wrong CMake target when created on WindowsNikunj Arora2024-03-201-2/+1
* Get Android SDK and NDK paths from Android Studio APINikunj Arora2024-03-182-4/+101
* Register the Tool Window permanentlyNikunj Arora2024-03-184-273/+67
* Fix the check whether a build log tab existsOlli Vuolteenaho2024-03-131-1/+1
* Remove an internal API ExperimentalUIRami Potinkara2024-03-121-20/+0
* Encapsulate androidstudiotools package betterRami Potinkara2024-03-1215-15/+15
* Clean this-keyword usageRami Potinkara2024-03-122-3/+3
* Remove wildcard dependencies from androidstudiotools packageRami Potinkara2024-03-129-18/+59
* Remove calls to deprecated method UIUtil.removeScrollBorderRami Potinkara2024-03-112-14/+1
* Fix adding QtBeforeRunTask before Qt project is addedNikunj Arora2024-03-081-1/+1
* Add a window for Android Studio to show Qt project build outputNikunj Arora2024-03-083-9/+321
* Add option in settings for additional CMake FlagsNikunj Arora2024-03-084-2/+29
* Unify CMake and Ninja path fields into one Qt installation fieldNikunj Arora2024-03-089-54/+131
* Make the plugin compatible with WindowsNikunj Arora2024-03-062-49/+101
* Code improvements - encapsulation and member namingRami Potinkara2024-03-0512-94/+134
* Fix CMake functional settings on LinuxRami Potinkara2024-03-052-2/+2
* Make CMake setting functional and use that in buildOlli Vuolteenaho2024-03-044-4/+17
* Link Qt projects to Android projects instead of the global IDE settingsNikunj Arora2024-03-0411-42/+97
* Fix copyright to all filesRami Potinkara2024-03-0217-14/+23
* Update Qt version for tool-tip and minimum Qt versionsRami Potinkara2024-03-021-2/+2
* Update package nameRami Potinkara2024-02-2915-28/+28
* Update plugin.xml - idRami Potinkara2024-02-291-1/+1
* Update plugin.xml - change-notesRami Potinkara2024-02-291-0/+10
* Update plugin.xml - descriptionRami Potinkara2024-02-291-2/+12
* Update plugin.xml - versionRami Potinkara2024-02-282-1/+2
* Fix plugin.xml - idea-versionRami Potinkara2024-02-261-1/+1
* Update plugin.xml - idea_versionRami Potinkara2024-02-262-2/+3
* Update plugin.xml - nameRami Potinkara2024-02-261-2/+2
* Fix copyright header to all classesRami Potinkara2024-02-2614-14/+14
* Update plugin logoRami Potinkara2024-02-261-11/+10
* Update plugin.xml - vendorRami Potinkara2024-02-261-1/+1
* Fix null warnings, sanity check and update to IntelliJ 2022.3Rami Potinkara2024-02-127-12/+33
* Add copyright headers in all classesNikunj Arora2024-02-0714-0/+42
* Fix deployment-settings.json file not found errorNikunj Arora2023-12-011-7/+2
* Add CMake field to plugin configPetri Virkkunen2023-11-233-4/+33
* Fix null object exception from project startup handlingPetri Virkkunen2023-11-231-1/+8
* Removed hard coded android studio path and replaced with manual creation of l...Nikunj Arora2023-10-265-25/+41
* Merge branch 'gitignore_cleanup_dirs' into 'main'Nikunj Arora2023-10-265-33/+0
|\
| * Remove files that are generated at build timePetri Virkkunen2023-10-265-33/+0
|/