summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-21/+28
* Cpp{Tools,Editor}: Expect UTF-8 encoded literalsNikolai Kosjar2014-05-231-1/+1
* Use more descriptive progress bar titlesEike Ziller2014-04-281-2/+2
* CppTools/QmlJSEditor: Hide "Preserve Case" for Replace Symbol Under CursorNikolai Kosjar2014-03-121-0/+2
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-26/+26
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-031-2/+0
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-291-0/+2
* C++: Release more documents.Erik Verbruggen2013-11-121-6/+15
* Avoid holding on lots of data with C++ Find UsagesEike Ziller2013-10-181-107/+111
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-17/+18
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-2/+2
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-9/+8
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-1/+1
* CppTools: Fix "! condition" coding styleNikolai Kosjar2013-07-251-3/+6
* Switch less often to edit modeEike Ziller2013-06-051-5/+2
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-5/+5
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* Clean headers in CppTools.Friedemann Kleint2013-04-101-21/+0
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-0/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-20/+21
* C++: fix find/rename macro usages.Erik Verbruggen2013-02-011-4/+5
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Support preserving case when replacing.Francois Ferrand2012-12-141-4/+5
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-7/+7
* | C++ Macro Usages: RefactoringAndre Hartmann2012-10-241-10/+9
* | CppEditor: remove operator() overloads from OverViewhjk2012-10-171-1/+1
|/
* C++: removed invalid FIXME.Erik Verbruggen2012-10-151-1/+0
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-13/+18
* C++ Macro Usages: Fix search result encoding and highlighting.Andre Hartmann2012-10-151-28/+13
* Adjust license headershjk2012-10-051-21/+20
* "Find Usages" and "Refactor" may decode error.raidsan2012-10-051-5/+11
* Make IOutputPane behaviour more granularDaniel Teske2012-09-131-2/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Implemented Rename Macro UsagesAndre Hartmann2012-06-061-1/+18
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-051-2/+22
* Mark canceled searches as such.Eike Ziller2012-05-221-3/+3
* editormanager: simplify use of interfacehjk2012-05-111-2/+2
* Fix C++ Macro Usages definition line in Search Results.Andre Hartmann2012-04-041-7/+6
* Fix C++ Macro Usages when Definition contains Newline.Andre Hartmann2012-03-291-2/+7
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-281-4/+6
|\
| * Don't pass native file names to internal API.Eike Ziller2012-03-271-4/+6
* | Improved highlighting in C++ Macro Usages.Andre Hartmann2012-03-161-3/+4
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
|/
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Move repeated searches to top.Eike Ziller2012-02-071-1/+1