1. Nov 13, 2014
  2. Oct 22, 2014
  3. Oct 19, 2014
  4. Oct 09, 2014
  5. Oct 08, 2014
  6. Sep 10, 2014
  7. Jul 31, 2014
  8. Jul 14, 2014
  9. Jul 11, 2014
  10. Jun 06, 2014
  11. Jun 05, 2014
  12. May 21, 2014
  13. May 15, 2014
  14. May 06, 2014
  15. Apr 15, 2014
    • Jens Bache-Wiig's avatar
      Ensure that styleData.row is initialized in delegates · f580f4ce
      Jens Bache-Wiig authored
      
      While we specifically documented that you should not depend on
      the value being correct in onCompleted for 5.3, it is not
      optimal that the initial value is consistently set to 0 and later
      changed to it's appropriate value. This patch ensures that delegates
      are not instantiated until after the model model and row values
      have been fully initialized.
      
      Task-number: QTBUG-38307
      Change-Id: Ib3300539a0283c997ab8b808fb229d3f22ed6324
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      f580f4ce
  16. Apr 08, 2014
  17. Apr 07, 2014
  18. Mar 28, 2014
  19. Mar 18, 2014
  20. Mar 11, 2014
    • Jens Bache-Wiig's avatar
      Fixed offset for overlay in moveable TableViewColumns · 15b85b15
      Jens Bache-Wiig authored
      
      The Loader needs to be reparented in order to draw the overlay on
      top of everything. In addition we need to take both the item offset and
      the contentX into account. Note I also tweaked the actual drop offset
      by headerRowDelegate.width/2 as that feels a bit more balanced.
      
      [ChangeLog][QtQuickControls][TableView] Fixed an issue with
      the header overlay offset while re-arranging TableViewColumns
      
      Task-number: QTBUG-37180
      Change-Id: Ia80049616bb30e1391948fdeaf3f8d68afd7ce3e
      Reviewed-by: default avatarCaroline Chao <caroline.chao@digia.com>
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      15b85b15
  21. Feb 26, 2014
  22. Feb 25, 2014
  23. Feb 21, 2014
  24. Feb 20, 2014
  25. Jan 23, 2014
  26. Jan 22, 2014
  27. Jan 14, 2014
  28. Dec 21, 2013
  29. Nov 20, 2013
    • J-P Nurmi's avatar
      Fix TableView scrolling problem · d214b67e
      J-P Nurmi authored
      
      TableView was specifying its content width based on item rows' width.
      Item rows get dynamically loaded and destroyed while scrolling, and it
      sometimes applied a width of a half-(de)constructed item row. That made
      the horizontal scrollbar jump to the beginning. This patch makes
      TableView use header row's (static) width for specifying the content
      width.
      
      Task-number: QTBUG-34344
      Change-Id: I797f0f5d294fbb8c95b2836f9aec0dc14c32bc6b
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      d214b67e
  30. Oct 31, 2013
  31. Oct 23, 2013
  32. Oct 22, 2013
  33. Oct 15, 2013
  34. Oct 11, 2013