Commit Graph

155 Commits

Author SHA1 Message Date
Jaquee 28a220d4ac
Addressbook: New tooltip implementation (old didn't work on ubuntu) 2016-12-15 14:09:37 +01:00
Riccardo Spagni c65b1f8c69
Merge pull request #279
705bc83 move refresh progress to leftpanel (Jaquee)
2016-12-14 23:43:00 +02:00
Riccardo Spagni d21a97d706
Merge pull request #265
7aef277 remove basic layout button on wizard page (moneromooo.monero)
2016-12-14 23:36:54 +02:00
Jaquee 705bc83ae1
move refresh progress to leftpanel 2016-12-14 13:48:12 +01:00
Jaquee 7fd80a1be2
async close: make sure curretWallet isn't used after shutdown started 2016-12-14 13:11:20 +01:00
Jaquee eb97bda3a3
code clean up and wallet close consistency 2016-12-13 23:45:37 +01:00
moneromooo.monero 7aef277b3a remove basic layout button on wizard page 2016-12-10 18:46:04 +00:00
Riccardo Spagni 35d1e29457
Merge pull request #225
4e20ad8 Remove useless black bar buttons (moneromooo.monero)
2016-12-08 23:58:49 +02: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 4286b5c1c9
Merge pull request #209
b5a993b Print wallet filename in password dialog where approrpiate (moneromooo.monero)
2016-12-08 23:54:33 +02:00
moneromooo.monero 4e20ad819b Remove useless black bar buttons
Except the yellow layout change one, which is actually useful

The size change buttons don't work.

Also tweak the WM hints to make sure there's a close button
displayed on all platforms.
2016-11-29 13:19:55 +00:00
moneromooo.monero 87d07515a8 libwalletqt: add a few daemon read access routines 2016-11-29 12:36:53 +00: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