Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Sep 13, 2010
  3. Sep 08, 2010
  4. Sep 01, 2010
  5. Aug 27, 2010
  6. Aug 12, 2010
  7. Aug 11, 2010
  8. Aug 05, 2010
  9. Jul 21, 2010
  10. Jul 09, 2010
  11. Jul 02, 2010
  12. 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
  13. Jun 14, 2010
  14. Jun 11, 2010
  15. Jun 04, 2010
  16. May 17, 2010
  17. Apr 27, 2010
  18. Mar 23, 2010
  19. Mar 15, 2010
  20. Mar 11, 2010
  21. Mar 05, 2010
  22. Feb 01, 2010
  23. Jan 29, 2010
  24. Jan 05, 2010
  25. Dec 07, 2009
  26. Nov 30, 2009
  27. 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
  28. Oct 26, 2009
  29. Oct 21, 2009
  30. Oct 19, 2009
  31. Oct 16, 2009
Loading