lbrycrd/src/qt
Wladimir J. van der Laan 7ea7c94cf9 Merge pull request #2299 from gavinandresen/localsocketuri
Reimplement click-to-pay. Support OSX.
2013-02-23 23:47:31 -08:00
..
forms Bitcoin-Qt: better copyright year handling in AboutDialog 2013-02-01 08:52:01 +01:00
locale translations update (bitcoinstrings.cpp + bitcoin_en.ts) 2013-02-07 07:39:58 +01: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 Bitcoin-Qt: better copyright year handling in AboutDialog 2013-02-01 08:52:01 +01:00
aboutdialog.h Bitcoin-Qt: better copyright year handling in AboutDialog 2013-02-01 08:52:01 +01:00
addressbookpage.cpp Bitcoin-Qt: cleanup / optimise addressbookpage 2013-01-23 22:41:28 +01:00
addressbookpage.h Bitcoin-Qt: cleanup / optimise addressbookpage 2013-01-23 22:41:28 +01:00
addresstablemodel.cpp Bitcoin-Qt: fix known addressbook bugs 2013-01-09 16:55:24 +01:00
addresstablemodel.h Bitcoin-Qt: fix known addressbook bugs 2013-01-09 16:55:24 +01:00
askpassphrasedialog.cpp ensure AskPassphraseDialog::eventFilter forwards events 2012-10-25 11:52:34 +02:00
askpassphrasedialog.h ensure AskPassphraseDialog::eventFilter forwards events 2012-10-25 11:52:34 +02:00
bitcoin.cpp Merge pull request #2299 from gavinandresen/localsocketuri 2013-02-23 23:47:31 -08:00
bitcoin.qrc update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX 2012-06-13 18:04:27 +02:00
bitcoinaddressvalidator.cpp Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00: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 Qt: small header changes / fixes 2012-11-08 21:45:32 +01:00
bitcoingui.cpp Merge pull request #2310 from sipa/progressbar 2013-02-22 08:59:36 -08:00
bitcoingui.h Merge pull request #2310 from sipa/progressbar 2013-02-22 08:59:36 -08:00
bitcoinstrings.cpp translations update (bitcoinstrings.cpp + bitcoin_en.ts) 2013-02-07 07:39:58 +01: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 Transactions-based verification progress 2013-02-16 14:51:00 +01:00
clientmodel.h Transactions-based verification progress 2013-02-16 14:51:00 +01:00
csvmodelwriter.cpp Properly escape " in strings when exporting CSV 2012-05-11 20:17:09 +02:00
csvmodelwriter.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
editaddressdialog.cpp Bitcoin-Qt: fix known addressbook bugs 2013-01-09 16:55:24 +01:00
editaddressdialog.h Bitcoin-Qt: fix known addressbook bugs 2013-01-09 16:55:24 +01:00
guiconstants.h Change progress bar from block-based to time-based 2013-02-16 14:51:00 +01:00
guiutil.cpp Bitcoin-Qt: extend parseBitcoinURI() pre-check 2013-01-21 07:48:54 +01:00
guiutil.h Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
macdockiconhandler.h Qt: small header changes / fixes 2012-11-08 21:45:32 +01:00
macdockiconhandler.mm Update Qt include 2012-09-22 18:56:22 +08: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 Use QImage.bits instead of QImage.constBits to ease backporting 2013-02-09 19:18:53 +01:00
notificator.h remove unneeded flag from MSG_INFORMATION and fix an indentation 2012-12-04 21:35:40 +01:00
optionsdialog.cpp Bitcoin-Qt: add a Reset button to the options dialog 2013-01-05 13:51:36 +01:00
optionsdialog.h Bitcoin-Qt: add a Reset button to the options dialog 2013-01-05 13:51:36 +01:00
optionsmodel.cpp Bitcoin-Qt: add a Reset button to the options dialog 2013-01-05 13:51:36 +01:00
optionsmodel.h Bitcoin-Qt: add a Reset button to the options dialog 2013-01-05 13:51:36 +01:00
overviewpage.cpp Show warning when using prerelease version 2012-10-25 07:33:45 +02:00
overviewpage.h Show warning when using prerelease version 2012-10-25 07:33:45 +02:00
paymentserver.cpp Reimplement click-to-pay links. Add OSX support. 2013-02-12 15:41:31 -05:00
paymentserver.h Reimplement click-to-pay links. Add OSX support. 2013-02-12 15:41:31 -05: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
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 Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
qvaluecombobox.h Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
rpcconsole.cpp Bitcoin-Qt: never display own block count > estimated block count 2013-01-04 17:21:40 +01:00
rpcconsole.h move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation 2012-06-01 16:29:54 +02:00
sendcoinsdialog.cpp fix some double-spaces in strings 2012-10-25 22:25:50 +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 Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM() 2013-01-10 14:04:32 +01:00
signverifymessagedialog.h Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM() 2013-01-10 14:04:32 +01:00
transactiondesc.cpp Display tx nLockTime correctly when set to block # 2013-01-09 04:18:26 -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 Bugfix: Fix a variety of misspellings 2012-08-01 17:49:51 +00:00
transactionrecord.cpp Display tx nLockTime correctly when set to block # 2013-01-09 04:18:26 -05:00
transactionrecord.h Display tx nLockTime correctly when set to block # 2013-01-09 04:18:26 -05:00
transactiontablemodel.cpp Display tx nLockTime correctly when set to block # 2013-01-09 04:18:26 -05:00
transactiontablemodel.h Qt: small header changes / fixes 2012-11-08 21:45:32 +01:00
transactionview.cpp enhance Qt5 compatibility 2012-09-21 19:06:53 +02:00
transactionview.h When a transaction is clicked on overview page, focus it on history page 2012-05-12 15:32:22 +02:00
walletmodel.cpp rework ThreadSafeAskFee() / askFee() functions 2012-12-04 21:35:41 +01:00
walletmodel.h Bitcoin-Qt: remove obsolete modal flag from GUI APIs 2012-12-03 13:24:42 +01:00