aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2017-03-17Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli
2017-03-17Merge #9690: Change 'Clear' button string to 'Reset'Jonas Schnelli
2017-03-17Merge #9974: Add basic Qt wallet testJonas Schnelli
2017-03-16[trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift
2017-03-15Add new test_bitcoin-qt static library dependenciesRussell Yanofsky
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky
2017-03-15Add braces to if statements in Qt test_mainRussell Yanofsky
2017-03-14Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...Wladimir J. van der Laan
2017-03-10Make qt test compatible with TestChain100Setup frameworkRussell Yanofsky
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-02Merge #9834: qt: clean up initialize/shutdown signalsJonas Schnelli
2017-02-27wallet: Remove sendfreeMarcoFalke
2017-02-24Trivial: fix comments referencing AppInit2Marko Bencun
2017-02-23qt: clean up initialize/shutdown signalsMarko Bencun
2017-02-21Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
2017-02-21Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli
2017-02-20Merge #9724: Qt/Intro: Add explanation of IBD processWladimir J. van der Laan
2017-02-17Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille
2017-02-17Qt/Send: Give fallback fee a reasonable indentLuke Dashjr
2017-02-17Qt/Send: Figure a decent warning colour from themeLuke Dashjr
2017-02-15Merge #9758: Selectively suppress deprecation warningsWladimir J. van der Laan
2017-02-15Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0;Wladimir J. van der Laan
2017-02-14Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" noticeJonas Schnelli
2017-02-14Selectively suppress deprecation warningsJonas Schnelli
2017-02-13Bugfix: Qt/Options: Restore persistent "restart required" noticeLuke Dashjr
2017-02-10Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
2017-02-10qt: Periodic translations updateWladimir J. van der Laan
2017-02-09Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan
2017-02-09Qt/Intro: Explain a bit more what will happen first timeLuke Dashjr
2017-02-08Qt/Intro: Storage shouldn't grow significantly with pruning enabledLuke Dashjr
2017-02-08Qt/Intro: Move sizeWarningLabel text into C++ codeLuke Dashjr
2017-02-08Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr
2017-02-08Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchainLuke Dashjr
2017-02-08Qt/Intro: Update block chain sizeLuke Dashjr
2017-02-07Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift
2017-02-06Merge #9651: Fix typosWladimir J. van der Laan
2017-02-05Change 'Clear' button string to 'Reset'Daniel Aleksandersen
2017-01-30qt: periodic translations updateWladimir J. van der Laan
2017-01-29Fix typospracticalswift
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-26[Qt] fix transaction details output-index to reflect vout indexJonas Schnelli
2017-01-26Merge #9606: net: Consistently use GetTimeMicros() for inactivity checksWladimir J. van der Laan
2017-01-25[Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky
2017-01-25[Qt] Add simple optin-RBF checkbox and confirmation infoJonas Schnelli
2017-01-25net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar
2017-01-24Merge #9588: qt: Use nPowTargetSpacing constantJonas Schnelli
2017-01-20qt: Periodic translation updateWladimir J. van der Laan
2017-01-20trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan
2017-01-19qt: Use nPowTargetSpacing constantMarcoFalke