.. |
forms
|
Sign message description changes discussed in #bitcoin-dev
|
13 years ago |
locale
|
update translations from transifex
|
13 years ago |
res
|
Added 'Backup Wallet' menu option
|
13 years ago |
test
|
Restructure IPC URL handling (fixes #851)
|
13 years ago |
aboutdialog.cpp
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
|
13 years ago |
aboutdialog.h
|
Improve documentation for UI classes
|
13 years ago |
addressbookpage.cpp
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
addressbookpage.h
|
Bitcoin-Qt signmessage GUI (pull request #582)
|
13 years ago |
addresstablemodel.cpp
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
addresstablemodel.h
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
askpassphrasedialog.cpp
|
Enable wordwrap for long message in passphrase dialog
|
13 years ago |
askpassphrasedialog.h
|
Merge commit '7298ebb'
|
13 years ago |
bitcoin.cpp
|
support RPC stop and encryptwallet with UI
|
13 years ago |
bitcoin.qrc
|
update translations from transifex
|
13 years ago |
bitcoinaddressvalidator.cpp
|
add sendmany support
|
14 years ago |
bitcoinaddressvalidator.h
|
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35
|
13 years ago |
bitcoinamountfield.cpp
|
Change up/down increment in UI to 0.001 BTC (issue #760)
|
13 years ago |
bitcoinamountfield.h
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
bitcoingui.cpp
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
bitcoingui.h
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
bitcoinstrings.cpp
|
fetch translations from transifex
|
13 years ago |
bitcoinunits.cpp
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
bitcoinunits.h
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
clientmodel.cpp
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
clientmodel.h
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
csvmodelwriter.cpp
|
Add robustness against null models
|
13 years ago |
csvmodelwriter.h
|
Improve documentation for UI classes
|
13 years ago |
editaddressdialog.cpp
|
Add robustness against null models
|
13 years ago |
editaddressdialog.h
|
Improve documentation for UI classes
|
13 years ago |
guiconstants.h
|
Wallet encryption part 2: ask passphrase when needed, add menu options
|
13 years ago |
guiutil.cpp
|
Code deduplication: make function in GUIUtil to get connection type to call object slot in GUI thread
|
13 years ago |
guiutil.h
|
Code deduplication: make function in GUIUtil to get connection type to call object slot in GUI thread
|
13 years ago |
macdockiconhandler.h
|
Improve documentation for UI classes
|
13 years ago |
macdockiconhandler.mm
|
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
|
13 years ago |
messagepage.cpp
|
Fix compilation warning.
|
13 years ago |
messagepage.h
|
Bitcoin-Qt signmessage GUI (pull request #582)
|
13 years ago |
monitoreddatamapper.cpp
|
don't include <QDebug>
|
13 years ago |
monitoreddatamapper.h
|
Improve documentation for UI classes
|
13 years ago |
notificator.cpp
|
Proper support for Growl 1.3 notifications
|
13 years ago |
notificator.h
|
Proper support for Growl 1.3 notifications
|
13 years ago |
optionsdialog.cpp
|
fetch translations from transifex
|
13 years ago |
optionsdialog.h
|
Improve documentation for UI classes
|
13 years ago |
optionsmodel.cpp
|
Store addrProxy port in settings
|
13 years ago |
optionsmodel.h
|
Reworked QT settings
|
13 years ago |
overviewpage.cpp
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
overviewpage.h
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
qrcodedialog.cpp
|
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833)
|
13 years ago |
qrcodedialog.h
|
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
|
13 years ago |
qtipcserver.cpp
|
Disable bitcoin: URI handling on Windows for the 0.6 release
|
13 years ago |
qtipcserver.h
|
Add support for opening bitcoin: URIs directly.
|
13 years ago |
qvalidatedlineedit.cpp
|
put color constants in guiconstants.h
|
13 years ago |
qvalidatedlineedit.h
|
Improve documentation for UI classes
|
13 years ago |
qvaluecombobox.cpp
|
Full support for other units, add configuration option for default unit (used when displaying amounts)
|
13 years ago |
qvaluecombobox.h
|
Improve documentation for UI classes
|
13 years ago |
sendcoinsdialog.cpp
|
Restructure IPC URL handling (fixes #851)
|
13 years ago |
sendcoinsdialog.h
|
Restructure IPC URL handling (fixes #851)
|
13 years ago |
sendcoinsentry.cpp
|
Make the sendcoins dialog use the configured unit type, even on the first attempt.
|
13 years ago |
sendcoinsentry.h
|
Automatically refocus on new SendCoinsEntrys and scroll to them.
|
13 years ago |
transactiondesc.cpp
|
VC2010 compile fixes
|
13 years ago |
transactiondesc.h
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
|
13 years ago |
transactiondescdialog.cpp
|
move back to original directory structure
|
14 years ago |
transactiondescdialog.h
|
Improve documentation for UI classes
|
13 years ago |
transactionfilterproxy.cpp
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
transactionfilterproxy.h
|
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
|
13 years ago |
transactionrecord.cpp
|
Restructure credit transaction decomposition (solves issue #689)
|
13 years ago |
transactionrecord.h
|
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es
|
13 years ago |
transactiontablemodel.cpp
|
removed an ugly line break in a transaction tooltip for case TransactionStatus::Mature
|
13 years ago |
transactiontablemodel.h
|
Improve documentation for UI classes
|
13 years ago |
transactionview.cpp
|
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833)
|
13 years ago |
transactionview.h
|
Copy amount to clipboard (implements #657)
|
13 years ago |
walletmodel.cpp
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
13 years ago |
walletmodel.h
|
remove dependency on serialize.h and util.h for SecureString
|
13 years ago |