fix menu popping up outside window
[electrum-nvc.git] / lib / gui_qt.py
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