aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3767luigi11112021-12-021-3/+0
|\ \ | | | | | | | | | d922c91 main: hide TitleBar when MerchantTitleBar is visible (rating89us)
| * | main: hide TitleBar when MerchantTitleBar is visiblerating89us2021-12-011-3/+0
| |/
* / main: hide wallet name in wizard titlebarrating89us2021-11-281-1/+1
|/
* Receive: implement payment requestrating89us2021-08-191-0/+9
|
* Merge pull request #3611luigi11112021-07-111-0/+3
|\ | | | | | | 0ce3e4b WizardOpenWallet1: navigate with keyboard; enable accessibility (rating89us)
| * WizardOpenWallet1: navigate with keyboard; enable accessibilityrating89us2021-07-061-0/+3
| |
* | Merge pull request #3603luigi11112021-07-061-0/+4
|\ \ | | | | | | | | | 8419fce LanguageSidebar: navigate/select language with keyboard; enable accessibility; selected indicator; remember previous focused item (rating89us)
| * | LanguageSidebar: navigate/select language with keyboard; enable ↵rating89us2021-07-041-0/+4
| |/ | | | | | | accessibility; selected indicator; remember previous focused item
* | Merge pull request #3505luigi11112021-07-061-1/+1
|\ \ | | | | | | | | | 76be4b8 main: set correct size for pruned blockchain (selsta)
| * | main: set correct size for pruned blockchainselsta2021-05-261-1/+1
| | |
* | | Merge pull request #3504luigi11112021-07-061-7/+3
|\ \ \ | | | | | | | | | | | | 8236277 main: simplify fiat ticker code (selsta)
| * | | main: simplify fiat ticker codeselsta2021-05-261-7/+3
| |/ /
* | | Merge pull request #3503luigi11112021-07-061-5/+2
|\ \ \ | | | | | | | | | | | | b2255cf main: use Utils.epoch() for epoch (selsta)
| * | | main: use Utils.epoch() for epochselsta2021-05-261-5/+2
| |/ /
* | | Merge pull request #3502luigi11112021-07-061-1/+0
|\ \ \ | | | | | | | | | | | | aa8c1a5 main: remove redundant assignment (selsta)
| * | | main: remove redundant assignmentselsta2021-05-261-1/+0
| |/ /
* | | Merge pull request #3165luigi11112021-07-061-2/+2
|\ \ \ | |_|/ |/| | | | | 3907dac Account: remove 'Balance:' label; add XMR; align balances (rating89us)
| * | Account: remove "Balance:" label; add XMR; align balancesrating89us2020-10-171-2/+2
| | |
* | | History: display Payment proof dialog immediately after clicking the buttonrating89us2021-06-221-3/+0
| | |
* | | main: fixes bug not accepting new restore heightrating89us2021-06-141-0/+1
| | |
* | | main: hide/show popups before/after inactivity screen lockrating89us2021-05-281-1/+10
| |/ |/|
* | Merge pull request #3445luigi11112021-04-291-2/+0
|\ \ | | | | | | | | | bc528cc main: drop unused altKeyReleased routine (xiphon)
| * | main: drop unused altKeyReleased routinexiphon2021-04-261-2/+0
| | |
* | | Merge pull request #3444luigi11112021-04-291-6/+0
|\ \ \ | | | | | | | | | | | | ad6f26c main: drop unused enableUI routine (xiphon)
| * | | main: drop unused enableUI routinexiphon2021-04-261-6/+0
| |/ /
* | | Merge pull request #3443luigi11112021-04-291-1/+1
|\ \ \ | | | | | | | | | | | | db8c4ed main: handleTransactionConfirmed - fix 'no file specified' case (xiphon)
| * | | main: handleTransactionConfirmed - fix 'no file specified' casexiphon2021-04-261-1/+1
| |/ /
* | | Merge pull request #3437luigi11112021-04-291-6/+0
|\ \ \ | | | | | | | | | | | | 7558a23 main: remove minor switch/case code duplication (selsta)
| * | | main: remove minor switch/case code duplicationselsta2021-04-241-6/+0
| | | |
* | | | Merge pull request #3430luigi11112021-04-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | db0485c main: simplify blackTheme code (selsta)
| * | | | main: simplify blackTheme codeselsta2021-04-221-1/+1
| |/ / /
* | | | Merge pull request #3208luigi11112021-04-241-0/+6
|\ \ \ \ | |/ / / |/| | | | | | | 01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
| * | | SuccessfulTxDialog: add View progress buttonrating89us2020-12-041-0/+6
| | | |
* | | | Merge pull request #3425luigi11112021-04-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 2fcacd1 main: update estimatedBlockchainSize (rating89us)
| * | | | main: update estimatedBlockchainSizerating89us2021-04-211-1/+1
| | |/ / | |/| |
* / | | macOS: add basic menubar supportselsta2021-04-181-0/+2
|/ / /
* | | Merge pull request #3404luigi11112021-04-161-8/+11
|\ \ \ | | | | | | | | | | | | ba62f9c main: omit QML Screen type, use QGuiApplication::primaryScreen() instead (xiphon)
| * | | main: omit QML Screen type, use QGuiApplication::primaryScreen() insteadxiphon2021-04-151-8/+11
| | | |
* | | | Merge pull request #3394luigi11112021-04-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | c60252d LanguageSidebar: simplify code (selsta)
| * | | | LanguageSidebar: simplify codeselsta2021-04-141-1/+1
| |/ / /
* / / / main: lower minimum required QtQml.Models version to 2.2xiphon2021-04-141-1/+1
|/ / /
* | | Wallet: fix transfer with Qt 5.12selsta2021-04-131-1/+1
| | |
* | | Merge pull request #3373luigi11112021-04-061-14/+120
|\ \ \ | | | | | | | | | | | | 6bc9627 SettingsNode: implement multiple remote nodes support (xiphon)
| * | | SettingsNode: implement multiple remote nodes supportxiphon2021-04-061-14/+120
| | | |
* | | | Merge pull request #3345luigi11112021-04-051-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | 6b0cb8d support pruning of new databases (benevanoff)
| * | | | support pruning of new databasesbenevanoff2021-04-051-1/+2
| | | | |
* | | | | LeftPanel: drop Advanced submenu items, use NavBar insteadxiphon2021-03-201-35/+7
| |/ / / |/| | |
* | | | TxConfirmationDialog: implement multiple recipients support, layout fixesxiphon2021-03-031-30/+31
| | | |
* | | | Merge pull request #3315luigi11112021-02-181-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | 04d5fa5 Wallet: refactor createTransaction (xiphon)
| * | | Wallet: refactor createTransactionxiphon2021-01-251-2/+2
| | | |