Feed Advanced Search

Jul 30 2018

sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

Sorry!! forgot to add you as the author when I pushed :(

Jul 30 2018, 6:19 AM · Kate
sars accepted D14408: SymbolView: Avoid unneeded update of current item.
Jul 30 2018, 5:56 AM · Kate

Jul 29 2018

sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

We can have the slotRefreshSymbol() merging in a different patch.

Jul 29 2018, 11:31 AM · Kate
sars added a comment to D14409: SymbolView: Reduce flicker of view in tree mode when edit text.

I guess the tree flickering comes from the fact that when you edit the document you change the cursor position and the current item might changed even if it shouldn't. Adding a 2s delay only slows down the flickering, but the actual problem, that the wrong item is being activated is now even worse.

Jul 29 2018, 7:37 AM · Kate
sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

What I still would like to have in this patch is the preventing of the m_currItemTimer from being started while m_updateTimer is active.

Jul 29 2018, 7:22 AM · Kate

Jul 27 2018

sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

You cannot measure the CPU consumption of this particular function by looking at the "System Activity" while scrolling up and down the file. There are a million other code paths that get executed while you scroll the page. System Activity gives you an average CPU load of the application during 2000ms. This less than 1ms function only gets called once when you start scrolling and once when you stop.

Jul 27 2018, 2:12 PM · Kate
sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

It definitely does not mean "The CPU waste does not matter".

Jul 27 2018, 9:56 AM · Kate
sars added a comment to D14408: SymbolView: Avoid unneeded update of current item.

Hmm... I'm not totally convinced ;)

Jul 27 2018, 6:33 AM · Kate

Jul 26 2018

sars added a comment to D14388: SymbolView: Fix misplaced context menu popup.

I did it already :)

Jul 26 2018, 6:13 PM · Kate
sars committed R40:fe4373314b44: SymbolView: Update current item and sorting after parsing (authored by loh.tar).
SymbolView: Update current item and sorting after parsing
Jul 26 2018, 6:05 PM
sars committed R40:8c5e3746278c: SymbolView: Fix misplaced context menu popup (authored by loh.tar).
SymbolView: Fix misplaced context menu popup
Jul 26 2018, 5:49 PM
sars closed D14388: SymbolView: Fix misplaced context menu popup.
Jul 26 2018, 5:49 PM · Kate
sars committed R40:1115941edffa: SymbolViewer: populate view with disabled sorting (authored by loh.tar).
SymbolViewer: populate view with disabled sorting
Jul 26 2018, 5:49 PM
sars accepted D14388: SymbolView: Fix misplaced context menu popup.
Jul 26 2018, 5:41 PM · Kate
sars added a comment to D14388: SymbolView: Fix misplaced context menu popup.

Just any way you want with the unused parameter. I'm not consistent with that..., but the warning is a no-no ;)

Jul 26 2018, 9:34 AM · Kate

Jul 25 2018

sars committed R40:ce59fb89380e: SymbolViewer: Add pointer checking and init for the m_view pointer. (authored by sars).
SymbolViewer: Add pointer checking and init for the m_view pointer.
Jul 25 2018, 5:22 PM
sars committed R40:8375f16157d0: SymbolView: Reduce redundant code (authored by loh.tar).
SymbolView: Reduce redundant code
Jul 25 2018, 5:22 PM
sars committed R40:ab06b3faf26e: Add checkboxes to the toggle actions. (authored by loh.tar).
Add checkboxes to the toggle actions.
Jul 25 2018, 5:22 PM

Jul 19 2018

sars committed R382:c02b6dc8931a: Add workaround for broken bytes_per_line values in line-art mode (authored by sars).
Add workaround for broken bytes_per_line values in line-art mode
Jul 19 2018, 6:34 PM
sars committed R382:2ebe3479e302: Add workaround for broken bytes_per_line values in line-art mode (authored by sars).
Add workaround for broken bytes_per_line values in line-art mode
Jul 19 2018, 6:28 PM

Jul 3 2018

sars committed R382:03a9727262cf: Make finding Sane required on all platforms except Windows (authored by sars).
Make finding Sane required on all platforms except Windows
Jul 3 2018, 12:40 PM

Jun 27 2018

sars added a comment to D13738: Add save as single-page PDF..

Thanks for the patch!

