aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clang: Fix comma-separated class members in symbol outlineIvan Donchevskii2018-06-281-0/+4
* CppTools: Fix getting locator filters from the object poolIvan Donchevskii2018-06-285-8/+49
* Clang: Fix Q_PROPERTY return typeIvan Donchevskii2018-06-281-7/+0
* ProjectExplorer: Fix replaceSubtree for project nodesChristian Stenger2018-06-271-1/+3
* Clang: Avoid using -isystem include pathsNikolai Kosjar2018-06-274-40/+10
* Utils: Separate the filter icon from the expand arrowAlessandro Portale2018-06-278-9/+29
* WinRt: restrict WinRt deployment steps to WinRt devicesDavid Schulz2018-06-271-0/+3
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-275-1/+22
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-276-13/+13
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-264-121/+121
* FancyTabWidget: Set focus on widget changeOrgad Shaneh2018-06-261-0/+7
* TextEditor: Fix crashOrgad Shaneh2018-06-261-1/+3
* AutoTest: Fix finding corresponding item for data tagsChristian Stenger2018-06-261-1/+2
* Wizard: Ensure compilable widget application templateChristian Stenger2018-06-251-0/+1
* ProjectWelcomePage: Do not open project on right clickhjk2018-06-251-17/+25
* Wizards: Drop support for Qt4 for widgets applicationChristian Stenger2018-06-222-1/+3
* Update qbs submoduleChristian Kandeler2018-06-221-0/+0
* QbsProjectManager: Allow the user to cancel the project resolving phaseChristian Kandeler2018-06-211-0/+4
* Clang: Add checkbox for fix-its column headerIvan Donchevskii2018-06-214-1/+82
* AutoTest: Fix detection of Quick tests nameChristian Stenger2018-06-212-8/+32
* AutoTest: Fix handling of test runs when project changesChristian Stenger2018-06-213-10/+42
* AutoTest: Guard against nullptr accessChristian Stenger2018-06-211-14/+16
* Fix Qt Creator build with ClangIvan Donchevskii2018-06-204-12/+19
* AutoTest: Use correct parent for duration resultsChristian Stenger2018-06-201-0/+2
* Clang: Remove redundant checkIvan Donchevskii2018-06-201-4/+0
* Clang: Use built-in follow symbol for "ui_*" includesIvan Donchevskii2018-06-201-1/+6
* Fix that D source files should not open in C++ editorEike Ziller2018-06-201-0/+7
* Clang: Add default diagnostic configuration for ClazyIvan Donchevskii2018-06-202-16/+51
* Clang: Add default configurations with Clang-Tidy checksIvan Donchevskii2018-06-202-8/+78
* TextEditor: Do not paint invisible search resultsDavid Schulz2018-06-201-14/+45