1. 05 Nov, 2014 - 1 commit
    • J-P Nurmi's avatar
      Android: text entry implicit size fits 20 characters · 74b05b5c
      J-P Nurmi authored
      
      A native unlayouted EditText control fits 20 characters by default.
      Let Qt Quick Controls Android Style use the same metrics instead of
      adjusting to the textual contents. This gives empty TextField,
      SpinBox and ComboBox sensible implicit sizes instead of shrinking
      them down to something unusable.
      
      Change-Id: I3cd3948aa3d64daada9d0b7d773cebb6627263f6
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
      74b05b5c
  2. 30 Oct, 2014 - 1 commit
    • J-P Nurmi's avatar
      Make the cursor and selection handle delegates private for now · 3a851dfd
      J-P Nurmi authored
      
      The API is not ideal, we don't want to lock this thing down like as it
      is now. All styles implemented so far created CursorHandleStyle.qml and
      SelectionHandleStyle.qml so perhaps that's the better way to go.
      
      Furthermore, there's never going to be multiple occurrences of the
      handle pairs, so it should be one shared instance. Thus, the relevant
      style delegates probably shouldn't be sprinkled around various control
      styles...
      
      So, for now, the most pragmatic solution is to make the handles and
      cursors internal since we don't have time to revamp it before 5.4.0.
      
      Change-Id: Ib9fcc4a431bb510c8c55a760159f4d6a631554b3
      Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
      Reviewed-by: default avatarRichard Moe Gustavsen <richard.gustavsen@digia.com>
      3a851dfd
  3. 09 Aug, 2014 - 1 commit
  4. 07 Aug, 2014 - 1 commit