Commit graph

153 commits

Author SHA1 Message Date
Riccardo Spagni
40922305da
Merge pull request #314
f19318f Add git version to the settings page (moneromooo.monero)
2016-12-21 09:22:05 +02:00
moneromooo.monero
f19318fbd1 Add git version to the settings page
Useful for bug reports
2016-12-20 21:13:42 +00:00
moneromooo.monero
7cca8b8aa7 Transfer: support OpenAlias addresses 2016-12-20 21:03:29 +00:00
Riccardo Spagni
1b9981b35f
Merge pull request #285
b61894f Added "very important" (xmr-eric)
35d7587 Clarified and broadened Mnemonic Seed description (xmr-eric)
2016-12-20 17:50:06 +02:00
moneromooo.monero
2a7f160534 Settings hide/show window after changing decorations type 2016-12-16 21:36:41 +00:00
moneromooo.monero
456bf04db6 Settings: add user option to toggle custom decorations
Some people prefer those
2016-12-16 21:36:41 +00:00
xmr-eric
b61894f297 Added "very important" 2016-12-16 02:19:37 -05:00
Riccardo Spagni
69625015a0
Merge pull request #284
7cf363e Typo on Verify Payment page (xmr-eric)
2016-12-15 17:17:17 +02:00
Riccardo Spagni
bc01aacd75
Merge pull request #282
aad1527 Improve additional text (xmr-eric)
01b8aee Reduce fontsize in Sign/Verify for Compact View (xmr-eric)
2016-12-15 17:16:19 +02:00
xmr-eric
35d7587dc5 Clarified and broadened Mnemonic Seed description 2016-12-14 21:25:15 -05:00
xmr-eric
7cf363e8e0 Typo on Verify Payment page 2016-12-14 21:01:46 -05:00
xmr-eric
aad15272f1 Improve additional text 2016-12-14 17:39:27 -05:00
xmr-eric
01b8aee400 Reduce fontsize in Sign/Verify for Compact View
fontSize: 18 made text run off page, but 16 fits great.
2016-12-14 17:37:26 -05:00
Jaquee
a344f17cd1 AddressBook: basic functions 2016-12-14 23:04:13 +01:00
Riccardo Spagni
7737d433d0
Merge pull request #278
9d1f242 Update TxKey.qml (xmr-eric)
88df8b7 Improvements to text on 'Verify payment' page (xmr-eric)
2016-12-14 23:42:32 +02:00
Riccardo Spagni
8f9a5d2b2e
Merge pull request #276
9566e82 Improved field descriptions on Send page (xmr-eric)
2016-12-14 23:42:12 +02:00
Riccardo Spagni
dc4e6f9e98
Merge pull request #266
28b1272 Transfer: add a "start daemon" button when not connected (moneromooo.monero)
2016-12-14 23:37:09 +02:00
Riccardo Spagni
a3d048ec7b
Merge pull request #257
50f62c9 Settings: show error msg on wrong pw input (Jaquee)
2016-12-14 23:31:22 +02:00
xmr-eric
9d1f242a8a Update TxKey.qml 2016-12-13 21:23:15 -05:00
xmr-eric
88df8b7938 Improvements to text on 'Verify payment' page
Shortened/simplified some text.

Changed placeholders from the word "transaction" to the shorthand "tx". Since the user already sees the word transaction to the left of the field, they understand that they mean the same thing, which is important since the History page, where most will get their tx IDs and tx keys, use "tx" instead of "transaction".

Also the placeholders were changed from "Transaction ID here" to "Paste transaction ID". The text to the left of the field already is an indicator of what the box is for, so the placeholder instead acts as an action for the user to take (paste!).
2016-12-13 21:03:55 -05:00
xmr-eric
9566e8289a Improved field descriptions on Send page
#1: "Paste" vs. "Type" in address.

