.. |
forms
|
make buttons in debug window non autoDefault
|
13 years ago |
locale
|
sync english translation master file with current master branch
|
13 years ago |
res
|
Replace debug window icon with LGPL-licensed one (fixes #1348)
|
13 years ago |
test
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
13 years ago |
aboutdialog.cpp
|
Build identification strings
|
13 years ago |
aboutdialog.h
|
…
|
|
addressbookpage.cpp
|
Do not select first address automatically in the address book
|
13 years ago |
addressbookpage.h
|
Process address book updates incrementally
|
13 years ago |
addresstablemodel.cpp
|
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
|
13 years ago |
addresstablemodel.h
|
Process address book updates incrementally
|
13 years ago |
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()'
|
13 years ago |
askpassphrasedialog.h
|
…
|
|
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
|
13 years ago |
bitcoin.qrc
|
Add icon for debug window
|
13 years ago |
bitcoinaddressvalidator.cpp
|
Remove autocorrection of 0/i in addresses in UI
|
13 years ago |
bitcoinaddressvalidator.h
|
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35
|
13 years ago |
bitcoinamountfield.cpp
|
Change up/down increment in UI to 0.001 BTC (issue #760)
|
13 years ago |
bitcoinamountfield.h
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
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
|
13 years ago |
bitcoingui.h
|
Fine-grained UI updates
|
13 years ago |
bitcoinstrings.cpp
|
Update bitcoinstrings.cpp
|
13 years ago |
bitcoinunits.cpp
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
bitcoinunits.h
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
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
|
13 years ago |
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
|
13 years ago |
csvmodelwriter.cpp
|
Properly escape " in strings when exporting CSV
|
13 years ago |
csvmodelwriter.h
|
…
|
|
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
|
13 years ago |
editaddressdialog.h
|
…
|
|
guiconstants.h
|
Allow Qt to wrap long tooltips (fixes #1063)
|
13 years ago |
guiutil.cpp
|
Cross-platform "Open debug logfile"
|
13 years ago |
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
|
13 years ago |
macdockiconhandler.h
|
…
|
|
macdockiconhandler.mm
|
…
|
|
messagepage.cpp
|
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
|
13 years ago |
messagepage.h
|
signmessage: auto-select signature when field is focused/clicked
|
13 years ago |
monitoreddatamapper.cpp
|
…
|
|
monitoreddatamapper.h
|
…
|
|
notificator.cpp
|
Proper support for Growl 1.3 notifications
|
13 years ago |
notificator.h
|
Proper support for Growl 1.3 notifications
|
13 years ago |
optionsdialog.cpp
|
Rework network config settings
|
13 years ago |
optionsdialog.h
|
Organize optionsdialog (split off Window and Network page)
|
13 years ago |
optionsmodel.cpp
|
fix default Proxy address in Qt options (no hostname allowed currently)
|
13 years ago |
optionsmodel.h
|
Rework network config settings
|
13 years ago |
overviewpage.cpp
|
Added 'immature balance' for miners. Only displayed if the balance is greater than zero.
|
13 years ago |
overviewpage.h
|
Added 'immature balance' for miners. Only displayed if the balance is greater than zero.
|
13 years ago |
qrcodedialog.cpp
|
Add a menu option to verify a signed message
|
13 years ago |
qrcodedialog.h
|
updated to reflect pull-request suggestions / renamed some GUI elements
|
13 years ago |
qtipcserver.cpp
|
Convert UI interface to boost::signals2.
|
13 years ago |
qtipcserver.h
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
13 years ago |
qvalidatedlineedit.cpp
|
…
|
|
qvalidatedlineedit.h
|
…
|
|
qvaluecombobox.cpp
|
Make it possible to set user interface language from options dialog
|
13 years ago |
qvaluecombobox.h
|
Make it possible to set user interface language from options dialog
|
13 years ago |
rpcconsole.cpp
|
Cross-platform "Open debug logfile"
|
13 years ago |
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
|
13 years ago |
sendcoinsdialog.cpp
|
Added 'immature balance' for miners. Only displayed if the balance is greater than zero.
|
13 years ago |
sendcoinsdialog.h
|
Added 'immature balance' for miners. Only displayed if the balance is greater than zero.
|
13 years ago |
sendcoinsentry.cpp
|
Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6
|
13 years ago |
sendcoinsentry.h
|
Automatically refocus on new SendCoinsEntrys and scroll to them.
|
13 years ago |
transactiondesc.cpp
|
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration
|
13 years ago |
transactiondesc.h
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
|
13 years ago |
transactiondescdialog.cpp
|
…
|
|
transactiondescdialog.h
|
…
|
|
transactionfilterproxy.cpp
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
|
13 years ago |
transactionfilterproxy.h
|
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
|
13 years ago |
transactionrecord.cpp
|
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
|
13 years ago |
transactionrecord.h
|
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es
|
13 years ago |
transactiontablemodel.cpp
|
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration
|
13 years ago |
transactiontablemodel.h
|
Fine-grained UI updates
|
13 years ago |
transactionview.cpp
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
transactionview.h
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
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
|
13 years ago |
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
|
13 years ago |
walletmodel.cpp
|
Merge pull request #837 from sje397/ShowImmatureBalance
|
13 years ago |
walletmodel.h
|
Added 'immature balance' for miners. Only displayed if the balance is greater than zero.
|
13 years ago |