Steven Barclay
f5d24936b2
Fix proposal table hide when switching to another screen and back
...
Do not remove the proposals table when VoteResultView is deactivated, as
the cycle selection which triggered its display is still active upon
switching to another screen and back again. This fixes #3269 .
Also remove a spurious 'GUIUtil.removeChildrenFromGridPaneRows' call
when a proposal result is selected, as it is no longer needed since
switching from an inline votes table to a popup.
2019-10-03 07:03:51 +01:00
sqrrm
8f3cf65343
Merge pull request #3237 from devinbileck/hide-altcoin-account-age-salt
...
Hide account age verification salt for altcoin accounts
2019-09-25 16:45:04 +02:00
Christoph Atteneder
490eaab6d9
Merge pull request #3301 from wiz/increase-chart-data
...
Increase chart maxTicks from 30 to 90
2019-09-23 11:20:58 +02:00
Christoph Atteneder
4201e065bc
Merge branch 'master' of github.com:bisq-network/bisq into hotfix/v1.1.6
...
# Conflicts:
# build.gradle
# desktop/package/linux/Dockerfile
# desktop/package/linux/package.sh
# desktop/package/linux/release.sh
# desktop/package/macosx/create_app.sh
# desktop/package/macosx/finalize.sh
# desktop/package/macosx/insert_snapshot_version.sh
# desktop/package/windows/package.bat
# desktop/package/windows/release.bat
# relay/src/main/resources/version.txt
2019-09-23 10:57:03 +02:00
Christoph Atteneder
4842352756
Revert to SNAPSHOT version
2019-09-23 10:55:08 +02:00
Christoph Atteneder
58f3f73d56
Bump version number
2019-09-23 10:10:09 +02:00
chimp1984
e22707a67a
Avoid that the mediation result popup is shown
2019-09-23 09:42:52 +02:00
chimp1984
a1d2999c97
Avoid that the mediation result popup is shown
2019-09-23 01:24:46 +02:00
wiz
3b2610f79e
Increase chart maxTicks from 30 to 90
2019-09-20 20:01:51 +09:00
Christoph Atteneder
27b6035278
Update copyright date for macOS binary
2019-09-19 16:18:30 +02:00
initCCG
08bbfe8ab4
add Right-to-Left support ( #2774 )
...
* add Right-to-Left support
* make requested changes in PR #2774
2019-09-19 16:06:21 +02:00
Christoph Atteneder
f0fb663a90
Merge pull request #3194 from ben-kaufman/fix-offer-volume-jumps
...
Fix offer volume jumps
2019-09-19 15:45:51 +02:00
sqrrm
bd1f19c030
Merge pull request #3287 from battleofwizards/remove-controlsfx
...
Remove controlsfx dependency
2019-09-19 12:25:03 +02:00
sqrrm
b823a9f31b
Merge pull request #3284 from christophsturm/caffeinate
...
Use /usr/bin/caffeinate to disable power management on macOS
2019-09-18 16:29:52 +02:00
battleofwizards
2d4abbe143
Remove controlsfx dependency
...
The controlsfx is a huge JavaFX components library (0.83MB as JAR).
Turns out, we only use a single component, the PopOver. Fortunately,
the PopOver is self-contained and easy to pull out from controlsfx.
This commit embeds the PopOver in the project and removes controlsfx
dependency. The embedded version is exactly the same as previously
used in the project, so no change in semantics should occur.
2019-09-18 11:52:50 +02:00
battleofwizards
2290eb2875
Remove showing FPS rate in developer mode
2019-09-18 09:34:46 +02:00
battleofwizards
9ea6b2163e
Remove reactfx dependency
...
The reactfx was a 0.33MB dependency / 238 Java source files.
We only used it for FxTimer helper and to measure FPS in development mode.
The small FxTimer class got copied over into the project,
so there is no change in semantics.
The FPS measurement got replaced w/ com.sun.javafx.perf.PerformanceTracker,
an internal but long stable part of JavaFx. This is probably not a problem,
because it only concerns a rarely used, developer feature.
2019-09-18 09:34:46 +02:00
Christoph Sturm
f2ec433cc2
use /usr/bin/caffeinate to disable power management on macOS
2019-09-17 18:22:46 +02:00
chimp1984
b26a15600d
Use static method, remove unused formatter field
2019-09-17 16:56:30 +02:00
Christoph Atteneder
cc3128d4e0
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.1.6
...
# Conflicts:
# core/src/main/java/bisq/core/offer/OfferUtil.java
# core/src/main/resources/i18n/displayStrings.properties
# desktop/src/main/java/bisq/desktop/main/MainView.java
# desktop/src/main/java/bisq/desktop/main/MainViewModel.java
# desktop/src/main/java/bisq/desktop/main/market/trades/TradesChartsViewModel.java
# desktop/src/main/java/bisq/desktop/main/offer/MutableOfferDataModel.java
# desktop/src/main/java/bisq/desktop/main/overlays/windows/DisputeSummaryWindow.java
# desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java
# desktop/src/main/java/bisq/desktop/main/portfolio/openoffer/OpenOffersViewModel.java
# desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesView.java
# desktop/src/main/java/bisq/desktop/main/support/dispute/DisputeView.java
# desktop/src/main/java/bisq/desktop/main/support/dispute/agent/DisputeAgentView.java
2019-09-17 15:52:51 +02:00
Christoph Atteneder
c0563fba1b
Revert to SNAPSHOT version
2019-09-16 11:21:39 +02:00
wiz
2782ae0e0e
Remove extra field from JapanBankTransferForm::addFormForBuyer()
2019-09-14 21:06:28 +02:00
wiz
cf2158062b
Remove extra field from JapanBankTransferForm::addFormForBuyer()
2019-09-15 03:50:31 +09:00
wiz
4cc636dfea
Fix various bugs related to Japan Bank Transfer payment method ( #3258 )
...
* Fix various bugs related to Japan Bank Transfer payment method
* Add missing call to addFormForBuyer(), improve BuyerStep2View UI
* Fix Account Creation UI elements width to fill entire pane
* Fix Account Creation UI elements padding to avoid overlap
* Tweak trade display popup text and various strings
* Remove @Deprecated tag
* Remove unnecessary line break
* Improve layout of fields
2019-09-14 19:57:24 +02:00
wiz
f9687ad563
Fix various bugs related to Japan Bank Transfer payment method ( #3258 )
...
* Fix various bugs related to Japan Bank Transfer payment method
* Add missing call to addFormForBuyer(), improve BuyerStep2View UI
* Fix Account Creation UI elements width to fill entire pane
* Fix Account Creation UI elements padding to avoid overlap
* Tweak trade display popup text and various strings
* Remove @Deprecated tag
* Remove unnecessary line break
* Improve layout of fields
2019-09-14 19:55:58 +02:00
sqrrm
e6179990bd
Merge pull request #3255 from ripcurlx/update-data-stores-and-dates-for-v1.1.6
...
Update data stores and dates for v1.1.6
2019-09-14 01:25:20 +02:00
Christoph Atteneder
457da44b0c
Bump version number
2019-09-13 19:20:26 +02:00
Ben
069e5c0bea
Update ParseUtils methods
2019-09-13 20:14:29 +03:00
Christoph Atteneder
690ceb013e
Fix typo
2019-09-13 18:55:04 +02:00
benk10
4a9623bd1b
Merge branch 'master' into fix-offer-volume-jumps
2019-09-13 17:30:05 +03:00
Christoph Atteneder
ac98a616f1
Update migration dates for v1.1.6 and remove testing code
2019-09-13 14:46:09 +02:00
Christoph Atteneder
15f71c9e02
Add information what to do next after mediation is completed
2019-09-13 12:16:40 +02:00
Christoph Atteneder
982f610a16
Add alternative text until mediation is activated
2019-09-13 11:57:57 +02:00
Christoph Atteneder
84d91582d6
Hide support request info, when trade is complete
2019-09-13 11:40:38 +02:00
Christoph Atteneder
8f2009683c
Fix typo fist > first
2019-09-13 11:24:40 +02:00
wiz
a09557fc45
Add new payment method: Japan Bank Transfer (furikomi)
2019-09-13 09:37:16 +02:00
wiz
4d2a51ebb0
Add new FormBuilder method for Label + TextField + AutocompleteComboBox
2019-09-13 09:36:56 +02:00
Christoph Atteneder
13f00a9f48
Merge pull request #3225 from wiz/japan-bank-transfer-payment-method
...
Add new payment method: Japan Bank Transfer
2019-09-13 09:36:09 +02:00
wiz
fb385a0074
Add new payment method: Japan Bank Transfer (furikomi)
2019-09-13 11:46:21 +09:00
Florian Reimair
2e7277689a
Merge pull request #3244 from bodymindarts/extract-ParsingUtils
...
Extract helper classes from BSFormatter
2019-09-12 19:51:48 +02:00
wiz
33c6f73c7b
Add new FormBuilder method for Label + TextField + AutocompleteComboBox
2019-09-12 12:05:46 +09:00
wiz
0c4a07e1e6
Tweak light/dark theme CSS colors for trade chat state messages
2019-09-11 20:44:43 +02:00
wiz
6b6957918d
Add missing CSS classes for trade message states and status icon
2019-09-11 20:44:28 +02:00
wiz
0c6b9d0c5f
Tweak light/dark theme CSS colors for trade chat state messages
2019-09-12 02:09:13 +09:00
wiz
14f8b2e81b
Add missing CSS classes for trade message states and status icon
2019-09-12 02:08:47 +09:00
chimp1984
4a3d070259
Close trader chat popup once trade gets closed
...
Fixes https://github.com/bisq-network/bisq/issues/3243
2019-09-11 17:53:39 +02:00
Justin Carter
3b46f3584f
Extract parsing functions from BSFormatter to ParsingUtils
...
Parsing and formatting are 2 different concerns, its better to have 2
classes that handle these.
2019-09-11 16:14:18 +02:00
Justin Carter
fe33a80de5
Extract DisplayUtils from BSFormatter
...
All methods that are only used in the desktop project are removed from
BSFormatter to DisplayUtils. This reduces the entanglement between the desktop and core
project by reducing the surface area of the coupling.
2019-09-11 15:58:48 +02:00
Florian Reimair
be21535a4b
Merge pull request #3239 from bodymindarts/static-BSFormatter-functions
...
Make stateless BSFormatter functions static and remove dead code
2019-09-11 13:10:37 +02:00
Justin Carter
57d9badf8f
Make stateless BSFormatter functions static and remove dead code
...
Making these functions static is a preparation for extraction.
2019-09-11 12:51:12 +02:00