aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find/findplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the find and locator plugin stubs.Eike Ziller2014-07-031-2/+0
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-397/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Find: Remove some Find namespace usagesTobias Hunger2013-09-041-18/+19
* Clean headers in Find.Friedemann Kleint2013-04-031-3/+0
* Use Core::Id::withSuffix when appropriatehjk2013-03-191-1/+2
* 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
* | Use Id::fromString instead of the constructor.hjk2013-01-171-1/+2
* | Support preserving case when replacing.Francois Ferrand2012-12-141-0/+7
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-9/+2
* ActionManager API cleanup.Eike Ziller2012-05-251-10/+8
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-4/+4
* Find: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-201-15/+17
* Disable "Search Again" if file filter is disabled.Eike Ziller2011-12-201-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
|/
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-8/+4
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Add "Find in directory" to project tree context menuDaniel Teske2011-09-051-0/+10
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-1/+1
* Update license.hjk2011-04-131-14/+13
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+5
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* coreplugin: use Core::Id is some placeshjk2010-09-101-3/+4
* Make "Use regular expressions" a general option for find filters.con2010-07-151-3/+10
* Use the Find::FindFlags also for the search dialog.con2010-07-151-14/+15
* Move find flags from IFindSupport to more accessible place.con2010-07-151-0/+11
* Add "Advanced..." button to find tool bar that opens the search dialog.con2010-07-141-1/+2
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+2
* One method name slipped the naming convention displayName.con2010-07-121-1/+1
* Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-2/+2
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-2/+3
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* Header cleaning mainly in find/cpaster.Friedemann Kleint2010-03-241-63/+100
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+2
* Long live the king!hjk2010-03-051-1/+1
* fakevim: implement incremental backward search '?' using Find pluginMartin Aumüller2010-01-211-0/+8
* for fakevim mode, terminate incremental search after pressing enter/returnMartin Aumüller2010-01-211-0/+17
* 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-141-4/+7
* Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5'con2009-10-291-1/+1
|\