Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | qt: Add transaction hash to details window title | Wladimir J. van der Laan | |
2016-04-25 | qt: Make it possible to show details for multiple transactions | Wladimir J. van der Laan | |
A small GUI annoyance for me has always been that it's impossible to have multiple transaction detail windows open, for example to compare transactions. This patch makes the window non-modal so that it is possible to open transaction details at will. | |||
2016-04-25 | Merge #7688: List solvability in listunspent output and improve help | Wladimir J. van der Laan | |
c3932b3 List solvability in listunspent output and improve help (Pieter Wuille) | |||
2016-04-04 | Merge #7707: [RPC][QT] UI support for abandoned transactions | Jonas Schnelli | |
8efed3b [Qt] Support for abandoned/abandoning transactions (Jonas Schnelli) | |||
2016-04-04 | [Qt] Support for abandoned/abandoning transactions | Jonas Schnelli | |
2016-03-30 | Clear the input line after activating autocomplete | Pavel Janík | |
2016-03-29 | [Qt] remove trailing output-index from transaction-id | Jonas Schnelli | |
The trailing output-index leads to cases where the user can't look-up the transaction ID in various systems. | |||
2016-03-25 | Merge #7732: [Qt] Debug window: replace "Build date" with "Datadir" | Wladimir J. van der Laan | |
fc737d1 [Qt] remove unused formatBuildDate method (Jonas Schnelli) 4856f1d [Qt] Debug window: replace "Build date" with "Datadir" (Jonas Schnelli) | |||
2016-03-24 | [Qt] remove unused formatBuildDate method | Jonas Schnelli | |
2016-03-24 | Merge #7506: Use CCoinControl selection in CWallet::FundTransaction | Wladimir J. van der Laan | |
d6cc6a1 Use CCoinControl selection in CWallet::FundTransaction (João Barbosa) | |||
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-18 | Update alert notification and GUI | BtcDrak | |
2016-03-18 | Remove p2p alert handling | BtcDrak | |
2016-03-17 | [qt] Remove unneeded "fSendFreeTransactions" check | MarcoFalke | |
2016-03-14 | List solvability in listunspent output and improve help | Pieter Wuille | |
2016-03-14 | [qt] Remove 0-fee from send dialog | MarcoFalke | |
2016-03-14 | qt: Remove reflection from `about` icon | Wladimir J. van der Laan | |
While trying to find a black/white version of the Bitcoin logo for the organization I noticed the about.png is not entirely black - it has some reflection. Remove this to make it the same as other icons. Also ran the icons through `contrib/devtools/optimize-pngs.py`, so `chevron.png` was optimized too. | |||
2016-03-14 | Merge #7668: Fix history deletion bug after font size change | Jonas Schnelli | |
21e45a0 Fix history deletion bug after font change (Andrew C) | |||
2016-03-14 | Merge #7613: Add autocomplete to bitcoin-qt's console window. | Jonas Schnelli | |
ce7413f Add autocomplete to bitcoin-qt's console window. (Luv Khemani) | |||
2016-03-12 | Add autocomplete to bitcoin-qt's console window. | Luv Khemani | |
Removed externs Added listCommands() to CRPCTable Move autocomplete init to RPCConsole::setClientModel() | |||
2016-03-11 | Fix history deletion bug after font change | Andrew C | |
The history is no longer cleared after the font size is changed | |||
2016-03-08 | Use CCoinControl selection in CWallet::FundTransaction | João Barbosa | |
2016-03-08 | Merge #7628: QT: Add 'copy full transaction details' option | Jonas Schnelli | |
b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw) | |||
2016-03-07 | QT: Add 'copy full transaction details' option | Eric Shaw | |
Adds feature from issue #7484 modifies the ctrl-c binding to copy full transaction details in transaction view. Added translation | |||
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-02-03 | When/if the copyright line does not mention Bitcoin Core developers, add a ↵ | Luke Dashjr | |
second line to copyrights in -version, About dialog, and splash screen | |||
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-28 | Merge #7348: MOVE ONLY: move rpc* to rpc/ | Wladimir J. van der Laan | |
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens) | |||
2016-01-28 | Merge #7396: [Qt] Add option to increase/decrease font size in the console ↵ | Jonas Schnelli | |
window 43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli) 56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli) 3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli) | |||
2016-01-27 | splashscreen: Resize text to fit exactly | Luke Dashjr | |
2016-01-27 | Merge #7300: [trivial] Add missing copyright headers | Wladimir J. van der Laan | |
fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke) | |||
2016-01-26 | [Qt] Add a new chevron/arrow icon for the console prompt line | Jonas Schnelli | |
2016-01-23 | Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH | Jonas Schnelli | |
faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke) | |||
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 | |
2016-01-22 | Merge #7364: [qt] Windows: Make rpcconsole monospace font larger | Jonas Schnelli | |
fa6a59d [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke) | |||
2016-01-20 | [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH | MarcoFalke | |
2016-01-21 | move rpc* to rpc/ | Daniel Cousens | |
2016-01-20 | [Qt] rename "amount" to "requested amount" in receive coins table | Jonas Schnelli | |
2016-01-18 | Merge pull request #7329 | Wladimir J. van der Laan | |
9d263bd Typo fixes in comments (Chris Wheeler) | |||
2016-01-17 | [qt] Windows: Make rpcconsole monospace font larger | MarcoFalke | |
2016-01-17 | Typo fixes in comments | Chris Wheeler | |
2016-01-14 | Merge pull request #7334 | Wladimir J. van der Laan | |
fa989fb [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke) | |||
2016-01-13 | Merge pull request #7327 | Jonas Schnelli | |
30cdace [Wallet] Transaction View: LastMonth calculation fixed (crowning-) | |||
2016-01-13 | [Wallet] Transaction View: LastMonth calculation fixed | crowning- | |
2016-01-13 | [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) | MarcoFalke | |
2016-01-13 | Merge pull request #7296 | Wladimir J. van der Laan | |
bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos) | |||
2016-01-08 | [RPC] remove the option of having multiple timer interfaces | Jonas Schnelli | |
2016-01-07 | Merge pull request #7298 | Jonas Schnelli | |
faf3299 [qt] Intro: Display required space (MarcoFalke) |