Commit Graph

586 Commits

Author SHA1 Message Date
Manfred Karrer
f0eb12df06
Remove param from CreateOfferViewModelTest 2019-01-07 12:19:45 +01:00
Manfred Karrer
5be44132ba
Apply code inspection
- Add null and isPresent checks
2019-01-07 01:58:09 +01:00
Manfred Karrer
af439a86ad
Remove market price based fee calculation 2019-01-07 01:52:32 +01:00
Manfred Karrer
1c14b07fa1
Add null check 2019-01-06 13:05:46 +01:00
Christoph Atteneder
d1a5aaec3e
Merge pull request #2164 from devinbileck/update_windows_install_experience
Update windows install experience
2019-01-04 12:09:27 +01:00
sqrrm
9fc76a4cfc
Fix icon handling in vote result table, fix #2141 2018-12-25 22:07:11 +01:00
Devin Bileck
29cbec1d4f
Update windows install experience
- Increase the minimum supported OS version to Windows 7 with SP1.
Previously it was Windows XP which has been EOL for some time now.
Hopefully no one is still using Windows XP.

- Show a final dialog once the install has completed. This will inform
the user that the install has completed with an option to launch the
application. Previously it would skip this final dialog and immediately
launch the application, but the user may not want to launch it
immediately.

- Create an application shortcut on the user's desktop.

- Check if the application is running prior to install or uninstall and
abort with a prompt to the user that the application must first be
closed.

- German, French, and Spanish translations. The installer should
auto-detect the OS language and display all text in the appropriate
language. For now I have just added a couple languages, but it is very
easy to add any of the other languages supported by Inno Setup.

- Additionally, I removed a few unnecessary items that weren't being
utilized such as installing a service.
2018-12-22 14:37:25 -08:00
Aruna Surya
5c5b93803c
Correct minor grammatical mistakes in the T&C 2018-12-18 20:16:43 +01:00
Christoph Atteneder
9e22a7df6d
Add print tool for all markets used in https://github.com/bisq-network/bisq-website/blob/master/_includes/market_currency_selector.html 2018-12-13 14:54:08 +01:00
Christoph Atteneder
0bc29e198c
Ignore monospace spacing tests until re-introduced again 2018-12-13 14:20:13 +01:00
Christoph Atteneder
50d4c6c1fc
Bump version number 2018-12-13 13:59:08 +01:00
Manfred Karrer
ac2b9d8f1e
Fix render issue with table size 2018-12-12 22:51:44 +01:00
Christoph Atteneder
f49b4055f7
Merge pull request #2103 from ripcurlx/fix-windows-installer
Fix Windows installer issues
2018-12-12 08:52:34 +01:00
Manfred Karrer
d2341b659a
Merge pull request #2111 from ripcurlx/ui-fixes
Different ui bug fixes
2018-12-11 19:19:41 +01:00
Manfred Karrer
f0025a4ab6
Merge pull request #2109 from ripcurlx/minor-dao-fixes
Minor DAO ui fixes
2018-12-11 19:17:55 +01:00
Christoph Atteneder
84c73f4ce4
Remove unnecessary uppercase 2018-12-11 16:48:59 +01:00
Christoph Atteneder
11a6dc9221
Fix upper case issue on label update 2018-12-11 16:47:30 +01:00
Christoph Atteneder
fe53c0b7bd
Trigger validation of volume when percentage price is changed. Fixes #2044. 2018-12-11 16:26:03 +01:00
Christoph Atteneder
2da9643606
Round volume in contract views. Fixes #2042. 2018-12-11 16:07:27 +01:00
Christoph Atteneder
ecc0424542
Prevent duplicate activation of account views. Fixes #2053. 2018-12-11 15:28:34 +01:00
Christoph Atteneder
e7e4484bdc
Reset previous selected tab to prevent unexpected lifecycle calls 2018-12-11 14:26:38 +01:00
Christoph Atteneder
98c2fd65ec
Use upper case in button labels 2018-12-11 14:26:02 +01:00
Manfred Karrer
bc8a6b676c
Set invisible before height is set to avoid flicker 2018-12-11 13:58:26 +01:00
Manfred Karrer
1769fcc067
Fix missing render update issue 2018-12-11 13:55:56 +01:00
Christoph Atteneder
94a6c73e53
Use different install trigger to clean up local tor and app directories 2018-12-11 12:01:59 +01:00
Christoph Atteneder
02b0f17fc9
Adapt to redesign 2018-12-10 15:24:02 +01:00
Christoph Atteneder
b9a286047f
Add script to clean up app directory and change privileges to poweruser 2018-12-10 15:20:34 +01:00
Manfred Karrer
f3efe505bf
Use JFXButton for voting icons 2018-12-09 20:24:03 +01:00
Manfred Karrer
f7572cdca6
Revert https://github.com/bisq-network/bisq/pull/2099
Sorry was too fast with an untested ACK and merge.

- The icon loses it's color so its always black now. I think we should
stick with the colors.
- The duration was set to 10 seconds. I thinks that is too long.
- Not clear what the 'Object a = new Object() {{' definition means. I
assume you want a initializer block instead
('{ itemProperty().addListener.... }')
- We should maybe better make a small component out of that button
which behaves similar like the checkbox or radio button animation.
Maybe we can use those components instead of a normal button.
Or maybe the normal button animation from the new UI framework is enough.
2018-12-09 20:21:37 +01:00
Manfred Karrer
7f6aa8f80a
Merge pull request #2099 from sqrrm/voting-ui-background
Highlight the changed vote for 10 seconds
2018-12-09 19:46:38 +01:00
sqrrm
eecf8c6553
Highlight the changed vote for 10 seconds 2018-12-09 15:39:26 +01:00
Manfred Karrer
f27918c28a
Handle RPC errors
- Trigger apply from snapshot if rpc error is detected
- Add warn handler to show only warning msg instead of error msg if
btc full node is not running in full mode
2018-12-09 14:32:16 +01:00
Manfred Karrer
6c0c3ace3c
Remove BCH
Applying the proposal "Remove BCH from Bisq"
(https://github.com/bisq-network/proposals/issues/61)
There have been 44 upvotes and 0 downvotes so a clear signal that the
Bisq community does not want to have BCH listed on Bisq.
2018-12-08 18:14:33 +01:00
sqrrm
91f14f7faf
Show remove column header during proposal phase 2018-12-08 13:13:45 +01:00
sqrrm
40698fd413
Fix issue with wrong vote icons when scrolling
JavaFX reuses the cells in a table as they're expensive to create. The
iconButton needs to be a temporary as it will otherwise update cells
with the button icon of another item when scrolling fast.
2018-12-07 01:06:19 +01:00
sqrrm
d3498ade5c
Add header to my vote icon column 2018-12-06 23:24:09 +01:00
Manfred Karrer
0f45e86895
Merge pull request #2077 from ripcurlx/bug-fixes
Fix wording and close window without action
2018-12-06 16:25:44 +01:00
Manfred Karrer
aadfd5c997
Merge pull request #2074 from sqrrm/proposal-display
Don't validate display fields in proposal display
2018-12-06 16:25:25 +01:00
Christoph Atteneder
3489b36194
Use secondary action instead of close button, which fixes #2051. 2018-12-06 11:47:03 +01:00
Christoph Atteneder
26cdbbcb53
Introduce secondary action for popup 2018-12-06 11:45:58 +01:00
Christoph Atteneder
d717a83f23
Change wording in currency dropdown. Fixes #2068. 2018-12-06 09:50:06 +01:00
Manfred Karrer
806fcbe7c0
Merge pull request #2062 from ripcurlx/left-align-columns
Left align columns, except last one
2018-12-05 20:24:22 +01:00
Manfred Karrer
47a2aff371
Merge pull request #2060 from ripcurlx/fix-cash-deposit-extra-requirements-missing
Fix wrong positioning of requirements field in CashDeposit
2018-12-05 19:38:10 +01:00
Christoph Atteneder
9b7b0cf8be
Left align all columns, except last one (right-aligned)
Last columns with avatars or icons are centered
Use IBM Sans in columns
2018-12-05 14:48:32 +01:00
Christoph Atteneder
73aead2400
Simplify component 2018-12-05 14:46:05 +01:00
Christoph Atteneder
2b3874a81e
Fix wrong positioning of requirements field in CashDeposit to prevent scrolling 2018-12-05 09:48:22 +01:00
Christoph Atteneder
d96ee9ce01
Fix wrong path in signing process 2018-12-04 15:13:33 +01:00
Christoph Atteneder
74213ed9c3
Implement workaround for Linux build 2018-12-04 15:13:01 +01:00
sqrrm
317c0fb789
Don't validate display fields in proposal display 2018-12-04 14:20:44 +01:00
Christoph Atteneder
07ae9c31a4
Update icon 2018-12-03 19:39:15 +01:00