aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Abort gdb session if no python support is foundv3.1.0-rc1hjk2014-04-021-0/+7
* profileevaluator: do not add sysroot if the result does not existFawzi Mohamed2014-04-021-1/+2
* ios: override spec for iosFawzi Mohamed2014-04-021-0/+14
* FakeVim: Check handler pointer before using ithjk2014-04-021-0/+1
* Use mapping file for app deployment on Windows PhoneOliver Wolff2014-04-022-0/+147
* Welcome: Store examples search text in settingsAlessandro Portale2014-04-022-0/+13
* ios: fix refactoring (adding to qrc) in the common caseFawzi Mohamed2014-04-021-0/+13
* QmlDesigner: Build fix with namespaced Qthjk2014-04-021-0/+2
* iosrunconfiguration: always update dev type switcherFawzi Mohamed2014-04-011-8/+8
* FakeVim: Show command output in new editor instead of dialoghluk2014-04-011-4/+6
* Fix crash if no qt version is registeredKai Koehne2014-04-011-0/+3
* CodeAssist: Display rich text tool tipsNikolai Kosjar2014-04-011-2/+1
* AndroidExtraLibsModel: Use QDir::cleanPaths() for entriesDaniel Teske2014-04-011-1/+1
* Android: Prepend $$PWD to paths to ANDROID_EXTRA_LIBSDaniel Teske2014-04-011-2/+2
* CMakeProjectManager: Ensure that toolchain paths are lastDaniel Teske2014-04-011-5/+5
* Android: Set ANDROID_EXTRA_LIBS scoped to the archDaniel Teske2014-04-018-14/+64
* Update qbs submodule to HEAD of 1.2 branch.Christian Kandeler2014-04-011-0/+0
* WinRt: detect devices when all prerequisites are loadedJoerg Bornemann2014-04-013-15/+32
* QmlDesigner: Fix missing puppet error dialogMarco Bubke2014-04-016-42/+287
* QmlDesigner: Hide ToolButtons instead of deleting themMarco Bubke2014-04-011-6/+6
* CppTools: Replace Method with FunctionOrgad Shaneh2014-03-316-8/+8
* Ios: Fix qbs build.Christian Kandeler2014-03-311-2/+2
* ios: make simulator device selection more robust vs corrupted settingsFawzi Mohamed2014-03-311-0/+4
* Update debugger language aspect in run settings when qmake step changesKai Koehne2014-03-312-4/+37
* Enable QML debugging only if project includes a qml libraryKai Koehne2014-03-311-0/+5
* QMakeProject: Ensure that toolchain paths are lastDaniel Teske2014-03-311-6/+6
* ios: add qml profiler supportFawzi Mohamed2014-03-316-4/+267
* ios: fix update of executable path in the UIFawzi Mohamed2014-03-312-2/+6
* sdktool: Fix addKit complaining about unknown toolchainsKai Koehne2014-03-311-5/+0
* ios: make device simulated configurable in runconfigurationFawzi Mohamed2014-03-3110-47/+137
* QtVersionManager: Only load Qt versions after the toolchains are availableTobias Hunger2014-03-313-4/+16
* iossim: fix switch to iPad Retina for XCode 5.1Fawzi Mohamed2014-03-311-1/+1
* ios: cleanup unused simulator stuffFawzi Mohamed2014-03-313-37/+6
* Qnx: Fixing insufficient update of "API Level and Runtime" options pageDavid Kaspar2014-03-311-0/+4
* WelcomePage: Support additional (non-qt) example setsEike Ziller2014-03-313-126/+247
* Remove useless forward declarationTobias Hunger2014-03-311-4/+1
* QmlProfiler: Don't ignore ranges of < 500ns in overviewUlf Hermann2014-03-311-3/+2
* QmlProfiler: Guard the overview against recursively changing the rangeUlf Hermann2014-03-311-0/+5
* QmlProfiler: Prevent integer overflows in timelinerendererUlf Hermann2014-03-312-24/+35
* QmlProfiler: remove dead codeUlf Hermann2014-03-311-5/+1
* QmlProfiler: Increase accuracy of various data typesUlf Hermann2014-03-313-7/+7
* QmlProfiler: Try to make the compiler inline event start comparisonUlf Hermann2014-03-311-7/+9
* QmlProfiler: Update selection also when only model changesUlf Hermann2014-03-314-49/+42
* QmlProfiler: unify centering on items and do it only once per clickUlf Hermann2014-03-311-14/+1
* QmlProfiler: remove dead codeUlf Hermann2014-03-313-14/+9
* QmlProfiler: Make sure only hovered events are selectedUlf Hermann2014-03-311-1/+7
* QmlProfiler: Avoid indexOf and contains on list of stringsUlf Hermann2014-03-311-2/+10
* QmlProfiler: Don't rebuild the same key list over and over when savingUlf Hermann2014-03-311-2/+7
* QmlProfiler: Apply some coding styleUlf Hermann2014-03-311-5/+3
* QmlProfiler: Show a trace duration of 0 while data is being clearedUlf Hermann2014-03-311-2/+2