[kate] [Bug 486134] Crash when opening an IFF data (?) file

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486134

--- Comment #3 from Christoph Cullmann  ---
Thanks for the report, was easy to reproduce, fixed and added some test to
avoid regressions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486195] Kate crashes when opening a file with 10002 or more 0xff bytes

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486195

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #2 from Christoph Cullmann  ---
Thanks for the report, was easy to reproduce, fixed and added some test to
avoid regressions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486134] Crash when opening an IFF data (?) file

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486134

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/990d5a34a699b61bbf321b4081
   ||afc9deb2f00f9b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
Git commit 990d5a34a699b61bbf321b4081afc9deb2f00f9b by Christoph Cullmann.
Committed on 27/04/2024 at 18:42.
Pushed by cullmann into branch 'master'.

fix crashs and OOM on load with encoding failures
Related: bug 486195

M  +51   -0autotests/src/katetextbuffertest.cpp
M  +1-0src/buffer/katetextloader.h

https://invent.kde.org/frameworks/ktexteditor/-/commit/990d5a34a699b61bbf321b4081afc9deb2f00f9b

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486195] Kate crashes when opening a file with 10002 or more 0xff bytes

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486195

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/990d5a34a699b61bbf321b4081
   ||afc9deb2f00f9b
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
Git commit 990d5a34a699b61bbf321b4081afc9deb2f00f9b by Christoph Cullmann.
Committed on 27/04/2024 at 18:42.
Pushed by cullmann into branch 'master'.

fix crashs and OOM on load with encoding failures
Related: bug 486134

M  +51   -0autotests/src/katetextbuffertest.cpp
M  +1-0src/buffer/katetextloader.h

https://invent.kde.org/frameworks/ktexteditor/-/commit/990d5a34a699b61bbf321b4081afc9deb2f00f9b

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486134] Crash when opening an IFF data (?) file

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486134

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1
 CC||cullm...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486066] Window management broken

2024-04-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486066

--- Comment #7 from Christoph Cullmann  ---
(In reply to Johannes from comment #4)
> Thumbs up for the fast response! I was afraid this might be some intended
> change, read somewhere on discuss.kde.org that the window management was
> changed ("for the better") and had the gnome story in front of my eyes...
> 
> The patch works for me. Thanks again for the fast fix, kate has become
> somewhat irreplaceable for me.

Thanks for the good report here, was broken by accident by me, hope this will
make 24.05 again usable for you!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486066] Window management broken

2024-04-26 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486066

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/kate/-/commit/7e6ec2b |ities/kate/-/commit/a89ed4a
   |a8fb2bdf9f106670273f102459e |84a239941e3eaefe6ee1c2426b8
   |8b962f  |5afb85

--- Comment #6 from Christoph Cullmann  ---
Git commit a89ed4a84a239941e3eaefe6ee1c2426b85afb85 by Christoph Cullmann.
Committed on 26/04/2024 at 07:32.
Pushed by cullmann into branch 'release/24.05'.

use kate from the right virtual desktop


(cherry picked from commit 7e6ec2ba8fb2bdf9f106670273f102459e8b962f)

M  +2-1apps/kate/main.cpp
M  +22   -0apps/lib/kateapp.cpp
M  +2-5apps/lib/kateapp.h
M  +1-1apps/lib/kateappadaptor.h
M  +1-1apps/lib/katerunninginstanceinfo.cpp

https://invent.kde.org/utilities/kate/-/commit/a89ed4a84a239941e3eaefe6ee1c2426b85afb85

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486066] Window management broken

2024-04-26 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486066

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/7e6ec2b
   ||a8fb2bdf9f106670273f102459e
   ||8b962f
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Christoph Cullmann  ---
Git commit 7e6ec2ba8fb2bdf9f106670273f102459e8b962f by Christoph Cullmann.
Committed on 26/04/2024 at 07:24.
Pushed by cullmann into branch 'master'.

use kate from the right virtual desktop

M  +2-1apps/kate/main.cpp
M  +22   -0apps/lib/kateapp.cpp
M  +2-5apps/lib/kateapp.h
M  +1-1apps/lib/kateappadaptor.h
M  +1-1apps/lib/katerunninginstanceinfo.cpp

https://invent.kde.org/utilities/kate/-/commit/7e6ec2ba8fb2bdf9f106670273f102459e8b962f

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485677] CLI always opens new windows as if called with --new

2024-04-25 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485677

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Hmm, true, that is not wanted. Seems our single application code doesn't work
like it should.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486066] Window management broken

2024-04-25 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486066

--- Comment #3 from Christoph Cullmann  ---
Can you try the linked patch?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 486066] Window management broken

2024-04-25 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=486066

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
I think it is my fault that this regressed, I can take a look to restore that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484231] Search & Replace plugin: Results are inserted in active tab

