Commit graph

33 commits

Author SHA1 Message Date
luigi1111
3483b8dbec
Merge pull request #1511
Settings overhaul (27 commits by skftn)
2018-08-14 16:15:31 -05:00
Sander Ferdinand
2671cd926c Change text selection color for input dialogs 2018-08-05 13:16:27 +02:00
xiphon
045189553e fixed: disable password dialog hotkeys handling when it is hidden 2018-07-28 12:00:41 +03:00
Sander Ferdinand
d6427a1efb Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay 2018-05-03 12:35:53 +02:00
Sander Ferdinand
47f9a1765a Modify password dialog and move customdecorations function out of main.qml 2018-04-25 16:31:13 +02:00
luigi1111
a7594d64a2
Merge pull request #1221
2bd8e2f Bring back wallet name at the password dialog
2018-03-31 04:43:14 -05:00
Sander Ferdinand
2bd8e2feda Bring back wallet name at the password dialog 2018-03-31 03:56:56 +02:00
Sander Ferdinand
e638ed0272 Explicitly import MoneroComponents; prevent namespace pollution 2018-03-31 03:25:20 +02:00
Sander Ferdinand
c001e31241 Fixes runtime QML warning 2018-03-29 23:04:04 +01:00
Sander Ferdinand
28608e4ce0 Restyling the dialog boxes a bit more 2018-03-29 23:04:04 +01:00
Sander Ferdinand
b38ee48e59 Redesigned NewPasswordDialog 2018-03-29 23:04:03 +01:00
Sander Ferdinand
72a7fac467 Restyled password dialog 2018-03-29 23:04:03 +01:00
Sander Ferdinand
be9cb8931c StandardButton - removed unused properties and some layout changes to settings page 2018-03-29 23:04:02 +01:00
xmr-eric
fdd528b99e Update copyright for 2018 2018-01-08 12:51:26 -05:00
Tim L
c1187241db Password input: reset on failed input 2017-12-07 11:49:43 -05:00
Jaquee
4775a5b74d mobile layout tweaks 2017-11-03 16:57:12 +01:00
Jaquee
e0e69b35bd password dialog mobile redesign 2017-11-03 16:57:11 +01:00
Jaquee
9e0db8f4ff components mobile scaling 2017-11-03 16:57:11 +01:00
Jaquee
8cd6f3f5b6 Make dialogs draggable 2017-05-03 11:08:59 +02:00
kenshi84
c45cc3de41
enabled translations in some places 2017-03-11 14:09:09 +09:00
Jaquee
114ce41fcc
seed password not closing 2017-03-02 13:13:13 +01:00
Jaquee
8f56e98397
save wallet name in appwindow 2017-01-15 12:32:14 +01: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
Jacob Brydolf
de635cb24f
pw dialog: close popup before continue 2016-11-26 19:35:55 +01:00
moneromooo.monero
b5a993bd8a Print wallet filename in password dialog where approrpiate 2016-11-26 14:46:42 +00:00
taushet
77c37633aa Switch OK/Cancel button positions
As per conventions, the 'OK' button should be rightmost.
2016-11-05 14:35:21 +01:00
Ilya Kitaev
550087f4a1 PasswordDialog: accept/reject with Enter/Esc, Tab navigation 2016-11-02 16:26:07 +03:00
Ilya Kitaev
7973d0cbcc Custom password dialog. fixes issue with standard dialog 2016-11-01 15:01:24 +03:00
Jacob Brydolf
010cce4133
settings page: Empty password field on seed view 2016-10-11 00:19:11 +02:00
Ilya Kitaev
6a50951940 Removed hardcoded height from PasswordDialog 2016-10-10 00:15:17 +03:00
Ilya Kitaev
376db6cf16 Display "processing.." splashscreen while wallet initializing 2016-08-23 11:55:51 +03:00
Ilya Kitaev
c1269301f7 Ask for password in wallet is password protected. closes #26 2016-08-17 15:14:43 +03:00
Ilya Kitaev
6f1343aaa0 ask user for the password if wallet is password-protected 2016-08-16 23:21:46 +03:00