Commit Graph

144 Commits

Author SHA1 Message Date
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
4286b5c1c9 Merge pull request #209
b5a993b Print wallet filename in password dialog where approrpiate (moneromooo.monero)
2016-12-08 23:54:33 +02:00
Jaquee
3752ec7899 send page: check daemon status after every refresh 2016-11-27 13:35:51 +01:00
Jaquee
c7232e1fe6 set wallet connection status before querying sync status 2016-11-26 19:37:39 +01:00
Jaquee
36a6b89b54 connect onWalletConnectionStatusChanged() 2016-11-26 19:37:34 +01:00
Jaquee
f62bb687df daemonManagerDialog: use new ConnectionStatus enum 2016-11-26 19:37:19 +01:00
Jaquee
bb881d9aef show processingSplash when starting/stopping daemon 2016-11-26 19:37:09 +01:00
Jaquee
8dfa79ec58 Shutdown daemon and close wallet properly on app exit 2016-11-26 19:37:04 +01:00
Jacob Brydolf
5a110f410f replace message dialog with custom dialog 2016-11-26 19:36:15 +01:00
Jaquee
4e7de8c140 proper daemon shutdown on app exit 2016-11-26 19:36:04 +01:00
Jaquee
48471f3407 onDaemonStarted/stopped signals/slots 2016-11-26 19:36:00 +01:00
Jacob Brydolf
1c6884e886 Show daemon manager dialog if daemon isnt started 2016-11-26 19:35:38 +01:00
moneromooo.monero
b5a993bd8a Print wallet filename in password dialog where approrpiate 2016-11-26 14:46:42 +00:00
Jaquee
427416711c adjust appwindow min height to fit content 2016-11-25 20:59:58 +01:00
Riccardo Spagni
6e7a924bb8 Merge pull request #194
f8fabbe reset restore height counter when switching wallets (Jaquee)
2016-11-24 12:40:13 +02:00
Riccardo Spagni
ad9a1f6cae Merge pull request #193
cca825b fix height after switching layout mode (Jacob Brydolf)
f1157f8 adjust height for small screens + fix window positioning (Jacob Brydolf)
2016-11-24 12:38:09 +02:00
Riccardo Spagni
5afd11b7fe Merge pull request #190
5250b91 store wallet after sending (Jacob Brydolf)
2016-11-24 12:34:51 +02:00
Riccardo Spagni
0d2228553b Merge pull request #185
708eb43 Fix crash on exit if cancelling open and exiting (moneromooo.monero)
2016-11-24 12:29:21 +02:00
Jaquee
f8fabbe4c5 reset restore height counter when switching wallets 2016-11-23 19:40:43 +01:00
Jacob Brydolf
cca825bad1 fix height after switching layout mode 2016-11-21 22:22:26 +01:00
Jacob Brydolf
f1157f8362 adjust height for small screens + fix window positioning 2016-11-21 22:14:49 +01:00
Jacob Brydolf
5250b91576 store wallet after sending 2016-11-19 17:33:30 +01:00
moneromooo.monero
708eb43c3e Fix crash on exit if cancelling open and exiting 2016-11-18 21:39:06 +00:00
moneromooo.monero
e6e7a08c87 Fix mixin being wrong in sweep all transactions 2016-11-18 19:17:13 +00:00
Riccardo Spagni
bfff5e0ec7 Merge pull request #171
ae44eec Title-bar: auto-hide disabled (Ilya Kitaev)
2016-11-17 17:02:45 +02:00
Riccardo Spagni
5d03bb92dc Merge pull request #163
efb3c75 splash: add option to close popup (Jacob Brydolf)
faeb9bb progress splash: ensure correct message is shown (Jacob Brydolf)
2016-11-17 16:59:17 +02:00
Ilya Kitaev
ae44eec077 Title-bar: auto-hide disabled 2016-11-16 02:02:09 +03:00
Jacob Brydolf
faeb9bb096 progress splash: ensure correct message is shown 2016-11-13 17:27:01 +01:00
Jacob Brydolf
295348da01 Do not open wallet from default location automatically 2016-11-13 14:14:26 +01:00
moneromooo.monero
111248f410 Make the new sweep functions use async transactions 2016-11-12 19:24:51 +00: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
Riccardo Spagni
b8ea2ffc74 Merge pull request #156
6136ef4 Update main.qml (medusadigital)
2016-11-12 17:56:42 +02:00
Ilya Kitaev
01add29a74 Transfer: display number of split tx in transaction confirmation popup 2016-11-12 16:28:13 +03:00
medusadigital
6136ef4239 Update main.qml 2016-11-12 12:11:24 +01:00
Riccardo Spagni
75608f1772 Merge pull request #143
4e61ebe add default argument to store() (Jacob Brydolf)
7c9d223 remove unnecessary i/o (Jacob Brydolf)
2016-11-11 12:46:15 +02:00
Riccardo Spagni
573049d871 Merge pull request #134
66692be createTransactionAsync(): removed reference to WalletManager (Jacob Brydolf)
f8e2e5d asynchronous transaction + show splash (Jacob Brydolf)
62060e1 wallet::createTransactionAsync pass variables to listener (Jacob Brydolf)
00ea5d6 added Wallet::createTransactionAsync() (Jacob Brydolf)
2016-11-11 12:44:31 +02:00
Jacob Brydolf
f8e2e5da3c asynchronous transaction + show splash 2016-11-10 17:39:56 +01:00
Jacob Brydolf
4e61ebeedb add default argument to store() 2016-11-10 12:23:43 +01:00
Jacob Brydolf
7c9d2231cc remove unnecessary i/o 2016-11-10 12:11:25 +01:00
moneromooo.monero
472f559332 sign/verify message/file 2016-11-09 19:04:10 +00:00
Riccardo Spagni
ce386b99ad Merge pull request #128
689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
2016-11-09 20:48:54 +02:00
Riccardo Spagni
95fdc816ba Merge pull request #127
bc4cf1e refresh history after daemon change (Jacob Brydolf)
2016-11-09 20:48:10 +02:00
Riccardo Spagni
2bb20cd67e Merge pull request #125
5c330b0 remove PR #111 dependency (Jacob Brydolf)
af933da disconnect slots before reconnecting (Jacob Brydolf)
2016-11-09 20:47:35 +02:00
Riccardo Spagni
60b65b9bcc Merge pull request #115
d95e4a3 Write support for tx notes (moneromooo.monero)
2016-11-09 20:42:44 +02:00
Jacob Brydolf
5c330b071a remove PR #111 dependency 2016-11-08 13:28:05 +01:00
moneromooo.monero
689f0415e7 Report when the GUI is connected to a daemon with mismatched version
This will cause various errors confusing to the user, as they stem
for the daemon returning replies with missing information, etc.
2016-11-07 12:02:27 +00:00
Jacob Brydolf
bc4cf1eee9 refresh history after daemon change 2016-11-07 11:34:38 +01:00
Jacob Brydolf
af933da0c9 disconnect slots before reconnecting 2016-11-07 10:14:04 +01:00
moneromooo.monero
06e94e2fbe Add a page for checking payments via the tx key 2016-11-06 18:34:42 +00:00