1. 13 Apr, 2013 - 1 commit
  2. 12 Apr, 2013 - 1 commit
  3. 08 Apr, 2013 - 1 commit
  4. 05 Apr, 2013 - 1 commit
  5. 28 Mar, 2013 - 1 commit
  6. 25 Mar, 2013 - 1 commit
  7. 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
  8. 19 Mar, 2013 - 1 commit
  9. 14 Mar, 2013 - 1 commit
  10. 11 Mar, 2013 - 1 commit
  11. 07 Mar, 2013 - 1 commit
  12. 01 Mar, 2013 - 1 commit
  13. 27 Feb, 2013 - 1 commit
  14. 22 Feb, 2013 - 1 commit
  15. 21 Feb, 2013 - 2 commits
  16. 20 Feb, 2013 - 1 commit
  17. 14 Feb, 2013 - 2 commits
  18. 08 Feb, 2013 - 2 commits
  19. 01 Feb, 2013 - 1 commit
  20. 31 Jan, 2013 - 1 commit
  21. 30 Jan, 2013 - 1 commit
  22. 18 Jan, 2013 - 1 commit
  23. 17 Jan, 2013 - 1 commit
  24. 20 Dec, 2012 - 1 commit
  25. 05 Dec, 2012 - 1 commit
  26. 20 Nov, 2012 - 2 commits
  27. 09 Nov, 2012 - 1 commit
  28. 15 Oct, 2012 - 1 commit
  29. 10 Aug, 2012 - 1 commit
  30. 02 Jul, 2012 - 1 commit
  31. 29 Jun, 2012 - 1 commit
  32. 04 Jun, 2012 - 1 commit
  33. 21 May, 2012 - 1 commit
  34. 16 Apr, 2012 - 1 commit
  35. 06 Dec, 2011 - 1 commit
    • Alan Alpert's avatar
      Work again. · 36a83948
      Alan Alpert authored
      Well, a little. At least one person can now run Gallery.qml again.
      
      Removes all menu related stuff, removes Window (uses the
      Window in QtQuick.Window instead, despite reduced functionality now).
      
      Updates to work with the quick module split, and the xmllistmodel
      module split.
      
      Updates version number to 0.2 as well.
      36a83948
  36. 25 Sep, 2011 - 1 commit