lbrycrd/src/qt
2012-06-09 17:14:41 +02:00
..
forms Merge pull request #837 from sje397/ShowImmatureBalance 2012-06-02 02:35:48 -07:00
locale sync english translation master file with current master branch 2012-05-31 11:11:04 +02:00
res Replace debug window icon with LGPL-licensed one (fixes #1348) 2012-05-19 12:47:01 +02:00
test Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04:00
aboutdialog.cpp Build identification strings 2012-04-10 18:16:53 +02:00
aboutdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
addressbookpage.cpp Process address book updates incrementally 2012-05-20 10:44:50 +02:00
addressbookpage.h Process address book updates incrementally 2012-05-20 10:44:50 +02:00
addresstablemodel.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 2012-05-24 20:26:19 +02:00
addresstablemodel.h Process address book updates incrementally 2012-05-20 10:44:50 +02:00
askpassphrasedialog.cpp passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()' 2012-05-06 22:11:26 +02:00
askpassphrasedialog.h Merge commit '7298ebb' 2011-12-12 15:03:16 -05:00
bitcoin.cpp 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
bitcoin.qrc Add icon for debug window 2012-05-17 20:34:30 +02:00
bitcoinaddressvalidator.cpp Remove autocorrection of 0/i in addresses in UI 2012-05-21 18:52:56 +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 change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 2012-06-01 11:13:44 +02:00
bitcoingui.h Fine-grained UI updates 2012-05-20 10:41:54 +02:00
bitcoinstrings.cpp Update bitcoinstrings.cpp 2012-05-30 23:00:21 +02: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 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 2012-05-23 18:44:28 +02:00
clientmodel.h add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 2012-05-23 18:44:28 +02: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 change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 2012-05-18 23:13:58 +02:00
editaddressdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
guiconstants.h Allow Qt to wrap long tooltips (fixes #1063) 2012-05-05 10:20:52 +02:00
guiutil.cpp Fix Mingw64 build (missing headers according to M$ documentation) 2012-06-09 17:14:41 +02:00
guiutil.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
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 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 2012-05-24 20:26:19 +02:00
messagepage.h signmessage: auto-select signature when field is focused/clicked 2012-05-05 09:56:55 +02: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 Proper support for Growl 1.3 notifications 2012-03-20 12:54:51 -04:00
notificator.h Proper support for Growl 1.3 notifications 2012-03-20 12:54:51 -04:00
optionsdialog.cpp Rework network config settings 2012-05-31 18:12:35 +02:00
optionsdialog.h Organize optionsdialog (split off Window and Network page) 2012-05-09 07:45:47 +02:00
optionsmodel.cpp fix default Proxy address in Qt options (no hostname allowed currently) 2012-06-04 23:13:01 +02:00
optionsmodel.h Rework network config settings 2012-05-31 18:12:35 +02:00
overviewpage.cpp Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 2012-05-25 23:15:27 +10:00
overviewpage.h Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 2012-05-25 23:15:27 +10:00
qrcodedialog.cpp Add a menu option to verify a signed message 2012-05-12 00:13:13 +10:00
qrcodedialog.h updated to reflect pull-request suggestions / renamed some GUI elements 2012-04-12 20:34:05 +02:00
qtipcserver.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
qtipcserver.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04: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 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
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 Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 2012-05-25 23:15:27 +10:00
sendcoinsdialog.h Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 2012-05-25 23:15:27 +10:00
sendcoinsentry.cpp Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6 2012-05-07 00:19:22 +02:00
sendcoinsentry.h Automatically refocus on new SendCoinsEntrys and scroll to them. 2012-01-05 00:29:28 -05:00
transactiondesc.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 2012-05-24 20:26:19 +02: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 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 2012-05-24 20:26:19 +02: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 Fine-grained UI updates 2012-05-20 10:41:54 +02:00
transactiontablemodel.h Fine-grained UI updates 2012-05-20 10:41:54 +02:00
transactionview.cpp When a transaction is clicked on overview page, focus it on history page 2012-05-12 15:32:22 +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
verifymessagedialog.cpp change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 2012-06-01 11:13:44 +02:00
verifymessagedialog.h change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 2012-06-01 11:13:44 +02:00
walletmodel.cpp Merge pull request #837 from sje397/ShowImmatureBalance 2012-06-02 02:35:48 -07:00
walletmodel.h Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 2012-05-25 23:15:27 +10:00