..
forms
Merge pull request #1166 from Diapolo/signmessage_clear
2012-05-05 00:43:27 -07:00
locale
Update translations for bitcoin core
2012-04-14 08:46:16 +02:00
res
by popular request, make 4th bar of connection icon green
2012-04-11 19:59:15 +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
updated to reflect pull-request suggestions / renamed some GUI elements
2012-04-12 20:34:05 +02:00
addressbookpage.h
Bitcoin-Qt signmessage GUI (pull request #582 )
2012-01-27 08:41:55 +01:00
addresstablemodel.cpp
Remove headers.h
2012-04-17 20:00:55 +02:00
addresstablemodel.h
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.
2012-04-04 09:35:01 +02:00
askpassphrasedialog.cpp
Enable wordwrap for long message in passphrase dialog
2011-12-13 16:32:25 +01:00
askpassphrasedialog.h
Merge commit '7298ebb'
2011-12-12 15:03:16 -05:00
bitcoin.cpp
Allow Qt to wrap long tooltips ( fixes #1063 )
2012-05-05 10:20:52 +02:00
bitcoin.qrc
removed an unused / obsolete tag from bitcoin.qrc
2012-04-05 00:11:22 +02:00
bitcoinaddressvalidator.cpp
add sendmany support
2011-07-16 19:25:02 +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
Allow Qt to wrap long tooltips ( fixes #1063 )
2012-05-05 10:20:52 +02:00
bitcoingui.h
Toggle main window hide on tray icon click
2012-04-11 00:07:32 +10:00
bitcoinstrings.cpp
fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 13:40:14 +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
Remove headers.h
2012-04-17 20:00:55 +02:00
clientmodel.h
Build identification strings
2012-04-10 18:16:53 +02:00
csvmodelwriter.cpp
Add forgotten initializer
2012-04-17 18:27:55 +02:00
csvmodelwriter.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
editaddressdialog.cpp
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
2012-04-15 13:40:14 +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
Allow Qt to wrap long tooltips ( fixes #1063 )
2012-05-05 10:20:52 +02:00
guiutil.h
Allow Qt to wrap long tooltips ( fixes #1063 )
2012-05-05 10:20:52 +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
add a clear all button to the sign message page
2012-05-03 09:23:37 +02:00
messagepage.h
add a clear all button to the sign message page
2012-05-03 09:23:37 +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
Make lsn_reset ("detach databases") optional and off by default.
2012-04-26 00:31:54 +02:00
optionsdialog.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
optionsmodel.cpp
Make lsn_reset ("detach databases") optional and off by default.
2012-04-26 00:31:54 +02:00
optionsmodel.h
Make lsn_reset ("detach databases") optional and off by default.
2012-04-26 00:31:54 +02:00
overviewpage.cpp
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
overviewpage.h
Revert "Use standard C99 (and Qt) types for 64-bit integers"
2011-12-21 22:33:19 +01:00
qrcodedialog.cpp
Bugfix: Check that QRcode_encodeString didn't return NULL (error)
2012-04-14 21:00:27 -04:00
qrcodedialog.h
updated to reflect pull-request suggestions / renamed some GUI elements
2012-04-12 20:34:05 +02:00
qtipcserver.cpp
Further reduce header dependencies
2012-04-17 20:03:42 +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
Full support for other units, add configuration option for default unit (used when displaying amounts)
2011-07-29 14:36:35 +02:00
qvaluecombobox.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
sendcoinsdialog.cpp
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
2012-04-15 13:40:14 +02:00
sendcoinsdialog.h
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
2012-04-06 12:53:37 -04:00
sendcoinsentry.cpp
move label placeholdertext from sendcoinsentry.cpp to ui-file
2012-05-04 18:19:06 +02:00
sendcoinsentry.h
Automatically refocus on new SendCoinsEntrys and scroll to them.
2012-01-05 00:29:28 -05:00
transactiondesc.cpp
Remove headers.h
2012-04-17 20:00:55 +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
Remove no-longer used UI hints in bitcoin core
2012-04-21 18:21: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
Remove headers.h
2012-04-17 20:00:55 +02:00
transactiontablemodel.h
Improve documentation for UI classes
2011-11-13 14:12:44 +01:00
transactionview.cpp
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833 )
2012-02-15 17:22:00 +01:00
transactionview.h
Copy amount to clipboard (implements #657 )
2011-12-23 12:07:23 +01:00
walletmodel.cpp
Fix critical UI performance issue ( #1154 )
2012-04-29 13:25:05 +02:00
walletmodel.h
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
2012-04-15 13:40:14 +02:00