2024-04-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484231

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/41991a4
   ||7e3433b002474d8b239e41550d0
   ||6943b6
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Git commit 41991a47e3433b002474d8b239e41550d06943b6 by Christoph Cullmann, on
behalf of Kåre Särs.
Committed on 21/04/2024 at 14:48.
Pushed by cullmann into branch 'master'.

S: Improve tab handling

- Fix Search results populating wrong search tab
- There is also a bug with highlighting matches when switching tabs

M  +1-0.gitignore
M  +136  -127  addons/search/SearchPlugin.cpp
M  +4-3addons/search/SearchPlugin.h

https://invent.kde.org/utilities/kate/-/commit/41991a47e3433b002474d8b239e41550d06943b6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 480025] cjs, cts, mjs, mts file extensions are ignored by LSP

2024-04-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=480025

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Hmm, in current master the extensions 

cjs, mjs should be loaded like js and cts, mts loaded like ts.

should be fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 466175] Feature request: ruff integration for Python

2024-04-16 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=466175

--- Comment #4 from Christoph Cullmann  ---
Git commit 1f34cfe05020a90926301bafb5a0d624c5f73883 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 16/04/2024 at 21:14.
Pushed by cullmann into branch 'master'.

Add support for ruff formatter

Ruff is now supported in the code format plugin and is the default
formatter for python.

A new json config key, "formatterForPython" is introduced which can be
used to switch to autopep8 (the only other python formatter that is
supported atm)

M  +12   -3addons/format/FormatterFactory.h
M  +4-0addons/format/FormatterSettings.json
M  +21   -0addons/format/Formatters.h
M  +2-1addons/format/FormattersEnum.h

https://invent.kde.org/utilities/kate/-/commit/1f34cfe05020a90926301bafb5a0d624c5f73883

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484483] Kate crashed when clicking document after opening saved session

2024-04-13 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484483

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Christoph Cullmann  ---
Please retry with the Qt 6 variant releas 24.02, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485422] Kate opens a new window for each document on Windows

2024-04-13 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485422

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Christoph Cullmann  ---
Is fixed in the latest nighly

https://cdn.kde.org/ci-builds/utilities/kate/master/windows/

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2024-04-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=389848

Christoph Cullmann  changed:

   What|Removed |Added

 CC||monkeyboy...@yahoo.com

--- Comment #192 from Christoph Cullmann  ---
*** Bug 485019 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 485019] Crash: #5 0x00007f7290ecb023 in mdb_node_search (mc=mc@entry=0x7ffce136a580, key=key@entry=0x7ffce136a960, exactp=exactp@entry=0x7ffce136a49c) at /usr/src/debug/openld

2024-04-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485019

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 389848 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 485071] crach on startup

2024-04-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485071

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 481616 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 481616] Baloo File Extractor crashes on system startup

2024-04-11 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481616

--- Comment #4 from Christoph Cullmann  ---
*** Bug 485071 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484573] Some bold mono fonts are actually "bolder" than normal fonts on Wayland.

2024-04-10 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484573

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Christoph Cullmann  ---
https://invent.kde.org/frameworks/ktexteditor/-/commit/2ab959985587e1f55fd669a3001bb48d2816c382

perhaps this fixes it, if not, one must report it upstream to Qt, as I see no
way that we can alter that in the KDE stack.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485209] Clicking in special views (diff) doesn't focus its split view

2024-04-10 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485209

Christoph Cullmann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||cullm...@kde.org
 Status|REPORTED|CONFIRMED

--- Comment #2 from Christoph Cullmann  ---
Hmm, right, just clicking there doesn't set the focus right, only e.g.
switching to a non-editor view via going to such a tab does that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485213] Tooltip appear black on black background

2024-04-08 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485213

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Christoph Cullmann  ---
Hi, I can't reproduce this with a recent version, please re-open if that
happens with 24.02 or later, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 483363] Kate has crashed after using rename (F2) context menu option

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483363

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/5c4bc8d34f8c774350a90ba369
   ||61ed1a38b73fbc
 Status|ASSIGNED|RESOLVED

--- Comment #14 from Christoph Cullmann  ---
Git commit 5c4bc8d34f8c774350a90ba36961ed1a38b73fbc by Christoph Cullmann.
Committed on 07/04/2024 at 19:40.
Pushed by waqar into branch 'master'.

fix textInsertedRange signal for insertText behind last line

wrong signal e.g. will trigger crash in word counting