Jun 27 2018, 12:18 PM
sars added a comment to D13737: Remove unused code.

Thanks for the review request!

Jun 27 2018, 11:25 AM

May 25 2018

sars accepted D13115: Fix CTags dialog error message when adding target .

Thanks for the fix! Please commit.

May 25 2018, 7:16 PM · Kate

Apr 2 2018

sars accepted D11861: Cleanup CMakeLists.txt.

Sorry I did not notice this request before the 2.1.0.1 release :(

Apr 2 2018, 5:48 PM

Apr 1 2018

sars committed R483:04c04d6a808c: New version with translations (authored by sars).
New version with translations
Apr 1 2018, 8:10 PM
sars committed R483:88031fefba08: Bump version (authored by sars).
Bump version
Apr 1 2018, 5:27 AM

Jan 22 2018

sars accepted D10003: [Build Addon] Force LTR direction on the treeWidget for RTL locales.

If that is the right thing to do for RTL locales then go for it. It does not change anything for LTR locales :)

Jan 22 2018, 6:58 AM · Kate

Jan 20 2018

sars accepted D9997: [Build Addon] Use system’s fixed font for output page.

Good idea!

Jan 20 2018, 11:41 PM · Kate

Jan 18 2018

sars accepted D9901: Search&Replace: Make exclude filter work on the relative subdirs.

I just discussed with a college and I have changed my mind :)

Jan 18 2018, 8:11 AM · Kate
sars added a comment to D9901: Search&Replace: Make exclude filter work on the relative subdirs.

