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
Evan Duffield
35bb210c6b
Dash rebranding
2015-03-17 16:06:58 -07:00
crowning2
34c0bd3c1b
CSS-loader refactored for ease of maintenance
2015-03-08 13:38:56 +01:00
crowning2
28b877e790
Missing include added/modifed
2015-03-07 19:10:56 +01:00
crowning2
8702795d9d
Daily upstream merge.
2015-03-04 20:32:56 +01:00
crowning2
6d58449987
Theme selector added to options-page
2015-03-03 21:49:40 +01:00
UdjinM6
4bfdcc181c
fix IX and DS fee calculations / use coincontrol to show live calculations
2015-03-02 07:26:38 +03:00
snogcel
7af7db84c7
CSS WIP v8
2015-03-01 02:15:39 -07:00
vertoe
1a3586700e
Update untranslated strings.
2015-02-15 14:34:56 +01:00
vertoe
e6ce27defd
Update copyright year 2015
2015-01-15 11:31:35 +01:00
Evan Duffield
c94600a2c8
Added coincontrol darksend rounds colunm from v10
2014-12-26 15:30:00 -07:00
Evan Duffield
2a33377fc8
Merged: Typo in log output (crowning)
2014-12-11 08:58:38 -07:00
vertoe
601457c2fe
Change Darkcoin units to DRK and added duffs.
2014-12-05 10:09:38 +01:00
Philip Kaufmann
d34b958406
[Qt] small cleanup of coincontroldialog
...
- use a little more Qt-style
- check for NULL pointers first and return in updateView()
- small space and formating changes
2014-04-01 10:11:18 +02:00
Cozz Lovan
b51700a852
[Qt] Dont set table color in coin control
2014-03-14 13:45:43 +01:00
Cozz Lovan
3f2a0172f5
[Qt] Fix coin control qt5 checkbox bug in tree mode
2014-03-11 14:16:48 +01:00
Cozz Lovan
dc01ba7b0c
Fix coin control sorts date as text
2014-03-03 23:26:00 +01:00
Gavin Andresen
93a18a3650
Remove CWalletTx::vfSpent
...
Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.
2014-02-26 11:53:51 -05:00
Philip Kaufmann
3380713af5
[Qt] coin control change address handling update
...
- re-work change address handling so that default is CNoDestination(),
until a verified and known change address was entered (easier code flow)
- add a missing NULL pointer check for adresstablemodel
- add a missing text when opening coin control address selection for
priority and ensure the label is black
- add a missing . at the end of a sentence
2013-12-20 15:50:21 +01:00
Wladimir J. van der Laan
93a5d0bb98
qt: use GUIUtil::dateTimeStr in coincontrol
2013-12-15 15:39:09 +01:00
Philip Kaufmann
d3207b6fa8
[Qt] coin-control features GUI cleanup 3
...
- remove style sheets from ui files and use Qt attributes instead
- make some more strings untranslatable, to make life for translators
easier
- split up long tooltips an rework the texts a little
2013-12-02 13:36:19 +01:00
Philip Kaufmann
0689f46cc7
Coincontrol cleanup (e.g. add missing license)
...
- add missing license headers
- make compatible with Qt5
- enforce header cleanup style
- small code style cleanups
- rename Coin Control dialog into Coin Control Address Selection
- use default font for the windows labels (no monospace)
2013-11-18 08:16:12 +01:00
Cozz Lovan
6a86c24db1
Coin Control Features
2013-11-14 14:25:10 +01:00