Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | qt: Add transaction hash to details window title | Wladimir J. van der Laan | |
2016-03-22 | [Qt] Debug window: replace "Build date" with "Datadir" | Jonas Schnelli | |
The build date does only makes sense for custom/self-compiled bitcoin-core versions because we are using static build-dates for our deterministic release builds. Having a quick option to get the current datadir is much more valuable for debug purposes. | |||
2016-03-14 | [qt] Remove 0-fee from send dialog | MarcoFalke | |
2016-02-26 | Remove openssl info from init/log and from Qt debug window | Jonas Schnelli | |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr | |
2016-01-28 | GUI: Disable tab navigation for peers tables. | Kefkius | |
Fix a bug in which the Peers tab of the debug window does not allow navigation to other tabs via Ctrl[+Shift]+Tab. | |||
2016-01-26 | [Qt] Add a new chevron/arrow icon for the console prompt line | Jonas Schnelli | |
2016-01-23 | [Qt] keep scroll position in GUI console after changing font size | Jonas Schnelli | |
2016-01-22 | [Qt] Add option to increase/decrease font size in the console window | Jonas Schnelli | |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr | |
2015-11-20 | Merge pull request #6979 | Wladimir J. van der Laan | |
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli) | |||
2015-11-20 | [Qt] simple mempool info in debug window | Jonas Schnelli | |
2015-11-04 | Improving labels for Sent / Received "Bytes" | Jonathan Cross | |
The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former: https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received Demo of changes: Current UI: Bytes Sent 12 KB Bytes Received 26 MB With this pull request: Sent 12 KB Received 26 MB | |||
2015-09-23 | Rename rpcconsole.ui => debugwindow.ui | MarcoFalke | |
2015-09-16 | [Qt] adapt QT ban option to banlist.dat changes | Jonas Schnelli | |
2015-09-16 | [Qt] banlist, UI optimizing and better signal handling | Jonas Schnelli | |
2015-09-16 | [Qt] add banlist table below peers table | Jonas Schnelli | |
2015-08-07 | [Qt] show client user agent in debug window | Philip Kaufmann | |
2015-07-24 | [Qt] allow users to set -onion via GUI | Philip Kaufmann | |
- also allow users to see, if the default proxy (-proxy) is used for reaching peers via IPv6 or Tor | |||
2015-06-11 | [Qt] extend rpc console peers tab | Philip Kaufmann | |
- add node id, ping wait, whitelisted and common height - rephrase some labels to make them easier to understand for users | |||
2015-05-12 | [QT] use alert icon with tooltip insted of "(out of sync)" text | Jonas Schnelli | |
# Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp | |||
2015-05-12 | [QT] remove frame to avoid double-frame situation in sendcoinsentry.ui | Jonas Schnelli | |
2015-04-20 | [Qt, Trivial] misc minor string changes | Philip Kaufmann | |
- write "Bitcoins" uppercase - replace secure/insecure for payment requests with authenticated/unauthenticated - change a translatable string for payment request expiry to match another existing string to only get ONE resulting string to translate | |||
2015-04-07 | [Qt] Clarify: smartfee button name "Minimize" | MarcoFalke | |
Make clear this button hides the options instead of minimizing the transaction fee. | |||
2015-03-13 | Subtract fee from amount | Cozz Lovan | |
Fixes #2724 and #1570. Adds the automatically-subtract-the-fee-from-the-amount-and-send-whats-left feature to the GUI and RPC (sendtoaddress,sendmany). | |||
2015-02-21 | [GUI] Move fee dialog minimise button away from "Transaction Fee" | Michael Ford | |
Its original placement was causing confusion among some users. | |||
2015-02-04 | [Qt] add bitcoin logo to about screen | Jonas Schnelli | |
2015-01-16 | Merge pull request #5632 | Wladimir J. van der Laan | |
98c222b [Qt] optimize helpmessage dialog (Jonas Schnelli) | |||
2015-01-13 | Merge pull request #5144 | Wladimir J. van der Laan | |
b468e81 Qt: Clarify sign/verify dialog text to specifically state that these messages only prove one receives with the address in question, and makes no claim to sender of transactions (Luke Dashjr) | |||
2015-01-09 | [Qt] optimize helpmessage dialog | Jonas Schnelli | |
- enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux | |||
2015-01-08 | Merge pull request #5559 | Wladimir J. van der Laan | |
e179eb3 Make the command-line-args dialog better (Thomas Zander) | |||
2015-01-05 | Make the command-line-args dialog better | Thomas Zander | |
Instead of using a fixed-width font in a label, which virtually guarentees a horizontal scrollbar, use a proper text-document that can re-layout based on user input. | |||
2015-01-02 | Merge pull request #5476 | Wladimir J. van der Laan | |
73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík) | |||
2014-12-30 | Correct tooltip on address book page | Michael Ford | |
2014-12-28 | Fix reference. | Thomas Zander | |
The text talked about "Quit" while Bitcoin uses "Exit" in its menu. | |||
2014-12-19 | Merge pull request #5341 | Wladimir J. van der Laan | |
4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann) 50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann) 2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann) | |||
2014-12-16 | Merge pull request #5258 | Wladimir J. van der Laan | |
4a8fc15 [Qt] the RPC Console should be a QWidget to make window more independent (Jonas Schnelli) | |||
2014-12-16 | Merge pull request #5219 | Wladimir J. van der Laan | |
31aac02 Qt: new icons (Jonas Schnelli) | |||
2014-12-15 | Display time offset in the debug window's Peers tab | Pavel Janík | |
2014-12-02 | [Qt] fix a translation that occurs 2 times but was a little different | Philip Kaufmann | |
2014-12-02 | [Qt] change some strings to reflect name change to Bitcoin Core | Philip Kaufmann | |
2014-11-21 | Merge pull request #5322 | Wladimir J. van der Laan | |
aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann) | |||
2014-11-20 | [Qt] explicitly call proxy in GUI settings SOCKS5 proxy | Philip Kaufmann | |
- to ensure a consistent wording between core and GUI | |||
2014-11-20 | qt: Make askpassphrase dialog behave more sanely | Wladimir J. van der Laan | |
Set minimum sizes appropriately, and make sure that they are enforced. Replaces #5226. | |||
2014-11-19 | [Qt] Add Smartfee to GUI | Cozz Lovan | |
2014-11-16 | Coin Control: Make list mode default | Luke Dashjr | |
2014-11-16 | Bugfix: Clarify coin control dialog labels | Luke Dashjr | |
2014-11-13 | [Qt] the RPC Console should be a QWidget to make window more independent | Jonas Schnelli | |
- fix issue #5254 | |||
2014-11-07 | Qt: new icons | Jonas Schnelli | |
- flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons | |||
2014-11-05 | Qt: Add support for missing scrollbar in peers table | Jonas Schnelli | |