index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.qt.include
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
1
-17
/
+17
*
Add libsqlite3
Andrew Chow
2020-10-14
1
-1
/
+1
*
Merge #18750: build: optionally skip external warnings
Wladimir J. van der Laan
2020-10-14
1
-2
/
+2
|
\
|
*
build: optionally skip external warnings
Vasil Dimov
2020-10-12
1
-2
/
+2
*
|
build: split PTHREAD_* flags out of AM_LDFLAGS
fanquake
2020-09-14
1
-1
/
+1
|
/
*
scripted-diff: rename movie folder to animation
Peter Bushnell
2020-06-29
1
-3
/
+3
*
[build] Remove unused RES_IMAGES
Bushstar
2020-06-29
1
-4
/
+2
*
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen
2020-06-19
1
-0
/
+4
*
build: multiprocess autotools changes
Russell Yanofsky
2020-05-12
1
-12
/
+31
*
Revert "Merge #16367: Multiprocess build support"
MarcoFalke
2020-04-10
1
-31
/
+12
*
Multiprocess build changes
Russell Yanofsky
2020-04-05
1
-12
/
+31
*
Merge #17513: refactor, qt: Nuke some circular dependencies
Wladimir J. van der Laan
2019-11-21
1
-0
/
+1
|
\
|
*
refactor: Move SendCoinsRecipient in own header
Hennadii Stepanov
2019-11-19
1
-0
/
+1
*
|
build: remove OpenSSL detection and libs
fanquake
2019-11-18
1
-1
/
+0
|
/
*
Remove BIP70 Support
fanquake
2019-10-24
1
-36
/
+6
*
Always generate `bitcoinstrings.cpp` on `make translate`
Franck Royer
2019-10-07
1
-2
/
+2
*
build: Factor out qt translations from build system
Wladimir J. van der Laan
2019-09-29
1
-87
/
+1
*
Add CreateWalletDialog to create wallets from the GUI
Andrew Chow
2019-09-05
1
-0
/
+4
*
qt: Remove menu icons
Wladimir J. van der Laan
2019-08-15
1
-11
/
+1
*
build: Stop translating PACKAGE_NAME
MarcoFalke
2019-06-26
1
-1
/
+1
*
GUI: Move QRImageWidget to its own file-pair
Luke Dashjr
2019-05-02
1
-0
/
+3
*
gui: Add WalletController
João Barbosa
2019-01-18
1
-0
/
+3
*
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2019-01-04
1
-4
/
+5
*
Move BitcoinApplication to header so it can be tested
Russell Yanofsky
2019-01-04
1
-1
/
+2
*
Merge #12783: macOS: disable AppNap during sync
Wladimir J. van der Laan
2018-11-10
1
-1
/
+3
|
\
|
*
macOS: disable AppNap during sync
Alexey Ivanov
2018-11-01
1
-1
/
+3
*
|
build: Fix windows build error if `--disable-bip70`
Chun Kuan Lee
2018-11-08
1
-0
/
+4
|
/
*
build: Fix Qt link order for Windows build
Chun Kuan Lee
2018-10-25
1
-3
/
+4
*
Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...
Wladimir J. van der Laan
2018-10-24
1
-3
/
+17
|
\
|
*
Don't link SSL_LIBS with GUI unless BIP70 is enabled
James Hilliard
2018-10-22
1
-1
/
+4
|
*
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-10-09
1
-2
/
+13
*
|
Revert "Make qt wallet test compatible with qt4"
MarcoFalke
2018-10-20
1
-3
/
+0
|
/
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
crypto: cleanup sha256 build
Cory Fields
2018-06-06
1
-1
/
+1
*
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-06-04
1
-1
/
+1
|
\
|
*
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
1
-1
/
+1
|
*
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
1
-1
/
+1
*
|
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-05-15
1
-0
/
+1
|
/
*
Remove direct bitcoin calls from qt/splashscreen.cpp
Russell Yanofsky
2018-04-04
1
-2
/
+2
*
Merge #11621: [build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make dis...
Wladimir J. van der Laan
2017-11-17
1
-1
/
+1
|
\
|
*
[build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheck
fanquake
2017-11-15
1
-1
/
+1
*
|
build: Remove -I for everything but project root
Wladimir J. van der Laan
2017-11-16
1
-2
/
+1
|
/
*
[Build] Add AM_OBJCXXFLAGS and QT_PIE_FLAGS to OBJCXXFLAGS to future-proof da...
fanquake
2017-10-21
1
-0
/
+1
*
leveldb: enable runtime-detected crc32 instructions
Cory Fields
2017-06-09
1
-1
/
+1
*
Make qt wallet test compatible with qt4
Russell Yanofsky
2017-03-27
1
-0
/
+3
*
Merge #9513: build: fix qt distdir builds (retry)
Wladimir J. van der Laan
2017-01-11
1
-1
/
+1
|
\
|
*
build: fix for out-of-tree/distdir qt builds
Cory Fields
2017-01-10
1
-1
/
+1
*
|
qt: periodic translations update
Wladimir J. van der Laan
2017-01-10
1
-2
/
+3
*
|
[qt] Add more sources to translate
MarcoFalke
2017-01-04
1
-2
/
+2
|
/
*
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-0
/
+1
|
\
[next]