summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-183-13/+5
|\
| * Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-183-13/+5
| |\
| | * Fix disabled close button in designer editor tool barEike Ziller2019-06-182-12/+4
| | * Fix display of keyboard shortcutsEike Ziller2019-06-171-1/+1
* | | Enable macro editing for the Clang indexerMarco Bubke2019-06-134-23/+20
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-133-30/+15
|\ \ \ | |/ /
| * | Output panes: Improve the way to signal that filtering is activeChristian Kandeler2019-06-123-28/+13
| * | Core: Use QElapsedTimer instead of QTimehjk2019-06-121-2/+2
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-125-5/+13
|\ \ \ | |/ /
| * | ProjectExplorer: Add "Open Terminal Here" as default entryAndre Hartmann2019-06-125-5/+13
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-121-3/+2
|\ \ \ | |/ /
| * | Output panes: Fix filtering newly added contentChristian Kandeler2019-06-111-3/+2
* | | Utils: Encourage marking of raw command line parametershjk2019-06-062-5/+5
|/ /
* | Output panes: Respect filter optionsChristian Kandeler2019-06-055-31/+18
* | ProjectExplorer: Allow text filtering in issues paneChristian Kandeler2019-06-041-0/+1
* | CMake build: Ensure compilation when Qt5::Script is missingCristian Adam2019-06-031-2/+9
* | Core: Give a hint why saving of settings are requestedhjk2019-06-034-7/+14
* | Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+3
* | Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-292-2/+2
* | Core: Make names of OutputWindowPrivate members consistentChristian Kandeler2019-05-291-27/+27
* | ProjectExplorer: Allow text filtering in message paneChristian Kandeler2019-05-293-8/+19
* | Core: FilePath-ify ReadOnlyFilesDialoghjk2019-05-292-49/+51
* | Core: Avoid implicit QFileInfo creationhjk2019-05-291-1/+1
* | Utils: Rename FileName to FilePathhjk2019-05-2829-64/+64
* | CMake: Remove variable, as it is emptyTobias Hunger2019-05-281-1/+1
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-277-10/+10
* | Core: Fix typo in OutputWindowChristian Kandeler2019-05-271-2/+2
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-272-3/+0
* | CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-241-2/+1
* | ProjectExplorer: Move filtering infrastructure upChristian Kandeler2019-05-243-2/+108
* | CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-14/+21
* | Core: Remove indirection from OutputWindowChristian Kandeler2019-05-222-38/+14
* | Utils: Make FileName::shortNativePath a memberhjk2019-05-205-6/+5
* | Qt Creator CMake portCristian Adam2019-05-171-0/+172
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-171-1/+3
|\ \ | |/
| * Fix directory used for "Find in This Directory"Eike Ziller2019-05-091-1/+3
* | Core::OutputWindow: Move members into d-pointerChristian Kandeler2019-05-152-15/+15
* | Core/Qmake: Move Q_DECLARE_OPERATORS_FOR_FLAGS outside the namespaceOrgad Shaneh2019-05-151-2/+2
* | Add filter for all files in all project directoriesEike Ziller2019-05-155-74/+186
* | Locator: Remove default argument and default behavior for refreshEike Ziller2019-05-133-6/+5
* | Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-132-3/+3
* | Export Wizard values to JavaScript macroEike Ziller2019-05-093-33/+100
* | InfoBar: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-081-1/+0
* | App output filter: Try harder to detect an invalid text blockChristian Kandeler2019-05-081-1/+3
* | Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-292-4/+0
* | Core: Disable the "New Search" tool button during visible search panelAlessandro Portale2019-04-291-0/+2
* | Core: Fix enabling/disabling of zoomIn/Out buttons in output panesAlessandro Portale2019-04-232-7/+0
* | OutputWindow: Fix read-onlyness for output windowsOrgad Shaneh2019-04-181-5/+10
* | IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-166-64/+79
* | Make task details visible by defaultEike Ziller2019-04-121-1/+1