Next | Query returned 48 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-04-18 20:48:44 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update to 1.4.0

V1.4.0
---------
 * Check the view cursor before setting it.
 * Recognize `text/plain;charset=…` as plain text when pasting (Qt doesn't).
 * Highlight comments inside formulas with LaTex.
 * Use icons in the recent files menu where possible.
 * Prevent tab DND from tab close button.
 * Focus side-pane with Ctrl+Escape.
 * Safeguard the file type filters of file dialogs from bad translations.
 * Added `application/x-zerosize` to the desktop file (after a change in GLib).
 * Added an option for showing window title on the menubar.
 * Fixed the tab tooltip for special folders.
   2023-04-03 22:21:34 by Niclas Rosenvik | Files touched by this commit (436)
Log message:
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-09 10:38:15 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update to 1.3.5

V1.3.5
---------
 - Used QPointer for TextEdit's highlighter (for a more robust code but without
   behavior change).
 - Enabled tab DND under Wayland (by detaching or dropping the tab after
   finishing the DND) and improved tab DND in general.
 - Always open a group of files in a single window, even when the app is
   configured to open files in separate windows.
 - Prevented total item deselection in the side-pane mode with Qt6.
 - Added the side-pane and session actions to the toolbar.
 - Limited the side-pane's default width to 40 times the width of the space
   character of the widget font.
   2022-12-04 18:39:56 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: 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).

Also:
● 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.
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-10-09 18:04:10 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update to 1.3.3

V1.3.3
---------
 - Fixed crash on pasting with empty clipboard.
 - Covered tab-indented here-docs in Bash syntax highlighting.
 - Covered indented here-docs in Perl syntax highlighting.
 - Silenced the compilation warnings with Qt ≥ 6.4.
   2022-09-12 23:08:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
featherpad: update to 1.3.2.

(from pin)

- Lack of prompt dialog on closing Qt6-based FeatherPad under Wayland is fixed
  (the problem was caused by a bug in Qt6).

Also:
- 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.
   2022-08-04 14:18:16 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update 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.

Other changes:

● 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.
   2022-06-15 20:58:27 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update to 1.3.0

V1.3.0
---------
 * Added an option for using system icons where possible. By default, internal
   icons are used.
 * Set the scroll mode to per-pixel in the side-pane as a workaround for a bug
   in QListWidget's auto-scrolling.
 * With Qt6, accept the close event on receiving SIGTERM and similar signals
   (because, in Qt6, "qApp->quit()" calls "closeEvent()").
 * Make sure all windows are deleted when receiving SIGTERM and similar signals.
 * Made Qt6 font setting backward-compatible.
 * Fixed the problems in restoring of window size and position.
 * Added a workaround for a QPlainTextEdit bug that doesn't report a selection
   change on undoing/redoing.
 * Fixed the selection highlighting with huge selections.
 * Fixed a problem in highlighting of Yaml literal blocks.
 * Center page numbers horizontally when printing.
 * Highlight cmake's bracket comments and bracket arguments.

Next | Query returned 48 messages, browsing 11 to 20 | Previous