use named callbacks with the interface
[electrum-nvc.git] / lib / gui_qt.py
2012-10-22 thomasvuse named callbacks with the interface
2012-10-21 ThomasVbig refactoring of the interface
2012-10-20 thomasvtext gui
2012-10-19 thomasvfix side effect and handle case where the initial serve...
2012-10-19 thomasvbetter protocol handling in gui
2012-10-19 thomasvrename qt gui -> classic
2012-10-18 ThomasVadd SSL protocols to network dialog
2012-10-17 ThomasVfix: update history when label changed
2012-10-16 thomasvset default button in seed dialog
2012-10-16 thomasvon create, use the server already picked by the interface
2012-10-14 ThomasVshow waiting dialog during transaction broadcast
2012-10-13 ThomasVAdding confirmation icons in Tachikoma's pull request...
2012-10-12 thomasvdisable labels too
2012-10-12 thomasvdisable setting widgets when setting is not modifiable.
2012-10-12 thomasvfix: needs parentheses
2012-10-12 thomasvnetwork_dialog: disable fields that are not modifiable
2012-10-12 thomasvimproved network dialog
2012-10-12 thomasvtypo
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-11 thomasvreplace expert mode with a button for gui_detailed_view
2012-10-09 MaranDisabled the proxy input fields when None is selected
2012-10-09 thomasvfix proxy issues: override config with command line...
2012-10-02 thomasvrestored initial text (users should know what seed...
2012-10-02 thomasvfix set_server. keep compatibility with the gtk interface
2012-10-02 thomasvfix proxy config: read from simpleconfig object
2012-09-21 MaranUse True flag for set key
2012-09-21 bkkcoinsMerge branch 'socks-support' into merged
2012-09-21 bkkcoinssmall edit to config syntax
2012-09-21 bkkcoinsMerge branch 'startup-gui-option' into merged
2012-09-21 bkkcoinsMerge branch 'window-position' into merged
2012-09-21 bkkcoinssmall edit to config syntax
2012-09-21 bkkcoinssmall change to config syntax
2012-09-21 bkkcoinsmerged current branches
2012-09-21 bkkcoinsMerge branch 'startup-gui-option' into merged
2012-09-21 bkkcoinsAdded code to remember window position
2012-09-21 bkkcoinsadjust whitespace only
2012-09-21 bkkcoinsadjust whitespace only
2012-09-21 bkkcoinsAdded settings dialog option for gui startup mode
2012-09-20 bkkcoinsAdded proxy settings save to config.json
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-19 bkkcoinsAdded proxy options to network dialog
2012-09-04 MaranSmall fix to make sure the cursor stays where it is...
2012-08-29 Amir TaakiWalletSynchronizer had a race condition caused by calli...
2012-08-20 Jimbo77more print_errors() deleted
2012-08-16 Amir TaakiPrettified code for BrainWallet dialog.
2012-08-13 Amir TaakiMake seed dialog much simpler and easier to understand.
2012-08-12 Amir Taakiuse labels for to/from in lite history where available.
2012-08-02 MaranMerge branch 'cobleebuilder'
2012-08-02 slushNew feature "Scan QR code" in sending dialog.
2012-08-01 MaranBring qr-code in full visiblity
2012-07-07 Amir TaakiCorrected import paths for print_error.
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
2012-07-05 Amir Taakistop ugly flash because qt gui is trying to show itself.
2012-07-04 Amir Taakicorrected instructions for generating icons data file.
2012-07-03 Amir Taakirestore_or_create (just delegates to qt_gui - this...
2012-06-29 Amir Taakispawn both guis at start. clicking expand hides the...
2012-06-25 thomasvDarwin font
2012-06-23 ThomasVlocalisation: fix messages
2012-06-23 ThomasVformat messages for localization
2012-06-16 ThomasVfix: nochange -> usechange
2012-06-16 ThomasVmake use_change a stored preference
2012-06-16 ThomasVrevert to previous; too much clutter
2012-06-15 thomasvremove unneeded call
2012-06-14 ThomasVI guess this should work with seedless wallets
2012-06-14 ThomasVvoodoo fix
2012-06-14 ThomasV'received' is better
2012-06-14 ThomasVshow 'used' column in receive tab
2012-06-13 ThomasVfix for watching-only wallets
2012-06-13 thomasvfix widget order
2012-06-13 thomasvmove nochange button to avoid conflict
2012-06-13 thomasvgettext for help messages
2012-06-13 thomasvnofocus for help buttons
2012-06-12 ThomasVhelp buttons for the send tab
2012-06-12 thomasvfee: be consistent with default
2012-06-12 thomasvchange help text
2012-06-12 thomasvadd help buttons and modify gap limit in the settings...
2012-06-12 thomasvfor aliases, request target address again
2012-06-12 thomasvcreate self.completions in constructor
2012-06-10 ThomasVfix: test item existence
2012-06-10 ThomasVfix: move test one line up
2012-06-10 ThomasVcase insensitivity
2012-06-10 ThomasVfix menu popping up outside window
2012-06-10 ThomasVrevert previous commit; it messes with menus
2012-06-10 ThomasVcolor the address column for consistency
2012-06-10 ThomasVhighlight current item only when we have the focus
2012-06-10 ThomasVfix: search for the lowest possible location
2012-06-10 ThomasVmonospace font for amount column
2012-06-10 ThomasVchange order
2012-06-10 ThomasVmenu action: paste tx ID to clipboard
2012-06-10 ThomasVbetter explanation of gap limit + minor fix for expert...
2012-06-10 ThomasVoption to send change back to input address
2012-06-10 ThomasVadd two keyboard shortcuts
2012-06-10 ThomasVfix parameters for aliases
2012-06-09 ThomasVuse column 1 because column 0 may be hidden
2012-06-09 ThomasVset focus only once at init
2012-06-09 ThomasVfix: receive_list
2012-06-09 ThomasVconvert QString to unicode
2012-06-09 ThomasVsimplifications. fix signal conflict. view alias details
next