1. 30 Oct, 2014 - 1 commit
    • J-P Nurmi's avatar
      Rewrite the gallery example · af733332
      J-P Nurmi authored
      
      A much simpler, scalable and mobile friendly UI.
      
      Some of the more complex controls, such as TextArea and TableView,
      are intentionally left out. They are scrollable on their own, so
      they wouldn't play nice inside scrollable pages. Furthermore, adding
      them as standlone pages would increase the amount of tabs too much.
      Those controls are demonstrated in the Text Editor and Table View
      examples, respectively.
      
      Task-number: QTBUG-41307
      Change-Id: Ib3efb346e621e388087f3f14c73b3b54279db280
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
      Reviewed-by: default avatarCaroline Chao <caroline.chao@theqtcompany.com>
      af733332
  2. 23 Oct, 2014 - 1 commit
    • Shawn Rutledge's avatar
      QtQuick.Dialogs examples: use controls and layouts; visual tweaks · 511a9b52
      Shawn Rutledge authored
      
      Make tab and button labels shorter so that they fit even on very-small-
      screen devices (like iOS).
      Make the content of some tabs scrollable.
      Background color of the Font tab matches the others.
      Use RowLayout to make baseline alignment of checkboxes and associated
      text fields possible.
      Use ColumnLayout because it works better inside a ScrollView.
      Use Label instead of Text so that the renderType is consistent.
      
      Change-Id: Ie2d07153532f35d108a0b6ad0bb4f10326f79d24
      Task-number: QTBUG-41999
      Reviewed-by: default avatarJan Arve Sæther <jan-arve.saether@theqtcompany.com>
      511a9b52
  3. 22 Oct, 2014 - 1 commit
  4. 20 Oct, 2014 - 1 commit
  5. 13 Oct, 2014 - 1 commit
  6. 06 Oct, 2014 - 7 commits
  7. 01 Oct, 2014 - 3 commits
    • Topi Reinio's avatar
      Table View Example: Sort indicator for the custom header delegate · 4d851e14
      Topi Reinio authored
      
      The Delegates tab in the example shows how to use custom types as
      TableView header, row, and item. The UI has a checkbox to toggle
      a sort indicator for the header - this change implements the
      indicator for the custom header delegate, and adjusts the header
      text accordingly.
      
      Task-number: QTBUG-41396
      Change-Id: Iab917b87b9b91c3dcc468f87aa14ec9293afd5f6
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      4d851e14
    • J-P Nurmi's avatar
      gallery: cleanup the main · f4ef7e57
      J-P Nurmi authored
      
      It's not a good example to rely on instances "somewhere in the outer
      context" => move things where they are used so they can be referenced
      via IDs that are in the scope.
      
      Change-Id: I352dca270de92590b5d620e529e84b9d18105082
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      f4ef7e57
    • J-P Nurmi's avatar
      gallery: cleanup system palette usage · cc174637
      J-P Nurmi authored
      
      ApplicationWindow sets the background color as appropriate => no need
      to use SystemPalette there. The child window was unnecessarily creating
      an extra Rectangle just for the background color => use Window::color.
      
      Change-Id: Id109c9e5f4d633baf1133afd3a1e9af277310e98
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      cc174637
  8. 24 Sep, 2014 - 1 commit
  9. 23 Sep, 2014 - 1 commit
  10. 18 Sep, 2014 - 1 commit
  11. 04 Sep, 2014 - 1 commit
    • Shawn Rutledge's avatar
      FileDialog: add sidebarVisible property and button · f4605583
      Shawn Rutledge authored
      
      The sidebar takes up too much space on some devices, so now it is
      possible for the application author to hide it by default.  The user
      can also toggle it with a button similar to that used for the
      Qt Creator sidebar, and this state is stored as a setting; however
      if the application sets sidebarVisible: false, that overrides the setting.
      
      [ChangeLog][QtQuick.Dialogs] FileDialog: added sidebarVisible property
      and button
      
      Task-number: QTBUG-39231
      Change-Id: Ie8b379da02f4b12764732b2c01b79039722778ab
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      f4605583
  12. 25 Aug, 2014 - 1 commit
  13. 24 Aug, 2014 - 1 commit
  14. 08 Aug, 2014 - 1 commit
  15. 25 Jul, 2014 - 1 commit
  16. 18 Jul, 2014 - 1 commit
  17. 17 Jul, 2014 - 1 commit
  18. 09 Jul, 2014 - 1 commit
  19. 24 Jun, 2014 - 3 commits
  20. 07 Jun, 2014 - 1 commit
  21. 19 May, 2014 - 1 commit
  22. 13 May, 2014 - 1 commit
  23. 09 Apr, 2014 - 1 commit
  24. 07 Apr, 2014 - 2 commits
  25. 24 Mar, 2014 - 1 commit
    • Laszlo Agocs's avatar
      Fix shaders for OpenGL core profiles · 76dd99c4
      Laszlo Agocs authored
      
      Add also a --coreprofile command-line parameter to the gallery and
      systemdialogs examples to allow testing Quick Controls with an OpenGL 3.2+
      core profile.
      
      This depends on the new features introduced to qtdeclarative in
      I75a47182 and I41b513e9.
      
      Change-Id: I408263a108a71df221943915849a4c3e18e0d3e4
      Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@jollamobile.com>
      76dd99c4
  26. 12 Mar, 2014 - 1 commit
  27. 03 Mar, 2014 - 1 commit
  28. 25 Feb, 2014 - 1 commit
  29. 21 Feb, 2014 - 1 commit