aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find/searchresultwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-714/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* Doc: edit find plugin API docsLeena Miettinen2013-09-261-31/+33
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-28/+0
* Settings: Simplify some user codehjk2013-05-291-10/+6
* Clean headers in Find.Friedemann Kleint2013-04-031-4/+0
* Forward-declare some classes in Find plugin.Friedemann Kleint2013-04-031-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Support preserving case when replacing.Francois Ferrand2012-12-141-3/+3
* | Find: Add text editor color scheme to search resultDavid Schulz2012-11-131-3/+19
|/
* Adjust license headershjk2012-10-051-21/+20
* Make IOutputPane behaviour more granularDaniel Teske2012-09-131-2/+3
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-4/+34
* ActionManager API cleanup.Eike Ziller2012-05-251-1/+1
* Mark canceled searches as such.Eike Ziller2012-05-221-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Move repeated searches to top.Eike Ziller2012-02-071-2/+38
* Make search history larger.Eike Ziller2012-02-071-1/+2
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-3/+3
* Disable "Search Again" if file filter is disabled.Eike Ziller2011-12-201-0/+5
* Implement "Search Again" for file/text searchesEike Ziller2011-12-191-0/+15
* Allow multiple file searches at the same time.Eike Ziller2011-12-131-0/+7
* Fix the height of the new search result pane.v2.4.0Eike Ziller2011-12-061-3/+23
* Unbreak focus behavior for search panel.Eike Ziller2011-11-251-0/+1
* Avoid setting large minimum size for output panes.Eike Ziller2011-11-241-2/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Set text editor font also for new search panels.Eike Ziller2011-11-011-0/+3
* IOutputPane: constify some member functionshjk2011-09-281-5/+5
* New searches should use the expand all button setting.Eike Ziller2011-09-201-0/+1
* Fix crash with multiple search results.Eike Ziller2011-09-151-0/+4
* Keep multiple search results in history.Eike Ziller2011-09-141-59/+134
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-10/+24
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-1/+18
* Refactor the search result widget to its own class.Eike Ziller2011-09-071-461/+45
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-31/+95
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Highlight matches when opening editor from advanced text search.Eike Ziller2011-08-091-1/+3
* move the "cannot undo" warning to the search result paneOswald Buddenhagen2011-05-121-3/+51
* minor refactoring: use vertical layout instead of qstackedwidgetOswald Buddenhagen2011-05-121-7/+13
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-2/+2
|/
* Make tool tip of the expand/collapse button for searches more meaningfulcon2011-01-141-2/+6
* Fix searching search result window and add wrap indicator.con2011-01-141-10/+31