aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* | hotkey for "Shared RingDB" changed to CTRL+G instead of CTRL+Axiphon2018-07-031-2/+1
|/
* ctrl+shift+tab, switch pages in Leftpanel reverse orderpazos2018-05-111-5/+6
|
* ctrl+tab switch pages in the same order as leftpanelpazos2018-05-081-5/+6
|
* Merge pull request #1344luigi11112018-04-271-0/+1
|\ | | | | | | | | | | c13b4cb Redesigned shared ringdb panel b75eedd Fixes CTRL-A hotkey 1e8f8bf Reformat help tooltips
| * Fixes CTRL-A hotkeySander Ferdinand2018-04-221-0/+1
| |
* | Added daemonConsole component to main.qmlSander Ferdinand2018-04-251-0/+18
| |
* | Make the titlebar more modularSander Ferdinand2018-04-251-14/+14
| |
* | Modify password dialog and move customdecorations function out of main.qmlSander Ferdinand2018-04-251-22/+2
| |
* | Merge pull request #1286luigi11112018-04-241-1/+4
|\ \ | |/ |/| | | | | cd4418d Receive: make tracking optional a9331a7 Set daemon address to WalletManager (requires #3576)
| * Set daemon address to WalletManager (requires #3576)stoffu2018-04-071-1/+4
| |
* | Merge pull request #1245luigi11112018-04-081-1/+1
|\ \ | | | | | | | | | 84fad36 Add missing newline to transfer confirm dialog
| * | Add missing newline to transfer confirm dialogstoffu2018-04-031-1/+1
| |/
* | Merge pull request #1271luigi11112018-04-081-10/+91
|\ \ | | | | | | | | | | | | 3b76636 Refactoring signal functions 1378ae4 Reset flickable scrollview to 0 Y position
| * | Reset flickable scrollview to 0 Y positionSander Ferdinand2018-04-051-1/+12
| | |
| * | Refactoring signal functionsSander Ferdinand2018-04-051-10/+80
| |/
* / Fixes blockchain size warningsSander Ferdinand2018-04-051-2/+3
|/
* Adds warning message for when a transaction with a non-default mixin value ↵Sander Ferdinand2018-03-311-9/+10
| | | | is created
* nettype comparison needs to be looseSander Ferdinand2018-03-291-1/+1
|
* Fixes transaction confirmation dialog and also makes sure you will not be ↵Sander Ferdinand2018-03-291-0/+1
| | | | able to transfer funds when the daemon is not up (to date)
* nettype comparison needs to be looseSander Ferdinand2018-03-291-2/+2
|
* Change 'money' to 'monero'Sander Ferdinand2018-03-291-2/+2
|
* Design polish workSander Ferdinand2018-03-291-1/+0
|
* Exit application when wallet variable is emptySander Ferdinand2018-03-291-0/+23
|
* Redesigned StandardDialogSander Ferdinand2018-03-291-6/+7
|
* Fixing up after rebaseSander Ferdinand2018-03-291-17/+0
|
* Hide the custom titlebar when custom decorations are turned offSander Ferdinand2018-03-291-3/+9
|
* Hide 'unlocked balance' when no funds are availableSander Ferdinand2018-03-291-0/+17
|
* Added top-border for titlebarSander Ferdinand2018-03-291-0/+9
|
* Add segregation key reuse mitigation optionsmoneromooo-monero2018-03-261-0/+3
|
* Add a shared ringdb management page - rings and blackballed outputsmoneromooo-monero2018-03-261-4/+10
|
* Merge pull request #1161luigi11112018-03-261-13/+14
|\ | | | | | | c8f0cf3 Stagenet
| * Stagenetstoffu2018-03-141-13/+14
| |
* | progress bar improvementsJaquee2018-03-201-5/+20
| |
* | separate progress bars for daemon and walletJaquee2018-03-151-28/+3
|/
* Merge pull request #1082luigi11112018-03-131-1/+1
|\ | | | | | | 4c9e2c1 [Issue 1080] Fixed undefined variable for password rewrite when changing wallet initial block height
| * [Issue 1080] Fixed undefined variable for password rewrite when changing ↵Neozaru2018-01-171-1/+1
| | | | | | | | wallet initial block height
* | Merge pull request #1015luigi11112018-03-131-11/+1
|\ \ | | | | | | | | | da32161 Use wallet2_api isAddressLocal utils method for isDaemonLocal check
| * | Use wallet2_api isAddressLocal utils method for isDaemonLocal checkTim L2017-12-111-11/+1
| | |
* | | Merge pull request #1005luigi11112018-03-131-1/+1
|\ \ \ | | | | | | | | | | | | 9cdfad3 Left Panel: seeds and keys not selected when open
| * | | Left Panel: seeds and keys not selected when openTim L2017-12-081-1/+1
| |/ /
* | | Merge pull request #1091luigi11112018-03-061-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | 89ec822 removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode af882e8 rectified visual switch between local node & remote node fd1f4bf Bootstrap daemon (requires #3165)
| * | | Bootstrap daemon (requires #3165)stoffu2018-01-301-1/+2
| | | |
| * | | removed persistentSettings.startLocalNode as it's synonym for ↵stoffu2018-01-301-2/+1
| | | | | | | | | | | | | | | | !persistentSettings.useRemoteNode
* | | | startsWith is unsupported for Qt < 5.8, use indexOf insteadstoffu2018-02-201-2/+2
|/ / /
* | | Merge pull request #1065luigi11112018-01-261-1/+1
|\ \ \ | | | | | | | | | | | | fdd528b Update copyright for 2018
| * | | Update copyright for 2018xmr-eric2018-01-081-1/+1
| | | |
* | | | Subaddresses minimal version: supports default account onlykenshi842018-01-131-9/+36
| |_|/ |/| |
* | | Allow password to be changedstoffu2018-01-051-0/+23
| | |
* | | Refactor wallet password dialogstoffu2018-01-051-78/+68
|/ /
* | Merge pull request #1001luigi11112017-12-171-13/+19
|\ \ | | | | | | | | | c8dd663 hide balance in receive tab