1. Jul 09, 2014
  2. Jun 24, 2014
  3. May 13, 2014
  4. Apr 09, 2014
  5. Apr 07, 2014
  6. Mar 12, 2014
  7. Mar 03, 2014
  8. Feb 25, 2014
  9. Feb 21, 2014
  10. Feb 20, 2014
  11. 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
  12. Feb 14, 2014
  13. Feb 07, 2014
  14. Feb 03, 2014
  15. Jan 03, 2014
  16. Dec 05, 2013
  17. Nov 30, 2013
  18. 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
  19. Nov 15, 2013
  20. Nov 13, 2013
  21. Oct 31, 2013
  22. Oct 24, 2013
  23. Oct 23, 2013
  24. Oct 17, 2013
  25. Oct 16, 2013
  26. Oct 15, 2013
  27. Sep 22, 2013
    • Jens Bache-Wiig's avatar
      Add a basic Switch control · e29fefa6
      Jens Bache-Wiig authored
      
      This is a very simple switch. I left out text label as this is
      very mobile oriented. A clicked signal is also debatable
      as you dont really click on a switch.
      
      Change-Id: I84269297cba48f0e81af8f25af5b97acadecdd6a
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      e29fefa6
  28. Sep 19, 2013
    • Gabriel de Dietrich's avatar
      ComboBox: Make popup scrollable · 1f8ee02f
      Gabriel de Dietrich authored
      
      We factor out part the menu item container logic from Menu into
      ColumnMenuContent, which takes care of scrolling and mouse hovering,
      and selection. This makes possible to extend the menu items layout.
      
      The pop-over and pull-down look is specified by the menu style
      component by overriding the ScrollView style. The popup's maximum
      height is also specified by the menu style.
      
      The gallery example can finally use a font families combo box.
      
      Task-number: QTBUG-31568
      Change-Id: I34a7278f476471c0eb51ef51dde3dd83e13002fe
      Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
      1f8ee02f
  29. Sep 17, 2013
  30. Sep 13, 2013
  31. Sep 10, 2013