aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* | | misc: cleanup unused variables and commentsselsta2019-12-201-3/+0
|/ /
* | main: blur on PasswordDialog, InputDialog or ProcessingSplashxiphon2019-12-201-79/+90
| |
* | Merge pull request #2626luigi11112019-12-191-6/+13
|\ \ | | | | | | | | | a83adb7 Transfer: improve warning flow (tobtoht)
| * | Transfer: improve warning flowthotbot2019-12-191-6/+13
| |/
* | Merge pull request #2604luigi11112019-12-191-2/+2
|\ \ | | | | | | | | | 50cb726 do not ask to start daemon if in remote node mode (tobtoht)
| * | do not ask to start daemon if in remote node modethotbot2019-12-161-2/+2
| |/
* / WizardController: always close and re-open newly created walletxiphon2019-12-171-56/+27
|/
* Wallet: persistent subaddress account selectionxiphon2019-12-031-3/+8
|
* main: omit onWalletRefresh call with uninitialized currentWalletxiphon2019-11-271-1/+3
|
* Merge pull request #2485luigi11112019-11-251-9/+4
|\ | | | | | | ff38e96 build: set BUILD_TAG to fix update notification (selsta)
| * build: set BUILD_TAG to fix update notificationselsta2019-11-251-9/+4
| |
* | Merge pull request #2477luigi11112019-11-251-23/+38
|\ \ | | | | | | | | | a9a59fd main: ask whether to stop local node upon switching to remote node (xiphon)
| * | main: ask whether to stop local node upon switching to remote nodexiphon2019-11-241-23/+38
| |/
* / AppWindow: append wallet name to window titlexiphon2019-11-241-1/+1
|/
* Merge pull request #2440luigi11112019-11-131-6/+21
|\ | | | | | | e9cdaf4 Transfer: convert and display entered amount in fiat currency (xiphon)
| * Transfer: convert and display entered amount in fiat currencyxiphon2019-11-131-6/+21
| |
* | fiat: fix invalid type, don't round conversion rate to whole numberxiphon2019-11-131-2/+2
|/
* Merchant: fix leaving the pagexiphon2019-11-011-2/+1
|
* main: apply WalletMode check on startxiphon2019-10-151-1/+8
|
* DaemonManager: reset disconnectedEpoch on start, start timeout 60sxiphon2019-10-091-1/+1
|
* Merge pull request #2402luigi11112019-10-081-5/+0
|\ | | | | | | f72ed25 Transfer: forbid long Payment IDs (xiphon)
| * Transfer: forbid long Payment IDsxiphon2019-09-281-5/+0
| |
* | SimpleMode: allow wrong local daemon versionxiphon2019-09-261-1/+1
|/
* Merge pull request #2391luigi11112019-09-241-4/+1
|\ | | | | | | | | 4905341 TitleBar: add close wallet button (selsta) c87ebf1 TitleBar: slightly reduce size of moon icon (selsta)
| * TitleBar: add close wallet buttonselsta2019-09-241-4/+1
| |
* | Merge pull request #2392luigi11112019-09-241-2/+1
|\ \ | |/ |/| | | 411505b SimpleMode: ignore persistent daemon flags (xiphon)
| * SimpleMode: ignore persistent daemon flagsxiphon2019-09-161-2/+1
| |
* | LeftPanel: new balance cardselsta2019-09-211-36/+20
|/
* Merge pull request #2377luigi11112019-09-141-174/+6
|\ | | | | | | 8dab075 repo: remove isMobile leftovers (selsta)
| * repo: remove isMobile leftoversselsta2019-09-061-174/+6
| |
* | Merge pull request #2376luigi11112019-09-141-0/+2
|\ \ | | | | | | | | | 5f81b57 TitleBar: show wallet name (selsta)
| * | TitleBar: show wallet nameselsta2019-09-051-0/+2
| |/
* | SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-091-46/+45
| |
* | main: node and log page are hidden in simple modeselsta2019-09-041-1/+3
|/
* Ledger: improve hw wallet splash screenselsta2019-08-171-1/+3
|
* Merge pull request #2348luigi11112019-08-141-2/+6
|\ | | | | | | a01ffc6 daemon: async daemon status check, don't freeze on wallet startup (xiphon)
| * daemon: async daemon status check, don't freeze on wallet startupxiphon2019-08-131-2/+6
| |
* | Merge pull request #2336luigi11112019-08-141-3/+13
|\ \ | |/ |/| | | 30a3abe Wallet: explicitly set trusted daemon flag (xiphon)
| * Wallet: explicitly set trusted daemon flagxiphon2019-08-071-3/+13
| |
* | main: don't attempt to close already closed walletxiphon2019-08-061-19/+22
|/
* Merge pull request #2287luigi11112019-07-161-0/+1
|\ | | | | | | b96004a main: don't lock on inactivity if passwordDialog is visible (selsta)
| * main: don't lock on inactivity if passwordDialog is visibleselsta2019-07-161-0/+1
| |
* | Detect tails, support data persistencedsc2019-07-161-0/+6
|/ | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at>
* Replace Qt.labs.settings with MoneroSettings to allow for more customizationdsc2019-07-161-2/+2
|
* Merge pull request #2282luigi11112019-07-151-4/+6
|\ | | | | | | d113bf1 main: fix password dialog overlay (selsta)
| * main: fix password dialog overlayselsta2019-07-151-4/+6
| |
* | Merge pull request #2240luigi11112019-07-151-32/+17
|\ \ | |/ |/| | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-151-32/+17
| | | | | | | | | | | | | | | | | | | | | | This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters.
* | WalletManager: async close with splash screenxiphon2019-07-021-21/+25
|/
* Merge pull request #2231luigi11112019-06-211-6/+1
|\ | | | | | | | | 9d6038e main: make variable used once local to function (selsta) df50c51 main: remove unused variables (selsta)