Commit graph

561 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
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
Riccardo Spagni
cbe431dfc8
Merge pull request #204
4bef677 Enter default value in port in settings page (Gingeropolous)
2016-12-08 23:53:34 +02:00
Riccardo Spagni
0bab9a0b04
Merge pull request #203
fdd6ad4 QRCodeImageProvider: fix 0/1 black/white mixup (moneromooo.monero)
2016-12-08 23:53:16 +02:00
Riccardo Spagni
1588f1ba7b
Merge pull request #196
eef11bf remove qtquick 2.6 dependency (Jaquee)
3245d7d redesign daemon progress bar to fit smaller screens (Jaquee)
a0756ff adjust menuButton height dynamically (Jaquee)
4274167 adjust appwindow min height to fit content (Jaquee)
2016-12-08 23:50:23 +02:00
Jaquee
3752ec7899
send page: check daemon status after every refresh 2016-11-27 13:35:51 +01:00
Jaquee
01549a3040
walletManager: coding conventions
Signed-off-by: Jaquee <jaquee.monero@gmail.com>
2016-11-27 00:16:30 +01:00
Jaquee
0ae3d67750
daemon console -> log + adjusted height 2016-11-26 19:37:46 +01:00
Jaquee
0e8cd146db
Wallet: add m_initialized 2016-11-26 19:37:44 +01:00
Jaquee
c7232e1fe6
set wallet connection status before querying sync status 2016-11-26 19:37:39 +01:00
Jaquee
3f8e05d7a4
Wallet: Cache connection status query 2016-11-26 19:37:37 +01:00
Jaquee
36a6b89b54
connect onWalletConnectionStatusChanged() 2016-11-26 19:37:34 +01:00
Jaquee
93a8200e4a
Transfer: new connectionStatus handling + show status msg 2016-11-26 19:37:32 +01:00
Jaquee
76e6ae8b6f
remove reference to old pw-dialog 2016-11-26 19:37:29 +01:00
Jaquee
18b7a67886
Wallet: add connectionStatusChanged signal 2016-11-26 19:37:26 +01:00
Jaquee
d9f4ab45e2
daemonManager: wait for daemon stop on app close 2016-11-26 19:37:22 +01:00
Jaquee
f62bb687df
daemonManagerDialog: use new ConnectionStatus enum 2016-11-26 19:37:19 +01:00
Jaquee
dd01f59a9c
hide daemon sync progress after disconnecting wallet 2016-11-26 19:37:17 +01:00
Jaquee
8d19a03b68
DaemonManager: add stateChanged() 2016-11-26 19:37:14 +01:00
Jaquee
760e01b50c
daemonManagerDialog: show processdialog when starting 2016-11-26 19:37:12 +01:00
Jaquee
bb881d9aef
show processingSplash when starting/stopping daemon 2016-11-26 19:37:09 +01:00
Jaquee
8361dda994
resolve rebase conflict 2016-11-26 19:37:07 +01:00
Jaquee
8dfa79ec58
Shutdown daemon and close wallet properly on app exit 2016-11-26 19:37:04 +01:00
Jacob Brydolf
7876957b48
DaemonManager::closing() 2016-11-26 19:37:01 +01:00
Jacob Brydolf
065b060102
main: debug messages 2016-11-26 19:36:59 +01:00
Jacob Brydolf
b4eb489b00
DaemonManager: forward command line arguments to monerod 2016-11-26 19:36:55 +01:00
Jaquee
752ff2616f
forward command line arguments to DaemonManager 2016-11-26 19:36:43 +01:00
Jacob Brydolf
7840dab9cc
DaemonManager: console debug output 2016-11-26 19:36:41 +01:00
Jacob Brydolf
14a5bd5dcc
settings: added daemon console 2016-11-26 19:36:38 +01:00
Jacob Brydolf
b53ef00b36
history tx details: resized popup 2016-11-26 19:36:35 +01:00
Jacob Brydolf
b4f29b291c
StandardDialog: changed default sizes 2016-11-26 19:36:32 +01:00
Jacob Brydolf
5855700007
daemonManagerDialog: added starting signal 2016-11-26 19:36:28 +01:00
Jacob Brydolf
3a431543fa
DaemonManager: added console updated signals 2016-11-26 19:36:25 +01:00
Jacob Brydolf
3df9e44849
DaemonManager: windows support 2016-11-26 19:36:22 +01:00
Jacob Brydolf
5da9f8fbe4
standardDialog: close window before continue 2016-11-26 19:36:19 +01:00
Jacob Brydolf
5a110f410f
replace message dialog with custom dialog 2016-11-26 19:36:15 +01:00
Jacob Brydolf
d4657804cd
resized standard dialog 2016-11-26 19:36:12 +01:00
Jacob Brydolf
482bd30c00
settings: enable/disable daemon start/stop buttons 2016-11-26 19:36:09 +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
de635cb24f
pw dialog: close popup before continue 2016-11-26 19:35:55 +01:00
Jacob Brydolf
86772bee52
added standardDialog component 2016-11-26 19:35:52 +01:00
Jacob Brydolf
ae977af2ec
settings: add daemon manager 2016-11-26 19:35:49 +01:00
Jacob Brydolf
2775124757
small error in daemon manager dialog 2016-11-26 19:35:46 +01:00
Jaquee
82c39e09bf
WalletManager: include dependencies 2016-11-26 19:35:42 +01:00
Jacob Brydolf
1c6884e886
Show daemon manager dialog if daemon isnt started 2016-11-26 19:35:38 +01:00
Jaquee
9fbfbc4b2a
daemonManager: embed as context property 2016-11-26 19:35:33 +01:00
Jacob Brydolf
4cdc258b15
WalletManager: basic functionality 2016-11-26 19:35:16 +01:00