aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2017-04-03Remove `namespace fs=fs`Wladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-02Merge #10098: Make qt wallet test compatible with qt4Wladimir J. van der Laan
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-27Make qt wallet test compatible with qt4Russell Yanofsky
2017-03-27Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli
2017-03-24Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-23Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli
2017-03-22Merge #10045: [trivial] Fix typos in commentsJonas Schnelli
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-20Avoid QTimer::singleShot compile error with Qt 5.3.2Russell Yanofsky
2017-03-20Avoid scoped_connection compile error with boost 1.55.0Russell Yanofsky
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