summaryrefslogtreecommitdiff
path: root/src/plugins/find/searchresultwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-494/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Find: Remove some Find namespace usagesTobias Hunger2013-09-041-1/+1
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-2/+1
* Clean headers in Find.Friedemann Kleint2013-04-031-4/+0
* Forward-declare some classes in Find plugin.Friedemann Kleint2013-04-031-0/+5
* 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
* | Search: Fix false positive rename warningOrgad Shaneh2013-01-151-8/+7
* | Search: Use info suppression for size and rename warningOrgad Shaneh2013-01-111-55/+24
* | Support preserving case when replacing.Francois Ferrand2012-12-141-1/+13
* | Find: Add text editor color scheme to search resultDavid Schulz2012-11-131-2/+3
* | InfoBar: Use Core::IdOrgad Shaneh2012-11-091-8/+8
|/
* Adjust license headershjk2012-10-051-21/+20
* Fix source stringsJarek Kobus2012-08-301-2/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Find: Display "This change cannot be undone" only once.Andre Hartmann2012-07-121-1/+1
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-4/+61
* Mark canceled searches as such.Eike Ziller2012-05-221-4/+21
* ScriptConsole: Add Find functionalityAurindam Jana2012-02-271-137/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Move repeated searches to top.Eike Ziller2012-02-071-1/+2
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* Find: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-201-1/+1
* Disable "Search Again" if file filter is disabled.Eike Ziller2011-12-201-0/+5
* Implement "Search Again" for file/text searchesEike Ziller2011-12-191-2/+35
* Removed unused method.Eike Ziller2011-12-131-14/+0
* Fix search next/prev in search results.Eike Ziller2011-12-051-3/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Avoid huge minimum size of search result panel.Eike Ziller2011-11-031-0/+3
* Keep multiple search results in history.Eike Ziller2011-09-141-7/+3
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-1/+22
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-23/+61
* Refactor the search result widget to its own class.Eike Ziller2011-09-071-0/+489