76 Commits (963dcf0c6b2829ae9344c15379999ebea4aa8f25)

Author SHA1 Message Date
ThomasV 8f98ea4aca make plugins available without the GUI 10 years ago
ThomasV 21b2fcbe85 always_hook. fix trezor handler. fixes #1146 10 years ago
ThomasV c9d874ce38 openalias: more error message 10 years ago
ThomasV 2f1c597e8f print_error method for plugins 10 years ago
ThomasV f302c90649 set self.wallet to None in plugin constructor 10 years ago
ThomasV 271a27fc83 fix installwizard_restore 10 years ago
ThomasV 395312e70f fix: add wallet types only if available 10 years ago
ThomasV 78ce20b0b8 fix plugins initialization 10 years ago
ThomasV 94c9bf3655 define special hooks for install wizard 10 years ago
ThomasV dda4a0fcb3 call load_wallet and close_wallet for each plugin 10 years ago
ThomasV 9d40fb2ea8 detect if we are in a pyinstaller bundle 10 years ago
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 10 years ago
ThomasV c2813c5b15 load_wallet: we still want to test is_enabled 10 years ago
ThomasV 397f07ca82 fix plugin initialization with load_wallet 10 years ago
ThomasV 1e346404dd fixes for label plugin 10 years ago
ThomasV 6101abda5d call init_qt everytime a plugin is enabled 10 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 10 years ago
ThomasV a3790372d8 @hook decorator for plugins 10 years ago
molecular d26d3abf5d fix (or at least work around) #788 10 years ago
ThomasV 6fb85f95bf run_hook: no more than one plugin shall return a result 10 years ago
ThomasV 2c38e85a50 better integration of plugins in installwizard (for 2fa, trezor plugins) 10 years ago
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 10 years ago
Bryan Stitt 225d8b83a3 don't use bare except 11 years ago
ThomasV 5b88b16600 fix imports 11 years ago
ThomasV 404c1f84d2 generalize plugins to all guis 11 years ago
ThomasV 004aa4b640 separate directories for GUIs 11 years ago
ThomasV 1637197419 separate gui init() and load_wallet() 11 years ago
ThomasV 70445da940 wallet.num_accounts and account_id method 11 years ago
ThomasV b08f1a2a7b plugins: do not overload __init__, use init() instead 11 years ago
ThomasV 111611a08b plugins: do not overload __init__, use init() instead 11 years ago
ecdsa a10455f685 settings dialog 12 years ago
ecdsa c5747484b2 plugin settings dialog 12 years ago
thomasv bd1cdc9bfb derive plugins from BasePlugin class 12 years ago