Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ktexteditor-5.116.0-1.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: ktexteditor Distribution: openSUSE Tumbleweed
Version: 5.116.0 Vendor: openSUSE
Release: 1.4 Build date: Mon May 6 13:33:09 2024
Group: Unspecified Build host: reproducible
Size: 3890364 Source RPM: ktexteditor-5.116.0-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: Embeddable text editor component
KTextEditor provides a text editor component that can be embedded in
applications, either as a KPart or using the KF5::TextEditor library.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* 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
  - No code change since 5.115.0
* 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
  - Changes since 5.114.0:
    * Add parent widget for diff dialogs
* 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
  - Changes since 5.111.0:
    * Fix selection shrink when indenting (kde#329247)
* 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
  - No code change since 5.110.0
* 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:
    * Remove code variants for building with Qt 6
    * completion: Fix only start chars of items are matched
    * Fix chaotic up/down cursor movement in Block Selection Mode
    * Fix backspace behavior for empty lines with cursor beyond line’s end (block selection mode)
    * 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
* 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
  - Changes since 5.106.0:
    * Add missing includes
    * Fix incorrect lineHeight for drag pixmap (kde#468196)
* 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:
    * Fix Save Copy As.. not working anymore (kde#468672)
    * Fix indenting removes characters if line has tabs at start (kde#468495)
    * Printer: AlignVCenter line numbers
    * Dont ignore folding when printing code (kde#417138)
    * Use m_fontAscent instead of fm.ascent()
    * Draw caret ourselves (kde#172630)
    * Fix selection highlight for RTL text with custom line height (kde#464087)
    * Include range.js when initializing the engine (kde#456701)
    * Fix RTL text with format incorrectly shaped (kde#438755)
    * xml-indent: Optimize getCode
* 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:
    * try to improve test stability
    * autoindent: fix indentation when "keep extra spaces" is enabled
    * Julia indent: fix indentation when "keep extra spaces" is enabled,
      also fix indentation when a line ends with a string assignment
* 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
  - Changes since 5.103.0:
    * Improve cstyle performance
    * Improve performance of rendering spaces with dyn wrap disabled (kde#465841)
    * documentSaveCopyAs: Use async job api (kde#466571)
    * Optimize rendering spaces with dyn wrapping (kde#465841)
* 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:
    * Fix indent failing due to unknown method 'replace'
    * Don't show selection count when there are none
* 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:
    * Add missing include
    * Fix crash on undo after reload (kde#462793)
    * Fix 1 space indent wrongly detected
    * Update the cursor and anchor to sync with the visual but not scroll for selectAll
    * Implement invokeAction and commit preedit when click outside the preedit.
    * Add missing KWindowSystem dependency
    * Fix 1 space indent not detected
    * Made suggested changes
    * Added New Script Sort Uniq
    * do some limited lookahead
    * ensure we emit the changes signal if needed
    * ensure proper range cleanup
    * do full update of the border
    * fix hl logic again
    * remove no longer used doHighlight params
    * remove flagFoldingStartIndentation
    * remove markedAsFoldingStartIndentation
    * avoid use of markedAsFoldingStart
    * start to compute indentation based folding on demand
    * Accept event when clearing multicursors
    * Add Dart and Go to katemoderc

Files

/usr/lib64/libKF5TextEditor.so.5
/usr/lib64/libKF5TextEditor.so.5.116.0
/usr/lib64/qt5/plugins
/usr/lib64/qt5/plugins/kf5
/usr/lib64/qt5/plugins/kf5/parts
/usr/lib64/qt5/plugins/kf5/parts/katepart.so
/usr/share/doc/packages/ktexteditor
/usr/share/doc/packages/ktexteditor/README.md
/usr/share/katepart5
/usr/share/katepart5/script
/usr/share/katepart5/script/README.md
/usr/share/kservices5
/usr/share/kservices5/katepart.desktop
/usr/share/kservicetypes5
/usr/share/kservicetypes5/ktexteditor.desktop
/usr/share/kservicetypes5/ktexteditorplugin.desktop
/usr/share/licenses/ktexteditor
/usr/share/licenses/ktexteditor/BSD-2-Clause.txt
/usr/share/licenses/ktexteditor/CC0-1.0.txt
/usr/share/licenses/ktexteditor/LGPL-2.0-only.txt
/usr/share/licenses/ktexteditor/LGPL-2.0-or-later.txt
/usr/share/licenses/ktexteditor/MIT.txt
/usr/share/qlogging-categories5/ktexteditor.categories
/usr/share/qlogging-categories5/ktexteditor.renamecategories


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026