summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/find
Commit message (Expand)AuthorAgeFilesLines
* Make compilable with 5.114.2hjk2018-05-281-0/+1
* QRegExp include cleanupSamuel Gaist2017-03-131-1/+2
* Fix potential startup crashesMaurice Kalinowski2016-12-021-6/+8
* 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
* Core: Use QList's initializer list contructor for output paneshjk2016-07-111-2/+2
* Core: Move expand and collapse icons from autotest to coreAlessandro Portale2016-07-071-1/+1
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+3
* Core: Add override to modelsEike Ziller2016-05-181-8/+8
* TextEditor/Replace: Keep selection even when replacing at frontEike Ziller2016-04-291-2/+23
* Core: New find flag picturesAlessandro Portale2016-04-2810-15/+26
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-2/+2
|\
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-3018-72/+18
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-162-38/+31
|\ \ | |/
| * Core: Initialize all members in FindToolbarOrgad Shaneh2016-03-142-39/+32
* | Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-158-193/+161
|/
* FindWidget: Improve marginsAlessandro Portale2016-03-041-2/+2
* Core: Sort find filters by nameOrgad Shaneh2016-02-031-4/+7
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-0311-56/+60
* Find: Remove use of unsual QTextCursor constructorshjk2016-01-291-11/+4
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-251-0/+9
|\
| * Fix compile for Qt5.4Christian Stenger2016-01-251-0/+2
| * Adapt to QtGui changes that broke private API source compatibilityThiago Macieira2016-01-221-0/+7
* | Remove even more uses of deprecated typedefshjk2016-01-222-4/+4
* | TextEditor: Disable Search & Replace buttons when folder doesn't existOrgad Shaneh2016-01-212-2/+4
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1933-561/+396
* | Core: Unify the close iconsAlessandro Portale2015-12-041-2/+2
* | Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-253-20/+18
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-121-1/+1
|\ \ | |/
| * TextEditor: rename "Files on File System" as "Files in..."Leena Miettinen2015-11-101-1/+1
* | Find: Add a HighDPI wrap indicatorAlessandro Portale2015-11-054-1/+4
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-10-264-24/+35
|\ \ | |/
| * Fix compilationNiels Weber2015-10-161-1/+0
| * Allow to clear search stringMontel Laurent2015-10-162-1/+7
| * SearchResultWidget: Style cleanupOrgad Shaneh2015-10-161-8/+9
| * SearchResultWidget: unclutter namespacesNikita Baryshnikov2015-10-161-13/+13
| * FindToolBar: Update to FancyLineEdit changesTobias Hunger2015-10-142-3/+8
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-239-23/+24
|/
* Allow to clear text in replace line.Montel Laurent2015-09-221-0/+1
* Current Project FindFilter: Show the project displaynameDaniel Teske2015-08-215-0/+25
* Fix one more plural.Jarek Kobus2015-07-271-1/+1
* Editor: Highlight Search results in scrollbar.David Schulz2015-06-163-15/+442
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-2/+14
|\
| * Search results: Fix that auto-expand failed on first set of resultsEike Ziller2015-05-181-2/+14
* | Core: Remove some unused imagesTobias Hunger2015-05-063-0/+0
* | Find: Open tool bar when triggering find next...David Schulz2015-04-221-4/+12
|/
* Global Search&Replace: Hide replace UI after replacingEike Ziller2015-03-306-68/+41