summaryrefslogtreecommitdiff
path: root/src/plugins/find
Commit message (Expand)AuthorAgeFilesLines
* Use FilterLineEdit in FindToolWindow (to add clear button).Konstantin Tokarev2012-04-262-1/+14
* Editor: implement find next/previous selected text.Francois Ferrand2012-04-233-8/+43
* TreeViewFind: Remove warningsAurindam Jana2012-04-121-1/+2
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* TreeViewFind: Search in all columnsAurindam Jana2012-03-232-28/+46
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-082-4/+4
|\
| * Normalized connect()sRobert Loehning2012-03-062-4/+4
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* fix find.qbsJoerg Bornemann2012-02-271-1/+3
* ScriptConsole: Add Find functionalityAurindam Jana2012-02-276-211/+376
* add qbs filesJoerg Bornemann2012-02-201-0/+61
* More consistency for close & close split.Eike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-1526-95/+95
* Trivial changes in SearchResultTreeItemDelegateDaniel Teske2012-02-131-3/+4
* Move repeated searches to top.Eike Ziller2012-02-074-5/+43
* Make search history larger.Eike Ziller2012-02-071-1/+2
* Long live the king!hjk2012-01-2629-29/+29
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-2/+2
* Use new static ICore interface.hjk2012-01-245-15/+15
* Find: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-205-40/+42
* Handle method rename in Qt5.Erik Verbruggen2012-01-131-0/+4
* Disable "Search Again" if file filter is disabled.Eike Ziller2011-12-207-4/+16
* Implement "Search Again" for file/text searchesEike Ziller2011-12-194-2/+61
* Allow multiple file searches at the same time.Eike Ziller2011-12-132-0/+9
* Removed unused method.Eike Ziller2011-12-132-15/+0
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-12-076-98/+134
|\
| * Fix the height of the new search result pane.v2.4.0Eike Ziller2011-12-063-83/+107
| * Fix search next/prev in search results.Eike Ziller2011-12-053-15/+27
* | More Esc fixes.Eike Ziller2011-12-021-1/+4
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-281-0/+1
|\ \ | |/
| * Unbreak focus behavior for search panel.Eike Ziller2011-11-251-0/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-2/+6
|\ \ | |/
| * Avoid setting large minimum size for output panes.Eike Ziller2011-11-241-2/+6
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1129-58/+61
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0329-58/+58
| * Avoid huge minimum size of search result panel.Eike Ziller2011-11-031-0/+3
* | more Id type fixeshjk2011-11-101-1/+1
* | more style fixes of string literal accesshjk2011-11-021-18/+18
|/
* Set text editor font also for new search panels.Eike Ziller2011-11-011-0/+3
* Limit the length of shown search result line.Eike Ziller2011-10-311-1/+3
* IOutputPane: constify some member functionshjk2011-09-282-10/+10
* Allow usage of keypad 'enter' key for initiating searches.Eike Ziller2011-09-261-1/+1
* Fixes: Pressing return in search panel didn't run the search.Eike Ziller2011-09-212-1/+15
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
* New searches should use the expand all button setting.Eike Ziller2011-09-201-0/+1
* Find: Change a few acceleratorsLeandro Melo2011-09-191-6/+6
* Fix crash with multiple search results.Eike Ziller2011-09-151-0/+4
* Keep multiple search results in history.Eike Ziller2011-09-144-71/+146
* Move advanced search dialog into search result pane.Eike Ziller2011-09-1310-170/+228