summaryrefslogtreecommitdiff
path: root/devel/ktexteditor
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam2-3/+4
2022-09-29KDE frameworks update to 5.98.0markd2-6/+5
5 months of development.
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz2-4/+4
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge2-4/+4
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-07-02*: Recursive revbump from audio/pulseaudioryoon2-4/+4
2022-06-28*: recursive bump for perl 5.36wiz2-3/+4
2022-05-13ktexteditor: SunOS needs -mimpure-text workaround.jperkin1-1/+3
2022-04-25ktexteditor: update to 5.93.0markd3-9/+8
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
2022-04-18revbump for textproc/icu updateadam2-4/+4
2022-03-28{c,d,e}*/*: revbump(1) for libsndfiletnn2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-11-15*: recursive bump for gstreamer 1.18.5wiz2-4/+4
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon2-4/+4
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for textproc/icuadam2-3/+4
2021-03-30kf5: KDE Frameworks update to 5.80.0markd3-12/+14
10 months of patches/updates.
2021-02-07*: Recursive revbump from audio/pulseaudio-14.2.nb1ryoon2-4/+4
2021-01-01*: Recursive revbump from audio/pulseaudio-14.0ryoon2-4/+4
2020-12-04Revbump for openpam cppflags change months ago, belatedly.riastradh2-4/+4
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon2-4/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-18*: revbump for libsndfileleot2-4/+4
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-3/+4
2020-06-13ktexteditor: build fix: correct library name mismatchgutteridge1-2/+2
2020-06-09ktexteditor: update to 5.70.1markd2-7/+8
KTextEditor global view setting changes ignored after session reopening (Kate, KDevelop)
2020-06-07ktexteditor: update to 5.70.0markd3-8/+8
5.67 Revert "improve word completion to use highlighting to detect word boundaries" import final breeze icon Message-related methods: Use more member-function-pointer-based connect DocumentPrivate::postMessage: avoid multiple hash lookups fix Drag&copy function (by using Ctrl Key) ensure we have a quadratic icon set proper Kate icon in about dialog for KatePart inline notes: correctly set underMouse() for inline notes avoid use of old mascot ATM Variable expansion: Add variable PercentEncoded Fix crash in variable expansion (used by external tools) KateMessageWidget: remove unused event filter installation 5.68 Add an option to dynamic-break inside words KateModeMenuList: don't overlap the scroll bar 5.69 Make it compile against q5.15 fix folding crash for folding of single line folds [VIM Mode] Add g<up> g<down> commands Add MarkInterfaceV2, to s/QPixmap/QIcon/g for symbols of marks Draw inlineNotes after drawing word wrap marker 5.70 fix drag'n'drop on left side border widget Store and fetch complete view config in and from session config Revert premature port to unreleased Qt 5.15 which changed meanwhile
2020-06-02Revbump for icuadam2-4/+4
2020-05-24ktexteditor: add dependency on editorconfig-coremarkd1-2/+3
2020-04-12Recursive revision bump after textproc/icu updateadam2-4/+4
2020-04-06*: bump PKGREVISION for libgit2 shlib bumpwiz1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz2-4/+4
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz2-4/+4
2020-02-29Recursive revbump for libgit2-0.99.0nia1-1/+2
2020-01-29kf5: update to frameworks 5.66markd2-7/+6
build with qt5 5.14 All frameworks Port from QRegExp to QRegularExpression Port from qrand to QRandomGenerator Fix compilation with Qt 5.15 (e.g. endl is now Qt::endl, QHash insertMulti now requires using QMultiHash...) Attica Don't use a verified nullptr as a data source Support multiple children elements in comment elements Set a proper agent string for Attica requests Baloo Correctly report if baloo_file is unavailable Check cursor_open return value Initialise QML monitor values Move URL parsing methods from kioslave to query object Breeze Icons Change XHTML icon to be a purple HTML icon Merge headphones and zigzag in the center Add application/x-audacity-project icon Add 32px preferences-system Add application/vnd.apple.pkpass icon icon for ktimetracker using the PNG in the app repo, to be replaced with real breeze SVG add kipi icon, needs redone as a breeze theme svg [or just kill off kipi] Extra CMake Modules [android] Fix apk install target Support PyQt5 compiled with SIP 5 Framework Integration Remove ColorSchemeFilter from KStyle KDE Doxygen Tools Display fully qualified class/namespace name as page header KCalendarCore Improve README.md to have an Introduction section Make incidence geographic coordinate also accessible as a property Fix RRULE generation for timezones KCMUtils Deprecate KCModuleContainer KCodecs Fix invalid cast to enum by changing the type to int rather than enum KCompletion Deprecate KPixmapProvider [KHistoryComboBox] Add method to set an icon provider KConfig kconfig EBN transport protocol cleanup Expose getter to KConfigWatcher's config Fix writeFlags with KConfigCompilerSignallingItem Add a comment pointing to the history of Cut and Delete sharing a shortcut KConfigWidgets Rename "Configure Shortcuts" to "Configure Keyboard Shortcuts" KContacts Align ECM and Qt setup with Frameworks conventions Specify ECM dependency version as in any other framework KCoreAddons Add KPluginMetaData::supportsMimeType [KAutoSaveFile] Use QUrl::path() instead of toLocalFile() Unbreak build w/ PROCSTAT: add missing impl. of KProcessList::processInfo [KProcessList] Optimize KProcessList::processInfo [KAutoSaveFile] Improve the comment in tempFileName() Fix KAutoSaveFile broken on long path KDeclarative [KeySequenceHelper] Grab actual window when embedded Add optional subtitle to grid delegate [QImageItem/QPixmapItem] Don't lose precision during calculation KFileMetaData Partial fix for accentuated characters in file name on Windows Remove unrequired private declarations for taglibextractor Partial solution to accept accentuated characters on windows xattr: fix crash on dangling symlinks KIconThemes Set breeze as default theme when reading from configuration file Deprecate the top-level IconSize() function Fix centering scaled icons on high dpi pixmaps KImageFormats pic: Fix Invalid-enum-value undefined behaviour KIO [KFilePlacesModel] Fix supported scheme check for devices Embed protocol data also for Windows version of trash ioslave Adding support for mounting KIOFuse URLs for applications that don't use KIO Add truncation support to FileJob Deprecate KUrlPixmapProvider Deprecate KFileWidget::toolBar [KUrlNavigator] Add RPM support to krarc: KFilePlaceEditDialog: fix crash when editing the Trash place Add button to open the folder in filelight to view more details Show more details in warning dialog shown before starting a privileged operation KDirOperator: Use a fixed line height for scroll speed Additional fields such as deletion time and original path are now shown in the file properties dialog KFilePlacesModel: properly parent tagsLister to avoid memleak. HTTP ioslave: call correct base class in virtual_hook(). The base of HTTP ioslave is TCPSlaveBase, not SlaveBase Ftp ioslave: fix 4 character time interpreted as year Re-add KDirOperator::keyPressEvent to preserve BC Use QStyle for determining icon sizes Kirigami ActionToolBar: Only show the overflow button if there are visible items in the menu Don't build and install app templates on android Don't hardcode the margin of the CardsListView Add support for custom display components to Action Let the other components grow if there's more things on the header Remove dynamic item creation in DefaultListItemBackground reintroduce the collapse button Show application window icon on AboutPage KItemModels Add KColumnHeadersModel KJS Added tests for Math.exp() Added tests for various assignment operators Test special cases of multiplicate operators (*, / and %) KNewStuff Ensure the dialog title is correct with an uninitialised engine Don't show the info icon on the big preview delegate Support archive installs with adoption commands Send along the config name with requests KPeople Expose enum to the metaobject compiler KQuickCharts Also correct the shader header files Correct license headers for shaders KService Deprecate KServiceTypeProfile KTextEditor Add "line-count" property to the ConfigInterface Avoid unwanted horizontal scrolling KWayland [plasmashell] Update docs for panelTakesFocus to make it generic [plasmashell] Add signal for panelTakesFocus changing KXMLGUI KActionCollection: provide a changed() signal as a replacement for removed() Adjust keyboard shortcut configuration window's title NetworkManagerQt Manager: add support for AddAndActivateConnection2 cmake: Consider NM headers as system includes Sync Utils::securityIsValid with NetworkManager Plasma Framework [ToolTip] Round position Enable wheel events on Slider {} Sync QWindow flag WindowDoesNotAcceptFocus to wayland plasmashell interface [calendar] Check out of bounds array access in QLocale lookup [Plasma Dialog] Use QXcbWindowFunctions for setting window types Qt WindowFlags doesn't know [PC3] Complete plasma progress bar animation [PC3] Only show progress bar indicator when the ends won't overlap [RFC] Fix Display Configuration icon margins [ColorScope] Work with plain QObjects again [Breeze Desktop Theme] Add monochrome user-desktop icon Remove default width from PlasmaComponents3.Button [PC3 ToolButton] Have the label take into account complementary color schemes Added background colors to active and inactive icon view QQC2StyleBridge [ToolTip] Round position Update size hint when font changes Solid Display first / in mounted storage access description Ensure mounted nfs filesystems matches their fstab declared counterpart Sonnet The signal done is deprecated in favour of spellCheckDone, now correctly emitted Syntax Highlighting LaTeX: fix brackets in some commands TypeScript: add "bigint" primitive type Python: improve numbers, add octals, binaries and "breakpoint" keyword SELinux: add "glblub" keyword and update permissions list Several enhancements to gitolite syntax definition
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-3/+4
2019-11-11KDE Frameworks update to 5.64.0markd2-7/+6
5.62.0 KI18n Localize long number strings Support passing target to ki18n_wrap_ui macro KIO Undoing trashing files on the desktop has been fixed kio_trash: split up copyOrMove, for a better error than "should never happen" FileUndoManager: clearer assert when forgetting to record Fix exit and crash in kio_file when put() fails in readData [CopyJob] Fix crash when copying an already existing dir and pressing "Skip" [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath Added dialog to set execute permission for executable file when trying to run it [KPropertiesDialog] Always check mount point being null [KRun] Check mime type for isExecutableFile first Add an icon for the trash root and a proper label Add support for handling QNAM SSL errors to KSslErrorUiData Making FileJob behave consistently [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob rename internal 'kioslave' helper executable to 'kioslave5' [KDirOperator] Middle-elide labels that are too long to fit [KDirOperator] Add follow new directories options KDirOperator: Only enable "Create New" menu if the selected item is a directory KIO FTP: Fix file copy hanging when copying to existing file KIO: port to non-deprecated KWindowSystem::setMainWindow Make file bookmark names consistent Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON) [KDirOperator] Use more human-readable sort order descriptions [Permissions editor] Port icons to use QIcon::fromTheme() KItemModels Add Q_PROPERTIES interface to KDescendantsProxyModel Port away from deprecated methods in Qt KNotification Avoid duplicate notifications from showing up on Windows and remove whitespaces Have 1024x1024 app icon as fallback icon in Snore Add `-pid` parameter to Snore backend calls Add snoretoast backend for KNotifications on Windows KPeople Make it possible to delete contacts from backends Make it possible to modify contacts KRunner Make sure we're checking whether tearing down is due after finishing a job Add a done signal to FindMatchesJob instead of using QObjectDecorator wrongly KTextEditor Allow to customize attributes for KSyntaxHighligting themes Fix for all themes: allow turn off attributes in XML highlighting files simplify isAcceptableInput + allow all stuff for input methods simplify typeChars, no need for return code without filtering Mimic QInputControl::isAcceptableInput() when filtering typed characters try to sanitize line endings on paste Fix: allow turn off attributes in XML highlighting files improve word completion to use highlighting to detect word boundaries More porting from QRegExp to QRegularExpression properly check if diff command can be started for swap file diffing KTextEditor: Fix left border flicker when switching between documents Migrate some more QRegExps to QRegularExpression Allow 0 in line ranges in vim mode Use CMake find_dependency instead of find_package in CMake config file template KWayland [server] Wrap proxyRemoveSurface in smart pointer [server] Use cached current mode more and assert validness [server] Cache current mode Implement zwp_linux_dmabuf_v1 5.63.0 KIO [Places panel] Revamp the Recently Saved section [DataProtocol] compile without implicit coversion from ascii Consider the usage of WebDAV methods sufficient for assuming WebDAV REPORT also supports the Depth header Make QSslError::SslError <-> KSslError::Error conversion reusable Deprecate the KSslError::Error ctor of KSslError [Windows] fix listing the parent dir of C:\foo, that's C:\ and not C: Fix crash on exit in kio_file (bug 408797) Add == and != operators to KIO::UDSEntry Replace KSslError::errorString with QSslError::errorString Move/copy job: skip stat'ing sources if the destination dir isn't writable Fixed interaction with DOS/Windows executables in KRun::runUrl [KUrlNavigatorPlacesSelector] Properly identify teardown action KCoreDirLister: fix crash when creating new folders from kfilewidget [kpropertiesdialog] add icons for the size section Add icons for "Open With" and "Actions" menus Avoid initializing an unnecessary variable Move more functionality from KRun::runCommand/runApplication to KProcessRunner [Advanced Permissions] Fix icon names [KUrlNavigatorButton] Fix QString usage to not use [] out of bounds Make KSslError hold a QSslError internally Split KSslErrorUiData from KTcpSocket Port kpac from QtScript KPeople Claim Android as a supported platform Deploy default avatar via qrc Bundle plugin files on Android Disable DBus pieces on Android Fix crash when monitoring a contact that gets removed on PersonData Use fully qualified types on signals KRunner Consider UNC paths as NetworkShare context KService Move Amusement to Games directory instead of Games > Toys [KService] Add copy constructor [KService] add workingDirectory(), deprecate path() KTextEditor try to avoid artifacts in text preview Variable expansion: Use std::function internally QRectF instead of QRect solves clipping issues next rendering artifact goes away if you adjust the clip rect a bit avoid the font choosing magic and turn of anti aliasing KadeModeMenuList: fix memory leaks and others try to scan for usable fonts, works reasonable well if you use no dumb scaling factor like 1.1 Status bar mode menu: Reuse empty QIcon that is implicitly shared Expose KTextEditor::MainWindow::showPluginConfigPage() Replace QSignalMapper with lambda KateModeMenuList: use QString() for empty strings KateModeMenuList: add "Best Search Matches" section and fixes for Windows Variable expansion: Support QTextEdits Add keyboard shortcut for switching Input modes to edit menu Variable expansion dialog: properly handle selection changes and item activation Variable expansion dialog: add filter line edit Backup on save: Support time and date string replacements Variable expansion: Prefer return value over return argument Initial start of variables dialog use new format API KWayland Sort files alphabetically in cmake list 5.64.0 KI18n Add KLocalizedString::untranslatedText Replace all qWarning and related calls with categorised logging KIO Const & signature of new introduced SlaveBase::configValue Port to the QSslError variant of KSslInfoDialog Port KSSLD internals from KSslError to QSslError Make non-ignorable SSL errors explicit auto-enable KIO_ASSERT_SLAVE_STATES also for from-git builds Port (most of) KSslInfoDialog from KSslError to QSslError kio_http: avoid double Content-Type and Depth when used by KDAV Port the KSSLD D-Bus interface from KSslError to QSslError Replace usage of SlaveBase::config()->readEntry by SlaveBase::configValue Remove two unused member variables using KSslError Avoid sending KDirNotify::emitFilesAdded when the emptytrashjob finishes Deprecate the KTcpSocket-based variant of SslUi::askIgnoreSslErrors Treat "application/x-ms-dos-executable" as executable on all platforms Replace usage of SlaveBase::config() by SlaveBase::mapConfig() ftptest: replace logger-colors with logger [SlaveBase] Use QMap instead of KConfig to store ioslave config Port KSslErrorUiData to QSslError exclude ioslaves directory from api docs ftptest: mark overwrite without overwrite flag no longer failing ftptest: refactor the daemon startup into its own helper function [SslUi] Add api docs for askIgnoreSslErrors() consider ftpd not required for the time being port ftp slave to new error reporting system fix proxy setting loading Implement KSslCertificateRule with QSslError instead of KSslError Port (most of) the interface of KSslCertificateRule to QSslError Port KSslCertificateManager to QSslError Update test kfileplacesviewtest following D7446 KNotification [KStatusNotifierItem] Allow left click when menu is null Remove Growl support Add and enable Notification Center support in macOS KPeople Unbreak build: limit DISABLE_DEPRECATED for KService to < 5.0 KService Make it compile against qt5.15 without deprecated method KTextEditor KateModeMenuList: improve word wrap add hint to copyright header clarify license add missing s KateModeMenuList: force the vertical position above the button better: self-contained headers group includes for semantics sort includes KWayland FakeInput: add support for keyboard key press and release Fix non-integer scale copy on creation of OutputChangeSet ThreadWeaver Make it compile against qt5.15
2019-09-18Recursive revbump from audio/pulseaudioryoon2-3/+4
2019-08-27ktexteditor: update to 5.61.0markd3-19/+8
5.61.0 Save and load page margins Don't persist authentication Re-map default "Switch input mode" shortcut to not confict with konsolepart Make keyword completion model return HideListIfAutomaticInvocation by default Minimap: Do not grab the left-mmouse-button-click on up/down buttons allow up to 1024 hl ranges instead of not higlighting the line at all if that limit is reached fix folding of lines with end position at column 0 of a line Add option to treat some chars also as "auto bracket" only when we have a selection Add an action to insert a non-indented newline Add setting to enable/disable text drag-and-drop (on by default) 5.60.0 fix goto line centering Fix bookmark icon display on icon border with low dpi Fix action "Show Icon Border" to toggle border again Fix empty pages in print preview and lines printed twice remove no longer used header fix autoscrolling down speed Add default variables for variables interface Make automatic spellcheck work after reloading a document raise default line length limit to 10000 WIP:Disable highlighting after 512 characters on a line KateModeMenuList: move to QListView 5.59.0 Don't delete entire previous line by backspace in pos 0 Use native dialog overwrite check Add action to reset font size show static word wrap marker always if requested Ensure highlighted range begin/end marker after unfold Fix: don't reset Highlight when saving some files Auto indentation: Use std::vector instead of QList Fix: Use default indentation mode for new files remove duplicated assignment honor auto-bracket setting for balance check improve invalid character check on loading New menu of syntax highlighting in the status bar Avoid infinite loop in "Toggle Contained Nodes" action 5.58.0 Review kate config pages to improve maintenance friendliness Allow to change the Mode, after changing the Highlighting ViewConfig: Use new generic config interface Fix bookmark pixmap painting on icon bar Ensure the left border miss no change of the count of line number digits Fix to show folding preview when move the mouse from bottom to top Review IconBorder Add input methods to input method status bar button Paint the folding marker in proper color and make it more visible remove default shortcut F6 to show icon border Add action to toggle folding of child ranges Retitle button "Close" to "Close file" when a file has been removed on disk up copy-right, perhaps that should be a define, too avoid conflicting shortcuts for switching tabs KateIconBorder: Fix folding popup width and height avoid view jump to bottom on folding changes DocumentPrivate: Respect indention mode when block selection ViewInternal: Fix makeVisible(..) DocumentPrivate: Make bracket handling smart ViewInternal: Review drop event Allow to close a document whose file was deleted on disk KateIconBorder: Use UTF-8 char instead of special pixmap as dyn wrap indicator KateIconBorder: Ensure Dyn Wrap Marker are shown KateIconBorder: Code cosmetic DocumentPrivate: Support auto bracket in block selection mode
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-04-25kde: update KDE Frameworks to 5.57.0markd3-9/+27
KDE Doxygen Tools Update URLs to use https KCMUtils [KCModuleLoader] Pass args to created KQuickAddons::ConfigModule Pass focus to child searchbar when KPluginSelector is focused Improve the KCM error message Add runtime guard that pages are KCMs in KCMultiDialog KConfig Add Notify capability to revertToDefault point readme to the wiki page kconfig_compiler: new kcfgc args HeaderExtension & SourceExtension [kconf_update] move from custom logging tech to qCDebug Remove reference from const KConfigIniBackend::BufferFragment & KCONFIG_ADD_KCFG_FILES macro: ensure a change of File= in kcfg is picked up KCoreAddons Fix "* foo *" we don't want to bold this string Fix Bug - clicking contact web url => uncomplete url is selected Print strerror when inotify fails (typical reason: "too many open files") KDeclarative [GridViewKCM] Fix implicit width calculation move the gridview in a separate file Avoid fractionals in GridDelegate sizes and alignments KDocTools Update Ukrainian translation Catalan updates it entities: update URLs to use https Update URLs to use https Use Indonesian translation Update design to look more similar to kde.org Add necessary files to use native Indonesian language for all Indonesian docs KI18n Report human-readable error if Qt5Widgets is required but is not found KIO Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch() Replace QDateTime::to_Time_t/from_Time_t with to/fromSecsSinceEpoch Improve executable dialog buttons' icons [KDirOperator] Show Detailed Tree View by default KFileItem: call stat() on demand, add SkipMimeTypeDetermination option KIOExec: fix error when the remote URL has no filename KFileWidget In saving single file mode an enter/return press on the KDirOperator triggers slotOk [KDynamicJobTracker] Use generated DBus interface [KFileWidget] When saving, highlight filename after clicking existing file also when using double-click Don't create thumbnails for encrypted Vaults Fix WebDAV directory renaming if KeepAlive is off Show list of tags in PlacesView Delete/Trash confirmation dialogue: Fix misleading title Display the correct file/path in "too bit for fat32" error message Phrase error message with GiB, not GB openwithdialog: use recursive flag in proxy filter Remove URLs being fetched when listing job is completed [CopyJob] Treat URL as dirty when renaming file as conflict resolution Pass local file path to KFileSystemType::fileSystemType() Fix upper/lower case rename on case insensitive fs Fix "Invalid URL: QUrl("some.txt")" warnings in Save dialog Fix crash while moving files Fix NTFS hidden check for symlinks to NTFS mountpoints Make file overwrite a bit safer KNotification [KStatusNotifierItem] Send desktop-entry hint Allow to set custom hints for notifications KNotifyConfig Allow selecting only supported audio files KPackage Framework Fix finding the host tools targets file in the Android docker environment Add cross-compilation support for kpackagetool5 KService Add X-GNOME-UsesNotifications as recognized key Add bison minimum version of 2.4.1 due to %code KTextEditor Fix: apply correctly the text colors of the chosen scheme DocumentPrivate: Add option "Auto Reload Document" to View menu DocumentPrivate: Support to set dictionary on block selection Fix Words & Chars String on katestatusbar Fix Minimap with QtCurve style KateStatusBar: Show lock icon on modified label when in read-only mode DocumentPrivate: Skip auto quotes when these looks already balanced Add Variable interface to KTextEditor::Editor relax code to only assert in debug build, work in release build ensure compatibility with old configs more use of generic config interface simplify QString KateDocumentConfig::eolString() transfer sonnet setting to KTextEditor setting ensure now gaps in config keys convert more things to generic config interface more use of the generic config interface generic config interface Don't crash on malformed syntax highlighting files IconBorder: Accept drag&drop events ViewPrivate: Make deselection by arrow keys more handy Fix for showing argument hint tree on non-primary screen Port some deprecated method Restore the search wrapped message to its former type and position ViewPrivate: Make 'Apply Word Wrap' more comfortable ModeBase::goToPos: Ensure jump target is valid ViInputMode: Remove unsupported text attributes from the status bar KateStatusBar: Add dictionary button add example for line heigh issue
2019-04-03Recursive revbump from textproc/icuryoon2-4/+4
2019-02-24*: recursive bump for libgit2 0.28wiz1-2/+2
2018-12-09revbump after updating textproc/icuadam2-4/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-20Recursive revbump from textproc/icu-62.1ryoon2-4/+4
2018-07-06Recursive revbump from audio/pulseaudioryoon1-1/+2
2018-06-21ktexteditor: update to 5.47.0markd2-7/+6
* Don't use title case for the "show word count" checkbox * Make the word/char count a global preference