..
forms
[Qt] misc small fixes for #3099 (new receive flow)
2013-10-25 14:28:34 +02:00
locale
qt: english translation update
2013-09-18 13:32:09 +02:00
res
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00
test
qt: add message field to SendCoinsRecipient
2013-10-23 09:15:25 +02:00
aboutdialog.cpp
aboutdialog: use just "The Bitcoin developers" as tr()-string
2013-04-14 19:42:15 +02:00
aboutdialog.h
Bitcoin-Qt: better copyright year handling in AboutDialog
2013-02-01 08:52:01 +01:00
addressbookpage.cpp
[Qt] misc small fixes for #3099 (new receive flow)
2013-10-25 14:28:34 +02:00
addressbookpage.h
qt: remove verify/send message and send coins from address book
2013-10-23 09:15:25 +02:00
addresstablemodel.cpp
Bitcoin-Qt: Use qDebug() for printing to debug.log
2013-09-06 10:32:07 +02:00
addresstablemodel.h
qt: Handle address purpose in incremental updates
2013-08-29 16:25:51 +02:00
askpassphrasedialog.cpp
fix some cosmetic glitches in the codebase
2013-09-09 12:36:04 +02:00
askpassphrasedialog.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
bitcoin.cpp
Qt: move paymentACK handling to paymentserver
2013-10-24 15:43:55 +02:00
bitcoin.qrc
translations update for 0.8.4
2013-08-21 15:35:50 +02:00
bitcoinaddressvalidator.cpp
bitcoinaddressvalidator.h
Fix typo in a comment: it's base58, not base48.
2013-09-02 17:27:27 +02:00
bitcoinamountfield.cpp
make BitcoinAmountField::setReadOnly() usable
2013-10-15 15:26:22 +02:00
bitcoinamountfield.h
Payment Protocol: X509-validated payment requests
2013-08-22 16:18:25 +10:00
bitcoingui.cpp
[Qt] misc small fixes for #3099 (new receive flow)
2013-10-25 14:28:34 +02:00
bitcoingui.h
Merge pull request #3099 from laanwj/2013_10_new_receive_flow
2013-10-25 04:27:05 -07:00
bitcoinstrings.cpp
translations update for 0.8.4
2013-08-21 15:35:50 +02:00
bitcoinunits.cpp
Too many bitcoins allowed in amount. ( #2401 )
2013-06-02 14:44:55 +02:00
bitcoinunits.h
Too many bitcoins allowed in amount. ( #2401 )
2013-06-02 14:44:55 +02:00
clientmodel.cpp
Merge pull request #3084 from Diapolo/clientmodel
2013-10-17 04:45:37 -07:00
clientmodel.h
Add network traffic graph
2013-10-14 19:02:03 +11:00
csvmodelwriter.cpp
fix some cosmetic glitches in the codebase
2013-09-09 12:36:04 +02:00
csvmodelwriter.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
editaddressdialog.cpp
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
editaddressdialog.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
guiconstants.h
Payment Protocol: X509-validated payment requests
2013-08-22 16:18:25 +10:00
guiutil.cpp
qt: move bitcoin URI formatting to guiutil
2013-10-23 09:15:25 +02:00
guiutil.h
qt: move bitcoin URI formatting to guiutil
2013-10-23 09:15:25 +02:00
intro.cpp
Bitcoin-Qt: add testnet check and icon to intro dialog
2013-08-24 15:20:37 +02:00
intro.h
Bitcoin-Qt: add testnet check and icon to intro dialog
2013-08-24 15:20:37 +02:00
macdockiconhandler.h
fix: GUI Disappearing #1522 (Mac OSX)
2013-04-15 12:02:01 +02:00
macdockiconhandler.mm
osx: fix bitcoin-qt startup crash when clicking dock icon
2013-06-04 23:55:35 -04:00
macnotificationhandler.h
osx: make use of the 10.8+ user notification center to display growl like notifications
2013-05-24 12:51:46 +02:00
macnotificationhandler.mm
osx: make use of the 10.8+ user notification center to display growl like notifications
2013-05-24 12:51:46 +02:00
Makefile.am
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
monitoreddatamapper.cpp
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
monitoreddatamapper.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
notificator.cpp
Bitcoin-Qt: fix QApplication includes to match our include defaults
2013-07-23 08:52:24 +02:00
notificator.h
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00
optionsdialog.cpp
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00
optionsdialog.h
Bitcoin-Qt: add a Reset button to the options dialog
2013-01-05 13:51:36 +01:00
optionsmodel.cpp
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00
optionsmodel.h
Payment Protocol: X509-validated payment requests
2013-08-22 16:18:25 +10:00
overviewpage.cpp
qt: Add total balance in overview page
2013-06-07 15:33:32 +02:00
overviewpage.h
qt: remove transaction count from overview page
2013-03-31 10:16:43 +02:00
paymentrequest.proto
Payment Protocol: X509-validated payment requests
2013-08-22 16:18:25 +10:00
paymentrequestplus.cpp
fix some cosmetic glitches in the codebase
2013-09-09 12:36:04 +02:00
paymentrequestplus.h
Payment Protocol: X509-validated payment requests
2013-08-22 16:18:25 +10:00
paymentserver.cpp
Merge pull request #3130 from Diapolo/paymentACK_via_message
2013-10-25 03:26:36 -07:00
paymentserver.h
Qt: move paymentACK handling to paymentserver
2013-10-24 15:43:55 +02:00
qvalidatedlineedit.cpp
qvalidatedlineedit.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
qvaluecombobox.cpp
qvaluecombobox.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
receivecoinsdialog.cpp
qt: show payment information in one text area
2013-10-23 09:15:25 +02:00
receivecoinsdialog.h
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
receiverequestdialog.cpp
[Qt] misc small fixes for #3099 (new receive flow)
2013-10-25 14:28:34 +02:00
receiverequestdialog.h
qt: general polish after adding new receive flow
2013-10-25 13:25:25 +02:00
rpcconsole.cpp
Revert "Switch to using raw_utf8"
2013-10-22 05:43:38 -04:00
rpcconsole.h
Add network traffic graph
2013-10-14 19:02:03 +11:00
sendcoinsdialog.cpp
sendcoinsdialog: display real failed address string
2013-10-11 14:29:09 +02:00
sendcoinsdialog.h
qt: Display txfee in first sendCoinsDialog message box
2013-08-31 12:41:47 +02:00
sendcoinsentry.cpp
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
sendcoinsentry.h
add SendCoinsEntry::updateLabel() function
2013-10-16 17:11:39 +02:00
signverifymessagedialog.cpp
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
signverifymessagedialog.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
splashscreen.cpp
splashscreen: use TestNet() instead of unneeded string processing
2013-10-22 09:03:50 +02:00
splashscreen.h
new splash screen
2013-04-17 01:14:53 -07:00
trafficgraphwidget.cpp
Add network traffic graph
2013-10-14 19:02:03 +11:00
trafficgraphwidget.h
Add network traffic graph
2013-10-14 19:02:03 +11:00
transactiondesc.cpp
[Qt]: fix num Blocks to maturity in Tx description
2013-10-24 09:04:46 +02:00
transactiondesc.h
qt: add vout index to transaction id in transactions details dialog
2013-09-06 12:12:18 +02:00
transactiondescdialog.cpp
transactiondescdialog.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
transactionfilterproxy.cpp
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
transactionfilterproxy.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
transactionrecord.cpp
Refactor/encapsulate chain globals into a CChain class
2013-10-11 23:25:50 +02:00
transactionrecord.h
qt: add vout index to transaction id in transactions details dialog
2013-09-06 12:12:18 +02:00
transactiontablemodel.cpp
Refactor/encapsulate chain globals into a CChain class
2013-10-11 23:25:50 +02:00
transactiontablemodel.h
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 18:28:00 +01:00
transactionview.cpp
Qt5 compatibility
2013-06-01 11:05:08 +02:00
transactionview.h
Adding 'copy txid' to qt tx overview context menu
2013-03-21 11:30:12 +01:00
walletframe.cpp
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
walletframe.h
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00
walletmodel.cpp
Merge pull request #3069 from Diapolo/fix_addressbook
2013-10-15 23:48:47 -07:00
walletmodel.h
qt: add message field to SendCoinsRecipient
2013-10-23 09:15:25 +02:00
walletmodeltransaction.cpp
several small Qt-related fixes
2013-09-28 19:32:34 +02:00
walletmodeltransaction.h
qt: Display txfee in first sendCoinsDialog message box
2013-08-31 12:41:47 +02:00
walletview.cpp
qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui object
2013-10-25 15:11:55 +02:00
walletview.h
qt: rework "receive coins" workflow
2013-10-23 09:15:24 +02:00