Devin Bileck
269912d1bb
Show cancel button in wallet password prompt
2018-10-08 15:51:36 -07:00
Manfred Karrer
57355f2b19
Merge branch 'Dao-UI-improvements'
2018-10-08 11:18:42 -05:00
Manfred Karrer
8232eeecd8
Deactivate OKPay as it does not exist anymore
...
OkPay seems to have rebranded to Weezzo.
The OkPay webpage is offline but some links go to Weezzo.
Seems pretty unprofessional hwo they did the move...
Seems they have been involved with BTC-e…
https://bitcointalk.to/index.php?topic=2094721.0
2018-10-07 21:54:00 -05:00
Manfred Karrer
fbbec72eb0
Merge branch 'master' into arbitration-system-improvements
2018-10-07 00:47:42 -05:00
Manfred Karrer
5dfbb6d596
Merge branch 'master' into Dao-UI-improvements
2018-10-07 00:46:48 -05:00
Manfred Karrer
2d593ee88f
Merge branch 'master' into arbitration-system-improvements
2018-10-05 15:21:41 -05:00
Manfred Karrer
4770ac9ef5
Remove asset from comboBoxes if it was removed by voting
2018-10-05 00:46:03 -05:00
Manfred Karrer
3e7eba8f04
Add Generic- and removeAsset proposals
2018-10-04 23:24:14 -05:00
Manfred Karrer
072cedc29b
Improve param change selection (WIP)
...
- Show current formatted value
- Parse input to correct domain value
- Add validation (WIP)
- Add boundary checks (WIP)
2018-10-04 21:36:17 -05:00
Manfred Karrer
ccdac8e20b
Add new items to Param
...
- Add COMPENSATION_REQUEST_MIN_AMOUNT and COMPENSATION_REQUEST_MAX_AMOUNT
As BSQ based validation values can change over time if BSQ value
rise we need to support that in the Params as well.
- Add validateParamValue to ChangeParamValidator
2018-10-04 20:28:17 -05:00
Manfred Karrer
5f43bea278
Improve setFitToRowsForTableView method
2018-10-04 19:13:19 -05:00
Manfred Karrer
93b38d20b5
Add ButtonCell and PromptText to ComboBox in FormBuilder
...
Default ComboBox does not show promptText after clear selection.
https://stackoverflow.com/questions/50569330/how-to-reset-combobox-and-display-prompttext?noredirect=1&lq=1
2018-10-04 18:53:14 -05:00
Manfred Karrer
281e156449
Rename AvoidStandbyMode to AvoidStandbyModeService
2018-10-04 11:36:29 -05:00
Manfred Karrer
0728d04b02
Improve logs, don't show popups in dev mode
2018-10-04 11:33:44 -05:00
fotispap
c305a3cb03
Remove age from limitations of altcoin accounts
2018-10-03 22:26:50 +02:00
Manfred Karrer
6346b14577
Remove hasMatchingArbitrator check
2018-10-02 22:47:16 -05:00
Manfred Karrer
cb17b008a3
Remove arbitrator selection view
2018-10-02 22:35:16 -05:00
Manfred Karrer
308d9d63a4
Remove autoSelectArbitratorsCheckBox
2018-10-02 22:11:43 -05:00
Manfred Karrer
8bcefaa135
Implement new arbitrator selection rule
2018-10-02 22:09:15 -05:00
Manfred Karrer
d68f9b5474
Fix wrong validation checks on proposals and ballots
...
- We cannot validate the txType at startup as the blockchain is nto ready at that moment. So we cannot apply that validation when we receive the payloads. We do the validation instead at the access to the lists.
- We fix a glitch with missing cycle start time in ResultsOfCycle
- Cleanup in VoteResultView
2018-10-01 21:19:12 -05:00
Manfred Karrer
d7be7f48f2
Remove unneeded BtcWalletService field
2018-09-28 13:05:06 -05:00
Manfred Karrer
2b5731ce7f
Add buyers payment account name to trade screen
...
In case the buyer has setup multiple accounts for a payment method
we show the used payment account for that offer in the trade screen.
See: https://github.com/bisq-network/bisq/issues/1733
2018-09-28 12:04:09 -05:00
Manfred Karrer
bd44aea27a
Add comment for @ripcurlx to add some visual element
...
If we have multiple payment accounts we should show some info/warning to
make sure the user has selected the account he wants to use.
To use a popup is not recommended as we have already 3 popups at the
first time (if user has not clicked
don't show again).
@ripcurlx Maybe a similar warn triangle as used in create offer
might work?
See: https://github.com/bisq-network/bisq/issues/1733
2018-09-28 11:25:07 -05:00
Manfred Karrer
afdd14e391
Remove remaining "N/A" in offer screen after price is set
...
- If the price is not available we display "N/A". Once the price
becomes available the listener handler was not removing the text (N/A).
2018-09-28 11:09:22 -05:00
Christoph Atteneder
a07f984e7e
Adapt Offer Book View
2018-09-28 17:27:22 +02:00
Christoph Atteneder
bc27223987
Move support icon to the right
2018-09-28 12:15:31 +02:00
Christoph Atteneder
39b655411f
Add custom background image, icon and positioning for dmg bundle
2018-09-28 12:05:06 +02:00
Manfred Karrer
a9e32c0bdd
Move maker classes back to desktop module
2018-09-27 00:16:24 -05:00
Manfred Karrer
8eabd665c7
Fix snapshot handling
...
- Fix wrong start height
- Improve logging
2018-09-26 22:41:41 -05:00
Manfred Karrer
2b6cf13e5c
Close notifications onMousePressed event
2018-09-26 21:27:10 -05:00
Manfred Karrer
c231750900
Move classed from desktop to core
2018-09-26 16:03:42 -05:00
Manfred Karrer
0bf859e3e3
Add shortcut to toggle tor logging
...
- If user press cmd+t it switches to DEBUG log level for the tor
network library. If the user press it again it switch back to WARN level.
- If there is a connection startup timeout where we display the Tor
network settings popup we switch log level as well to DEBUG.
2018-09-26 15:26:56 -05:00
Manfred Karrer
dbfc79e71f
Add null check
2018-09-26 13:18:18 -05:00
Christoph Atteneder
4cf8cd9613
Get rid of scrollbar
2018-09-26 19:50:32 +02:00
Christoph Atteneder
3449b53f61
Adapt all overlays
2018-09-26 19:41:30 +02:00
Manfred Karrer
b5454b3b92
Persist "show all" state in currency selector in trade charts view
2018-09-26 10:26:06 -05:00
Christoph Atteneder
b7eb18eb59
Fix button padding for hidden buttons
2018-09-26 08:46:45 +02:00
Manfred Karrer
82d40782ae
Show N/A if block data is not available at startup
2018-09-25 22:43:02 -05:00
Manfred Karrer
cf26a33019
Add null check
2018-09-25 21:01:18 -05:00
Manfred Karrer
c616c593ba
Move SystemTray to app directory
2018-09-25 20:59:16 -05:00
Manfred Karrer
74846f0646
Add network selection for btc testnet to preferences
...
- This should make it easier for users to test the testnet version of
the DAO in the next release
2018-09-25 20:53:45 -05:00
Manfred Karrer
61c6908a62
Add testnet or regtest suffix to app name title
2018-09-25 20:51:51 -05:00
Christoph Atteneder
5d46a991a8
Merge pull request #1720 from ManfredKarrer/handle-xmr-popup-text
...
Adjust trade popup text for XMR
2018-09-25 17:27:59 +02:00
Manfred Karrer
8414911395
Update libdohj to d4ace7bc
2018-09-25 00:43:19 -05:00
Manfred Karrer
86086c1e09
Adjust trade popup text for XMR
...
Fixes https://github.com/bisq-network/bisq/issues/1555
2018-09-24 13:01:33 -05:00
Manfred Karrer
e47c160a27
Merge branch 'master' into fix-multiple-btc-peers
2018-09-24 12:11:58 -05:00
Manfred Karrer
7106f9f837
Merge remote-tracking branch 'upstream/master'
2018-09-24 11:18:02 -05:00
Manfred Karrer
bfc7320ddc
Update to libdohj 411a920e
...
Update dependencyVerification entries
2018-09-24 11:15:49 -05:00
Christoph Atteneder
3b1958902f
Fix curly braces
2018-09-24 11:48:42 +02:00
Christoph Atteneder
3bb503d289
Merge branch 'master' of github.com:bisq-network/bisq-desktop into redesign
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-09-24 11:34:05 +02:00