Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kile-lang | Distribution: openSUSE Tumbleweed |
Version: 2.9.95git.20250201T013505~e5dac14 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Feb 1 14:51:00 2025 |
Group: System/Localization | Build host: reproducible |
Size: 13465368 | Source RPM: kile-2.9.95git.20250201T013505~e5dac14-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://apps.kde.org/kile | |
Summary: Translations for package kile |
Provides translations for the "kile" package.
GPL-2.0-or-later
* Sat Feb 01 2025 christophe@krop.fr - Update to version 2.9.95git.20250201T013505~e5dac14: * Add BibLaTeX style extension for softwareversion * Adapt coding style to Kile's coding style * Project dependencies: Search for files relative to the master document * Mark constructors with one argument explicit. * Make a couple of pointers const * kiledocmanager.cpp: Use range-based for-loop * [Flatpak] Re-enable * Remove deprecated Qt macros Q_NULLPTR and Q_DECL_OVERRIDE * Fix some issues revealed by static analyzers * Add override to destructor. * Use the correct name for the 'menu_mathbreqnenv' menu * Ensure that all insertion actions are disabled when no document is open * Add "Open Containing Folder" action * Use more range-based for loops * UI files: use notr="true" instead of old comment="KDE::DoNotExtract" * Update forward search shortcut * Use as_const instead of const_cast * Simplify more code flows, e.g. by removing continue's * Add ShowAll tools to Tools/Build config * Simplify code flow, e.g. by removing continue's * Increase kileui.rc version * Add new actions to kileui.rc * Fix deprecation warning for Qt::Key_mu * Work/wraith/add environments * Fix crashes in SelectFrameAction * House-keep range-based for loops * Wrap in QLatin1String and QLatin1Char * editorextension: fix crash in finding bracket and dollar pairs * src/configtester.cpp: Fix Windows build * Wrap in QLatin1String and QLatin1Char * Replace some Qt 6 deprecations * add Shift+Leftclick in editor to forward search * Make warning RegEx non-greedy. * Respect user feedback in AbbreviationView::slotDeleteAbbreviation() * Fix creation of the local abbreviation directory * Remove unused variables found by Clazy * LaTeXOutputParser: Fix invalid regular expression * appstream: replace deprecated developer_name with developer, add launchable * Drop code duplicating what KAboutData::setApplicationData() does * [cmake] Guard use of KF6 Doc Tools as it is optional * appdata: Fix release date of Kile 3.0 beta 4 * Raise version to 2.9.95 * Ensure that the doc files are compiled and installed * Rework how versions are handled * Fix RTTI with clang Use qobject_cast for runtime-loaded OkularPart to avoid issues with clang * Fix location of logging category install path * Tue Mar 12 2024 christophe@krop.fr - Switch to a GIT snapshot - Update to version 2.9.93git.20240312T011912~078a771: * Update README regarding Qt 6 and KF 6 * Update changelog to reflect Qt 6 / KF 6 port * Require at least ecm >= 6.0.0 * Fix some more compilation errors relating to ECM 5.240 * emit -> Q_EMIT * Fix some compilation errors relating to ECM 5.240 * Ensure that the Kile icon is shown correctly in Help / About Kile * Fix signal connection problems: QProcess::error -> QProcess::errorOccurred * Mon Feb 26 2024 Christophe Marin <christophe@krop.fr> - Replace okular-devel BuildRequires with 'cmake(Okular5)' * Thu Aug 27 2020 Christophe Giboudeaux <christophe@krop.fr> - Replace %make_jobs with %cmake_build. * Thu Nov 14 2019 Christophe Giboudeaux <christophe@krop.fr> - Use cmake() style BuildRequires when possible. * Thu Nov 14 2019 Wolfgang Bauer <wbauer@tmo.at> - Require okular, kile doesn't start if it's not installed (boo#1156577) * Sun Oct 20 2019 Wolfgang Bauer <wbauer@tmo.at> - Update to 3.0 Beta 3 * No changelog available - Drop patches merged upstream: * 0001-Silence-CMake-s-CMP0071-policy-warning.patch * 0003-Remove-X-DBUS-StartupType-from-desktop-file.patch * 0004-GIT_SILENT-made-messages-after-extraction.patch * 0005-Fix-minor-EBN-issues.patch * 0006-Fix-minor-EBN-issues.patch * 0007-GIT_SILENT-made-messages-after-extraction.patch * 0008-no-op-open-save-.ui-files.patch * 0009-Use-KMessageWidget-in-PostscriptDialog.patch * 0010-Fix-minor-EBN-issues.patch * 0011-Fix-minor-EBN-issues-explicit-normalize.patch * 0012-GIT_SILENT-made-messages-after-extraction.patch * 0013-i18n-fix-few-string-puzzles.patch * 0014-User-menu-do-not-attempt-to-load-an-empty-file-name.patch * 0015-Fix-minor-typo.patch * 0016-GIT_SILENT-made-messages-after-extraction.patch * 0017-SVN_SILENT-made-messages-.desktop-file-always-resolv.patch * 0018-no-need-to-declare-void-functions-with-no-parameters.patch * 0019-Fix-tab-icons-for-informing-the-user-of-clandestine-.patch * 0020-Use-more-functor-based-signal-slot-connections-in-Ki.patch * 0021-Search-for-the-file_save_copy_as-action-inside-KText.patch * 0022-Fix-Appstreamercli-minor-issues.patch * 0023-GIT_SILENT-made-messages-after-extraction.patch * 0024-GIT_SILENT-made-messages-after-extraction.patch * 0025-GIT_SILENT-made-messages-after-extraction.patch * 0026-GIT_SILENT-made-messages-after-extraction.patch * 0027-actually-initialize-kcrash-properly.patch * 0028-GIT_SILENT-made-messages-after-extraction.patch * 0029-GIT_SILENT-made-messages-after-extraction.patch * 0030-GIT_SILENT-made-messages-after-extraction.patch * 0031-GIT_SILENT-made-messages-after-extraction.patch * 0032-GIT_SILENT-made-messages-after-extraction.patch * 0033-GIT_SILENT-made-messages-after-extraction.patch * 0034-Avoid-crashing-when-closing-a-document-that-is-being.patch * 0035-GIT_SILENT-made-messages-after-extraction.patch * Mon Feb 25 2019 Fabian Vogt <fabian@ritter-vogt.de> - Update to 3.0 Beta 2 * Uses KDE Frameworks 5 * Features: + New live preview feature + Integration of Okular viewer + Customizable user menu * Numerous fixes - Add patches to git master at 09910015: * 0001-Silence-CMake-s-CMP0071-policy-warning.patch * 0003-Remove-X-DBUS-StartupType-from-desktop-file.patch * 0004-GIT_SILENT-made-messages-after-extraction.patch * 0005-Fix-minor-EBN-issues.patch * 0006-Fix-minor-EBN-issues.patch * 0007-GIT_SILENT-made-messages-after-extraction.patch * 0008-no-op-open-save-.ui-files.patch * 0009-Use-KMessageWidget-in-PostscriptDialog.patch * 0010-Fix-minor-EBN-issues.patch * 0011-Fix-minor-EBN-issues-explicit-normalize.patch * 0012-GIT_SILENT-made-messages-after-extraction.patch * 0013-i18n-fix-few-string-puzzles.patch * 0014-User-menu-do-not-attempt-to-load-an-empty-file-name.patch * 0015-Fix-minor-typo.patch * 0016-GIT_SILENT-made-messages-after-extraction.patch * 0017-SVN_SILENT-made-messages-.desktop-file-always-resolv.patch * 0018-no-need-to-declare-void-functions-with-no-parameters.patch * 0019-Fix-tab-icons-for-informing-the-user-of-clandestine-.patch * 0020-Use-more-functor-based-signal-slot-connections-in-Ki.patch * 0021-Search-for-the-file_save_copy_as-action-inside-KText.patch * 0022-Fix-Appstreamercli-minor-issues.patch * 0023-GIT_SILENT-made-messages-after-extraction.patch * 0024-GIT_SILENT-made-messages-after-extraction.patch * 0025-GIT_SILENT-made-messages-after-extraction.patch * 0026-GIT_SILENT-made-messages-after-extraction.patch * 0027-actually-initialize-kcrash-properly.patch * 0028-GIT_SILENT-made-messages-after-extraction.patch * 0029-GIT_SILENT-made-messages-after-extraction.patch * 0030-GIT_SILENT-made-messages-after-extraction.patch * 0031-GIT_SILENT-made-messages-after-extraction.patch * 0032-GIT_SILENT-made-messages-after-extraction.patch * 0033-GIT_SILENT-made-messages-after-extraction.patch * 0034-Avoid-crashing-when-closing-a-document-that-is-being.patch * 0035-GIT_SILENT-made-messages-after-extraction.patch - Drop patches, now upstream: * fix-user-editable-menus.patch * Thu Dec 08 2016 fabian@ritter-vogt.de - Revert kde4_runtime_requires change * Tue Nov 29 2016 olaf@aepfle.de - Expand macro kde4_runtime_requires only when its available to fix quilt setup
/usr/share/doc/HTML/ca/kile /usr/share/doc/HTML/ca/kile/index.cache.bz2 /usr/share/doc/HTML/ca/kile/index.docbook /usr/share/doc/HTML/ca/kile/scripting.docbook /usr/share/doc/HTML/ca/kile/usermenu.docbook /usr/share/doc/HTML/de/kile /usr/share/doc/HTML/de/kile/index.cache.bz2 /usr/share/doc/HTML/de/kile/index.docbook /usr/share/doc/HTML/de/kile/scripting.docbook /usr/share/doc/HTML/de/kile/usermenu.docbook /usr/share/doc/HTML/es/kile /usr/share/doc/HTML/es/kile/index.cache.bz2 /usr/share/doc/HTML/es/kile/index.docbook /usr/share/doc/HTML/es/kile/scripting.docbook /usr/share/doc/HTML/es/kile/usermenu.docbook /usr/share/doc/HTML/fr/kile /usr/share/doc/HTML/fr/kile/index.cache.bz2 /usr/share/doc/HTML/fr/kile/index.docbook /usr/share/doc/HTML/fr/kile/scripting.docbook /usr/share/doc/HTML/fr/kile/usermenu.docbook /usr/share/doc/HTML/it/kile /usr/share/doc/HTML/it/kile/index.cache.bz2 /usr/share/doc/HTML/it/kile/index.docbook /usr/share/doc/HTML/it/kile/scripting.docbook /usr/share/doc/HTML/it/kile/usermenu.docbook /usr/share/doc/HTML/nl/kile /usr/share/doc/HTML/nl/kile/index.cache.bz2 /usr/share/doc/HTML/nl/kile/index.docbook /usr/share/doc/HTML/nl/kile/scripting.docbook /usr/share/doc/HTML/nl/kile/usermenu.docbook /usr/share/doc/HTML/pl/kile /usr/share/doc/HTML/pl/kile/bullets.png /usr/share/doc/HTML/pl/kile/command-view.png /usr/share/doc/HTML/pl/kile/config-complete.png /usr/share/doc/HTML/pl/kile/config-dblquotes.png /usr/share/doc/HTML/pl/kile/config-encoding.png /usr/share/doc/HTML/pl/kile/config-quickpreview.png /usr/share/doc/HTML/pl/kile/config-userhelp.png /usr/share/doc/HTML/pl/kile/delete.png /usr/share/doc/HTML/pl/kile/dialog-addhelp.png /usr/share/doc/HTML/pl/kile/dialog-docbrowser1.png /usr/share/doc/HTML/pl/kile/dialog-docbrowser2.png /usr/share/doc/HTML/pl/kile/dialog-float.png /usr/share/doc/HTML/pl/kile/dialog-insertreference.png /usr/share/doc/HTML/pl/kile/dialog-insertsection.png /usr/share/doc/HTML/pl/kile/dialog-math.png /usr/share/doc/HTML/pl/kile/dialog-pstools.png /usr/share/doc/HTML/pl/kile/dialog-tabular.png /usr/share/doc/HTML/pl/kile/dialog-userhelp.png /usr/share/doc/HTML/pl/kile/environment.png /usr/share/doc/HTML/pl/kile/includegraphics.png /usr/share/doc/HTML/pl/kile/index.cache.bz2 /usr/share/doc/HTML/pl/kile/index.docbook /usr/share/doc/HTML/pl/kile/latex_example.png /usr/share/doc/HTML/pl/kile/menu-userhelp.png /usr/share/doc/HTML/pl/kile/project-creation.png /usr/share/doc/HTML/pl/kile/quickpreview.png /usr/share/doc/HTML/pl/kile/scripting.docbook /usr/share/doc/HTML/pl/kile/select.png /usr/share/doc/HTML/pl/kile/snap_compile_error.png /usr/share/doc/HTML/pl/kile/snap_okular_settings.png /usr/share/doc/HTML/pl/kile/snap_sidebarmenu.png /usr/share/doc/HTML/pl/kile/texgroup.png /usr/share/doc/HTML/pl/kile/usermenu.docbook /usr/share/doc/HTML/pt_BR/kile /usr/share/doc/HTML/pt_BR/kile/index.cache.bz2 /usr/share/doc/HTML/pt_BR/kile/index.docbook /usr/share/doc/HTML/pt_BR/kile/scripting.docbook /usr/share/doc/HTML/pt_BR/kile/usermenu.docbook /usr/share/doc/HTML/sl/kile /usr/share/doc/HTML/sl/kile/index.cache.bz2 /usr/share/doc/HTML/sl/kile/index.docbook /usr/share/doc/HTML/sl/kile/scripting.docbook /usr/share/doc/HTML/sl/kile/usermenu.docbook /usr/share/doc/HTML/sv/kile /usr/share/doc/HTML/sv/kile/index.cache.bz2 /usr/share/doc/HTML/sv/kile/index.docbook /usr/share/doc/HTML/sv/kile/scripting.docbook /usr/share/doc/HTML/sv/kile/usermenu.docbook /usr/share/doc/HTML/uk/kile /usr/share/doc/HTML/uk/kile/bullets.png /usr/share/doc/HTML/uk/kile/command-view.png /usr/share/doc/HTML/uk/kile/config-complete.png /usr/share/doc/HTML/uk/kile/config-dblquotes.png /usr/share/doc/HTML/uk/kile/config-encoding.png /usr/share/doc/HTML/uk/kile/config-quickpreview.png /usr/share/doc/HTML/uk/kile/config-userhelp.png /usr/share/doc/HTML/uk/kile/delete.png /usr/share/doc/HTML/uk/kile/dialog-addhelp.png /usr/share/doc/HTML/uk/kile/dialog-docbrowser1.png /usr/share/doc/HTML/uk/kile/dialog-docbrowser2.png /usr/share/doc/HTML/uk/kile/dialog-float.png /usr/share/doc/HTML/uk/kile/dialog-insertreference.png /usr/share/doc/HTML/uk/kile/dialog-insertsection.png /usr/share/doc/HTML/uk/kile/dialog-math.png /usr/share/doc/HTML/uk/kile/dialog-pdftools1.png /usr/share/doc/HTML/uk/kile/dialog-pdftools2.png /usr/share/doc/HTML/uk/kile/dialog-pdftools3.png /usr/share/doc/HTML/uk/kile/dialog-pstools.png /usr/share/doc/HTML/uk/kile/dialog-tabular.png /usr/share/doc/HTML/uk/kile/dialog-userhelp.png /usr/share/doc/HTML/uk/kile/environment.png /usr/share/doc/HTML/uk/kile/includegraphics.png /usr/share/doc/HTML/uk/kile/index.cache.bz2 /usr/share/doc/HTML/uk/kile/index.docbook /usr/share/doc/HTML/uk/kile/latex_example.png /usr/share/doc/HTML/uk/kile/menu-userhelp.png /usr/share/doc/HTML/uk/kile/project-creation.png /usr/share/doc/HTML/uk/kile/quickpreview.png /usr/share/doc/HTML/uk/kile/scripting-configure.png /usr/share/doc/HTML/uk/kile/scripting-execbutton.png /usr/share/doc/HTML/uk/kile/scripting-keysequence1.png /usr/share/doc/HTML/uk/kile/scripting-keysequence2.png /usr/share/doc/HTML/uk/kile/scripting-panel.png /usr/share/doc/HTML/uk/kile/scripting-shortcut.png /usr/share/doc/HTML/uk/kile/scripting-support.png /usr/share/doc/HTML/uk/kile/scripting.docbook /usr/share/doc/HTML/uk/kile/select.png /usr/share/doc/HTML/uk/kile/snap_autocomplete.png /usr/share/doc/HTML/uk/kile/snap_compile_error.png /usr/share/doc/HTML/uk/kile/snap_okular_settings.png /usr/share/doc/HTML/uk/kile/snap_projectview.png /usr/share/doc/HTML/uk/kile/snap_projectview_add.png /usr/share/doc/HTML/uk/kile/snap_ref_choose.png /usr/share/doc/HTML/uk/kile/snap_ref_select.png /usr/share/doc/HTML/uk/kile/snap_sidebarmenu.png /usr/share/doc/HTML/uk/kile/snap_structview_label.png /usr/share/doc/HTML/uk/kile/structureview-context1.png /usr/share/doc/HTML/uk/kile/structureview-context2.png /usr/share/doc/HTML/uk/kile/structureview.png /usr/share/doc/HTML/uk/kile/texgroup.png /usr/share/doc/HTML/uk/kile/usermenu.docbook /usr/share/doc/HTML/uk/kile/usermenu_01.png /usr/share/doc/HTML/uk/kile/usermenu_02.png /usr/share/doc/HTML/uk/kile/usermenu_03.png /usr/share/doc/HTML/uk/kile/usermenu_04.png /usr/share/doc/HTML/uk/kile/usermenu_05.png /usr/share/doc/HTML/uk/kile/usermenu_06a.png /usr/share/doc/HTML/uk/kile/usermenu_06b.png /usr/share/doc/HTML/uk/kile/usermenu_07a.png /usr/share/doc/HTML/uk/kile/usermenu_07b.png /usr/share/doc/HTML/uk/kile/usermenu_07c.png /usr/share/doc/HTML/uk/kile/usermenu_08a.png /usr/share/doc/HTML/uk/kile/usermenu_08b.png /usr/share/doc/HTML/uk/kile/usermenu_08c.png /usr/share/doc/HTML/uk/kile/usermenu_08d.png /usr/share/doc/HTML/uk/kile/usermenu_08e.png /usr/share/doc/HTML/uk/kile/usermenu_08f.png /usr/share/doc/HTML/uk/kile/usermenu_09.png /usr/share/doc/HTML/uk/kile/usermenu_10.png /usr/share/doc/HTML/uk/kile/usermenu_11.png /usr/share/doc/HTML/uk/kile/usermenu_12.png /usr/share/locale/ar/LC_MESSAGES/kile.mo /usr/share/locale/ast/LC_MESSAGES/kile.mo /usr/share/locale/bg/LC_MESSAGES/kile.mo /usr/share/locale/bs/LC_MESSAGES/kile.mo /usr/share/locale/ca/LC_MESSAGES/kile.mo /usr/share/locale/ca@valencia/LC_MESSAGES/kile.mo /usr/share/locale/cs/LC_MESSAGES/kile.mo /usr/share/locale/da/LC_MESSAGES/kile.mo /usr/share/locale/de/LC_MESSAGES/kile.mo /usr/share/locale/el/LC_MESSAGES/kile.mo /usr/share/locale/en_GB/LC_MESSAGES/kile.mo /usr/share/locale/eo/LC_MESSAGES/kile.mo /usr/share/locale/es/LC_MESSAGES/kile.mo /usr/share/locale/et/LC_MESSAGES/kile.mo /usr/share/locale/eu/LC_MESSAGES/kile.mo /usr/share/locale/fi/LC_MESSAGES/kile.mo /usr/share/locale/fr/LC_MESSAGES/kile.mo /usr/share/locale/ga/LC_MESSAGES/kile.mo /usr/share/locale/gl/LC_MESSAGES/kile.mo /usr/share/locale/hi/LC_MESSAGES/kile.mo /usr/share/locale/hu/LC_MESSAGES/kile.mo /usr/share/locale/ia/LC_MESSAGES/kile.mo /usr/share/locale/it/LC_MESSAGES/kile.mo /usr/share/locale/ja/LC_MESSAGES/kile.mo /usr/share/locale/ka/LC_MESSAGES/kile.mo /usr/share/locale/kk/LC_MESSAGES/kile.mo /usr/share/locale/ko/LC_MESSAGES/kile.mo /usr/share/locale/lt/LC_MESSAGES/kile.mo /usr/share/locale/mai/LC_MESSAGES/kile.mo /usr/share/locale/mr/LC_MESSAGES/kile.mo /usr/share/locale/ms/LC_MESSAGES/kile.mo /usr/share/locale/nb/LC_MESSAGES/kile.mo /usr/share/locale/nds/LC_MESSAGES/kile.mo /usr/share/locale/nl/LC_MESSAGES/kile.mo /usr/share/locale/nn/LC_MESSAGES/kile.mo /usr/share/locale/pl/LC_MESSAGES/kile.mo /usr/share/locale/pt/LC_MESSAGES/kile.mo /usr/share/locale/pt_BR/LC_MESSAGES/kile.mo /usr/share/locale/ro/LC_MESSAGES/kile.mo /usr/share/locale/ru/LC_MESSAGES/kile.mo /usr/share/locale/sk/LC_MESSAGES/kile.mo /usr/share/locale/sl/LC_MESSAGES/kile.mo /usr/share/locale/sv/LC_MESSAGES/kile.mo /usr/share/locale/ta/LC_MESSAGES/kile.mo /usr/share/locale/tr/LC_MESSAGES/kile.mo /usr/share/locale/ug/LC_MESSAGES/kile.mo /usr/share/locale/uk/LC_MESSAGES/kile.mo /usr/share/locale/zh_CN/LC_MESSAGES/kile.mo /usr/share/locale/zh_TW/LC_MESSAGES/kile.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 23:53:52 2025