| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | |||||
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | | |||||
| * | EditorManager: Change openEditor/activateEditor to not do mode switching | dt | 2010-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode | ||||
| * | C++: put dependency table calculation into the future. | Erik Verbruggen | 2010-09-10 | 1 | -29/+41 |
| | | | | | Task-number: QTCREATORBUG-2300 | ||||
| * | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 1 | -2/+2 |
| | | |||||
| * | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -1/+1 |
| | | |||||
| * | New implementation of CPlusPlus::FindUsages | Roberto Raggi | 2010-08-10 | 1 | -5/+13 |
| | | |||||
| * | Use the most recent snapshot when searching for the usages of a symbol. | Roberto Raggi | 2010-08-05 | 1 | -6/+1 |
| | | |||||
| * | Look at the symbol's visibility. | Roberto Raggi | 2010-08-05 | 1 | -1/+2 |
| | | |||||
| * | Simplified FindUsages. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 |
| | | |||||
| * | C++ symbols find filter for advanced find. | con | 2010-07-23 | 1 | -1/+5 |
| | | | | | | | | | Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now. | ||||
| * | Quickfix: Convert underscore notation to camel case. | ck | 2010-07-20 | 1 | -2/+4 |
| | | | | | Reviewed-by: Roberto Raggi | ||||
| * | Add a instance() method to the search result window singleton. | con | 2010-07-12 | 1 | -1/+1 |
| | | |||||
| * | Compute the dependecy table on demand. | Roberto Raggi | 2010-07-06 | 1 | -12/+1 |
| | | |||||
| * | Ensure we keep the context around for as long as it is needed. | Roberto Raggi | 2010-05-31 | 1 | -15/+12 |
| | | |||||
| * | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 1 | -4/+0 |
| | | |||||
| * | Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. | Friedemann Kleint | 2010-03-18 | 1 | -0/+1 |
| | | |||||
| * | Use `Searching' instead of `Sarching...'. | Roberto Raggi | 2010-03-17 | 1 | -2/+2 |
| | | |||||
| * | Put the DependencyTable calculation into the QFuture. | Erik Verbruggen | 2010-03-17 | 1 | -8/+26 |
| | | | | | Done-with: Roberto Raggi | ||||
| * | Put the include depenency table into a separate class, and cache it when ↵ | Erik Verbruggen | 2010-03-17 | 1 | -4/+19 |
| | | | | | possible. | ||||
| * | Fixed QTCREATORBUG-745. | Erik Verbruggen | 2010-03-09 | 1 | -8/+11 |
| | | | | | | Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running. | ||||
| * | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | | |||||
| * | Find macro uses. | Christian Kamm | 2009-12-21 | 1 | -12/+136 |
| | | | | | Reviewed-by: Erik Verbruggen | ||||
| * | 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. | ||||
