Jonas Schnelli
b4e761c992
[Qt] remove unused formatBuildDate method
2018-01-04 20:58:59 +03:00
Jonas Schnelli
1f9b09114a
[Qt] Debug window: replace "Build date" with "Datadir"
...
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.
2018-01-04 20:58:50 +03:00
João Barbosa
c16a6022d1
Use CCoinControl selection in CWallet::FundTransaction
2018-01-04 20:57:46 +03:00
MarcoFalke
3ba39ef176
[qt] Remove unneeded "fSendFreeTransactions" check
2018-01-04 20:55:42 +03:00
MarcoFalke
edc10cd43c
[qt] Remove 0-fee from send dialog
2018-01-04 20:54:59 +03:00
lateminer
9ac7ce5b8b
qt: Remove reflection from about icon
...
322a7a2fe0
2018-01-04 20:54:31 +03:00
Andrew C
3d16f00779
Fix history deletion bug after font change
...
The history is no longer cleared after the font size is changed
2018-01-04 20:52:43 +03:00
Eric Shaw
65c0502bec
QT: Add 'copy full transaction details' option
...
Adds feature from issue #7484
modifies the ctrl-c binding to copy full transaction details in transaction view.
Added translation
2018-01-04 20:52:17 +03:00
Kefkius
8ce9fae539
GUI: Disable tab navigation for peers tables.
...
Fix a bug in which the Peers tab of the debug window
does not allow navigation to other tabs via Ctrl[+Shift]+Tab.
2018-01-04 20:49:52 +03:00
Jonas Schnelli
be6b0ff2b8
[Qt] Add a new chevron/arrow icon for the console prompt line
2018-01-04 20:49:12 +03:00
Jonas Schnelli
96d7b54f2e
[Qt] keep scroll position in GUI console after changing font size
2018-01-04 20:46:02 +03:00
Jonas Schnelli
32403574ed
[Qt] Add option to increase/decrease font size in the console window
2018-01-04 20:45:27 +03:00
Jonas Schnelli
3af311d1aa
[Qt] rename "amount" to "requested amount" in receive coins table
2018-01-04 20:40:16 +03:00
MarcoFalke
69910782d2
[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)
2018-01-04 20:39:55 +03:00
Jonas Schnelli
3d541d041c
[RPC] remove the option of having multiple timer interfaces
2018-01-04 20:37:08 +03:00
fanquake
f63fb94ab7
Remove hardcoded fee from CoinControl ToolTip
2018-01-04 20:36:04 +03:00
fanquake
c99dfb1734
Add note to CoinControl Dialog workaround
2018-01-04 20:33:23 +03:00
MarcoFalke
c295e55286
[qt] Fix misleading translation
2018-01-04 20:30:24 +03:00
Jonas Schnelli
4368f8dc88
[Qt] add InMempool() info to transaction details
...
a3c3ddbd7b
2018-01-04 20:29:40 +03:00
Luv Khemani
a2e91361e8
Add autocomplete to bitcoin-qt's console window.
...
ce7413fcb7
2018-01-02 23:55:07 +03:00
Jonas Schnelli
540fc749d9
[Qt] add HD enabled/disabled icon to the status bar
...
914154f0cc
2018-01-02 20:39:17 +03:00
janko33bd
42e2cef149
Merge pull request #8 from lateminer/patch-2
...
Use Blackcoin-Lore instead of Bitcoin, very nice work lateminer.
2017-12-30 13:56:59 +01:00
lateminer
d0de6a0e31
Use "blackcoin:" URI instead of "bitcoin:"...
...
...and so on
2017-12-30 00:21:58 +03:00
lateminer
f536a8126e
Replace COINBASE_MATURITY...
...
...with nCoinbaseMaturity
2017-12-17 15:21:59 +03:00
Allan Doensen
4f09cfdeb1
Fix for issues with startup and multiple monitors on windows.
2017-10-16 17:32:18 +01:00
Dan Raviv
10e4079573
Porting memory fixes
2017-10-15 22:06:04 +01:00
Wladimir J. van der Laan
128139cdeb
qt: Avoid OpenSSL certstore-related memory leak
...
- Correctly manage the X509 and X509_STORE objects lifetime.
2017-10-15 21:29:04 +01:00
Wladimir J. van der Laan
39925b4831
qt: Avoid splash-screen related memory leak
...
Make splash screen queue its own deletion when it receives the finished
command, instead of relying on WA_DeleteOnClose which doesn't work under
these circumstances.
2017-10-15 21:25:19 +01:00
mtjburton
2abb436f48
Porting QT memory fixes
2017-10-15 21:12:15 +01:00
janko33bd
2fef57af93
return-statement with no value, in function returning ‘long long unsigned int’
2017-09-02 23:48:16 +02:00
janko33bd
062eb8ccf7
fixes to staking gui
2017-09-02 23:36:40 +02:00
janko33bd
eb09a65290
[zaphod42] iCCP: known incorrect sRGB profile
2017-06-15 13:33:52 +02:00
Michael Burton
e143ec9e1c
Updated app name to fix QSettings conflicting with Bitcoin
2017-06-13 22:24:46 +01:00
janko33bd@gmail.com
909906c013
removed fee section completely
2017-05-31 23:36:15 +02:00
janko33bd
2e0c286a0f
黑币新知识版
2017-05-30 21:48:12 +02:00
janko33bd
2fdd12b2ea
Blackcoin Lore
2017-05-30 21:33:31 +02:00
Wladimir J. van der Laan
c2106543fe
pre-rc1 translations update
...
New languages:
- `af` Afrikaans
- `es_AR` Spanish (Argentina)
- `es_CO` Spanish (Colombia)
- `ro` Romanian
- `ta` Tamil
- `uz@Latn` Uzbek in Latin script
2016-04-05 18:01:12 +02:00
Jonas Schnelli
597494f5a9
Remove openssl info from init/log and from Qt debug window
...
Conflicts:
src/init.cpp
Github-Merge: #7605
Rebased-From: 5ecfa36fd0
2016-03-24 12:09:23 +01:00
Wladimir J. van der Laan
68134263e2
qt: Translation update pre-rc5
2016-02-10 21:18:33 +01:00
Wladimir J. van der Laan
827a2b6736
qt: Translations update pre-rc4
2016-02-09 10:53:13 +01:00
Wladimir J. van der Laan
b1f031d435
qt: translations update pre-rc3
2016-02-03 10:59:04 +01:00
MarcoFalke
294f4320a2
[qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
...
Github-Pull: #7384
Rebased-From: faa9011d09
2016-02-03 10:31:34 +01:00
Wladimir J. van der Laan
5df314b927
qt: pre-rc2 translations update
2016-01-22 11:43:19 +01:00
Wladimir J. van der Laan
b16b5bc191
Merge #7371 : [0.12] backports
...
236686b [init] Add missing help for args (MarcoFalke)
44438a1 [init] Fix error message of maxtxfee invalid amount (MarcoFalke)
a74fa1f [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
2016-01-22 11:41:04 +01:00
MarcoFalke
7726c487f8
[qt] Windows: Make rpcconsole monospace font larger
...
Github-Pull: #7364
Rebased-From: fa6a59dd39
2016-01-22 11:21:33 +01:00
crowning-
a74fa1f06b
[Wallet] Transaction View: LastMonth calculation fixed
...
Github-Pull: #7327
Rebased-From: 30cdacea3c
2016-01-18 14:14:31 +01:00
fanquake
e20704ba71
Replace some instances of formatWithUnit with formatHtmlWithUnit
...
Strings in a HTML context should be using formatHtmlWithUnit.
Github-Pull: #7255
Rebased-From: 5fdf32de7e
2016-01-13 21:25:36 +00:00
MarcoFalke
6f8346db5f
qt5: Use the fixed font the system recommends
...
Github-Pull: #7214
Rebased-From: fa2f4bc4eb
2016-01-13 21:25:36 +00:00
Wladimir J. van der Laan
afe825f075
Update translations pre-rc1
2016-01-13 15:58:59 +01:00
Alex Morcos
a36d79bfe2
Add sane fallback for fee estimation
...
- Always respect GetRequiredFee for wallet txs
- Add sane fallback for fee estimation
- SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee
Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data.
Github-Pull: #7296
Rebased-From: 995b9f3 e420a1b bebe58b
2016-01-13 11:06:17 +01:00