aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give QApplication dummy argumentsAndrew Chow2019-09-241-3/+6
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-09-241-5/+5
* gui: Fix missing qRegisterMetaType(WalletModel*)João Barbosa2019-07-091-0/+3
* Set AA_EnableHighDpiScaling attribute earlyHennadii Stepanov2019-06-241-2/+3
* Bump minimum Qt version to 5.5.1Sjors Provoost2019-02-141-3/+0
* gui: Add OpenWalletActivityJoão Barbosa2019-02-041-1/+1
* gui: Fix m_node.startShutdown() orderJoão Barbosa2019-02-031-2/+8
* gui: Fix WalletController deletionJoão Barbosa2019-02-031-4/+2
* Merge #15101: gui: Add WalletControllerJonas Schnelli2019-01-181-54/+11
|\
| * gui: Refactor to use WalletControllerJoão Barbosa2019-01-181-54/+11
* | Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan2019-01-171-3/+2
|\ \ | |/ |/|
| * Remove redundant stopThread() signalHennadii Stepanov2019-01-101-3/+2
* | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-8/+8
* | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-13/+13
|/
* Merge #14517: qt: Fix start with the `-min` optionWladimir J. van der Laan2019-01-091-7/+6
|\
| * Fix start with the `-min` optionHennadii Stepanov2018-12-061-7/+6
* | Merge #11625: Add BitcoinApplication & RPCConsole testsMarcoFalke2019-01-091-109/+18
|\ \
| * | Add BitcoinApplication & RPCConsole testsRussell Yanofsky2019-01-041-14/+17
| * | Move BitcoinApplication to header so it can be testedRussell Yanofsky2019-01-041-95/+1
* | | qt: Use WalletModel* instead of wallet name in main windowJoão Barbosa2019-01-041-2/+2
|/ /
* | Merge #14854: qt: Cleanup SplashScreen classWladimir J. van der Laan2018-12-071-5/+5
|\ \
| * | Cleanup SplashScreen classHennadii Stepanov2018-12-021-5/+5
* | | squashme: connect thru node interfaceJoão Barbosa2018-11-241-11/+5
* | | qt: Call noui_connect to prevent boost::signals2::no_slots_error in early cal...João Barbosa2018-11-221-0/+3
|/ /
* | Bump the minimum Qt version to 5.2Hennadii Stepanov2018-11-141-2/+0
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* | Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...Wladimir J. van der Laan2018-10-241-1/+5
|\ \ | |/ |/|
| * build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-1/+5
* | Merge #14403: qt: Revert "Force TLS1.0+ for SSL connections"Wladimir J. van der Laan2018-10-161-8/+0
|\ \ | |/ |/|
| * qt: Revert "Force TLS1.0+ for SSL connections"Tim Ruffing2018-10-091-8/+0
* | utils: Convert Windows args to utf-8 stringChun Kuan Lee2018-09-301-0/+4
|/
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-1/+1
* qt: Also log and print messages or questions like bitcoindMarcoFalke2018-09-061-2/+3
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan2018-08-251-7/+3
|\
| * util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-7/+3
* | qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-20/+19
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* gui: remove SubstituteFontsfanquake2018-07-251-1/+0
* Drop unused init.h includesBen Woosley2018-06-251-1/+0
* Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan2018-06-241-35/+1
|\
| * gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-35/+1
* | ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-2/+16
|/
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-12/+25
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-6/+6
* ui: Support wallets loaded dynamicallyJoão Barbosa2018-05-161-12/+27
* ui: Remove unnecessary variable fFirstWalletJoão Barbosa2018-05-161-3/+1
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-0/+16
* -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+1
* qt: Don't log to console by defaultWladimir J. van der Laan2018-04-231-0/+4