aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-1327-378/+351
* More copyright fixesTobias Hunger2011-02-181-0/+33
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-6/+7
* Exported header cleanup.Friedemann Kleint2011-01-203-5/+7
* Text document search was showing wrap indicator too often.con2011-01-141-7/+6
* 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-144-34/+83
* Show wrap indicator when searching in text edits.con2011-01-137-8/+143
* It's 2011 now.con2011-01-1226-26/+26
* Merge branch '2.1'con2010-12-1725-175/+275
|\
| * License headers.con2010-12-1725-175/+275
| * Version bump.con2010-12-021-2/+2
| * Version bump.con2010-11-021-2/+2
| * Fixed find scopemae2010-10-181-2/+2
| * version bump: 2.0.92 -> 2.0.93hjk2010-10-081-2/+2
| * version bump: 2.0.91 -> 2.0.92v2.1.0-betahjk2010-10-071-2/+2
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-2/+2
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-2/+0
* | Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
* | version bump 2.0.91 -> 2.1.81hjk2010-09-301-2/+2
* | Fixed find scopemae2010-09-281-2/+2
|/
* version bump 2.0.90 -> 2.0.91hjk2010-09-271-2/+2
* UI text - Fix capitalizationLeena Miettinen2010-09-201-1/+1
* find: fix taborderhjk2010-09-161-0/+6
* Further header cleanup.Friedemann Kleint2010-09-162-58/+88
* coreplugin: use Core::Id is some placeshjk2010-09-103-5/+8
* Search Dialog: Make canceling possibledt2010-09-024-20/+38
* Find Dialog: Update en/disabled state on finishing searchingdt2010-09-022-14/+21
* replace version 2.1.80 by 2.0.90hjk2010-08-301-2/+2
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-2/+2
* 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