Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | |
2012-05-10 | add placeholder text to address field (like in sendcoins) and set focus to ↵ | Philip Kaufmann | |
address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog" | |||
2012-05-09 | Merge pull request #1199 from laanwj/2012_05_signmessage_autoselect | Wladimir J. van der Laan | |
signmessage: auto-select signature when field is focused/clicked | |||
2012-05-07 | Move back setPlaceholderText to code, from xml, as this broke building with ↵ | Wladimir J. van der Laan | |
Qt 4.6 | |||
2012-05-05 | signmessage: auto-select signature when field is focused/clicked | Wladimir J. van der Laan | |
2012-05-03 | add a clear all button to the sign message page | Philip Kaufmann | |
2012-04-17 | Further reduce header dependencies | Pieter Wuille | |
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious. | |||
2012-02-15 | Fix compilation warning. | Matt Corallo | |
2012-01-27 | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | |