[kdevelop] [Bug 504104] Crash when closing down 'get more templates'

2025-05-27 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504104 --- Comment #6 from Igor Kushnir --- Uninstalling a previously installed application template in the Get More Templates window also causes a segmentation fault with the same call stack as reported here. The reason is that ProjectSelectionPage

[kdevelop] [Bug 492221] crash in click to 'show use' (only in large project)

2025-05-27 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=492221 Igor Kushnir changed: What|Removed |Added CC||k...@davidebeatrici.dev --- Comment #15 from

[kdevelop] [Bug 489503] KDevelop crashed when loading uses of a function

2025-05-27 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=489503 Igor Kushnir changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[kdevelop] [Bug 504104] Crash when closing down 'get more templates'

2025-05-27 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504104 --- Comment #5 from Igor Kushnir --- (In reply to Igor Kushnir from comment #4) > Can anyone check/recall how this worked before the crash? Any ideas in which > Qt or KF version the crash is present and absent? Checked in Debian bookworm: KD

[kdevelop] [Bug 501267] Cannot open get new templates when creating a project

2025-05-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501267 Igor Kushnir changed: What|Removed |Added Status|CONFIRMED |ASSIGNED Assignee|kdevelop-bugs-n

[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing

2025-05-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #25 from Igor Kushnir --- (In reply to Bug Janitor Service from comment #24) > A possibly relevant merge request was started @ > https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/777 We have found a workaround for this cras

[kdevelop] [Bug 504104] Crash when closing down 'get more templates'

2025-05-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504104 --- Comment #4 from Igor Kushnir --- A simple workaround is the following patch for kdevelop/plugins/filetemplates/templateselectionpage.cpp: void TemplateSelectionPagePrivate::handleNewStuffDialogFinished() { model->refresh(); +ui-&g

[kdevelop] [Bug 501267] Cannot open get new templates when creating a project

2025-05-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501267 --- Comment #2 from Igor Kushnir --- The following patch for knewstuff/src/widgets/button.cpp fixes this bug for project templates and for Qt Help documentation: -dialog.reset(new KNSWidgets::Dialog(configFile, q

[kdevelop] [Bug 480526] KDevelop always crashes when loading session cache

2025-05-21 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=480526 --- Comment #5 from Igor Kushnir --- Analyzed the backtraces. My conclusion is that this bug is a direct successor to the infamous Bug 272408. The circumstances that lead to the crash and parts of the backtrace are similar. Before Milian's fix o

[kdevelop] [Bug 368460] function signature picks up template parameter names

2025-05-20 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=368460 --- Comment #6 from Igor Kushnir --- But the test function added in http://commits.kde.org/kdevelop/0dac419e2fe7428ed9ce6134c1ff674874ccca2a still xfails, so I guess a workaround has been implemented in KDevelop at some point. -- You are receiving

[kdevelop] [Bug 368460] function signature picks up template parameter names

2025-05-20 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=368460 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #5 from Igor

[kdevelop] [Bug 504269] [Feature Request] Ability to lock session so it cant create new ones

2025-05-20 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504269 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-16 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #45 from Igor Kushnir --- Created attachment 181384 --> https://bugs.kde.org/attachment.cgi?id=181384&action=edit Slow GitPlugin::hasStashes() experiment At least under X11, even if the `git stash` command takes a long time

[kdevelop] [Bug 504269] [Feature Request] Ability to lock session so it cant create new ones

2025-05-16 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504269 --- Comment #5 from Igor Kushnir --- (In reply to Ian H from comment #4) > is it possible for kdevelop to get the session id of the one open if you > close a session and store that in the kdeveloprc file? seems to me that if > you delete a se

[kdevelop] [Bug 504269] [Feature Request] Ability to lock session so it cant create new ones

2025-05-16 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504269 --- Comment #3 from Igor Kushnir --- (In reply to Ian H from comment #2) > Actual behavior: > opens an empty session > > Expected behavior: > Should open original session SessionController::initialize() deletes unnamed sessions with

[kdevelop] [Bug 435235] When pasting file using Projects tool view, "File Already Exists" window cannot be interacted with

2025-05-16 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=435235 --- Comment #19 from Igor Kushnir --- (In reply to ulterno from comment #17) > Unable to reproduce > ... > EndeavourOS (Wayland) I cannot reproduce it under Wayland either. This bug occurs only under X11. -- You are receiving this mail bec

[kdevelop] [Bug 504269] [Feature Request] Ability to lock session so it cant create new ones

2025-05-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504269 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #44 from Igor Kushnir --- (In reply to ulterno from comment #43) > Regarding the async and testing, of course I am willing to test as much as I > can, but since this will change a lot for a lot of plug-ins, many of which, > I woul

[kdevelop] [Bug 499888] Code completion 'implement function' section shows qt signals

2025-05-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=499888 Igor Kushnir changed: What|Removed |Added Latest Commit||https://invent.kde.org/kdev

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #42 from Igor Kushnir --- (In reply to ulterno from comment #39) > Attempting the same inside QTextEdit::contextMenuEvent, did not reproduce > the bug. i.e. The menu was not called twice when using the keyboard Menu key. > So, onl

[kdevelop] [Bug 480526] KDevelop always crashes when loading session cache

2025-05-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=480526 --- Comment #4 from Igor Kushnir --- (In reply to Ian H from comment #3) > i know this probably isnt very helpful, but i want to say i've seen this > crash before 2022. i just didnt have any ability to send good debug logs > back then

[kdevelop] [Bug 480526] KDevelop always crashes when loading session cache

2025-05-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=480526 Igor Kushnir changed: What|Removed |Added Ever confirmed|0 |1 CC

[kdevelop] [Bug 480526] KDevelop always crashes when loading session cache

2025-05-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=480526 Igor Kushnir changed: What|Removed |Added CC||master.ha...@gmail.com --- Comment #1 from Igor

[kdevelop] [Bug 504216] Crash at the end of parsing

2025-05-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504216 Igor Kushnir changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-13 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdevelop] [Bug 501267] Cannot open get new templates when creating a project

