aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
...
| * Extra properties for components LineEditMulti and RemoteNodeEditSander Ferdinand2018-07-182-3/+8
| |
| * Moving settings QML files under pages/settings/Sander Ferdinand2018-07-181-0/+0
| |
* | Merge pull request #1467luigi11112018-08-021-24/+37
|\ \ | |/ |/| | | abccad8 Keys: allow keys to be copied separately (stoffu)
| * Keys: allow keys to be copied separatelystoffu2018-06-191-24/+37
| |
* | Merge pull request #1415luigi11112018-07-171-0/+53
|\ \ | | | | | | | | | da93fc4 export/import key images (cryptochangements34)
| * | export/import key imagescryptochangements342018-05-141-0/+53
| | |
* | | Merge pull request #1451luigi11112018-07-171-7/+9
|\ \ \ | | | | | | | | | | | | b5253f0 use radio buttons for export qr code (cryptochangements34)
| * | | use radio buttons for export qr codecryptochangements342018-06-061-7/+9
| |/ /
* | | Merge pull request #1454luigi11112018-07-171-3/+3
|\ \ \ | | | | | | | | | | | | f258ae4 don't check local daemon status on settings page, update on onWalletConnectionStatusChanged (pazos)
| * | | don't check local daemon status on settings page, update on ↵Martín Fdez2018-06-201-3/+3
| | |/ | |/| | | | | | | onWalletConnectionStatusChanged
* | | Merge pull request #1510luigi11112018-07-171-1/+1
|\ \ \ | | | | | | | | | | | | 33c195d Change 'Default' fee level to 'Automatic' (cryptochangements34)
| * | | Change "Default" fee level to "Automatic"cryptochangements342018-07-161-1/+1
| |/ /
* / / mark some strings as translatableerciccione2018-06-265-10/+10
|/ /
* | Merge pull request #1424luigi11112018-05-221-1/+1
|\ \ | | | | | | | | | 275c3df Fixed wrong argument for retrieving mixins
| * | Fixed wrong argument for retrieving mixinseinsteinsfool2018-05-221-1/+1
| |/
* | fix restoreHeightEdit is not defined.widdy2018-05-221-1/+1
| |
* | Merge pull request #1393luigi11112018-05-212-13/+5
|\ \ | | | | | | | | | d003b25 use regex for value input
| * | use regex for value inputcryptochangements342018-05-112-13/+5
| | |
* | | missing <p>erciccione2018-05-131-1/+1
| | |
* | | fix typos in Receive.qml and SharedRingDB.qmlerciccione2018-05-132-2/+2
| |/ |/|
* | Merge pull request #1375luigi11112018-05-111-0/+8
|\ \ | | | | | | | | | adb47ad minng warning label when daemon not syncd
| * | minng warning label when daemon not syncdcryptochangements342018-05-071-0/+8
| | |
* | | Merge pull request #1358luigi11112018-05-111-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 341ac18 log qt/qml to easylogging, add --log-file cmdline option 92582a9 delete unused WalletManager functions c9daab7 don't use cmdline arguments as daemon arguments 7283fe4 use qWarning/qCritical on QrCodeScanner info/errors 15155f2 print logs on console
| * | | log qt/qml to easylogging, add --log-file cmdline optionpazos2018-05-081-2/+2
| | | |
* | | | don't translate log categoriespazos2018-05-081-1/+1
| |_|/ |/| |
* | | Merge pull request #1366luigi11112018-05-072-2/+2
|\ \ \ | | | | | | | | | | | | 6147d81 Fix use of persistentSettings.testnet to nettype
| * | | Fix use of persistentSettings.testnet to nettypeDoyle T2018-05-022-2/+2
| |/ /
* | | Merge pull request #1362luigi11112018-05-073-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fe53cdd Brighter backgrounds 7418a10 Improve contrast - brighten up borders 48b9aa4 Brigther left panel 26aabd2 Bottom left panel needs to have a transparent background
| * | | Improve contrast - brighten up bordersSander Ferdinand2018-04-303-3/+4
| | | |
* | | | Introduced 'show advanced options' checkboxSander Ferdinand2018-05-031-0/+14
| | | |
* | | | Check the 'to receive amount' with the transaction trackerSander Ferdinand2018-05-031-14/+34
| | | |
* | | | Variable address truncation (for mobile)Sander Ferdinand2018-05-031-1/+7
| | | |
* | | | Reimplemented create/edit/copy (sub)address icons and buttonsSander Ferdinand2018-05-031-50/+108
| | | |
* | | | First iteration of the subaddress table restyleSander Ferdinand2018-05-031-67/+115
| | | |
* | | | Redesigned the tracking sectionSander Ferdinand2018-05-031-45/+159
| | | |
* | | | Reordered QR/Tracking sections on the receive pageSander Ferdinand2018-05-031-95/+146
| |/ / |/| |
* | | Merge pull request #1346luigi11112018-04-301-2/+2
|\ \ \ | | | | | | | | | | | | | | | | 610682c Added component RadioButton; changed 'settings->daemon mode' checkboxes to use them c409441 Radio buttons for the welcome wizard
| * | | Added component RadioButton; changed 'settings->daemon mode' checkboxes to ↵Sander Ferdinand2018-04-281-2/+2
| |/ / | | | | | | | | | use them
* | | Cursor pointer on link hoverSander Ferdinand2018-04-281-0/+6
| | |
* | | Dialog(s) for changing restore heightSander Ferdinand2018-04-281-48/+34
| | |
* | | Removes 'Daemon log path:' from the debug infoSander Ferdinand2018-04-281-12/+0
| | |
* | | Reformat Settings->Debug InfoSander Ferdinand2018-04-281-77/+117
|/ /
* | Merge pull request #1347luigi11112018-04-273-3/+4
|\ \ | | | | | | | | | 3635b2f Change input address placeholder from '4...' to '4.. / 8..'
| * | Change input address placeholder from '4...' to '4.. / 8..'Sander Ferdinand2018-04-253-3/+4
| | |
* | | Merge pull request #1344luigi11112018-04-272-175/+201
|\ \ \ | | | | | | | | | | | | | | | | | | | | c13b4cb Redesigned shared ringdb panel b75eedd Fixes CTRL-A hotkey 1e8f8bf Reformat help tooltips
| * | | Reformat help tooltipsSander Ferdinand2018-04-251-2/+2
| | | |
| * | | Redesigned shared ringdb panelSander Ferdinand2018-04-222-175/+201
| | | |
* | | | Added daemonConsole component to main.qmlSander Ferdinand2018-04-251-13/+4
| |/ / |/| |
* | | Merge pull request #1353luigi11112018-04-241-1/+1
|\ \ \ | | | | | | | | | | | | eed5005 Settings: do not invoke status command when using remote node
| * | | Settings: do not invoke status command when using remote nodestoffu2018-04-241-1/+1
| | | |