pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 05:21:46 UTC 2022

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile PLIST distinfo

Log Message:
ktexteditor: update to 5.93.0

5.81.0
Don't warn about unsaved changes when closing if blank and unsaved
Use QPalette::highlight for the scrollbar minimap slider
Avoid gaps in indentation line drawing
Don't use F9 & F10 as shortcuts
Use Okular's QScroller settings
Add basic touchscreen support
[Vimode] Improve sentence text object
[Vimode] Fix paragraph text object in visual mode
Restrict horizontal range of cursor to avoid unintentionally wrapping
Add option to keep spaces to the left of cursor when saving
Search: Enable Unicode support in QRegularExpression
[Vimode] Show search wrapepd hint for # and * motions
[Vimode] Use ViewPrivate::showSearchWrappedHint() for consistency;
Move showSearchWrappedHint() to KTextEditor::ViewPrivate
[Vimode] Only display "Search wrapped" message for n/N motions
Ensure we use unicode regex where needed
Fix spellcheck word detection for non-ASCII
Fix auto-completion for non ASCII words

5.82.0
Fix memory leaks
Make KTextWidgets dependency explicit
Fix dragging when folding stuff is around
When there is no selection, disable selection-only search
Use a MovingRange for remembering the selection search range
Fix incremental selection-only search
Attempt fix crash on dragging
Always do resizing and limit width to 1/2 of screen
Make argumentHintTree border less bright and more like Kate::LSPTooltip
Make completionWidget border less bright and more like Kate::LSPTooltip
fix memory corruption on 'Close the file, discard..'

5.83.0
Avoid bad negative search offsets
Fix vim cursor gets stuck with 'b'
Limit shortcut context to active view for Reuse Word Above/Below
ensure remove trailing spaces value is in range
Revert "Add option to keep spaces to the left of cursor when saving"
Revert "Update remove-trailing-spaces modeline"
Revert "compute lastChar only if needed"
Revert "Use KTextEditor::Cursor instead of ints in removeTrailingSpaces"
Add "Transpose Words" feature
Don't apply the offset for the quoted regexp, as it is not zero-length
Fix on-the-fly spell checking with recent Qt
fix :e for vi-mode to properly open non-local files, too
fix :e filename for untitled documents
Fixup registering text hint providers
Add a separator line after 'Automatic Selection'

5.84.0
prevent modelContentChanged() triggered due to insertText
Fix possible mark leak in katedocument
Fix mark handling in katedocument.cpp
Ensure first column has a fixed size always
Dont reduce width of compl widget, increase only
completion: Don't change pos of the widget
Improve minimap performance
Make completion more efficient
Always emit delayedUpdateOfView to fix update issues
Update mode config page UI when a filetype's name is changed
improve handling of repainting for ranges
Set devicePixelRatio for drag pixmap
Automatically show config page of newly created filetype
Mark TextRange and TextCursor classes as final
katetextrange: Use non-virtual functions internally
Un-overload DocumentPrivate::textInserted() signal
Un-overload KateViewEncodingAction::triggered(QTextCodec *codec) signal
Dont use m_marks directly when clearing marks
Remove multiple loops for updating marks
ensure KateHighlight objects survive long enough
Take into account wordCompletionRemoveTail in completionRange() default
implementation

5.85.0
Network mounts performance optimizations
KateView: speed up large view jumps
ensure close button on top for replace
move close button to right for bottom widgets

5.86.0
Python indentation: decrease indent when appropriate keyword is typed
indentation: add Julia indentation script
KateModeManager: unify wildcardsFind() and mimeTypesFind()
KateModeManager::mimeTypesFind: consider types with negative priorities
Simplify presentation of word wrapping options
KateModeManager::wildcardsFind: consider types with negative priorities
KateWildcardMatcher => KSyntaxHighlighting::WildcardMatcher
KateWildcardMatcher: treat unmatched filename prefixes as no match
tidy up text area config appearance widget
Only process BOM for valid encodings (UTF-8/16/32)
Do not show encoding error when file only contains BOM

5.87.0
The user is not selecting as soon as we clearSelection
Fix missing i18n

5.88.0
ViMode: Dont respond to doc changes when vi mode is disabled for view
Expand katepart metadata
Set metadata when creating katepart
TextFolding::importFoldingRanges: get rid of UB
KateFoldingTest: don't leak ViewPrivate
Simplify DocumentCursor::setPosition
Highlight Folding Markers
Do not cancel mouse selection when using the keyboard
[KateIconBorder] Handle annotations context menu
Enable enclose selection by default for brackets
Dont indent the lines if line already has text + noindent
Improve Open/Save Advanced Dialog
Better General dialogue for text editing settings
[KateIconBorder] Add context menu

5.89.0
Bring back git via QProcess
When reloading, don't override auto-detected hl mode if not set by user
If user didn't set them, don't override file type and highlighting modes detection
Pass KTextEditor::Cursor by value everywhere
Remove selected text if preedit is not empty
Disable "tail-available-on-undo" in ViInputMode
Improve built-in search performance
Remove duplicated lua.js indent file
Create a separate path for fetching lineLength
Use iterators for iterating over blocks
Completion in two edits feature describing comment
Re-add "undo removed tail" on completion

5.90.0
Add a formatting commit to ignore-list
try to fix behavior for vimode on completion
Change build system to make building against qt6
Apply word filter on async completion models
Validates the input method attributes received from input method
Remove unused exporting of SwapFile class symbols
Fix cursor position after completion tail restore
Color current indentation line differently
Vimode-keyparser: Make some functions more efficient
Use KTextEditor::Range by value

