index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Age
Commit message (
Expand
)
Author
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-27
Merge bitcoin/bitcoin#25001: Modernize util/strencodings and util/string: `st...
laanwj
2022-04-27
Merge bitcoin-core/gui#589: Getting ready to Qt 6 (7/n). Do not pass `WalletM...
Hennadii Stepanov
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-22
Merge bitcoin-core/gui#587: refactor: Replace `GUIUtil::ObjectInvoke()` with ...
Hennadii Stepanov
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-21
Do not pass `WalletModel*` to queued connection
Hennadii Stepanov
2022-04-21
refactor: Make `RPCExecutor*` a member of the `RPCConsole` class
Hennadii Stepanov
2022-04-20
refactor: Guard `RPCConsole::{add,remove}Wallet()` with `ENABLE_WALLET`
Hennadii Stepanov
2022-04-19
Merge bitcoin-core/gui#584: Getting ready to Qt 6 (5/n). Do not assume `qDBus...
Hennadii Stepanov
2022-04-19
Merge bitcoin-core/gui#580: Getting ready to Qt 6 (3/n). Do not use `QKeyEven...
Hennadii Stepanov
2022-04-16
Revert "qt: Add ObjectInvoke template function"
Hennadii Stepanov
2022-04-16
qt: Replace `GUIUtil::ObjectInvoke()` with `QMetaObject::invokeMethod()`
Hennadii Stepanov
2022-04-15
Merge bitcoin-core/gui#579: Getting ready to Qt 6 (2/n). Remove `QApplication...
Hennadii Stepanov
2022-04-15
Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-04-15
Merge bitcoin-core/gui#552: Refactor `TransactionDesc::FormatTxStatus` and ` ...
Hennadii Stepanov
2022-04-13
qt: Do not use `QKeyEvent` copy constructor
Hennadii Stepanov
2022-04-13
qt: Do not assume `qDBusRegisterMetaType` return type
Hennadii Stepanov
2022-04-13
qt, refactor: Use member initializers in TransactionStatus
w0xlt
2022-04-13
qt, refactor: remove unused field `qint64 TransactionStatus::open_for`
w0xlt
2022-04-13
Merge bitcoin-core/gui#577: Getting ready to Qt 6 (1/n)
Hennadii Stepanov
2022-04-13
Merge bitcoin-core/gui#576: Add qt unit test runner summary
Hennadii Stepanov
2022-04-13
Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl...
Hennadii Stepanov
2022-04-09
qt: Remove `QApplication::globalStrut()` call
Hennadii Stepanov
2022-04-09
qt: Update deprecated enum value
Hennadii Stepanov
2022-04-09
qt: Use `|` instead of `+` for key modifiers
Hennadii Stepanov
2022-04-09
qt: Fix headers
Hennadii Stepanov
2022-04-06
gui, refactor: rename fInvalid to num_test_failures in test_main.cpp
Jon Atack
2022-04-06
gui: count test failures in test runner summary
Jon Atack
2022-04-06
gui: add test runner summary
Jon Atack
2022-04-06
lint: remove qt SIGNAL/SLOT lint
fanquake
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-04
Merge bitcoin-core/gui#569: test: add regression test for #567
Hennadii Stepanov
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-04-03
Merge bitcoin-core/gui#557: Revert "qt: Do not use QObject::tr plural syntax ...
Hennadii Stepanov
2022-04-01
test: add regression test for bitcoin-core/gui/issues/567
Vasil Dimov
2022-03-31
options: add a comment for -listenonion and dedup a long expression
Vasil Dimov
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
Merge bitcoin/bitcoin#24666: refactor: Fix coinselection.h include, Make COut...
fanquake
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
wallet: Fix coinselection include
MarcoFalke
2022-03-23
options: flip listenonion to false if not listening
Vasil Dimov
2022-03-22
qt: Avoid potential -Wdeprecated-enum-enum-conversion warning
Hennadii Stepanov
2022-03-22
qt: Use human-readable strings in preference to hard-coded integers
Hennadii Stepanov
2022-03-20
Merge bitcoin-core/gui#554: Add and improve translator comments and tooltips ...
Hennadii Stepanov
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
[next]