summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/langstats.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-26rbutil: Update translation stats script.Dominik Riebeling1-25/+17
- Update to Python3. - Change Qt tools to Qt5. - Cleanup. Change-Id: Icc9d9335518e8fba4a0c7a619527c8cdc087d59f
2013-09-18langstat: improve code style a bit.Dominik Riebeling1-19/+18
Change-Id: Ide53de01282fa49640e490a02a6e20abf4d6605a
2013-06-09Rework langstat.Dominik Riebeling1-50/+56
- Generally improve code and make it compliant to PEP8. - Make it work with Python3 as well. Change-Id: I9e99999c59dc501664c36dd38fcb85fb60d6d9e6
2012-04-29langstat: update for git.Dominik Riebeling1-89/+50
Use gitscraper for retrieving files from the repository and update output a bit. Fix some pep8 errors while at it. Change-Id: Iff05bc916decb28bed99b83d9a32ce344d5c613b
2010-03-01langstat: Output date of the latest and oldest language update.Dominik Riebeling1-0/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24986 a1c6a512-1295-4272-9138-f99709370657
2010-02-02Fix stupid typo in my last commit. How did I miss that?Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24472 a1c6a512-1295-4272-9138-f99709370657
2010-02-02Add italian to the list of language names.Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24468 a1c6a512-1295-4272-9138-f99709370657
2010-01-19Add standard Rockbox header and license text.Dominik Riebeling1-3/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24292 a1c6a512-1295-4272-9138-f99709370657
2010-01-19Add script for generating rbutil translation status overview.Dominik Riebeling1-0/+213
Small script to generate an overview of the current translation status of Rockbox Utility. The sources are retrieved from svn for this, so it doesn't mess up with a working copy. Current limitations: - expects lupdate-qt4 and lrelease-qt4 to be in the PATH. Doesn't try to find them using other names. - always works on SVN HEAD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24290 a1c6a512-1295-4272-9138-f99709370657