Skip to content

Version 0.1

Compare
Choose a tag to compare
@iBelieve iBelieve released this 06 May 22:29
· 178 commits to develop since this release

Initial stable release! Documentation available at http://papyros.io/qml-material

Features

  • Create a style for theming QtQuick.Controls apps
  • Components
    • [ActionBar] Control the overflow menu with Android hardware keys
    • [ActionBar] Elide titles displayed in the action bar
    • [ActionBar] Hide non-visible actions in the action bar
    • [ActionBar] Support disabling actions in the action bar
    • [ActionButton] Add support for the mini and default FAB sizes
    • [Button] Properly handle dark background for flat buttons
    • [Dialog] Active focus is passed off when Dialog closes
    • [Dialog] Add support for full-width content
    • [Dialog] Correctly handle back button on Android devices
    • [Icon] Add a valid property to Icon and AwesomeIcon
    • [Icon] Support custom icons with an iconSource property
    • [Icon] Update the FontAwesome icon table
    • [Icon] Update the FontAwesome parsing script to pull from the website
    • [IconButton] Add animation on mouse over
    • [InputDialog] Expose the text field and input method
    • [ListItem] Add a new expandable section header list item
    • [ListItem] Correctly calculate the width of a simple menu item
    • [NavigationDrawer] Update the nav drawer to work properly
    • [PageStack] Pop pages when the Android back button is tapped
    • [Popup] Support preventing a popup from being dismissed
    • [RadioButton] Improve selection support
    • [Tabs] Allow switching tabs programmatically in a page
    • [Tabs] Capitalize tab titles
    • [Tabs] Implement the MD spec for coloring tab text
    • [TextField] Port to QtQuick.Controls
  • Documentation
  • Demo
    • Add a Typography section to the demo
    • Organize the different demos into tabs
    • Display all the Material Design icons in the Icons demo
    • Update radio button demo with grouping
  • Testing
    • Add UI tests for the ActionBar component