summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/find
Commit message (Expand)AuthorAgeFilesLines
* Find: Add additional replace widget setterDavid Schulz2020-05-194-5/+24
* Find: emit signal after replace text changedDavid Schulz2020-05-184-0/+6
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-03-051-2/+2
|\
| * Core: Fix rounding issue in highlight scrollbarDavid Schulz2020-02-281-2/+2
* | Core: calculate highlight scrollbar margins at compile timeDavid Schulz2020-02-281-2/+2
* | Doc: Add Core:: namespace to \fn commandsLeena Miettinen2020-02-254-41/+41
* | Doc: Fix QDoc warnings in Find classesLeena Miettinen2020-02-178-82/+460
* | Remove apparently unneeded QtPlugin includeshjk2020-02-121-2/+0
* | Core: Work around more deprecationshjk2020-01-292-3/+3
* | Core: Set FindToolBar's prev/next buttons disabled on document closeAlessandro Portale2020-01-241-0/+2
* | Use even less nullptr for default flagshjk2020-01-201-1/+1
* | Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-171-2/+2
* | Utils: Use Theme default "ok" and "error" colors for FancyLineEditAlessandro Portale2019-12-181-2/+0
* | Fix compile before current Qt devChristian Stenger2019-11-121-2/+4
* | Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-2/+2
|/
* Core: Remove unused forward declarationLaurent Montel2019-10-181-4/+0
* Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-121-1/+1
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-023-7/+7
* 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