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

featherpad-1.5.2-1.2 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: featherpad Distribution: openSUSE Tumbleweed
Version: 1.5.2 Vendor: openSUSE
Release: 1.2 Build date: Tue Nov 26 08:41:59 2024
Group: Productivity/Text/Editors Build host: reproducible
Size: 2015580 Source RPM: featherpad-1.5.2-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/tsujan/FeatherPad
Summary: Qt5-based plaintext editor
FeatherPad is a Qt5-based plain-text editor. It is independent of any desktop environment and has:
* Drag-and-drop support, including tab detachment and attachment;
* X11 virtual desktop awareness (using tabs on current desktop but opening a new window on another);
* An optional permanent search bar with a different search entry for each tab;
* Instant highlighting of found matches when searching;
* A docked window for text replacement;
* Support for showing line numbers and jumping to a specific line;
* Automatic detection of text encoding as far as possible and optional saving with encoding;
* Syntax highlighting for common programming languages;
* Printing;
* Text zooming;
* Non-interrupting prompts;

Provides

Requires

License

GPL-3.0-only

Changelog

* Tue Nov 26 2024 Michael Vetter <[email protected]>
  - Update to 1.5.2:
    * The printing thread is fixed (previously, it caused a warning message about QBasicTimer).
    * An old issue is fixed in replacement highlighting of multiple tabs.
    * Fixed the localization of date and time with Qt6.
    * Demand attention under Wayland when a window needs activation (although
    some Wayland compositors may ignore it).
    * Small fixes and enhancements.
* Mon Apr 29 2024 Michael Vetter <[email protected]>
  - Update to 1.5.1:
    * Add a safe workaround for a problem in KWin6 under X11.
    * Under X11, if there is a minimized window on the current
      desktop, open files as new tabs in it and unminimize it.
* Mon Feb 19 2024 Michael Vetter <[email protected]>
  - Update to 1.5.0:
    * Removed Qt5 support. With this change, the legacy encodings are
    also dropped because Qt6 does not support them. If you still have
      documents in legacy encodings, you could convert them to UTF-8
    with a tool like iconv.
    * Prevented the cursor position from being changed when files are
    dragged and dropped into the text view.
    * Regex replacement with capturing groups is supported.
    * Fixed a rare issue in the geometry of a warning bar that is
    animated during window resizing.
    * Miscellaneous small fixes and enhancements.
* Fri Jun 23 2023 Michael Vetter <[email protected]>
  - Update to 1.4.1:
    * Fixed showing of the number of selected characters when selection
      highlighting is disabled.
    * Added an option for a small margin around the text.
    * Fixed a problem with non-Linux systems.
    * In Preferences dialog, prevent unintentional changes to the
      values of spin and combo boxes. Also, set their
    * to default when they're cleared.
    * Don't remove single trailing spaces with LaTeX.
    * Prevent window dragging from the line number strip.
