Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Philip Kaufmann 229c34f818 GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 13 years ago
..
forms set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this 13 years ago
locale Merge pull request #1448 from Diapolo/2012-06-13_translation_updates 13 years ago
res
test
aboutdialog.cpp
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
askpassphrasedialog.h
bitcoin.cpp Show command line options as dialog when opened from debug window 13 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
bitcoinamountfield.cpp
bitcoinamountfield.h
bitcoingui.cpp Merge pull request #1459 from laanwj/2012_06_trayiconmenu 13 years ago
bitcoingui.h merge toggleHidden() code into showNormalIfMinimized() to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro 13 years ago
bitcoinstrings.cpp Update bitcoinstrings from core and English source translation file 13 years ago
bitcoinunits.cpp
bitcoinunits.h
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
csvmodelwriter.h
editaddressdialog.cpp
editaddressdialog.h
guiconstants.h
guiutil.cpp Show command line options as dialog when opened from debug window 13 years ago
guiutil.h Show command line options as dialog when opened from debug window 13 years ago
macdockiconhandler.h
macdockiconhandler.mm
messagepage.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
messagepage.h
monitoreddatamapper.cpp
monitoreddatamapper.h
notificator.cpp
notificator.h
optionsdialog.cpp re-work optionsdialog to a tabbed UI based on an ui-file 13 years ago
optionsdialog.h re-work optionsdialog to a tabbed UI based on an ui-file 13 years ago
optionsmodel.cpp re-work optionsdialog to a tabbed UI based on an ui-file 13 years ago
optionsmodel.h Rework network config settings 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
qrcodedialog.h
qtipcserver.cpp
qtipcserver.h
qvalidatedlineedit.cpp
qvalidatedlineedit.h
qvaluecombobox.cpp
qvaluecombobox.h
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 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
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
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp
transactionfilterproxy.h
transactionrecord.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
transactionrecord.h
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
transactionview.h
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