p2k
527137e3ee
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
...
Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac.
The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator.
Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
13 years ago
Wladimir J. van der Laan
608dacf689
only install translator when not empty
13 years ago
Wladimir J. van der Laan
5902040874
translation handling improvements
...
- automatically build binary translation files in qmake/make
- roll translations into resource file and executable, to simply installation
13 years ago
Janne Pulkkinen
94723e27ad
Pull request #21 : windows fixes/cleanup by Matoking
13 years ago
Misbakh-Soloviev Vadim A
3f0816e3d9
add russian translation and add unicode compatibility (merges pull request #20 )
13 years ago
Wladimir J. van der Laan
8c4738d5a7
fix issue #13
13 years ago
Wladimir J. van der Laan
b0849613bf
QtUI code cleanup / comment improvements
13 years ago
Wladimir J. van der Laan
856aacf388
don't include <QDebug>
13 years ago
Wladimir J. van der Laan
5762295ec3
update readme and splash screen text
13 years ago
Wladimir J. van der Laan
10d680cff4
add splash screen
13 years ago
Wladimir J. van der Laan
ee014e5b10
Full support for other units, add configuration option for default unit (used when displaying amounts)
13 years ago
Wladimir J. van der Laan
c87cdc9160
wxp/mingw build fixes
14 years ago
Wladimir J. van der Laan
0b814f9ea3
add better windows7/vista look by nico_w
14 years ago
Wladimir J. van der Laan
8fe2308b34
windows build fixes
14 years ago
Wladimir J. van der Laan
ef079e183b
Split off WalletModel from ClientModel, to be able to support multi-wallets in future
14 years ago
Wladimir J. van der Laan
e8ef3da713
update core to d0d80170a2
(CWallet class)
14 years ago
Wladimir J. van der Laan
daaee738fc
experiment with internationalization (nl), unbreak build (externui.h->qtui.h)
14 years ago
Wladimir J. van der Laan
45c4a0b354
Use explicit resource initialization, apparently needed on some platforms
14 years ago
Wladimir J. van der Laan
0f3981bea9
remove commented code, use // for one-line comments and comments inside functions
14 years ago
Wladimir J. van der Laan
39cf857db9
Internationalization -- initial step, make _ return a std::string to prevent memory leaks
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Wladimir J. van der Laan
8e86dca256
consistent bracing style
14 years ago
Wladimir J. van der Laan
b7726d924e
ask fee
14 years ago
Wladimir J. van der Laan
00b8acdf49
fix
14 years ago
Wladimir J. van der Laan
467c31ea0a
show messages from core/net thread
14 years ago
Wladimir J. van der Laan
352083cb23
Implement Minimize to tray / Minimize on close
14 years ago
Wladimir J. van der Laan
18cab09a95
core initialisation, client model binding
14 years ago
Wladimir van der Laan
ad88e7626b
go on testnet for now
14 years ago
Wladimir J. van der Laan
1f2e0df865
begin integration with bitcoin upstream
14 years ago
Wladimir J. van der Laan
871f9979c6
make address settable from outside
14 years ago
Wladimir J. van der Laan
1a6d504a38
make balance/blocks/connections/transactions settable through slots
14 years ago
Wladimir J. van der Laan
3f323a61fe
clipboard handling
14 years ago
Wladimir J. van der Laan
0fd01780e9
lowercase
14 years ago
Wladimir J. van der Laan
aaa1c3c400
initial commit
14 years ago