Manfred Karrer
36c286de5d
Add distance to button
2019-01-30 09:02:27 +01:00
Manfred Karrer
7dc5404b84
Enable DAO menu, show dao info text and button
2019-01-30 08:54:54 +01:00
Manfred Karrer
9d1efb2bd6
Add URL validator for proposal link field
2019-01-29 22:45:12 +01:00
Manfred Karrer
925d5df654
Fixes https://github.com/bisq-network/bisq/issues/2292
2019-01-29 22:25:14 +01:00
Manfred Karrer
e0e85b5d38
Fixes https://github.com/bisq-network/bisq/issues/2268
2019-01-29 22:01:35 +01:00
Manfred Karrer
1e6777bb09
Use feedback style instead of confirmation at proposla publish success popup
2019-01-29 21:32:09 +01:00
Manfred Karrer
ed5e5e6d47
Fixes https://github.com/bisq-network/bisq/issues/2124
2019-01-29 21:22:49 +01:00
Manfred Karrer
a7dbbf4c54
Set width of error popup to 1100px to avoid overflow
2019-01-29 21:06:29 +01:00
Manfred Karrer
93d5d39d6f
Fixes https://github.com/bisq-network/bisq/issues/2297
2019-01-29 20:55:05 +01:00
Manfred Karrer
98242c9232
Fixes https://github.com/bisq-network/bisq/issues/2299
2019-01-29 20:53:03 +01:00
Manfred Karrer
2b416c067d
Fix incorrect phase display
...
Fixes https://github.com/bisq-network/bisq/issues/2300
2019-01-29 20:20:25 +01:00
Manfred Karrer
40e3d257d3
Add dontShowAgain flag to popup
...
In case the user manage to vote multiple times we dont show a error
popup but only a warning popup and add the dont show again checkbox.
It is not possible to do that in the UI but not invalid from the DAO
rules.
2019-01-29 15:49:19 +01:00
Manfred Karrer
2314889a25
Reset UI at button click instead of callback from publishing
...
We reset UI without waiting for callback as callback might be slow
and then the user could create multiple votes.
2019-01-29 15:45:43 +01:00
Manfred Karrer
5e10ecb466
Reset UI at button click instead of callback from publishing
...
We reset UI without waiting for callback as callback might be slow
and then the user could create multiple proposals.
2019-01-29 15:35:31 +01:00
Manfred Karrer
b087b95826
Merge pull request #2329 from ManfredKarrer/dao-fix-snapshot-issue
...
Dao fix snapshot issue
2019-01-29 15:33:15 +01:00
Manfred Karrer
688fad7647
Add null checks for proposalDisplay
2019-01-29 15:17:28 +01:00
Manfred Karrer
5804ff3cf0
Remove empty onParseTxsCompleteAfterBatchProcessing methods
...
Make onParseTxsCompleteAfterBatchProcessing default in listener
2019-01-29 14:59:10 +01:00
Manfred Karrer
32f4c20175
Refactor: Rename onParseTxsComplete to onParseTxsCompleteAfterBatchProcessing
2019-01-29 14:57:21 +01:00
Manfred Karrer
75943052d1
Show vote result exception in UI
...
- Show vote result exception in Vote result View when selecting the
cycle where the vote result exception happened
2019-01-29 13:22:37 +01:00
Manfred Karrer
e42c9d4f76
Don't show popup at vote result exception
2019-01-29 13:22:37 +01:00
Manfred Karrer
8b7646a9df
Merge pull request #2315 from ripcurlx/fix-multiple-payment-account-selection-disabled
...
Not disable the payment account selection in take offer screen
2019-01-25 15:00:51 +01:00
Christoph Atteneder
8013aa2076
Disable payment accounts combobox so it is clear that it cannot be selected anymore
2019-01-25 13:50:30 +01:00
Christoph Atteneder
dced3c1f4e
Not disable the payment account selection in take offer screen as long DAO is not live
2019-01-25 13:47:35 +01:00
Christoph Atteneder
59a515d291
Extend progress status label over two columns to prevent truncation
2019-01-24 19:52:13 +01:00
Christoph Atteneder
ee55aa3e09
Remove filter for offerbook teaser tables
2019-01-24 19:48:37 +01:00
Manfred Karrer
e847a863c9
Merge pull request #2316 from ripcurlx/fix-multiple-payment-account-import
...
Not show warning popup for imported payment accounts
2019-01-24 18:05:28 +01:00
Christoph Atteneder
cb3fa50f22
Improve resizing of buy and sell tables
2019-01-24 15:45:07 +01:00
Christoph Atteneder
17ab1efacc
Not show warning popup for imported payment accounts
2019-01-24 14:39:46 +01:00
Devin Bileck
20fc55d5a5
Fix incorrect time shown in phase duration
...
The phase duration was showing the hour in am/pm (1-12) rather than the
hour in the day (0-23).
2019-01-23 16:50:19 -08:00
Christoph Atteneder
efcee3e28f
Fix broken test
2019-01-23 22:31:46 +01:00
Manfred Karrer
83d67e3532
Merge pull request #2310 from ripcurlx/fix-tradecurrency-selection
...
Fix trade currency handling for multiple currency payment accounts
2019-01-23 20:07:20 +01:00
Manfred Karrer
fc815eed77
Fix testclass
2019-01-23 13:47:10 +01:00
Manfred Karrer
200c90b7aa
Merge pull request #2251 from ManfredKarrer/refactor-fee-estimation
...
Refactor fee estimation
2019-01-23 13:44:27 +01:00
Christoph Atteneder
0a7c85f7d8
Use selected trade currency if available in payment account
2019-01-23 13:16:55 +01:00
Christoph Atteneder
d44823afd6
Bind currency combobox to trade currency from model
...
Remove data logic from view model that is set in data model
2019-01-23 13:16:19 +01:00
Manfred Karrer
90e95e5d2e
Make fields private
2019-01-23 12:32:28 +01:00
Manfred Karrer
64f65e01a0
Fix typos
2019-01-23 12:32:18 +01:00
Christoph Atteneder
f8d77de642
Improve exception if offer of removed assets is edited
2019-01-22 17:33:38 +01:00
Manfred Karrer
7b2d00fc27
Merge pull request #2265 from ripcurlx/update-installer-background
...
Update installer background image
2019-01-14 20:15:39 +01:00
Christoph Atteneder
2fe5092b8c
Merge pull request #2247 from devinbileck/fix-windows-install-custom-translations
...
Fix windows install custom translations
2019-01-14 17:01:12 +01:00
Christoph Atteneder
be70eb1b83
Merge branch 'master' of github.com:bisq-network/bisq into rpm-package
...
# Conflicts:
# desktop/package/linux/package.sh
2019-01-14 15:06:07 +01:00
Christoph Atteneder
ae9f13c09d
Update installer background image
2019-01-14 14:50:06 +01:00
Christoph Atteneder
bfda268eaf
Merge pull request #2248 from devinbileck/improve-JAVA_HOME-override
...
Improve JAVA_HOME override
2019-01-14 11:33:53 +01:00
Christoph Atteneder
265b15150b
Merge pull request #2252 from ManfredKarrer/reduce-code-duplication
...
Move util code from UI to core
2019-01-14 11:30:45 +01:00
Devin Bileck
7a16b3f3c6
Fix CurrencyListTest when locale is not en_US
...
When declaring a fiat currency and only providing the currency code,
it uses the system locale to get the currency display name.
This potentially causes different sorting results in
testUpdateWhenNotSortNumerically when locale is not en_US.
Now, it specifies the en_US locale when defining the fiat currencies
for this test.
Fixes https://github.com/bisq-network/bisq/issues/2259
2019-01-13 22:27:06 -08:00
Manfred Karrer
28d0db8ac8
Fix missing param in test class
2019-01-12 00:16:57 +01:00
Manfred Karrer
3c35f46b64
Move util code from UI to core
...
Move code to OfferUtil and PaymentAccountUtil to avoid code duplication
once http-API gets merged
2019-01-12 00:14:55 +01:00
Manfred Karrer
d09296e86c
Use TxFeeEstimationService
...
- feeTxSizeEstimationRecursionCounter was never reset, so that caused
probably bugs by ignoring fee estimation after it was called >10 times.
The default size was used then so the bug was not very obvious as long
the tx size was not very large.
2019-01-11 23:23:30 +01:00
Devin Bileck
ed7a7df2ad
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
...
# Conflicts:
# desktop/package/linux/package.sh
# desktop/package/linux/rpm.sh
2019-01-11 11:36:23 -08:00
Devin Bileck
cad6b61ffd
Improve JAVA_HOME override
...
Check to see if javapackager exists prior to overriding JAVA_HOME
in package scripts.
2019-01-11 11:30:34 -08:00