#5  __pthread_kill_implementation (threadid=,
signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#6  0x7accf9cab393 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78
#7  0x7accf9c5a6c8 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7accf9c424b8 in __GI_abort () at abort.c:79
#9  0x7accf9c43395 in __libc_message_impl (fmt=fmt@entry=0x7accf9dbb2ea
"%s\n") at ../sysdeps/posix/libc_fatal.c:132
#10 0x7accf9cb52a7 in malloc_printerr (str=str@entry=0x7accf9db906b
"free(): invalid pointer") at malloc.c:5772
#11 0x7accf9cb75b4 in _int_free (av=, p=,
have_lock=have_lock@entry=0) at malloc.c:4507
#12 0x7accf9cb9e93 in __GI___libc_free (mem=mem@entry=0x603abc195fa0) at
malloc.c:3398
#13 0x7accf9eaeaba in operator delete (ptr=ptr@entry=0x603abc195fa0) at
/usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/del_op.cc:49
#14 0x7accf9eaeaca in operator delete (ptr=ptr@entry=0x603abc195fa0) at
/usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/del_ops.cc:33
#15 0x7accf99e5da9 in std::__new_allocator::deallocate
(this=0x603abc0a8f60, __n=, __p=0x603abc195fa0) at
/usr/include/c++/13.2.1/bits/new_allocator.h:168
#16 std::allocator::deallocate (__n=, __p=0x603abc195fa0,
this=0x603abc0a8f60, this=, __p=, __n=) at /usr/include/c++/13.2.1/bits/allocator.h:210
#17 std::allocator_traits >::deallocate (__n=, __p=0x603abc195fa0, __a=..., __a=, __p=,
__n=) at /usr/include/c++/13.2.1/bits/alloc_traits.h:516
#18 std::_Vector_base >::_M_deallocate (__n=, __p=0x603abc195fa0, this=0x603abc0a8f60, this=,
__p=, __n=) at
/usr/include/c++/13.2.1/bits/stl_vector.h:387
#19 std::vector >::_M_fill_insert (__x=, __n=, __position=Python Exception :
value has been optimized out
, this=0x603abc0a8f60) at /usr/include/c++/13.2.1/bits/vector.tcc:621
#20 std::vector >::insert (__x=,
__n=, __position=Python Exception : value has
been optimized out
, this=0x603abc0a8f60) at /usr/include/c++/13.2.1/bits/stl_vector.h:1437
#21 WordCounter::textInserted (this=0x603abc0a8f50, range=...) at
/usr/src/debug/ktexteditor/ktexteditor-6.0.0/src/view/wordcounter.cpp:43
#22 0x7accfa390ca9 in QtPrivate::QSlotObjectBase::call (a=0x7ffeb0f0f780,
r=0x603abc0a8f50, this=0x603abc0a8b80, this=, r=,
a=) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.6.2/src/corelib/kernel/qobjectdefs_impl.h:433
#23 doActivate (sender=0x7accec014ce0, signal_index=40,
argv=0x7ffeb0f0f780) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.6.2/src/corelib/kernel/qobject.cpp:4039
#24 0x7accf98fe6a1 in KTextEditor::DocumentPrivate::textInsertedRange
(this=, _t1=, _t2=...) at
/usr/src/debug/ktexteditor/build/src/KF6TextEditor_autogen/include/moc_katedocument.cpp:1269
#25 0x7accf98ddae2 in KTextEditor::DocumentPrivate::insertText
(this=0x7accec014ce0, position=..., text=..., block=) at
/usr/src/debug/ktexteditor/ktexteditor-6.0.0/src/document/katedocument.cpp:779
#26 0x7accf98f778a in KTextEditor::DocumentPrivate::replaceText
(this=0x7accec014ce0, range=..., s=..., block=) at
/usr/src/debug/ktexteditor/ktexteditor-6.0.0/src/include/ktexteditor/range.h:155
#27 0x7accf0187a0b in applyEdits (doc=0x7accec014ce0, snapshot=, edits=) at
/usr/src/debug/kate/kate-24.02.1/addons/lspclient/lspclientutils.cpp:46

M  +19   -0autotests/src/katedocument_test.cpp
M  +1-0autotests/src/katedocument_test.h
M  +9-1src/document/katedocument.cpp

https://invent.kde.org/frameworks/ktexteditor/-/commit/5c4bc8d34f8c774350a90ba36961ed1a38b73fbc

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485120] Tooltips close when user attempts to scroll by dragging the scrollbar

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485120

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/5a49f33
   ||21a1cae375b6b4ac59f4997149c
   ||2eb2a9
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Git commit 5a49f3321a1cae375b6b4ac59f4997149c2eb2a9 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 07/04/2024 at 19:54.
Pushed by cullmann into branch 'master'.

Fix tooltip hides on trying to scroll using scrollbar

M  +5-3apps/lib/texthint/tooltip.cpp

