summaryrefslogtreecommitdiff
path: root/editors/feathernotes
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04editors/feathernotes: update to 1.1.0pin2-7/+6
This release is mostly about fixing or circumventing bugs, especially with Qt6. Main changes: ● A crash on pasting empty clipboard is fixed. ● A bug is fixed in updating widget states after deleting a node. ● Text zooming is fixed for documents that are saved by the Qt6 version. ● The text tab stop distance is corrected. ● A workaround has been added for a Qt6 bug that doesn't include newlines in the plain-text data of the copied text. ● Total node deselection is prevented with Qt6. ● The Unix signal handling is revamped. ● "Embed Image" is removed from the toolbar to make it uncluttered (it's till in the right-click and Format menus). ● The context menus and tooltips are corrected under Wayland. ● Simplified finding of Qt modules with cmake. ● Silenced the compilation warnings with Qt 6.4.
2022-11-23massive revision bump after textproc/icu updateadam1-1/+2
2022-08-15editors/feathernotes: unbreak buildpin2-3/+4
Fix PLIST, delint Makefile.
2022-08-09editors/feathernotes: update to 1.0.0pin2-13/+14
pkgsrc changes: -switch build to cmake. upstream changes: -Removed "Embed Image" from the toolbar to make it uncluttered.
2022-04-18revbump for textproc/icu updateadam1-1/+2
2022-01-06editors/feathernotes: update to 0.10.0pin3-8/+11
-Better (smooth) scrolling from inside the view, especially with touchpad. -Don't try to save or restore window position under Wayland. -When the window isn't active under Wayland, hide and show it again if the tray icon is activated. -Don't let QTextEdit's built-in undo/redo shortcuts cause a scroll jump when there's nothing to undo/redo. -Fixed compilation against old Qt versions.
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26editors: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07editors: Remove SHA1 hashes for distfilesnia1-2/+1
2021-04-21revbump for textproc/icuadam1-1/+2
2021-03-11editors/feathernotes: update to 0.9.0pin3-11/+22
Main changes: ● Added cmake support (besides qmake). ● Added support for the recently opened files. ● Fixed the bugs of searching and replacing in all nodes. ● Go to the last active node when starting with the last opened note. ● Improvements and fixes to custom background and foreground colors. (if a note is created with this version, the bg/fg colors of existing nodes will change on the fly.) ● Prevented Qt from giving rich text to the selection clipboard. ● Prevented the transference of password (or lack of it) from one note to another in rare cases. ● Prevented the transference of font settings from an opened note to a newly created one. ● Allowed changing of the horizontal alignment of tables. ● Workaround for KDE's Plasma tray tooltip. ● Instead of eliding texts, show the horizontal scrollbar in the side-pane when needed. ● Require Qt5.12. ● Small fixes to smooth scrolling and link opening.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-1/+2
2020-11-02editors/feathernotes: update to 0.8.0pin3-9/+9
0.8.0 Changes: - An option for starting with the last opened file. - Support for customized background/foreground colors. - A configurable date and time pasting. - Code fixes and cleanup.
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-1/+2
2020-06-07editors/feathernotes: update to 0.7.0pin2-8/+7
V0.7.0 --------- * Focus the visible unfocused search bar on activating its action. * Handle relative file paths correctly. * Overrode Qt's default behavior with the Home key. * Added optional spell checking with Hunspell, that can be enabled at compilation time. * Update the transparent side-pane's palette if the style changes in runtime.
2020-06-02Revbump for icuadam1-2/+2
2020-04-22editors/feathernotespin1-2/+2
Update maintainer e-mail
2020-04-12Recursive revision bump after textproc/icu updateadam1-1/+2
2020-03-12feathernotes: update to 0.6.0gutteridge6-102/+13
Packaged by pin in pkgsrc-wip. (The change log below doesn't note this, but NetBSD-specific patches from pin were also merged in 0.6.0.) V0.6.0 --------- * Made some strings translatable. * Fixed a potential issue in translations. * Fixed a rare case of halted auto-saving. * Added a workaround for an old Qt bug, because of which, QTimer may not work after resuming from suspend or hibernation. * Give focus to text-edit/side-pane with Escape. * Don't let custom shortcuts be read from global config files. * Yet smarter Shift+Enter with alphabetical lists.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-02-13feathernotes: import new package, version 0.5.1gutteridge7-0/+172
FeatherNotes is a lightweight Qt5 hierarchical notes-manager. It is independent of any desktop environment and has: * Support for rich text formatting, image embedding and inserting editable tables; * Drag-and-drop capability for moving nodes and also for embedding images; * A tray icon for quick access on any desktop; * Correct position/size saving and restoring with most window managers; * Compact but complete search and replacement widgets; * The ability to include searchable tags (hidden info on each node); * Support for optional node icons; * Support for local and remote hyperlinks (bookmarks); * Text zooming; * Printing and exporting to HTML and PDF; * Password protection; * Auto-saving; * macOS support and other features that can be found in its settings, on its menus or when it is actually used. Packaged in pkgsrc-wip by pin, as part of a broader effort toward providing all of LXQt and associated utility applications. General reviews, feedback, and testing of such by gdt@, ng0@, and myself.