summaryrefslogtreecommitdiff
path: root/src/plugins/find
Commit message (Expand)AuthorAgeFilesLines
* Refactor fancy line edit to optionally have two buttons.con2010-07-012-14/+22
* Make it possible to assign shortcut to "Expand All".con2010-06-291-10/+21
* Make search panel searchable.con2010-06-295-29/+202
* Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-282-3/+3
* Change a QString concatenation.Alessandro Portale2010-06-251-4/+5
* Use QLatin1String and QLatin1CharAlessandro Portale2010-06-254-6/+6
* Compile fixes for MSVCRobert Loehning2010-06-252-2/+2
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-252-6/+6
* Add multiple search results to the tree at once.con2010-06-256-34/+62
* s/name/displayName/ in ioutputpaneTobias Hunger2010-06-162-2/+2
* Version update to match the planned version naming.con2010-06-111-2/+2
* Fixes: Multi-file regexp replace didn't replace placeholders e.g. \1con2010-06-111-36/+3
* Merge remote branch 'origin/2.0'Oswald Buddenhagen2010-05-281-4/+10
|\
| * Fixed vertical alignment of line numbers in search results on MacThorbjørn Lindeijer2010-05-271-4/+10
* | Merge commit 'origin/2.0'mae2010-05-211-2/+3
|\ \ | |/
| * Fix critical vertical block selection issuemae2010-05-211-2/+3
| * Add a changed signal in AggregationNicolas Arnaud-Cormos2010-05-172-4/+46
* | UI fix for renaming symbolsmae2010-05-211-1/+22
* | Minor style, and remove unnecessary line.con2010-05-171-2/+1
* | Add a changed signal in AggregationNicolas Arnaud-Cormos2010-05-172-4/+46
* | Version bump.con2010-04-301-2/+2
|/
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-282-2/+2
* Fixed initialization order warningsThorbjørn Lindeijer2010-04-161-2/+4
* Fixed possible infinite loop when searching in text editorThorbjørn Lindeijer2010-04-161-1/+6
* Fix find scope expandingmae2010-04-132-27/+26
* Restrict find & replace to vertical block selectionmae2010-04-122-9/+53
* Improved fancylineedit and consistencyJens Bache-Wiig2010-04-121-1/+1
* Less includesdt2010-04-071-1/+0
* Version bumpcon2010-03-311-2/+2
* Make the find dialog only resizable in the widthdt2010-03-291-15/+5
* Header cleaning mainly in find/cpaster.Friedemann Kleint2010-03-2413-238/+282
* Use some more standard icons from the themeThorbjørn Lindeijer2010-03-191-1/+2
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+2
* Plugin manager for enabling/disabling pluginsLasse Holmstedt2010-03-121-0/+1
* Avoid a flickering popup at startup and save some time on startup.con2010-03-102-6/+16
* Long live the king!hjk2010-03-0526-26/+26
* Version bump.con2010-03-011-2/+2
* Fix crash with empty search term.con2010-02-262-11/+23
* Fix some code scanning issues.Friedemann Kleint2010-02-011-18/+13
* fakevim: make methods used by FindPlugin public instead of making FindPlugin ...Martin Aumüller2010-01-211-3/+4
* fakevim: implement incremental backward search '?' using Find pluginMartin Aumüller2010-01-215-1/+28
* for fakevim mode, terminate incremental search after pressing enter/returnMartin Aumüller2010-01-214-4/+39
* Implement string based search & replace in multiple files.con2009-12-214-8/+46
* Don't try to add actions to non-existing group.con2009-12-141-1/+1
* Clearer menu separation between find tool bar and find window.con2009-12-143-5/+9
* Fixed the sorting of search resultsThorbjørn Lindeijer2009-12-085-29/+58
* Improved line wrapping of plugin license texts.Alessandro Portale2009-11-201-9/+3
* Merge commit 'origin/1.3'con2009-11-112-4/+17
|\
| * Fixed search results handling of font heightThorbjørn Lindeijer2009-11-102-3/+12
| * Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-1/+5