Commit Graph

9952 Commits

Author SHA1 Message Date
evan82
f30a627f8b Merge pull request #640 from crowning-/Crownium
Crownium theme
2016-01-05 10:36:53 -07:00
evan82
b1525ba48e Merge pull request #636 from crowning-/patch-1
Non-critical CSS-error-messages removed from debug.log
2016-01-05 10:33:33 -07:00
evan82
6df51c97d0 Merge pull request #638 from crowning-/UI_Enhancements
UI: wrong keypool default value displayed
2015-10-27 14:54:53 -07:00
evan82
d29309edaf Merge pull request #641 from crowning-/v0.12.1.x
UI: show complete path to wallet.dat on Wallet-Repair tab
2015-10-26 12:22:21 -07: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
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-
3f378fe455 UI: wrong keypool default value displayed part 2 2015-10-05 22:50:54 +02:00
crowning-
a29e1ce0bd -keypool=<n> help text modified 2015-10-04 14:20:45 +02:00
crowning-
2a25c8c8bb UI: wrong keypool default value displayed 2015-10-04 13:55:33 +02:00
evan82
0c0cdb3f2a Merge pull request #628 from crowning-/v0.12.1.x
GUI: Edit masternode.conf from within the wallet
2015-10-02 16:33:55 -07: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
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
Holger Schinzel
7c288e1dfd Merge branch 'v0.12.0.x' into v0.12.1.x
Conflicts:
	configure.ac
	src/clientversion.h
2015-09-28 18:19:11 +02:00
Holger Schinzel
27a4f5e6b2 bumping to v56 for next dev iteration 2015-09-28 18:16:48 +02:00
Holger Schinzel
c30a0aa592 Merge pull request #627 from dashpay/v0.12.0.x
release v0.12.0.55
2015-09-28 17:49:30 +02:00
Evan Duffield
6509adf671 Revert "More liberal block creation"
This reverts commit bda45f1b26.
2015-09-28 07:54:24 -07:00
Evan Duffield
ac3a0123b7 Fixed IX confirmation bug for gettransaction
IX confirmations now show up correctly via the RPC interface immediately after IX confirms they are double-spend proof:

gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
    "amount" : 0.00000000,
    "fee" : -0.01000000,
    "confirmations" : 5,
    "bcconfirmations" : 0,
    "txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
    "walletconflicts" : [
}

... a moment later ...

gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
    "amount" : 0.00000000,
    "fee" : -0.01000000,
    "confirmations" : 6,
    "bcconfirmations" : 1,
    "blockhash" : "00000000000f850e60431a5a88fba1cd8d3868477056f65493664e2d39c1837c",
    "blockindex" : 2,
    "blocktime" : 1443290068,
    "txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
    "walletconflicts" : [
    ],
}
2015-09-28 13:19:03 +02:00
UdjinM6
f173a8634f fix LP inter-mixing by not initiating new queues by them
Closes: #623
2015-09-28 13:16:16 +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
evan82
82c2f06851 Merge pull request #625 from UdjinM6/translations20150928
huge update for Chinese and Japanese(include it in the list now)
2015-09-27 22:40:06 -07:00
UdjinM6
e98fc3a2e5 huge update for Chinese and Japanese(include it in the list now) 2015-09-28 06:16:23 +03:00
Evan Duffield
71272d4b48 Fixed IX confirmation bug for gettransaction
IX confirmations now show up correctly via the RPC interface immediately after IX confirms they are double-spend proof:

gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
    "amount" : 0.00000000,
    "fee" : -0.01000000,
    "confirmations" : 5,
    "bcconfirmations" : 0,
    "txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
    "walletconflicts" : [
}

... a moment later ...

gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
    "amount" : 0.00000000,
    "fee" : -0.01000000,
    "confirmations" : 6,
    "bcconfirmations" : 1,
    "blockhash" : "00000000000f850e60431a5a88fba1cd8d3868477056f65493664e2d39c1837c",
    "blockindex" : 2,
    "blocktime" : 1443290068,
    "txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
    "walletconflicts" : [
    ],
}
2015-09-26 10:55:46 -07:00
Evan Duffield
bda45f1b26 More liberal block creation 2015-09-26 09:58:08 -07:00
Evan Duffield
473328518c v55 2015-09-24 18:27:39 -07:00
evan82
87766f5db5 Merge pull request #623 from UdjinM6/fixlpintermixing
fix LP inter-mixing by not initiating new queues by them
2015-09-24 16:29:03 -07:00
UdjinM6
de478cb632 fix LP inter-mixing by not initiating new queues by them 2015-09-25 02:16:49 +03:00
UdjinM6
3d91fe326c add mnbudgetvoteraw
Closes: #621
2015-09-24 23:46:19 +02:00
elanaint
2fa3615b35 Update tor nodes
Closes: #622
2015-09-24 15:12:56 +02:00
evan82
a0a2b865e6 Merge pull request #621 from UdjinM6/mnbudgetvoteraw
add mnbudgetvoteraw
2015-09-22 17:52:06 -07:00
UdjinM6
730c29fa47 add mnbudgetvoteraw 2015-09-23 03:15:23 +03:00
Holger Schinzel
046c2383dc Merge pull request #619 from nightlydash/merge_0.12.0.x
Merge 0.12.0.x
2015-09-22 16:50:02 +02:00
Holger Schinzel
3787421146 merging 0.12.0.x into 0.12.1.x 2015-09-22 16:46:03 +02:00
evan82
e4e1fc9bcb Merge pull request #612 from crowning-/UI_Enhancements
UI: theme-dependent icons/images Step 2-5
2015-09-22 07:14:50 -07:00
evan82
acb41462a5 Merge pull request #563 from UdjinM6/v0.12.1.x_bip69
V0.12.1.x Implement bip69
2015-09-22 07:14:23 -07:00
evan82
ddf71c0764 Merge pull request #561 from UdjinM6/v0.12.1.x_pre_enabled
V0.12.1.x pre-enabled status from masternodes
2015-09-22 07:14:10 -07: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-
b5efb1e065 Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium 2015-09-16 20:20:33 +02:00
crowning-
bb49ce8244 Merge remote-tracking branch 'upstream/v0.12.1.x' into UI_Enhancements 2015-09-16 20:15:11 +02:00
crowning-
0b435daecc UI: theme-dependent icons/images Step 5 (About message) 2015-09-16 20:09:12 +02:00