2376 Commits (94c9015bca861085f76ca3c045e17d0591aa6c8b)

Author SHA1 Message Date
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
KibbledJiveElkZoo 8c3e6c6987 Changed "Send" button default status from true to false 8 years ago
Allan Doensen e9ff818b69 Fix for issues with startup and multiple monitors on windows. 8 years ago
practicalswift 9a763d4f86 Remove excess logic. 8 years ago
Russell Yanofsky bf1026412d Run bitcoin_test-qt under minimal QPA platform 8 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 8 years ago
Jonas Schnelli 7278537730
[Qt] Don't add arguments of sensitive command to console window 8 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 8 years ago
Eric Shaw Jr 9ab9e7d1b3 Add a button to open the config file in a text editor 8 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 8 years ago
Russell Yanofsky b5bec4e330 Avoid QTimer::singleShot compile error with Qt 5.3.2 8 years ago
Russell Yanofsky d5046e72f4 Avoid scoped_connection compile error with boost 1.55.0 8 years ago
practicalswift a3ca43bb32 [trivial] Fix a typo (introduced two days ago) in the default fee warning 8 years ago
Russell Yanofsky 9e6817ed11 Add new test_bitcoin-qt static library dependencies 8 years ago
Russell Yanofsky 2754ef1c4a Add simple qt wallet test sending a transaction 8 years ago
Russell Yanofsky b61b34c89d Add braces to if statements in Qt test_main 8 years ago
Russell Yanofsky cc9503cec9 Make qt test compatible with TestChain100Setup framework 8 years ago
Russell Yanofsky af61d9f78b Add COutput::fSafe member for safe handling of unconfirmed outputs 8 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
Marko Bencun 5b528d746c qt: clean up initialize/shutdown signals 8 years ago
Jonas Schnelli 312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode 8 years ago
Pieter Wuille c801c82e25 Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 8 years ago
Luke Dashjr 7abe7bbf61
Qt/Send: Give fallback fee a reasonable indent 8 years ago
Luke Dashjr 3e4d7bfcb7
Qt/Send: Figure a decent warning colour from theme 8 years ago
Jonas Schnelli 4b6ccccc16
Selectively suppress deprecation warnings 8 years ago
Luke Dashjr 0b4f273e9c Bugfix: Qt/Options: Restore persistent "restart required" notice 8 years ago
Wladimir J. van der Laan 056aba2b4f Remove fallbacks for boost_filesystem < v3 8 years ago
Wladimir J. van der Laan 7179e7ca0d qt: Periodic translations update 8 years ago
Luke Dashjr f6d18f5b33 Qt/Intro: Explain a bit more what will happen first time 8 years ago
Luke Dashjr 50c56570b2 Qt/Intro: Storage shouldn't grow significantly with pruning enabled 8 years ago
Luke Dashjr 9adb694b17 Qt/Intro: Move sizeWarningLabel text into C++ code 8 years ago
Luke Dashjr a9baa6d742 Bugfix: Qt/Intro: Pruned nodes never require *more* space 8 years ago
Luke Dashjr 93ffba7163 Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain 8 years ago
Luke Dashjr c8cee26100 Qt/Intro: Update block chain size 8 years ago
practicalswift a47da4b6fe Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 8 years ago
Daniel Aleksandersen 9155241bd9 Change 'Clear' button string to 'Reset' 8 years ago
Wladimir J. van der Laan 71fc17f667
qt: periodic translations update 8 years ago
practicalswift 5f62e3eb63 Fix typos 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Jonas Schnelli 04b877361b
[Qt] fix transaction details output-index to reflect vout index 8 years ago
Russell Yanofsky c4e4792c53 [Qt] Change RBF checkbox to reflect -walletrbf setting 8 years ago
Jonas Schnelli 838a58e7ca [Qt] Add simple optin-RBF checkbox and confirmation info 8 years ago
Suhas Daftuar 99464bc38e net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
Wladimir J. van der Laan af01cd3a3d
qt: Periodic translation update 8 years ago
Wladimir J. van der Laan b8d1b81077
trivial: squash missing field 'argNames' initializer warning in qt tests 8 years ago