aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tracing: Don't rebuild flame graph if there is nothing to seeUlf Hermann2018-07-121-5/+7
* AutoTest: Handle direct usage of quick_test_mainChristian Stenger2018-07-123-3/+75
* Fix assert when filtering examples / tutorialsEike Ziller2018-07-121-4/+67
* ProjectModel: Fix crash when updating parsing state of projectTobias Hunger2018-07-121-2/+8
* CMake: Fix building on current executable targetTobias Hunger2018-07-121-1/+1
* FileProperties: Use native separators for file pathAndre Hartmann2018-07-121-1/+2
* Fix that Qt Quick Designer did not request Design mode creationEike Ziller2018-07-121-0/+1
* Update qbs submoduleChristian Kandeler2018-07-121-0/+0
* AutoTest: Fix handling of cpp files for Quick testsChristian Stenger2018-07-114-4/+43
* ProjectExplorer: only add Tasks from the main threadDavid Schulz2018-07-114-60/+89
* Utils: Follow symlinks in Environment::isSameExecutableOrgad Shaneh2018-07-111-1/+5
* use initializer listTim Jenssen2018-07-101-1/+1
* WinRT: set symbol file before debugging winrt packagesDavid Schulz2018-07-101-0/+1
* ProjectExplorer: Fix handling of the QTC_USER_FILE_PATH variableFriedemann Kleint2018-07-101-5/+4
* Fix running lrelease and lupdate as external toolsEike Ziller2018-07-102-0/+2
* Add %{CurrentBuild:Env} to global environmentEike Ziller2018-07-101-0/+7
* Expand variables in external tool environmentEike Ziller2018-07-101-1/+6
* Show 4 columns of examples within Qt Creator's default window widthEike Ziller2018-07-101-2/+2
* Android: Fix aapt tool's path in windowsVikas Pachdha2018-07-101-1/+1
* Qml Debugger: Disallow editing of items with childrenUlf Hermann2018-07-091-6/+12
* QML Debugger: Make sure to re-fetch expanded properties on updateUlf Hermann2018-07-091-1/+4
* Show examples page in welcome mode on first startEike Ziller2018-07-091-2/+6
* Fix crash when filtering out warnings from issues paneEike Ziller2018-07-092-1/+7
* Git: Silence managesFileOrgad Shaneh2018-07-091-1/+2
* Clang: For definitions show their parent class qualificationIvan Donchevskii2018-07-091-1/+16
* Clang: Don't show template type parameters in Class View and Current Document...Ivan Donchevskii2018-07-095-2/+19
* Android: Parse APK to find package name and other informationVikas Pachdha2018-07-094-1/+89
* Android: Add API's to run Android SDK toolsVikas Pachdha2018-07-092-17/+37
* QmlDesigner: Fix crash when opening qmlproject while Design mode is openEike Ziller2018-07-061-4/+7
* Debugger: Robustify MainWindow state savinghjk2018-07-062-1/+2
* Update qbs submoduleChristian Kandeler2018-07-061-0/+0
* Android: Use ipv4 host to connect to app in androidVikas Pachdha2018-07-063-3/+8
* ProjectExplorer: Search for clang-cl compiler in pathIvan Donchevskii2018-07-051-17/+34
* QMake parsing: Improve behavior in case of empty build directoryv4.7.0-rc1Eike Ziller2018-07-041-3/+6
* Beautifier: Long live uncrustifyLorenz Haas2018-07-041-0/+2
* QmlDesigner: Reparent only on CTRL+SHIFTThomas Hartmann2018-07-041-0/+1
* Debugger: Fix state of instruction wise operation buttonChristian Stenger2018-07-041-0/+1
* QmlDesigner: Stabilize property order of meta dataThomas Hartmann2018-07-031-3/+10
* QmlDesigner: Fix crashThomas Hartmann2018-07-031-6/+12
* Debugger: Do not switch to design mode when hitting a break pointUlf Hermann2018-07-031-2/+4
* VCS: Fix off-by-one line in blameOrgad Shaneh2018-07-021-4/+4
* GenericHighlighter: Update from KSyntaxHighlightingOrgad Shaneh2018-07-025-846/+3343
* GenericHighlighter: Support WordDetectOrgad Shaneh2018-07-024-2/+40
* Update qbs submoduleChristian Kandeler2018-07-021-0/+0
* Fix issues with saving files on network drives on WindowsEike Ziller2018-06-291-1/+1
* Clang: Don't analyze same file multiple timesIvan Donchevskii2018-06-284-7/+19
* Fix inserting tasks into issues paneEike Ziller2018-06-281-7/+9
* TaskModel: Bit of code cleanupEike Ziller2018-06-282-18/+20
* WinDebugInterface: Remove blocking connection to main threadJoerg Bornemann2018-06-283-34/+72
* Clang: Properly apply fix-its from header filesIvan Donchevskii2018-06-283-24/+31