[dolphin] [Bug 479283] Dolphin's trash reports containing 0 bytes of file space, even when files are present

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||br...@oikei.net

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

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

[dolphin] [Bug 482146] The bottom status bar incorrectly shows size as 0 bytes in trash

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||christ...@cullmann.io
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Christoph Cullmann  ---


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

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

[kate] [Bug 471008] Allow to ignore editorconfig rules

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/7e97a15452714d6de96e4e95c5
   ||bd5356955aa281

--- Comment #7 from Christoph Cullmann  ---
Git commit 7e97a15452714d6de96e4e95c5bd5356955aa281 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 04/10/2024 at 16:10.
Pushed by cullmann into branch 'master'.

Allow disabling editorconfig

M  +3-0src/dialogs/katedialogs.cpp
M  +7-0src/dialogs/opensaveconfigadvwidget.ui
M  +1-1src/document/katedocument.cpp
M  +2-0src/utils/kateconfig.cpp
M  +6-1src/utils/kateconfig.h

https://invent.kde.org/frameworks/ktexteditor/-/commit/7e97a15452714d6de96e4e95c5bd5356955aa281

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

[frameworks-kwidgetsaddons] [Bug 493060] Konsole crash when trying to change font

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

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kwidgetsaddons/-/com
   ||mit/4e2f8b785bc751a45756a70
   ||5ddbd5d3795698b89
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Christoph Cullmann  ---
Git commit 4e2f8b785bc751a45756a705ddbd5d3795698b89 by Christoph Cullmann.
Committed on 01/10/2024 at 17:02.
Pushed by cullmann into branch 'master'.

fix crash with older Qt

hide after the stuff got constructed

M  +6-4src/kfontchooser.cpp

https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/4e2f8b785bc751a45756a705ddbd5d3795698b89

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

[kate] [Bug 479717] Pressing on } inserts two lines instead of one

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

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/07b303eecb9fd6b1323f1d81ad
   ||843db0b9eb0581
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
Git commit 07b303eecb9fd6b1323f1d81ad843db0b9eb0581 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 29/09/2024 at 16:14.
Pushed by cullmann into branch 'master'.

Fix pressing  on } inserts two lines instead of one

A  +6-0autotests/input/indent/cstyle/clospar5/expected
A  +4-0autotests/input/indent/cstyle/clospar5/input.js
A  +4-0autotests/input/indent/cstyle/clospar5/origin
M  +13   -5src/script/data/indentation/cstyle.js

https://invent.kde.org/frameworks/ktexteditor/-/commit/07b303eecb9fd6b1323f1d81ad843db0b9eb0581

-- 
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-09-28 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=480932

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/141bb47
   ||32d38d578c9d188c8b7b3c628c4
   ||3f46fa
 Resolution|--- |FIXED

--- Comment #3 from Christoph Cullmann  ---
Git commit 141bb4732d38d578c9d188c8b7b3c628c43f46fa by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 28/09/2024 at 17:52.
Pushed by cullmann into branch 'master'.

project: Emit error if the relevant vcs wasn't found when loading

So that the user knows what happened and can fix the situation

M  +13   -0addons/project/kateproject.cpp
M  +20   -1addons/project/kateprojectworker.cpp
M  +9-6addons/project/kateprojectworker.h

https://invent.kde.org/utilities/kate/-/commit/141bb4732d38d578c9d188c8b7b3c628c43f46fa

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

[kate] [Bug 493690] Wishlist: better tab management

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

--- Comment #3 from Christoph Cullmann  ---
Git commit 23b5768c3b9d3f8b9c6c5d1840787863addc13da by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 28/09/2024 at 17:13.
Pushed by cullmann into branch 'master'.

Add 'reopen latest closed documents' to tab context menu

M  +1-2apps/lib/katemainwindow.cpp
M  +1-0apps/lib/kateviewspace.cpp

https://invent.kde.org/utilities/kate/-/commit/23b5768c3b9d3f8b9c6c5d1840787863addc13da

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

