aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BuildInfo: Fix operator == to work better with subtypesTobias Hunger2016-09-155-6/+29
* Fix build with MSVC 2015 Update 2Eike Ziller2016-09-151-27/+22
* Debugger/Utils: Fix index passing of ItemViewEventshjk2016-09-153-33/+50
* TextEditor: Fix spellingMarco Bubke2016-09-151-16/+16
* ProjectImporter: Move logic to select preferred target into base classTobias Hunger2016-09-154-26/+29
* QtSupport: Introduce QtProjectImporterTobias Hunger2016-09-158-102/+231
* ProjectImporter: Clean up APIs, move more code into Base classTobias Hunger2016-09-155-33/+43
* Debugger: Avoid duplicate dock actions in Window->Views menuUlf Hermann2016-09-151-2/+0
* Cdb: Fix Qt4 QMap dumperDavid Schulz2016-09-153-7/+22
* Cdb: Introduce SymbolGroupChildInfoDavid Schulz2016-09-152-0/+126
* Nim: Fix build configuration factory priorityKudryavtsev Alexander2016-09-152-5/+14
* Clang: Clean up exceptionsNikolai Kosjar2016-09-147-297/+71
* Clang: More renaming fixesNikolai Kosjar2016-09-147-45/+43
* Clang: Move exception classes into single header/source unitNikolai Kosjar2016-09-1424-843/+373
* CMake: Improve cmake setup on AppleTobias Hunger2016-09-141-0/+6
* Utils: Fix logic in TemplateEngine and adjust auto testChristian Stenger2016-09-141-1/+4
* ProjectExplorer: Some polishing of the new ProjectWindow layouthjk2016-09-147-307/+403
* Utils: Add constexpr to most functions in HostOsInfoOrgad Shaneh2016-09-141-7/+7
* Core: Replace preprocessor with HostOsInfoOrgad Shaneh2016-09-141-5/+3
* Help: Remove QtWebKit backendEike Ziller2016-09-146-813/+0
* Clang: Make ClangString inlineMarco Bubke2016-09-143-85/+45
* Fix compilationOrgad Shaneh2016-09-132-2/+7
* Merge "Merge remote-tracking branch 'origin/4.1'"Eike Ziller2016-09-1322-71/+93
|\
| * Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-09-1322-71/+93
| |\
| | * Output pane: Fix that height setting could resetEike Ziller2016-09-121-0/+2
| | * Android: API-24 is not unknown anymoreBogDan Vatra2016-09-121-0/+2
| | * GccToolChain: Redetect ABIs if the targetAbi is invalidTobias Hunger2016-09-121-6/+7
| | * Help: Fix online documentation pathEike Ziller2016-09-121-1/+1
| | * QmlProfiler: Keep Compile and QML/JS statistics separateUlf Hermann2016-09-092-43/+39
| | * Beautifier: Accept C and Objective-C files by defaultLorenz Haas2016-09-081-1/+2
| | * CppTools: Fix loading of .config filesVersus Void2016-09-061-2/+2
| | * RemoteLinux: Try SIGTERM first when terminating processesChristian Kandeler2016-09-061-1/+2
| | * Cdb: Fix QList child dumperDavid Schulz2016-09-063-9/+13
| | * Cdb: Fix sorting of reference node childrenDavid Schulz2016-09-061-1/+2
| | * Fix debug on Android 6+ with NDK r11+BogDan Vatra2016-09-054-2/+15
| | * Android: Fix package name searchBogDan Vatra2016-09-051-4/+10
| | * Adding logging rule qtc.*.info=false to disable output by defaultThomas Hartmann2016-09-014-5/+6
| | * QmlDesigner: Do not remove puppet stream if puppet crashesThomas Hartmann2016-09-011-1/+0
* | | Debugger: Add QTC_CHECK defineOrgad Shaneh2016-09-131-0/+1
* | | Get rid of Utils::sleepOrgad Shaneh2016-09-135-84/+4
|/ /
* | Clang: Remove superfluous try/catchNikolai Kosjar2016-09-134-33/+15
* | Clang: Remove unused enum 'SendMode'Nikolai Kosjar2016-09-131-2/+0
* | Debugger: Replace macro usages with HostOsInfoOrgad Shaneh2016-09-132-12/+12
* | ClangRefactoring: Fix Msvc warningAlessandro Portale2016-09-121-1/+1
* | Gerrit: Support pushing initial commit for reviewOrgad Shaneh2016-09-122-4/+22
* | Git: Return empty list for remote branches when there are noneOrgad Shaneh2016-09-121-0/+4
* | QmlJS: Replace macro usage with HostOsInfoOrgad Shaneh2016-09-121-30/+23
* | ProjectExplorer: Export AnsiFilterParserTobias Hunger2016-09-121-1/+3
* | QmlJs: more informative warning message for JavascriptMarco Benelli2016-09-121-1/+4
* | qmljs: use QRegularExpression to parse imports.Marco Benelli2016-09-121-9/+9