Standardizing message format and implementing stderr for errors
[electrum-nvc.git] / lib / gui_qt.py
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
2012-06-09 ThomasVcleanup; make toplevel item current
2012-06-09 ThomasVshow label in payto field
2012-06-09 ThomasVMyTreeWidget class for keyboard interaction
2012-06-09 ThomasVfix: payto without label
2012-06-09 ThomasVcheck item existence
2012-06-09 ThomasVmenus for history items
2012-06-09 ThomasVfix for deleting an alias
2012-06-09 ThomasVdelete contact and edit label from menu
2012-06-09 ThomasVdo not restrict syntax
2012-06-09 ThomasVdo not display if the label is not accepted
2012-06-09 ThomasVcompletions popup in the payto field, using aliases...
2012-06-08 ThomasVremove dead code
2012-06-07 ThomasVshow error messages
2012-06-07 thomasvallow user to change gap limit
2012-06-07 thomasvrename newaddress_dialog as new_contact_dialog
2012-06-07 thomasvadd expert mode to preferences
2012-06-07 thomasvreplace buttons with context menus
2012-06-07 thomasvdefine method get_address_flags
2012-06-07 thomasvhide various options into expert mode
2012-06-07 thomasvmove freeze and prioritize functions into wallet class
2012-06-06 ThomasVadd prioritize and freeze console commands. fix choose_...
2012-06-06 thomasvfix: receive_list might contain imported keys
2012-06-06 thomasvfix gap visualization
2012-06-06 thomasvprioritized coins
2012-06-06 thomasvbutton to create addresses beyond gap limit
2012-06-06 thomasvchange tab
2012-05-30 thomasvimport lib directory as electrum if the library is...
2012-05-24 thomasvfix localization
2012-05-24 thomasvlocalizations
2012-05-24 thomasvlocalizations
2012-05-21 ThomasVlocalize 3 more messages
2012-05-21 ThomasVuse consistent message
2012-05-18 thomasvversion 0.50: localisation using gettext
2012-05-17 ThomasVdisplay kilobytes received
2012-05-17 ThomasVbugfix: encryption of encrypted keys
2012-05-16 ThomasVrm mnemonic option, paste seed as both hexadecimal...
2012-05-16 ThomasVdo not use deprecated BaseException.message
2012-05-16 thomasvslightly more robust connection procedure
2012-05-13 ThomasVbetter buttons. version 0.49
2012-05-13 ThomasVrevert previous commit
2012-05-13 ThomasVdo not show send tab in seedless wallets
2012-05-13 ThomasVdo not show send tab in seedless wallets
2012-05-13 ThomasVseedless wallets
2012-05-12 ThomasVdeseed command
2012-05-10 ThomasVdisplay help message if pyqt is not found
2012-05-10 thomasvsetup package in lib subdirectory