Christoph Atteneder
a22e5d5b2b
Adapt create offer screen
2018-09-24 11:31:41 +02:00
Christoph Atteneder
95f42fed21
Merge pull request #1716 from ManfredKarrer/small-improvements
...
Small improvements
2018-09-24 06:31:57 +02:00
Manfred Karrer
bb20264473
Move classes
2018-09-23 15:35:06 -05:00
Manfred Karrer
920ad2e1b5
Rename network package to nodes
2018-09-23 15:29:09 -05:00
Manfred Karrer
8d0f6b7556
Rename BitcoinNodes to BtcNodes
2018-09-23 15:22:20 -05:00
Manfred Karrer
f7d8b35b32
Add model package and move classes
2018-09-23 15:13:42 -05:00
Manfred Karrer
0d86176f4e
Further refactorings: move classes to other packages
2018-09-23 15:09:22 -05:00
Manfred Karrer
16fac73b6d
Further refactorings move classes to other packages
2018-09-23 14:56:46 -05:00
Manfred Karrer
6c7bf96fee
Move exception classes to exception package
2018-09-23 14:50:32 -05:00
Manfred Karrer
f3f719a632
Move btc setup classes to setup package
2018-09-23 14:46:58 -05:00
Manfred Karrer
f0471bccfd
Warn user when closing with open offers
...
Fixes https://github.com/bisq-network/bisq/issues/1663
2018-09-23 13:48:01 -05:00
Manfred Karrer
ef289a2898
Add warning log
2018-09-23 13:13:38 -05:00
Manfred Karrer
ba09fbf18c
Show cancel button at QR code scan window launch
...
Fixes https://github.com/bisq-network/bisq/issues/1708
2018-09-23 10:35:07 -05:00
Manfred Karrer
38e910c366
Add contact info for seller in case of aa F2F trade
...
Fixes: https://github.com/bisq-network/bisq/issues/1707#issuecomment-423724283
2018-09-22 18:59:15 -05:00
Christoph Atteneder
97fb1b8ec1
Merge pull request #1712 from ManfredKarrer/PreventAppNap
...
Play silent sound to avoid standby mode
2018-09-22 06:52:50 +02:00
Christoph Atteneder
92f99e267f
Merge pull request #1711 from ManfredKarrer/master
...
Small Improvements
2018-09-22 06:50:23 +02:00
Manfred Karrer
416d9ba8f3
Play silent sound to avoid standby mode
...
Apple disabled options do avoid App Nap in recent OSX versions.
Playing an inaudible sound marks the application for preventing to get
set to standby mode as well as App Nap mode.
The alternative to that "hack" would be to add OSX native code, but
even then it is likely only possible to prevent App Nap but not
sleep mode.
If Bisq is in App Nap mode offers cannot be taken as well the user loses
network connection and offers.
See: https://github.com/bisq-network/bisq/issues/1701
2018-09-21 14:50:03 -05:00
Manfred Karrer
6e9b71f777
Increase delay for auto-close of notifications from 4 to 6 sec.
2018-09-21 12:53:06 -05:00
Manfred Karrer
dc175fa2a7
Add LSAppNapIsDisabled and NSSupportsAutomaticGraphicsSwitching
2018-09-21 12:45:46 -05:00
Manfred Karrer
bdf2a1b1d1
Delete stresstest directory
2018-09-21 12:27:39 -05:00
Manfred Karrer
147ba275be
Update Info.plist
...
- Order entries by importance/maintenance
- Remove unneeded entries
- Add version entries (need to be maintained)
- Add NSHumanReadableCopyright
2018-09-21 12:26:47 -05:00
Manfred Karrer
d451db08c4
Rename directory osx to macosx to include Info.plist file
...
- Our Info.plist file was not included but an auto generated file was
used instead. The app category entry was not set.
The icon entry was wrong so I removed it here.
2018-09-21 12:24:49 -05:00
Manfred Karrer
5b21d0cdba
Remove cleanup tasks
2018-09-21 11:40:44 -05:00
Manfred Karrer
fceb5862c3
Add vmPath variable
2018-09-21 11:39:52 -05:00
Christoph Atteneder
fd07bff243
Fix padding and use translation keys
2018-09-20 16:38:27 +02:00
Christoph Atteneder
7c0344dbaf
Use updateText to ensure uppercase characters for buttons
2018-09-20 16:38:04 +02:00
Christoph Atteneder
17fc483fad
Add components with static label on top
2018-09-20 13:06:33 +02:00
Christoph Atteneder
911e14a9d5
Hide border if "last" css class is applied
2018-09-20 13:05:39 +02:00
Christoph Atteneder
c6324b4ad6
Add demo class to test customization of components
2018-09-20 12:13:21 +02:00
Christoph Atteneder
de48516a04
Use JFXComboBox for filtering with label on top
2018-09-20 12:11:57 +02:00
Christoph Atteneder
3554ad7299
Prepare for Java 10 and clean up rebase issues
2018-09-19 19:19:15 +02:00
Christoph Atteneder
5cc732719b
Use gradient background
2018-09-19 09:12:51 +02:00
Christoph Atteneder
763a0e67b8
Change button and table styles
2018-09-19 09:12:51 +02:00
Christoph Atteneder
6c118db8d9
Use label float
2018-09-19 09:10:06 +02:00
Christoph Atteneder
c026fc5499
Adapt password view
2018-09-19 09:10:05 +02:00
Christoph Atteneder
98733607d5
Customize action button
2018-09-19 09:10:05 +02:00
Christoph Atteneder
cf7884d864
Add password field behavior with floating text
2018-09-19 09:09:31 +02:00
Christoph Atteneder
137623bfd6
Fix rebase errors
2018-09-19 09:09:31 +02:00
Christoph Atteneder
d08184f4c1
Style table rows to match style
2018-09-19 09:09:30 +02:00
Christoph Atteneder
5cc881a17c
Fix AutoToolTipButton error
2018-09-19 09:09:30 +02:00
Christoph Atteneder
565eeb180b
Always use AutoToolTip components
2018-09-19 09:09:30 +02:00
Christoph Atteneder
caf531a6b7
Always use AutoTooltipCheckBox
2018-09-19 09:09:30 +02:00
Christoph Atteneder
a4f222fbd4
Style RadioButton
2018-09-19 09:09:30 +02:00
Christoph Atteneder
2fe0ed42e1
Add focus highlight color for text input
2018-09-19 09:06:59 +02:00
Christoph Atteneder
646a16ad1b
Remove default line in price ComboBox
2018-09-19 09:06:59 +02:00
Christoph Atteneder
004dda3cb4
Hide combobox bar
2018-09-19 09:06:59 +02:00
Christoph Atteneder
96cf03ff8d
Update all combo boxes
2018-09-19 09:06:36 +02:00
Christoph Atteneder
105ae48323
Fix rebase hell
2018-09-19 09:06:35 +02:00
Christoph Atteneder
c9ffbb9d37
Clean up after rebase
2018-09-19 09:06:35 +02:00
Christoph Atteneder
a6a0b79e9a
Improve ComboBox styling
2018-09-19 09:06:35 +02:00