Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | qt: Set (count) placeholder in sendcoinsdialog to notranslate | Wladimir J. van der Laan | |
2017-01-03 | [qt] Do not translate `~` | MarcoFalke | |
2016-11-29 | Make GUI incapable of setting tx confirm target of 1 | Alex Morcos | |
2016-11-06 | Make warning message about wallet balance possibly | R E Broadley | |
being incorrect less ambiguous. Fixes #9079 | |||
2016-10-28 | [Qt] overhaul smart-fee slider, adjust default confirmation target | Jonas Schnelli | |
2016-10-20 | [Qt] use NotifyHeaderTip's height and date for the progress update | Jonas Schnelli | |
2016-10-19 | Merge #8972: [Qt] make warnings label selectable (jonasschnelli) | Wladimir J. van der Laan | |
ef0c9ee [Qt] make warnings label selectable (Jonas Schnelli) | |||
2016-10-19 | [Qt] make warnings label selectable | Jonas Schnelli | |
2016-10-18 | Merge #8925: qt: Display minimum ping in debug window. | Wladimir J. van der Laan | |
1724a40 Display minimum ping in debug window. (R E Broadley) | |||
2016-10-15 | Display minimum ping in debug window. | R E Broadley | |
2016-10-10 | [qt] sync-overlay: Don't show progress twice | MarcoFalke | |
* Don't show integer progress in progress bar. (Already shown in front of progress bar) * Also, use non-static method to get current msecs | |||
2016-09-24 | Trivial: Grammar and capitalization | Derek Miller | |
2016-09-23 | [Qt] modalinfolayer: removed unused comments, renamed signal, code style ↵ | Jonas Schnelli | |
overhaul | |||
2016-09-13 | [Qt] only update "amount of blocks left" when the header chain is in-sync | Jonas Schnelli | |
2016-08-26 | [Qt] add out-of-sync modal info layer | Jonas Schnelli | |
2016-08-26 | [Qt] make Out-Of-Sync warning icon clickable | Jonas Schnelli | |
2016-08-24 | [qt] Remove Priority from coincontrol dialog | MarcoFalke | |
2016-06-28 | qt: Remove client name from debug window | Wladimir J. van der Laan | |
Remove the client name from the debug window in the GUI. It is already part of the user agent, so adding it separately doesn't add anything. | |||
2016-06-13 | Add address label to request payment QR Code (QT) | Francesco 'makevoid' Canessa | |
In the Receive 'Tab' of the QT wallet, when 'Show'ing a previously requested payment, add a label underneath the QR Code showing the bitcoin address where the funds will go to. This way the user can be sure that the QR code scanner app the user using is reading the correct bitcoin address, preventing funds to be stolen. Includes fix for HiDPI screens by @jonasschnelli. | |||
2016-05-11 | Qt: Add option to hide the system tray icon | Tyler Hardin | |
My changes leave all tray icon and menu creation/initialization logic untouched. It only shows or hides the icon according to the setting. A new checkbox was added to the OptionsDialog under the Window tab. A bool option named "hideTrayIcon" was added to OptionsModel. This checkbox was mapped like other all options to the OptionsModel. A signal was added to the OptionsModel for broadcasting changes the the hideTrayIcon option. This signal was connected to a new slot added to BitcoinGUI named setTrayIconVisible(bool). The slot simply hides or shows the trayIcon in BitcoinGUI according to the parameter recieved. | |||
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 |