https://invent.kde.org/utilities/kate/-/commit/5a49f3321a1cae375b6b4ac59f4997149c2eb2a9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 483949] On recent update Kate overwrites settings

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483949

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
You are right that this is suboptimal. But that is now out in the world and can
not be fixed without introducing additional pain for others.
I would assume that is a small inconvenience for a large update. A similar
issue happens with the font settings unfortunately.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485023] "kate" uses file association "other/hunspell thesaurus file" for a file extension of type "*.dat"; changing this association to "normal" and pressing "apply" causes a S/W crash

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485023

--- Comment #2 from Christoph Cullmann  ---
(I meant 24.02)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485023] "kate" uses file association "other/hunspell thesaurus file" for a file extension of type "*.dat"; changing this association to "normal" and pressing "apply" causes a S/W crash

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485023

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
Works for me with 23.02, please try a more recent version, thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485120] Tooltips close when user attempts to scroll by dragging the scrollbar

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485120

Christoph Cullmann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||cullm...@kde.org
 Status|REPORTED|CONFIRMED

--- Comment #1 from Christoph Cullmann  ---
Ok, true, that is not that nice.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 485010] Rename or remove Session settings panel in KWrite

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=485010

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #3 from Christoph Cullmann  ---
I don't think 'Sessions' is that bad a name. It is not feasible to move the
stuff to 'Open/Save', that part comes from the library.

If that one action has no effect, I would have no issue to just hide it for
KWrite, that is a minimal change.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2024-04-07 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=389848

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit|https://github.com/LMDB/lmd |https://invent.kde.org/fram
   |b/commit/1ffe472a080fcd3c7d |eworks/baloo/-/commit/15083
   |ab6e352848703ad7adbe14  |afb9671ec79eb2dbee4ef41a925
   ||56d154af
 Resolution|--- |FIXED

--- Comment #191 from Christoph Cullmann  ---
Git commit 15083afb9671ec79eb2dbee4ef41a92556d154af by Christoph Cullmann.
Committed on 07/04/2024 at 14:22.
Pushed by cullmann into branch 'master'.

Don't kill the lock file, can lead to random corruption

If a process that writes the database is still running,
like an existing baloo_file_extractor, and one starts a new instance
of baloo_file, that one will remove the lock and now
two writers will use the same database without proper locking.

M  +0-4src/file/main.cpp

https://invent.kde.org/frameworks/baloo/-/commit/15083afb9671ec79eb2dbee4ef41a92556d154af

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 478854] Baloo_file ASSERT failures when creating/renaming folders

2024-03-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=478854

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/baloo/-/commit/33756
   ||dd44c4f67a7984fa4c5da61726b
   ||46aa6bc6
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Christoph Cullmann  ---
Git commit 33756dd44c4f67a7984fa4c5da61726b46aa6bc6 by Christoph Cullmann, on
behalf of Méven Car.
Committed on 29/03/2024 at 17:52.
Pushed by cullmann into branch 'master'.

Some indexers need non-slash trailed path

Fix regression introduced in 73183acf, prior to this commit all path
from KInotify did not have a trailing slash, adjust in consequence.

9b61371fdefbd538938f20cdc87eed03d170fa5b adjusted BasicIndexingJob but
not the other cases.

Add some missing unit test cases, although they don't cover the bug
cases, they allow to illustrate the crash conditions.

Superseeds https://invent.kde.org/frameworks/baloo/-/merge_requests/119

cc @tagwerk19.invent @cullmann

M  +123  -0autotests/unit/file/filewatchtest.cpp
M  +7-2src/file/metadatamover.cpp
M  +5-2src/file/modifiedfileindexer.cpp
M  +5-2src/file/newfileindexer.cpp
M  +5-2src/file/xattrindexer.cpp

https://invent.kde.org/frameworks/baloo/-/commit/33756dd44c4f67a7984fa4c5da61726b46aa6bc6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 466576] Terminal "Edit Color Scheme" window hidden after selecting a color (on macOS)

2024-03-28 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=466576

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Works with the current nightly builds

https://kate-editor.org/get-it/

https://cdn.kde.org/ci-builds/utilities/kate/master/macos-arm64/
https://cdn.kde.org/ci-builds/utilities/kate/master/macos-x86_64/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 484281] Some UI elements do not use localised key names

2024-03-28 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484281

--- Comment #24 from Christoph Cullmann  ---
Git commit 70e4a68ed4428fa636356d06c4afe9bf2566962e by Christoph Cullmann, on
behalf of Laurent Montel.
Committed on 28/03/2024 at 21:02.
Pushed by cullmann into branch 'master'.

Show translated shortcut

M  +2-2addons/replicode/replicodeview.cpp
M  +1-1apps/lib/katemainwindow.cpp
M  +1-1apps/lib/kateviewspace.cpp

