Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kdiff3-lang | Distribution: openSUSE Tumbleweed |
Version: 1.11.5 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Nov 8 13:43:47 2024 |
Group: System/Localization | Build host: reproducible |
Size: 3663945 | Source RPM: kdiff3-1.11.5-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://apps.kde.org/kdiff3 | |
Summary: Translations for package kdiff3 |
Provides translations for the "kdiff3" package.
GPL-2.0-or-later
* Fri Nov 08 2024 Christophe Marin <christophe@krop.fr> - Update to 1.11.5 * Fix false memory error when using "admin://" protocol * Cleanup BOM handling lock detection to only known UTF-* encodings that use it. * Fix bugged connection to non-existent signal (This is why we now use new style connections only.) * fix regression in diff margin color. * fix crash on deleting first line in diff block * fix merge encoding detection. * Tue Oct 01 2024 Christophe Marin <christophe@krop.fr> - Update to 1.11.4 * Adapt Diff3Line::getLineData to handle being called on non-existant lines * Suppress clang warning for quirky QT "enum" use * Pass over diff code completely if no data is loaded * Do full clearing of all diff related lists when one is cleared * Mon Jul 01 2024 Christophe Marin <christophe@krop.fr> - Update to 1.11.2 * Fixed encoding handling for non-UTF encodings * Fixed encoding detection for lower case 'HTML' and 'XML' tags * Tue May 21 2024 Christophe Marin <christophe@krop.fr> - Update to 1.11.1. * kparts is no longer needed * Don't set invalid first line if line < visableLines * Actually wait for event loop to exit in ProgressDialog::enterEventLoop * Don't kill KJob on hide * Cleanup resize code * Limit new line computation to 0 * Fix broken getBestFirstLine calcucation - Drop obsolete patch: * Fix-linking-with-boost-1.75.0.patch * Thu Jan 25 2024 Wolfgang Bauer <wbauer1@a1.net> - Update to 1.10.7 * Correctly handle oversized files (kde#475176) * Thu Oct 05 2023 Christophe Marin <christophe@krop.fr> - Update to 1.10.6 * Fix crash on exit * Wed Jul 12 2023 Christophe Marin <christophe@krop.fr> - Update to 1.10.5: * Resolve thread safety issues in word wrap runner * Fri Jun 09 2023 Adam Spiers <suse@adamspiers.org> - Update to 1.10.4 * Fixed no UI shown for failed auto-merge. - Update to 1.10.3 * Fix 469817 no text if word wrap is on. * Wed May 03 2023 Christophe Marin <christophe@krop.fr> - Update to 1.10.2 * Prevent false error due to faulty check when m_pOptions->m_bDiff3AlignBC = true * fix crash when word wrap enabled (kde#468492) * Rework KDiff3App::completeInit to avoid crash on exit in auto mode * "Escape" shortcut ignored if merge output in focus (kde#467652) * save and restore dock states (kde#466522) * Show UI before comparison start (kde#439148) * Don't crash on broken links (kde#466241) * Fix memory safety issues during reload. (kde#466524) * Fix mishandling line count for files containing '0x0b' * Tue Jan 17 2023 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.10.0 * Make DirectoryMergeWindow and DirectoryMergeInfo QDockWidgets * Use Qt native saveState/restoreState - Build with boost 1.75.0 on Leap as the standard version is too old (kdiff3 requires at least 1.71 now) - Add Fix-linking-with-boost-1.75.0.patch to workaround a bug in boost 1.75.0 that breaks the linking stage * Wed Dec 07 2022 Dirk Müller <dmueller@suse.com> - update to 1.9.6: * Fix horizontal scroll to be by character not pixels * Update window when ending selection mode. * Fri Mar 04 2022 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.9.5 * Attempt encoding detection for non-BOM UTF-8 * Rewrite EOL detection (kde#448353,kde#450225) + fixes speed regression + Better EOL detection decoding handled by Qt - Drop redundant recommendation of the -lang package * Tue Nov 23 2021 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.9.4 * Fix windows style cr/lf line ending handling (kde#442199) * Fix race on exit if qt sends QApplication::focusChanged during teardown (kde#444654) * Fri Aug 20 2021 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.9.3 * Fix multiple regressions in file comparison * Fix trailing EOL stripped (kde#437570) * Fix arbitrary line insertion during merge (kde#437570) - Drop 0001-Collected-fixes-from-master.patch, the relevant fixes are included in this release * Mon Jun 28 2021 Tilman Vogel <tilman.vogel@web.de> - Remove GCC 11 build fix: * 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch now contained in squashed patch - Add collected fixes from upstream master: * 0001-Collected-fixes-from-master.patch contains the original and many more fixes: + misalignment and wrong conflict resolutions when using manual alignment markers + uninitialized variables causing crashes + hangs and crashes due to wrong loop conditions + wrong handling of new-line at end-of-file + spurious insertion of empty lines in merge result + access of uninitialized iterators causing crashes + wrong buffer length calculations causing out-of-bounds access + wrong bit-logic causing comments to always be treated as white-space + crashes when hitting a key on empty merge results + technical details allowing fixes to be cherry-picked * Fri May 28 2021 Christophe Giboudeaux <christophe@krop.fr> - Add GCC 11 build fix: * 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch - Drop the _service file. Upstream release doesn't contain precompiled code anymore. * Mon May 17 2021 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.9.2 * Remove erroneous #ifdef (kde#436958) * Sat May 15 2021 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.9.1 * Hotfix for possible display problems (kde#436958) * Add default shortcut for "Go to [Previous/Next] Unsolved Conflict" (kde#436003) * Port away from KIconThemes * Wed May 05 2021 Christophe Giboudeaux <christophe@krop.fr> - Update URL. * Mon May 03 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 1.9.0 * Rewrite of SourceData::FileData::preprocess now only loops through file contents once. * Major rework of event handling * Take advantage of Qt and boost signal/slot pattern to avoid needless nullptr checks. * Introduce LineRef wrapper class * Add enum types and use existing ones. * Split out doDirectoryCompare from improveFilenames * Stop mis-using c style [] pointer access * Fri Mar 05 2021 Christophe Giboudeaux <christophe@krop.fr> - Use a _service file to exclude the windows_installer folder. * Fri Jan 22 2021 wbauer@tmo.at - Update to 1.8.5: * Fix url handling for drag and drop (kde#417189) * Fix regression in handling paste from clipboard to blank diff window (kde#426823) * Fix link detection via KIO * Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as in the main window. * Fix url/path handling bugs for remote files * Don't ignore stat errors unless it tells us the file was not found
/usr/share/doc/HTML/ca/kdiff3 /usr/share/doc/HTML/ca/kdiff3/index.cache.bz2 /usr/share/doc/HTML/ca/kdiff3/index.docbook /usr/share/doc/HTML/ca/kdiff3/open_dialog.png /usr/share/doc/HTML/de/kdiff3 /usr/share/doc/HTML/de/kdiff3/index.cache.bz2 /usr/share/doc/HTML/de/kdiff3/index.docbook /usr/share/doc/HTML/es/kdiff3 /usr/share/doc/HTML/es/kdiff3/index.cache.bz2 /usr/share/doc/HTML/es/kdiff3/index.docbook /usr/share/doc/HTML/it/kdiff3 /usr/share/doc/HTML/it/kdiff3/index.cache.bz2 /usr/share/doc/HTML/it/kdiff3/index.docbook /usr/share/doc/HTML/nl/kdiff3 /usr/share/doc/HTML/nl/kdiff3/index.cache.bz2 /usr/share/doc/HTML/nl/kdiff3/index.docbook /usr/share/doc/HTML/sv/kdiff3 /usr/share/doc/HTML/sv/kdiff3/index.cache.bz2 /usr/share/doc/HTML/sv/kdiff3/index.docbook /usr/share/doc/HTML/uk/kdiff3 /usr/share/doc/HTML/uk/kdiff3/index.cache.bz2 /usr/share/doc/HTML/uk/kdiff3/index.docbook /usr/share/locale/ar/LC_MESSAGES/kdiff3.mo /usr/share/locale/bg/LC_MESSAGES/diff_ext.mo /usr/share/locale/bg/LC_MESSAGES/kdiff3.mo /usr/share/locale/bg/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/br/LC_MESSAGES/kdiff3.mo /usr/share/locale/bs/LC_MESSAGES/kdiff3.mo /usr/share/locale/bs/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ca/LC_MESSAGES/diff_ext.mo /usr/share/locale/ca/LC_MESSAGES/kdiff3.mo /usr/share/locale/ca/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ca@valencia/LC_MESSAGES/diff_ext.mo /usr/share/locale/ca@valencia/LC_MESSAGES/kdiff3.mo /usr/share/locale/ca@valencia/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/cs/LC_MESSAGES/diff_ext.mo /usr/share/locale/cs/LC_MESSAGES/kdiff3.mo /usr/share/locale/cs/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/cy/LC_MESSAGES/kdiff3.mo /usr/share/locale/da/LC_MESSAGES/kdiff3.mo /usr/share/locale/da/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/de/LC_MESSAGES/diff_ext.mo /usr/share/locale/de/LC_MESSAGES/kdiff3.mo /usr/share/locale/de/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/el/LC_MESSAGES/diff_ext.mo /usr/share/locale/el/LC_MESSAGES/kdiff3.mo /usr/share/locale/el/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/en_GB/LC_MESSAGES/diff_ext.mo /usr/share/locale/en_GB/LC_MESSAGES/kdiff3.mo /usr/share/locale/en_GB/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/eo/LC_MESSAGES/diff_ext.mo /usr/share/locale/eo/LC_MESSAGES/kdiff3.mo /usr/share/locale/eo/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/es/LC_MESSAGES/diff_ext.mo /usr/share/locale/es/LC_MESSAGES/kdiff3.mo /usr/share/locale/es/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/et/LC_MESSAGES/diff_ext.mo /usr/share/locale/et/LC_MESSAGES/kdiff3.mo /usr/share/locale/et/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/eu/LC_MESSAGES/diff_ext.mo /usr/share/locale/eu/LC_MESSAGES/kdiff3.mo /usr/share/locale/eu/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/fi/LC_MESSAGES/diff_ext.mo /usr/share/locale/fi/LC_MESSAGES/kdiff3.mo /usr/share/locale/fi/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/fr/LC_MESSAGES/diff_ext.mo /usr/share/locale/fr/LC_MESSAGES/kdiff3.mo /usr/share/locale/fr/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ga/LC_MESSAGES/kdiff3.mo /usr/share/locale/ga/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/gl/LC_MESSAGES/diff_ext.mo /usr/share/locale/gl/LC_MESSAGES/kdiff3.mo /usr/share/locale/gl/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/hi/LC_MESSAGES/kdiff3.mo /usr/share/locale/hr/LC_MESSAGES/kdiff3.mo /usr/share/locale/hu/LC_MESSAGES/kdiff3.mo /usr/share/locale/hu/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ia/LC_MESSAGES/diff_ext.mo /usr/share/locale/ia/LC_MESSAGES/kdiff3.mo /usr/share/locale/ia/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/id/LC_MESSAGES/diff_ext.mo /usr/share/locale/id/LC_MESSAGES/kdiff3.mo /usr/share/locale/id/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/is/LC_MESSAGES/kdiff3.mo /usr/share/locale/it/LC_MESSAGES/diff_ext.mo /usr/share/locale/it/LC_MESSAGES/kdiff3.mo /usr/share/locale/it/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ja/LC_MESSAGES/diff_ext.mo /usr/share/locale/ja/LC_MESSAGES/kdiff3.mo /usr/share/locale/ja/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ka/LC_MESSAGES/diff_ext.mo /usr/share/locale/ka/LC_MESSAGES/kdiff3.mo /usr/share/locale/ka/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ko/LC_MESSAGES/diff_ext.mo /usr/share/locale/ko/LC_MESSAGES/kdiff3.mo /usr/share/locale/ko/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/lt/LC_MESSAGES/kdiff3.mo /usr/share/locale/lt/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/mai/LC_MESSAGES/kdiff3.mo /usr/share/locale/ml/LC_MESSAGES/kdiff3.mo /usr/share/locale/mr/LC_MESSAGES/kdiff3.mo /usr/share/locale/mr/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/nb/LC_MESSAGES/kdiff3.mo /usr/share/locale/nb/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/nds/LC_MESSAGES/kdiff3.mo /usr/share/locale/nds/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/nl/LC_MESSAGES/diff_ext.mo /usr/share/locale/nl/LC_MESSAGES/kdiff3.mo /usr/share/locale/nl/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/nn/LC_MESSAGES/kdiff3.mo /usr/share/locale/nn/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/pl/LC_MESSAGES/diff_ext.mo /usr/share/locale/pl/LC_MESSAGES/kdiff3.mo /usr/share/locale/pl/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/pt/LC_MESSAGES/diff_ext.mo /usr/share/locale/pt/LC_MESSAGES/kdiff3.mo /usr/share/locale/pt/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/pt_BR/LC_MESSAGES/diff_ext.mo /usr/share/locale/pt_BR/LC_MESSAGES/kdiff3.mo /usr/share/locale/pt_BR/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ro/LC_MESSAGES/kdiff3.mo /usr/share/locale/ro/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ru/LC_MESSAGES/diff_ext.mo /usr/share/locale/ru/LC_MESSAGES/kdiff3.mo /usr/share/locale/ru/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sk/LC_MESSAGES/diff_ext.mo /usr/share/locale/sk/LC_MESSAGES/kdiff3.mo /usr/share/locale/sk/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sl/LC_MESSAGES/diff_ext.mo /usr/share/locale/sl/LC_MESSAGES/kdiff3.mo /usr/share/locale/sl/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sr/LC_MESSAGES/kdiff3.mo /usr/share/locale/sr/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sr@ijekavian/LC_MESSAGES/kdiff3.mo /usr/share/locale/sr@ijekavian/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kdiff3.mo /usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sr@latin/LC_MESSAGES/kdiff3.mo /usr/share/locale/sr@latin/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/sv/LC_MESSAGES/diff_ext.mo /usr/share/locale/sv/LC_MESSAGES/kdiff3.mo /usr/share/locale/sv/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ta/LC_MESSAGES/kdiff3.mo /usr/share/locale/tr/LC_MESSAGES/diff_ext.mo /usr/share/locale/tr/LC_MESSAGES/kdiff3.mo /usr/share/locale/tr/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/ug/LC_MESSAGES/kdiff3.mo /usr/share/locale/ug/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/uk/LC_MESSAGES/diff_ext.mo /usr/share/locale/uk/LC_MESSAGES/kdiff3.mo /usr/share/locale/uk/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/zh_CN/LC_MESSAGES/diff_ext.mo /usr/share/locale/zh_CN/LC_MESSAGES/kdiff3.mo /usr/share/locale/zh_CN/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/locale/zh_TW/LC_MESSAGES/diff_ext.mo /usr/share/locale/zh_TW/LC_MESSAGES/kdiff3.mo /usr/share/locale/zh_TW/LC_MESSAGES/kdiff3fileitemactionplugin.mo /usr/share/man/ca/man1 /usr/share/man/ca/man1/kdiff3.1.gz /usr/share/man/de/man1 /usr/share/man/de/man1/kdiff3.1.gz /usr/share/man/es/man1 /usr/share/man/es/man1/kdiff3.1.gz /usr/share/man/it/man1 /usr/share/man/it/man1/kdiff3.1.gz /usr/share/man/nl/man1 /usr/share/man/nl/man1/kdiff3.1.gz /usr/share/man/sv/man1 /usr/share/man/sv/man1/kdiff3.1.gz /usr/share/man/uk/man1 /usr/share/man/uk/man1/kdiff3.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 19 23:55:21 2024