Manfred Karrer
01bd0983d6
Use property file for display string
2019-02-09 08:38:16 -05:00
Manfred Karrer
a110d7d82d
Merge branch 'master' into dao-fix-majorityvote-issue
...
# Conflicts:
# desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java
2019-02-06 11:37:00 +01:00
Manfred Karrer
31a54b29bd
Cleanup DaoStateListener handlers
2019-02-06 01:11:31 +01:00
Manfred Karrer
1d5d9678bf
Add popup for invalid votes
2019-02-06 00:50:24 +01:00
Manfred Karrer
d10d91bb84
Make methods in DaoStateListener default
...
To avoid empty handlers I have set all methods to default so the client
code implements only the used one.
Move handler code from onNewBlockHeight to
onParseTxsCompleteAfterBatchProcessing to avoid too much UI updates
while parsing.
2019-02-06 00:43:02 +01:00
Manfred Karrer
dcf40bcfb5
Refactor: Add handler, make onMissedSecondTick default
2019-02-05 20:43:46 +01:00
Manfred Karrer
69b8dacae4
Move DaoUtil to bisq.core.dao.presentation
2019-02-05 16:59:59 +01:00
Christoph Atteneder
0aa931dce6
Display time of next make proposal phase
2019-02-05 15:52:42 +01:00
Christoph Atteneder
20a1cf567f
Improve not in make proposal phase state
2019-02-05 15:21:23 +01:00
Manfred Karrer
67b255562f
Merge pull request #2368 from oscarguindzberg/remove-libdohj
...
Remove libdohj dependency
2019-02-05 13:49:07 +01:00
Oscar Guindzberg
52e36187d1
Remove libdohj dependency
2019-02-05 09:33:58 -03:00
Christoph Atteneder
abcfa71fb5
Use highlight color without link behavior
...
Fixes #2139
2019-02-05 10:41:42 +01:00
Manfred Karrer
3824f6ce80
Merge pull request #2366 from ManfredKarrer/sqrrm-navigate-to-bond
...
Dao: Add link from confiscation proposal to bond view
2019-02-04 12:20:51 +01:00
Manfred Karrer
1b21030b11
Merge pull request #2365 from ManfredKarrer/dao-handle-burn-cases
...
Dao handle burn cases
2019-02-04 00:54:38 +01:00
Manfred Karrer
3dd8f20b79
User second method in navigationListener
2019-02-04 00:48:39 +01:00
sqrrm
16b766b91f
Highlight selected Bond when clicked through from ProposalDisplay
...
- Fix #2351
- Clean up warnings
2019-02-04 00:48:39 +01:00
sqrrm
ac59c20150
Add optional data argument to navigation
2019-02-04 00:48:39 +01:00
sqrrm
d5fc7743e8
Navigate to BondsView when clicked in ProposalDisplay
2019-02-04 00:48:39 +01:00
Manfred Karrer
3f4e641f19
Merge pull request #2355 from ManfredKarrer/dao-add-filter-flag-for-disable-dao
...
Dao add filter flag for disable dao
2019-02-04 00:17:08 +01:00
Manfred Karrer
ff6b303f5f
Cleanup
2019-02-04 00:07:09 +01:00
Manfred Karrer
c94726554c
Cleanup
2019-02-04 00:06:59 +01:00
Manfred Karrer
c4d561b7aa
Merge pull request #2242 from sqrrm/dao-avoid-bsq-burn
...
Dao avoid bsq burn
2019-02-03 22:59:30 +01:00
Manfred Karrer
f6e8473324
Improve logs
2019-02-03 21:22:35 +01:00
Manfred Karrer
002f225bdd
Merge branch 'master' into dao-add-filter-flag-for-disable-dao
2019-02-03 21:13:06 +01:00
Manfred Karrer
0232fadad5
Rename heightOfFirstBlock to heightOfFirstBlockInCycle
2019-02-03 18:49:57 +01:00
Manfred Karrer
90d0f4a9af
Add key event handler for republishing all governance data
2019-02-03 18:45:57 +01:00
Manfred Karrer
39d94eec99
Show myVote as invalid if not included in result list
2019-02-03 16:38:51 +01:00
sqrrm
686bd2f90e
Merge branch 'master' into dao-avoid-bsq-burn
2019-02-03 15:59:32 +01:00
Manfred Karrer
0c53699bc9
Add checkbox for disabling DAO
2019-02-03 00:20:48 +01:00
Devin Bileck
f873fab49d
Add execute permission for shell scripts
2019-01-31 10:39:14 -08:00
Christoph Atteneder
bf94810126
Merge pull request #2342 from ManfredKarrer/dao-show-menu-item
...
Dao show menu item
2019-01-30 13:10:16 +01:00
Christoph Atteneder
d1246ca192
Merge pull request #2328 from ManfredKarrer/dao-improve-exception-handling
...
Dao improve exception handling
2019-01-30 13:03:57 +01:00
Christoph Atteneder
3787a9eb00
Merge pull request #2331 from ManfredKarrer/dao-avoid-multiple-button-clicks
...
Dao avoid multiple button clicks
2019-01-30 13:03:13 +01:00
Christoph Atteneder
86c9845523
Merge pull request #2333 from ManfredKarrer/dao-fix-phase-display
...
Fix incorrect phase display
2019-01-30 13:02:36 +01:00
Christoph Atteneder
15201cb5da
Merge pull request #2335 from ManfredKarrer/dao-vaious-bug-fixes
...
Dao various bug fixes
2019-01-30 13:02:02 +01:00
Christoph Atteneder
4a709cbd97
Fix group separation line issue
2019-01-30 13:00:19 +01:00
Manfred Karrer
201f9a0fbc
Delete tor files at startup
...
We get sometimes Tor startup problems which is related to some tor
files in the tor directory. It happens more often if the application
got killed (not graceful shutdown).
Creating all tor files newly takes about 3-4 sec. longer and it does
not benefit from cache files.
TODO: We should fix those startup problems in the netlayer library,
once fixed there we can remove that call at the
Bisq startup again.
2019-01-30 11:38:43 +01:00
Manfred Karrer
e8d0ed1504
Add more DAO info text and buttons. Remove other tabs
2019-01-30 11:08:34 +01:00
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