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