Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
  2. Sep 17, 2010
  3. Aug 24, 2010
  4. Aug 19, 2010
  5. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  6. Jun 29, 2010
  7. Jun 23, 2010
  8. Jun 22, 2010
    • hjk's avatar
      debugger: The DebuggerEngine refactoring. · 6a6cba55
      hjk authored
      This replaces the (de facto) singleton engines and data handlers by classes
      that are instantiated per run. The DebuggerRunControl will now create an
      object of (a class derived from) DebuggerEngine that contains all the relevant
      "dynamic" data.
      
      DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
      whereas the data bits went to DebuggerEngine.
      
      There is no formal notion of a "current" DebuggerEngine. However, as there's
      only one DebuggerEngine at a time that has its data models connected to the
      view, there's still some "de facto" notion of a "current" engine. Calling
      SomeModel::setData(int role, QVariant data) with custom role is used as the
      primary dispatch mechanism from the views to the "current" data models
      (and the engine, as all data models know their engine).
      6a6cba55
  9. Jun 11, 2010
  10. Apr 08, 2010
  11. Mar 30, 2010
  12. Mar 25, 2010
  13. Mar 22, 2010
  14. Mar 18, 2010
  15. Mar 05, 2010
  16. Feb 23, 2010
  17. Feb 17, 2010
  18. Feb 11, 2010
  19. Feb 03, 2010
  20. Jan 29, 2010
  21. Jan 15, 2010
  22. Jan 06, 2010
  23. Dec 09, 2009
  24. Nov 25, 2009
  25. Nov 09, 2009
  26. Oct 16, 2009
    • Friedemann Kleint's avatar
      Debugger: Use the code model to detect unitialized variables. · 25ee70bb
      Friedemann Kleint authored
      
      This should save debugger round trips and crashes in the debugging
      helpers.
      Add respective option to debugging helper option page, defaulting to
      true.On this occasion, make CDB detect shadowed variables correctly
      and display them as "<shadowed n>" as does the Gdb engine by
      reversing the direction in which
      CdbSymbolGroupContext::populateINameIndexMap works.
      Rubber-stamped-by: default avatarhjk <qtc-committer@nokia.com>
      25ee70bb
  27. Oct 06, 2009
  28. Oct 05, 2009
  29. Oct 01, 2009
  30. Sep 29, 2009
  31. Sep 23, 2009
  32. Aug 19, 2009
Loading