5.91.0
Avoid flicker on refresh
install plugin in kf<version>
Fix undo manager leaks more properly
Fix auto-reloading files in git repositories
only start programs in user's path
completion: Use scored fuzzy matching
don't let auto-detection overwrite user settings
KTextEditor has a hard dependency on KAuth - ensure it is available
Introduce Document::aboutToSave signal
Fix creative QString constructions from numerical values
Use version-less install target default arguments
Use non-deprecated style option initialization
Disambiguate QStringBuilder to QByteArray conversion for hashing
Don't pass a QString pointer to QString::compare
Fix QChar conversion ambiguities

5.92.0
fix highlighting on next/previous match (n/N)
remove highlights when switching away from vimode
react to color scheme changes
remove modified icon from the statusbar
katestatusbar: fix margin in status bar buttons on certain styles
hide the dictionary button when there are no dictionaries
Make sure we always only reselect old item if its still the first
Allow to configure whether the doc tip is always visible or on demand
Make sure expansion stuff still works in argument hint tree
Use QTextBrowser, we don't want editing in here

5.93.0
Add support for custom line height
Move print and export actions into submenu
Ensure to provide a proper cursor position
Avoid tagging lines that are not in view
Improve performance with multiple cursors
Move some editing related actions to Edit menu from Tools
Make multicursor shortcuts actions


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/ktexteditor/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ktexteditor/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ktexteditor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.62 pkgsrc/devel/ktexteditor/Makefile:1.63
--- pkgsrc/devel/ktexteditor/Makefile:1.62      Mon Apr 18 19:09:47 2022
+++ pkgsrc/devel/ktexteditor/Makefile   Mon Apr 25 05:21:46 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2022/04/18 19:09:47 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/04/25 05:21:46 markd Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
-PKGREVISION=   7
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/devel/ktexteditor/PLIST
diff -u pkgsrc/devel/ktexteditor/PLIST:1.8 pkgsrc/devel/ktexteditor/PLIST:1.9
--- pkgsrc/devel/ktexteditor/PLIST:1.8  Tue Mar 30 10:58:24 2021
+++ pkgsrc/devel/ktexteditor/PLIST      Mon Apr 25 05:21:46 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:24 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/25 05:21:46 markd Exp $
 include/KF5/KTextEditor/KTextEditor/AbstractAnnotationItemDelegate
 include/KF5/KTextEditor/KTextEditor/AnnotationInterface
 include/KF5/KTextEditor/KTextEditor/Application
@@ -62,7 +62,7 @@ include/KF5/KTextEditor/ktexteditor/sess
 include/KF5/KTextEditor/ktexteditor/texthintinterface.h
 include/KF5/KTextEditor/ktexteditor/view.h
 include/KF5/KTextEditor/ktexteditor_export.h
-include/KF5/ktexteditor_version.h
+include/KF5/KTextEditor/ktexteditor_version.h
 lib/cmake/KF5TextEditor/KF5TextEditorConfig.cmake
 lib/cmake/KF5TextEditor/KF5TextEditorConfigVersion.cmake
 lib/cmake/KF5TextEditor/KF5TextEditorTargets-noconfig.cmake
@@ -76,7 +76,7 @@ qt5/plugins/kf5/parts/katepart.so
 share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service
 share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf
 share/katepart5/script/README.md
-share/kdevappwizard/templates/ktexteditor-plugin.tar.bz2
+share/kdevfiletemplates/templates/ktexteditor-plugin.tar.bz2
 share/kservices5/katepart.desktop
 share/kservicetypes5/ktexteditor.desktop
 share/kservicetypes5/ktexteditorplugin.desktop

Index: pkgsrc/devel/ktexteditor/distinfo
diff -u pkgsrc/devel/ktexteditor/distinfo:1.14 pkgsrc/devel/ktexteditor/distinfo:1.15
--- pkgsrc/devel/ktexteditor/distinfo:1.14      Tue Oct 26 10:15:12 2021
+++ pkgsrc/devel/ktexteditor/distinfo   Mon Apr 25 05:21:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:15:12 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/04/25 05:21:46 markd Exp $
 
-BLAKE2s (ktexteditor-5.80.0.tar.xz) = c3a24c304053a66f4a73b72b0b04e7abbf210dfd9175f657c1352a830a7fd7f4
-SHA512 (ktexteditor-5.80.0.tar.xz) = c6065e3e4c0f2bb59dd043109b3fbc2282e82b3d023011fe726693728257e6d9061cbd07fc23e97de5a73bfac9832b5065c0bbdd8be3f5d187788f6957753820
-Size (ktexteditor-5.80.0.tar.xz) = 2375112 bytes
+BLAKE2s (ktexteditor-5.93.0.tar.xz) = b80c7219dd158a149c27c0a24e4964c4c6c9448a25b71b46b1e30f1631544019
+SHA512 (ktexteditor-5.93.0.tar.xz) = a50a0bf02bea5c27460aaf2074a4e1226279bf8d540afec8dcfca5cb96250718a4c40b6fba1522d293f458a497aef3bfe804e57539edf8af9e460d88ee75db68
+Size (ktexteditor-5.93.0.tar.xz) = 2376176 bytes



Home | Main Index | Thread Index | Old Index