summaryrefslogtreecommitdiff
path: root/src/plugins/find
Commit message (Expand)AuthorAgeFilesLines
* Refactor block selectionmae2010-08-052-29/+32
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-4/+4
* Fix check boxes in search result window.con2010-07-296-42/+101
* Re-enable expanding on double-click in search results pane.con2010-07-263-2/+7
* Compile fix.kh12010-07-232-5/+5
* C++ symbols find filter for advanced find.con2010-07-2312-407/+407
* Make "Use regular expressions" a general option for find filters.con2010-07-156-29/+88
* Use the Find::FindFlags also for the search dialog.con2010-07-154-20/+23
* Move find flags from IFindSupport to more accessible place.con2010-07-1510-123/+133
* Add "Advanced..." button to find tool bar that opens the search dialog.con2010-07-144-1/+16
* Add replace action. Replace the icons for replace with text-only.con2010-07-1410-8/+80
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-132-2/+3
* Add documentation for the IFindFilter and search result window.con2010-07-123-1/+402
* Add a instance() method to the search result window singleton.con2010-07-122-0/+10
* One method name slipped the naming convention displayName.con2010-07-123-3/+3
* Merge remote branch 'origin/2.0'con2010-07-062-0/+16
|\
| * Let search dialog open the completion box at cursor down.con2010-07-062-0/+16
| * Version update to match the planned version naming.con2010-06-111-2/+2
| * Version bump.con2010-06-071-2/+2
* | 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