Skip to content
Snippets Groups Projects
  1. Aug 16, 2010
  2. Aug 13, 2010
  3. Aug 12, 2010
  4. Jul 27, 2010
    • Erik Verbruggen's avatar
      Added the InsertionPointLocator. · b2659950
      Erik Verbruggen authored
      For answers to questions about where to insert a snippet/chunk of C++ code. Ok,
      currently it will only find the One And Only place to insert method
      declarations in classes, and it will need some tuning.
      b2659950
  5. Jul 26, 2010
  6. Jul 20, 2010
  7. Jul 19, 2010
  8. Jul 16, 2010
  9. Jul 12, 2010
  10. Jul 09, 2010
  11. Jul 06, 2010
  12. Jul 05, 2010
  13. Jul 01, 2010
  14. Jun 30, 2010
  15. Jun 23, 2010
  16. Jun 22, 2010
  17. 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
  18. Jun 14, 2010
  19. Jun 07, 2010
  20. Jun 04, 2010
  21. Jun 03, 2010
Loading