aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move C++ Library wizard to JSONEike Ziller2019-04-179-902/+0
* VCS: Add font settings and zoom to output paneAndre Hartmann2019-04-162-7/+26
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-1612-201/+131
* Clang: Fix crash if path does not existsMarco Bubke2019-04-161-0/+2
* ProjectExplorer: Avoid nullptr accessChristian Stenger2019-04-161-1/+1
* CompilationDatabase: Force QString implicit sharingIvan Donchevskii2019-04-163-13/+24
* QmakeProjectManager: Remove python file typeCristián Maureira-Fredes2019-04-162-3/+0
* Baremetal: Fix compile for older compiler and QtChristian Stenger2019-04-161-1/+1
* bare-metal: Add support for SDCC toolchainDenis Shienkov2019-04-157-0/+779
* Wizards: Let user decide which project file to useChristian Kandeler2019-04-153-8/+119
* Fix build when using QTC_DISABLE_CLANG_REFACTORINGChristian Stenger2019-04-151-7/+2
* AppOutputPane: Add history completer to filter line editAndre Hartmann2019-04-151-0/+1
* Git: Give BranchAddDialog for tags a parentAndre Hartmann2019-04-131-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-1210-27/+44
|\
| * ProjectExplorer: Fix kit duplication in target setup pagev4.9.0Christian Kandeler2019-04-111-0/+5
| * Debugger: Coordinate breakpoint rampdownhjk2019-04-111-3/+7
| * Fix qbs build of clang format productAlexandru Croitor2019-04-101-0/+1
| * Tracing: Update selection range when timeline width changesUlf Hermann2019-04-101-13/+15
| * Work around OpenGL issue in macOS 10.14.4Eike Ziller2019-04-091-2/+0
| * PerfProfiler: Update the run actions when creating the toolUlf Hermann2019-04-091-0/+1
| * QmlProfiler: Don't assert on data from invalid model indexUlf Hermann2019-04-091-7/+9
| * Debugger: Prevent crash on destroyed perspectivehjk2019-04-091-0/+4
| * Update qbs submoduleChristian Kandeler2019-04-091-0/+0
| * ProjectExplorer: Fix runtime warning in toolchains settings pageChristian Kandeler2019-04-091-2/+2
* | ProjectExplorer: Remember build step expansion stateChristian Kandeler2019-04-122-6/+15
* | ProjectExplorer: Make sure the target setup page does not persistChristian Kandeler2019-04-121-32/+48
* | Debugger: Make the time stamp recording option work for single itemshjk2019-04-129-18/+47
* | Make task details visible by defaultEike Ziller2019-04-121-1/+1
* | ProjectExplorer: Fix typoOrgad Shaneh2019-04-111-1/+1
* | LanguageClient: Select server entry in settings after "Add"Alessandro Portale2019-04-111-0/+1
* | Core: Turn progress detail expander into a real iconAlessandro Portale2019-04-118-42/+48
* | Enable Clang Refactoring compilingMarco Bubke2019-04-116-28/+34
* | ImageViewer: Don't blur the ImageViewer background pattern on HighDpiAlessandro Portale2019-04-111-0/+1
* | QmlDebug: Modernize QmlDebugConnectionUlf Hermann2019-04-102-33/+22
* | QtSupport: Warn about Qt kits without C++ compilerChristian Kandeler2019-04-101-0/+5
* | QmakeProjectManager: Fix warning about build/source directory levelsAlessandro Portale2019-04-101-1/+1
* | Autotest: Move "sort alphabetically" icon to utilsAlessandro Portale2019-04-099-6/+8
* | ProjectExplorer: Add "Remove All" button to toolchains pageChristian Kandeler2019-04-091-0/+17
* | ProjectExplorer: Add "Re-detect" button to toolchains pageChristian Kandeler2019-04-093-9/+67
* | ProjectExplorer: Do not set up x64 compilers as x86 toolchains by defaultChristian Kandeler2019-04-094-8/+88
* | Debugger: Fix "Attach to running process"hjk2019-04-092-0/+3
* | AppOutputPane: Fix zoom and settings button orderAndre Hartmann2019-04-091-1/+1
* | UnitTests: More QString fixesMarco Bubke2019-04-082-3/+3
* | Core: Fix qbs buildChristian Kandeler2019-04-081-0/+2
* | Beautifier: Reduce indirectionshjk2019-04-088-97/+51
* | ProjectExplorer: Sanitize GCC toolchain detectionChristian Kandeler2019-04-082-118/+118
* | ProjectExplorer: Make sure the list of auto-detected toolchains is uniqueChristian Kandeler2019-04-081-4/+18
* | ProjectExplorer: Use QSortFilterProxyModel for TaskFilterModelChristian Kandeler2019-04-083-191/+18
* | Add output filtering for Application Output paneAlessandro Ambrosano2019-04-0811-93/+418
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-0744-422/+772
|\|