https://invent.kde.org/utilities/kate/-/commit/70e4a68ed4428fa636356d06c4afe9bf2566962e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 407288] Kate doesn't bring existing session into foreground

2024-03-28 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=407288

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #26 from Christoph Cullmann  ---
(In reply to Aleix Pol from comment #25)
> This bug is a bit confusing, it's originally for Microsoft Windows but it
> seems to have mutated?
> 
> On Wayland, if it's not working with Krusader or whatever, we need to have
> the application adapted to produce a token that will be handed over.
> 
> In the case of Konsole, we are not doing that because konsole (bash?)
> doesn't have a way to create this token. We should make Konsole create the
> environment variable that communicates the token. As such it's a Konsole
> bug, not Kate's.
> 
> Kate works fine, that's why it works when launched from an app that does the
> right thing, like dolphin.

Ok, if for Wayland Kate is fine, we can close this. At least for Windows I
found no proper way to make it work.

Thanks for taking a look at this @aleix!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 407288] Kate doesn't bring existing session into foreground

2024-03-28 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=407288

--- Comment #24 from Christoph Cullmann  ---
(In reply to Nate Graham from comment #23)
> It's definitely possible to fix on Wayland, you just have to handle the
> activation token properly. I'm CCing some people who know how to do this.

If I start Kate it the terminal with

kate xxx.txt

I fail to see what I should send over via dbus to the main instance.

But if that is feasible on Wayland, help is welcome.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kcoreaddons] [Bug 475436] The User Feedback and Plugins sections of the Settings are not complying with the change of language of the application.

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475436

Christoph Cullmann  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org
Version|23.08.1 |6.0.0
Product|kate|frameworks-kcoreaddons
   Assignee|kwrite-bugs-n...@kde.org|mp...@kde.org
  Component|application |general

--- Comment #2 from Christoph Cullmann  ---
KJsonUtils::readTranslatedString seems to no pickup the enforced locale set via
the KSwitchLanguageDialog.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475436] The User Feedback and Plugins sections of the Settings are not complying with the change of language of the application.

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475436

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Christoph Cullmann  ---
User feedback page works for me, but the plugin names look untranslated.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484355] Burn-in-like effect left on screen after closing terminal, file browser, and other plugins

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484355

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Hmmm, tried to reproduce that with

https://cdn.kde.org/ci-builds/utilities/kate/master/windows/

kate-master-6812-windows-cl-msvc2022-x86_64.7z

Unable to do so. Used latest Win 11.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475437] Unable to scroll the language list after selecting Settings\Configure Language\Primary language.

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475437

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
With the nightly build I can scroll in that on Win11

https://kate-editor.org/get-it/
https://cdn.kde.org/ci-builds/utilities/kate/master/windows/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 407288] Kate doesn't bring existing session into foreground

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=407288

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|CONFIRMED   |RESOLVED

--- Comment #22 from Christoph Cullmann  ---
I don't think we can fix that, like on Wayland the security mechanism to avoid
focus stealing and Co. don't allow for that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 483754] Breeze theme is not embedded in the nighly Kate for Windows

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483754

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
Just tried https://cdn.kde.org/ci-builds/utilities/kate/master/windows/

kate-master-6812-windows-cl-msvc2022-x86_64.7z

Breeze is there and used per default.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 481382] Kate starts with white body on dark mode

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481382

--- Comment #2 from Christoph Cullmann  ---
The current nightly build properly *fixes* that I mean.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 481382] Kate starts with white body on dark mode

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481382

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Christoph Cullmann  ---
The current nightly build properly bundles that, please try them

https://kate-editor.org/get-it/

https://kate-editor.org/get-it/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484573] Some bold mono fonts are actually "bolder" than normal fonts on Wayland.

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484573

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Have you some scale factor set for the display?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 482598] Kate resets "Next Item" and "Previous Item" shortcuts on startup

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=482598

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Christoph Cullmann  ---
If it works with the current KF6 based release I think we can just close it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 482018] Enable opening files at last cursor position

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=482018

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/d3e6cf7
   ||f8af1508ef066c12cc38eab78a6
   ||ccc763

--- Comment #5 from Christoph Cullmann  ---
Git commit d3e6cf7f8af1508ef066c12cc38eab78a6ccc763 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 27/03/2024 at 09:38.
Pushed by cullmann into branch 'master'.

Fix session autosave deletes view session config

We store view config whenever a view is closed in KateViewSpace. Session
autosave feature broke this because it wiped the saved config.

M  +14   -12   apps/lib/session/katesessionmanager.cpp
M  +2-2apps/lib/session/katesessionmanager.h

