1. Jun 24, 2014
  2. Apr 07, 2014
  3. Feb 25, 2014
  4. Feb 20, 2014
  5. 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
  6. Feb 03, 2014
    • Liang Qi's avatar
      Add currentFont property to FontDialog. · a1df3e85
      Liang Qi authored
      
      QFontDialog has this property. This patch effectively means that
      the font property will be set when the dialog closes, instead of
      whenever the current font in the dialog changes, so pressing cancel
      will revert the font to what it was before the dialog was opened.
      
      Align with e73d503b84be12e7bf28491356b459ca309e7c95 in qtdelarative,
      the similar change for color dialog.
      
      [ChangeLog][QtQuickControls][FontDialog] Added currentFont property.
      
      Task-number: QTBUG-36574
      Change-Id: I4140966543a677d8e654dbaac170a2fe8d3579a1
      Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
      a1df3e85
  7. Jan 03, 2014