2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-09-05 18:33:23 by pin | Files touched by this commit (1) |
Log message:
editors/featherpad: correct comment
|
2023-09-05 15:43:15 by pin | Files touched by this commit (3) |
Log message:
editors/featherpad: enable Qt6
... and switch to it by default.
Thanks to wiz@ for a quick review.
|
2023-06-13 12:56:34 by pin | Files touched by this commit (2) | |
Log message:
editors/featherpad: update to 1.4.1
V1.4.1
---------
* Added more types to C/C++ syntax highlighting.
* To prevent problems on non-Linux systems, don't handle main arguments before
calling `QCoreApplication` (Haiku OS may not provide a string argument
before `QCoreApplication` is called).
* Added an option for a small margin around the text.
* Prevented window dragging from the line number strip (which was possible
with widget styles like Kvantum).
* In Preferences dialog, don't let the mouse wheel focus spin and combo boxes
or change their values when they aren't focused.
* In Preferences dialog, set the values of spin-boxes to their defaults if
they are cleared.
* Don't remove single trailing spaces with LaTeX. Also, added more formula
keywords to LaTeX.
* Fixed showing of the number of selected characters without selection
highlighting.
|
2023-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645) |
Log message:
*: bump for libproxy 0.5
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-18 20:48:44 by pin | Files touched by this commit (2) | |
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) | |
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.
|