Skip to content
Snippets Groups Projects
  1. Sep 13, 2011
  2. Sep 12, 2011
  3. Sep 08, 2011
  4. Sep 06, 2011
  5. Sep 05, 2011
  6. Sep 01, 2011
  7. Aug 30, 2011
  8. Aug 26, 2011
  9. Aug 25, 2011
  10. Aug 24, 2011
  11. Aug 19, 2011
  12. Aug 18, 2011
  13. Aug 17, 2011
  14. Aug 16, 2011
  15. Aug 15, 2011
  16. Aug 12, 2011
  17. Aug 08, 2011
  18. Aug 05, 2011
  19. Jul 29, 2011
  20. Jul 14, 2011
  21. Jul 13, 2011
  22. Jul 11, 2011
  23. Jul 08, 2011
    • Leandro Melo's avatar
      C++ editor: Improve type hierarchy widget · 23decd9d
      Leandro Melo authored
      Now the type hierarchy widget will also show the classes
      derived from the selected one. For consistency the way
      the base classes are shown was changed too. The diagram
      below is an example from Creator's code when openining
      the type hierarchy for BaseTextEditorWidget:
      
      Bases
       +QObject
        +QWidget
         +...
           BaseTextEditorWidget
       +QPaintDevice
        +...
          BaseTextEditorWidget
      Derived
       +BaseTextEditorWidget
        +VCSBaseEditorWidget
          GitEditor
          MercurialEditor
          ...
         GLSLEditorWidget
         CppEditorWidget
         QmlJSTextEditorWidget
         ...
      
      Depending on the project and on the selected class the
      hierarchy widget might take a bit to be constructed.
      This should be improved later.
      
      Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5
      Reviewed-on: http://codereview.qt.nokia.com/883
      
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      23decd9d
    • Leandro Melo's avatar
      C++ editor: Fix follow symbol for member functions · b260bf1e
      Leandro Melo authored
      Fix a regression introduced by ad53fa42
      in which follow symbol takes you to the function declaration (instead
      of to the type) for situations like the one below (the | indicates the
      cursor):
      
      void Ty|pe::function() {}
      
      Change-Id: Iffd15b23bb0cd67eca5965cb22d9b60c4d024fb7
      Reviewed-on: http://codereview.qt.nokia.com/1375
      
      
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      b260bf1e
  24. Jun 09, 2011
  25. Jun 08, 2011
Loading