https://invent.kde.org/utilities/kate/-/commit/d3e6cf7f8af1508ef066c12cc38eab78a6ccc763

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484466] Kate crashes when opening any file inside Kate's Save File window

2024-03-27 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484466

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/22ec108363ae5beea67163e63c
   ||d923c47376d004
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Christoph Cullmann  ---
Git commit 22ec108363ae5beea67163e63cd923c47376d004 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 27/03/2024 at 09:33.
Pushed by cullmann into branch 'master'.

Dont use activeView as save dialog parent

Active view can get deleted during dialog exec. It is also just a bad
idea to use the activeView imo. The new logic tries to use the
QApplication::activeWindow() first, then tries the
KTextEditor::MainWindow::window() and as a last fallback uses the
activeView.

M  +5-3src/document/katedocument.cpp

https://invent.kde.org/frameworks/ktexteditor/-/commit/22ec108363ae5beea67163e63cd923c47376d004

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 481626] Sessions UI seems extremely confusing

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481626

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474505] Kate auto-detects unsuitable indentation

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=474505

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #2 from Christoph Cullmann  ---
Hmm, the question is if we ever should detect indents that are not even a
multiple of 2.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475770] LSP client view does not allow middle click or a shortcut to close tabs

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475770

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
https://invent.kde.org/utilities/kate/-/merge_requests/1411

implemented in master, if I am not mistaken.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484337] KDE's IDE Kate is Missing IT Words, "KDE" Included

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484337

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Christoph Cullmann  ---
Hi, we use the dictionaries for the spellcheckers from the system, if you want
to have such stuff included, you need to report that there.

We will not start to maintain own dictionary lists for x languages, sorry.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 477856] IBUS ignored

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=477856

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Christoph Cullmann  ---
Hi, Kate and KWrite use exactly the same code, therefore this seems to be very
strange. Does it really work ok for KWrite?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 478302] Shortcuts resetting after window close

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=478302

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 482598 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 482598] Kate resets "Next Item" and "Previous Item" shortcuts on startup

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=482598

Christoph Cullmann  changed:

   What|Removed |Added

 CC||mittbrukernavn@protonmail.c
   ||om

--- Comment #1 from Christoph Cullmann  ---
*** Bug 478302 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 477736] Appimage server not found

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=477736

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/webs
   ||ites/kate-editor-org/-/comm
   ||it/df2724105ffe033ca2489014
   ||077665d26bbf6428

--- Comment #3 from Christoph Cullmann  ---
Git commit df2724105ffe033ca2489014077665d26bbf6428 by Christoph Cullmann.
Committed on 23/03/2024 at 15:55.
Pushed by cullmann into branch 'master'.

add back nightly app image

M  +2-0content/get-it.md

https://invent.kde.org/websites/kate-editor-org/-/commit/df2724105ffe033ca2489014077665d26bbf6428

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 482521] White border on the status bar in dark mode

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=482521

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Christoph Cullmann  ---
Hmmm, this looks like either a color theme or style issue.
How does that look with Breeze Dark and the Breeze style?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484224] Apply relevant syntax highlighting after the execution of an External Tool (e.g. format JSON + apply JSON highlighting)

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484224

--- Comment #2 from Christoph Cullmann  ---
(In reply to Andrea Ippolito from comment #1)
> *** this is a feature request, but I can't seem to find a way to flag it as
> such ***

flagged as such

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484224] Apply relevant syntax highlighting after the execution of an External Tool (e.g. format JSON + apply JSON highlighting)

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484224

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||cullm...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484113] Mise a jour logicielle

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484113

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org

--- Comment #3 from Christoph Cullmann  ---
Hi, this seems to be no Kate related issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kjobwidgets] [Bug 471531] KUiServerV2JobTracker::registerJob crash

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=471531

Christoph Cullmann  changed:

   What|Removed |Added

 CC||andrej.s.korshi...@gmail.co
   ||m

--- Comment #36 from Christoph Cullmann  ---
*** Bug 481169 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 481169] Krusader crash (segmentation fault) when switching between KDE Desktops

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481169

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 471531 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kjobwidgets] [Bug 471531] KUiServerV2JobTracker::registerJob crash

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=471531

Christoph Cullmann  changed:

   What|Removed |Added

 CC||z...@mail.zp.ua

--- Comment #35 from Christoph Cullmann  ---
*** Bug 481343 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 481343] Krusader crash when going out of desktop idle mode

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481343

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 471531 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kjobwidgets] [Bug 471531] KUiServerV2JobTracker::registerJob crash

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=471531

Christoph Cullmann  changed:

   What|Removed |Added

 CC||il...@ilgaz.gen.tr

--- Comment #34 from Christoph Cullmann  ---
*** Bug 481451 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 481451] Ark crashes while dealing with 100K+ files removal on a 70GB tar archive

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481451

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 471531 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kjobwidgets] [Bug 471531] KUiServerV2JobTracker::registerJob crash

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=471531

