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
db965e1265
changes due updates in bitmonero
2016-09-01 23:22:06 +03:00
JamesCullum
ba92d6d8a3
Added german localization
...
Please verify format, QT crashed and i had to edit it via Notepad++.
Note: Data could be cleaned up, still some CSS and HTML in it and a lot of duplicates
2016-08-31 23:32:48 +02:00
JamesCullum
aa20faf428
typo
2016-08-31 23:00:12 +02:00
JamesCullum
30e9ab252c
typo
2016-08-31 22:43:37 +02:00
Riccardo Spagni
9662f46407
Merge pull request #6
...
c519c7e Fix typo (dEBRUYNE-1)
5d17513 Fix typo (dEBRUYNE-1)
93285c2 Fix typo (dEBRUYNE-1)
f66a765 Fix typo (dEBRUYNE-1)
f8f1d28 Fix typo (dEBRUYNE-1)
cb6bcdf Fix typo (dEBRUYNE-1)
efba470 Fix typo (dEBRUYNE-1)
1cc7d35 Fix typo (dEBRUYNE-1)
497a6b8 Restored build by using develop bitmonero (Ilya Kitaev)
4fa8ad3 Transfer page: validate amount (Ilya Kitaev)
23c4c95 Update README.md (ferretinjapan)
57ad092 Update README.md with linux build instructions (ferretinjapan)
376db6c Display "processing.." splashscreen while wallet initializing (Ilya Kitaev)
6b9afcf extra debug logging (Ilya Kitaev)
8d93f01 WalletManager::openWalletAsync integrating with UI (Ilya Kitaev)
d3234bb WalletManager::openWalletAsync in progress (Ilya Kitaev)
c126930 Ask for password in wallet is password protected. closes #26 (Ilya Kitaev)
6f1343a ask user for the password if wallet is password-protected (Ilya Kitaev)
fc7a7dd BasicPanel: embedding/reusing "Transfer" page (Ilya Kitaev)
983317b Basic view: real wallet's balance (Ilya Kitaev)
d0a5339 Removed: hardcoded "Monero - Donations" (Ilya Kitaev)
b199c5f bugfix: empty transfer page (Ilya Kitaev)
a3fc55e mac application icon (Ilya Kitaev)
35d7661 Windows application icon (Ilya Kitaev)
4ee5d78 Deploy additional mingw dependencies (Ilya Kitaev)
7c33ea9 msys64 deploy fix (Ilya Kitaev)
f640809 macdeployqt app bundle crash fixed. (Ilya Kitaev)
9cd73df Translations are separate qm files (Ilya Kitaev)
1b35a1a build automation script. tested on macos (Ilya Kitaev)
c7c06a5 removing "bitmonero" directory in "distclean" target (Ilya Kitaev)
aa0ea18 translation files moved to resources (Ilya Kitaev)
e5d5a60 Wizard refactoring (Ilya Kitaev)
ecf8441 cleaning "auto-generated" bitmonero directory on "make clean". closes #22 (Ilya Kitaev)
32ebf18 dynamic translation support. closes #24 (Ilya Kitaev)
39b88da Apply translation for "normal" mode (Ilya Kitaev)
a933983 TranslationManager, Russian translation example (Ilya Kitaev)
de7bd2e Polish translation file (Ilya Kitaev)
5737114 update/build transations with release build. closes #23 (Ilya Kitaev)
b0f77c8 separate LIBS sections for macx, linux and win32 (Ilya Kitaev)
8b26bc4 Update network status dynamically (closes #17 ) (Ilya Kitaev)
71da777 Init wallet asynchronously (Ilya Kitaev)
7df82af New flags images, added IT,RU,ZH translation files (Ilya Kitaev)
d9f031e Async API integration in progress (Ilya Kitaev)
c027922 fixed multicore build; statically link boost, libcrypto and libssl for Linux; (Ilya Kitaev)
5b1ab69 Mac OSX build steps added (Ilya Kitaev)
fca82f3 Cross-plaftorm number of cpu cores (Ilya Kitaev)
da43e9a "Compiling" section stub added to documentation (Ilya Kitaev)
d880441 MSYS2/Win64 build fixed (Ilya Kitaev)
0c09342 Fixed for MSYS2 build (Ilya Kitaev)
f846935 Fix typo (dEBRUYNE-1)
a594e25 Clean up text (dEBRUYNE-1)
39cb75e Send money: confirmation popups added (Ilya Kitaev)
409c570 Priority aka fee multiplier integrated (Ilya Kitaev)
17f38a9 Added "Receive" page. Hide all pages except "Transfer" and "Receive". (Ilya Kitaev)
88d9be9 Lazy loading for the tweets (Ilya Kitaev)
37c1c0b disable right panel by default, don't perform Twitter https call if panel is disabled (Riccardo Spagni)
2696e49 mixin count for Wallet::createTransaction (Ilya Kitaev)
e3985da Transfer page: priority dropdown hidded (Ilya Kitaev)
8ac86a8 Balance on UI updated by the signal (Ilya Kitaev)
eaf5924 basic "send money" functionality implemented in GUI (Ilya Kitaev)
3ddd9be main application: initialize wallet, display balance (Ilya Kitaev)
2151f13 Persistent storage for common settings. closes #10 (Ilya Kitaev)
1eac46a "new wallet" and "recovery wallet" flows are implemented using libwallet api (Ilya Kitaev)
b7787dc Moving wallet to the user defined location at the "donation" page (pre- final) (Ilya Kitaev)
fd50e6f new wallet wizard: wallet created in temporary directory and moved to the destination at the final step (Ilya Kitaev)
5c10be3 Qt wrappers for libwallet API classes (Ilya Kitaev)
da1b74a Start in normal mode if wallet exists. Resolves #9 (Ilya Kitaev)
493e290 libwallet integration (Ilya Kitaev)
238d582 build against libwallet_merged and boost libs (Ilya Kitaev)
f9e0916 integrating libwallet (Ilya Kitaev)
382fa30 explicitely enabled c++11 for g++ compiler (Ilya Kitaev)
6d0179f wizard: saving locale instead of language; wallet interface continued (Ilya Kitaev)
7d9306c Qt wrapper for libwallet - in-progress (Ilya Kitaev)
625041d integrating cpp wallet mockups with QML (Ilya Kitaev)
1195a89 started integrating wallet library (Ilya Kitaev)
921d16a Forgotten file with password strength related functions (Ilya Kitaev)
e555631 wallet directrory in "Documents" for Windows and in "home" for *nix (Ilya Kitaev)
16020ae Wizard: "next button" visibility in backward direction fixed (Ilya Kitaev)
8bc411c wordings and text alignment according to design (Ilya Kitaev)
1364c2b Password strength level updated (Ilya Kitaev)
1571118 Refactored wizard paths internal handling (Ilya Kitaev)
496a34c Language (qt linguist) files actually added to project. (Ilya Kitaev)
e3bea0d "word mnemonic input" with clipboard button and hint is reusable component; (Ilya Kitaev)
6289e18 fix for window drag bug on ubuntu, only tested on windows (unknown)
fce88a8 Selection (branching) for recovery path (Ilya Kitaev)
bbc35ff Next button is in "disabled" state on password page (Ilya Kitaev)
46db771 German and English translation files (Ilya Kitaev)
2016-08-31 21:10:31 +02:00
Ilya Kitaev
6d2e1a8ca3
Merge pull request #47 from dEBRUYNE-1/master
...
Fix a few typos
2016-08-31 21:22:31 +03:00
dEBRUYNE-1
c519c7efb1
Fix typo
2016-08-31 18:47:56 +02:00
dEBRUYNE-1
5d17513ef2
Fix typo
2016-08-31 18:46:58 +02:00
dEBRUYNE-1
93285c2330
Fix typo
2016-08-31 18:45:35 +02:00
dEBRUYNE-1
f66a765152
Fix typo
2016-08-31 18:45:12 +02:00
dEBRUYNE-1
f8f1d28d39
Fix typo
2016-08-31 18:44:50 +02:00
dEBRUYNE-1
cb6bcdf507
Fix typo
2016-08-31 18:44:34 +02:00
dEBRUYNE-1
efba4706ce
Fix typo
2016-08-31 18:44:10 +02:00
dEBRUYNE-1
1cc7d35ab8
Fix typo
2016-08-31 18:39:44 +02:00
Ilya Kitaev
497a6b8de3
Restored build by using develop bitmonero
...
wallet_merged2 related issue - temporary reverted bitmonero commit that removes
wallet_merged2 target
2016-08-24 21:31:43 +03:00
Ilya Kitaev
4fa8ad3b19
Transfer page: validate amount
2016-08-23 16:07:52 +03:00
Ilya Kitaev
10c303770b
Merge branch 'master' of https://github.com/mbg033/monero-core
2016-08-23 11:56:40 +03:00
Ilya Kitaev
376db6cf16
Display "processing.." splashscreen while wallet initializing
2016-08-23 11:55:51 +03:00
Ilya Kitaev
6b9afcf291
extra debug logging
2016-08-23 10:32:01 +03:00
Ilya Kitaev
52a0cbe8d7
Merge pull request #41 from ferretinjapan/patch-1
...
Update README.md with linux build instructions
2016-08-22 23:03:22 +03:00
ferretinjapan
23c4c9550f
Update README.md
2016-08-22 04:33:26 +09:30
ferretinjapan
57ad092708
Update README.md with linux build instructions
...
Tested and confirmed to work on Ubuntu 16.04 i386 on virtual machine. x64 version has build dependency issues however, an issue has been filed, see https://github.com/mbg033/monero-core/issues/40
2016-08-21 03:29:52 +09:30
Ilya Kitaev
8d93f01db4
WalletManager::openWalletAsync integrating with UI
2016-08-19 14:44:44 +03:00
Ilya Kitaev
d3234bb915
WalletManager::openWalletAsync in progress
2016-08-18 21:55:34 +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
fc7a7ddf25
BasicPanel: embedding/reusing "Transfer" page
2016-08-10 16:21:58 +03:00
Ilya Kitaev
983317b449
Basic view: real wallet's balance
2016-08-10 15:18:56 +03:00
Ilya Kitaev
d0a5339289
Removed: hardcoded "Monero - Donations"
2016-08-10 15:09:05 +03:00
Ilya Kitaev
b199c5fe0a
bugfix: empty transfer page
2016-08-09 15:05:53 +03:00
Ilya Kitaev
a3fc55e0ac
mac application icon
2016-08-04 14:52:33 +03:00
Ilya Kitaev
35d7661f0c
Windows application icon
2016-08-04 14:16:38 +03:00
Ilya Kitaev
4ee5d785c5
Deploy additional mingw dependencies
2016-08-04 13:56:49 +03:00
Ilya Kitaev
7c33ea931a
msys64 deploy fix
2016-08-03 15:59:42 +03:00
Ilya Kitaev
f640809d25
macdeployqt app bundle crash fixed.
2016-07-27 23:17:21 +03:00
Ilya Kitaev
9cd73dfbbe
Translations are separate qm files
2016-07-27 22:32:33 +03:00
Ilya Kitaev
1b35a1ae4b
build automation script. tested on macos
2016-07-25 16:24:07 +03:00
Ilya Kitaev
c7c06a5893
removing "bitmonero" directory in "distclean" target
2016-07-22 15:50:51 +03:00
Ilya Kitaev
aa0ea18356
translation files moved to resources
2016-07-21 16:29:37 +03:00
Ilya Kitaev
e5d5a6082f
Wizard refactoring
2016-07-21 13:56:17 +03:00
Ilya Kitaev
ecf844120b
cleaning "auto-generated" bitmonero directory on "make clean". closes
...
#22
2016-07-21 12:47:53 +03:00
Ilya Kitaev
32ebf180ac
dynamic translation support. closes #24
2016-07-20 22:28:11 +03:00
Ilya Kitaev
39b88daf32
Apply translation for "normal" mode
2016-07-19 23:45:12 +03:00
Ilya Kitaev
a9339838ac
TranslationManager, Russian translation example
2016-07-19 23:31:09 +03:00
Ilya Kitaev
de7bd2eb97
Polish translation file
2016-07-15 11:17:09 +03:00
Ilya Kitaev
573711473a
update/build transations with release build. closes #23
2016-07-15 11:03:18 +03:00
Ilya Kitaev
b0f77c817c
separate LIBS sections for macx, linux and win32
2016-07-14 16:05:40 +03:00
Ilya Kitaev
8b26bc4a4d
Update network status dynamically ( closes #17 )
2016-07-14 13:40:27 +03:00
Ilya Kitaev
71da777375
Init wallet asynchronously
2016-07-14 13:09:39 +03:00