Matt Corallo
9a93c4c024
Automatically refocus on new SendCoinsEntrys and scroll to them.
13 years ago
Wladimir J. van der Laan
bde280b9a4
Revert "Use standard C99 (and Qt) types for 64-bit integers"
...
This reverts commit 21d9f36781
.
13 years ago
Luke Dashjr
21d9f36781
Use standard C99 (and Qt) types for 64-bit integers
13 years ago
Wladimir J. van der Laan
dead0ff8cd
Add robustness against null models
13 years ago
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
Janne Pulkkinen
609acbf43d
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries
13 years ago
Wladimir J. van der Laan
b8afa21fad
show balance in sendcoins screen (issue #24 )
13 years ago
Wladimir J. van der Laan
b7bcaf940d
Wallet encryption part 2: ask passphrase when needed, add menu options
13 years ago
Wladimir J. van der Laan
856aacf388
don't include <QDebug>
13 years ago
Wladimir J. van der Laan
db7f023417
Accept "bitcoin:" URL drops from browsers
13 years ago
Wladimir J. van der Laan
dedf83a19b
Properly html-escape labels
13 years ago
Wladimir J. van der Laan
dd61035645
show amounts in <b>bold</b> in confirmation dialog
14 years ago
Wladimir J. van der Laan
e285ffcd05
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
14 years ago
Wladimir J. van der Laan
a5e6d72339
add sendmany support
14 years ago
Wladimir J. van der Laan
77b615ceba
solve warnings at startup
14 years ago
Wladimir J. van der Laan
51d7cc07f1
Add context menu on transaction list: copy label, copy address, edit label, show details
14 years ago
Wladimir J. van der Laan
3ddf10e5ca
send coins dialog: make sure send button remain default button (triggered with enter)
14 years ago
Wladimir J. van der Laan
83b8237046
forgot synced icons
14 years ago
Wladimir J. van der Laan
d8aeb8dd2a
Reorganize "send coins" tab
14 years ago
Wladimir J. van der Laan
94fe42a945
Selection/tab navigation fixes
14 years ago
Wladimir J. van der Laan
3479849dc4
convert to full tab-based ui
14 years ago
Wladimir J. van der Laan
482e57812b
move another setPlaceHolderText to 4.7+ only code
14 years ago
Wladimir J. van der Laan
ebff5c40a2
Send: dialog redesign (automatically look up label for entered address)
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
929eb9dc6c
show an error if amount is not valid (either the amount or decimals is empty)
14 years ago
Wladimir J. van der Laan
ceb6d4e11d
Implement filter row instead of tabs, allows for more expressive filters
14 years ago
Wladimir J. van der Laan
38deedc1b5
allow adding address to address book in send dialog
14 years ago
Wladimir J. van der Laan
f193c57a63
introduce bitcoin amount field with split amount/decimals, to protect against mistakes ( https://forum.bitcoin.org/index.php?topic=19168.0 )
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
e83474f2eb
Address book: select action (edit/select) based on context
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Wladimir J. van der Laan
b9e41844c0
fix "send to" address book
14 years ago
Wladimir J. van der Laan
e457b02142
namespacing, user friendly base58 entry, addressbook work
14 years ago
Wladimir J. van der Laan
968d55aafa
move getTransactionFee to OptionsModel
14 years ago
Wladimir J. van der Laan
92f20d53fb
implement options model, show current options in options dialog
14 years ago
Wladimir J. van der Laan
6630c1cbf5
sending support
14 years ago
Wladimir J. van der Laan
0eba00447e
use real ParseMoney function to parse input to Send dialog
14 years ago
Wladimir J. van der Laan
992ff49b43
make send coins dialog more user friendly (better checking)
14 years ago
Wladimir J. van der Laan
2097c09a9b
integrate a few extra .h files
14 years ago
Wladimir J. van der Laan
6644d98d9e
integration phase
14 years ago
Wladimir J. van der Laan
1f2e0df865
begin integration with bitcoin upstream
14 years ago
Wladimir J. van der Laan
4d1bb15e31
more improvements
14 years ago
Wladimir J. van der Laan
3f323a61fe
clipboard handling
14 years ago
Wladimir J. van der Laan
3a7abc2c77
update
14 years ago
Wladimir J. van der Laan
0fd01780e9
lowercase
14 years ago
Wladimir J. van der Laan
df577886e4
rename to qt standard
14 years ago