#2: Description is not saved to wallet address book but to wallet history.
2016-12-13 20:25:13 -05:00
moneromooo.monero
28b1272a65 Transfer: add a "start daemon" button when not connected 2016-12-10 19:56:35 +00:00
Jaquee
50f62c972e
Settings: show error msg on wrong pw input 2016-12-09 13:23:12 +01:00
xmr-eric
541186cfe6 No left margin for button on Verify Payment page
This brings the Check button into alignment with the rest of the page.
2016-12-08 22:59:16 -05:00
Riccardo Spagni
72bc417cca
Merge pull request #224
ab61910 Receive: tx scanner for payments matching setup (moneromooo.monero)
87d0751 libwalletqt: add a few daemon read access routines (moneromooo.monero)
af4e49c MiddlePanel: add an optional onPageClosed callback (moneromooo.monero)
2016-12-08 23:58:22 +02:00
Riccardo Spagni
bfcdf113f9
Merge pull request #217
3752ec7 send page: check daemon status after every refresh (Jaquee)
01549a3 walletManager: coding conventions (Jaquee)
0ae3d67 daemon console -> log + adjusted height (Jaquee)
0e8cd14 Wallet: add m_initialized (Jaquee)
c7232e1 set wallet connection status before querying sync status (Jaquee)
3f8e05d Wallet: Cache connection status query (Jaquee)
36a6b89 connect onWalletConnectionStatusChanged() (Jaquee)
93a8200 Transfer: new connectionStatus handling + show status msg (Jaquee)
76e6ae8 remove reference to old pw-dialog (Jaquee)
18b7a67 Wallet: add connectionStatusChanged signal (Jaquee)
d9f4ab4 daemonManager: wait for daemon stop on app close (Jaquee)
f62bb68 daemonManagerDialog: use new ConnectionStatus enum (Jaquee)
dd01f59 hide daemon sync progress after disconnecting wallet (Jaquee)
8d19a03 DaemonManager: add stateChanged() (Jaquee)
760e01b daemonManagerDialog: show processdialog when starting (Jaquee)
bb881d9 show processingSplash when starting/stopping daemon (Jaquee)
8361dda resolve rebase conflict (Jaquee)
8dfa79e Shutdown daemon and close wallet properly on app exit (Jaquee)
7876957 DaemonManager::closing() (Jacob Brydolf)
065b060 main: debug messages (Jacob Brydolf)
b4eb489 DaemonManager: forward command line arguments to monerod (Jacob Brydolf)
752ff26 forward command line arguments to DaemonManager (Jaquee)
7840dab DaemonManager: console debug output (Jacob Brydolf)
14a5bd5 settings: added daemon console (Jacob Brydolf)
b53ef00 history tx details: resized popup (Jacob Brydolf)
b4f29b2 StandardDialog: changed default sizes (Jacob Brydolf)
5855700 daemonManagerDialog: added starting signal (Jacob Brydolf)
3a43154 DaemonManager: added console updated signals (Jacob Brydolf)
3df9e44 DaemonManager: windows support (Jacob Brydolf)
5da9f8f standardDialog: close window before continue (Jacob Brydolf)
5a110f4 replace message dialog with custom dialog (Jacob Brydolf)
d465780 resized standard dialog (Jacob Brydolf)
482bd30 settings: enable/disable daemon start/stop buttons (Jacob Brydolf)
4e7de8c proper daemon shutdown on app exit (Jaquee)
48471f3 onDaemonStarted/stopped signals/slots (Jaquee)
de635cb pw dialog: close popup before continue (Jacob Brydolf)
86772be added standardDialog component (Jacob Brydolf)
ae977af settings: add daemon manager (Jacob Brydolf)
2775124 small error in daemon manager dialog (Jacob Brydolf)
82c39e0 WalletManager: include dependencies (Jaquee)
1c6884e Show daemon manager dialog if daemon isnt started (Jacob Brydolf)
9fbfbc4 daemonManager: embed as context property (Jaquee)
4cdc258 WalletManager: basic functionality (Jacob Brydolf)
2016-12-08 23:54:50 +02:00
Riccardo Spagni
a37279b05c
Merge pull request #208
d982c3d Add fee multiplier info to priority levels (moneromooo.monero)
2016-12-08 23:54:09 +02:00
Riccardo Spagni
5f8c05c640
Merge pull request #206
fd55cd9 History: reclaim some vertical space from search label (moneromooo.monero)
2016-12-08 23:53:50 +02:00
moneromooo.monero
ab619109e2 Receive: tx scanner for payments matching setup
Payments matching the currently setup payment id and optional amount
are detected, allowing a merchant to generate a new payment id, enter
the expected amount, let a client scan the QR code, and wait till
the payment shows up as either in the txpool, or with N confirmations.
2016-11-29 12:37:08 +00:00
Jaquee
0ae3d67750
daemon console -> log + adjusted height 2016-11-26 19:37:46 +01:00
Jaquee
93a8200e4a
Transfer: new connectionStatus handling + show status msg 2016-11-26 19:37:32 +01:00
Jaquee
bb881d9aef
show processingSplash when starting/stopping daemon 2016-11-26 19:37:09 +01:00
Jacob Brydolf
14a5bd5dcc
settings: added daemon console 2016-11-26 19:36:38 +01:00
Jacob Brydolf
482bd30c00
settings: enable/disable daemon start/stop buttons 2016-11-26 19:36:09 +01:00
Jacob Brydolf
ae977af2ec
settings: add daemon manager 2016-11-26 19:35:49 +01:00
moneromooo.monero
d982c3da84 Add fee multiplier info to priority levels
Users are unlikely to know the link
2016-11-26 13:59:00 +00:00
moneromooo.monero
fd55cd94ed History: reclaim some vertical space from search label 2016-11-26 11:10:13 +00:00
Gingeropolous
4bef677f24 Enter default value in port in settings page
Enter default value in port in settings page
2016-11-24 20:41:44 -05:00
Riccardo Spagni
cb3285e553
Merge pull request #192
96c7dde Add QR code display on the receive page (moneromooo.monero)
2016-11-24 12:37:53 +02:00
Riccardo Spagni
08fb140730
Merge pull request #184
23e1638 Receive: fix null dereference (moneromooo.monero)
2016-11-24 12:29:01 +02:00
moneromooo.monero
96c7ddeea8 Add QR code display on the receive page
This embeds MIT licenced code from Project Nayuki:
https://www.nayuki.io/page/qr-code-generator-library
The C++ part of the code is embedded in src/QR-Code-generator.
See src/QR-Code-generator/Readme.markdown for more info.
2016-11-20 18:53:12 +00:00
moneromooo.monero
23e1638bd8 Receive: fix null dereference 2016-11-18 19:38:26 +00:00
moneromooo.monero
78da2b5b1b History: replace payment id search with global incremental search 2016-11-17 19:36:39 +00:00
Riccardo Spagni
c83336cc47
Merge pull request #177
d62dd3e History: do not dereference a null model (moneromooo.monero)
2016-11-17 17:05:20 +02:00
moneromooo.monero
d62dd3ee19 History: do not dereference a null model
Seems "null" objects in Javascript can either be null, or
be non null but with a type of 'undefined' (as a string).

Whatever.
2016-11-16 21:17:02 +00:00
moneromooo.monero
9af3c7e03e History: reset filter before setting new values
This ensures an empty/invalid field does not keep the old bound
2016-11-16 21:02:50 +00:00
Riccardo Spagni
24a66c184d
Merge pull request #157
eb50355 Update Transfer.qml (xmr-eric)
a81b5ef Update WizardFinish.qml (xmr-eric)
2016-11-13 11:33:49 +02:00
xmr-eric
eb50355916 Update Transfer.qml 2016-11-12 23:04:54 -05:00
moneromooo.monero
c779b376fc Support for sweeping all outputs 2016-11-12 19:24:13 +00:00
moneromooo.monero
2143392b84 Add a button to sweep unmixable outputs 2016-11-12 19:24:13 +00:00