Commit graph

662 commits

Author SHA1 Message Date
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
Ilya Kitaev
69b4d461c8 DatePicker: 'error' property for indicating invalid input 2016-11-10 23:08:14 +03: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
99dbbc469c
Merge pull request #122
42086b5 remove old reference to passwordDialog (Jacob Brydolf)
4a1e22a history: transaction details button + popup (Jacob Brydolf)
cfa8929 wallet api: added getTxKey() (Jacob Brydolf)
d628795 added standardDialog component (Jacob Brydolf)
2016-11-09 20:46:57 +02:00
Riccardo Spagni
1e249c1624
Merge pull request #117
142e348 Transfer: use the new error LineEdit property to highlight bad fields (moneromooo.monero)
b97d0a9 LineEdit: add an error property (moneromooo.monero)
5fb4e89 Transfer: remove spammy debug traces (moneromooo.monero)
2016-11-09 20:43:33 +02:00
Riccardo Spagni
3b1fe8d3ec
Merge pull request #109
77c3763 Switch OK/Cancel button positions (taushet)
2016-11-09 20:38:46 +02: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
42086b574c remove old reference to passwordDialog 2016-11-07 10:00:13 +01:00
Jacob Brydolf
4a1e22aee7 history: transaction details button + popup 2016-11-07 10:00:13 +01:00
Jacob Brydolf
d628795b8d added standardDialog component 2016-11-07 10:00:12 +01:00
moneromooo.monero
b97d0a934d LineEdit: add an error property
This is then used to display a reddish background when it's true
2016-11-06 12:12:11 +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
Jacob Brydolf
c84ba7c4ce history: support old payment ids and make fields selectable
history: fix payment id width
2016-11-05 12:25:26 +01:00
Ilya Kitaev
550087f4a1 PasswordDialog: accept/reject with Enter/Esc, Tab navigation 2016-11-02 16:26:07 +03:00
Ilya Kitaev
513f7ebc3a StandardButton: indicating "focused" state 2016-11-02 16:25:26 +03:00
Ilya Kitaev
7973d0cbcc Custom password dialog. fixes issue with standard dialog 2016-11-01 15:01:24 +03:00
Riccardo Spagni
d9b3f4a4fd
Merge pull request #46
b8c07de wizard: store password in appwindow session (Jacob Brydolf)
e5b9a1b settings page: strict password check (Jacob Brydolf)
010cce4 settings page: Empty password field on seed view (Jacob Brydolf)
2016-10-11 10:28:31 +02:00
Ilya Kitaev
f8f94e048b History: display blockheight, sort by blockheight 2016-10-11 01:28:06 +03:00
Jacob Brydolf
010cce4133
settings page: Empty password field on seed view 2016-10-11 00:19:11 +02:00
Ilya Kitaev
be135e39cc Processing splash formatting improved 2016-10-10 00:30:55 +03:00
Ilya Kitaev
a032c841b4 History: fee color 2016-10-10 00:22:36 +03:00
Ilya Kitaev
60b2d90033 History: display "fee" for sent transactions 2016-10-10 00:22:36 +03:00
Ilya Kitaev
fd9ed56c54 Fix: DatePicker component doesn't update the date 2016-10-10 00:19:13 +03:00
Ilya Kitaev
612c497608 TransactionHistory sorting 2016-10-10 00:19:13 +03:00
Ilya Kitaev
0498c3ba64 Transaction history is not crashing and refreshing properly 2016-10-10 00:19:13 +03:00
Ilya Kitaev
522b0671ad Simple transaction history 2016-10-10 00:15:17 +03:00
Ilya Kitaev
53d3bc4f06 Receive page: display long address from the beginning in TextField 2016-10-10 00:15:17 +03:00
Jacob Brydolf
5814c19962 Fixed overlapping clipboard icons on recieve page 2016-10-10 00:15:17 +03:00
Jacob Brydolf
af70c81082 Added daemon BC sync progress bar
depends on https://github.com/monero-project/monero/pull/1173

Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-10 00:15:17 +03:00
Ilya Kitaev
6a50951940 Removed hardcoded height from PasswordDialog 2016-10-10 00:15:17 +03:00
Ilya Kitaev
0ff3fd3212 added TransactionHistoryModel; renamings 2016-10-10 00:15:17 +03:00
Ilya Kitaev
f402fd9e7d Wallet::daemonBlockChainHeight(); BC sync progress in GUI 2016-09-26 22:55:25 +03:00
Ilya Kitaev
4706379079 Processing splash bug fixed;
Receive page: wrong reference to the wallet fixed;
2016-09-01 23:55:30 +03:00
Ilya Kitaev
4fa8ad3b19 Transfer page: validate amount 2016-08-23 16:07:52 +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
Ilya Kitaev
d0a5339289 Removed: hardcoded "Monero - Donations" 2016-08-10 15:09:05 +03:00
Ilya Kitaev
32ebf180ac dynamic translation support. closes #24 2016-07-20 22:28:11 +03:00
Ilya Kitaev
17f38a930e Added "Receive" page. Hide all pages except "Transfer" and "Receive". 2016-06-26 18:04:45 +03:00
Ilya Kitaev
eaf59243b2 basic "send money" functionality implemented in GUI 2016-06-16 17:13:46 +03:00
Ilya Kitaev
1364c2b498 Password strength level updated 2016-02-06 19:19:54 +03:00
Riccardo Spagni
bebae4727e
added licenses 2015-04-01 10:56:05 +02:00
marcin
ac5d77d7ab blocked title bar in wizard 2014-08-22 11:03:10 +02:00
marcin
48add34d57 wizard v1.0 2014-08-21 12:09:52 +02:00
marcin
17e18a3351 wizard v0.1 2014-08-19 14:58:02 +02:00
marcin
6800bb67d7 https://trello.com/c/SBd9Yyud/54-not-hugely-important-but-can-the-window-be-resizable-or-does-that-add-too-many-complications 2014-07-23 13:27:27 +02:00
marcin
74b6483b18 tabledropdown fix 2014-07-23 13:01:20 +02:00
marcin
d69870717f https://trello.com/c/GZwvrma5/55-scrollable-lists-should-have-scrollbars-that-come-into-view-when-hovering-over-that-area-the-extreme-right-of-the-list 2014-07-23 12:39:35 +02:00
marcin
43c7920233 https://trello.com/c/gPU42IUg/60-thin-grey-border-around-calendar-when-it-pops-out-hard-to-see-otherwise
https://trello.com/c/25mBMUbl/63-per-jo-s-observation-the-amount-should-reflect-whether-it-is-in-or-out-red-green-not-the-balance
2014-07-23 11:25:27 +02:00
marcin
414e85e611 https://trello.com/c/Rd0lvLdK/59-possible-change-to-add-to-address-book-functionality-in-transfer-window
https://trello.com/c/kyZNLKlk/61-hide-payment-id-in-history-if-unused-for-a-transaction
2014-07-22 17:15:52 +02:00
marcin
84c251398c https://trello.com/c/l0lGL8QQ/52-advanced-filtering-in-history-needs-to-be-more-obviously-toggled-than-the-hyperlink-an-icon-maybe 2014-07-22 16:55:25 +02:00
marcin
2f54bb12eb https://trello.com/c/Denq3rax/53-minimize-button-keeps-focused-after-pressed-and-then-restoring-the-window 2014-07-22 14:29:20 +02:00
marcin
0e5dbbc197 https://trello.com/c/l6O8cPIh/57-when-the-sidebar-is-hidden-the-hover-text-on-the-drop-down-buttons-eg-send-to-address-doesn-t-overflow-with-the-window
changed window moving behavior
2014-07-22 14:16:05 +02:00
marcin
2541485881 simplified window v3 2014-07-19 17:11:16 +02:00
marcin
58fb6d055b simplified window v2 2014-07-19 16:52:05 +02:00
marcin
b0afe850fe Merge branch 'master' of https://bitbucket.org/krzysztof_anonimowy/bitmonero 2014-07-19 16:09:10 +02:00
marcin
1eb08fe26a simplified window v1 2014-07-19 16:07:40 +02:00
MartinUI
fcb282d52a darker font in data picker 2014-07-17 14:14:42 +02:00
marcin
c26e1376db https://trello.com/c/MvCKKjjt/47-remove-radius-from-components
https://trello.com/c/9ux5ftqK/48-hide-hints-functionality
2014-07-17 13:14:27 +02:00
marcin
98c2082808 https://trello.com/c/X0neSDZ0/34-changes-to-history-tab-columns-drop-down-etc-as-discussed
https://trello.com/c/uksby2dk/43-create-history-page
2014-07-17 13:01:12 +02:00
marcin
6dbe05d79d History page v1 2014-07-16 18:04:34 +02:00
marcin
e87418f36c https://trello.com/c/ecBrTIEB/41-change-address-book-layout-and-address-book-table-delegate
https://trello.com/c/SbxulOhI/39-add-description-input-to-transfer-page-when-add-to-address-book-is-checked
2014-07-16 16:48:17 +02:00
marcin
2eddebe1c2 https://trello.com/c/LXEnXYLF/42-fix-monero-logo
https://trello.com/c/VpuuPT5L/27-per-transaction-descriptions-should-be-removed-from-dashboard-history-as-discussed
https://trello.com/c/wy3nFH3g/30-please-add-ctrl-tab-ctrl-shift-tab-shortcut-keys-to-rotate-between-tabs
https://trello.com/c/6Y6kOXsU/44-add-monero-title-to-the-main-window
2014-07-16 14:40:09 +02:00
marcin
0a352f33a7 title bar fix 2014-07-15 16:08:02 +02:00
marcin
ba65d921e8 new title bar + fixed payment id width on transfer page.
https://trello.com/c/U0nxQ9vy/32-payment-id-field-in-transfer-tab-needs-to-be-much-longer
https://trello.com/c/r755XHXq/36-move-window-control-icons-to-left-hand-side-as-discussed-once-qml-is-all-done-we-will-see-how-everyone-reacts-to-it
2014-07-15 16:03:39 +02:00
marcin
c65a878d8c transfer privacy level fix:
https://trello.com/c/Q0xqMAxd/33-medium-privacy-level-in-transfer-tab-needs-to-be-halfway-between-low-and-high
2014-07-15 13:59:51 +02:00
marcin
95cec0e2fd https://trello.com/c/U0nxQ9vy/32-payment-id-field-in-transfer-tab-needs-to-be-much-longer 2014-07-14 16:40:04 +02:00
marcin
49bb4516f2 shortcuts fix + ctrl+tab/ctrl+shift+tab functionality + heperlinks fix 2014-07-13 14:27:50 +02:00
marcin
5085aa3a64 transfer v2 + checkbox 2014-07-11 16:19:13 +02:00
marcin
f4279a9800 fixes + addressbook v1 + transfer v1 2014-07-11 00:18:36 +02:00
marcin
9256e5dfac shortcuts fix 2014-07-09 18:03:37 +02:00
marcin
692b8532d7 fixes 2014-07-09 17:44:13 +02:00
marcin
92c594ca8c dashboard + few tipitem fix + shortcuts 2014-07-09 16:18:48 +02:00
marcin
202da4caf9 menubutton fix (left grey line) + twitter design fix 2014-07-07 19:30:59 +02:00
marcin
62df25ce8e first push 2014-07-07 19:08:30 +02:00