Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-06-26 | build: Stop translating PACKAGE_NAME | MarcoFalke | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-06-12 | Explicitly specify encoding when opening text files in Python code | practicalswift | |
2018-03-26 | Change all python files to use Python3 | John Newbery | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-08-28 | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | |
2017-01-13 | Remove unused Python imports | practicalswift | |
2016-09-11 | [copyright] add MIT License copyright header to remaining Python files | isle2983 | |
2016-06-26 | Use portable #! in python scripts (/usr/bin/env) | Matthew King | |
2016-05-24 | Correct small typo in extract_strings_qt.py | Mitchell Cash | |
2016-03-29 | build: python 3 compatibility | Wladimir J. van der Laan | |
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. | |||
2016-01-19 | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere | Luke Dashjr | |
2015-12-22 | Set copyright holders displayed in notices separately from the package name | Luke Dashjr | |
This helps avoid accidental removal of upstream copyright names | |||
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr | |
2014-07-07 | qt: Pick translation messages only from necessary files | Wladimir J. van der Laan | |
Utility libraries (common, util) as well as extra tools shouldn't be parsed for translation messages, only the server and wallet part qualify here. | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-09-19 | fix extract_strings_qt.py | Philip Kaufmann | |
- a recent pull changed xgettext to gettext, this is reverted here | |||
2013-09-14 | autotools: teach extract_strings_qt.py to respect the XGETTEXT env variable | Cory Fields | |
2012-06-13 | Update bitcoinstrings from core and English source translation file | Wladimir J. van der Laan | |
This is necessary as any strings have changed since last time. Also the python script used to extract bitcoinstrings.cpp, extract_strings_qt.py now sorts the strings before generating the output file. This results in more deterministic output and thus smaller diffs. | |||
2012-04-15 | fix warnings: unused variable 'XX' [-Wunused-variable] | Wladimir J. van der Laan | |
2012-04-14 | Update translations for bitcoin core | Wladimir J. van der Laan | |
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed |