.. |
forms
|
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
|
12 years ago |
locale
|
fix some recently added translation plurals
|
13 years ago |
res
|
Replace debug window icon with LGPL-licensed one (fixes #1348)
|
13 years ago |
test
|
Fix a couple more typos
|
13 years ago |
aboutdialog.cpp
|
Build identification strings
|
13 years ago |
aboutdialog.h
|
Improve documentation for UI classes
|
13 years ago |
addressbookpage.cpp
|
Make sort and filters for transactions and labels case-insensitive
|
13 years ago |
addressbookpage.h
|
replace some ugly code in addressbookpage.cpp
|
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
|
Merge commit '7298ebb'
|
13 years ago |
bitcoin.cpp
|
Fix Typo
|
12 years ago |
bitcoin.qrc
|
update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX
|
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
|
Merge pull request #1592 from Diapolo/Qt_WindowTitle
|
13 years ago |
bitcoingui.h
|
replace some ugly code in addressbookpage.cpp
|
13 years ago |
bitcoinstrings.cpp
|
Translation strings update
|
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 a timer to check for changes in immature or unconfirmed balances,
|
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
|
Improve documentation for UI classes
|
13 years ago |
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
|
Improve documentation for UI classes
|
13 years ago |
guiconstants.h
|
IPC-server hardening and update
|
13 years ago |
guiutil.cpp
|
Update a link
|
13 years ago |
guiutil.h
|
Show command line options as dialog when opened from debug window
|
13 years ago |
macdockiconhandler.h
|
Improve documentation for UI classes
|
13 years ago |
macdockiconhandler.mm
|
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
|
13 years ago |
monitoreddatamapper.cpp
|
don't include <QDebug>
|
13 years ago |
monitoreddatamapper.h
|
Improve documentation for UI classes
|
13 years ago |
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
|
enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8
|
13 years ago |
optionsdialog.h
|
re-work optionsdialog to a tabbed UI based on an ui-file
|
13 years ago |
optionsmodel.cpp
|
optionsmodel cleanup
|
13 years ago |
optionsmodel.h
|
optionsmodel cleanup
|
13 years ago |
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
|
13 years ago |
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
|
13 years ago |
qrcodedialog.cpp
|
update QRCodeDialog
|
13 years ago |
qrcodedialog.h
|
update QRCodeDialog
|
13 years ago |
qtipcserver.cpp
|
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
|
12 years ago |
qtipcserver.h
|
IPC-server hardening and update
|
13 years ago |
qvalidatedlineedit.cpp
|
put color constants in guiconstants.h
|
13 years ago |
qvalidatedlineedit.h
|
Improve documentation for UI classes
|
13 years ago |
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
|
show used OpenSSL library version in debug window
|
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
|
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
|
13 years ago |
sendcoinsdialog.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
|
13 years ago |
sendcoinsentry.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
|
13 years ago |
sendcoinsentry.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
|
13 years ago |
signverifymessagedialog.cpp
|
GUI: merge sign/verify message into a single window with tabbed UI
|
13 years ago |
signverifymessagedialog.h
|
GUI: merge sign/verify message into a single window with tabbed UI
|
13 years ago |
transactiondesc.cpp
|
enhance translation possibilities in TransactionDesc / misc other changes
|
13 years ago |
transactiondesc.h
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
|
13 years ago |
transactiondescdialog.cpp
|
…
|
|
transactiondescdialog.h
|
Improve documentation for UI classes
|
13 years ago |
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
|
GUI: ensure a changed bitcoin unit immediately updates the tx list amounts
|
13 years ago |
transactiontablemodel.h
|
GUI: ensure a changed bitcoin unit immediately updates the tx list amounts
|
13 years ago |
transactionview.cpp
|
Make sort and filters for transactions and labels case-insensitive
|
13 years ago |
transactionview.h
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
walletmodel.cpp
|
Persistently poll for balance change when number of blocks changed
|
13 years ago |
walletmodel.h
|
Add a timer to check for changes in immature or unconfirmed balances,
|
13 years ago |