Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert native strings to UTF-8 when writing to STDOUT. | Martin Whitaker | 2024-01-21 | 1 | -0/+2 |
| | |||||
* | Convert UTF-8 strings returned by gettext to native Perl strings. | Martin Whitaker | 2024-01-21 | 2 | -54/+59 |
| | | | | | | Sadly libintl-perl doesn't take care of this for us. Also remove the call to setlocale, which doesn't appear to be needed. | ||||
* | Change default release to 9. | Martin Whitaker | 2024-01-21 | 1 | -1/+1 |
| | |||||
* | Fix makefiles and update NEWS for i18n support. | Martin Whitaker | 2024-01-21 | 3 | -5/+6 |
| | |||||
* | Update Norwegian translation from Tx | Yuri Chornoivan | 2024-01-10 | 1 | -47/+52 |
| | |||||
* | Update Japanese translation from Tx | Yuri Chornoivan | 2023-12-24 | 1 | -45/+52 |
| | |||||
* | Update Russian translation from Tx | Yuri Chornoivan | 2023-12-06 | 1 | -45/+54 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2023-12-03 | 1 | -18/+19 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2023-11-13 | 1 | -13/+13 |
| | |||||
* | Update Brittish translation from Tx | Yuri Chornoivan | 2023-11-07 | 1 | -0/+213 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -2/+2 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -40/+44 |
| | |||||
* | Update Valencian translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -46/+52 |
| | |||||
* | Update Finnish translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -46/+51 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -46/+52 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -16/+19 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2023-11-06 | 1 | -3/+3 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -28/+32 |
| | |||||
* | Update Slovenian translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -26/+32 |
| | |||||
* | Update Chinese (Hong Kong) translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -45/+51 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -45/+51 |
| | |||||
* | Update Chinese translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -45/+51 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -46/+53 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2023-11-05 | 1 | -44/+51 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2023-11-05 | 1 | -50/+56 |
| | |||||
* | Add Transifex translations | Yuri Chornoivan | 2023-11-05 | 58 | -0/+12091 |
| | |||||
* | Add Transifex config | Yuri Chornoivan | 2023-11-05 | 1 | -0/+8 |
| | |||||
* | Add some hints for translators. | Martin Whitaker | 2023-11-05 | 3 | -38/+42 |
| | |||||
* | Add support for i18n. | Martin Whitaker | 2023-11-04 | 6 | -53/+297 |
| | |||||
* | Remove --upgrade option from suggested downgrade command (mga#32333) | Martin Whitaker | 2023-09-30 | 2 | -1/+2 |
| | | | | That prevented urpmi from downgrading to a package in the release media. | ||||
* | Support https in repository URLs (mga#32333). | Martin Whitaker | 2023-09-30 | 2 | -1/+3 |
| | |||||
* | Correct URL in README.md (thanks to Johnny Solbu for spotting that). | Martin Whitaker | 2021-11-11 | 1 | -1/+1 |
| | |||||
* | Add description in README.md.1.6 | Martin Whitaker | 2020-02-19 | 1 | -0/+5 |
| | |||||
* | Import code from private repository. | Martin Whitaker | 2020-02-19 | 8 | -0/+1177 |
|\ | |||||
| * | 1.6 | Martin Whitaker | 2018-11-25 | 1 | -0/+2 |
| | | |||||
| * | Use file:// prefix when adding local repository, to only allow local path. | Martin Whitaker | 2018-11-25 | 2 | -1/+2 |
| | | |||||
| * | Avoid false positive when checking updates_testing media are enabled. | Martin Whitaker | 2018-11-25 | 1 | -1/+1 |
| | | |||||
| * | Fix bug in polkit rules. | Martin Whitaker | 2018-11-14 | 1 | -7/+6 |
| | | |||||
| * | Remove explict version number from main program. | Martin Whitaker | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | It will be automatically inserted when the package is built. | ||||
| * | Add Makefile and NEWS. | Martin Whitaker | 2018-11-13 | 2 | -0/+37 |
| | | |||||
| * | Add desktop file. | Martin Whitaker | 2018-11-13 | 1 | -0/+8 |
| | | |||||
| * | Rename main program to simply 'qarepo'. | Martin Whitaker | 2018-11-13 | 1 | -0/+0 |
| | | |||||
| * | Add option to suggest a downgrade command. | Martin Whitaker | 2018-11-13 | 1 | -3/+56 |
| | | |||||
| * | Convert error dialogue window to general purpose dialogue window... | Martin Whitaker | 2018-11-13 | 1 | -29/+31 |
| | | | | | | | | ...in preparation for next commit. | ||||
| * | Add check that no updates_testing media are currently enabled... | Martin Whitaker | 2018-11-13 | 1 | -0/+13 |
| | | | | | | | | ...as that defeats the purpose of using QARepo. | ||||
| * | Only accept limited abbreviations of full package names. | Martin Whitaker | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Automatically add the arch/noarch and .rpm extension, but don't allow incomplete or missing version numbers. We have wildcards and fuzzy versions for that. | ||||
| * | Add the qarepo-helper script and its associated polkit rules/actions. | Martin Whitaker | 2018-11-13 | 3 | -0/+38 |
| | | |||||
| * | Use polkit for authentication instead of sudo. | Martin Whitaker | 2018-11-13 | 1 | -5/+8 |
| | | |||||
| * | Ensure a '+' in a package name is taken literally. | Martin Whitaker | 2018-11-13 | 1 | -1/+2 |
| | | |||||
| * | New release | Martin Whitaker | 2018-03-31 | 1 | -93/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version supports simultaneous 32-bit and 64-bit local repos. They will be (unimaginatively) named 'QA Testing (32-bit)' and 'QA Testing (64-bit)'. The repos will be stored in 'i586' and 'x86_64' subdirectories of the directory specified in the QA Repo box. Each repo can be independently enabled/disabled. The repos can have different contents. When you switch between them in the GUI, the RPMs box will be updated to show the current contents of the selected repo. Before using the new version, make sure the old 'QA Testing' repo is disabled, and, if you want to save redownloading lots of files, move the the contents of your current repo down one level into the appropriately named (i586 or x86_64) subdirectory. |