1. May 29, 2013
    • J-P Nurmi's avatar
      Revise TableView API for managing the columns · c47c502e
      J-P Nurmi authored
      
      Replace "property list<TableViewColumn> columns" with:
      - addColumn(column)
      - insertColumn(index, column)
      - moveColumn(from, to)
      - removeColumn(index)
      - getColumn(index)
      
      Exposing list<TableViewColumn> type of property in the public API was
      problematic for several reasons. First of all, it limited the internal
      implementation too much. Secondly, modifying the list programmatically
      did not work as expected, and it also threw nasty warnings while
      reordering the columns interactively.
      
      Task-number: QTBUG-30319
      Task-number: QTBUG-31028
      Change-Id: I0039f7e4be2d6ee9303a4118bdf84146b6a96a05
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      c47c502e
  2. May 07, 2013
  3. Mar 14, 2013
  4. Mar 12, 2013
  5. Mar 06, 2013
  6. Feb 27, 2013
  7. Feb 21, 2013
  8. Feb 15, 2013
  9. Feb 08, 2013
  10. Dec 20, 2012
  11. Dec 05, 2012
  12. Nov 20, 2012
  13. Oct 15, 2012
  14. Aug 10, 2012
  15. Jun 04, 2012
  16. May 21, 2012
  17. Oct 02, 2011
  18. Oct 01, 2011
  19. Sep 29, 2011
  20. Sep 27, 2011
  21. Sep 25, 2011
  22. May 13, 2011
  23. Apr 30, 2011
  24. Apr 27, 2011