Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
    • Przemyslaw Gorszkowski's avatar
      CppEditor: introduce include hierarchy · a3eaed4c
      Przemyslaw Gorszkowski authored
      
      Based on type hierarchy.
      
      Added to context menu ('Open Include Hierarchy')
      Shortcut(Ctrl+Shift+I)
      
      'Include Hierarchy' contains:
      FileName for which 'Include Hierarchy' is done
      Includes(which files are included by current file - tree hierarchy)
      Included by(which files include current file - tree hierarchy)
      
      It is possible to open/goto each file by clicking on specific item.
      Additionally for 'Included by' files it goes to the line where is include
      directive for current file.
      
      Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      a3eaed4c
  2. Aug 29, 2013
  3. Jan 29, 2013
  4. Oct 05, 2012
  5. Jul 19, 2012
  6. Jan 26, 2012
  7. Nov 03, 2011
  8. May 06, 2011
  9. Apr 13, 2011
  10. Jan 12, 2011
  11. Dec 17, 2010
  12. Aug 20, 2010
    • Friedemann Kleint's avatar
      Debugger: Refactor run control termination. · 6840c1d1
      Friedemann Kleint authored
      Fix breakage introduced by the new asynchronous stop() methods
      of the debugger run controls. Allow for RunControl::stop() to
      be asynchronous by introducing a return enumeration indicating
      that. Introduce additional method aboutToStop() asking user
      to quit (tie that to the RunControl instead of having to hack
      the behaviour elsewhere).
      If asynchronous stop is detected, terminate the ProjectExplorer
      asynchronously.
      This makes the behaviour consistent across switching sessions/
      closing outputwindow tabs and quitting Qt Creator.
      
      Reviewed-by: dt
      Rubber-stamped-by: hjk
      6840c1d1
  13. Mar 05, 2010
  14. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  15. Aug 14, 2009
  16. Jul 28, 2009
    • Daniel Molkentin's avatar
      Make the welcome screen into plugins. · 5633de2a
      Daniel Molkentin authored
      This removes the all hard dependencies to and from welcome screen,
      except the one to the core plugin. More in detail:
      
      - Add IWelcomePage to add a tab to the welcome screen
      - Move tabs in the modules where they belong
      - Enables QHelpManager to open help fullscreen and contextually
      - "Getting Started" moves to Qt4ProjectManager
      - Projects & Sessions (aka "Develop") moves to ProjectExplorer
      - "Community" remains in the welcome plugin for simplicity
      5633de2a
  17. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  18. Feb 25, 2009
  19. Jan 13, 2009
  20. Dec 16, 2008
  21. Dec 02, 2008
Loading