Christoph Cullmann  changed:

   What|Removed |Added

 CC||j...@holodeck1.com

--- Comment #33 from Christoph Cullmann  ---
*** Bug 483153 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 483153] Dolphin crashed when I restarted plasmashell

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483153

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 471531 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 484297] Crash when resuming desktop (Guacamole)

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484297

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 471531 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kjobwidgets] [Bug 471531] KUiServerV2JobTracker::registerJob crash

2024-03-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=471531

Christoph Cullmann  changed:

   What|Removed |Added

 CC||yzub...@gmail.com

--- Comment #32 from Christoph Cullmann  ---
*** Bug 484297 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 484160] Dolphin crashes after attempting to add timeline to Places

2024-03-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=484160

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/30e3833
   ||e49f542750bab39f07fc39c6f68
   ||fdeed6

--- Comment #5 from Christoph Cullmann  ---
Git commit 30e3833e49f542750bab39f07fc39c6f68fdeed6 by Christoph Cullmann, on
behalf of Nicolas Fella.
Committed on 21/03/2024 at 19:49.
Pushed by cullmann into branch 'master'.

[kfileplacesmodel] Remove wrong assert

There are more possible endings for the URL, like specific dates under
calendar/

M  +0-1src/filewidgets/kfileplacesmodel.cpp

https://invent.kde.org/frameworks/kio/-/commit/30e3833e49f542750bab39f07fc39c6f68fdeed6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 481260] Slightly blurry text with fractional scaling

2024-03-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481260

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||cullm...@kde.org

--- Comment #5 from Christoph Cullmann  ---
Could you retry with current git master, perhaps this did help:

https://invent.kde.org/frameworks/ktexteditor/-/commit/2ab959985587e1f55fd669a3001bb48d2816c382

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474129] Restore previously selected side bar when closing git history view

2024-03-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=474129

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/da7a434
   ||df849ba4b2f0cbc7d07d7055a72
   ||b9497e
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Git commit da7a434df849ba4b2f0cbc7d07d7055a72b9497e by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 20/03/2024 at 20:10.
Pushed by cullmann into branch 'master'.

Restore last active toolview when closing file history

M  +9-0apps/lib/filehistorywidget.cpp
M  +5-0apps/lib/katemainwindow.h
M  +21   -0apps/lib/katemdi.cpp
M  +13   -0apps/lib/katemdi.h
M  +8-0apps/lib/ktexteditor_utils.cpp
M  +2-0apps/lib/ktexteditor_utils.h

https://invent.kde.org/utilities/kate/-/commit/da7a434df849ba4b2f0cbc7d07d7055a72b9497e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 483650] Kate Does NOT Respect/Ignores The Language Set Langueage for Text

2024-03-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483650

Christoph Cullmann  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INTENTIONAL

--- Comment #7 from Christoph Cullmann  ---
As said, that is intentional and for all languages the same. Just like vim and
Co. would behave, too.

It is unfortunate that this not fits your needs, but we don't alter that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 483650] Kate Does NOT Respect/Ignores The Language Set Langueage for Text

2024-03-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=483650

--- Comment #4 from Christoph Cullmann  ---
Sorry, but Kate is no word processor, but a plain text editor. We don't support
such things for any language.
In German we have the same lower-upper style, Kate will not do that for the de
locale either.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475213] LSP Cleint: Break lines in long error messages

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475213

Christoph Cullmann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||cullm...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 429818] Autoscroll file a bit to show line context when searching

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=429818

--- Comment #7 from Christoph Cullmann  ---
(In reply to Andrew Shark from comment #6)
> > We will not keep feature requests open for ever, if x years nobody shows up 
> > to do it, we close them.
> 
> Wow. Super strange policy. Did not see such thing for any other projects.
> Some bugs are opened for decades!

We did that in the past, it makes no sense to keep xxx feature requests open
that are dormant.
Even with that regular cleaning we have a lot that will never be done.
If it is a bug and no missing feature it stays open, we have unfortunately bugs
that are very old and yet not fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 466590] kate: darwin/arm64 platform support (Apple Silicon)

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=466590

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Is there

https://kate-editor.org/get-it/

https://cdn.kde.org/ci-builds/utilities/kate/master/macos-arm64/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 450751] Middle-click to close files should work in documents sidebar too

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450751

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Christoph Cullmann  ---
Is implemented in kate master as option for that plugin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 444863] Kate does not remember history by activity

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=444863

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |INTENTIONAL