[kate] [Bug 451523] Filter external tools based on file type

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/801cf1e
   ||ae2baf8746ac5d5fb0287f532be
   ||78f67b
 Resolution|--- |FIXED

--- Comment #3 from Christoph Cullmann  ---
Git commit 801cf1eae2baf8746ac5d5fb0287f532be78f67b by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 28/09/2024 at 16:45.
Pushed by cullmann into branch 'master'.

Show relevant external tools in context menu

Shown in project tree view context menu and Documents context menu.
The tools are filtered by mimetype. Tools which have no mimetype are
always shown.
Related: bug 479027

M  +25   -0addons/externaltools/kateexternaltoolsview.cpp
M  +6-0addons/externaltools/kateexternaltoolsview.h
M  +10   -0addons/filetree/katefiletree.cpp
M  +14   -0addons/project/kateprojecttreeviewcontextmenu.cpp
M  +5-0addons/project/kateprojectviewtree.cpp
M  +7-0addons/project/kateprojectviewtree.h

https://invent.kde.org/utilities/kate/-/commit/801cf1eae2baf8746ac5d5fb0287f532be78f67b

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

[kate] [Bug 479027] Projects file tree > file context menu > have all suitable External Tools available there

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

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/801cf1e
   ||ae2baf8746ac5d5fb0287f532be
   ||78f67b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Git commit 801cf1eae2baf8746ac5d5fb0287f532be78f67b by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 28/09/2024 at 16:45.
Pushed by cullmann into branch 'master'.

Show relevant external tools in context menu

Shown in project tree view context menu and Documents context menu.
The tools are filtered by mimetype. Tools which have no mimetype are
always shown.
Related: bug 451523

M  +25   -0addons/externaltools/kateexternaltoolsview.cpp
M  +6-0addons/externaltools/kateexternaltoolsview.h
M  +10   -0addons/filetree/katefiletree.cpp
M  +14   -0addons/project/kateprojecttreeviewcontextmenu.cpp
M  +5-0addons/project/kateprojectviewtree.cpp
M  +7-0addons/project/kateprojectviewtree.h

https://invent.kde.org/utilities/kate/-/commit/801cf1eae2baf8746ac5d5fb0287f532be78f67b

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

[kate] [Bug 451648] Markdown: do not remove two trailing spaces aka line break when "remove trailing spaces" is set

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/-/commit
   ||/51b218106a097baf8d170d4fce
   ||e1720d1ee37f8c
 Status|ASSIGNED|RESOLVED

--- Comment #14 from Christoph Cullmann  ---
Git commit 51b218106a097baf8d170d4fcee1720d1ee37f8c by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 28/09/2024 at 09:28.
Pushed by cullmann into branch 'master'.

Dont remove trailing spaces in markdown by default

trailing spaces are meaningful in markdown

M  +3-0src/data/katemoderc

https://invent.kde.org/frameworks/ktexteditor/-/commit/51b218106a097baf8d170d4fcee1720d1ee37f8c

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

[okular] [Bug 427953] Unique instance and open in tabs ignored

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

--- Comment #9 from Christoph Cullmann  ---
One needs to implement that feature for Windows, so far I don't think somebody
is working on that.

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

[kate] [Bug 473116] Find Next searches in other split

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||christ...@cullmann.io
 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from Christoph Cullmann  ---
I tried to reproduce that with the latest version and it works like it should.
Could you try Kate 24.08?

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

[kate] [Bug 470390] Other splits forgotten if I quit in "Hide Inactive Views" mode

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

Christoph Cullmann  changed:

   What|Removed |Added

Version|23.04.1 |Git

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

[kate] [Bug 468887] Kate printing formatting problems

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||christ...@cullmann.io
 Resolution|--- |WORKSFORME

--- Comment #4 from Christoph Cullmann  ---
I tested printing with 24.08 and that looks a lot better, with Frameworks 6.6.

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

