1. Sep 24, 2014
  2. Sep 23, 2014
  3. Sep 18, 2014
  4. Sep 04, 2014
    • 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
  5. Aug 25, 2014
  6. Aug 24, 2014
  7. Aug 08, 2014
  8. Jul 25, 2014
  9. Jul 18, 2014
  10. Jul 17, 2014
  11. Jul 09, 2014
  12. Jun 24, 2014
  13. Jun 07, 2014
  14. May 19, 2014
  15. May 13, 2014
  16. Apr 09, 2014
  17. Apr 07, 2014
  18. Mar 24, 2014
    • 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
  19. Mar 12, 2014
  20. Mar 03, 2014
  21. Feb 25, 2014
  22. Feb 21, 2014
  23. Feb 20, 2014
  24. Feb 15, 2014
    • Liang Qi's avatar
      FontDialog: new version of DefaultFontDialog.qml · e370b01a
      Liang Qi authored
      
      Use Controls and Layouts in new DefaultFontDialog.qml. Use a
      TextInput for sample text, and the dialog supports tab key
      navigation.
      
      [ChangeLog][QtQuickDialogs][FontDialog] The FontDialog fallback QML
      implementation now uses QtQuick.Controls and QtQuick.Layouts.
      
      Change-Id: I133368b14c958c7231dc0ed9a4777b0712eb3670
      Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
      e370b01a
    • Shawn Rutledge's avatar
      QtQuick.Dialogs: added Dialog: wrapper for arbitrary content · ccb088a6
      Shawn Rutledge authored
      
      It provides only a button box, so the application developer can
      supply the rest of the dialog contents.  This is useful for various
      kinds of dialogs that prompt the user for input.
      
      [ChangeLog][QtQuickDialogs][Dialog] Dialog is a new wrapper component
      for dialogs with standard buttons and custom content items.
      
      Change-Id: I0434bed5f504820dc0a668cb993a94980f99852a
      Reviewed-by: default avatarLiang Qi <liang.qi@digia.com>
      ccb088a6
  25. Feb 14, 2014
  26. Feb 07, 2014
  27. Feb 03, 2014
  28. Jan 03, 2014
  29. Dec 05, 2013
  30. Nov 30, 2013
  31. Nov 28, 2013
    • J-P Nurmi's avatar
      Revise main() in examples · 1070aeb5
      J-P Nurmi authored
      
      Replace the inconvenient QT_QUICK_CONTROLS_EXAMPLE_MAIN macro with a
      simpler macro that merely defines the actual application type. This way
      it's easier to do tweaks to main() when for example testing a different
      application font size. Moreover, browsing the example code becomes more
      convenient (especially online).
      
      Task-number: QTBUG-35083
      Change-Id: I8203816a9112bf29b4661baa86bf4a196554db05
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      1070aeb5
  32. Nov 15, 2013
  33. Nov 13, 2013