summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Revert "SearchResultWidget: Disable replace button if replace text is unchanged"Andre Hartmann2017-09-192-15/+2
* Locator: Don't ask disabled filters for resultsEike Ziller2017-08-311-1/+2
* macOS: Fix issue with saving settings (work around Qt bug)Eike Ziller2017-08-281-0/+8
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* OutputWindow: Activate links only on left button clickOrgad Shaneh2017-08-231-6/+5
* SearchResultWidget: Disable replace button if replace text is unchangedAndre Hartmann2017-08-012-2/+15
* Fix close icon for right side navigation panesEike Ziller2017-07-281-7/+12
* SearchResultWidget: Use member initializationAndre Hartmann2017-07-272-24/+19
* SearchResultWidget: Remove excess newlinesAndre Hartmann2017-07-271-3/+0
* Unit tests: Fix ProjectInfoGenerator.* testsNikolai Kosjar2017-07-271-1/+1
* Locator: Fix diverse issues with drawing highlighted textEike Ziller2017-07-261-12/+14
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-2/+3
* Core: Tweak the wizard icon text overlayAlessandro Portale2017-07-241-3/+5
* Core: Enable text overlay for "New File/Project" iconsAlessandro Portale2017-07-242-1/+24
* Core: Replace guards by assertRobert Loehning2017-07-241-3/+3
* Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-211-1/+1
* Core: Overload the search button activationMarco Bubke2017-07-201-5/+6
* Revert "Wizards: scale smaller icons if necessary"Tim Jenssen2017-07-181-15/+0
* Wizards: scale smaller icons if necessaryTim Jenssen2017-07-181-0/+15
* Wizards: sprinkle some overridesTim Jenssen2017-07-181-9/+9
* Wizards: remove empty line and replace tabs with spacesTim Jenssen2017-07-181-3/+2
* Locator: Fix pressing return when no results are available yetEike Ziller2017-07-172-5/+17
* ReadOnlyFilesDialog: Hide 'What's this' button on WindowsKai Koehne2017-07-121-0/+1
* Locator: Add a virtual destructor to BasicLocatorFilterTesthjk2017-07-112-0/+5
* Add locator input widget to help windowsEike Ziller2017-07-109-51/+59
* Locator: Fix data processing from multiple filtersEike Ziller2017-07-101-3/+6
* Introduce and use Utils::stripAcceleratorOrgad Shaneh2017-07-074-17/+15
* Hide "?" button in plugins dialogKai Koehne2017-07-071-0/+2
* Fix mouse usage of locator popup on some systemsEike Ziller2017-07-061-2/+4
* Fix size of locator popupEike Ziller2017-07-061-9/+16
* Locator: Fix missing popup frame on Win/LinEike Ziller2017-07-062-3/+5
* Give locator popup list a bit more spacing againEike Ziller2017-07-061-1/+19
* Extend search paneMarco Bubke2017-07-044-5/+40
* Add Locator to extra editor windowsEike Ziller2017-07-037-45/+202
* Core: Delete unused empty filesOrgad Shaneh2017-06-282-54/+0
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-0/+2
|\
| * ProjectExplorer: Do not use version manager cache in threadsTobias Hunger2017-06-201-0/+2
* | Separate locator input widget from result list & popupEike Ziller2017-06-233-114/+240
* | Locator: Reduce interdependency between item list and input fieldEike Ziller2017-06-232-16/+22
* | ProgressManager: Simplify code in ProgressBarTobias Hunger2017-06-232-21/+12
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-15/+0
|\ \ | |/
| * VcsManager: Remove dead codeTobias Hunger2017-06-121-15/+0
* | Locator: Remove explicit internal bool from locator filter entriesEike Ziller2017-06-192-8/+6
* | Locator: Rename show -> showText since it collides with QWidget::showEike Ziller2017-06-163-4/+4
* | VcsManager: Use nullptr and member initializationTobias Hunger2017-06-161-20/+17
* | Locator: Move filter action creation out of input field widgetEike Ziller2017-06-1611-79/+95
* | Revert "prepare "new file dialog" for bigger icons"Mitch Curtis2017-06-161-98/+84
* | Editor: Separate color and id in the highlighter scrollbarDavid Schulz2017-06-152-69/+61
* | Do not put locator manager into object poolEike Ziller2017-06-133-7/+1
* | Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-1320-79/+109