Implemented update notification to classic GUI
[electrum-nvc.git] / lib / gui_qt.py
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
2012-11-29 thomasvseparate update qr code and paint event
2012-11-29 thomasvuse timer signal to render qr code
2012-11-29 thomasvshow address balance in POS mode
2012-11-29 thomasvsmaller font size, we don't want the window to be large...
2012-11-29 thomasvreceive tab: 3 separate view mode
2012-11-29 ThomasVedit column directly
2012-11-28 ThomasVdo not display requested amount if zero. show menu...
2012-11-28 ThomasVproper close method
2012-11-28 ThomasVuse update instead of repaint; do not update qr window...
2012-11-28 thomasvtoggle visibility instead of closing the window
2012-11-28 thomasvinvoice window: larger text, monospace font
2012-11-28 thomasvfix url in qr code
2012-11-28 thomasvseparate non-modal window for QR codes (point of sale)
2012-11-25 Alfie "Azelphur... Added message signing to the QT GUI
2012-11-24 ThomasVreduce column width to avoid horizontal scrollbar
2012-11-21 ThomasVremove forgotten calls to deprecated method
2012-11-20 ThomasVfix network dialog
2012-11-20 ThomasVsimplify the create/restore procedure
2012-11-20 ThomasVsimplification
2012-11-20 thomasvallow offline creation/recovery within the gui
2012-11-20 thomasvshow server type (pruning or full)
2012-11-18 ThomasVmake a regular gui module for android
2012-11-16 thomasvdo not include fee in the transaction amount shown...
2012-11-16 thomasvuse None as timestamp for pending transactions
2012-11-15 ThomasVgui fixes
2012-11-14 ThomasVcompatibility with 0.6 protocol
next