2025-05-13 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501267 Igor Kushnir changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[kdevelop] [Bug 504104] Crash when closing down 'get more templates'

2025-05-13 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504104 Igor Kushnir changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kdevelop] [Bug 504039] Error in IDE Terminal: bash: kdevelop!: command not found...

2025-05-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=504039 Igor Kushnir changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-10 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #38 from Igor Kushnir --- Created attachment 181127 --> https://bugs.kde.org/attachment.cgi?id=181127&action=edit Second context menu: call stack with debug symbols Analyzed the second context menu call stack with debug symbols (a

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-09 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 Igor Kushnir changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-09 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #34 from Igor Kushnir --- (In reply to ulterno from comment #33) > > Do you mean that both the Menu key AND a version-controlled document are > > required? > > Yes, it is the "AND". > However, it even w

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-09 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #32 from Igor Kushnir --- (In reply to Igor Kushnir from comment #31) > If that works, you can try a single event processing: > https://doc.qt.io/qt-6/qcoreapplication.html#processEvents If executing a QProcess works but a single

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-09 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #31 from Igor Kushnir --- (In reply to ulterno from comment #29) > I had been assuming that the Menu key had been causing double context menus > all the time. > But no. Turns out, the double context menu only happens when the fi

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #28 from Igor Kushnir --- If SwitchToBuddyPlugin::contextMenuExtension() does not enter a nested event loop, it does not need a QPointer guard. Rather it should never be invoked in the first place if the menu object is destroyed within

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #25 from Igor Kushnir --- (In reply to Igor Kushnir from comment #24) > > By the way, have you verified that only one menu is created when you > > right-click instead of pressing the Menu key? > > At least visually, I

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #24 from Igor Kushnir --- (In reply to ulterno from comment #23) > Well, if that happened, I would expect it to crash in other applications > using KTextEditor::View, like this KWrite that I am using. Not necessarily. Other apps proba

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #22 from Igor Kushnir --- (In reply to ulterno from comment #21) > Unless the guard is supposed to be somewhere else, that I haven't realised. No, your debugging code looks good now. > For now, all the times I have tried

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #20 from Igor Kushnir --- OK, so the simplest crash fix is to add and check the QPointer guard. Can be cherry-picked to the stable KDevelop branch. Would you like to create a merge request with the fix? If you want to figure out why two

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #18 from Igor Kushnir --- (In reply to ulterno from comment #16) > I see. I had left this part to the IDE, because it was more convenient to > set the variables in that. Perhaps I shouldn't have, because then it started >

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-08 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #17 from Igor Kushnir --- (In reply to ulterno from comment #16) > QMenu(0x5eed0f858a50) Still exists --1 > GitJob::GitJob(const QDir&, KDevelop::IPlugin*, > KDevelop::OutputJob::OutputJobVerbosity) > KCrash: Appli

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #15 from Igor Kushnir --- You can also connect a lambda to the QObject::destroyed signal of the menu object; print a message and set a breakpoint in the lambda; the frame stack when the breakpoint is hit would tell you from where the old

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #14 from Igor Kushnir --- > and check whether it is null **after** the hasStashes() call. Before the hasStashes() call no event loop is entered, so the menu guard cannot possibly be null. Your Menu key could be sticky and register tw

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #11 from Igor Kushnir --- (In reply to ulterno from comment #10) > The above was done with tag v25.04.0 as I am yet unable to load plugins when > using master You need to install KDevelop (possibly into a user-owned directory) a

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #8 from Igor Kushnir --- One problem with the git plugin is its synchronous process execution and the accompanying nested event loops. GitPlugin::additionalMenuEntries() calls GitPlugin::hasStashes(), which calls emptyOutput(), which calls

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #7 from Igor Kushnir --- I have no idea why the crash happens. Nothing looks wrong in the KDevelop part of the backtrace. If you build KDevelop locally, you could experiment with various changes to the relevant code and possibly figure out

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 --- Comment #4 from Igor Kushnir --- (In reply to ulterno from comment #3) > 1. Just tried by deactivating the git plugin and the crash stopped > happening. Perhaps the plugin adds some functionality in case of the Menu > Keyboard key,

