dash/src/qt
2014-09-08 20:19:31 +02:00
..
forms [Qt] Revert overviewpage from QFormLayout to QVBoxLayout 2014-08-17 23:50:44 +02:00
locale Update translations after update script improvements 2014-09-01 10:10:21 +02:00
res Merge pull request #4673 2014-08-26 17:41:33 +02:00
test [Qt] copyright, style and indentation cleanup of Qt tests 2014-09-05 13:23:21 +02:00
addressbookpage.cpp qt: Make error message for failed export a little friendlier 2014-07-18 23:21:50 +02:00
addressbookpage.h
addresstablemodel.cpp qt: Change serious messages from qDebug to qWarning 2014-07-01 15:21:17 +02:00
addresstablemodel.h
askpassphrasedialog.cpp Consistent lettering 2014-06-24 17:23:05 -07:00
askpassphrasedialog.h
bitcoin_locale.qrc build: qt: split locale resources. Fixes non-deterministic distcheck 2014-06-10 15:53:21 -04:00
bitcoin.cpp Merge pull request #4649 2014-08-26 17:39:16 +02:00
bitcoin.qrc Merge pull request #4673 2014-08-26 17:41:33 +02:00
bitcoinaddressvalidator.cpp
bitcoinaddressvalidator.h
bitcoinamountfield.cpp qt: Use fixed-point arithmetic in amount spinbox 2014-07-23 17:58:46 +02:00
bitcoinamountfield.h qt: Use fixed-point arithmetic in amount spinbox 2014-07-23 17:58:46 +02:00
bitcoingui.cpp qt: Add null check in setClientModel(0) 2014-08-26 17:59:57 +02:00
bitcoingui.h [Qt] disable tray interactions when client model set to 0 2014-08-08 12:13:39 +02:00
bitcoinstrings.cpp Typo, and a few "Bitcoin" -> "Bitcoin Core" 2014-08-04 10:30:59 +02:00
bitcoinunits.cpp qt: Remove unused functions from BitcoinUnits 2014-07-23 17:58:46 +02:00
bitcoinunits.h qt: Remove unused functions from BitcoinUnits 2014-07-23 17:58:46 +02:00
clientmodel.cpp Merge pull request #4599 2014-08-29 15:23:13 -04:00
clientmodel.h add NetworkIDString() to chainparams 2014-06-12 13:19:12 +02:00
coincontroldialog.cpp [Qt] Fix thin space in URI 2014-07-20 04:17:02 +02:00
coincontroldialog.h Use fee/priority estimates in wallet CreateTransaction 2014-07-03 13:44:33 -04:00
coincontroltreewidget.cpp
coincontroltreewidget.h
csvmodelwriter.cpp
csvmodelwriter.h
editaddressdialog.cpp
editaddressdialog.h
guiconstants.h Revert "UI to alert of respend attempt affecting wallet." 2014-07-21 07:46:33 +02:00
guiutil.cpp qt: Use quint64 for formatServicesStr 2014-08-18 16:21:27 +02:00
guiutil.h qt: Use quint64 for formatServicesStr 2014-08-18 16:21:27 +02:00
intro.cpp more Bitcoin -> Bitcoin Core string changes 2014-08-04 21:09:38 +02:00
intro.h
macdockiconhandler.h
macdockiconhandler.mm Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. 2014-07-30 16:04:40 -04:00
macnotificationhandler.h
macnotificationhandler.mm
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
monitoreddatamapper.cpp
monitoreddatamapper.h
notificator.cpp
notificator.h build: fix build weirdness after 54372482. 2014-06-23 14:04:38 -04:00
openuridialog.cpp
openuridialog.h
optionsdialog.cpp Split up util.cpp/h 2014-08-26 13:25:22 +02:00
optionsdialog.h
optionsmodel.cpp qt: Remove an obscure option no-one cares about 2014-07-31 09:10:58 +02:00
optionsmodel.h qt: Remove an obscure option no-one cares about 2014-07-31 09:10:58 +02:00
overviewpage.cpp [Qt] minor watch-only changes 2014-08-28 23:20:46 +02:00
overviewpage.h Add boolean HaveWatchonly and signal NotifyWatchonlyChanged 2014-08-11 18:47:02 +02:00
paymentrequest.proto
paymentrequestplus.cpp qt: Change serious messages from qDebug to qWarning 2014-07-01 15:21:17 +02:00
paymentrequestplus.h Remove using namespace std from header file 2014-06-16 17:42:54 +02:00
paymentserver.cpp Split up util.cpp/h 2014-08-26 13:25:22 +02:00
paymentserver.h add NetworkIDString() to chainparams 2014-06-12 13:19:12 +02:00
peertablemodel.cpp [Qt] Add TRY_LOCK back to peertablemodel 2014-08-10 02:28:23 +02:00
peertablemodel.h [Qt] tweak new peers tab in console window 2014-08-04 15:46:18 +02:00
qvalidatedlineedit.cpp
qvalidatedlineedit.h
qvaluecombobox.cpp
qvaluecombobox.h
receivecoinsdialog.cpp
receivecoinsdialog.h
receiverequestdialog.cpp build: fix build weirdness after 54372482. 2014-06-23 14:04:38 -04:00
receiverequestdialog.h
recentrequeststablemodel.cpp Discover some missing includes 2014-09-02 02:27:03 +02:00
recentrequeststablemodel.h Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 2014-09-02 09:58:09 +02:00
rpcconsole.cpp [Qt] tweak new peers tab in console window 2014-08-04 15:46:18 +02:00
rpcconsole.h [Qt] tweak new peers tab in console window 2014-08-04 15:46:18 +02:00
sendcoinsdialog.cpp Merge remote-tracking branch 'upstream/master' 2014-07-07 22:06:21 +01:00
sendcoinsdialog.h Watchonly balances are shown separately in gui. 2014-07-02 15:48:38 +02:00
sendcoinsentry.cpp ui: Make sure sendcoinsentry signals only connected once 2014-07-23 17:58:47 +02:00
sendcoinsentry.h
signverifymessagedialog.cpp [Qt] don't allow translation of our example btc address 2014-06-23 15:11:28 +02:00
signverifymessagedialog.h
splashscreen.cpp qt/splashscreen: #include version.h 2014-08-27 22:39:01 -04:00
splashscreen.h
trafficgraphwidget.cpp
trafficgraphwidget.h
transactiondesc.cpp Move CScript class and dependencies to script/script 2014-09-08 20:19:31 +02:00
transactiondesc.h
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp [Qt] Add column Watch-only to transactions list 2014-08-11 21:38:36 +02:00
transactionfilterproxy.h [Qt] Add column Watch-only to transactions list 2014-08-11 21:38:36 +02:00
transactionrecord.cpp Introduce BlockMap type for mapBlockIndex 2014-09-04 02:04:51 +02:00
transactionrecord.h Revert "UI to alert of respend attempt affecting wallet." 2014-07-21 07:46:33 +02:00
transactiontablemodel.cpp [Qt] minor watch-only changes 2014-08-28 23:20:46 +02:00
transactiontablemodel.h [Qt] Add column Watch-only to transactions list 2014-08-11 21:38:36 +02:00
transactionview.cpp [Qt] minor watch-only changes 2014-08-28 23:20:46 +02:00
transactionview.h [Qt] Add column Watch-only to transactions list 2014-08-11 21:38:36 +02:00
utilitydialog.cpp Split up util.cpp/h 2014-08-26 13:25:22 +02:00
utilitydialog.h qt: Unify AboutDialog and HelpMessageDialog 2014-06-12 16:11:56 +02:00
walletframe.cpp
walletframe.h
walletmodel.cpp [Qt] Call checkBalanceChanged() periodically instead for every updated transaction 2014-08-26 19:18:33 +02:00
walletmodel.h Merge pull request #4712 2014-09-08 12:00:08 +02:00
walletmodeltransaction.cpp
walletmodeltransaction.h
walletview.cpp [Qt] Prevent balloon-spam after rescan 2014-07-18 03:39:00 +02:00
walletview.h
winshutdownmonitor.cpp [Qt] seed OpenSSL PNRG with Windows event data 2014-07-04 17:16:36 +02:00
winshutdownmonitor.h