aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: fix animate navigation within fileDavid Schulz2017-12-011-14/+9
* Do not show accelerators in dock window titleshjk2017-11-301-3/+9
* QbsProjectManager: Set the default working directory in the run configChristian Kandeler2017-11-301-2/+7
* qtcdebugger: don't abort unregister if Debugger.Default is not definedDavid Schulz2017-11-301-2/+1
* winrt: Add runnable to run configurationOliver Wolff2017-11-292-0/+45
* Qmake: Set up environment for initial project parsingTobias Hunger2017-11-285-5/+20
* BuildConfiguration: Fix caching of environmentTobias Hunger2017-11-283-2/+13
* fix some missing breaks in switchesNikolay Shalakin2017-11-282-0/+2
* QmlJsImport: correct ImportMatchStrength comparisonNikolay Shalakin2017-11-281-1/+1
* avoid crash during Android Virtual Device Manager launchNikolay Shalakin2017-11-281-1/+1
* python scanner: fix "oct" and "chr" highlightNikolay Shalakin2017-11-271-1/+1
* ProjectExplorer: Fix build failure on windowsTobias Hunger2017-11-271-0/+1
* Clang: Fix future reporting on backend crashNikolai Kosjar2017-11-271-2/+6
* DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-273-16/+37
* Update qbs submoduleChristian Kandeler2017-11-271-0/+0
* Utils: Delay saving of treeview column sizes while resizinghjk2017-11-271-1/+12
* Qmake: Do not crash when closing a project while it is parsingTobias Hunger2017-11-273-10/+24
* CppTools: Disable Qt keywords for C filesOrgad Shaneh2017-11-241-2/+3
* CppTools: Fix initial macro parsing for generic projectOrgad Shaneh2017-11-242-2/+2
* CMake: Add QT_INSTALL_BINS to PATH on windowsTobias Hunger2017-11-231-1/+12
* QmlDesigner: Add support for requesting types of framesThomas Hartmann2017-11-232-0/+12
* QmlDesigner: Add constants for live previewThomas Hartmann2017-11-231-2/+4
* QbsProject: Compute uniqueProductName on the flyhjk2017-11-222-7/+4
* CMake: Hide nodes from project listTobias Hunger2017-11-221-0/+4
* NavigationTreeView: Improve horizontal scrolling in treeviewTobias Hunger2017-11-221-4/+9
* Clang: Define __FUNCSIG__ and others for msvc toolchainIvan Donchevskii2017-11-213-0/+8
* Android: Enable emulator tool installationv4.5.0-rc1Vikas Pachdha2017-11-213-2/+53
* CMake: Fix tree scanner not getting run automaticallyTobias Hunger2017-11-212-13/+19
* Clang: Add identifying macro Q_CREATOR_RUNNikolai Kosjar2017-11-212-1/+7
* AutoTest: Fix handling of forward declared test classesChristian Stenger2017-11-201-2/+2
* AutoTest: Fix running Quick Tests with special functionsChristian Stenger2017-11-201-2/+6
* Update qbs submoduleChristian Kandeler2017-11-201-0/+0
* AutoTest: Fix nullptr accessChristian Stenger2017-11-201-1/+1
* Use qbs.defaultBuildVariant to inform Qbs of the default build variantJake Petroules2017-11-171-1/+1
* QbsProjectManager: Run updateAfterParse() also on add/remove fileChristian Kandeler2017-11-172-3/+8
* Valgrind: Fix cyclic connectOrgad Shaneh2017-11-173-7/+1
* Valgrind: Fix callgrind parsing with git versionOrgad Shaneh2017-11-171-1/+3
* Debugger: Do not create a new terminal when attachinghjk2017-11-163-4/+5
* Add isRemoteRunning() as isRunning() only apply to local processesFilipe Azevedo2017-11-162-0/+12
* QmlDesigner: Ignore indentation for multi line expressionsThomas Hartmann2017-11-161-2/+16
* Utils: move 2 images to utilsTim Jenssen2017-11-159-11/+11
* QmlDesigner: fix crash while adding a delegateTim Jenssen2017-11-151-6/+7
* Editor: Fix indenting on the very first position of a documentDavid Schulz2017-11-151-1/+1
* QmlDesigner: Add enablers for frame scaling, movingThomas Hartmann2017-11-144-0/+38
* QmlDesigner: Update state names if edited in textThomas Hartmann2017-11-142-0/+14
* QmlDesigner: Filter modifiers in override eventThomas Hartmann2017-11-141-1/+6
* QmlDesigner: Catch potential exceptionsThomas Hartmann2017-11-142-4/+14
* iOS: Fix simulator startup for Xcode 9Vikas Pachdha2017-11-141-6/+25
* ApplicationOutputPane: Handle runControl being nullptrTobias Hunger2017-11-141-7/+8
* RunControl: Make RunControl::canReUseAppOutputPane more robustTobias Hunger2017-11-141-1/+1