dash/src/qt
Pieter Wuille ae8bfd12da Batch block connection during IBD
During the initial block download (or -loadblock), delay connection
of new blocks a bit, and perform them in a single action. This reduces
the load on the database engine, as subsequent blocks often update an
earlier block's transaction already.
2012-10-20 23:08:57 +02:00
..
forms additional fix for #1843 2012-09-22 12:15:41 +02:00
locale Bitcoin-Qt: intregrate current translations from Transifex 2012-10-12 15:51:49 +02:00
res Revert "Merge pull request #1931 from laanwj/2012_10_newicons" 2012-10-14 20:49:06 +02:00
test Fix Win32 compiling of qt/test/uritests.cpp 2012-08-07 19:36:59 +02:00
aboutdialog.cpp
aboutdialog.h
addressbookpage.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
addressbookpage.h replace some ugly code in addressbookpage.cpp 2012-07-08 18:49:07 +02:00
addresstablemodel.cpp
addresstablemodel.h
askpassphrasedialog.cpp Merge branch 'master' of github.com:runeksvendsen/bitcoin 2012-10-01 16:51:24 -04:00
askpassphrasedialog.h
bitcoin.cpp When datadir missing, show messagebox instead of printing error to stderr 2012-10-04 12:04:12 +02:00
bitcoin.qrc
bitcoinaddressvalidator.cpp Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
bitcoinaddressvalidator.h
bitcoinamountfield.cpp
bitcoinamountfield.h Update Bugreport Links 2012-09-22 18:05:25 +08:00
bitcoingui.cpp Move external block import to separate thread 2012-10-20 01:54:10 +02:00
bitcoingui.h Merge pull request #1852 from fanquake/bugreportlinks 2012-09-22 03:29:46 -07:00
bitcoinstrings.cpp fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp 2012-10-05 23:31:58 +02:00
bitcoinunits.cpp Bugfix: Correct English grammar regarding "'s" 2012-08-01 17:50:00 +00:00
bitcoinunits.h Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
clientmodel.cpp Move external block import to separate thread 2012-10-20 01:54:10 +02:00
clientmodel.h Move external block import to separate thread 2012-10-20 01:54:10 +02:00
csvmodelwriter.cpp
csvmodelwriter.h
editaddressdialog.cpp
editaddressdialog.h
guiconstants.h IPC-server hardening and update 2012-07-17 09:37:12 +02:00
guiutil.cpp Send --help message to stdout i.s.o stderr 2012-10-04 07:56:57 +02:00
guiutil.h Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
macdockiconhandler.h Fixed compilation error with clang. 2012-09-27 15:06:16 -04:00
macdockiconhandler.mm Update Qt include 2012-09-22 18:56:22 +08:00
monitoreddatamapper.cpp
monitoreddatamapper.h
notificator.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
notificator.h enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
optionsdialog.cpp change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility) 2012-10-07 18:50:03 +02:00
optionsdialog.h small UX update for optionsdialog 2012-08-02 09:05:10 +02:00
optionsmodel.cpp Merge pull request #1900 from Diapolo/optionsmodel_getters 2012-10-11 00:40:20 -07:00
optionsmodel.h move most explicit getters in optionsmodel to header 2012-10-02 18:49:57 +02:00
overviewpage.cpp add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 2012-06-17 15:20:42 +02:00
overviewpage.h add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 2012-06-17 15:20:42 +02:00
qrcodedialog.cpp update QRCodeDialog 2012-07-06 18:51:30 +02:00
qrcodedialog.h update QRCodeDialog 2012-07-06 18:51:30 +02:00
qtipcserver.cpp Remove stack randomization 2012-09-28 21:53:28 +02:00
qtipcserver.h Abstract all IPC communication to qtipcserver 2012-08-24 16:59:27 +00:00
qvalidatedlineedit.cpp
qvalidatedlineedit.h
qvaluecombobox.cpp
qvaluecombobox.h
rpcconsole.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
rpcconsole.h
sendcoinsdialog.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
sendcoinsdialog.h Update Bugreport Links 2012-09-22 18:05:25 +08:00
sendcoinsentry.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
sendcoinsentry.h Update Bugreport Links 2012-09-22 18:05:25 +08:00
signverifymessagedialog.cpp Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
signverifymessagedialog.h GUI: merge sign/verify message into a single window with tabbed UI 2012-07-06 11:31:27 +02:00
transactiondesc.cpp Batch block connection during IBD 2012-10-20 23:08:57 +02:00
transactiondesc.h
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp
transactionfilterproxy.h Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
transactionrecord.cpp Qt: show mined transactions at depth 1 2012-08-24 08:52:12 +02:00
transactionrecord.h
transactiontablemodel.cpp Treat generation (mined) transactions less different from receive transactions 2012-08-23 23:20:01 +00:00
transactiontablemodel.h GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 2012-06-20 06:51:38 +02:00
transactionview.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
transactionview.h
walletmodel.cpp Persistently poll for balance change when number of blocks changed 2012-07-11 09:01:11 +02:00
walletmodel.h Add a timer to check for changes in immature or unconfirmed balances, 2012-07-06 03:05:35 +10:00