My feeling at the moment is that I would like to have the pattern for directory-only to be xxxx/ and not xxxx/* because the later matches all children in folder xxxx and not the folder itself... I wonder what is more intuitive...

Jan 18 2018, 7:35 AM · Kate

Jan 16 2018

sars added a comment to D9901: Search&Replace: Make exclude filter work on the relative subdirs.

I did a quick test and the xxxx/ works, but at the same time I noticed that I do very similar filtering separately for the project plugin. I think I need to move the filtering to one function in FolderFilesList and maybe remove "Folder" from the class name...

Jan 16 2018, 8:25 PM · Kate
sars added a comment to D9901: Search&Replace: Make exclude filter work on the relative subdirs.

According to my tests build* does work as expected, but build/* does not work. I'm actually a bit surprised that the latter works in "Project" mode.

Jan 16 2018, 8:01 AM · Kate

Jan 15 2018

l10n daemon script <scripty@kde.org> committed R236:be8ed04ebe7f: KMultiTabBar: Fix regression in conversion to new style connect() (authored by sars).
KMultiTabBar: Fix regression in conversion to new style connect()
Jan 15 2018, 2:42 PM
sars committed R236:ee34537ff55c: KMultiTabBar: Fix regression in conversion to new style connect() (authored by sars).
KMultiTabBar: Fix regression in conversion to new style connect()
Jan 15 2018, 12:00 PM
sars closed D9884: KMultiTabBar: Fix regression in conversion to new style connect() .
Jan 15 2018, 12:00 PM · Frameworks
sars closed D9884: KMultiTabBar: Fix regression in conversion to new style connect() .

For some reason this review was not closed automatically by the commit. Closing manually.

Jan 15 2018, 11:57 AM · Frameworks
sars added a comment to D9883: Fix translations from Sane.

Thanks for fixing the translation! :) Please commit.

Jan 15 2018, 9:26 AM
sars accepted D9883: Fix translations from Sane.

Thanks! Besides the question about the conversion I think this is good to go.

Jan 15 2018, 6:46 AM

Jan 11 2018

sars added a comment to D9590: Clear konsole command-line before directory change.

Hmm... This patch causes my terminal to just flash up and then disappear immediately...

Jan 11 2018, 12:06 PM · Kate
sars committed R40:b04adca2b2bf: Make connection unique to not trigger flood of slot calls. (authored by sars).
Make connection unique to not trigger flood of slot calls.
Jan 11 2018, 11:56 AM
sars committed R40:db520750bd82: Fix a couple of regressions in the conversion to modern connect() (authored by sars).
Fix a couple of regressions in the conversion to modern connect()
Jan 11 2018, 11:56 AM
sars committed R40:9c3e92c99bd6: Make connection unique to not trigger flood of slot calls. (authored by sars).
Make connection unique to not trigger flood of slot calls.
Jan 11 2018, 11:51 AM

Jan 10 2018

sars committed R40:c1e2b1355932: Fix a couple of regressions in the conversion to modern connect() (authored by sars).
Fix a couple of regressions in the conversion to modern connect()
Jan 10 2018, 8:14 PM

Dec 21 2017

sars committed R382:006bc99296b5: Port the twain wrapper to Qt5 and KF5 (authored by sars).
Port the twain wrapper to Qt5 and KF5
Dec 21 2017, 5:10 AM

Dec 12 2017

sars committed R40:4a157701ad3f: Remove obsolete QScript includes from CMake files (authored by sars).
Remove obsolete QScript includes from CMake files
Dec 12 2017, 5:43 AM
sars closed D9291: Remove obsolete QScript includes from CMake files.
Dec 12 2017, 5:43 AM · Kate

Dec 11 2017

sars created D9291: Remove obsolete QScript includes from CMake files.
Dec 11 2017, 8:09 PM · Kate

Dec 8 2017

sars accepted D9254: Make KWallet an optional dependency.

I'm OK with making this an optional dependency.

Dec 8 2017, 11:06 PM

Oct 26 2017

sars added a comment to D7647: Two clicks on file/folder to rename.
In D7647#158667, @markg wrote:

I resign (for now), i need to retest this.
Sars brought up a very valid point that i didn't even consider yet. You do introduce some hybrid between single- and double click flows while potentially breaking current flows.

To be continued..

Oct 26 2017, 6:28 AM · Dolphin

Oct 23 2017

sars added a comment to D7647: Two clicks on file/folder to rename.

If you change focus after selecting an item and then give focus back to dolphin by clicking the selected item it starts the edit. In my book that is not what you want ;)

That's indeed what we want. Have a look at my reply to your last inline comment :)

Oct 23 2017, 6:28 AM · Dolphin

Oct 22 2017

sars added a comment to D8300: Added the "save selection/cut selection to file" to Edit menu.

Are you aware that dragging a selection to anywhere in kate, except the document view, will create a new file with the selection. But that requires mouse action....

Oct 22 2017, 7:28 PM · Kate
sars added a comment to D7647: Two clicks on file/folder to rename.

The focus lost-abort triggers abortTwoClicksRenaming() before the second click. That means that changing focus window does not cancel the rename.

The focus-lost-cancellation works pretty well for me.

Oct 22 2017, 11:55 AM · Dolphin

Oct 21 2017

sars added a comment to D7647: Two clicks on file/folder to rename.

I just tried the patch and I don't think the cancellation works as intended. The cancellation only works for double-click or selection change during the double-click period. The focus lost-abort triggers abortTwoClicksRenaming() before the second click. That means that changing focus window does not cancel the rename.

Oct 21 2017, 10:47 PM · Dolphin

Oct 11 2017

sars added a comment to D7884: - Increase size of trailing mark.

I'm OK with an option for this. The only problem, with the option in the screen-shot, is that it could be interpreted as also effecting the tabulator mark.

Oct 11 2017, 12:07 PM · Frameworks, Kate

Oct 4 2017

sars committed R39:af3e9946fc0f: Fix the fall-back "blackness" value for unicode > 255 characters. (authored by sars).
Fix the fall-back "blackness" value for unicode > 255 characters.
Oct 4 2017, 6:33 AM

Sep 25 2017

sars added inline comments to D7647: Two clicks on file/folder to rename.
Sep 25 2017, 7:15 AM · Dolphin
sars added a comment to D7647: Two clicks on file/folder to rename.

This new iteration is much better :)

Sep 25 2017, 7:12 AM · Dolphin

Sep 20 2017

sars added a comment to D7884: - Increase size of trailing mark.

I think "spaceWidth() / 2" goes a little bit too far.

Sep 20 2017, 10:19 AM · Frameworks, Kate

Sep 19 2017

sars added a comment to D7647: Two clicks on file/folder to rename.

The point 2) problem that I described is what I get from a Windows 7 installation.... Wonder why you get a different result.

Sep 19 2017, 6:15 AM · Dolphin

Sep 18 2017

sars added a comment to D7647: Two clicks on file/folder to rename.

The problematic things for me are:

Sep 18 2017, 1:06 PM · Dolphin

Aug 22 2017

sars added a comment to D7455: [Feature] Live document preview plugin.

Nice plugin :)

Aug 22 2017, 5:45 AM

Aug 20 2017

sars created D7443: Fix compilation on windows with editorconfig-c-core available.
Aug 20 2017, 8:07 PM · Frameworks

Jun 14 2017

sars committed R40:72e8bd3dcc27: S&R: Disable search buttons while replacing + add replace status (authored by sars).
S&R: Disable search buttons while replacing + add replace status
Jun 14 2017, 7:49 PM

Jun 6 2017

sars added a comment to D6086: Left-click mini-map to jump to clicked area.

I think I fixed it.
The comment about the dragging was only partially correct. The press must be inside the slider for dragging, so when the initial press is outside or not translated from the mini-map coordinates, the dragging does not start.

Jun 6 2017, 8:33 PM · Frameworks
sars committed R39:574647ef74e1: Fix jumpy scrollbar-dragging when mini-map is enabled. (authored by sars).
Fix jumpy scrollbar-dragging when mini-map is enabled.
Jun 6 2017, 8:26 PM

Jun 5 2017

sars committed R39:7bb1f434afaf: Jump to the clicked scrollbar position when minim-map is enabled. (authored by sars).
Jump to the clicked scrollbar position when minim-map is enabled.
Jun 5 2017, 3:34 PM
sars closed D6086: Left-click mini-map to jump to clicked area by committing R39:7bb1f434afaf: Jump to the clicked scrollbar position when minim-map is enabled..
Jun 5 2017, 3:34 PM · Frameworks
sars updated the diff for D6086: Left-click mini-map to jump to clicked area.

Use qBound() + remove one set of unneeded parenthesis

Jun 5 2017, 3:27 PM · Frameworks

Jun 4 2017

sars added a comment to D6086: Left-click mini-map to jump to clicked area.

Reasoning behind the change of behavior:

Jun 4 2017, 8:23 AM · Frameworks
sars created D6086: Left-click mini-map to jump to clicked area.
Jun 4 2017, 7:43 AM · Frameworks

Apr 9 2017

sars closed D5102: Add scroll-barmarks also to the built-in search&replace.

https://commits.kde.org/ktexteditor/1bd9d474763ca891ef67c736398289cfd61bf21f

Apr 9 2017, 9:30 AM · Frameworks
sars committed R39:1bd9d474763c: Add scroll-bar-marks also to the built-in search&replace (authored by sars).
Add scroll-bar-marks also to the built-in search&replace
Apr 9 2017, 9:27 AM

Mar 21 2017

sars added a comment to D5102: Add scroll-barmarks also to the built-in search&replace.

I searched through the kdevelop repo and found marks 8, 21-27 in use + the "reserved" for Bookmark,... So for KDevelop it looks OK, but we have other users also.

Mar 21 2017, 8:27 PM · Frameworks

Mar 18 2017

sars created D5102: Add scroll-barmarks also to the built-in search&replace.
Mar 18 2017, 8:09 PM · Frameworks

Mar 8 2017

sars committed R40:132fc5208ae3: S&R: Next from cursor only if focus is in the view. (authored by sars).
S&R: Next from cursor only if focus is in the view.
Mar 8 2017, 6:21 PM

Feb 26 2017

sars accepted D4796: Search & Replace plugin: Add default shortcut Ctrl+Alt+F.

We could think about adding default shortcuts also for go-to-next-match and search-in-new-tab

Feb 26 2017, 6:12 AM

Feb 19 2017

sars committed R40:0cbe03b49644: S&R: First go-to-next goes to first match after cursor-matchlen (authored by sars).
S&R: First go-to-next goes to first match after cursor-matchlen
Feb 19 2017, 6:06 PM
sars committed R40:1a3e7a3c61aa: S&R: Add the search in new tab action to a Edit-sub-menu (authored by sars).
S&R: Add the search in new tab action to a Edit-sub-menu
Feb 19 2017, 5:31 PM
sars committed R40:626cdc20a2de: S&R: Add warning about interrupted search-as-you-type (authored by sars).
S&R: Add warning about interrupted search-as-you-type
Feb 19 2017, 5:31 PM
sars committed R40:6448ba0d120c: S&R: Keep the focus in the search-combo if not moved manually. (authored by sars).
S&R: Keep the focus in the search-combo if not moved manually.
Feb 19 2017, 5:31 PM
sars committed R40:0a46007e762f: S&R: Revert the search cache (authored by sars).
S&R: Revert the search cache
Feb 19 2017, 5:31 PM
sars committed R40:45da2168345f: S&R: Fix select-all from openSearchView in searchWhileTyping (authored by sars).
S&R: Fix select-all from openSearchView in searchWhileTyping
Feb 19 2017, 5:31 PM

Feb 17 2017

sars committed R40:87e254b21fb5: S&R: Fix cursor position problem in search-as-you-type (authored by sars).
S&R: Fix cursor position problem in search-as-you-type
Feb 17 2017, 9:58 AM

Feb 16 2017

sars added a comment to D4634: Disallow executing kate and kwrite as root on Linux.

At least Ubuntu has a non-zero sudo-timeout and the attack can also be executed on the konsole window after the first sudo command, but I think it is a good idea to educate people about sudoedit. And you have to start somewhere :)

Feb 16 2017, 8:32 PM

Feb 15 2017

sars committed R40:fcd24caf7091: S&R: Disable buttons that should be disabled while searching (authored by sars).
S&R: Disable buttons that should be disabled while searching
Feb 15 2017, 9:50 PM
sars committed R40:306bf839c3b8: S&R: Store the last search matches and restore them on demand (authored by sars).
S&R: Store the last search matches and restore them on demand
Feb 15 2017, 9:50 PM

Feb 11 2017

sars committed R40:146f928e34c8: S&R: Add search place and proper reg-exp and match-case to tab change (authored by sars).
S&R: Add search place and proper reg-exp and match-case to tab change
Feb 11 2017, 7:29 PM
sars committed R40:63686b232711: S&R: Do not jump to the first match on search-as-you-type (authored by sars).
S&R: Do not jump to the first match on search-as-you-type
Feb 11 2017, 6:59 AM

Jan 25 2017

sars committed R40:ff1ab8bd0fd2: Resolve symbolic links in findDocument() just as KTextEditor does. (authored by sars).
Resolve symbolic links in findDocument() just as KTextEditor does.
Jan 25 2017, 8:18 PM
sars committed R40:4059d29f1d44: Resolve symbolic links in findDocument() just as KTextEditor does. (authored by sars).
Resolve symbolic links in findDocument() just as KTextEditor does.
Jan 25 2017, 8:13 PM

Jan 18 2017

sars committed R483:76574ffbbc82: Default to PNG format if no format is provided. (authored by sars).
Default to PNG format if no format is provided.
Jan 18 2017, 10:21 PM

Nov 11 2016

sars committed R40:8666aaab8eac: Do not crash when looking-up a word without the project tool-view (authored by sars).
Do not crash when looking-up a word without the project tool-view
Nov 11 2016, 8:24 PM

Aug 25 2016

sars committed R39:bdb140d871a3: Fix broken swap-file on windows (authored by sars).
Fix broken swap-file on windows
Aug 25 2016, 9:43 AM

Jul 20 2016

sars committed R40:c9dc1517aa08: S&R: Only open the folder options when search-place is "Folder" (authored by sars).
S&R: Only open the folder options when search-place is "Folder"
Jul 20 2016, 8:13 AM
sars committed R40:87d3562dea00: S&R: Only open the folder options when search-place is "Folder" (authored by sars).
S&R: Only open the folder options when search-place is "Folder"
Jul 20 2016, 8:13 AM

Jul 8 2016

sars committed R40:e7774e46ffe4: Re-add Text to Search and Next buttons in the search plugin. (authored by sars).
Re-add Text to Search and Next buttons in the search plugin.
Jul 8 2016, 6:15 PM

Jul 3 2016

sars committed R40:feaa54b671bc: Fix goToPreviousMatch when file item above is not expanded. (authored by sars).
Fix goToPreviousMatch when file item above is not expanded.
Jul 3 2016, 11:41 AM
sars committed R40:ffaa27daf9a8: S&R: Jump to the next/previous match from the cursor not list start/end (authored by sars).
S&R: Jump to the next/previous match from the cursor not list start/end
Jul 3 2016, 11:41 AM
sars committed R40:2d65d7b3d1cb: Update the result view also when creating the search list (authored by sars).
Update the result view also when creating the search list
Jul 3 2016, 11:41 AM