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
crowning-
bf528715fc
UI: theme-dependent icons/images Step 1
2015-09-05 22:54:11 +02:00
UdjinM6
8d1609f0a5
translations 20150902
2015-09-03 00:32:34 +03: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
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
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
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
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
UdjinM6
b4aaa11864
translations >80%
2015-08-04 17:02:24 +03: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
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
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
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
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