-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Fix statusbar color #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
people with dark system theme otherwise have white text on light-grey bg
justmoon
pushed a commit
to justmoon/bitcoin
that referenced
this pull request
Apr 7, 2014
Also sat the version to 0.5.91 and enabled setting the protocol version in the CMakeList.txt file Also updated from 140700 to 168000 in block estimate and included a checkpoint in the checkpoint list. This commit fixes bitcoin#33
kac-
pushed a commit
to kac-/peercoin-ce
that referenced
this pull request
Jun 10, 2014
Use default translation file for french locales.
dexX7
added a commit
to dexX7/bitcoin
that referenced
this pull request
May 7, 2015
97a3d32 Replace CMPMetaDEx::effectivePrice() by CMPMetaDEx::unitPrice() (dexX7) 17b6eb6 Persist signed, not unsigned, balances (dexX7) 1b7cbb0 Restore reserved meta DEx balance properly (dexX7) 4db4860 Seperate dex/mdex file based persistence (dexX7) ea1ee84 Assert equal price of retrieved meta DEx order (dexX7) b6bff8b Assert meta DEx balance/token movements (dexX7) 8648037 Pull down CMPMetaDEx::getBlockTime() (dexX7) 13145bc Pull down CMPMetaDEx::setAmountRemaining() (dexX7) e08b2d3 Inline unit price and inverse unit price (dexX7) 76d2b94 Remove setAmountDesired() and simulate log entries (dexX7) e47ac2f Use remaining amount to honor original unit price (dexX7) f90cbb5 RPC : fix missing bracket (zathras-crypto) 8f861d7 RPC : clean up gettrade_MP a bit (zathras-crypto) 7f932a3 MetaDEx : improve metadex handling in populateRPCTransactionObject (zathras-crypto) 3329236 MetaDEx_INSERT: fix header (zathras-crypto) 9d64566 MetaDEx_INSERT : don't create a copy of the metadex object (zathras-crypto) bcc43c2 MetaDEx: Add MetaDEx_INSERT (zathras-crypto) 64fde48 MetaDEx : modify RPC output to be more similar to rest of client (zathras-crypto) 9e513f7 MetaDEx: clean up types + rename still_for_sale to amount_remaining (zathras-crypto) 4584a63 MetaDEx : add inversePrice() to supplement effectivePrice() (zathras-crypto) ea65637 X_Trade : make code more readable - no functional change (zathras-crypto)
8bitcoder
referenced
this pull request
in myriadcoin/myriadcoin
Nov 16, 2016
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
Implement sendtocontract rpc call (QTUMCORE-13)
nining
pushed a commit
to nining/bitcoin
that referenced
this pull request
Jan 3, 2018
Link to our own website for security issues
KrzysiekJ
pushed a commit
to KrzysiekJ/bitcoin
that referenced
this pull request
Mar 28, 2018
fix issue for compile on Xcode9
Warchant
referenced
this pull request
in VeriBlock/vbk-ri-btc
Dec 31, 2019
* Add ci, docker-compose, sonar * Add service locator, pop, rpc services (#1) Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add RPC service implementation (#2) * Add rpc_service_impl Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add opcodes Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Link libvbk everywhere Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix build Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Register RPCs Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix linker error * Make service locator templated * Use default template param to get rid of second overload of get/setService * Set timeout on build Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix usage on OP_CHECKATV&VTB Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add test template Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add fakeit Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Use fixture Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Move tests to vbk dir Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix double free Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix locator Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Disable -fno-devirtualize * Uncomment test Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix script_test Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix makefile Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix flag * Fix -fno-devirtualize flag * Add more interfaces (#3) * Add more interfaces Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Remove unneeded comments Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix build, sonar Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add lcov coverage to sonar (#5) * Add lcov coverage to sonar Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Use gcovr Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Implement Util Service & add tests (#4) * Implement Util Service & add tests Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add guard impl Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Remove slice; include vector Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Fix Signed-off-by: Bogdan Vaneev <warchantua@gmail.com> * Add init methods (#7) * Fixe AreInputsStandard, GetTransactionSigOpCostGetP2SHSigOpCount (#6) * Fixe AreInputsStandard, GetTransactionSigOpCostGetP2SHSigOpCount * fixes * fixes * fixes * fixe test, udate UpdateCoins' (#9) * fixes (#12) * fixes * small fixe * fixe * Update src/vbk/util_service/util_service_impl.cpp Co-Authored-By: Bohdan <warchantua@gmail.com> * Update src/script/interpreter.h Co-Authored-By: Bohdan <warchantua@gmail.com> * fixes * bitcoin-cli: convert parameters of the RPC service from JSON as needed (#16) * update mempool, add grpc calls (#14) * update mempool, add grpc calls * remove grpc * fixe * Fix locator (#17) * Fix locator * Fixes * Use clang in CI * Generate genesis blocks; change merkle root calc (#13) * Generate genesis blocks; change merkle root calc * Fixes * Fix main genesis block; disable tests * Fix * Fix make check * tests: add a VeriBlock integration test runner (#10) * tests: add a VeriBlock integration test runner * add a linker flag to resolve circular dependencies * Fix CI * ExtractMatches: fix incorrect condition (#19) * ExtractMatches fixed * Fix BTC-31 * Add SavePopTxToDatabase (#20) * add forkresolution, calculate block without pop tx (#18) * add forkresolution, calculate block without pop tx * Feature/update mempool comparator (#21) * update comparator, add tests * Feature/validate poptx (#22) * Add validate pop tx * Add EvalScript for pOP * Remove unused config const * Fix typo * Fix tests * Feature/pop reward (#23) * add pop rewards * fixe tests * fixes * Feature/fix bitcoind dnsseed (#26) * fix bitcoind * remove seeds and checkpoint data * Feature/add grpc service (#24) * add interface for the statefull block validation * add first verson of grpc class * Add autogeneration * Change submodule git -> https * add grpc calls of the service * add statefull validation * Update proto to v1; fix in Makefile * Fix build * Fix build * fixe * Fix build * Fixes to please CI * Fix build * Fix * Fix * Fix * First version of config... will continue tomorrow * Fix * FIx * add Pop merkle root commitment (#27) * fixe bitcoind * Fix (#28) * Add CD (#30) * Add CD * Try * Try * Try * Fix prerelase on * Add submodules * Update strip code * Remove email * Revert stripping * change the getblocktemplate method (#31) * Feature/disable checks (#32) * Disable requirement on at least one node * Fix tests * Fixes of grpc (#33) * Fixes of grpc * Update docker-compose image * Remove prefix in cd * Fix * Update cd * Fix (#34)
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Mar 23, 2021
Common API modules
satindergrewal
pushed a commit
to chips-blockchain/chipschain
that referenced
this pull request
Jun 22, 2021
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
Added two spaces to break into paragraphs
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unset the background color for the statusbar so it will use the system default.
If only background color is set explicitly (and not also foreground), users with light-on-dark system themes get unreadable white text on light-grey background.
Could also add an explicit foreground color, but I see no reason for the barely noticeable difference in the bg color in the first place.
(I tried editing the .fbp file with the wxFormBuilder, but it ended up changing the indentation (so git thinks every line has changed), so i just edited the template and the generated file by hand.)