--- Comment #1 from Christoph Cullmann  ---
We don't support activities at the moment. If you want to improve activities,
please contribute, e.g. to
https://invent.kde.org/plasma/plasma-workspace/-/issues/35

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 431777] Scroll bar may have wrong size when Kate was started by opening a file from file manager

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=431777

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |FIXED

--- Comment #2 from Christoph Cullmann  ---
Can no longer reproduce that with 24.02.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 429818] Autoscroll file a bit to show line context when searching

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=429818

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INTENTIONAL
 CC||cullm...@kde.org

--- Comment #5 from Christoph Cullmann  ---
(In reply to Andrew Shark from comment #4)
> Still valid feature request for Kate 22.12.3

It is, but it will not happen if nobody provides a patch.
We will not keep feature requests open for ever, if x years nobody shows up to
do it, we close them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=432325

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #4 from Christoph Cullmann  ---
Not implemented, if somebody wants to have that, please submit a patch.

So far there was no interest to implement that for years.

https://kate-editor.org/join-us/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 388239] kate long line wrapping only works after restart

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=388239

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Christoph Cullmann  ---
Not implemented, if somebody wants to have that, please submit a patch.

So far there was no interest to implement that for years.

https://kate-editor.org/join-us/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 374570] Folding incorrect for python function with multiline arguments

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=374570

Christoph Cullmann  changed:

   What|Removed |Added

 CC||chris.m.ger...@gmail.com

--- Comment #3 from Christoph Cullmann  ---
*** Bug 463012 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 463012] Folding Marker displayed even when folding region too small to fold

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=463012

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Cullmann  ---
Hovering over the marker will still highlight the range, therefore I don't
think removing them is a good idea.

The issue that the folding folds the wrong range is tracked in bug 374570.

*** This bug has been marked as a duplicate of bug 374570 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475717] Kate crashes upon start on Windows

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475717

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REOPENED|RESOLVED

--- Comment #6 from Christoph Cullmann  ---


*** This bug has been marked as a duplicate of bug 363226 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 363226] Kate crashes if session includes files on mapped drive that has been disconnected

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=363226

Christoph Cullmann  changed:

   What|Removed |Added

 CC||magib...@hotmail.com

--- Comment #16 from Christoph Cullmann  ---
*** Bug 475717 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 375160] Missing standard kate commands in VI mode

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=375160

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Christoph Cullmann  ---
That is not totally trivial, if we add all commands, we need to ensure we
handle the removal of them, too. Otherwise we will later work on invalid
pointers.

If someone has time to work an this, patches are welcome.

https://kate-editor.org/join-us/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 355138] Bookmarks are not restored after close/reopen with FTP

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=355138

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #5 from Christoph Cullmann  ---
Not implemented, if somebody wants to have that, please submit a patch.

So far there was no interest to implement that for years.

https://kate-editor.org/join-us/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474693] incorrect and duplicate line numbers (e.g. after unindent command following sloppy scroll)

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=474693

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||cullm...@kde.org
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Christoph Cullmann  ---
Looks not ok, but I can not reproduce that with recent versions, please try
24.02.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 468835] add option to customize width of the cursor

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=468835

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||cullm...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 472230] Kate crashed when switching files with Ctrl+Tab

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=472230

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org

--- Comment #12 from Christoph Cullmann  ---
We altered a lot internal stuff for 24.02, please re-open if one can reproduce
it with that version.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474612] Cannot use more than one language server for configured language

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=474612

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist
 CC||cullm...@kde.org
 Ever confirmed|0   |1

--- Comment #2 from Christoph Cullmann  ---
Is a good idea, but somebody needs to step up to implement it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 475002] Kate crashed when opening folder from terminal

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=475002

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Christoph Cullmann  ---
Can't reproduce. Please try again with Kate 24.02.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 476467] Closing a modified but deleted text file will show a dialog that doesn't close

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=476467

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Christoph Cullmann  ---
You must select a document it the list of that dialog, then it will work.
At least with 24.02

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 477736] Appimage server not found

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=477736

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #2 from Christoph Cullmann  ---
https://invent.kde.org/utilities/kate/-/merge_requests/1392

yes, there are still no appimages

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 479760] Process becomes uninterruptable; requires forced reboot

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=479760

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org

--- Comment #2 from Christoph Cullmann  ---
Hi, I can not reproduce that.
As you mention below, you have a very specific setup.
If there is a way to reproduce it without that, I could take a look, but I
don't see any way to find nor fix that without a proper reproduction way.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 480932] File Browser Doesn't Open Folder When Git Isn't Installed

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=480932

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
We rely on git for that.
We might want to better report that git is missing in such cases.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 481535] Kate crash after closing tab

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=481535

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED
   Version Fixed In||24.02.0

--- Comment #1 from Christoph Cullmann  ---
We improved that code path for 24.02.

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   5   6   7   8   9   10   >