summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/find
Commit message (Expand)AuthorAgeFilesLines
* 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
* | SearchResultWidget: Re-layout replace options and Replace buttonAndre Hartmann2017-05-161-6/+6
* | Class Renaming: Offer to rename files that match the symbols nameDaniel Teske2017-05-164-0/+16
* | Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* | Use const'ref in theses methodsMontel Laurent2017-04-212-2/+2
|/
* Coreplugin: Fix UI text capitalizationLeena Miettinen2017-04-111-1/+1
* TreeModel/Find: Save a few cycles when searchinghjk2017-04-051-3/+4
* SearchResultDelegate: Fix display of icons on HiDPI screensEike Ziller2017-03-241-4/+5
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-2/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-1/+2
* | Find: Assign button shortcutsSerhii Moroz2017-03-061-4/+5
* | Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* | Core: Move HighlightScrollBarOverlay to source fileOrgad Shaneh2017-01-162-33/+34
* | Fix tab order in find tool barEike Ziller2016-12-131-2/+2
* | Core: Don't assert on valid nullptr caseshjk2016-12-121-2/+3
* | Core: Prevent possible nullptr accessTobias Hunger2016-12-081-1/+3
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-051-6/+8
|\ \ | |/
| * Fix potential startup crashesMaurice Kalinowski2016-12-021-6/+8
* | Advanced Find: Check regular expressions for validityEike Ziller2016-12-011-2/+26
* | Use QRegularExpression for text document searchesEike Ziller2016-11-252-16/+21
* | BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-252-1/+7
* | Find: Reduce indirections and bookkeepingEike Ziller2016-11-253-49/+33
* | Utils: Add offset to search resultsTim Jenssen2016-11-231-1/+13
* | Utils: First step to extend search results for clang query supportMarco Bubke2016-11-239-57/+136
* | Clang: Add clang queryTim Jenssen2016-11-152-0/+54
* | Core: Fix IFindFilter::defaultShortcut() in wrong cpp fileMarco Bubke2016-11-012-5/+6
|/
* Simplify Utils::sort calls that sort by memberOrgad Shaneh2016-08-091-2/+1
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-092-2/+2
* Move icons to UtilsUlf Hermann2016-08-052-5/+5
* CppEditor: Rework CppIncludeHierarchy modelhjk2016-07-292-8/+27