summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/find
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-1/+0
* Core: Disable the "New Search" tool button during visible search panelAlessandro Portale2019-04-291-0/+2
* Add output filtering for Application Output paneAlessandro Ambrosano2019-04-085-86/+174
* Advanced Search: Add horizontal scroll barEike Ziller2019-03-154-51/+120
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-142-0/+17
|\
| * Search results: Open editor on pressing enter on file itemEike Ziller2019-03-072-0/+17
* | Replace static_casts by QOverload where possiblehjk2019-02-264-8/+6
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-152-5/+5
|/
* Improve UX for the the find and replace actionsChris Rizzitello2019-01-303-48/+96
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-4/+4
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Core: Add compare function to Search::TextPosition and TextRangeDavid Schulz2018-12-141-0/+6
* Find: Store flags also in FindToolWindowOrgad Shaneh2018-10-101-1/+1
* Core/ProjectExplorer: Avoid deprecated QModelIndex::childOrgad Shaneh2018-09-212-10/+9
* Core: ModernizeAlessandro Portale2018-08-0822-102/+100
* Core: Consistently use nullptrTobias Hunger2018-05-083-3/+3
* Core: Use override consistentlyTobias Hunger2018-05-075-42/+42
* Refactor the highlight scrollbar paintingJarek Kobus2018-05-042-84/+215
* Utils: Purge asConstOrgad Shaneh2018-04-091-3/+1
* Search Results: Fix expand all button state at startupEike Ziller2018-03-201-3/+4
* Add "New Search" tool button to search results paneEike Ziller2018-03-091-1/+10
* Core: Use our own PREV and NEXT icons for find toolbar in light modeAlessandro Portale2018-02-141-6/+2
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-111-0/+1
|\
| * Fix includesJarek Kobus2018-01-111-0/+1
* | Find: Remember the find flags per completer entryFriedemann Kleint2018-01-036-18/+151
* | InfoBar::enableInfo -> InfoBar::unsuppressInfoEike Ziller2017-12-201-2/+2
* | De-emphasize PluginManager::getObjects<Type>()hjk2017-12-154-7/+24
* | Refactor HighlightScrollBarJarek Kobus2017-12-123-204/+200
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-10-301-3/+1
|\ \ | |/
| * HighlightScrollBar: Modernize overlay paintingDavid Schulz2017-10-261-3/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-252-5/+6
|\ \ | |/
| * HighlightScrollbar: Avoid creation of unneeded temporary containerEike Ziller2017-10-241-4/+5
| * Finding: Add a period to the end of an error messageLeena Miettinen2017-10-201-1/+1
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-042-9/+9
|/
* CorePlugin: Clean forward declarationLaurent Montel2017-09-271-2/+0
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-252-15/+2
|\
| * Revert "SearchResultWidget: Disable replace button if replace text is unchanged"Andre Hartmann2017-09-192-15/+2
* | Utils: Let FancyLineEdit have QIcons instead of QPixmapsAlessandro Portale2017-09-191-4/+4
* | Drop unused variables and lambda capturesUlf Hermann2017-09-081-3/+2
|/
* SearchResultWidget: Disable replace button if replace text is unchangedAndre Hartmann2017-08-012-2/+15
* SearchResultWidget: Use member initializationAndre Hartmann2017-07-272-24/+19
* SearchResultWidget: Remove excess newlinesAndre Hartmann2017-07-271-3/+0
* Core: Replace guards by assertRobert Loehning2017-07-241-3/+3
* Core: Overload the search button activationMarco Bubke2017-07-201-5/+6
* Extend search paneMarco Bubke2017-07-044-5/+40
* Core: Delete unused empty filesOrgad Shaneh2017-06-282-54/+0
* Editor: Separate color and id in the highlighter scrollbarDavid Schulz2017-06-152-69/+61
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-0/+1
|\
| * Use TextPlain format for this QLabelLaurent Montel2017-05-311-0/+1