Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2016-01-05 | Add missing copyright headers | MarcoFalke | |
2016-01-05 | Bump copyright headers to 2014 | MarcoFalke | |
2016-01-05 | [qt] Intro: Display required space | MarcoFalke | |
Required space depends on the user's choice: -prune=0 -prune=<n> | |||
2016-01-05 | Add sane fallback for fee estimation | Alex Morcos | |
Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data. | |||
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan | |
fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke) | |||
2016-01-05 | Merge pull request #7282 | Jonas Schnelli | |
621bd69 [Qt] fix coincontrol update issue when deleting a send coin entry (Jonas Schnelli) | |||
2016-01-04 | Merge pull request #7263 | Wladimir J. van der Laan | |
a5a0831 Double semicolon cleanup. (21E14) | |||
2016-01-04 | qt: periodic translations pull from transifex | Wladimir J. van der Laan | |
2016-01-04 | [Qt] fix coincontrol update issue when deleting a send coin entry | Jonas Schnelli | |
2016-01-04 | Merge pull request #7255 | Jonas Schnelli | |
6fd0a07 Remove hardcoded fee from CoinControl ToolTip (fanquake) 5fdf32d Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake) | |||
2016-01-03 | Remove hardcoded fee from CoinControl ToolTip | fanquake | |
2016-01-02 | Add note to CoinControl Dialog workaround | fanquake | |
2015-12-30 | Double semicolon cleanup. | 21E14 | |
2015-12-26 | Replace some instances of formatWithUnit with formatHtmlWithUnit | fanquake | |
Strings in a HTML context should be using formatHtmlWithUnit. | |||
2015-12-23 | Merge pull request #7214 | Jonas Schnelli | |
fa2f4bc qt5: Use the fixed font the system recommends (MarcoFalke) | |||
2015-12-22 | Merge pull request #7218 | Jonas Schnelli | |
fa5769e [qt] Fix misleading translation (MarcoFalke) fa8c8d7 torcontrol debug: Change to a blanket message that covers both cases (MarcoFalke) | |||
2015-12-22 | Set copyright holders displayed in notices separately from the package name | Luke Dashjr | |
This helps avoid accidental removal of upstream copyright names | |||
2015-12-18 | Parameterise 2009 in translatable copyright strings | Luke Dashjr | |
2015-12-16 | [qt] Fix misleading translation | MarcoFalke | |
2015-12-14 | qt5: Use the fixed font the system recommends | MarcoFalke | |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr | |
2015-12-13 | Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] | Matt Corallo | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-12-09 | Merge pull request #7154 | Wladimir J. van der Laan | |
a3c3ddb [Qt] add InMempool() info to transaction details (Jonas Schnelli) | |||
2015-12-03 | Merge pull request #7158 | Wladimir J. van der Laan | |
fab8347 [qt] Use tr() instead of _() (MarcoFalke) | |||
2015-12-02 | [qt] Use tr() instead of _() | MarcoFalke | |
Also, `make translate` | |||
2015-12-02 | [trivial] Fix typo in peertablemodel.cpp | MarcoFalke | |
2015-12-02 | qt: Final translation update before 0.12 fork | Wladimir J. van der Laan | |
- Add new translations (finally, after a long time) - update-translation script was not considering new translations - oops - fixed this, also remove (nearly) empty translations - Update translation process, it was still describing the old repository structure | |||
2015-12-02 | [Qt] add InMempool() info to transaction details | Jonas Schnelli | |
2015-12-01 | qt: periodic translations update | Wladimir J. van der Laan | |
2015-12-01 | Merge pull request #7141 | Wladimir J. van der Laan | |
aabc897 rpc: Don't translate warning messages (Wladimir J. van der Laan) | |||
2015-12-01 | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel | Wladimir J. van der Laan | |
It's surprising to me that Q_EMIT even worked for this. But it doesn't build in Qt4, so switch back to `QMetaObject::invokeMethod`. Fixes #7138. | |||
2015-12-01 | Merge pull request #6914 | Wladimir J. van der Laan | |
114b581 Prevector type (Pieter Wuille) | |||
2015-12-01 | rpc: Don't translate warning messages | Wladimir J. van der Laan | |
But keep translating them in the GUI. This - necessarily - requires duplication of a few messages. Alternative take on #7134, that keeps the translations from being wiped. Also document GetWarnings() input argument. Fixes #5895. | |||
2015-11-30 | [Qt] improve minimum absolute fee option | Jonas Schnelli | |
- Only display the minimum absolute fee control if CoinControl is enabled | |||
2015-11-30 | [Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation | Jonas Schnelli | |
2015-11-30 | [Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute | Jonas Schnelli | |
2015-11-30 | Merge pull request #7112 | Wladimir J. van der Laan | |
9af5f9c Move uiInterface.NotifyBlockTip signal above the core/wallet signal - This will keep getbestblockhash more in sync with blocknotify callbacks (Jonas Schnelli) 4082e46 [Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal (Jonas Schnelli) 947d20b [Qt] reduce cs_main in getVerificationProgress() (Jonas Schnelli) e6d50fc [Qt] update block tip (height and date) without locking cs_main, update always (each block) (Jonas Schnelli) 012fc91 NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* - also adds a boolean for indication if the tip update was happening during initial sync - emit notification also during initial sync (Jonas Schnelli) |