[kdevelop] [Bug 503813] Crash on using the Menu Key in the default editor in a directory with git

2025-05-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503813 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #2 from Igor

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-05 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 --- Comment #13 from Igor Kushnir --- (In reply to Eugene Shalygin from comment #12) > Does not crash when built with GCC 14 and -O2. QMap wraps std::map. Maybe the ABI of std::map changed in libstdc++ version 15. See https://gcc.gnu.org/gcc

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-05 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 Igor Kushnir changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 --- Comment #6 from Igor Kushnir --- You'll have to enable the LSP plugin in Kate settings. Unlike Kate, KDevelop enables it by default. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||stefano.cro...@alice.it --- Comment #23 from

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 --- Comment #5 from Igor Kushnir --- Go to Kate/KDevelop settings=>LSP Client=>Allowed & Blocked Servers. If a marksman/markdown entry is present, right-click and delete it, then press Apply (the Apply button will be disabled after t

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 Igor Kushnir changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[kdevelop] [Bug 503743] KDevelop sometimes crashes when writing an #include directive in a cpp file

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503743 Igor Kushnir changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[kdevelop] [Bug 503730] Kdevelop crashes when refusing to use LSP for an .md file

2025-05-04 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503730 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #2 from Igor

[kdevelop] [Bug 499888] Code completion 'implement function' section shows qt signals

2025-04-30 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=499888 --- Comment #9 from Igor Kushnir --- The most likely reason for this bug is that KDevelop does not locate the file it installs (e.g. into /usr/share): kdevclangsupport/wrappedQtHeaders/QtCore/qobjectdefs.h. In this case hovering over a signal or a slot

[kdevelop] [Bug 503362] Sometimes whole KDevelop freezes when editing file on slow disk (because sync on main thread)

2025-04-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503362 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor

[kdevelop] [Bug 503304] [Bug] Ctrl+tab remembers all previously opened files even if they were closed

