ThomasV
125247df81
fix unicode path issue #2269
8 years ago
Johann Bauer
6b9643a66c
Add shortcuts to toggle actions in view menu
8 years ago
ThomasV
92b392a56b
minor fixes
8 years ago
Johann Bauer
c4979864cc
Add tab icons
8 years ago
ThomasV
dd50259f68
network_dialog: do not use parent for signalling
8 years ago
ThomasV
5ae5c81c48
use a unique and non-modal network dialog window
8 years ago
ThomasV
568c14ca78
Refactor Network and Blockchain dialogs in qt and kivy
8 years ago
ThomasV
777a3aa8bf
Fixes for TrustedCoin plugin:
- reset billing_info after broadcast
- when bumping tx fee, do not use Trustedcoin output
8 years ago
ThomasV
197f57d329
rm dead code
8 years ago
ThomasV
73e69284d1
show pubkeys and redeem script in address dialog
8 years ago
ThomasV
faa17f9818
Option to send only confirmed coins ( fix #2395 )
8 years ago
Johann Bauer
f5d5dde69a
Retain tab order after toggling
8 years ago
ThomasV
c6eb269cce
follow-up previous commit
8 years ago
Johann Bauer
17bf035125
Hide console tab by default
Also:
- Move tab toggling menu items to new "View" menu
- Refactoring
8 years ago
ThomasV
eff0ae1f78
fix #2564
8 years ago
ThomasV
828b0e5d70
fix #2439
8 years ago
ThomasV
cf88b7f8a7
fix #2453
8 years ago
chipmixer
678a9002b0
Add plugin hook `init_menubar_tools`
New plugin hook `init_menubar_tools` that allows plugins to add submenu item in Tools menu.
8 years ago
chris-belcher
3195eca6ea
Made status bar exchange rate display in terms of base unit
8 years ago
ThomasV
1b29945c6d
fix #2430
8 years ago
ThomasV
8cc8f8a5e1
disable max button if an amount has been typed
8 years ago
ThomasV
ae730cc8e5
fix #2360
8 years ago
ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
8 years ago
ThomasV
23e51e7c9e
follow up fix #2341
8 years ago
ThomasV
e555b982f9
fix #2341
8 years ago
ThomasV
0105702d0f
fix #2341
8 years ago
ThomasV
b2be745b8d
add save/delete buttons to invoice dialog
8 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
8 years ago
ThomasV
e63bf6ce02
improve CPFP dialog
8 years ago
ThomasV
2d8df85aab
use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
8 years ago
ThomasV
5c1cdf02cd
Revert "display unicode wallet path in Qt GUI"
This reverts commit 6318bda54d
.
8 years ago
ThomasV
6318bda54d
display unicode wallet path in Qt GUI
8 years ago
ThomasV
ed42faa2e6
Revert commit 36f08ab2c3
.
8 years ago
ThomasV
36f08ab2c3
changes for windows builds
8 years ago
ThomasV
5eda662e1d
reorganize menu
8 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
8 years ago
ThomasV
c2d40db47c
add RBF policy to preferences
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
ThomasV
f92807f019
do not use hardcoded tab indexes
8 years ago
ThomasV
192238985e
fix fee rate issue caused by changing tx size
8 years ago
ThomasV
7e28c96243
set max fee rate in preferences. fixes #2112
8 years ago
ThomasV
eb4018de1c
fix --offline mode in Qt GUI
8 years ago
ThomasV
9dde9971da
do not revert to static fee when dynamic fee estimates are missing
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
ff39068867
new wallet structure:
- store addresses instead of pubkeys
- derive pubkeys only for serialization
- fix #2024
8 years ago
Johann Bauer
44c6990a5d
Use blue icon when connected using a proxy
8 years ago
ThomasV
d99855f060
use ctypes to access the zbar library
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
7c0d18d4ee
minor fix
8 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
8 years ago