Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unused code. | con | 2009-12-21 | 1 | -31/+0 | |
| | ||||||
* | Implement string based search & replace in multiple files. | con | 2009-12-21 | 1 | -56/+5 | |
| | | | | | | | | | | | This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73 | |||||
* | Hide the implementation details of CppModelManagerInterface::WorkingCopy. | Roberto Raggi | 2009-12-15 | 1 | -9/+9 | |
| | ||||||
* | Replaced the hardcoded QHash<QString, QString> with ↵ | Roberto Raggi | 2009-12-15 | 1 | -2/+2 | |
| | | | | CppModelManagerInterface::WorkingCopy. | |||||
* | Store the working list in a QHash. | Roberto Raggi | 2009-12-07 | 1 | -5/+5 | |
| | ||||||
* | Rename MyProcess and MyReduce. | Roberto Raggi | 2009-12-07 | 1 | -37/+41 | |
| | ||||||
* | Initial work on the new CPlusPlus::Snapshot. | Roberto Raggi | 2009-12-07 | 1 | -1/+1 | |
| | | | | Encapsulate the details. | |||||
* | Removed unused formal argument. | Roberto Raggi | 2009-12-04 | 1 | -1/+1 | |
| | ||||||
* | Use mappedReduce when searching for the usages of a symbol. | Roberto Raggi | 2009-12-04 | 1 | -43/+78 | |
| | ||||||
* | Removed useless arguments | Roberto Raggi | 2009-12-03 | 1 | -26/+3 | |
| | ||||||
* | Rename dependsOn() in filesDepedingOn() and introduced ↵ | Roberto Raggi | 2009-12-02 | 1 | -1/+1 | |
| | | | | Snapshot::dependencyTable(). | |||||
* | Save the usages. | Roberto Raggi | 2009-12-02 | 1 | -4/+8 | |
| | ||||||
* | Use resultsReadyAt. | Roberto Raggi | 2009-12-01 | 1 | -8/+10 | |
| | ||||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -6/+6 | |
| | ||||||
* | Merge commit 'origin/1.3' | con | 2009-11-30 | 1 | -1/+1 | |
|\ | ||||||
| * | Some naming adaptions. | con | 2009-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | Add functionality to show progress for the application in task bar/dock. | con | 2009-11-27 | 1 | -2/+1 | |
|/ | | | | | | Move the API to the progress manager. Added a first Mac implementation, other platforms are pending. | |||||
* | Code model: Fix Windows issues (duplicate matches). | Friedemann Kleint | 2009-11-09 | 1 | -4/+0 | |
| | | | | | | | | | Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | |||||
* | Prevent global replace before search is done. | con | 2009-11-04 | 1 | -0/+1 | |
| | | | | | | Also fix focusing issues of the replace line edit. Reviewed-by: Roberto Raggi | |||||
* | Set the parent object of CppFindReferences. | Roberto Raggi | 2009-11-04 | 1 | -1/+2 | |
| | ||||||
* | Paranoia check. Skip the change if we have another change with the same offset. | Roberto Raggi | 2009-11-04 | 1 | -1/+15 | |
| | ||||||
* | Compile Windows | Friedemann Kleint | 2009-10-27 | 1 | -1/+0 | |
| | ||||||
* | Remove duplicates from the working list. | Roberto Raggi | 2009-10-27 | 1 | -0/+2 | |
| | ||||||
* | Introduced CPlusPlus::FindUsages. | Roberto Raggi | 2009-10-27 | 1 | -446/+11 | |
| | ||||||
* | Activate the completion only when the canonical symbol has a valid name. | Roberto Raggi | 2009-10-26 | 1 | -0/+3 | |
| | ||||||
* | Process the names of the formal arguments when searching references in ↵ | Roberto Raggi | 2009-10-15 | 1 | -3/+14 | |
| | | | | function definitions. | |||||
* | Don't use modality to inform the user about the dangerous world of code ↵ | Roberto Raggi | 2009-10-15 | 1 | -0/+2 | |
| | | | | refactoring. | |||||
* | Rename the given enumerator. | Roberto Raggi | 2009-10-13 | 1 | -2/+16 | |
| | ||||||
* | Check the scope of class and fwd-class declarations | Roberto Raggi | 2009-10-13 | 1 | -2/+22 | |
| | ||||||
* | Expose CppModelManagerInterface::workingCopy() | Roberto Raggi | 2009-10-12 | 1 | -3/+3 | |
| | ||||||
* | Handle ambiguous AST nodes. | Roberto Raggi | 2009-10-09 | 1 | -0/+18 | |
| | ||||||
* | Find the canonical virtual method. | Roberto Raggi | 2009-10-07 | 1 | -2/+3 | |
| | ||||||
* | Run the binder before searching strong and weak references. | Roberto Raggi | 2009-10-07 | 1 | -0/+9 | |
| | ||||||
* | Removed the MacroResolver | Roberto Raggi | 2009-10-07 | 1 | -6/+2 | |
| | | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects. | |||||
* | Search for possible forward classes. | Roberto Raggi | 2009-10-06 | 1 | -3/+25 | |
| | ||||||
* | Return the class declaration as canonical symbol for ctors, dtors, and class ↵ | Roberto Raggi | 2009-10-06 | 1 | -12/+14 | |
| | | | | names. | |||||
* | Show a warning message when using global renaming. | Roberto Raggi | 2009-10-06 | 1 | -7/+13 | |
| | ||||||
* | Use the existing text editor when refactoring text. | Roberto Raggi | 2009-10-06 | 1 | -27/+52 | |
| | ||||||
* | Perform renaming. | Roberto Raggi | 2009-10-05 | 1 | -3/+64 | |
| | ||||||
* | Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 | con | 2009-10-05 | 1 | -20/+72 | |
|\ | | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp | |||||
| * | Added `Find Usages' of a Symbol. | Roberto Raggi | 2009-10-05 | 1 | -1/+12 | |
| | | ||||||
| * | Search for possible references in template arguments. | Roberto Raggi | 2009-10-05 | 1 | -2/+6 | |
| | | ||||||
| * | Ensure the user can stop a semantic search and added a method to get a ↵ | Roberto Raggi | 2009-10-05 | 1 | -0/+6 | |
| | | | | | | | | pointer to the ModelManagerInterface. | |||||
| * | Introduced an overload of reportResult() that can deal with strong and weak ↵ | Roberto Raggi | 2009-10-05 | 1 | -11/+14 | |
| | | | | | | | | results. | |||||
| * | Don't look at formal arguments. | Roberto Raggi | 2009-10-05 | 1 | -0/+28 | |
| | | ||||||
| * | Rename namespace Core::Utils into Utils | Friedemann Kleint | 2009-10-05 | 1 | -6/+6 | |
| | | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor. | |||||
* | | Refactor search result window for use of many items and checked state. | con | 2009-10-05 | 1 | -11/+11 | |
|/ | ||||||
* | Cache the lookup context. | Roberto Raggi | 2009-09-30 | 1 | -1/+18 | |
| | ||||||
* | Cache the macros. | Roberto Raggi | 2009-09-30 | 1 | -7/+5 | |
| | ||||||
* | Implemented a simple(fast?) strategy to resolve macro references. | Roberto Raggi | 2009-09-30 | 1 | -1/+11 | |
| |