Commit graph

410 commits

Author SHA1 Message Date
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
Ilya Kitaev
a7609dea7f Fix: Trailing spaces in transfer address and Payment id (#51) 2016-09-05 23:06:05 +03:00
Ilya Kitaev
85787c3e14 Fix: File Path Chooser only opens once (#48) 2016-09-05 22:42:05 +03:00
Ilya Kitaev
3280fe389a fix: Wallet storage path creation broken (#49) 2016-09-05 22:07:53 +03:00
Ilya Kitaev
c87eed558f libunbound is one more dependency 2016-09-03 13:06:44 +03:00
Ilya Kitaev
2ea6435d43 Merge branch 'upstream' into develop 2016-09-03 11:51:48 +03:00
Ilya Kitaev
f2a126790a Replaced German html encodings with real German letters 2016-09-03 11:30:49 +03:00
JamesCullum
4ac1943785 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-09-03 11:30:49 +03:00
JamesCullum
33275c9d44 typo 2016-09-03 11:30:49 +03:00
JamesCullum
2ecba2e5d7 typo 2016-09-03 11:30:49 +03:00
Ilya Kitaev
51f9176a5e Replaced German html encodings with real German letters 2016-09-03 11:26:34 +03:00
redfish
010a2156b8 pro: link against libunwind
Otherwise link fails with missing symbols.
2016-09-03 04:11:57 -04:00
redfish
74a90651c7 pro: option for static build
Distribution packages want dynamic builds.
2016-09-03 04:11:52 -04:00
redfish
74eade248b readme: add section for installing from package 2016-09-03 04:07:20 -04:00
redfish
043a484c77 readme: decrease size of sponsor logs for aesthetics 2016-09-03 04:04:30 -04:00
redfish
f7ac7d2e6a readme: move license into separate file for packaging 2016-09-03 04:03:05 -04:00
Ilya Kitaev
6efc368087 Fixed malformed format 2016-09-02 22:21:23 +03:00
Ilya Kitaev
f0920c8a22 Updated Mac OS instructions 2016-09-02 22:18:59 +03:00
Riccardo Spagni
a3fa1913a6
Merge pull request #9
0455502 bitmonero comes from monero-project's repo (Ilya Kitaev)
4706379 Processing splash bug fixed; Receive page: wrong reference to the wallet fixed; (Ilya Kitaev)
db965e1 changes due updates in bitmonero (Ilya Kitaev)
2016-09-01 23:32:09 +02:00
Riccardo Spagni
40e8077bb5
Merge pull request #8
ba92d6d Added german localization (JamesCullum)
aa20faf typo (JamesCullum)
30e9ab2 typo (JamesCullum)
2016-09-01 23:31:50 +02:00
Ilya Kitaev
c706040f64 Merge branch 'master' of https://github.com/mbg033/monero-core 2016-09-02 00:10:58 +03:00
Ilya Kitaev
0455502ffb bitmonero comes from monero-project's repo 2016-09-02 00:10:21 +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