| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit c33a8e94981f6b1acf2b11aaf04c3e86f6ceea12)
|
|
|
|
|
| |
Found by Roberto.
(cherry picked from commit b07c1be547d7beb432c43bb8f0c9301595a0dde8)
|
|
|
|
| |
(cherry picked from commit dbffec2cca9f35e9475e33648d7907fe0b9d9ecc)
|
|
|
|
| |
(cherry picked from commit 7e0e62cb253dbf26166d4dfaada1898beadc44ef)
|
|
|
|
| |
(cherry picked from commit afedec330a9be2378009c5497bbb8b88efd4255d)
|
|
|
|
|
| |
Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
(cherry picked from commit 77aa3064783d64cc7d028772a59f13e5f0cd4780)
|
|
|
|
| |
(cherry picked from commit 7a135ac8a24a8fa5a75528f4d5d83c3a545cd8bc)
|
|
|
|
| |
(cherry picked from commit fe1411cdfd36b992f40911495e34e21c6f53163e)
|
|
|
|
| |
(cherry picked from commit ef0e1a64dc2fe293c3ff4d3506cac1923a8352ee)
|
|
|
|
|
|
| |
names.
(cherry picked from commit 3c51e5b24b381364934531094203e3e315a945f7)
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
src/app/Info.plist
src/plugins/bineditor/BinEditor.pluginspec
src/plugins/bookmarks/Bookmarks.pluginspec
src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
src/plugins/coreplugin/Core.pluginspec
src/plugins/coreplugin/coreconstants.h
src/plugins/cpaster/CodePaster.pluginspec
src/plugins/cppeditor/CppEditor.pluginspec
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cpptools/cppfindreferences.cpp
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/designer/Designer.pluginspec
src/plugins/fakevim/FakeVim.pluginspec
src/plugins/find/Find.pluginspec
src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
src/plugins/git/ScmGit.pluginspec
src/plugins/helloworld/HelloWorld.pluginspec
src/plugins/help/Help.pluginspec
src/plugins/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmleditor/QmlEditor.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/qtscripteditor/QtScriptEditor.pluginspec
src/plugins/quickopen/QuickOpen.pluginspec
src/plugins/regexp/RegExp.pluginspec
src/plugins/resourceeditor/ResourceEditor.pluginspec
src/plugins/snippets/Snippets.pluginspec
src/plugins/subversion/Subversion.pluginspec
src/plugins/texteditor/TextEditor.pluginspec
src/plugins/vcsbase/VCSBase.pluginspec
src/plugins/welcome/Welcome.pluginspec
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
src/plugins/cpptools/cppfindreferences.cpp
src/plugins/cpptools/cpptoolsplugin.cpp
src/plugins/texteditor/basefilefind.cpp
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
pointer to the ModelManagerInterface.
|
| | |
| | |
| | |
| | | |
results.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
(cherry picked from commit 1f1c899cc083c55daf7cc4591bf92f6103fac4ed)
|
| |
| |
| |
| | |
(cherry picked from commit cbf24ab6f4c11b39cdf22f1ff016d3e8697d1678)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
results.
(cherry picked from commit 1395b87fc82cb9b77e5f5550c4357f7e6ebab345)
Conflicts:
src/plugins/cpptools/cppfindreferences.cpp
|
| |
| |
| |
| |
| |
| | |
pointer to the ModelManagerInterface.
(cherry picked from commit b5d6bf73d6d4bfc132a33dd00766e426d42ec6dd)
|
| |
| |
| |
| | |
(cherry picked from commit ec84f72968d1f635e9da312cba2db655057abb63)
|
|/ |
|
|
|
|
|
| |
Which is 'quite' important, since Qt builds by default generate
frameworks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In particular macros that are only checked for definition or are
expanded during the evaluation of an #if or #elif directive are now also
added to the list available through Document::macroUses().
The names of undefined macros that are interesting (because they're used
in an #ifdef or a defined(...)) are now available through
Document::undefinedMacroUses().
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
|