move is_valid from wallet class to bitcoin.py
[electrum-nvc.git] / lib / gui_qt.py
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-02-28 thomasvimprove gui.show_tx_details
2013-02-28 thomasvdon't show the sequence field
2013-02-28 thomasvadd stretch to raw tx tab too
2013-02-28 thomasvdisable testing code
2013-02-28 thomasvcode refactoring; remove redundancies and sanitize...
2013-02-27 ThomasVrestore the description field
2013-02-27 ThomasVfix the tx counter field
2013-02-27 thomasvuse json istead of ast
2013-02-27 MaranLast few fixes for raw transaction handling
2013-02-27 MaranWork in progress for message signing via classic gui
2013-02-27 thomasvupdate tx label in gui
2013-02-27 thomasvfix: mktx syntax
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvmore efficient method for exporting private keys
2013-02-26 thomasvmake most commands available in the console
2013-02-25 ThomasVindent unsigned tx
2013-02-25 ThomasVfix: unsigned transactions in gui
2013-02-23 ThomasVword per word completions
2013-02-23 thomasvcreate separate class for deterministic key generation...
2013-02-22 thomasvstore transactions in serialized form
2013-02-22 thomasvsimplify get_private_key, use base58
2013-02-15 MaranPrivate keys, instead of private key
2013-02-15 MaranAdded the option to export your private keys to csv
2013-02-02 thomasvmenu option to show private key
2013-02-02 thomasvfix column width saving: do not store last column
2013-02-02 thomasvdelay console message until after the gui is initialized
2013-02-01 ThomasVMerge pull request #142 from rdymac/patch-34
2013-02-01 ThomasVtransform the wall into a python console
2013-02-01 rdymacimport/export tab comment
2013-01-31 ThomasVMerge pull request #139 from rdymac/patch-33
2013-01-30 thomasvfix syntax error and indentation
2013-01-30 MaranHide the empty label when no version is detected
2013-01-30 rdymacReviewed the entire code for missing text strings
2013-01-30 rdymacAdding restoring process to translations (2)
2013-01-28 thomasvsimplify if statement
2013-01-28 thomasvcount all transactions in num_tx, in order to show...
2013-01-17 ThomasVMerge pull request #115 from rdymac/patch-14
2013-01-16 rdymacMore text strings to be translated
2013-01-16 rdymacChanged Master Public Key to first capital letters
2013-01-16 MaranRolled back original compare code
2013-01-16 thomasvfix regexp and compare_versions
2013-01-16 thomasvuse print_error; transalte New version string
2013-01-16 MaranImplemented new version comparing
2013-01-16 MaranRemoved extra set gui line and updated version address
2013-01-16 MaranImplemented update notification to classic GUI
2013-01-14 rdymacAdded icons' text strings to be translated
2013-01-13 ThomasVMerge pull request #100 from rdymac/patch-4
2013-01-13 ThomasVfix network dialog
2013-01-13 bkkcoinsmake tx details scrollable
2013-01-13 rdymacUpdate lib/gui_qt.py
2013-01-12 ThomasVMerge pull request #97 from bkkcoins/rem-col-widths...
2013-01-12 ThomasVMerge pull request #99 from rdymac/master
2013-01-12 rdymacUpdate lib/gui_qt.py
2013-01-12 bkkcoinsfixed remember column widths for receive modes
2013-01-12 rdymacUpdate lib/gui_qt.py
2013-01-11 thomasvstrip spaces around private key
2013-01-11 thomasvRevert "remember column widths"
2013-01-11 ThomasVMerge pull request #94 from bkkcoins/remember-column...
2013-01-11 bkkcoinsremember column widths
2013-01-10 ThomasVchange seed text
2013-01-10 ThomasVimprove layout of the seed dialog
2013-01-10 ThomasVimprove layout and help text for master public key
2013-01-09 thomasvenable gui switch button (classic <-> lite) both ways
2013-01-09 thomasvtext change: access -> install
2013-01-09 thomasvfix regression caused by tooltips
2013-01-09 thomasvremove until an easy way back is provided
2013-01-08 thomasvseed dialog simplification
2013-01-08 thomasvexport seed in gui/restore from seed
2013-01-08 thomasvPOS: request amount in other currencies and convert...
2013-01-07 thomasvmerge imported labels with existing labels
2013-01-07 thomasvremove gui selector from preferences. store last state
2013-01-07 bkkcoinsadd switch-gui button for qt
2013-01-07 ThomasVMerge pull request #85 from bkkcoins/qt-switch-gui
2013-01-06 ThomasVfix slowness with status bar text
2013-01-06 ThomasVfix bug with undetected incorrect password that can...
2013-01-06 ThomasVwarning against key import
2013-01-05 ThomasVfix: toPlainText()
2013-01-05 ThomasVimprove layout for sign/verify message
2013-01-05 ThomasVconvert address to str in sign_message; update tabs...
2013-01-05 ThomasVdelete imported key in gui
2013-01-05 ThomasVdon't ask pw if wallet is unencrypted
2013-01-05 ThomasVadd warning to help message
2013-01-05 ThomasVfix: return early on cancel
2013-01-05 ThomasVtest password before importing key
2013-01-05 ThomasVimport/export functions
2013-01-05 bkkcoinsadd confirmations to history checkmark tooltips
2013-01-05 bkkcoinsMerge branch 'master' into qt-switch-gui
2013-01-05 ThomasVcurrency conversions (bkkcoins)
2013-01-05 bkkcoinsadd switch-gui button for qt
2013-01-04 thomasvmove language list to i18n.py
2013-01-04 thomasvdo not let users switch to gtk/text from qt
2013-01-04 thomasvdisplay the ui settings first, as they are the most...
2013-01-04 ThomasVMerge pull request #81 from bkkcoins/qr-scalable-centered
2013-01-04 bkkcoinsremove commented code
2013-01-04 bkkcoinsadjust invoice screen for scaling
2013-01-04 bkkcoinsmake qr codes scalable and centered
2013-01-04 bkkcoinsupdated indent spacing
2013-01-04 bkkcoinsshow history debits in red
2013-01-03 ThomasVupdate status bar when amount is modified
next