summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-062-2/+11
* Utils: SimplifyNikolai Kosjar2019-11-011-1/+0
* Core: SimplifyNikolai Kosjar2019-11-012-12/+6
* Set QGuiApplication::applicationDisplayName propertyKai Koehne2019-10-291-0/+1
* Fix focusing of already open output pane from separate windowEike Ziller2019-10-251-1/+2
* Locator: Ask before creating filesEike Ziller2019-10-231-10/+45
* Help: Unregister documentation when unregistering Qt versionsEike Ziller2019-10-183-0/+8
* Core: Remove unused forward declarationLaurent Montel2019-10-186-16/+0
* ProjectExplorer: Fix some problems with plugin unloadingChristian Kandeler2019-10-163-2/+6
* Help: Remove functionality of unregistering namespace from public APIEike Ziller2019-10-163-8/+0
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-021-1/+4
|\
| * Output windows: Skip filter function if no filter is setChristian Kandeler2019-09-301-1/+4
* | Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-09-272-1/+4
|\ \ | |/
| * macOS: Fix window state after going out of fullscreenEike Ziller2019-09-272-1/+4
* | ClangTools: Add UI for specifying executablesNikolai Kosjar2019-09-122-0/+6
* | ClangTools: Invoke clang-tidy instead of clangNikolai Kosjar2019-09-122-3/+14
* | CppLocatorFilter: Fix crash in testsAndre Hartmann2019-09-121-0/+2
* | Core: Fix buildNikolai Kosjar2019-09-121-1/+1
* | Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-124-8/+8
* | Utils: Add a FilePath::isDir() convenience functionhjk2019-09-112-2/+2
* | Add option for shortcut visibility in context menusEike Ziller2019-09-114-53/+74
* | Remove unused QObject parent arguments on options pageshjk2019-09-118-13/+10
* | CppLocatorFilter: Add highlighting auto-testsAndre Hartmann2019-09-102-7/+26
* | Remove usages of deprecated APIsSona Kurazyan2019-09-033-17/+12
* | CMake build: Add some more feature infoEike Ziller2019-09-031-0/+1
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-0224-38/+38
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-1/+0
|\ \ | |/
| * Locator: remove outdated documentation commentAndre Hartmann2019-08-151-1/+0
* | Locator: Extract MatchLevel and use it in several filtersAndre Hartmann2019-08-155-20/+25
* | FileSystemFilter: Convert to FuzzyMatcherAndre Hartmann2019-08-153-37/+46
* | Try even harder to register Utils::CommandLine and FilePathhjk2019-08-151-0/+2
* | Utils: Split FilePath::fileNamehjk2019-08-141-1/+2
* | Add missing overridesEike Ziller2019-08-141-3/+3
* | Add global notification area and use for UI Tour infoEike Ziller2019-08-129-4/+49
* | Improve layout of qrc editorTasuku Suzuki2019-08-092-3/+3
* | Add option to configure file line ending for an open documentMarius Sincovici2019-08-072-0/+12
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-011-0/+6
|\ \ | |/
| * OutputWindow: Fix freeze when zooming out very farAndre Hartmann2019-07-311-0/+6
* | Compile fix with recent Qt devhjk2019-07-2910-95/+44
* | Fix windows buildChristian Kandeler2019-07-261-1/+1
* | Wizards: Do some input validation on repository URLsChristian Kandeler2019-07-262-0/+60
* | Fix compile on macOSChristian Stenger2019-07-241-16/+9
* | Core: Use more of Utils::FilePath in locator filtershjk2019-07-245-65/+33
* | Avoid warning on empty expressionshjk2019-07-238-24/+24
* | Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+2
* | BaseFileFilter: Make searching in paths easierAndre Hartmann2019-07-221-5/+9
* | Core: Warn the user if the settings file cannot be readChristian Kandeler2019-07-172-0/+44
* | FileSystemFilter: Simplify directory handlingAndre Hartmann2019-07-161-5/+3
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-045-6/+11
|\ \ | |/
| * Utils: Add toSet/toList functionshjk2019-07-024-6/+9