aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-17/+17
* Add libsqlite3Andrew Chow2020-10-141-1/+1
* Merge #18750: build: optionally skip external warningsWladimir J. van der Laan2020-10-141-2/+2
|\
| * build: optionally skip external warningsVasil Dimov2020-10-121-2/+2
* | build: split PTHREAD_* flags out of AM_LDFLAGSfanquake2020-09-141-1/+1
|/
* scripted-diff: rename movie folder to animationPeter Bushnell2020-06-291-3/+3
* [build] Remove unused RES_IMAGESBushstar2020-06-291-4/+2
* [gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen2020-06-191-0/+4
* build: multiprocess autotools changesRussell Yanofsky2020-05-121-12/+31
* Revert "Merge #16367: Multiprocess build support"MarcoFalke2020-04-101-31/+12
* Multiprocess build changesRussell Yanofsky2020-04-051-12/+31
* Merge #17513: refactor, qt: Nuke some circular dependenciesWladimir J. van der Laan2019-11-211-0/+1
|\
| * refactor: Move SendCoinsRecipient in own headerHennadii Stepanov2019-11-191-0/+1
* | build: remove OpenSSL detection and libsfanquake2019-11-181-1/+0
|/
* Remove BIP70 Supportfanquake2019-10-241-36/+6
* Always generate `bitcoinstrings.cpp` on `make translate`Franck Royer2019-10-071-2/+2
* build: Factor out qt translations from build systemWladimir J. van der Laan2019-09-291-87/+1
* Add CreateWalletDialog to create wallets from the GUIAndrew Chow2019-09-051-0/+4
* qt: Remove menu iconsWladimir J. van der Laan2019-08-151-11/+1
* build: Stop translating PACKAGE_NAMEMarcoFalke2019-06-261-1/+1
* GUI: Move QRImageWidget to its own file-pairLuke Dashjr2019-05-021-0/+3
* gui: Add WalletControllerJoão Barbosa2019-01-181-0/+3
* Add BitcoinApplication & RPCConsole testsRussell Yanofsky2019-01-041-4/+5
* Move BitcoinApplication to header so it can be testedRussell Yanofsky2019-01-041-1/+2
* Merge #12783: macOS: disable AppNap during syncWladimir J. van der Laan2018-11-101-1/+3
|\
| * macOS: disable AppNap during syncAlexey Ivanov2018-11-011-1/+3
* | build: Fix windows build error if `--disable-bip70`Chun Kuan Lee2018-11-081-0/+4
|/
* build: Fix Qt link order for Windows buildChun Kuan Lee2018-10-251-3/+4
* Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...Wladimir J. van der Laan2018-10-241-3/+17
|\
| * Don't link SSL_LIBS with GUI unless BIP70 is enabledJames Hilliard2018-10-221-1/+4
| * build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-2/+13
* | Revert "Make qt wallet test compatible with qt4"MarcoFalke2018-10-201-3/+0
|/
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* crypto: cleanup sha256 buildCory Fields2018-06-061-1/+1
* Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan2018-06-041-1/+1
|\
| * 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+1
| * 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+1
* | [gui] Add proxy icon in statusbarCristian Mircea Messel2018-05-151-0/+1
|/
* Remove direct bitcoin calls from qt/splashscreen.cppRussell Yanofsky2018-04-041-2/+2
* Merge #11621: [build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make dis...Wladimir J. van der Laan2017-11-171-1/+1
|\
| * [build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheckfanquake2017-11-151-1/+1
* | build: Remove -I for everything but project rootWladimir J. van der Laan2017-11-161-2/+1
|/
* [Build] Add AM_OBJCXXFLAGS and QT_PIE_FLAGS to OBJCXXFLAGS to future-proof da...fanquake2017-10-211-0/+1
* leveldb: enable runtime-detected crc32 instructionsCory Fields2017-06-091-1/+1
* Make qt wallet test compatible with qt4Russell Yanofsky2017-03-271-0/+3
* Merge #9513: build: fix qt distdir builds (retry)Wladimir J. van der Laan2017-01-111-1/+1
|\
| * build: fix for out-of-tree/distdir qt buildsCory Fields2017-01-101-1/+1
* | qt: periodic translations updateWladimir J. van der Laan2017-01-101-2/+3
* | [qt] Add more sources to translateMarcoFalke2017-01-041-2/+2
|/
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+1
|\