Skip to content
Snippets Groups Projects
  1. Jul 02, 2010
  2. Jun 15, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed handling of text wrapping and a text layout corner case · a6e52985
      Thorbjørn Lindeijer authored
      Due to using QTextCursor::columnNumber() instead of
      QTextCursor::positionInBlock(), a lot of code would not work correctly
      when used with wrapped lines.
      
      In addition, there was an issue with columnNumber() returning 0 right
      after inserting a character before the last character of a line.
      
      Reviewed-by: mae
      a6e52985
  3. Jun 14, 2010
  4. Jun 11, 2010
  5. Jun 04, 2010
  6. May 17, 2010
  7. Apr 27, 2010
  8. Mar 23, 2010
  9. Mar 15, 2010
  10. Mar 11, 2010
  11. Mar 05, 2010
  12. Feb 01, 2010
  13. Jan 29, 2010
  14. Jan 05, 2010
  15. Dec 07, 2009
  16. Nov 30, 2009
  17. Nov 25, 2009
    • Friedemann Kleint's avatar
      Debugger/CDB: Windows 64 integer handling. · 2b23ea2a
      Friedemann Kleint authored
      
      Convert CDB unsigned integer values should they appear in hex,
      make format flexible.
      Use int64 for reformatting integers to be able to accommodate
      64 bit values on Windows 64. Add some more integer types.
      Do not save decimal type formats. Add menu option to clear
      individual formatting. Do not use map[] to query the type formats
      (inserting 0 everywhere as a side effect).
      
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      2b23ea2a
  18. Oct 26, 2009
  19. Oct 21, 2009
  20. Oct 19, 2009
  21. Oct 16, 2009
  22. Oct 14, 2009
  23. Oct 12, 2009
  24. Oct 09, 2009
    • Friedemann Kleint's avatar
      CDB: Make use of the improved debugger expression syntax · 8266c366
      Friedemann Kleint authored
      CDB can now handle sizeof(Class) and even expressions that
      determine the offset of map node values (to some extent), may still
      fail with templates). Format expressions accordingly, adapt
      cached expressions.
      Use gdbQuoteType depending on debugger type only.
      Most important, do not evaluate each expression separately before
      issuing the call, as ".call" can now do it on its own. Check for syntax
      errors there and cache failing types as before.
      8266c366
  25. Oct 08, 2009
    • Friedemann Kleint's avatar
      Debugger: Do configuration error checking early on. · 22ab8d56
      Friedemann Kleint authored
      
      Add a configuration checking method to the Debugger manager,
      depending on toolchain, wire it to the engines.
      Check that in the debugger run controls.
      
      Add a convenience method to ICore that shows a warning
      message with a "Settings" button, pointing the user
      to a configuration error on a settings page.
      
      Remove leftovers of the dumper parser.
      Acked-by: default avatarcon <qtc-committer@nokia.com>
      22ab8d56
  26. Oct 02, 2009
    • Friedemann Kleint's avatar
      CDB: Fix dumper regression · 1fad39c9
      Friedemann Kleint authored
      - Do not deref d-ptr when checking on QVariants of PODS
      - Make type/value fixing of dumper results more fine-grained
      - Allow children in expandPtrToDumpage (QWidget-Pointers)
      - Fix broken size cache (queuePrefix was empty)
      - Compile
      1fad39c9
  27. Oct 01, 2009
  28. Sep 21, 2009
    • Friedemann Kleint's avatar
      CDB: Use GdbMi parser for everything. · caa164a4
      Friedemann Kleint authored
      ..preparing recursive dumpers. Add recursive parser to
      watchutils.cpp Use insertBulkData() within CDB, add sizeof()
      information for some Qt containers in order to be able to
      dump QList<QList<KnownType> > .
      caa164a4
  29. Sep 18, 2009
  30. Sep 16, 2009
  31. Aug 31, 2009
  32. Aug 28, 2009
Loading