aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-23Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-07-18Merge #16379: Fix autostart filenames on Linux for testnet/regtestWladimir J. van der Laan
2019-07-12Remove unused bits from the service flags enumMarcoFalke
2019-07-12Fix autostart filenames on LinuxHennadii Stepanov
2019-07-11Call node->initError instead of InitError from GUI codeRussell Yanofsky
2019-07-11init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-07-10Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow
2019-07-09Merge #16348: qt: Assert QMetaObject::invokeMethod resultWladimir J. van der Laan
2019-07-08qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-07-08gui: Fix missing qRegisterMetaType(WalletModel*)João Barbosa
2019-07-08Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...Wladimir J. van der Laan
2019-07-08Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke
2019-07-08refactor: Rename getWallets to getOpenWallets in WalletControllerJoão Barbosa
2019-07-08gui: Sort wallets in open wallet menuJoão Barbosa
2019-07-07Remove unused guardHennadii Stepanov
2019-07-05Merge #16327: scripts and tools: Update ShellCheck linterfanquake
2019-07-04Enable ShellCheck rulesHennadii Stepanov
2019-07-03Merge #16294: qt: test: Create at most one testing setupWladimir J. van der Laan
2019-07-02Merge #16153: Qt: Add antialiasing to traffic graph widgetWladimir J. van der Laan
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-07-02Add antialiasing to traffic graph widgetJosu Goñi
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-06-27qt: test: Create at most one testing setupMarcoFalke
2019-06-27Merge #16278: tests: Remove unused includesMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-26qt: Run «make translate» in ./src/MarcoFalke
2019-06-26scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke
2019-06-26build: Stop translating PACKAGE_NAMEMarcoFalke
2019-06-26Add missing ECC_Stop(); in GUI rpcnestedtests.cppJonas Schnelli
2019-06-25Merge #15894: Remove duplicated "Error: " prefix in logsWladimir J. van der Laan
2019-06-25Merge #16252: test: Log to debug.log in all unit testsWladimir J. van der Laan
2019-06-24Merge #16254: qt: Set AA_EnableHighDpiScaling attribute earlyMarcoFalke
2019-06-24Merge #16263: qt: Use qInfo() if no error occursfanquake
2019-06-23Merge #16231: gui: Fix open wallet menu initialization orderfanquake
2019-06-21Use qInfo() if no error occursHennadii Stepanov
2019-06-20Set AA_EnableHighDpiScaling attribute earlyHennadii Stepanov
2019-06-20test: Log to debug.log in all testsMarcoFalke
2019-06-20test: use common setup in gui testsMarcoFalke
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-06-19Add MSG_NOPREFIX flag for user messagesHennadii Stepanov
2019-06-19Prepend the error/warning prefix for GUI messagesHennadii Stepanov
2019-06-18gui: Fix open wallet menu initialization orderJoão Barbosa
2019-06-17Merge #16205: Refactor: Replace fprintf with tfm::formatMarcoFalke
2019-06-13scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-06-13Delete error-prone CScript constructorGregory Sanders
2019-06-13Merge #16118: gui: Enable open wallet menu on setWalletControllerfanquake