Skip to content
Snippets Groups Projects
  1. Jun 25, 2010
  2. Jun 23, 2010
  3. 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
  4. Jun 07, 2010
  5. May 19, 2010
  6. Apr 27, 2010
  7. Apr 23, 2010
  8. Apr 15, 2010
  9. Apr 09, 2010
    • Friedemann Kleint's avatar
      Debugger[cdb/gdb]: Fix formatting of integers/messages. · b2ddf720
      Friedemann Kleint authored
      - Do not reformat boolean values (true,false) as hex/oct.
      - char/unsigned char types (cdb/gdb): Chop off the quoted
        printable character output by the debugger, pass around integer
        only and append the character ourselves in the watchhandler,
        making reformatting as hex/octal work.
      - cdb: Check format correctly (fix values output as plain integer).
      - cdb: Kill needless warning produced by reformatting output of out-of-scope
        variables.
      - cdb: Display exceptions in the status bar as non-intrusive crash notification.
      
      Reviewed-by: hjk
      b2ddf720
  10. Mar 23, 2010
  11. Mar 22, 2010
  12. Mar 18, 2010
  13. Mar 17, 2010
  14. Mar 16, 2010
  15. Mar 15, 2010
  16. Mar 11, 2010
  17. Mar 09, 2010
  18. Mar 05, 2010
  19. Feb 25, 2010
  20. Feb 17, 2010
  21. Feb 11, 2010
  22. Feb 08, 2010
    • Kai Koehne's avatar
      Reapply unconnected changes from reverted commit · 6c4b9ba2
      Kai Koehne authored
      Only revert stuff that is linked to fast string concat.
      6c4b9ba2
    • Kai Koehne's avatar
      Revert "compile everything with QT_USE_FAST_CONCATENATION" · 999c73ad
      Kai Koehne authored
      This reverts commit e70530c5. It
      did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
      gcc 4.0.1 on Mac OS X):
      
      parser/qmljsgrammar_p.h: In static member function ???static int
      QmlJSGrammar::nt_action(int, int)???:
      parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
      is/uses anonymous type
      parser/qmljsgrammar_p.h:188: error:   trying to instantiate
      ???template<class T> struct QConcatenable???
      ...
      999c73ad
  23. Feb 05, 2010
  24. Feb 04, 2010
  25. Feb 01, 2010
Loading