create separate class for deterministic key generation. add pubkeys to validateaddress
[electrum-nvc.git] / lib / gui_qt.py
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
2013-01-03 ThomasVremove unnecessary clutter
2013-01-03 thomasvauto_cycle option
2013-01-03 thomasvtext for help button of the receive tab mode
2013-01-03 thomasvsimplify the 'simple' mode: hide prioritizations (they...
2013-01-03 thomasvhide meaning, in order to replace misplaced interpretat...
2013-01-03 thomasvlanguage names, and message box to instruct the user...
2013-01-03 thomasvmode Receive View selector into Settings dialog
2013-01-03 thomasvimproved settings dialog using tabs
2013-01-02 thomasvselect language in gui
2012-12-20 thomasvfix: restore timer in deseeded wallets
2012-12-18 Alfie "Azelphur... Fixed bug in message signing
2012-12-05 thomasvnew command: signtx (offline transaction signing)
2012-12-05 thomasvallow multiple-outputs transactions with mktx()
2012-12-05 ThomasVretry when passwords do not match
2012-12-03 ThomasVsmall qr code window with print
2012-12-03 ThomasVfix show seed
2012-11-30 ThomasVfix
2012-11-29 thomasvconfig: merchant_name
2012-11-29 thomasvsave label invoice string
next