[kate] [Bug 470390] Other splits forgotten if I quit in "Hide Inactive Views" mode

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

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/44dfc20
   ||cae9631b2bd8fc15845a1474393
   ||ce7ef5
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Christoph Cullmann  ---
Git commit 44dfc20cae9631b2bd8fc15845a1474393ce7ef5 by Christoph Cullmann.
Committed on 25/09/2024 at 17:36.
Pushed by cullmann into branch 'master'.

always save all splitters

we don't remember if stuff was hidden, but at least
we don't loose all split views

M  +1-7apps/lib/kateviewmanager.cpp

https://invent.kde.org/utilities/kate/-/commit/44dfc20cae9631b2bd8fc15845a1474393ce7ef5

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

[kate] [Bug 470390] Other splits forgotten if I quit in "Hide Inactive Views" mode

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||christ...@cullmann.io
 Ever confirmed|0   |1

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

[kate] [Bug 472070] Kate crashes after closing tab with Nim file, when Nim and Ada LSP are running

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||christ...@cullmann.io

--- Comment #1 from Christoph Cullmann  ---
Could you re-try this please with 24.08? Thanks a lot. We fixed several issues
in the plugins in the last releases.

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

[kate] [Bug 493401] Kate does not restore its window position

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||ray.dob...@outlook.com

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

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

[kate] [Bug 484998] Main Window Position

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||christ...@cullmann.io
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---


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

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

[frameworks-kxmlgui] [Bug 493412] Keyboard Shortcuts option to assign an empty shortcut assigns the spacebar to that action

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

Christoph Cullmann  changed:

   What|Removed |Added

Product|kate|frameworks-kxmlgui
 CC||christ...@cullmann.io
   Assignee|kwrite-bugs-n...@kde.org|kdelibs-b...@kde.org
Version|24.08.0 |6.6.0
  Component|part|general

--- Comment #5 from Christoph Cullmann  ---
That looks like an issue in kxmlgui. I hope we will have time to debug this
more, thanks already for the nice investigation!

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

[kwin] [Bug 493506] Maximize does not fill screen and missing title bar buttons with Plastik window decorations

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

Christoph Cullmann  changed:

   What|Removed |Added

   Assignee|kwrite-bugs-n...@kde.org|kwin-bugs-n...@kde.org
Version|24.08.0 |6.1.2
  Component|kwrite  |decorations
 CC||christ...@cullmann.io
Product|kate|kwin

--- Comment #3 from Christoph Cullmann  ---
I can not see how Kate should be able to 'hide' the window decoration on
maximize just for that variant of deco.

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

[kate] [Bug 493509] ctrl + left/right no longer stops at punctuation

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||christ...@cullmann.io

--- Comment #2 from Christoph Cullmann  ---
Works for me, too, with KF 6.6 and 24.08, but there were no fixes for this,
strange.
Can you give a concrete example?

e.g. for

https://bugs.kde.org/show_bug.cgi?id=493509

it jumps like it should.

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

[kate] [Bug 488258] Horizontal touch scroll doesn't work, makes navigating files on small screens impractical

2024-09-24 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=488258

--- Comment #4 from Christoph Cullmann  ---
Ok, sure, not that I can test it, I have no touch screen. But we can keep it
open if that still happens for you.

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

[knotes] [Bug 428057] Under Wayland left click tray icon menu displayed on random part of screen

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 100397] Access Control & encryption on individual notes to ensure privacy (eg passwords/ banking details)

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #7 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[Systemd KCM] [Bug 358308] Ability to start multiple services at once

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||christ...@cullmann.io
 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
This application is no longer maintained, sorry.

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

[Systemd KCM] [Bug 421627] Starting and stoping services is really slower than terminal

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||christ...@cullmann.io
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
This application is no longer maintained, sorry.

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

[Systemd KCM] [Bug 401000] many colour schemes have poor contrast for SystemD log

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

Christoph Cullmann  changed:

   What|Removed |Added

 CC||christ...@cullmann.io
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #8 from Christoph Cullmann  ---
This application is no longer maintained, sorry.

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

