aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libbitcoin_qt
AgeCommit message (Collapse)Author
2021-09-08build_msvc: Drop 32-bit build configurationsHennadii Stepanov
2021-07-14qt, refactor: Move InitExecutor class into its own moduleHennadii Stepanov
This change makes InitExecutor class re-usable by an alternative GUI, e.g., QML-based one.
2021-03-07qt: Add peertablesortproxy moduleHennadii Stepanov
2021-01-21Fix MSVC build after gui#176Hennadii Stepanov
2020-06-19[gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen
Add a "PSBT Operations" dialog, reached from the "Load PSBT..." menu item, giving options to sign or broadcast the loaded PSBT as appropriate, as well as copying the result to the clipboard or saving it to a file.
2019-09-08Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.Aaron Clauson
2019-08-15qt: Remove menu iconsWladimir J. van der Laan
2019-02-17scripted-diff: Remove NDEBUG pre-defineChun Kuan Lee
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT-
2019-02-04qt: Pre-0.18 split-off translations updateWladimir J. van der Laan
- Update transifex slug - Mention update of MSVC build in `doc/translation_process.md` - Do a `make translate` to update English translations - Pull current translations from transifex
2018-08-10Visual Studio build configuration for Bitcoin CoreAaron Clauson