Commit graph

232 commits

Author SHA1 Message Date
Ilya Kitaev
612c497608 TransactionHistory sorting 2016-10-10 00:19:13 +03:00
Ilya Kitaev
e7e6c583b6 Adding sort-filter-proxy model 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
defc2a414a build: get_libwallet_api.sh accepts build type ("Debug" or "Release",
release is default); extra build script that skips cmake invocations
2016-10-10 00:18:27 +03:00
Jacob Brydolf
2966b0db69 settings page: daemon change + password prompt on seed view 2016-10-10 00:18:27 +03:00
Jacob Brydolf
9700944b7f close wallet before reopen 2016-10-10 00:18:27 +03:00
Ilya Kitaev
522b0671ad Simple transaction history 2016-10-10 00:15:17 +03:00
Jacob Brydolf
9cc92bf9d6 added onPageCompleted 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
cd1247c292 Added option to show seed on settings-page
Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
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
819be91cb6 Integrating TransactionHistoryModel 2016-10-10 00:15:17 +03:00
Ilya Kitaev
56c3579501 Replaced Loader with StackView; Fixed payment id generation 2016-10-10 00:15:17 +03:00
Ilya Kitaev
0ff3fd3212 added TransactionHistoryModel; renamings 2016-10-10 00:15:17 +03:00
Jacob Brydolf
bd8646dd19 UX improvements in wizard
- password page styling
- tab navigation / focus on load
- click language loads next page
2016-10-10 00:15:17 +03:00
Riccardo Spagni
fab66fec38
Merge pull request #40
44ca99b minor renames in the readme (Riccardo Spagni)
d6c7f34 readme fixes (Riccardo Spagni)
2016-10-09 15:22:16 +02:00
Riccardo Spagni
44ca99bf1f
minor renames in the readme 2016-10-09 15:13:50 +02:00
Riccardo Spagni
d6c7f349d2
readme fixes 2016-10-09 15:12:01 +02:00
Riccardo Spagni
e920963df6
Merge pull request #38
6f359d5 Update README.md : package needed to run the bin even if it compiles fine without (MoroccanMalinois)
2016-10-09 13:50:33 +02:00
Riccardo Spagni
0c4fb2065a
Merge pull request #36
d618276 Update README.md with fixed typo in path to QT (Daniel Ternyak)
2016-10-09 13:49:25 +02:00
Riccardo Spagni
8a41d4ab4c
Merge pull request #37
4f3526d store wallet after first successful refresh (Jacob Brydolf)
2016-10-09 13:48:59 +02:00
MoroccanMalinois
6f359d5d1c Update README.md : package needed to run the bin even if it compiles fine without 2016-10-06 01:15:15 +02:00
Jacob Brydolf
4f3526d995 store wallet after first successful refresh 2016-10-05 23:24:40 +02:00
Daniel Ternyak
d61827684f Update README.md with fixed typo in path to QT 2016-10-05 02:49:25 -05:00
Riccardo Spagni
a9a279c979
Merge pull request #32
f0d2e58 make splash less resource intensive (Jacob Brydolf)
ad2943f libwallet_api: switched to main repo (Ilya Kitaev)
f402fd9 Wallet::daemonBlockChainHeight(); BC sync progress in GUI (Ilya Kitaev)
7e769b3 Wallet: moneySpent, moneyReceived, newBlock signals (Ilya Kitaev)
2016-10-04 12:27:33 +02:00
Riccardo Spagni
9bd5a08057
Merge pull request #31
86a6bfb Logging: removed password logging (Ilya Kitaev)
e287ce8 Wizard: setup testnet/daemon address (Ilya Kitaev)
2016-10-04 12:26:44 +02:00
Riccardo Spagni
d865103a73
Merge pull request #30
3abee20 build: get_platform function reused (Ilya Kitaev)
af30cfd build: added "libunwind_off" config option so it can be built on other distros than Ubuntu (Ilya Kitaev)
2016-10-04 12:25:57 +02:00
Riccardo Spagni
b3c9ba0868
Merge pull request #23
778695b build: clarified comment (Ilya Kitaev)
740669a build: Building vendored libunbound for mingw builds (Ilya Kitaev)
9ec8eb9 build: Build vendored libunbound for MacOS X (Ilya Kitaev)
3cc318e build: adjusted with bitmonero->monero renamings; build: temporary disabled link with 'libunwind' due Ubuntu issues (Ilya Kitaev)
2016-10-04 12:25:04 +02:00
Riccardo Spagni
5d7dde39b9
Merge pull request #22
270a882 Update monero-core_de.ts (githubrsys)
2016-10-04 12:24:33 +02:00
Ilya Kitaev
af7f41faa4 Merge pull request #58 from Jaqueeee/fix-splash
make splash less resource intensive
2016-09-30 21:12:20 +03:00
Jacob Brydolf
f0d2e58376 make splash less resource intensive 2016-09-30 12:12:26 +02:00
Ilya Kitaev
ad2943fb20 libwallet_api: switched to main repo 2016-09-26 22:57:45 +03:00
Ilya Kitaev
f402fd9e7d Wallet::daemonBlockChainHeight(); BC sync progress in GUI 2016-09-26 22:55:25 +03:00
Ilya Kitaev
7e769b3a87 Wallet: moneySpent, moneyReceived, newBlock signals 2016-09-23 23:51:24 +03:00
Ilya Kitaev
86a6bfbff1 Logging: removed password logging 2016-09-23 00:11:19 +03:00
Ilya Kitaev
e287ce88bc Wizard: setup testnet/daemon address 2016-09-23 00:11:19 +03:00
Ilya Kitaev
3abee20196 build: get_platform function reused 2016-09-23 00:08:08 +03:00
Ilya Kitaev
af30cfdd6e build: added "libunwind_off" config option so it can be built on other
distros than Ubuntu
2016-09-22 21:39:43 +03:00
Ilya Kitaev
778695b188 build: clarified comment 2016-09-19 17:55:34 +03:00
Ilya Kitaev
740669a909 build: Building vendored libunbound for mingw builds 2016-09-19 17:47:44 +03:00
Ilya Kitaev
c40b094e2c build: Merged libunbound build settings for macosx 2016-09-19 16:56:47 +03:00
Ilya Kitaev
3cc318eb5d build: adjusted with bitmonero->monero renamings;
build: temporary disabled link with 'libunwind' due Ubuntu issues
2016-09-19 16:45:34 +03:00
githubrsys
270a882639 Update monero-core_de.ts
Native speaker did it. Cheers.
2016-09-17 15:38:58 +02:00
Ilya Kitaev
9ec8eb923e build: Build vendored libunbound for MacOS X 2016-09-17 15:01:08 +03:00
Riccardo Spagni
6e5f5e1ded
Merge pull request #17
a7609de Fix: Trailing spaces in transfer address and Payment id (#51) (Ilya Kitaev)
2016-09-10 13:17:21 +02:00
Riccardo Spagni
eb49606f25
Merge pull request #16
85787c3 Fix: File Path Chooser only opens once (#48) (Ilya Kitaev)
3280fe3 fix: Wallet storage path creation broken (#49) (Ilya Kitaev)
c87eed5 libunbound is one more dependency (Ilya Kitaev)
51f9176 Replaced German html encodings with real German letters (Ilya Kitaev)
f2a1267 Replaced German html encodings with real German letters (Ilya Kitaev)
4ac1943 Added german localization (JamesCullum)
33275c9 typo (JamesCullum)
2ecba2e typo (JamesCullum)
6efc368 Fixed malformed format (Ilya Kitaev)
f0920c8 Updated Mac OS instructions (Ilya Kitaev)
2016-09-10 13:16:48 +02:00
Riccardo Spagni
70397e271f
Merge pull request #13
010a215 pro: link against libunwind (redfish)
74a9065 pro: option for static build (redfish)
2016-09-10 12:51:39 +02:00
Riccardo Spagni
a71fb0dbfc
Merge pull request #12
74eade2 readme: add section for installing from package (redfish)
043a484 readme: decrease size of sponsor logs for aesthetics (redfish)
f7ac7d2 readme: move license into separate file for packaging (redfish)
2016-09-10 12:51:02 +02:00