MarcoFalke
6dd3a44ce2
translations: Don't translate markdown or force English grammar
2015-11-09 11:40:52 +01:00
MarcoFalke
513686dd43
[qt] Use maxTxFee instead of 10000000
2015-11-05 19:16:29 +01:00
Wladimir J. van der Laan
3694b74fa9
Merge pull request #6887
...
53238ff
Clarify what minrelaytxfee does (MarcoFalke)
abd8b76
[qt] Properly display required fee instead of minTxFee (MarcoFalke)
2015-11-05 12:11:11 +01:00
Jonathan Cross
7ca73dcf6b
Improving labels for Sent / Received "Bytes"
...
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-11-04 20:14:16 +01:00
Jorge Timón
c53d48a6b3
BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings
...
As a side effect, the qt user will see "test" instead of "testnet"
2015-11-04 14:02:10 +01:00
Wladimir J. van der Laan
c702521a85
Merge pull request #6864
...
268b79e
[qt] rpcconsole: Scale monospace font to 95% (MarcoFalke)
28313b8
[qt] Use fixed pitch font for the rpc console (MarcoFalke)
2015-11-04 13:06:14 +01:00
Wladimir J. van der Laan
8a95a18562
Merge pull request #6669
...
6342a48
Init: Use DEFAULT_TRANSACTION_MINFEE in help message (MarcoFalke)
a9c73a1
[wallet] Add comments for doxygen (MarcoFalke)
6b0e622
[wallet] Refactor to use new MIN_CHANGE (MarcoFalke)
2015-11-04 12:30:50 +01:00
MarcoFalke
268b79ef0c
[qt] rpcconsole: Scale monospace font to 95%
2015-11-03 12:34:51 +01:00
MarcoFalke
abd8b768ee
[qt] Properly display required fee instead of minTxFee
2015-11-03 08:53:37 +01:00
Wladimir J. van der Laan
02a95be977
qt: translation update prior to opening 0.12 translations
...
Also update transifex slug for new version.
2015-11-01 16:11:50 +01:00
MarcoFalke
28313b83fc
[qt] Use fixed pitch font for the rpc console
...
Also:
* Preserve white space
* Make fixed font as large as default font
2015-10-29 18:01:39 +01:00
MarcoFalke
6b0e622c25
[wallet] Refactor to use new MIN_CHANGE
...
* Introduce new constant MIN_CHANGE and use it instead of the
hardcoded "CENT"
* Add test case for MIN_CHANGE
* Introduce new constant for -mintxfee default:
DEFAULT_TRANSACTION_MINFEE = 1000
2015-10-28 10:52:46 +01:00
crowning-
dbd19566d3
UI: show complete path to wallet.dat on Wallet-Repait tab (Qt5 fix)
2015-10-25 21:45:08 +01:00
crowning-
eb5224c1c1
UI: show complete path to wallet.dat on Wallet-Repait tab (Win separator-fix)
2015-10-25 21:28:18 +01:00
crowning-
ba053de0d9
UI: show complete path to wallet.dat on Wallet-Repait tab (separator-fix)
2015-10-25 20:54:46 +01:00
crowning-
8233135663
UI: show complete path to wallet.dat on Wallet-Repait tab
2015-10-25 19:25:01 +01:00
Wladimir J. van der Laan
2cd020d054
Merge pull request #6846
...
3cb56f3
*: alias -h for --help (Daniel Cousens)
2015-10-22 17:53:07 +02:00
Daniel Cousens
3cb56f3778
*: alias -h for --help
2015-10-22 00:07:30 +11:00
Wladimir J. van der Laan
e26a3f6713
Merge pull request #6235
...
55a8975
Chainparams: Translations: DRY: options and error strings (Jorge Timón)
f3525e2
Chainparams: Replace CBaseChainParams::Network enum with string constants (suggested by Wladimir) (Jorge Timón)
2015-10-20 17:06:28 +02:00
Jorge Timón
55a89751fa
Chainparams: Translations: DRY: options and error strings
...
Also remove SelectBaseParamsFromCommandLine and SelectParamsFromCommandLine
2015-10-20 14:28:43 +02:00
crowning-
0a0f12aca5
Non-critical CSS-error-messages removed from debug.log
2015-10-06 04:07:59 +02:00
crowning-
b30be63263
Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium
2015-10-06 04:05:15 +02:00
crowning-
b6da10ecf9
Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium
2015-10-02 23:36:01 +02:00
crowning-
70a77e2499
Non-critical CSS-error-messages removed from debug.log
...
The following log-messages were caused by setting a non-existing property via CSS in the "Options" dialogue.
GUI: QCheckBox(0x7fe0214e7fd0, name = "bitcoinAtStartup") does not have a property named "alignment"
GUI: QCheckBox(0x7fe021500540, name = "minimizeToTray") does not have a property named "alignment"
GUI: QCheckBox(0x7fe021502540, name = "minimizeOnClose") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9d20, name = "mapPortUpnp") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214fa280, name = "allowIncoming") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9de0, name = "connectSocks") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f8df0, name = "coinControlFeatures") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9260, name = "spendZeroConfChange") does not have a property named "alignment"
It's fixed now.
2015-10-02 23:08:18 +02:00
Jonas Schnelli
9623e93473
[Univalue] add univalue over subtree
...
similar to secp256k1 include and compile univalue over a subtree
2015-10-01 10:49:57 +02:00
Wladimir J. van der Laan
a91eea6e3e
qt: periodic translations update
2015-09-29 13:36:33 +02:00
crowning-
115bb174ca
Edit masternode.conf from within the wallet (Menu adjusted)
2015-09-28 22:08:07 +02:00
crowning-
eb29c71981
Edit masternode.conf from within the wallet
2015-09-28 21:58:59 +02:00
UdjinM6
e754c84f2e
huge update for Chinese and Japanese(include it in the list now)
...
Closes : #625
2015-09-28 12:52:23 +02:00
UdjinM6
e98fc3a2e5
huge update for Chinese and Japanese(include it in the list now)
2015-09-28 06:16:23 +03:00
MarcoFalke
4dee609e10
Rename rpcconsole.ui => debugwindow.ui
2015-09-23 10:27:39 +02:00
MarcoFalke
0d0a2d6bf9
[Qt] Raise debug window when requested
...
* Raise the debug window when hidden behind other windows
* Switch to the debug window when on another virtual desktop
* Show the debug window when minimized
This change is a conceptual copy of 5ffaaba
and 382e9e2
2015-09-23 10:27:39 +02:00
Holger Schinzel
3787421146
merging 0.12.0.x into 0.12.1.x
2015-09-22 16:46:03 +02:00
Wladimir J. van der Laan
e59d2a80f9
Merge pull request #6315
...
7aac6db
[QT] dump banlist to disk in case of ban/unban over QT (Jonas Schnelli)
7f90ea7
[QA] adabt QT_NO_KEYWORDS for QT ban implementation (Jonas Schnelli)
07f70b2
[QA] fix netbase tests because of new CSubNet::ToString() output (Jonas Schnelli)
4ed0510
[Qt] call DumpBanlist() when baning unbaning nodes (Philip Kaufmann)
be89292
[Qt] reenabling hotkeys for ban context menu, use different words (Jonas Schnelli)
b1189cf
[Qt] adapt QT ban option to banlist.dat changes (Jonas Schnelli)
65abe91
[Qt] add sorting for bantable (Philip Kaufmann)
51654de
[Qt] bantable polish (Philip Kaufmann)
cdd72cd
[Qt] simplify ban list signal handling (Philip Kaufmann)
43c1f5b
[Qt] remove unused timer-code from banlistmodel.cpp (Jonas Schnelli)
e2b8028
net: Fix CIDR notation in ToString() (Wladimir J. van der Laan)
9e521c1
[Qt] polish ban table (Philip Kaufmann)
607809f
net: use CIDR notation in CSubNet::ToString() (Jonas Schnelli)
53caec6
[Qt] bantable overhaul (Jonas Schnelli)
f0bcbc4
[Qt] bantable fix timestamp 64bit issue (Jonas Schnelli)
6135309
[Qt] banlist, UI optimizing and better signal handling (Jonas Schnelli)
770ca79
[Qt] add context menu with unban option to ban table (Jonas Schnelli)
5f42132
[Qt] add ui signal for banlist changes (Jonas Schnelli)
ad204df
[Qt] add banlist table below peers table (Jonas Schnelli)
50f0908
[Qt] add ban functions to peers window (Jonas Schnelli)
2015-09-22 13:39:38 +02:00
Wladimir J. van der Laan
d3b0d8c0e6
Merge pull request #6694
...
24cb7c7
[QT] fix thin space word wrap line brake issue (Jonas Schnelli)
2015-09-22 10:48:06 +02:00
Diego Viola
99ee4a656b
Fix spelling of Qt
2015-09-22 05:00:10 -03:00
Wladimir J. van der Laan
10fc4fb368
Merge pull request #6668
...
9b1cdd7
[trivial] Remove obsolete pixmaps (MarcoFalke)
d1acf93
[qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh (MarcoFalke)
2015-09-21 18:05:54 +02:00
Jonas Schnelli
7aac6db6eb
[QT] dump banlist to disk in case of ban/unban over QT
2015-09-20 10:42:35 +02:00
Jonas Schnelli
24cb7c7bbb
[QT] fix thin space word wrap line brake issue
...
The thin space QT html hack results in cut-off chars/nums after a line break.
Avoid word wrap line breaks by using a smaller font and a line break before each alternative value)
2015-09-18 13:52:36 +02:00
crowning-
032076df66
UI: min-width adjustment for toolbar buttons
2015-09-17 15:52:31 +02:00
crowning-
94a6f12d14
UI: theme-dependent icons/images (Win installer fix)
2015-09-17 15:21:04 +02:00
crowning-
8599ced191
UI: theme-dependent icons/images (Win installer fix)
2015-09-17 14:47:39 +02:00
crowning-
8392b728d0
UI: toolbar behaviour changed
2015-09-16 23:13:20 +02:00
crowning-
61b2f8febb
UI: about image beautified
2015-09-16 20:37:17 +02:00
crowning-
8df2edca24
UI: theme-dependent icons/images Step 5 (About message)
2015-09-16 20:20:41 +02:00
crowning-
0b435daecc
UI: theme-dependent icons/images Step 5 (About message)
2015-09-16 20:09:12 +02:00
Jonas Schnelli
7f90ea78cb
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
2015-09-16 16:50:20 +02:00
Philip Kaufmann
4ed05101f3
[Qt] call DumpBanlist() when baning unbaning nodes
...
- this matches RPC call behaviour
2015-09-16 16:50:20 +02:00
Jonas Schnelli
be8929265f
[Qt] reenabling hotkeys for ban context menu, use different words
...
- 1 (h)our
- 1 (d)ay
- 1 (w)eek
- 1 (y)ear
2015-09-16 16:50:20 +02:00
Jonas Schnelli
b1189cfa10
[Qt] adapt QT ban option to banlist.dat changes
2015-09-16 16:50:20 +02:00
Philip Kaufmann
65abe91ce4
[Qt] add sorting for bantable
2015-09-16 16:50:19 +02:00
Philip Kaufmann
51654deff2
[Qt] bantable polish
...
- add missing NULL pointer checks
- add better comments and reorder some code in rpcconsole.cpp
- remove unneeded leftovers in bantable.cpp
- update bantable column sizes to prevent cutting of banned until
2015-09-16 16:50:19 +02:00
Philip Kaufmann
cdd72cd5fb
[Qt] simplify ban list signal handling
...
- remove banListChanged signal from client model
- directly call clientModel->getBanTableModel()->refresh() without the way
over clientModel->updateBanlist()
- also fix clearing peer detail window, when selecting (clicking)
peers in the ban list
2015-09-16 16:50:19 +02:00
Jonas Schnelli
43c1f5b8d7
[Qt] remove unused timer-code from banlistmodel.cpp
2015-09-16 16:50:19 +02:00
Philip Kaufmann
9e521c1735
[Qt] polish ban table
2015-09-16 16:50:19 +02:00
Jonas Schnelli
53caec66cc
[Qt] bantable overhaul
...
- some code cleanups
- fix date formatting
- reduce header includes
2015-09-16 16:50:19 +02:00
Jonas Schnelli
f0bcbc4c8a
[Qt] bantable fix timestamp 64bit issue
2015-09-16 16:50:19 +02:00
Jonas Schnelli
6135309816
[Qt] banlist, UI optimizing and better signal handling
2015-09-16 16:50:19 +02:00
Jonas Schnelli
770ca79aa0
[Qt] add context menu with unban option to ban table
2015-09-16 16:50:19 +02:00
Jonas Schnelli
5f42132950
[Qt] add ui signal for banlist changes
2015-09-16 16:50:19 +02:00
Jonas Schnelli
ad204df1a9
[Qt] add banlist table below peers table
2015-09-16 16:50:19 +02:00
Jonas Schnelli
50f090884c
[Qt] add ban functions to peers window
...
add ban option for peer context menu (1h, 24h, 7d, 1y).
2015-09-16 16:50:19 +02:00
Jeff Garzik
ca5e2a1864
Merge pull request #6317
2015-09-16 09:40:53 -04:00
crowning-
c2cd4224ee
UI: new wallet theme "Crownium"
2015-09-16 06:04:26 +02:00
crowning-
1338b64d34
UI: theme-dependent icons/images Step 4 (splash + rpcconsole)
2015-09-16 05:29:57 +02:00
evan82
5e656df23a
Merge pull request #608 from UdjinM6/translation_sk
...
huge update to sk translation (thanks xsedivy!)
2015-09-15 16:04:14 -07:00
evan82
b8739c0967
Merge pull request #610 from UdjinM6/ixfixes
...
IX fixes:
2015-09-15 16:02:45 -07:00
UdjinM6
79e2c541a8
translations: vi to 100%
2015-09-16 00:28:13 +03:00
Jeff Garzik
6f55cddf6b
Merge pull request #5665
2015-09-15 12:30:32 -04:00
MarcoFalke
d1acf938e6
[qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh
...
* Merge make_spinner.py into makespinner.sh
* Also delete now unused imgs
* Actually use all 36 frames for the spinner animation
2015-09-13 17:57:12 +02:00
crowning-
0a036e0bf0
UI: theme-dependent icons/images (error fix)
2015-09-13 13:23:28 +02:00
crowning-
39ac400392
UI: theme-dependent icons/images Step 3 (CSS changes)
2015-09-13 04:46:02 +02:00
crowning-
b9bf948a65
UI: theme-dependent icons/images Step 2 (Gitian-build fix)
2015-09-13 00:59:51 +02:00
crowning-
dec129d54c
UI: theme-dependent icons/images Step 2 (app icons relocated)
2015-09-13 00:42:07 +02:00
crowning-
8c33cf27b8
UI: theme-dependent icons/images Step 2 (permissions restored)
2015-09-12 23:45:52 +02:00
crowning-
82b25f55f7
UI: theme-dependent icons/images Step 2
2015-09-12 23:42:04 +02:00
UdjinM6
ae14019e6d
IX fixes:
...
- refactor initialization/fix initial values
- use global `fEnableInstantX`
- rpc output: `confirmations` (i.e. total) and `bcconfirmations` (blockchain only), fixes #593 also
- throw error in UI before submiting IX if it violates max amount
2015-09-11 21:26:15 +03:00
UdjinM6
0c3a0291ac
huge update to sk translation (thanks xsedivy!)
...
fix qrc
2015-09-10 07:22:31 +03:00
crowning-
bf528715fc
UI: theme-dependent icons/images Step 1
2015-09-05 22:54:11 +02:00
Casey Rodarmor
5ffaaba3a1
Disallow duplicate windows.
2015-09-04 15:25:42 -04:00
Wladimir J. van der Laan
be33f3f50b
Implement RPCTimerHandler for Qt RPC console
...
Implement RPCTimerHandler for Qt RPC console, so that `walletpassphrase`
works with GUI and `-server=0`.
Also simplify HTTPEvent-related code by using boost::function directly.
2015-09-03 10:59:19 +02:00
Wladimir J. van der Laan
40b556d374
evhttpd implementation
...
- *Replace usage of boost::asio with [libevent2](http://libevent.org/ )*.
boost::asio is not part of C++11, so unlike other boost there is no
forwards-compatibility reason to stick with it. Together with #4738 (convert
json_spirit to UniValue), this rids Bitcoin Core of the worst offenders with
regard to compile-time slowness.
- *Replace spit-and-duct-tape http server with evhttp*. Front-end http handling
is handled by libevent, a work queue (with configurable depth and parallelism)
is used to handle application requests.
- *Wrap HTTP request in C++ class*; this makes the application code mostly
HTTP-server-neutral
- *Refactor RPC to move all http-specific code to a separate file*.
Theoreticaly this can allow building without HTTP server but with another RPC
backend, e.g. Qt's debug console (currently not implemented) or future RPC
mechanisms people may want to use.
- *HTTP dispatch mechanism*; services (e.g., RPC, REST) register which URL
paths they want to handle.
By using a proven, high-performance asynchronous networking library (also used
by Tor) and HTTP server, problems such as #5674 , #5655 , #344 should be avoided.
What works? bitcoind, bitcoin-cli, bitcoin-qt. Unit tests and RPC/REST tests
pass. The aim for now is everything but SSL support.
Configuration options:
- `-rpcthreads`: repurposed as "number of work handler threads". Still
defaults to 4.
- `-rpcworkqueue`: maximum depth of work queue. When this is reached, new
requests will return a 500 Internal Error.
- `-rpctimeout`: inactivity time, in seconds, after which to disconnect a
client.
- `-debug=http`: low-level http activity logging
2015-09-03 10:59:18 +02:00
UdjinM6
8d1609f0a5
translations 20150902
2015-09-03 00:32:34 +03:00
Cory Fields
6e996d39da
tests: fix qt payment test
...
Now that boost no longer automatically initializes openssl, we have to
do it ourselves.
2015-09-02 18:38:41 +02:00
crowning-
5a8b613a72
UI: button to toggle lock-state (reload CSS fix)
2015-08-31 08:26:20 +02:00
crowning-
aeb9a7d5ea
UI: button to toggle lock-state for all inputs in coin-control dialog
2015-08-30 23:40:04 +02:00
evan82
82606d6322
Merge pull request #562 from UdjinM6/v0.12.1.x_cleanup
...
V0.12.1.x cleanup
2015-08-28 20:04:48 -07:00
UdjinM6
68eab8cc3b
Merge pull request #566 from UdjinM6/v0.12.x.x_translations
...
V0.12.x.x translations
2015-08-29 04:38:33 +03:00
UdjinM6
9fb62dadaa
Merge pull request #569 from crowning-/v0.12.1.x
...
Window positions not reset
2015-08-29 04:38:20 +03:00
UdjinM6
657bd1103e
Few cleanups:
...
- compiling errors
- output
- CBitcoinAddress usage cleanup
- refresh qt project file
- fix typo in `masternode` debug category
2015-08-28 23:16:58 +03:00
crowning-
6129a0ec1e
UI: Coding and CSS changes for sum of selected transactions
2015-08-27 12:49:55 +02:00
crowning-
26c471df6b
Window positions not reset
2015-08-24 23:12:31 +02:00
UdjinM6
0ab72a9dde
update translations
2015-08-22 22:01:40 +03:00
Wladimir J. van der Laan
80cddbbba9
Merge pull request #6539
...
9f68ed6
typofixes (found by misspell_fixer) (Veres Lajos)
2015-08-19 17:28:00 +02:00
UdjinM6
0ecf85fea9
fix sync progressbar text
2015-08-18 06:01:17 +03:00
UdjinM6
cd819e5a40
chinese tw
2015-08-16 05:39:39 +03:00
evan82
0493f52c27
Merge pull request #531 from UdjinM6/v0.12.0.x_timeouts
...
Timeouts fixes
2015-08-15 13:29:39 -07:00
UdjinM6
9d3dc79b91
add masternodeSync.GetSyncStatus() / refactor mn sync status UI updates
2015-08-15 18:53:55 +03:00
UdjinM6
121124dc1e
translations
2015-08-15 17:32:23 +03:00
Wladimir J. van der Laan
ddd8d80c63
Merge pull request #6415
...
d042854
SQUASH "Implement watchonly support in fundrawtransaction" (Matt Corallo)
428a898
SQUASH "Add have-pubkey distinction to ISMINE flags" (Matt Corallo)
6bdb474
Implement watchonly support in fundrawtransaction (Matt Corallo)
f5813bd
Add logic to track pubkeys as watch-only, not just scripts (Matt Corallo)
d3354c5
Add have-pubkey distinction to ISMINE flags (Matt Corallo)
5c17059
Update importaddress help to push its use to script-only (Matt Corallo)
a1d7df3
Add importpubkey method to import a watch-only pubkey (Matt Corallo)
907a425
Add p2sh option to importaddress to import redeemScripts (Matt Corallo)
983d2d9
Split up importaddress into helper functions (Matt Corallo)
cfc3dd3
Also remove pay-2-pubkey from watch when adding a priv key (Matt Corallo)
2015-08-14 16:28:37 +02:00
UdjinM6
65ec00d6ec
hide "out of sync" warning on blockchain sync
2015-08-13 16:03:39 +03:00
UdjinM6
8d7776c743
translations
2015-08-12 23:56:11 +03:00
UdjinM6
840a50a089
cleanups:
...
- typos
- remove `mnodeman.` inside `CMasternodeMan::`
2015-08-12 23:54:01 +03:00
UdjinM6
4084950c0d
fix overview page updates on options change and on DS toggle
2015-08-12 02:22:31 +03:00
UdjinM6
d79ac2bd60
define masternode sync treshold
2015-08-11 15:54:44 +03:00
UdjinM6
a01e56a67d
show masternode sync status in GUI
2015-08-11 15:52:28 +03:00
UdjinM6
6b80448427
ds fixes
2015-08-11 02:06:17 +03:00
Veres Lajos
9f68ed6b6d
typofixes (found by misspell_fixer)
2015-08-10 22:06:27 +01:00
Philip Kaufmann
be942def4b
[Qt] add verifySize() function to PaymentServer
...
- add static verifySize() function to PaymentServer and move the logging
on error into the function
- also use the new function in the unit test
- the function checks if the size is allowed as per BIP70
2015-08-10 14:12:15 +02:00
Philip Kaufmann
92684bb872
[Qt] minor optimisations in peertablemodel
...
- remove an unneeded include of net.h in peertablemodel.cpp
- add const after size() in PeerTablePriv
- remove 2x unneeded else in functions
- replace a (int) typecast by (QVariant) to use Qt style
- remove unneeded include of peertablemodel.h from rpcconsole.cpp
2015-08-10 14:11:25 +02:00
UdjinM6
ec3848c5dd
Locks fixes:
...
- trylock for updateDarksendProgress, checkBalanceChanged, "block"
- trylock+wait for UnlockCoins, SendDarksendDenominate, ProcessNewBlock, ActivateBestChain
- move trylock in DoAutomaticDenominating lower
2015-08-08 10:34:41 +03:00
Philip Kaufmann
54bd28fa75
[Qt] show client user agent in debug window
2015-08-07 14:01:49 +02:00
Wladimir J. van der Laan
0c465f5e60
Merge pull request #4587
...
ed166df
[Qt] allow users to set -onion via GUI (Philip Kaufmann)
2015-08-07 13:43:13 +02:00
UdjinM6
745142f6bf
DS progress weights depend on DS rounds in settings / force overview to update on OK in options
2015-08-07 06:19:10 +03:00
UdjinM6
9a9e7b7644
strings/translation source fixes
2015-08-06 00:12:01 +03:00
Marco
df9c2ee1c9
[Qt] replace wifi icon with network symbol
2015-08-04 16:53:30 +02:00
UdjinM6
b4aaa11864
translations >80%
2015-08-04 17:02:24 +03:00
Marco
9142867572
[QT] cleanup icons
...
* Cleanup SVG code
* Unify design ("Typicons" seem to have round edges)
* Fix transparency issue with clock5.png
2015-08-04 12:06:12 +02:00
UdjinM6
091867525c
more info on ds progress / update tr strings / prepare dash_en.ts for translations
2015-08-02 06:19:48 +03:00
crowning-
efc74b2253
UI: "Confirm send coins" popup beautified
2015-08-01 21:55:46 +02:00
evan82
8168b60301
Merge pull request #465 from crowning-/v0.12.0.x
...
UI: alignment fix for Overview-page
2015-07-31 11:54:21 -07:00
Wladimir J. van der Laan
eec7757445
qt: Introduce PlatformStyle
...
Introduce a PlatformStyle to handle platform-specific customization of
the UI.
This replaces 'scicon', as well as #ifdefs to determine whether to place
icons on buttons.
The selected PlatformStyle defaults to the platform that the application
was compiled on, but can be overridden from the command line with
`-uiplatform=<x>`.
Also fixes the warning from #6328 .
2015-07-31 09:35:18 +02:00
crowning-
d75ffba355
UI: alignment fix for Overview-page (typo fix)
2015-07-31 09:35:17 +02:00
crowning-
a5170420db
UI: alignment fix for Overview-page
2015-07-31 08:40:06 +02:00
UdjinM6
9ab4a72454
cleanups/fixes:
...
- use map.insert instead of [] (should be safer)
- debug output / comments / spaces / names
- fix few long strings / make translatable one more label in UI
2015-07-30 19:12:05 +03:00
crowning-
0e7b73e166
UI: better alignment of overview-screen
2015-07-30 06:27:29 -07:00
UdjinM6
c99af0bc63
More DS refactoring/fixes:
...
- move ds rounds calculation to wallet
- add cache to / rework anon/denom balance functions
- fix updates on new blocks for ds status on overview page
- fix after rebase
2015-07-30 06:27:29 -07:00
UdjinM6
976bd7853f
Refactor DS:
...
- always clear entries, do not try to reuse them
- unlock coins only when needed (do not unlock them every 10 blocks)
- make logic a bit more strightforward in few places
- clear all expired on timeout (not just the first found)
- add 2 additional statuses on doauto
- run DS checks when mn list sync started, do not wait for full sync
- move most class members to private
2015-07-30 06:27:28 -07:00
crowning-
ff2fa918b6
UI: CSS for watch-only addresses added
2015-07-30 06:27:28 -07:00
Pavel Vasin
5e56ef5152
qt: use CHashWriter also in SignVerifyMessageDialog
...
This eliminates unnecessary copying of data being hashed.
2015-07-28 10:59:16 +03:00
Wladimir J. van der Laan
ca37e0f339
Merge pull request #5697
...
60c8bac
Includes: Cleanup around net main and wallet (Jorge Timón)
9dd793f
TRIVIAL: Missing includes (Jorge Timón)
2015-07-27 14:40:29 +02:00
crowning-
76c4cfc0de
UI: Limit display of Sendcoins-popup to 10 entries.
2015-07-26 18:43:22 +02:00
UdjinM6
8079967cc5
more info for masternode count output/rpcconsole dialog
2015-07-25 11:18:22 +03:00
Philip Kaufmann
ed166dfa82
[Qt] allow users to set -onion via GUI
...
- also allow users to see, if the default proxy (-proxy) is used for
reaching peers via IPv6 or Tor
2015-07-24 12:28:06 +02:00
Cory Fields
fe997dfd12
build: fix building against qt5.4/5.5
2015-07-23 21:10:35 -04:00
Jorge Timón
60c8bac77c
Includes: Cleanup around net main and wallet
...
-Move from .h to .cpp: in main, net and wallet
-Remove unnecessary #include "main.h"
-Cleanup some wallet files includes
2015-07-23 21:10:26 +02:00
Jorge Timón
9dd793f499
TRIVIAL: Missing includes
2015-07-23 21:10:22 +02:00
Matt Corallo
f5813bdd3e
Add logic to track pubkeys as watch-only, not just scripts
2015-07-20 16:01:37 -07:00
Matt Corallo
d3354c52d7
Add have-pubkey distinction to ISMINE flags
...
This indicates that, eg, we have a public key for a key which may
be used as a pay-to-pubkey-hash. It generally means that we can
create a valid scriptSig except for missing private key(s) with
which to create signatures.
2015-07-20 16:01:37 -07:00
crowning-
52b930329d
UI: fixed width of wallet-repair-buttons for longer locales
2015-07-20 20:52:49 +02:00
crowning-
fb5f80a06a
UI: allow "," in "Min amount" field of Transaction-View
2015-07-20 18:28:49 +02:00
UdjinM6
dba572ac96
use specific protocols
2015-07-20 04:54:02 +03:00
crowning-
19d698529e
UI: Persist Darksend+InstantX settings (Cut'n'paste error fixed)
2015-07-19 14:42:38 +02:00
crowning-
c8c83af2f5
UI: Persist Darksend+InstantX settings and default to Darksend=false on first start (revert screen-size change)
2015-07-19 14:29:18 +02:00
crowning-
63c8ae1516
UI: Persist Darksend+InstantX settings and default to Darksend=false on first start
2015-07-19 14:25:55 +02:00
Philip Kaufmann
dca6040a86
[Qt] remove std namespace polution from code
2015-07-16 11:54:28 +02:00
Wladimir J. van der Laan
ce183dce2e
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
...
Leftover from #6433
2015-07-15 15:09:31 +02:00
Wladimir J. van der Laan
d29ec6c230
qt: define QT_NO_KEYWORDS
...
QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`,
`slots` and `emit` macros.
Avoid overlap between Qt macros and boost - for example #undef hackiness
in #6421 .
2015-07-15 07:30:23 +02:00
crowning-
9b170483b7
Minor Options-Dialog enhancements
2015-07-12 20:23:38 +02:00
crowning-
3f19365d2a
Minor Coincontrol-Dialog enhancements
2015-07-12 20:04:52 +02:00
evan82
82bb9617ee
Merge pull request #424 from UdjinM6/v0.12.0.x_fix_progress
...
V0.12.0.x calculate ds progress from 3 parts
2015-07-12 10:48:05 -07:00
UdjinM6
e7b00b8b7e
calculate ds progress from 3 parts
2015-07-12 19:18:03 +03:00
crowning-
604914c15e
De-selecting all transactions resets computed sum to 0 now.
2015-07-12 18:00:48 +02:00
evan82
635a5fbf97
Merge pull request #422 from crowning-/v0.12.0.x
...
Fix Darksend completion UI
2015-07-12 07:46:23 -07:00
crowning-
60358c28e2
Fix Darksend completion UI
2015-07-12 12:57:59 +02:00
Evan Duffield
c701839a43
Proposal Security Overhaul
...
Submissions to the network now require a fee to be paid to the network (mining fee) using a special transaction with a OP_RETURN && ProposalHash in one of the outputs. This allows the network to filter spam quickly, while also allowing anyone to submit a proposal to the network.
To implement these changes we've introduced a few new commands:
mnbudget prepare PROPOSAL-NAME URL PAYMENT_COUNT BLOCK_START DASH_ADDRESS DASH_AMOUNT YES|NO|ABSTAIN [USE_IX(TRUE|FALSE)]
- To create the special transaction
mnbudget submit PROPOSAL-NAME URL PAYMENT_COUNT BLOCK_START DASH_ADDRESS DASH_AMOUNT YES|NO|ABSTAIN FEE_TX
- After the transaction is accepted by the network and has 3 confirmations, you can submit the transaction to the network here
mnbudget show
- Get the proposal hash from here
mnbudget vote PROPOSAL-HASH YES|NO|ABSTAIN
- You can now simply vote by hash using this command
2015-07-11 13:20:12 -07:00
Wladimir J. van der Laan
708037fcc7
Merge pull request #6384
...
15e26a6
qt: Force TLS1.0+ for SSL connections (Wladimir J. van der Laan)
2015-07-10 15:00:01 +02:00
UdjinM6
d597653615
fix alternative units in send dialog
2015-07-09 06:54:30 +03:00
evan82
2a3b96e020
Merge pull request #411 from UdjinM6/v0.12.0.x_various_small_fixes
...
V0.12.0.x various small fixes
2015-07-08 07:19:41 -07:00
evan82
87207fbc36
Merge pull request #410 from UdjinM6/v0.12.0.x_fix_progress
...
V0.12.0.x (Yet) another attempt to get DS progress displayed right
2015-07-08 07:15:39 -07:00
evan82
5914a24f47
Merge pull request #408 from crowning-/v0.12.0.x
...
satoshi(s) -> duff(s) in locales
2015-07-08 07:15:29 -07:00
UdjinM6
d94967d958
small fixes
2015-07-07 15:47:22 +03:00
UdjinM6
a4520af056
(Yet) another attempt to get progress displayed right
2015-07-07 10:21:13 +03:00
Philip Kaufmann
5e058e7417
[Qt] constify foreach uses where possible
...
- this doesn't replace BOOST_FOREACH, it just makes used arguments const
where possible
2015-07-07 06:53:43 +02:00
crowning-
9c5bcff4cb
satoshi(s) -> duff(s) in locales
2015-07-07 05:13:50 +02:00
UdjinM6
a8d230f80d
satoshi(s) -> duff(s) & Satoshi:x.x.x -> Dash Core:x.x.x (both for user visible strings only)
2015-07-07 01:40:38 +03:00
evan82
10d8d3e979
Merge pull request #404 from crowning-/v0.12.0.x
...
Fixed warning from labelCoinControlChangeLabel
2015-07-06 15:32:30 -07:00
crowning-
cc494c6091
Fixed warning QLabel(0xb0049b8, name = "labelCoinControlChangeLabel") does not have a property named "padding"
2015-07-06 22:52:46 +02:00
Wladimir J. van der Laan
15e26a6a9a
qt: Force TLS1.0+ for SSL connections
2015-07-06 20:06:16 +02:00
UdjinM6
b1d78b5200
Alternative digits implementation
2015-07-06 04:09:10 +03:00
crowning-
ee167ad2f3
Configurable decimal digits
2015-07-05 21:19:46 +02:00
crowning-
c990c5a011
Wallet Window Title: minor changes
2015-07-05 03:11:58 +02:00
crowning-
252322997c
User configurable Wallet Window Title
2015-07-05 02:27:20 +02:00
crowning-
27a2ceb287
Popup information on first mixing
2015-07-04 15:29:21 +02:00
crowning-
87e72e0331
Persist Date and Type filters in "Transactions" tab
2015-07-04 15:27:37 +02:00
UdjinM6
a33c569a1d
Store current unit as a private member of OverviewPage object and use it instead of calling walletModel->getOptionsModel()->getDisplayUnit(). This should solve an issue when walletModel->getOptionsModel()->getDisplayUnit() fails on shutdown/restart even if (walletModel && walletModel->getOptionsModel()) is true.
2015-07-04 07:58:42 +03:00
evan82
2536e85888
Merge pull request #395 from UdjinM6/v0.12.0.x_fix_DS_MN_crashes
...
V0.12.0.x fix ds mn crashes
2015-07-03 11:10:14 -07:00
crowning-
8ba0328b71
Only restart wallet 1x, no matter how often a user clicks on a restart-button
2015-07-03 07:55:45 +02:00
crowning-
3195e04d7d
Merge remote-tracking branch 'upstream/v0.12.0.x' into Wallet_Restart
2015-07-03 07:55:29 +02:00
UdjinM6
189e48328d
fix 2 crashes
2015-07-03 01:56:43 +03:00
UdjinM6
2ed4c93b6d
update languages with 80%+ completition
2015-07-02 03:53:33 +03:00
crowning-
4d758b9924
Restart-wallet fix
2015-07-02 00:12:11 +02:00
Wladimir J. van der Laan
47162673c7
Use real number of cores for default -par, ignore virtual cores
...
To determine the default for `-par`, the number of script verification
threads, use [boost:🧵 :physical_concurrency()](http://www.boost.org/doc/libs/1_58_0/doc/html/thread/thread_management.html#thread.thread_management.thread.physical_concurrency )
which counts only physical cores, not virtual cores.
Virtual cores are roughly a set of cached registers to avoid context
switches while threading, they cannot actually perform work, so spawning
a verification thread for them could even reduce efficiency and will put
undue load on the system.
Should fix issue #6358 , as well as some other reported system overload
issues, especially on Intel processors.
The function was only introduced in boost 1.56, so provide a utility
function `GetNumCores` to fall back for older Boost versions.
2015-07-01 18:01:16 +02:00
evan82
4b6d55b1b9
Merge pull request #391 from UdjinM6/v0.12.0.x_ds_on_overview
...
V0.12.0.x Various DS related fixes for overview page
2015-06-30 10:31:48 -07:00
UdjinM6
ca94f2f6d7
Various DS related fixes for overview page:
...
- streamline initialization logic for litemode/masternode/ds
- call updateDarksendProgress on setBalance
- format amountAndRounds for 0 balance same way as for normal balance (see c3febd20a8
)
- use style='white-space:pre' to show long strings in tooltips correctly, adapt few strings
- small fixes (cleanup naming, notr, use static where possible and get rid of unneeded class members)
2015-06-30 19:01:51 +03:00
UdjinM6
69f482ec2e
Execute "mogrify *.png" to fix "GUI: libpng warning: iCCP: known incorrect sRGB profile"
2015-06-30 05:42:12 +03:00
UdjinM6
e9eb2faeb6
new icon
2015-06-29 02:23:29 +03:00
evan82
faf150d9d3
Merge pull request #388 from UdjinM6/v0.12.0.x_sum_tx
...
V0.12.0.x sum tx separator and negative value highlight
2015-06-28 14:01:05 -07:00
UdjinM6
c3febd20a8
Do not show decimals for "amounts and rounds" text but show usual way formatted numbers inside its tooltip
2015-06-28 17:27:24 +03:00
UdjinM6
9db667c240
always show separator for sum tx amount and highlight (red) negative amounts
2015-06-28 17:22:14 +03:00
UdjinM6
5e21166456
refresh en source/translations
2015-06-25 17:32:21 +03:00
UdjinM6
9d05c98110
fix strings
2015-06-25 17:32:12 +03:00
UdjinM6
0bfaefde92
move ds pool status out of overview page
2015-06-24 19:08:14 +03:00
UdjinM6
159b3366b1
reject real insane fee instead of hardcoded
2015-06-23 18:19:45 +03:00
Jonas Schnelli
1c043d5672
fix lock issue for QT node diconnect and RPC disconnectnode
2015-06-19 16:32:22 +02:00
snogcel
5fed89fde4
Available Balance, Pending Label Fix
2015-06-17 21:37:30 -06:00
Philip Kaufmann
e059726811
[Qt] deselect peer when switching away from peers tab in RPC console
2015-06-11 08:39:08 +02:00
Philip Kaufmann
7211adad85
[Qt] replace Boost foreach with Qt version peertablemodel.cpp
2015-06-11 08:38:02 +02:00
Philip Kaufmann
1b0db7b984
[Qt] extend rpc console peers tab
...
- add node id, ping wait, whitelisted and common height
- rephrase some labels to make them easier to understand for users
2015-06-11 08:38:01 +02:00
Wladimir J. van der Laan
c57e12aeef
Merge pull request #6217
...
51fc672
[Qt] disconnect peers from peers tab via context menu (Philip Kaufmann)
2015-06-09 17:13:29 +02:00
UdjinM6
9e8d54124f
Merge branch 'master' into v0.12.0.x_merge_master
2015-06-04 19:14:32 +03:00
Jonas Schnelli
9a8897f4ac
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
...
- implement find_value() function for UniValue
- replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper
- remove JSON Spirit sources
2015-06-04 09:16:21 +02:00
Jeff Garzik
15982a8b69
Convert tree to using univalue. Eliminate all json_spirit uses.
2015-06-04 09:16:05 +02:00
Philip Kaufmann
51fc672f59
[Qt] disconnect peers from peers tab via context menu
...
- It is now allowed to disconnect peers from peers tab via
right-click context menu. Peers are not permanently banned!
2015-06-02 09:34:35 +02:00
Wladimir J. van der Laan
87550eefc1
Merge pull request #6183
...
28bf062
Fix off-by-one error w/ nLockTime in the wallet (Peter Todd)
2015-06-01 11:33:33 +02:00
crowning-
8f695a03c1
Statusbar icons for tDASH added
2015-06-01 09:55:07 +02:00
UdjinM6
04f9fb043f
Merge pull request #342 from crowning-/Wallet_Repair
...
Wallet Repair Buttons
2015-05-29 11:26:03 +03:00
crowning-
d953b23061
Wallet Repair Buttons: statustip changed
2015-05-29 08:18:33 +02:00
crowning-
4574218349
Wallet Repair Buttons: removed obsolete comment
2015-05-28 23:14:09 +02:00
crowning-
a4dce4340a
Wallet Repair Buttons: refactoring and remove old repair args before restart
2015-05-28 23:09:14 +02:00
Evan Duffield
d470eddc01
fixed hashing issues with mnw messages
2015-05-27 15:07:53 -07:00
crowning-
6f49808caa
Wallet Repair Buttons: refactoring to remove redundant code
2015-05-27 22:35:46 +02:00
Peter Todd
28bf06236d
Fix off-by-one error w/ nLockTime in the wallet
...
Previously due to an off-by-one error the wallet ignored
nLockTime-by-height transactions that would be valid in the next block
even though they are accepted into the mempool. The transactions
wouldn't show up until confirmed, nor would they be included in the
unconfirmed balance. Similar to the mempool behavior fix in 665bdd3b
,
the wallet code was calling IsFinalTx() directly without taking into
account the fact that doing so tells you if the transaction could have
been mined in the *current* block, rather than the next block.
To fix this we strip IsFinalTx() of non-consensus-critical
functionality, removing the default arguments, and add CheckFinalTx() to
check if a transaction will be final in the next block.
2015-05-27 05:51:33 -04:00
crowning-
e68350d372
Wallet Repair Buttons (possible segfault on OSX fixed)
2015-05-26 23:09:16 +02:00
Wladimir J. van der Laan
165e323d85
qt: Periodic translation update
2015-05-26 14:36:47 +02:00
crowning-
3ab747d8ff
Wallet Repair Buttons added
2015-05-25 22:59:38 +02:00
crowning-
9a6fe03974
Wallet Repair Buttons: initial commit (+ file permissions restored)
2015-05-25 18:29:11 +02:00
crowning-
8c4175b359
Wallet Repair Buttons: initial commit
2015-05-23 13:28:33 +02:00
Wladimir J. van der Laan
7708fcde36
Merge pull request #6098
...
cc24610
Update Windows resource files (and add one for bitcoin-tx) (Luke Dashjr)
2015-05-22 08:35:38 +02:00
Luke Dashjr
cc24610fdb
Update Windows resource files (and add one for bitcoin-tx)
2015-05-22 02:56:55 +00:00
evan82
9e5542ac45
Merge pull request #337 from UdjinM6/ds_coin_control
...
CoinControl should disable DS when non-anonymized inputs are selected
2015-05-20 16:06:38 -07:00
UdjinM6
472d2a21d6
fix tooltip background
2015-05-20 23:09:31 +03:00
Wladimir J. van der Laan
0d862c2739
Merge pull request #6160
...
16d9cb7
[QT] overviewpage: make sure warning icons gets colored (Jonas Schnelli)
2015-05-20 13:21:01 +02:00
crowning-
34a205b9a6
Fix tooltip background for OSX
2015-05-20 09:05:46 +02:00
UdjinM6
06032be332
unset DS checkbox if there were non-anonymized inputs selected in coincontrol, give warning
2015-05-20 00:10:52 +03:00
Jonas Schnelli
fb21862b92
[QT] mainwindow toolbar must not be movable
2015-05-19 20:28:20 +02:00
Jonas Schnelli
16d9cb7e29
[QT] overviewpage: make sure warning icons gets colored
2015-05-19 16:37:13 +02:00
Wladimir J. van der Laan
e2e7f9513f
qt: fix unused function warning in scicon.cpp
...
Enclose MakeSingleColorImage in an anonymous namespace to avoid a
unused function warning on Windows and MacOSX.
Github-Pull: #6143
2015-05-19 11:27:54 +02:00
crowning-
eea3317755
Use existing constant instead of hardcoded size value
2015-05-17 21:21:43 +02:00
crowning-
2154f94131
Open peers information page when clicking on connections item
2015-05-17 20:56:00 +02:00
crowning-
32c6068ce9
Merge remote-tracking branch 'upstream/v0.12.0.x' into v0.12.0.x
2015-05-17 16:37:59 +02:00
crowning-
dd76a079dd
Tooltips for Coincontrol-Dialog added
2015-05-17 14:12:01 +02:00
UdjinM6
18c60f9ecb
Merge branch 'master' into v0.12.0.x_merge_btc010_master (fix spaces)
2015-05-16 02:34:25 +03:00
UdjinM6
e50d9bbc5d
Merge branch '0.10' into v0.12.0.x_merge_btc010
2015-05-16 00:05:57 +03:00
crowning-
af08fbf0c9
Merge remote-tracking branch 'upstream/v0.12.0.x' into v0.12.0.x
2015-05-15 20:23:20 +02:00
Wladimir J. van der Laan
ac75bafafd
qt: translations update
2015-05-15 14:00:56 +02:00
Gavin Andresen
b4c219b622
Merge pull request #5964
...
9a1dcea
Use CScheduler for net's DumpAddresses (Gavin Andresen)
ddd0acd
Create a scheduler thread for lightweight tasks (Gavin Andresen)
68d370b
CScheduler unit test (Gavin Andresen)
cfefe5b
scheduler: fix with boost <= 1.50 (Cory Fields)
ca66717
build: make libboost_chrono mandatory (Cory Fields)
928b950
CScheduler class for lightweight task scheduling (Gavin Andresen)
e656560
[Qt] add defaultConfirmTarget constant to sendcoinsdialog (Philip Kaufmann)
2015-05-14 14:27:07 -04:00
Gavin Andresen
ddd0acd3db
Create a scheduler thread for lightweight tasks
2015-05-14 12:50:41 -04:00
Philip Kaufmann
e656560edb
[Qt] add defaultConfirmTarget constant to sendcoinsdialog
...
- replaces some hard-coded values for the default confirmation target
- also simplify code that is using the new constant
2015-05-14 10:37:19 -04:00
Wladimir J. van der Laan
a538126a8c
Merge pull request #6110
...
ca5f688
[QT] don't colorize icons on win and mac (Jonas Schnelli)
7247d10
[QT] use alert icon with tooltip insted of "(out of sync)" text (Jonas Schnelli)
51c7c70
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui (Jonas Schnelli)
2a6b844
[QT] change transaction amount and height in overview page (Jonas Schnelli)
2015-05-14 13:50:46 +02:00
crowning-
e9a8b99694
Show sum of selected transactions: mouse + key selection added, some general cleanup
2015-05-14 08:31:40 +02:00
Jonas Schnelli
ca5f688547
[QT] don't colorize icons on win and mac
2015-05-13 20:27:26 +02:00
Jonas Schnelli
7247d103ff
[QT] use alert icon with tooltip insted of "(out of sync)" text
...
# Conflicts:
# src/qt/forms/overviewpage.ui
# src/qt/overviewpage.cpp
2015-05-12 20:46:12 +02:00
Jonas Schnelli
51c7c7029e
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui
2015-05-12 20:46:10 +02:00
Wladimir J. van der Laan
49e4d14f75
Translations update
2015-05-12 16:33:04 +02:00
Wladimir J. van der Laan
40de49c358
Merge pull request #5932
...
107d35b
[Qt] add defaultConfirmTarget constant to sendcoinsdialog (Philip Kaufmann)
2015-05-12 14:38:00 +02:00
crowning-
575ddb3eca
Show sum of all selected transactions in 'Transactions' tab. (Own ToDo marker removed)
2015-05-10 01:30:45 +02:00
crowning-
40f742c6be
Show sum of all selected transactions in 'Transactions' tab. (typo + file permission fix)
2015-05-10 01:28:03 +02:00
crowning-
3a6466bced
Show sum of all selected transactions in 'Transactions' tab.
2015-05-10 01:22:35 +02:00
UdjinM6
4c6b9e8969
use tooltip for submited denoms
2015-05-08 17:35:15 +03:00
Jonas Schnelli
2a6b844427
[QT] change transaction amount and height in overview page
2015-05-06 16:47:29 +02:00
Wladimir J. van der Laan
00820f921d
Merge pull request #6055
...
a8cdaf5
checkpoints: move the checkpoints enable boolean into main (Cory Fields)
11982d3
checkpoints: Decouple checkpoints from Params (Cory Fields)
6996823
checkpoints: make checkpoints a member of CChainParams (Cory Fields)
9f13a10
checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer (Cory Fields)
2015-05-06 11:38:39 +02:00
Wladimir J. van der Laan
12f78ed4f9
qt: update translations from Transifex - first run for 0.11
2015-05-05 08:48:54 +02:00
Wladimir J. van der Laan
fc44231cb7
trivial: Merge pruning help message after Transifex comment
...
The prune help message was broken in nonsensical parts. Merge it into
one, this is easier for translators.
Reported by yahoe.001 on transifex.
2015-05-04 18:48:38 +02:00
Wladimir J. van der Laan
ebc0e41ede
qt: translation update for next 0.10 point release
2015-05-04 13:12:30 +02:00
Wladimir J. van der Laan
59305cebee
qt: fix numerusform in English translation
...
Ref: transifex issue https://www.transifex.com/projects/p/bitcoin/translate/#da/qt-translation-011x/c/47723791
2015-05-04 12:25:22 +02:00
Wladimir J. van der Laan
20b3dc85ed
qt: English translation update before enabling translation for 0.11
2015-05-04 08:09:37 +02:00
Wladimir J. van der Laan
00e76db8c2
Merge pull request #6085
...
b05a89b
Non-grammatical language improvements (Luke Dashjr)
7e6d23b
Bugfix: Grammar fixes (Corinne Dashjr)
2015-05-04 08:01:58 +02:00
crowning-
acec2b399f
Resync with upstream
2015-05-03 15:29:35 +02:00
crowning-
4fa07131b6
Merge remote-tracking branch 'upstream/v0.12.0.x' into v0.12.0.x
2015-05-03 14:34:40 +02:00
evan82
a689f630ed
Merge pull request #323 from UdjinM6/v0.12.0.x_fix_ds_mixing
...
V0.12.0.x DS fixes
2015-05-02 19:43:07 -07:00
UdjinM6
6e229e16ff
DS fixes:
...
- detect denominated but not yet anonymized balance properly or both (GetAnonymizableBalance)
- fix progress calculation by using GetAnonymizableBalance
- do not count MN-like inputs as anonymizable
- denominate faster: if there is enough new inputs after DS started (their sum is greater then "already denominated but not yet anonymized balance")
- allow small amounts to be used in CreateDenominated (modified SelectCoinsDark) but only if they are larger then 1 CENT
- do not use collateral inputs in CreateDenominated (modified SelectCoinsDark)
- convert some int64_t -> CAmount for money related variables/params
2015-05-02 19:18:20 +03:00
Luke Dashjr
b05a89b2de
Non-grammatical language improvements
2015-05-02 15:23:59 +00:00
Corinne Dashjr
7e6d23b171
Bugfix: Grammar fixes
2015-05-01 11:21:27 +00:00
Cory Fields
11982d366d
checkpoints: Decouple checkpoints from Params
...
Pass checkpoint data in as necessary
2015-04-30 23:14:48 -04:00
Wladimir J. van der Laan
8a10000222
Merge pull request #6022
...
b74dcb3
Separate CTranslationInterface from CClientUIInterface (Jorge Timón)
2015-04-30 16:37:18 +02:00
crowning-
6aca47300e
Merge remote-tracking branch 'upstream/v0.12.0.x' into v0.12.0.x
2015-04-30 08:31:47 +02:00
crowning-
8f505019e9
Only show most common transaction types by default
2015-04-29 23:46:53 +02:00
UdjinM6
24309f78ce
various (gitian) build fixes
2015-04-29 21:27:52 +03:00
Philip Kaufmann
107d35b700
[Qt] add defaultConfirmTarget constant to sendcoinsdialog
...
- replaces some hard-coded values for the default confirmation target
- also simplify code that is using the new constant
2015-04-28 14:49:46 +02:00
Wladimir J. van der Laan
f9645ba80a
qt: translation update
2015-04-28 09:47:26 +02:00
crowning-
8223e0d34f
Fix for addressbook label problem on Windows
2015-04-26 00:58:50 +02:00
crowning-
cf7e9886f5
Enable dynamic CSS temporarily for debugging
2015-04-25 23:53:58 +02:00
jtimon
691161d419
Consensus: Create consensus/consensus.h with some constants
2015-04-20 21:27:51 +02:00
Wladimir J. van der Laan
b6ea3bcede
Merge pull request #5911
...
6be3562
rpc-tests: Add proxy test (Wladimir J. van der Laan)
67a7949
privacy: Stream isolation for Tor (Wladimir J. van der Laan)
2015-04-20 16:37:38 +02:00
UdjinM6
854a1be027
Merge pull request #316 from UdjinM6/v0.12.0.x_mn_replies
...
V0.12.0.x Fix translations(mn replies /protobump/ + DS progress)
2015-04-20 17:18:48 +03:00
Philip Kaufmann
6cb37a3ba0
[Qt, Trivial] remove two unneeded includes of wallet/db.h
2015-04-20 13:29:22 +02:00
Philip Kaufmann
68f795e8b2
[Qt, Trivial] fix header groupings + space, intdentation fixes
2015-04-20 13:29:22 +02:00
Philip Kaufmann
985ec17eee
[Qt, Trivial] misc minor string changes
...
- 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-20 13:29:22 +02:00
Philip Kaufmann
60c146938e
[Qt] header group cleanup
...
- seperate core from GUI headers where this was missing
- remove an unneeded new-line
2015-04-20 13:29:20 +02:00
crowning-
5873a5e5a3
Included new "Peers list" tab into CSS theme
2015-04-19 16:01:45 +02:00
dexX7
323de27f4b
Initialization: setup environment before starting QT tests
...
The environment is prepared by the main thread to guard against invalid locale settings.
2015-04-18 16:06:22 +02:00
Wladimir J. van der Laan
67a7949397
privacy: Stream isolation for Tor
...
According to Tor's extensions to the SOCKS protocol
(https://gitweb.torproject.org/torspec.git/tree/socks-extensions.txt )
it is possible to perform stream isolation by providing authentication
to the proxy. Each set of credentials will create a new circuit,
which makes it harder to correlate connections.
This patch adds an option, `-proxyrandomize` (on by default) that randomizes
credentials for every outgoing connection, thus creating a new circuit.
2015-03-16 15:29:59 SOCKS5 Sending proxy authentication 3842137544:3256031132
2015-04-17 13:26:47 +02:00
Jorge Timón
b74dcb3b4a
Separate CTranslationInterface from CClientUIInterface
2015-04-16 19:58:48 +02:00
UdjinM6
8e05e9eb10
Fix translations:
...
- mn replies
- MN should use codes for replies, translations are done on client side (client protocol / min pool peer protocol bump)
- use QString for translation instead of ostream, construct better human readable strings for translators
- progress
- use QString here too
2015-04-16 05:35:12 +03:00
UdjinM6
5daefc1a08
Merge remote-tracking branch 'origin/master' into v0.12.0.x
...
+Fix Makefile.qt.include
2015-04-16 01:13:25 +03:00
Philip Kaufmann
6171e494fc
[Qt] Use identical strings for expired payment request message
...
- used in sendcoinsdialog.cpp and paymentserver.cpp
- removes an unneded translation string
2015-04-15 14:31:52 +02:00
Philip Kaufmann
06087bda87
[Qt] minor comment updates in PaymentServer
2015-04-15 14:31:51 +02:00
Philip Kaufmann
35d15959b0
[Qt] constify first parameter of processPaymentRequest()
2015-04-15 14:31:50 +02:00
Philip Kaufmann
9b14aefee3
[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()
2015-04-15 14:31:50 +02:00
Philip Kaufmann
d19ae3cf66
[Qt] remove unused PaymentRequestPlus::getPKIType function
2015-04-15 14:31:49 +02:00
Philip Kaufmann
6e17a74766
[Qt] paymentserver: better logging of invalid certs
...
Before and after was tested in Windows:
before:
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ("Microsoft Authenticode(tm) Root Authority")
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
after:
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "01" ("Microsoft Authenticode(tm) Root Authority")
() ()
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "01" () () ("Copyright (c) 1997 Microsoft Corp.",
"Microsoft Time Stamping Service Root", "Microsoft Corporation")
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "4a:19:d2:38:8c:82:59:1c:a5:5d:73:5f:15:5d:dc:a3" ()
() ("NO LIABILITY ACCEPTED, (c)97 VeriSign, Inc.", "VeriSign Time Stamping
Service Root", "VeriSign, Inc.")
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "e4:9e:fd:f3:3a:e8:0e:cf:a5:11:3e:19:a4:24:02:32" ()
() ("Class 3 Public Primary Certification Authority")
2015-04-15 14:31:48 +02:00
Philip Kaufmann
5a53d7cda3
[Qt] paymentserver: do not log NULL certificates
...
- also add a few more comments in PaymentServer::LoadRootCAs
2015-04-15 14:31:48 +02:00
evan82
d5b3558a9a
Merge pull request #304 from snogcel/master
...
QScrollBar Fix
2015-04-14 17:23:49 -07:00
UdjinM6
930ac51876
Fix compiling errors on Linux. Should be ok now.
2015-04-14 11:54:06 +03:00
crowning-
3fa77045a7
Missing resources add to Qt-makefile
...
Should build now
2015-04-13 22:28:32 +02:00
UdjinM6
b26ea22a70
Merge branch 'master' into merge_btc010
2015-04-13 22:46:04 +03:00
evan82
73b831c3a7
Merge pull request #306 from crowning-/auto-wallet-backup
...
Configurable Automatic Wallet Backup
2015-04-13 10:51:31 -07:00
snogcel
2efd85af0d
QScrollBar Arrow Enhancement
2015-04-12 12:43:04 -06:00
crowning-
5a1857795e
Number of automatic backups configurable (0-10)
2015-04-12 14:43:53 +02:00
UdjinM6
b56b9275c7
fix DS and IX for CoinControl in litemode
2015-04-12 07:30:57 +03:00
crowning-
51304dfaa2
Create backups of wallet.dat automatically
2015-04-11 06:14:18 +02:00
crowning-
2bb8209877
CSS reverted to master
2015-04-11 05:34:08 +02:00
crowning-
756f771517
CSS reverted to master
2015-04-11 05:32:11 +02:00
crowning-
378fdf4c93
Merge remote-tracking branch 'upstream/master'
2015-04-10 21:43:45 +02:00
UdjinM6
63ae382c72
ru
2015-04-10 19:34:43 +03:00
UdjinM6
3cfd9538d5
Merge branch 'master' into merge_btc010
2015-04-10 19:32:57 +03:00
snogcel
14d990362f
QScrollBar Fix Horizontal
2015-04-09 20:39:34 -06:00
snogcel
cc785e20bf
Merge remote-tracking branch 'upstream/master'
2015-04-09 20:37:22 -06:00
snogcel
2757360ace
QScrollBar Fix
2015-04-08 18:48:42 -06:00
crowning-
680be25d2a
Added missing scrollbar-arrows
2015-04-09 00:31:01 +02:00
UdjinM6
a866e12f74
should set nMaxToAnonymize equal to denominatedBalance only if it's greater then it was possible to denominate
2015-04-08 21:27:35 +03:00
Evan Duffield
0f677c4583
version bump / reduce max rounds options in conf
2015-04-08 09:38:04 -07:00
Evan Duffield
7d5948012b
DS: Adjust Target Balance
...
- When targeting the entire balance, the wallet reports getting stuck at 99%.
2015-04-08 08:02:54 -07:00
UdjinM6
58e418e1e1
add Peers menu item
2015-04-08 07:26:15 +03:00
Evan Duffield
ec80b25217
updated chinese translations
2015-04-07 20:05:40 -07:00
Evan Duffield
ad348211f8
Merge branch 'v0.11.2.x' of https://github.com/darkcoin/darkcoin into v0.11.2.x
2015-04-07 20:04:02 -07:00
Evan Duffield
88ab84a2e7
updated translatios
2015-04-07 17:35:22 -07:00
Evan Duffield
d120557b05
updated chinese translations
2015-04-07 10:09:42 -07:00
MarcoFalke
6c3566443f
[Qt] Clarify: smartfee button name "Minimize"
...
Make clear this button hides the options instead of minimizing the transaction fee.
2015-04-07 13:32:09 +02:00
Evan Duffield
18828b00ef
fixed overviewpage.cpp
2015-04-06 08:32:43 -07:00
Evan Duffield
f0192b1bb3
Reverting some DS changes
...
- Some changes caused instability of DS, this should fix that.
2015-04-06 08:14:26 -07:00
UdjinM6
fabca0a428
more bitcoin->dash fixes
2015-04-06 00:56:58 +03:00
UdjinM6
f08ddc5eea
fix DSdenom/watchonly
2015-04-05 02:45:22 +03:00
UdjinM6
4c129040fe
fix unit icons (ugly but works, need to repaint however)
2015-04-05 02:25:32 +03:00
UdjinM6
23129a063f
Merge branch 'master' into merge_btc010
2015-04-04 20:15:38 +03:00
UdjinM6
dd39898a6b
Merge branch 'master' into HEAD
...
Resolved conflicts:
configure.ac
src/clientversion.h
src/qt/locale/dash_bg.ts
src/qt/locale/dash_cmn.ts
src/qt/locale/dash_de.ts
src/qt/locale/dash_es.ts
src/qt/locale/dash_fi.ts
src/qt/locale/dash_pt.ts
src/qt/locale/dash_ru.ts
src/qt/locale/dash_sv.ts
src/qt/locale/dash_vi.ts
src/qt/res/icons/toolbar.png
src/qt/res/icons/toolbar_testnet.png
2015-04-04 19:45:02 +03:00
UdjinM6
64eebc3316
0.12 dirty merge'n'fix (bitcoin 0.10)
2015-04-04 19:24:37 +03:00
crowning-
833cf2b23e
Transaction type column width adjusted
2015-04-03 20:42:54 +02:00
crowning-
c97d8fb1f9
"Recent Transactions" font-size reduced by 1
2015-04-03 11:10:28 +02:00
crowning-
7c57a2ed80
Disable "Try Mix" and "Reset" buttons in Masternode mode
2015-04-03 10:25:14 +02:00
crowning-
eb42ea204e
Centered in/out TX icons for a more harmonic look
2015-04-03 06:14:03 +02:00
crowning-
15e931b254
Off-centered vertical "About" image fixed
2015-04-03 05:51:55 +02:00
Wladimir J. van der Laan
41113e33ad
Merge pull request #5950
...
3a3ecc0
Initialization: setup environment before starting QT tests (dexX7)
fc3979a
Initialization: setup environment before starting tests (dexX7)
ba0fa0d
Initialization: set fallback locale as environment variable (dexX7)
2015-04-01 12:22:29 +02:00
Wladimir J. van der Laan
5ff4065cc6
Merge pull request #5833
...
721cb55
GUI: Display label rather than address on popups (Luke Dashjr)
e96028c
GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Service" rather than [IP] "Address" (Luke Dashjr)
2015-04-01 12:02:01 +02:00
UdjinM6
368c7a631e
Fix UI in masternode and lite modes:
...
- disable entire DS frame in masternode mode and do not run timer
- hide DS and IX checkboxes in litemode
2015-03-31 01:27:20 +03:00
Evan Duffield
91d5f043ca
Merge branch 'crowning--v0.11.2.x'
2015-03-30 09:06:26 -07:00
Evan Duffield
0dab1d059e
updated chinese translations
2015-03-30 09:05:24 -07:00
Wladimir J. van der Laan
bb56781d61
Merge pull request #5898
...
c816833
[Qt] fix rpc console font size to flexible metrics (Jonas Schnelli)
2015-03-30 10:24:05 +02:00
crowning-
e67cc843dc
Black border of Windows icons removed
2015-03-30 08:17:08 +02:00
Evan Duffield
9d23c7fa3a
translation updates
2015-03-29 22:18:16 -07:00
dexX7
3a3ecc02e5
Initialization: setup environment before starting QT tests
...
The environment is prepared by the main thread to guard against invalid locale settings.
2015-03-29 10:35:35 +02:00
Evan Duffield
f227a13cb1
Merge branch 'v0.11.2.x' of https://github.com/darkcoinproject/darkcoin into v0.11.2.x
2015-03-27 17:42:56 -07:00
Evan Duffield
a5e5476995
imported updated translations
2015-03-27 17:42:35 -07:00
crowning-
dbc093f834
Merge remote-tracking branch 'upstream/v0.11.2.x' into v0.11.2.x
2015-03-27 23:49:13 +01:00
crowning-
2d5dd18548
Line-break (which breaks the layout) removed from German translation.
2015-03-27 23:44:52 +01:00
UdjinM6
e6ec450fa1
(mac) icns with new logo
2015-03-27 20:12:34 +03:00
Evan Duffield
d1fad966e9
DASHS -> DASH
2015-03-27 08:54:29 -07:00
Evan Duffield
6a75e6e52e
updated chinese translations
2015-03-27 08:04:17 -07:00
Evan Duffield
b929991ff9
deleted unused translation files
2015-03-27 07:32:19 -07:00
Jonas Schnelli
c8168331a2
[Qt] fix rpc console font size to flexible metrics
...
should fix #5897
2015-03-27 09:48:26 +01:00
crowning-
4421c968cf
256x256 pics updated to Dash logo
2015-03-26 23:08:01 +01:00
crowning-
073e55fcc5
Dash images for toolbar
2015-03-26 22:56:48 +01:00
crowning-
d6db2a35c6
Dash icons for Windows
2015-03-26 22:12:53 +01:00
evan82
b00ffa6af1
Merge pull request #279 from UdjinM6/v0.11.2.x_DS_header
...
v0.11.2.x make Darksend header styling closer to Available label
2015-03-26 07:22:57 -07:00
evan82
aadf08a8ca
Merge pull request #278 from UdjinM6/v0.11.2.x_fix_UI
...
v0.11.2.x fix balances label UI issue
2015-03-26 07:22:35 -07:00
UdjinM6
b44f0429db
make Darksend header styling closer to Available label
2015-03-26 13:25:01 +03:00
Wladimir J. van der Laan
8e4fd0cc31
Merge pull request #5876
...
5983a4e
Add a NODE_GETUTXO service bit and document NODE_NETWORK. Stop translating the NODE_* names as they are technical and cannot be translated. (Mike Hearn)
2015-03-26 09:26:57 +01:00
Wladimir J. van der Laan
4635a4c4e7
Translations update from transifex
2015-03-26 08:59:53 +01:00
UdjinM6
e9ea273db7
fix balances label UI issue
2015-03-25 18:13:55 +03:00
crowning-
51fdade5c7
Fixed console history truncation
2015-03-25 10:16:46 +01:00
snogcel
24b0e364f2
updated color scheme and logos
2015-03-24 22:54:49 -06:00
snogcel
283edf7598
adjustment (single line revert)
2015-03-24 19:01:50 -06:00
snogcel
bf4c9ef42a
qlabel width adjustment & small button placement adjustment
2015-03-24 18:58:33 -06:00
Jorge Timón
8a893c949b
Includes: Do not include main.h from any other header
2015-03-24 17:23:32 +01:00
snogcel
7092180641
increase recent transactions to 5
2015-03-23 21:31:15 -06:00
snogcel
33202e4089
adjust Available Balance label height
2015-03-23 19:58:45 -06:00
snogcel
0b9f9b6c33
Revert "increase number of recent transactions"
...
This reverts commit 99ce56a8c0
.
2015-03-23 18:44:16 -06:00
snogcel
99ce56a8c0
increase number of recent transactions
2015-03-23 18:41:10 -06:00
snogcel
3bcaead0f6
updated logo and subtle color scheme adjustment
2015-03-23 18:32:54 -06:00
crowning-
a5833ccd34
"(out of sync)" labels re-aligned
2015-03-23 21:12:33 +01:00
Evan Duffield
2bac43a100
updated logos
2015-03-23 10:30:12 -07:00
crowning-
bcb148eeab
Placement of transaction-amount adjusted (unconfirmed transactions didn't fit)
2015-03-22 21:29:29 +01:00
crowning-
ef74e261e5
Resized transaction icons of overview-page for a more harmonic look
2015-03-22 20:37:30 +01:00
Evan Duffield
da66e049cb
update logos
2015-03-22 07:15:28 -07:00
UdjinM6
00023e97db
disconnect ds timer if not in litemode
2015-03-21 20:27:13 -07:00
snogcel
988af26070
available balance font size, iX and darksend checkbox alignment
2015-03-21 20:27:13 -07:00
Mike Hearn
5983a4e50f
Add a NODE_GETUTXO service bit and document NODE_NETWORK.
...
Stop translating the NODE_* names as they are technical and cannot be translated.
2015-03-21 19:35:02 +01:00
evan82
32fcbf0932
Merge pull request #258 from snogcel/v0.11.2.x
...
button click css, fix for EditAddressDialog
2015-03-21 06:21:02 -07:00
Evan Duffield
1cf72dea8c
fixed tDASH references
2015-03-20 17:00:46 -07:00
snogcel
9b22e80024
button click css, fix for EditAddressDialog
2015-03-20 13:50:48 -06:00
Evan Duffield
79e50f81e3
Disabled masternode blinding / increased rounds defaults
2015-03-20 08:47:19 -07:00
Wladimir J. van der Laan
05f17d4eaa
Merge pull request #5745
...
50c72f2
[Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
2015-03-20 16:08:35 +01:00
Evan Duffield
ba278ba5f6
Merge branch 'v0.11.2.x' of https://github.com/darkcoinproject/darkcoin into v0.11.2.x
2015-03-20 07:54:19 -07:00
Evan Duffield
da7eba7198
Merge branch 'v11.2-dash' of https://github.com/darkcoinproject/darkcoin into v11.2-dash
2015-03-20 07:46:39 -07:00
Evan Duffield
76aaea1ae8
Translation updates
...
Darkcoins -> Dash
dashcurrency.com -> dashpay.io
Updated seeds
2015-03-20 07:45:30 -07:00
Cory Fields
d7d187e8a4
allocators: split allocators and pagelocker
...
Pagelocker is only needed for secure (usually wallet) operations, so don't make
the zero-after-free allocator depend on it.
2015-03-20 12:23:44 +01:00
snogcel
aba8af73b0
subtle menu, tabwidget, and button modifications
2015-03-19 22:47:21 -06:00
evan82
02340c4a08
Merge pull request #255 from UdjinM6/v11.2-dash
...
ru
2015-03-19 13:09:54 -07:00
UdjinM6
bfdf6894dc
ru
2015-03-19 22:41:06 +03:00
Evan Duffield
981775c1d2
uDRK -> uDASH
2015-03-19 12:14:58 -07:00
Evan Duffield
5cb26c5928
Changed darkcoin references to dash
...
- Changed out logos (just a placeholder)
- DRK -> DASH
- ./darkcoin -> ./dash
2015-03-19 12:03:14 -07:00
snogcel
913baaf88b
updated buttons
2015-03-19 07:16:24 -06:00
Evan Duffield
8f39610ee4
Merge branch 'v0.11.2.x' of https://github.com/darkcoinproject/darkcoin into v11.2-dash
2015-03-18 12:50:02 -07:00
evan82
4d7db44afa
Merge pull request #252 from snogcel/v0.11.2.x
...
Window Resizing Fixes
2015-03-18 06:30:58 -07:00
snogcel
686a99f7e1
remove leftover global style
2015-03-18 06:59:14 -06:00
crowning-
8825e7978b
Wrong default them name on initialization fixed
2015-03-18 06:57:42 +01:00
snogcel
243975a610
window resize fix
2015-03-17 22:17:11 -06:00
Evan Duffield
35bb210c6b
Dash rebranding
2015-03-17 16:06:58 -07:00
crowning-
2633df7c4b
Icons for outgoing transactions changed back to the color red
2015-03-17 21:38:22 +01:00