[knotes] [Bug 96031] scroll appear when empty lines at the end

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 337865] Notes visible in summary: when trying to view or to edit, knotes is not started. If started manually, editing or viewing from Kontact summary page fails.

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 422314] KNotes empty collection after login

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 84194] Support links to other objects (eg URLs, contacts, files, other notes)

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 60710] Make KNotes read any possible StickyNotes files

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 110929] Notes windows shall be sizeable as standard window by dragging its edges

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 48104] notes shall have a category

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 79952] Wish: Generic KNotes interface library and Domains

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 427392] Knotes send rich text note problem on reception

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 340175] Knotes rich text editor icons do not respect system settings

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #6 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 93119] Faint background colours for icons in list

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 414255] Knotes doesn't display notes on first run, will display if closed and relaunched

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 172656] KNotes close button barely visible

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 387400] Renaming note on desktop changes colours to original default.

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 435635] Set alarm is not working

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 92027] Enroll the notes like KWin does when double-clicking windows

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 265557] Option for clicking tray icon to toggle all notes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 256137] add option for sort order in notes list

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 154576] reflection of knotes at desktop effects "present windows"

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 269281] Knotes integration with Caldav TODO

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 146634] alarm does not unhide hidden note

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 339359] Bring received or new note to front

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 419149] Can't create a note because of an empty dialog box

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 414548] Why knotes doesn't have a option to automatic restart with session login.

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 117858] Wish: Title (name) of notes in list is date/time by default, make name more meaningful

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 306557] KNotes notes window can not be moved on Microsoft Windows

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 434490] Show desktop widget makes all notes to disapear from desktop

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 128761] WISH: sync note across network

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 403381] bulletpoint

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 96096] Support for voice and handwritten notes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 147450] KNotes icon single click should hide/unhide all notes, hover should display them

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 80313] There should be a fit-note-to-size-of-entry feature

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 158575] Would like more practical editing of the note's title

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 142295] Random background color for new note from colorpalet

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 410422] new note loses the lasts changes settings

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 328972] support folders

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 437874] Can't drag in wayland session

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 52156] Templates for new notes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 77020] Handwrite and draw in KNotes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 334554] Suggestion: Showing Knotes service users on a LAN

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 253933] add context menu entry 'display note in panel'

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 467431] Remember Window-Settings on startup

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 63786] transparency support for notes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #12 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 256702] please add other views for knotes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 253252] add option for repeating notification

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 409302] knotes has no akonadi collection table, could be the primary cause of failure

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 469578] notes should have a lock to avoid unintentional edits

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 324840] sync notes with owncloud/nextcloud notes app

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 192562] Big memory usage of knotes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #3 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 465123] feature request: add "New Sticky Note" to right-click desktop menu

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 157324] simplify to delete knotes

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 60600] Indenting a selected block

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 398704] Title bar text can't be customized.

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 60599] with auto-indent wrapped lines should respect indentation

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 304904] Knotes should be a widget

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 485061] Settings won't save

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 159706] select message after reminder

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 352011] No notes after KDE login; knotes must be restarted

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #18 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 41341] sub folder in knotes ?

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #21 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 100395] Drag drop to convert a Knote into another Kontact type (or even the other way round)

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 102984] wish: allow notes to sticked on open windows/applications

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #4 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 124732] backup-rollback function, checkbox-listings

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 448816] KNotes crashes after creating a note and then choosing Quit

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 151545] Multiple and configurable Notes-Files

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 479080] Keyboard shortcut "New Note from Clipboard" doesn't paste clipboard content anymore unless another note is present on the desktop.

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 86728] Synchronise Notes against a KIO-Folder (sftp, imap(!), .. ..)

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 86272] Synchronizing notes via Jabber

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 106102] Rich Text: List formatting not appropriate

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 357048] knotes 15.12.0 displays contens by black on black and with micro charactiers

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #10 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 101107] need to remove knotes desktop affinity

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #15 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 424409] Markdown support

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

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

[knotes] [Bug 102512] System tray (context-) menu usability

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

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Cullmann  ---
KNotes is no longer maintained since 24.08.

Please migrate to Marknote. https://apps.kde.org/marknote/

See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/53

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

  1   2   3   4   5   6   7   8   9   10   >