..
forms
Sign message description changes discussed in #bitcoin-dev
2012-02-19 22:36:59 -05:00
locale
fetch translations from transifex
2012-02-05 16:40:27 +01:00
res
Added 'Backup Wallet' menu option
2012-02-15 23:29:59 +11:00
test
Restructure IPC URL handling ( fixes #851 )
2012-02-17 15:32:51 +01:00
aboutdialog.cpp
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
2011-12-23 12:07:23 +01:00
aboutdialog.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
addressbookpage.cpp
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833 )
2012-02-15 17:22:00 +01:00
addressbookpage.h
Bitcoin-Qt signmessage GUI (pull request #582 )
2012-01-27 08:41:55 +01:00
addresstablemodel.cpp
update to work with new lock system, add protocol.* to build system
2011-09-02 18:02:22 +02:00
addresstablemodel.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
askpassphrasedialog.cpp
Enable wordwrap for long message in passphrase dialog
2011-12-13 16:32:25 +01:00
askpassphrasedialog.h
Merge commit '7298ebb'
2011-12-12 15:03:16 -05:00
bitcoin.cpp
Add option "-splash" so we can disable the splash screen.
2012-02-24 19:17:22 -08:00
bitcoin.qrc
Added 'Backup Wallet' menu option
2012-02-15 23:29:59 +11:00
bitcoinaddressvalidator.cpp
add sendmany support
2011-07-16 19:25:02 +02:00
bitcoinaddressvalidator.h
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35
2012-02-15 17:09:47 +01:00
bitcoinamountfield.cpp
Change up/down increment in UI to 0.001 BTC (issue #760 )
2012-02-05 12:15:16 +01:00
bitcoinamountfield.h
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
bitcoingui.cpp
In UI, handle cases in which the last received block was generated in the future (secs<0)
2012-02-25 19:11:25 +01:00
bitcoingui.h
Added 'Backup Wallet' menu option
2012-02-15 23:29:59 +11:00
bitcoinstrings.cpp
fetch translations from transifex
2012-02-05 16:40:27 +01:00
bitcoinunits.cpp
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
bitcoinunits.h
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
clientmodel.cpp
Fix status bar not displaying Alerts.
2011-12-13 15:29:17 -05:00
clientmodel.h
Fix status bar not displaying Alerts.
2011-12-13 15:29:17 -05:00
csvmodelwriter.cpp
Add robustness against null models
2011-11-08 21:18:36 +01:00
csvmodelwriter.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
editaddressdialog.cpp
Add robustness against null models
2011-11-08 21:18:36 +01:00
editaddressdialog.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
guiconstants.h
Wallet encryption part 2: ask passphrase when needed, add menu options
2011-08-31 14:19:43 +02:00
guiutil.cpp
Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin
2012-02-22 10:41:11 -05:00
guiutil.h
Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin
2012-02-22 10:41:11 -05:00
macdockiconhandler.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
macdockiconhandler.mm
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
2011-10-09 21:19:44 +02:00
messagepage.cpp
Fix compilation warning.
2012-02-15 16:38:57 -05:00
messagepage.h
Bitcoin-Qt signmessage GUI (pull request #582 )
2012-01-27 08:41:55 +01:00
monitoreddatamapper.cpp
don't include <QDebug>
2011-08-07 16:09:49 +02:00
monitoreddatamapper.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
notificator.cpp
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
notificator.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
optionsdialog.cpp
fetch translations from transifex
2012-02-05 16:40:27 +01:00
optionsdialog.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
optionsmodel.cpp
Fix addrProxy setting
2012-02-25 21:13:34 +01:00
optionsmodel.h
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
overviewpage.cpp
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
overviewpage.h
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
qrcodedialog.cpp
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833 )
2012-02-15 17:22:00 +01:00
qrcodedialog.h
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
2011-12-20 22:11:24 +11:00
qtipcserver.cpp
Restructure IPC URL handling ( fixes #851 )
2012-02-17 15:32:51 +01:00
qtipcserver.h
Add support for opening bitcoin: URIs directly.
2012-01-05 00:29:28 -05:00
qvalidatedlineedit.cpp
put color constants in guiconstants.h
2011-07-25 18:39:52 +02:00
qvalidatedlineedit.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
qvaluecombobox.cpp
Full support for other units, add configuration option for default unit (used when displaying amounts)
2011-07-29 14:36:35 +02:00
qvaluecombobox.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
sendcoinsdialog.cpp
Restructure IPC URL handling ( fixes #851 )
2012-02-17 15:32:51 +01:00
sendcoinsdialog.h
Restructure IPC URL handling ( fixes #851 )
2012-02-17 15:32:51 +01:00
sendcoinsentry.cpp
Only fill in label from address book, if no label is filled in yet, fixes #840
2012-02-17 18:25:14 +01:00
sendcoinsentry.h
Automatically refocus on new SendCoinsEntrys and scroll to them.
2012-01-05 00:29:28 -05:00
transactiondesc.cpp
Qt: Show transaction ID in details
2012-01-10 13:25:05 -05:00
transactiondesc.h
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
2011-12-23 12:07:23 +01:00
transactiondescdialog.cpp
move back to original directory structure
2011-06-11 22:11:58 +02:00
transactiondescdialog.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
transactionfilterproxy.cpp
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
transactionfilterproxy.h
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
2012-01-14 12:14:36 +01:00
transactionrecord.cpp
Restructure credit transaction decomposition (solves issue #689 )
2012-02-06 18:13:01 +01:00
transactionrecord.h
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es
2011-12-28 11:14:05 +01:00
transactiontablemodel.cpp
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es
2011-12-28 11:14:05 +01:00
transactiontablemodel.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
transactionview.cpp
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833 )
2012-02-15 17:22:00 +01:00
transactionview.h
Copy amount to clipboard (implements #657 )
2011-12-23 12:07:23 +01:00
walletmodel.cpp
Added 'Backup Wallet' menu option
2012-02-15 23:29:59 +11:00
walletmodel.h
Added 'Backup Wallet' menu option
2012-02-15 23:29:59 +11:00