- 13 May, 2012 7 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
When a transaction is clicked on overview page, focus it on history page
-
Wladimir J. van der Laan authored
rename "QR-Code Dialog" to "QR Code Dialog" in qrcodedialog.ui as this spelling is used all over the code
-
Wladimir J. van der Laan authored
remove string "TextLabel" from warningLabel, as this is unneeded and as ...
-
Wladimir J. van der Laan authored
change size of transactiondialog, to allow display of transaction-id wit...
-
Jeff Garzik authored
use "IPv6" and "IPv4" in strings as these are the official spellings
-
Gregory Maxwell authored
A few IPv6 fixes
-
- 12 May, 2012 28 commits
-
-
Pieter Wuille authored
Only reported when using -flto.
-
Pieter Wuille authored
-
Philip Kaufmann authored
use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive
-
Pieter Wuille authored
Keep local service information per CNetAddr instead of per CService, but move the port into the information kept on it.
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Gregory Maxwell authored
UI console improvements
-
Philip Kaufmann authored
remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :)
-
Philip Kaufmann authored
set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
* This allows copy/pasting whole or partial messages * Handle output more consistently in console * No more scrollbars-in-scrollbars: by setting per-pixel scrolling on the table, cells can have any height * Decorations for "request" and "reply" are changed to the txin and txout icons instead of colored squares
-
Pieter Wuille authored
-
Jeff Garzik authored
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
GUI: add the client startup time to the debug window...
-
Wladimir J. van der Laan authored
add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
Speed up build in Qt creator in common case
-
Wladimir J. van der Laan authored
- Generate *.qm only when needed (and when qmake is run), this avoids a long qrc compile and link step every time - Generate build.h every time, but only trigger link when it changed (like makefile.unix)
-
Wladimir J. van der Laan authored
Properly escape strings when exporting CSV
-
Gregory Maxwell authored
Correct Date
-
Fordy authored
-
Fordy authored
-
Pieter Wuille authored
IPv6 node support
-
Gregory Maxwell authored
Split synchronization mechanisms from util.{h,cpp}
-
- 11 May, 2012 5 commits
-
-
Philip Kaufmann authored
add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
-
Wladimir J. van der Laan authored
-
Jeff Garzik authored
Multithreaded JSON-RPC with HTTP 1.1 Keep-Alive support
-
Pieter Wuille authored
-
Gregory Maxwell authored
Fix version numbers of archive builds
-