.. |
forms
|
Merge pull request #1274 from Diapolo/QR_Code
|
13 years ago |
locale
|
update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09
|
13 years ago |
res
|
simplified qrcode icon that scales gracefully to 16x16
|
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
|
Improve documentation for UI classes
|
13 years ago |
addressbookpage.cpp
|
Make user action more straightforward in address book
|
13 years ago |
addressbookpage.h
|
Bitcoin-Qt signmessage GUI (pull request #582)
|
13 years ago |
addresstablemodel.cpp
|
Remove headers.h
|
13 years ago |
addresstablemodel.h
|
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
|
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
|
Merge pull request #1090 from laanwj/2012_04_wraptooltips
|
13 years ago |
bitcoin.qrc
|
simplified qrcode icon that scales gracefully to 16x16
|
13 years ago |
bitcoinaddressvalidator.cpp
|
add sendmany support
|
14 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
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
bitcoingui.h
|
add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog"
|
13 years ago |
bitcoinstrings.cpp
|
fix warnings: unused variable 'XX' [-Wunused-variable]
|
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 the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
|
13 years ago |
clientmodel.h
|
add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
|
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
|
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
|
13 years ago |
editaddressdialog.h
|
Improve documentation for UI classes
|
13 years ago |
guiconstants.h
|
Allow Qt to wrap long tooltips (fixes #1063)
|
13 years ago |
guiutil.cpp
|
Add missing #include for GetDataDir
|
13 years ago |
guiutil.h
|
guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ToolTipToRichTextFilter explicit
|
13 years ago |
macdockiconhandler.h
|
Improve documentation for UI classes
|
13 years ago |
macdockiconhandler.mm
|
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
|
13 years ago |
messagepage.cpp
|
Split synchronization mechanisms from util.{h,cpp}
|
13 years ago |
messagepage.h
|
signmessage: auto-select signature when field is focused/clicked
|
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
|
optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start Bitcoin on system login" and move it to Main / hide "Window" Options on Mac as there are currently none available / remove an unused variable / add Alt-Shortcuts where they were missing / allow translation of "default"
|
13 years ago |
optionsdialog.h
|
Organize optionsdialog (split off Window and Network page)
|
13 years ago |
optionsmodel.cpp
|
Make it possible to set user interface language from options dialog
|
13 years ago |
optionsmodel.h
|
Make it possible to set user interface language from options dialog
|
13 years ago |
overviewpage.cpp
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
overviewpage.h
|
When a transaction is clicked on overview page, focus it on history page
|
13 years ago |
qrcodedialog.cpp
|
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
|
13 years ago |
qrcodedialog.h
|
updated to reflect pull-request suggestions / renamed some GUI elements
|
13 years ago |
qtipcserver.cpp
|
Split synchronization mechanisms from util.{h,cpp}
|
13 years ago |
qtipcserver.h
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
13 years ago |
qvalidatedlineedit.cpp
|
put color constants in guiconstants.h
|
14 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
|
RPC console: don't crash on invalid input exception
|
13 years ago |
rpcconsole.h
|
Convert RPC console to QTextEdit instead of QTableView
|
13 years ago |
sendcoinsdialog.cpp
|
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
|
13 years ago |
sendcoinsdialog.h
|
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
|
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
|
Remove headers.h
|
13 years ago |
transactiondesc.h
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
|
13 years ago |
transactiondescdialog.cpp
|
move back to original directory structure
|
14 years ago |
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
|
Clean up warnings
|
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
|
Remove headers.h
|
13 years ago |
transactiontablemodel.h
|
Improve documentation for UI classes
|
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 |
walletmodel.cpp
|
fix #952 by checking if we have a new address or an updated label
|
13 years ago |
walletmodel.h
|
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
|
13 years ago |