| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libKF5SyntaxHighlighting5-lang | Distribution: openSUSE Tumbleweed |
| Version: 5.116.0 | Vendor: openSUSE |
| Release: 1.4 | Build date: Mon May 6 13:33:25 2024 |
| Group: System/Localization | Build host: reproducible |
| Size: 405022 | Source RPM: syntax-highlighting-5.116.0-1.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.kde.org | |
| Summary: Translations for package libKF5SyntaxHighlighting5 | |
Provides translations for the "libKF5SyntaxHighlighting5" package.
LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0
* Mon May 06 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.116.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.116.0
- Changes since 5.115.0:
* fix refs
* use (?:sub){0,2} to work with all pcre versions
* Thu Feb 08 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.115.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.115.0
- No code change since 5.114.0
* Sat Jan 13 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
* Tue Dec 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
* Mon Nov 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.112.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.112.0
- No code change since 5.111.0
* Mon Oct 09 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.111.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.111.0
- Changes since 5.110.0:
* Set mode for more config file endings (kde#475078)
* Highlight MapCSS numeric and string condition values
* textproto syntax: Support multipart strings.
* textproto syntax: Add test case for octal escape sequences.
* textproto syntax: Support some types of comments.
* textproto syntax: Allow empty strings.
* textproto syntax: Allow commas between fields.
* Add TextProto syntax (protocol buffer Text Format Language).
* Wed Sep 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
* Tue Aug 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.109.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.109.0
- Changes since 5.108.0:
* Hare language syntax highlighting
* Add explicit moc includes to sources for moc-covered headers
* Mon Jul 03 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.108.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.108.0
- Changes since 5.107.0:
* Remove qt6 CI builds
* ensure all .json files are valid
* Highlight QML pragma keyword
* Mon Jun 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.107.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.107.0
- No code change since 5.106.0
* Sat May 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Backport theme changes to kf5
* backport master hl file updates
* Add mimetype for markdown
* Sat Apr 01 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.105.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.105.0
- Changes since 5.104.0:
* Highlight the QML "required" keyword, added in Qt 5.15
* Mon Mar 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.104.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.104.0
- No code change since 5.103.0
* Wed Feb 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.103.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.103.0
- Changes since 5.102.0:
* Log: fix slow search regex ; add Critical section ; some improvement in Log File (advanced) (kde#464424)
* Cobol: add extensions ; add exec sql block ; picture clause more permissive
* Cobol: replace tab with 2 spaces
* Add Zig language
* Add Cabal syntax
* Add Log File syntax
* avoid copies of Theme and QString in functions that manipulate themes
* FormatPrivate now contains a definition name rather than a reference to a definition
* add noexcept
* Theme::m_data is now always initialized with a valid pointer
* optimize ThemeData::textStyleOverride
* Replace DefinitionRef in StateData with a definition id
* Add COBOL syntax
* Indexer: suggest more minimal=1 or other rule for RegExpr with lookhaed=1 and .*
* Indexer: check xml validity
* feat: Add new syntax for `Earthfile`
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
* Resolve conflict on .ex file extension
* Markdown: remove dynamic rules that are not needed
* Julia: merge hundreds of rules into a single regex ; fix adjoint operator ; includes ##Comments
* avoid temporary constructions of Definition in AbstractHighlighter::highlightLine
* GCode: numbers are optional with parameters (kde#462969)
* cmake: Use ECMQmlModule for qtquick plugin
* update version and references
* Add MapCSS highlighting
* Update test files for Nim codeblock in markdown
* Add testcase to markdown file for Nim code blocks
* Markdown: Use nim highlighting in nim blocks
* Add testcase for "\"
* Nim: Small syntax fixes
* Add new keywords: `get` and `set`
/usr/share/locale/af/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ar/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/az/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/be/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/bg/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/bn/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/br/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/bs/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ca/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ca@valencia/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/cs/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/cy/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/da/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/de/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/el/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/en_GB/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/eo/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/es/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/et/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/eu/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/fa/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/fi/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/fr/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ga/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/gl/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/gu/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/he/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/hi/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/hr/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/hu/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ia/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/id/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/is/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/it/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ja/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ka/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/kk/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/km/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ko/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/lt/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/lv/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/mai/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/mk/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ml/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/mr/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ms/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/nb/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/nds/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ne/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/nl/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/nn/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/oc/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/pa/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/pl/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/pt/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/pt_BR/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ro/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ru/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/si/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sk/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sl/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sq/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sr/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sr@ijekavian/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sr@latin/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/sv/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ta/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/th/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/tr/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/ug/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/uk/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/vi/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/wa/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/zh_CN/LC_MESSAGES/syntaxhighlighting5_qt.qm /usr/share/locale/zh_TW/LC_MESSAGES/syntaxhighlighting5_qt.qm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Mar 7 23:05:58 2026