* Tue Apr 18 2023 Michael Vetter <[email protected]>
  - Update to 1.4.0:
    * An option has been added for showing the window title on the menu-bar.
    * application/x-zerosize is associated to FeatherPad by default,
      alongside text/plain (because of a change in GLib).
    * The recent files menu shows icons where possible.
    * The side-pane can be focused by Ctrl+Escape.
    * text/plain;charset=... is recognized as plain text when pasted
    (Qt didn't see it as plain text
    * The file type filters of file dialogs are protected against
      incorrect translations.
* Mon Jan 09 2023 Michael Vetter <[email protected]>
  - Update to 1.3.5:
    * Grouped files are always opened in a single window, even when
      the app is configured to open files in separate windows.
    * Tab DND is enabled under Wayland.
    * A total item deselection is prevented in the side-pane with
      Qt6 (Qt5 had no problem).
    * Side-pane and session buttons have been added to the tool-bar.
* Thu Dec 01 2022 Michael Vetter <[email protected]>
  - Update to 1.3.4:
    * A potential cause of crash is removed (by initializing the
      variables of TextEdit and TabBar before any event is triggered).
    * The Paste item of the Edit menu is enabled/disabled appropriately.
    * The single quote is covered as the digit separator in C++(≥14)
      syntax highlighting.
    * Enabled instant tooltips and corrected context menus on Wayland.
* Sat Oct 08 2022 Michael Vetter <[email protected]>
  - Update to 1.3.3:
    * A crash on pasting empty clipboard is fixed.
      The fix can be seen as a workaround because the root cause is in Qt.
    * Silenced the compilation warnings with Qt 6.4.
    * Covered indented here-docs in Bash and Perl syntax highlighting.
* Tue Sep 13 2022 Michael Vetter <[email protected]>
  - Update to 1.3.2:
    * The Unix signal handling is revamped.
    * Instant tab tooltips are replaced by ordinary ones under Wayland
      (because Wayland compositors have problem with instant tooltips
      of inactive windows).
    * Toml syntax highlighting is added.
    * The detection of legacy encodings has been totally removed with Qt6.
* Wed Aug 03 2022 Michael Vetter <[email protected]>
  - Updtae to 1.3.1:
    * D-Bus is used — instead of the old, network-based method — for
      making the app have a single process. D-Bus is faster, more
      versatile, and much more reliable, especially under
      extreme circumstances.
      FeatherPad still works under non-Linux systems without D-Bus,
      but as a multi-process app.
    * The qmake compilation has been removed. Its maintenance wasn't
      justified, especially with D-Bus.
    * A workaround has been added for a Qt5 bug that caused a crash
      if SIGTERM was sent while the replacement dock was visible.
      The bug doesn't exist in Qt6.
* Fri Jun 17 2022 Michael Vetter <[email protected]>
  - Update to 1.3.0:
    * An option is added for using system icons where possible.
    * Small problems in restoring of window size, state and position are fixed.
    * Automatic scrolling to current item is fixed in the side-pane mode.
    * Qt6's reaction to SIGTERM is fixed.
    * Prevented a high CPU usage with selection highlighting when a huge
      amount of text is selected.
    * Fixes and enhancements to Yaml and CMake syntax highlighting.
    * Center page numbers horizontally when printing.
* Sun Apr 24 2022 Michael Vetter <[email protected]>
  - Update to 1.2.0:
    * Try the file manager DBus interface when opening the containing folder
    * Restore the view position on reloading, as precisely as possible.
    * Fixed searching in unusually large documents.
    * Select the text between spaces with Ctrl + double click.
    * Added Rust syntax highlighting.
    * Fixes and enhancement to XML and QML syntax highlighting.
    * Bumped the minimum required version of Qt5 to 5.15.0.
    * With Qt6, hide encodings that are not supported by Qt6.
* Fri Jan 07 2022 Michael Vetter <[email protected]>
  - Update to 1.1.1:
    * Fixed highlighting of Markdown's single-line codes with multiple
      back-quotes.
    * Prevented a rare hang-like behavior with some malformed
      XML documents.
    * Fixed the positions of instant tab tool-tips with Qt6.
* Fri Jan 07 2022 Michael Vetter <[email protected]>
  - Update to 1.1.0:
    * A problem is fixed in saving with UTF-16.
    * A very rare stack overflow is prevented when matching brackets
      inhuge files.
    * The maximum number of recent files is increased to 50.
    * Added Tcl syntax highlighting.
    * Lots of keywords are added to syntax highlighting for
      various programming languages.
    * Fixes and improvements to XML and Lua syntax highlighting.
    * Enabled experimental compilation against Qt6.
      The default cmake compilation is still against Qt5.

Files

/usr/bin/featherpad
/usr/bin/fpad
/usr/share/applications/featherpad.desktop
/usr/share/doc/packages/featherpad
/usr/share/doc/packages/featherpad/ChangeLog
/usr/share/doc/packages/featherpad/NEWS
/usr/share/doc/packages/featherpad/README.md
/usr/share/featherpad
/usr/share/featherpad/help
/usr/share/featherpad/help_ca
/usr/share/featherpad/help_ja
/usr/share/featherpad/help_pt_BR
/usr/share/icons/hicolor/scalable/apps/featherpad.svg
/usr/share/licenses/featherpad
/usr/share/licenses/featherpad/COPYING
/usr/share/metainfo/featherpad.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 02:11:34 2025