Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shaavan/gui-qml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pr124.04
Choose a base ref
...
head repository: shaavan/gui-qml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr124.05
Choose a head ref
  • 8 commits
  • 24 files changed
  • 2 contributors

Commits on Jun 17, 2022

  1. qml: Add Information.qml in src/qml/controls

    - This is an object similar to Setting.qml
    - Instead of a switch button this allows to have the text as the
      option's value.
    - The text could also double as an hyperlink if the link is given.
    - The header text has the property that it could be set to be an
      editable text.
    - Adds an optional property to display image instead of descriptive
      text, which also optionally can have a link attached to it.
    shaavan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0a0e48f View commit details
    Browse the repository at this point in the history
  2. qml: Add onboarding01 and its subpages

    - Adds the onboarding01.qml file and its 3 subpages
    	- onboarding01a.qml : Introduction
    	- onboarding01b.qml : About
    	- onboarding01c.qml : Developers Options
    - Adds the AboutOptions and DeveloperOptions component which facilitates
      working of the pages 01b and 01c respectively.
    shaavan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2cb3513 View commit details
    Browse the repository at this point in the history
  3. qml: Add onboarding02.qml file

    - This corresponds to the second page, which talks about Strengthening
      Bitcoin
    
    Co-authored-by: jarolrod <jarolrod@tutanota.com>
    shaavan and jarolrod committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3ebb719 View commit details
    Browse the repository at this point in the history
  4. qml: Added onboarding03.qml

    - The page correponds to the block clock page in design file.
    - The block clock is temporarily replaced with the Bitcoin core app icon
    shaavan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7c35c85 View commit details
    Browse the repository at this point in the history
  5. qml: Add onboarding04.qml page

    - This page corresponds to the "Storage location" page in design file.
    - This commit also adds a component file: StorageLocations.qml to
      facilitate the working of the onboarding04.qml file.
    
    Co-authored-by: jarolrod <jarolrod@tutanota.com>
    shaavan and jarolrod committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    08b02a9 View commit details
    Browse the repository at this point in the history
  6. qml: Add onboarding05.qml page and its subpages

    - This includes the onboarding05.qml file and it subpages:
    	- onboarding05a.qml : "Storage"
    	- onboarding05b.qml : "Storage settings"
    - This commit also includes a components file to facilitate the
      onboarding05b.qml file
    
    Co-authored-by: jarolrod <jarolrod@tutanota.com>
    shaavan and jarolrod committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    eb4fb29 View commit details
    Browse the repository at this point in the history
  7. qml: Add onboarding06.qml pages and its subpages

    - This includes the main onboarding06.qml file along with its subpages:
    	- onboarding06a.qml : "Connection"
    	- onboarding06b.qml : "Connection settings"
    - This commit also updates the ConnectionSettings.qml component to
      better reflect the design file.
    
    Co-authored-by: jarolrod <jarolrod@tutanota.com>
    shaavan and jarolrod committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a28fa9f View commit details
    Browse the repository at this point in the history
  8. qml: Update stub.qml to display onboarding views

    Co-authored-by: jarolrod <jarolrod@tutanota.com>
    shaavan and jarolrod committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a655954 View commit details
    Browse the repository at this point in the history
Loading