1. 27 May, 2013 - 1 commit
  2. 24 May, 2013 - 2 commits
  3. 14 May, 2013 - 1 commit
    • Jens Bache-Wiig's avatar
      Disable flicking on ScrollView · 72232a9b
      Jens Bache-Wiig authored
      
      task-number: QTBUG-31121
      
      We already handle MouseWheel events separately and we do
      generally not want to interact with the flickable.
      I don't know if we should somehow handle this differently on a
      mobile device but for now it seems sensible to disable it.
      
      Change-Id: I7dc30050efcedd8f670b3ecdc0a9915a692fd475
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      72232a9b
  4. 08 May, 2013 - 1 commit
  5. 06 May, 2013 - 1 commit
  6. 04 May, 2013 - 1 commit
  7. 26 Apr, 2013 - 1 commit
  8. 24 Apr, 2013 - 1 commit
  9. 15 Apr, 2013 - 1 commit
  10. 13 Apr, 2013 - 1 commit
  11. 12 Apr, 2013 - 1 commit
  12. 08 Apr, 2013 - 1 commit
  13. 05 Apr, 2013 - 1 commit
  14. 28 Mar, 2013 - 1 commit
  15. 25 Mar, 2013 - 1 commit
  16. 23 Mar, 2013 - 1 commit
    • Gabriel de Dietrich's avatar
      ScrollView: Fix crash on exit · f36f562a
      Gabriel de Dietrich authored
      
      Reproducible with the gallery example application, Launch it, select
      the TextField, and quit the application.
      
      The following short example also reproduces the crash in the same way,
      but selecting the TextInput instead.
      
      import QtQuick 2.1
      import QtQuick.Window 2.1
      import QtQuick.Controls 1.0
      
      Window {
      
          property bool blah: !!activeFocusItem && !!activeFocusItem["copy"]
      
          Column {
              TextInput {
                  width: 200
                  height: 30
              }
              TextArea {
                  width: 200
                  height: 200
              }
          }
      }
      
      Whether the real cause is in ScrollView or deeper in QtQuick is yet to
      be throughly investigated. But, hey, that's one crash less right now.
      
      Change-Id: Idf358775b8b0333261ecfec7a2fefd3c5b931cc8
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      f36f562a
  17. 19 Mar, 2013 - 1 commit
  18. 14 Mar, 2013 - 1 commit
  19. 11 Mar, 2013 - 1 commit
  20. 07 Mar, 2013 - 1 commit
  21. 01 Mar, 2013 - 1 commit
  22. 27 Feb, 2013 - 1 commit
  23. 22 Feb, 2013 - 1 commit
  24. 21 Feb, 2013 - 2 commits
  25. 20 Feb, 2013 - 1 commit
  26. 14 Feb, 2013 - 2 commits
  27. 08 Feb, 2013 - 2 commits
  28. 01 Feb, 2013 - 1 commit
  29. 31 Jan, 2013 - 1 commit
  30. 30 Jan, 2013 - 1 commit
  31. 18 Jan, 2013 - 1 commit
  32. 17 Jan, 2013 - 1 commit
  33. 20 Dec, 2012 - 1 commit
  34. 05 Dec, 2012 - 1 commit
  35. 20 Nov, 2012 - 2 commits