FLO-wallet-core/src/qt
Wladimir J. van der Laan b42adfe052 Translation strings update
2012-07-11 13:37:32 +02:00
..
forms show used OpenSSL library version in debug window 2012-07-07 16:43:46 +02:00
locale Translation strings update 2012-07-11 13:37:32 +02:00
res Replace debug window icon with LGPL-licensed one (fixes #1348) 2012-05-19 12:47:01 +02:00
test Fix a couple more typos 2012-06-30 17:05:28 +08:00
aboutdialog.cpp Build identification strings 2012-04-10 18:16:53 +02:00
aboutdialog.h
addressbookpage.cpp replace some ugly code in addressbookpage.cpp 2012-07-08 18:49:07 +02:00
addressbookpage.h replace some ugly code in addressbookpage.cpp 2012-07-08 18:49:07 +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
bitcoin.cpp Fix Qt build on OSX 2012-07-09 11:03:38 -04:00
bitcoin.qrc update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX 2012-06-13 18:04:27 +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
bitcoinamountfield.h
bitcoingui.cpp replace some ugly code in addressbookpage.cpp 2012-07-08 18:49:07 +02:00
bitcoingui.h replace some ugly code in addressbookpage.cpp 2012-07-08 18:49:07 +02:00
bitcoinstrings.cpp Translation strings update 2012-07-11 13:37:32 +02:00
bitcoinunits.cpp
bitcoinunits.h
clientmodel.cpp Add a timer to check for changes in immature or unconfirmed balances, 2012-07-06 03:05:35 +10: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
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
guiconstants.h update QRCodeDialog 2012-07-06 18:51:30 +02:00
guiutil.cpp Show command line options as dialog when opened from debug window 2012-06-14 15:14:01 +02:00
guiutil.h Show command line options as dialog when opened from debug window 2012-06-14 15:14:01 +02:00
macdockiconhandler.h
macdockiconhandler.mm
monitoreddatamapper.cpp
monitoreddatamapper.h
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 GUI: change language selection format 2012-06-26 16:14:25 +02:00
optionsdialog.h re-work optionsdialog to a tabbed UI based on an ui-file 2012-06-13 16:24:25 +02:00
optionsmodel.cpp fix typo in optionsmodel.cpp 2012-07-07 16:35:29 +02:00
optionsmodel.h Changed a comment about a QVariant type 2012-06-23 17:29:34 +03:00
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 2012-06-17 15:20:42 +02:00
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 2012-06-17 15:20:42 +02:00
qrcodedialog.cpp update QRCodeDialog 2012-07-06 18:51:30 +02:00
qrcodedialog.h update QRCodeDialog 2012-07-06 18:51:30 +02:00
qtipcserver.cpp Fix Qt build on OSX 2012-07-09 11:03:38 -04: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
qvalidatedlineedit.h
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 show used OpenSSL library version in debug window 2012-07-07 16:43:46 +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 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 2012-06-17 15:20:42 +02:00
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 2012-06-17 15:20:42 +02:00
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 2012-06-17 15:20:42 +02:00
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 2012-06-17 15:20:42 +02:00
signverifymessagedialog.cpp GUI: merge sign/verify message into a single window with tabbed UI 2012-07-06 11:31:27 +02:00
signverifymessagedialog.h GUI: merge sign/verify message into a single window with tabbed UI 2012-07-06 11:31:27 +02:00
transactiondesc.cpp enhance translation possibilities in TransactionDesc / misc other changes 2012-07-03 14:38:03 +02:00
transactiondesc.h
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp
transactionfilterproxy.h
transactionrecord.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 2012-05-24 20:26:19 +02:00
transactionrecord.h
transactiontablemodel.cpp GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 2012-06-20 06:51:38 +02:00
transactiontablemodel.h GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 2012-06-20 06:51:38 +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
walletmodel.cpp Add a timer to check for changes in immature or unconfirmed balances, 2012-07-06 03:05:35 +10:00
walletmodel.h Add a timer to check for changes in immature or unconfirmed balances, 2012-07-06 03:05:35 +10:00