aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Core: Add compare function to Search::TextPosition and TextRangeDavid Schulz2018-12-141-0/+6
* Editor: Fix dark themesAaron Barany2018-12-131-0/+4
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-2/+2
|\
| * Core: Use correct parent for fileDeletedPromptOrgad Shaneh2018-11-291-2/+2
* | Locator: Deduplicate and simplify test logicAndre Hartmann2018-11-261-9/+8
* | BaseFileFilter: Sort entries by display name instead pathAndre Hartmann2018-11-262-0/+25
* | OutputWindow: Do not prepend newline unconditionallyOrgad Shaneh2018-11-201-2/+4
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-194-24/+28
|\|
| * Fix crash at shutdown if multiple windows are openEike Ziller2018-11-152-23/+26
| * Remove unneeded member initializersOrgad Shaneh2018-11-121-1/+1
| * macOS: Fix that Preferences do not work with german translationEike Ziller2018-11-091-0/+1
* | ExternalToolsFilter: Prioritize results like in other filtersAndre Hartmann2018-11-081-2/+11
* | ExternalToolsFilter: Modernize with range-based forAndre Hartmann2018-11-081-4/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-062-3/+3
|\|
| * Coreplugin: Fix UI textLeena Miettinen2018-10-252-3/+3
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-243-4/+4
|\|
| * Fix frequent typoRobert Loehning2018-10-232-2/+2
| * Core: Make variable descriptions consistentRobert Loehning2018-10-221-2/+2
* | Give the user a hint as to how increase the output window limitChristian Kandeler2018-10-231-1/+3
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-161-1/+1
|\|
| * Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* | ActionContainer: Fix inconsistency in book keepingEike Ziller2018-10-123-9/+14
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-112-4/+2
|\|
| * Find: Store flags also in FindToolWindowOrgad Shaneh2018-10-101-1/+1
| * Menu locator filter: Fix that e.g. recent files were no longer availableEike Ziller2018-10-101-3/+1
* | Move "builddirectory" template from Core to ProjectExplorerTobias Hunger2018-10-103-38/+4
* | Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-09-283-13/+35
|\|
| * Core: Guard against overlong lines in the output panehjk2018-09-261-2/+24
| * Core: Use restrictions on character count instead of line countsEike Ziller2018-09-263-12/+12
* | External tools: Remove QLatin1String and fix various warningsEike Ziller2018-09-273-65/+65
* | Allow external tools to use build or run environmentEike Ziller2018-09-264-15/+93
|/
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Fix fix for focus handling when leaving locatorEike Ziller2018-09-251-1/+3
* Fix macOS buildTim Jenssen2018-09-211-0/+2
* Core: Avoid deprecated QDateTime::toTime_tOrgad Shaneh2018-09-211-1/+1
* Core/ProjectExplorer: Avoid deprecated QModelIndex::childOrgad Shaneh2018-09-213-12/+12
* Core: Modernize (minor)Orgad Shaneh2018-09-212-5/+3
* Move documentationPath() from Core::ICore to Core::HelpManagerEike Ziller2018-09-204-6/+9
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-071-5/+7
|\
| * Add line/column number handling to spotlight locator filterEike Ziller2018-09-031-5/+7
* | DocumentManager: Follow clazy's suggestion to use QHash instead of QMapRobert Loehning2018-09-061-3/+3
* | Allow to set environment for "Open Terminal"Tobias Hunger2018-09-052-1/+9
* | Make Core independent from QtHelpEike Ziller2018-09-049-559/+125
* | Make terminal settings more flexibleEike Ziller2018-09-033-163/+206
* | Help: Remove reading of old settingsEike Ziller2018-09-031-6/+3
* | Introduce a basic client for the language server protocolDavid Schulz2018-09-032-2/+7
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-201-0/+7
|\|
| * Fix Ctrl+n shortcut in locator widget in some configurationsEike Ziller2018-08-161-0/+7
* | Core: Fix compile with namespaced QtChristian Stenger2018-08-091-0/+2
* | Show the right actions in the menu item locator filterEike Ziller2018-08-094-1/+51