Commit graph

99 commits

Author SHA1 Message Date
Ilya Kitaev
409c5701e2 Priority aka fee multiplier integrated 2016-06-27 15:45:48 +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
88d9be953b Lazy loading for the tweets 2016-06-21 11:58:06 +03:00
Ilya Kitaev
417c9bf609 Merge branch 'fluffypony-master' 2016-06-21 11:10:18 +03:00
Ilya Kitaev
30f0bce569 Merge branch 'master' of https://github.com/fluffypony/monero-core into fluffypony-master 2016-06-21 11:09:19 +03:00
Ilya Kitaev
2696e49a54 mixin count for Wallet::createTransaction 2016-06-20 23:36:56 +03:00
Riccardo Spagni
37c1c0bb79
disable right panel by default, don't perform Twitter https call if panel is disabled 2016-06-20 21:08:09 +02:00
Riccardo Spagni
b4fa1762a3 Merge branch 'master' of https://github.com/fluffypony/monero-core 2016-06-20 21:06:38 +02:00
Ilya Kitaev
e3985da4e1 Transfer page: priority dropdown hidded 2016-06-20 15:58:13 +03:00
Ilya Kitaev
8ac86a8042 Balance on UI updated by the signal 2016-06-17 16:35:07 +03:00
Ilya Kitaev
eaf59243b2 basic "send money" functionality implemented in GUI 2016-06-16 17:13:46 +03:00
Ilya Kitaev
3ddd9bed72 main application: initialize wallet, display balance 2016-06-15 16:34:55 +03:00
Ilya Kitaev
2151f1395c Persistent storage for common settings. closes #10 2016-06-15 13:25:45 +03:00
Ilya Kitaev
1eac46ae73 "new wallet" and "recovery wallet" flows are implemented using libwallet
api
2016-06-14 16:09:14 +03:00
Ilya Kitaev
b7787dc670 Moving wallet to the user defined location at the "donation" page (pre-
final)
2016-06-14 12:40:29 +03:00
Ilya Kitaev
fd50e6f9a3 new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
2016-06-10 16:41:13 +03:00
Ilya Kitaev
5c10be3251 Qt wrappers for libwallet API classes 2016-06-08 13:53:24 +03:00
Ilya Kitaev
da1b74a707 Start in normal mode if wallet exists. Resolves #9 2016-06-07 16:28:44 +03:00
Ilya Kitaev
493e290956 libwallet integration 2016-06-03 17:30:19 +03:00
Ilya Kitaev
238d582b17 build against libwallet_merged and boost libs 2016-05-27 11:00:26 +03:00
Ilya Kitaev
f9e0916776 integrating libwallet 2016-05-17 16:03:59 +03:00
Ilya Kitaev
382fa30283 explicitely enabled c++11 for g++ compiler 2016-03-08 12:08:24 +03:00
Ilya Kitaev
6d0179f1a7 wizard: saving locale instead of language; wallet interface continued 2016-03-01 18:41:30 +03:00
Ilya Kitaev
7d9306ca1a Qt wrapper for libwallet - in-progress 2016-02-29 17:39:39 +03:00
Ilya Kitaev
625041df18 integrating cpp wallet mockups with QML 2016-02-24 13:25:20 +03:00
Ilya Kitaev
1195a89d06 started integrating wallet library 2016-02-23 18:59:26 +03:00
Ilya Kitaev
921d16a458 Forgotten file with password strength related functions 2016-02-10 21:36:35 +03:00
Ilya Kitaev
e555631b40 wallet directrory in "Documents" for Windows and in "home" for *nix 2016-02-08 10:58:01 +03:00
Ilya Kitaev
16020ae2a8 Wizard: "next button" visibility in backward direction fixed 2016-02-08 10:15:25 +03:00
Ilya Kitaev
8bc411c598 wordings and text alignment according to design 2016-02-08 10:12:12 +03:00
Ilya Kitaev
1364c2b498 Password strength level updated 2016-02-06 19:19:54 +03:00
Ilya Kitaev
1571118e7b Refactored wizard paths internal handling 2016-02-06 18:27:47 +03:00
Ilya Kitaev
496a34c54a Language (qt linguist) files actually added to project. 2016-02-06 15:58:55 +03:00
Ilya Kitaev
e3bea0dd4a "word mnemonic input" with clipboard button and hint is reusable
component;
2016-02-06 15:49:31 +03:00
Ilya Kitaev
556de8f346 Merge pull request #5 from henrikrudstrom/master
tested on Ubuntu 14.04 too
2016-02-04 10:11:55 +03:00
unknown
6289e18f6c fix for window drag bug on ubuntu, only tested on windows 2016-02-03 16:37:10 +01:00
Ilya Kitaev
fce88a8120 Selection (branching) for recovery path 2016-02-03 00:09:45 +03:00
Ilya Kitaev
bbc35ff484 Next button is in "disabled" state on password page 2016-01-29 22:08:17 +03:00
Ilya Kitaev
46db7715f9 German and English translation files 2016-01-29 22:01:52 +03:00
Riccardo Spagni
0429aac7ad
Merge pull request #4
ef66f9b Wizard: bugfix for "next" button on password page (Ilya Kitaev)
cb45a37 Language files added to resources (Ilya Kitaev)
2016-01-28 11:24:11 +02:00
Ilya Kitaev
ef66f9bf16 Wizard: bugfix for "next" button on password page 2016-01-27 22:16:48 +03:00
Ilya Kitaev
cb45a37c95 Language files added to resources 2016-01-27 22:06:38 +03:00
Riccardo Spagni
d546bacdfe
Merge pull request #3
3cfa176 Hiding "next" button on the final page (Ilya Kitaev)
63e4d19 Save settings for each wizard page in "wizard.settings" object and diplay overview at the last page (Ilya Kitaev)
78b5565 password page: checking if passwords match. merged "configuration" and "donation" pages into one (Ilya Kitaev)
29f3abd Copy lang files to the output directory at the "build" step (Ilya Kitaev)
965a875 WizardWelcome: ListView replaced with GridView (Ilya Kitaev)
2016-01-27 15:56:27 +02:00
Ilya Kitaev
3cfa176605 Hiding "next" button on the final page 2016-01-26 10:33:58 +03:00
Ilya Kitaev
63e4d19a92 Save settings for each wizard page in "wizard.settings" object and
diplay overview at the last page
2016-01-26 10:30:07 +03:00
Ilya Kitaev
78b556575a password page: checking if passwords match. merged "configuration" and
"donation" pages into one
2016-01-26 00:17:55 +03:00
Ilya Kitaev
29f3abdeac Copy lang files to the output directory at the "build" step 2016-01-25 21:36:33 +03:00
Ilya Kitaev
965a8759f0 WizardWelcome: ListView replaced with GridView 2016-01-25 16:39:52 +03:00
Riccardo Spagni
04302ec96d
fixed images 2015-04-01 12:49:26 +02:00
Riccardo Spagni
c594b955b1
add readme 2015-04-01 10:58:06 +02:00