Commit graph

125 commits

Author SHA1 Message Date
Riccardo Spagni
b5ade0d9d1
Merge pull request #368
94e8f3a Add mining screen (moneromooo.monero)
1cd7dd6 StandardDropdown: fix for empty model (moneromooo.monero)
2017-01-14 10:41:13 -05:00
Jaquee
205bfcdd7b
History: Show num of confirmations + unconfirmed payments
history: refresh on new block
2017-01-14 00:45:09 +01:00
Riccardo Spagni
1ced5e34b6
Merge pull request #377
bd07a99 history: fix amount/fee overlap on large amounts (Jaquee)
2017-01-08 16:57:09 -08:00
Riccardo Spagni
3badb12ea3
Merge pull request #376
f012e4d history: show pending on top (Jaquee)
2017-01-08 16:56:51 -08:00
moneromooo.monero
eff31f07d9 History: print address book description if available 2017-01-01 13:47:24 +00:00
Jaquee
bd07a990fb history: fix amount/fee overlap on large amounts 2016-12-31 15:30:25 +01:00
Jaquee
f012e4d968
history: show pending on top 2016-12-31 14:56:08 +01:00
moneromooo.monero
1cd7dd622f StandardDropdown: fix for empty model 2016-12-30 10:10:54 +00:00
Jaquee
3c970bf278
addressbook: fix tooltip label and visibility 2016-12-21 22:52:58 +01:00
Jaquee
f94782fecf
daemon startup flags 2016-12-21 14:30:15 +01:00
moneromooo.monero
67a76464e8 MenuButton: add submenus 2016-12-20 21:07:55 +00:00
Riccardo Spagni
7f950cf136
Merge pull request #297
14e536a Don't waste too much vertical space on the left menu (moneromooo.monero)
2016-12-20 22:51:53 +02:00
Riccardo Spagni
d1b240fca7
Merge pull request #292
9be29eb zxcvbn: build tweaks to work on other platforms (moneromooo.monero)
03c15af Don't claim a password is "medium" too easily (moneromooo.monero)
fbe19d2 Use zxcvbn for password strength estimation (moneromooo.monero)
b882de8 add zxcvbn to the qmake build system (moneromooo.monero)
aae35df zxcvbn-c: new module for password strength estimation (moneromooo.monero)
2016-12-20 17:51:27 +02:00
moneromooo.monero
03c15af20e Don't claim a password is "medium" too easily 2016-12-17 12:45:00 +00:00
moneromooo.monero
eff8bdedc4 Make the custom decorations optional
A number of people actually like those, so be nice to them.

The size change icons still don't work, but that's not my problem :)
2016-12-16 21:36:41 +00:00
moneromooo.monero
14e536a934 Don't waste too much vertical space on the left menu
Gives space for one more item
2016-12-16 20:06:23 +00:00
Jaquee
28a220d4ac
Addressbook: New tooltip implementation (old didn't work on ubuntu) 2016-12-15 14:09:37 +01:00
Jaquee
a0f35aa776
bring tooltip to front 2016-12-15 00:16:05 +01:00
Jaquee
a344f17cd1 AddressBook: basic functions 2016-12-14 23:04:13 +01:00
Riccardo Spagni
c65b1f8c69
Merge pull request #279
705bc83 move refresh progress to leftpanel (Jaquee)
2016-12-14 23:43:00 +02:00
Jaquee
705bc83ae1
move refresh progress to leftpanel 2016-12-14 13:48:12 +01:00
moneromooo.monero
a0fb4ccc95 Remove fee multiplier info from low/high slider
This was a braino on my part, this is only applicable for the
list based low/high selector.
2016-12-10 15:07:09 +00:00
Jaquee
75be921d9c
Fix runtime error in history 2016-12-08 23:24:01 +01:00
Riccardo Spagni
bb506a2e92
Merge pull request #235
e1255bd history: remove unused dependencies (Jaquee)
9341d75 history: print destination address in tx details popup (Jaquee)
7aea3d3 TransactionInfo: add transfers() and destinations_formatted() (Jaquee)
a4c3de9 history: add Transfer class (Jaquee)
2016-12-09 00:06:44 +02: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
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
Jaquee
e1255bd91f history: remove unused dependencies 2016-12-04 09:08:22 +01:00
Jaquee
9341d75236 history: print destination address in tx details popup 2016-12-04 09:08:22 +01: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
Jaquee
76e6ae8b6f
remove reference to old pw-dialog 2016-11-26 19:37:29 +01:00
Jaquee
dd01f59a9c
hide daemon sync progress after disconnecting wallet 2016-11-26 19:37:17 +01:00
Jaquee
760e01b50c
daemonManagerDialog: show processdialog when starting 2016-11-26 19:37:12 +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
5da9f8fbe4
standardDialog: close window before continue 2016-11-26 19:36:19 +01:00
Jacob Brydolf
d4657804cd
resized standard dialog 2016-11-26 19:36:12 +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
2775124757
small error in daemon manager dialog 2016-11-26 19:35:46 +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
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
Jaquee
eef11bf22a
remove qtquick 2.6 dependency 2016-11-25 21:00:18 +01:00
Jaquee
3245d7d860
redesign daemon progress bar to fit smaller screens 2016-11-25 21:00:13 +01:00
Jaquee
a0756ff64f
adjust menuButton height dynamically 2016-11-25 21:00:07 +01:00
Jacob Brydolf
5b4c2c810c
Clean exit on app close button 2016-11-19 16:46:21 +01:00
Jacob Brydolf
efb3c75cd3
splash: add option to close popup 2016-11-13 17:27:45 +01:00