aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-022-8/+8
|
* really s/doge/dis/g this timeTomo Ueda2021-09-027-13/+13
|
* Rename pixmapsDemon2021-03-1112-1/+1
|
* Fix macOS Info.plist valueslangerhans2019-03-251-10/+10
|
* Replace Bitcoin icons with Dogecoin (#1448)Ross Nicoll2019-03-2513-1392/+1518
|
* Rename binaries to match DogecoinRoss Nicoll2019-03-251-3/+3
|
* Fix typospracticalswift2017-01-291-1/+1
|
* Remove unused Python importspracticalswift2017-01-131-1/+0
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Three categories of modifications: 1) 1 instance of 'The Bitcoin Core developers \n', 1 instance of 'the Bitcoin Core developers\n', 3 instances of 'Bitcoin Core Developers\n', and 12 instances of 'The Bitcoin developers\n' are made uniform with the 443 instances of 'The Bitcoin Core developers\n' 2) 3 instances of 'BitPay, Inc\.\n' are made uniform with the other 6 instances of 'BitPay Inc\.\n' 3) 4 instances where there was no '(c)' between the 'Copyright' and the year where it deviates from the style of the local directory.
* release: bump required osx version to 10.8. Credit jonasschnelli.Cory Fields2016-10-251-1/+1
| | | | | | libc++ on 10.7 causes too many issues. See #8577 for discussion/details.
* Merge #8784: Copyright headers for build scriptsWladimir J. van der Laan2016-09-291-0/+4
|\ | | | | | | | | | | | | 0c4e6ce Add MIT license to build-aux/m4 scripts (Luke Dashjr) 3f8a5d8 Trivial: build-aux/m4/l_atomic: Fix typo (Luke Dashjr) 3b4b6dc Add MIT license to autogen.sh and share/genbuild.sh (Luke Dashjr) f4dffdd Add MIT license to Makefiles (Luke Dashjr)
| * Add MIT license to autogen.sh and share/genbuild.shLuke Dashjr2016-09-211-0/+4
| |
* | [share] remove qt/protobuf.priMarcoFalke2016-09-221-35/+0
|/ | | | follow up of 35b8af92265ed74de63c3818e5290c27b3f35df2 (#2943)
* [copyright] add MIT License copyright header to remaining Python filesisle29832016-09-111-0/+3
|
* Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)MarcoFalke2016-08-151-1/+1
|\ | | | | | | | | 7b01ce2 Favour python over python2 as per PR #7723 (Matthew King) 873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
| * Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-261-1/+1
| |
* | windows: Add testnet icon for testnet linkWladimir J. van der Laan2016-06-301-1/+1
| | | | | | | | Overhauled testnet icon by Jonas Schnelli
* | windows: Add testnet link to installerWladimir J. van der Laan2016-06-291-0/+2
|/
* build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-091-7/+0
| | | | | | | Putting the build date in the executable is a practice that has no place in these days, now that deterministic building is increasingly common. Continues #7732 which did this for the GUI.
* Correct small typo in extract_strings_qt.pyMitchell Cash2016-05-241-2/+2
|
* Remove wxwidgets references from NSIS script.JeremyRand2016-04-111-4/+0
| | | | The NSIS script tried to delete wxwidgets-based executables/locales. These files are ancient, and presumably no users have them anymore, so we can simplify the NSIS script by removing those lines.
* build: Use PACKAGE_TARNAME and new bin names in NSIS script.JeremyRand2016-04-111-13/+13
| | | | | | | | | | | | | | Replaces the hardcoded string "bitcoin" with the autoconf variable PACKAGE_TARNAME; fixes #7265. Places where I chose not to replace: 1. bitcoin.ico wasn't replaced because it doesn't seem to be relevant to the build system and its filename never affects the end user. 2. InstallDir wasn't replaced because the current text has an uppercase B, and I'm not sure of a good way to capitalize the result of PACKAGE_TARNAME. 3. A comment in the Main Installer section wasn't replaced because comments don't ever face the end user. 4. The registry value "URL:Bitcoin" wasn't replaced for the same reason as InstallDir. 5. Startup shortcut wasn't replaced for the same reason as InstallDir. All other appearances of "bitcoin" were replaced with PACKAGE_TARNAME, except for the bin names, which were instead replaced with the new bin name autoconf variables.
* build: python 3 compatibilityWladimir J. van der Laan2016-03-291-2/+7
| | | | | | | | | | | | | | | Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default. It is possible to install a python-2.7 package, but this has its own problem: no `python` or `python2` symlink (see #7717). This fixes the following scripts to work with python 3: - `make check` (bctest,py, bitcoin-util-test.py) - `make translate` (extract_strings_qt.py) - `make symbols-check` (symbol-check.py) - `make security-check` (security-check.py) Explicitly call the python commands using $(PYTHON) instead of relying on the interpreter line at the top of the scripts.
* [doc] Fix markdownMarcoFalke2016-03-011-2/+1
|
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-032-0/+52
|\
| * Update project URLBtcDrak2016-01-151-1/+1
| |
| * Added additional config option for multiple RPC users.Gregory Sanders2015-11-292-0/+52
| |
* | Move PACKAGE_URL to configure.acLuke Dashjr2016-01-281-1/+1
| |
* | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-191-0/+2
| |
* | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-222-1/+2
| | | | | | | | This helps avoid accidental removal of upstream copyright names
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-143-3/+4
|/
* [trivial] Remove obsolete share/qt/make_windows_icon.shMarcoFalke2015-10-091-9/+0
|
* [trivial] Remove obsolete pixmapsMarcoFalke2015-09-1313-15/+0
|
* [qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.shMarcoFalke2015-09-133-38/+0
| | | | | | * Merge make_spinner.py into makespinner.sh * Also delete now unused imgs * Actually use all 36 frames for the spinner animation
* contrib: Improvements to hardcoded seeds scriptsWladimir J. van der Laan2015-06-253-680/+0
| | | | | | | - Moved all seed related scripts to contrib/seeds for consistency - Updated `makeseeds.py` to handle IPv6 and onions, fix regular expression for recent Bitcoin Core versions - Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing
* Merge pull request #6218Wladimir J. van der Laan2015-06-031-1/+1
|\ | | | | | | | | | | 960e994 gitian: Bump cache dir for current master (Cory Fields) be65628 gitian: bump faketime to something more recent (Cory Fields) c3cdd7b osx: set min version to 10.7 for 0.11+ (Cory Fields)
| * osx: set min version to 10.7 for 0.11+Cory Fields2015-06-021-1/+1
| |
* | OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli2015-06-031-0/+6
| |
* | [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-011-2/+2
|/
* [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli2015-05-191-2/+2
|
* build: if there's no recent git tag, don't spew error messagesCory Fields2015-05-041-1/+1
|
* Update seed IPs, based on bitcoin.sipa.be crawler dataPieter Wuille2015-01-051-602/+513
|
* build: Fix "too many arguments" errorFrancis GASCHET2014-11-041-1/+1
| | | | Closes #5141
* Fix all header definesPavel Janík2014-11-031-3/+3
|
* Update generate-seeds.py to produce doxygen compatible commentsMichael Ford2014-10-281-5/+8
|
* Disable App Nap on OSX 10.9+Michael Ford2014-10-041-0/+3
|
* build: fix release name strings for gitian buildsCory Fields2014-09-191-1/+1
| | | | | When building from a distdir as gitian does, checking for the .git dir is not reliable. Instead, ask git if we're in a repo.
* Add built-in seeds for .onionWladimir J. van der Laan2014-08-033-0/+766
| | | | | | | | | This makes it possible for a node with `-onlynet=tor` to bootstrap itself. It also adds the base infrastructure for adding IPv6 seed nodes. Also represent IPv4 fixed seed addresses in 16-byte format.
* qt: Pick translation messages only from necessary filesWladimir J. van der Laan2014-07-071-2/+3
| | | | | | Utility libraries (common, util) as well as extra tools shouldn't be parsed for translation messages, only the server and wallet part qualify here.