2025-04-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503304 Igor Kushnir changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2025-04-22 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=447740 --- Comment #40 from Igor Kushnir --- *** Bug 503178 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 503178] KDevelop Crashing While Editing / Mouse Clicking

2025-04-22 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=503178 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2025-04-22 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=447740 --- Comment #39 from Igor Kushnir --- (In reply to Claus Prüfer from comment #37) > I am using Devuan current (also Debian current) and it does not provide 6.x > KDevelop versions. > Also a bug should be fixed, or do you want to live along w

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2025-04-22 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=447740 --- Comment #36 from Igor Kushnir --- (In reply to Claus Prüfer from comment #35) > KDE Frameworks Version: 5.103.0 > Qt Version: 5.15.8 KTextEditor 5.x and KDevelop 5.x are no longer supported and no new 5.x releases are planned. If this crash

[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing

2025-04-18 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||argo...@gmail.com --- Comment #22 from Igor

[kdevelop] [Bug 502955] Crash after creating new file not yet added to CMakeLists.txt

2025-04-17 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=502955 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing

2025-04-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #20 from Igor Kushnir --- *** Bug 502827 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 502827] Kdevelop crash on typing "#include <".

2025-04-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=502827 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Resolution

[frameworks-ki18n] [Bug 460245] ki18n_install(po) slows down each build, even if nothing has changed

2025-04-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460245 --- Comment #5 from Igor Kushnir --- https://invent.kde.org/frameworks/ki18n/-/merge_requests/101 added an option to return early from the ki18n_install() call. This issue can stay open, I guess, because ideally disabling the option should not be

[kdevelop] [Bug 410295] Underlined text highlighting not getting saved.

2025-04-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=410295 --- Comment #5 from Igor Kushnir --- (In reply to Victor from comment #4) > I have rechecked and for Kate 23.08.5 the problem still exist. > Any changes in Settings -> Colors Themes -> Highlighting Text Styles are > inapplicable. > I

[kdevelop] [Bug 399320] Semantic highlighting works partially after switching branch

2025-04-10 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=399320 Igor Kushnir changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[kdevelop] [Bug 410295] Underlined text highlighting not getting saved.

2025-04-10 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=410295 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Status|REPORTED

[kdevelop] [Bug 502310] Creating a new Plasmoid project produces a Plasma 5 only compatible project

2025-04-02 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=502310 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor

[kdevelop] [Bug 486949] Kdevelop freezes after git checkout feature-branch

2025-03-31 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486949 --- Comment #16 from Igor Kushnir --- https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/743 allows to completely work around these UI freezes by removing the Project Changes and the Git Commit tool views from all used sublime areas (Code, Debug

[kdevelop] [Bug 501299] KDevelop window size resets to a strange 966x768 after exiting debug mode

2025-03-15 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501299 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Resolution

[kdevelop] [Bug 501411] kdevelop hangs after opening files or trying to download more templates

2025-03-13 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501411 --- Comment #6 from Igor Kushnir --- (In reply to vovaportnyh+kde from comment #4) > I dont think i have anything related to D-Bus on my system Without the debug symbols it's only guesswork. But you could try running the D-Bus - maybe dbus-la

[kdevelop] [Bug 501411] kdevelop hangs after opening files or trying to download more templates

2025-03-13 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501411 --- Comment #3 from Igor Kushnir --- (In reply to vovaportnyh+kde from comment #2) > > Does KDevelop hang every time you create or open a project? > Yes it hangs every single time Could be an issue with D-Bus on Windows. I guess it is not ava

[kdevelop] [Bug 501411] kdevelop hangs after opening files or trying to download more templates

2025-03-12 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501411 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com --- Comment #1 from Igor

[kdevelop] [Bug 486949] Kdevelop freezes after git checkout feature-branch

2025-03-12 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486949 --- Comment #15 from Igor Kushnir --- Git commit c68593429384cccd05c893ce7ddef7c7e0cde4e2 by Igor Kushnir. Committed on 12/03/2025 at 15:49. Pushed by igorkushnir into branch 'master'. Unregister repositories for current branch changes When

[kdevelop] [Bug 494237] Editing Layout restore is not working correctly

2025-03-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=494237 Igor Kushnir changed: What|Removed |Added CC||noctaliavib...@gmail.com --- Comment #6 from

[kdevelop] [Bug 501267] Cannot open get new templates when creating a project

2025-03-10 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=501267 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Ever confirmed|0

[kdevelop] [Bug 486949] Kdevelop freezes after git checkout feature-branch

2025-03-06 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=486949 --- Comment #13 from Igor Kushnir --- Git commit 737fd44d385acd2d1e174601a226968ba57fd4e0 by Igor Kushnir. Committed on 06/03/2025 at 10:17. Pushed by igorkushnir into branch 'master'. Make connections to the signal repositoryBranchChange

[kdevelop] [Bug 401033] Windows installer fails

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=401033 Igor Kushnir changed: What|Removed |Added Resolution|--- |UNMAINTAINED CC

[kdevelop] [Bug 492331] Website download Links missing

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=492331 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[kdevelop] [Bug 481708] Add craft jobs for kdevelop

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481708 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[kdevelop] [Bug 439743] Theme doesn't change in KDevelop. KDevelop doesn't obey qt5ct.

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=439743 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Status|REPORTED

[kdevelop] [Bug 431009] Kdevelop menu bar colors doesn't match interface color scheme

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=431009 Igor Kushnir changed: What|Removed |Added Version Fixed In||6.2.250400 Latest Commit

[kdevelop] [Bug 469709] KDevelop toolbars and options are unreadable on windows 10 when trying to match theme with dark system theme

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=469709 Igor Kushnir changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[kdevelop] [Bug 403134] Windows 10 x64 Dark colors

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=403134 Igor Kushnir changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[kdevelop] [Bug 445517] Dark Theme doesn't work Windows 11

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=445517 Igor Kushnir changed: What|Removed |Added Version Fixed In||6.2.250400 Resolution

[kdevelop] [Bug 460465] Theming (dark) is broken on Windows

2025-02-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=460465 Igor Kushnir changed: What|Removed |Added Latest Commit||https://invent.kde.org/kdev

[kdevelop] [Bug 443092] Cannot build kdevelop master with kdesrc-build on focal

2025-02-25 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=443092 --- Comment #8 from Igor Kushnir --- (In reply to Ian H from comment #7) > any chance for an update on the kdevelop website 'build it' section for v6? Not from me as I have never used kdesrc-build. You can create a separate bug report for

[kdevelop] [Bug 406267] Color scheme doesn't update when modified in settings dialog

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=406267 Igor Kushnir changed: What|Removed |Added Resolution|--- |NOT A BUG CC

[kdevelop] [Bug 462937] Kdeveloper doesn't work on OpenSUSE 15.4

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=462937 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdevelop] [Bug 451143] Kdevelop flatpak package: libclang.so.12 missing, no syntax highlighting

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=451143 Igor Kushnir changed: What|Removed |Added CC||master.ha...@gmail.com --- Comment #2 from Igor

[kdevelop] [Bug 499916] Latest flatpak does not parse cpp files

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=499916 Igor Kushnir changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[kdevelop] [Bug 411752] Theme Color Button doesnt work

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=411752 Igor Kushnir changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[kdevelop] [Bug 472334] Support moving editor windows to a new monitor.

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=472334 Igor Kushnir changed: What|Removed |Added CC||fchristophebr...@gmail.com --- Comment #15 from

[kdevelop] [Bug 500399] opening files from the command line opens new session

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=500399 Igor Kushnir changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdevelop] [Bug 407424] Don't hide .clang-format by default

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=407424 Igor Kushnir changed: What|Removed |Added Version Fixed In||5.4 Status|REPORTED

[kdevelop] [Bug 423427] kdevelop bookmarks toolview not showing bookmarks

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=423427 Igor Kushnir changed: What|Removed |Added CC||igor...@gmail.com Resolution

[kdevelop] [Bug 468703] Search occurs in random editor window instead of active editor window

2025-02-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=468703 --- Comment #14 from Igor Kushnir --- *** Bug 452023 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

  1   2   3   4   5   6   7   8   9   >