[frameworks-knotifications] [Bug 348414] Crash in KNotification::flags() (NotifyByAudio::onAudioFinished)

2016-10-26 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=348414 --- Comment #61 from Kevin Funk --- @René: Fixed by https://git.reviewboard.kde.org/r/129092/. Part of KF5 5.28. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 330539] Konsole opens bash after kdevelop_attach even if zsh is set.

2016-10-26 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330539 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 330539] Konsole opens bash after kdevelop_attach even if zsh is set.

2016-10-26 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330539 --- Comment #8 from Kevin Funk --- It'd be better to have these patches on either ReviewBoard or Phabricator so we could discuss the diff. -- You are receiving this mail because: You are watching all bug changes.

[kdevplatform] [Bug 371752] Crash on exit because of Sublime::Document::view() called through stale instance (this==NULL)

2016-10-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371752 Kevin Funk changed: What|Removed |Added CC||anton.ani...@htower.ru -- You are receiving this

[kdevplatform] [Bug 371752] Crash on exit because of Sublime::Document::view() called through stale instance (this==NULL)

2016-10-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371752 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kdevelop] [Bug 369194] Background parser does not reparse other open files after changes

2016-10-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369194 --- Comment #6 from Kevin Funk --- Steps to reproduce are always useful. Unfortunately we don't have the time to look at all incoming bug reports immediately, so please bear with us :) We'll ask for more information when we need it. -

[partitionmanager] [Bug 359819] Add support for more partition types

2016-10-28 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=359819 Kevin Kofler changed: What|Removed |Added Version Fixed In||2.1.0 -- You are receiving this mail because

[kdevelop] [Bug 371860] Search over CMAKE-tags and other build systems' options

2016-10-31 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371860 Kevin Funk changed: What|Removed |Added Ever confirmed|0 |1 Keywords

[kio] [Bug 314451] sftp: Resuming partly transferred file >= 2 GiB is impossible - "unknown error code 166"

2016-10-31 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=314451 Kevin Kofler changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Summary|sftp: Resuming partly

[kdevplatform] [Bug 371933] Crash in Sublime::IdealController::raiseView

2016-11-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371933 --- Comment #1 from Kevin Funk --- That's a duplicate of bug 366577, no? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 372032] Crash when opening file

2016-11-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372032 Kevin Funk changed: What|Removed |Added CC||anton.ani...@htower.ru -- You are receiving this

[kdevelop] [Bug 372032] Crash when opening file

2016-11-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372032 Kevin Funk changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[kdevelop] [Bug 372032] Crash when opening file

2016-11-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372032 Kevin Funk changed: What|Removed |Added Version Fixed In||5.1.0 -- You are receiving this mail because

[kdevelop] [Bug 372032] Crash when opening file

2016-11-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372032 Kevin Funk changed: What|Removed |Added Version|5.0.2 |git master -- You are receiving this mail

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #53 from Kevin Kofler --- In these commits, I see things like ,ms[0] == 0 or ms[1] != 0, where ms is a QStringList, so you are comparing a QString against 0. This doesn't look right. Either use isEmpty() or compare with the stri

[k3b] [Bug 372094] New: Please restore wodim support

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 Bug ID: 372094 Summary: Please restore wodim support Product: k3b Version: unspecified Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: major

[k3b] [Bug 372094] Please restore wodim support

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #1 from Kevin Kofler --- I will also note that your changes have several logic errors: -: K3b::AbstractCdrtoolsProgram( QLatin1String( "cdrecord" ), QLatin1String( "wodim" ) ) +: K3b::AbstractCdrtoolsPr

[k3b] [Bug 372094] Please restore wodim support

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #2 from Kevin Kofler --- And in the long run, to work with something maintained, see wishlist bug #137436. -- You are receiving this mail because: You are watching all bug changes.

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 Kevin Kofler changed: What|Removed |Added CC||kevin.kof...@chello.at --- Comment #15 from

[k3b] [Bug 372094] Please restore wodim support

2016-11-04 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #3 from Kevin Kofler --- Also, your change is labeled "Use cdrecord for burning blueray instead of wodim.", but K3b did not attempt to use wodim to burn BluRay even before your change. If you look more closely at the code you re

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-11-05 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 --- Comment #16 from Kevin Kofler --- There are actually 4 options to use libburnia: * cdrskin (cdrecord-like CLI, needs minimal changes, but you should still detect it and disable cdrecord-specific workarounds for it, similarly to how wodim is handled

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-11-05 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 --- Comment #17 from Kevin Kofler --- Of course, there are also options for standalone ISO generation: * to go with cdrskin (drop-in replacement for cdrecord), there is a xorrisofs command (actually implemented by xorriso) that is a drop-in replacement

[kdevelop] [Bug 372144] GitHub is never authorized Kubuntu 16.10 no crash

2016-11-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372144 Kevin Funk changed: What|Removed |Added Keywords||junior-jobs Ever confirmed|0

[kdevelop] [Bug 372154] "Not appropriate for token streams" assertion hit with LLVM trunk

2016-11-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372154 Kevin Funk changed: What|Removed |Added URL||https://llvm.org/bugs/show_

[kdevelop] [Bug 372154] "Not appropriate for token streams" assertion hit with LLVM trunk

2016-11-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372154 Kevin Funk changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED

[kdevelop] [Bug 257958] White background in the Code Browser when using black KDE theme

2016-11-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=257958 --- Comment #3 from Kevin Funk --- I also think we should find a way to fix this. Patches / solution approaches welcome. I'm surprised you're not annoyed by this Milian :) -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 372209] Feature request: full path in tab names & auto locate current file in project view

2016-11-08 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372209 Kevin Funk changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED

[kdevelop] [Bug 372209] Feature request: full path in tab names & auto locate current file in project view

2016-11-08 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372209 Kevin Funk changed: What|Removed |Added Keywords||junior-jobs Status|RESOLVED

[kdevelop] [Bug 372212] Auto-switch run configuration after editing it

2016-11-08 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372212 Kevin Funk changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[k3b] [Bug 372094] Please restore wodim support

2016-11-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #6 from Kevin Kofler --- Removing working detection code just because you did not understand what it really does is not helpful. Especially when your "fixes" actually make the code misbehave on our distribution. And answering a

[k3b] [Bug 372094] Please restore wodim support

2016-11-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #7 from Kevin Kofler --- And we will default to libburnia if you add tested support for it. But I object to removing wodim support before a replacement is ready. We cannot use cdrecord in Fedora. -- You are receiving this mail because

[k3b] [Bug 372094] Please restore wodim support

2016-11-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #9 from Kevin Kofler --- > but I want to ship still-maintaining && BUGFREE product to end-users. I actually agree with you there. I really think we need to switch to libburnia. You should just clearly communicate this to pac

[k3b] [Bug 372094] Please restore wodim support

2016-11-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #10 from Kevin Kofler --- Also, please keep in mind that cdrtools/cdrkit is not only cdrecord/wodim, but also mkisofs/genisoimage. You will also want to detect and use xorrisofs from libburnia, which is likely a better mkisofs replacement

[k3b] [Bug 372094] Please restore wodim support

2016-11-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372094 --- Comment #12 from Kevin Kofler --- Looks OK to me. -- You are receiving this mail because: You are watching all bug changes.

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-11-09 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 --- Comment #24 from Kevin Kofler --- > I think the missing features are covered by cdrdao. Unfortunately, cdrdao seems also dead upstream (last release in 2009). :-( The burning tool situation is really sad. -- You are receiving this mail beca

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-11-09 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 --- Comment #25 from Kevin Kofler --- Latest/last release of: * cdrkit (wodim, genisoimage): 2010-10-17 (but things like the DVD writing code have not really been touched for longer than that; after 2007, mostly only genisoimage got fixes) * dvd+rw

[kdevelop] [Bug 362037] [OS X] frequent "beachballing"

2016-11-09 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=362037 Kevin Funk changed: What|Removed |Added Target Milestone|--- |5.0.3 CC

[kdevelop] [Bug 372346] AppImage fails to start in Wayland session

2016-11-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372346 Kevin Funk changed: What|Removed |Added Platform|Neon Packages |Appimage -- You are receiving this mail because

[kdevelop] [Bug 372280] Automatically generated virtual methods always use C++11 'override' keyword

2016-11-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372280 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[plasma-integration] [Bug 372391] f25 plasma "networks" and "instant messaging" icons are invisible.

2016-11-12 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372391 Kevin Kofler changed: What|Removed |Added URL||https://bugzilla.redhat.com

[plasmashell] [Bug 372391] f25 plasma "networks" and "instant messaging" icons are invisible.

2016-11-13 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=372391 Kevin Kofler changed: What|Removed |Added Assignee|k...@davidedmundson.co.uk|visual-des...@kde.org Component

[kdevelop] [Bug 372552] More than one target in Build Sequence doesn't build anything

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372552 Kevin Funk changed: What|Removed |Added Keywords||regression Ever confirmed|0

[kdevelop] [Bug 360509] KDevelop doesn't highlight friend class members

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360509 Kevin Funk changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED

[kdevelop] [Bug 372040] KDevelop editor become unresponsive when clicking into a problem

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372040 Kevin Funk changed: What|Removed |Added CC||kf...@kde.org Target Milestone

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369374 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[kdevelop] [Bug 338196] path completion does not escape special characters

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338196 Kevin Funk changed: What|Removed |Added Priority|NOR |LO -- You are receiving this mail because: You

[kdevelop] [Bug 372552] More than one target in Build Sequence doesn't build anything

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372552 Kevin Funk changed: What|Removed |Added Keywords|regression | Target Milestone|5.0.3

[kdevelop] [Bug 372552] More than one target in Build Sequence doesn't build anything

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372552 --- Comment #2 from Kevin Funk --- Okay, I was wrong, this was never really supported. This is the logic for killing previous make jobs (which has been in KDevelop for several years already): ``` KJob* MakeBuilder::runMake( KDevelop::ProjectBaseItem

[kdevelop] [Bug 358524] KDevelop crashed when adding a custom include path

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=358524 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kdevelop] [Bug 305742] Creating a constructor implementation should automatically add initializer list for const members

2016-11-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=305742 Kevin Funk changed: What|Removed |Added Target Milestone|5.0.0 |--- -- You are receiving this mail because: You

[kdevelop] [Bug 344192] Crash while trying to save a file as an already open file

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=344192 Kevin Funk changed: What|Removed |Added Version Fixed In||5.0.3 Resolution

[kdevelop] [Bug 320715] crash while importing gnuradio-3.6.5

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=320715 Kevin Funk changed: What|Removed |Added Version Fixed In||5.0.2 -- You are receiving this mail because

[kdevelop] [Bug 363269] Crash when projects contains *.txt file that is actually a binary file [cmListFileLexerSetToken, CMakeListsParser::readCMakeFile]

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=363269 Kevin Funk changed: What|Removed |Added Summary|Crash when projects |Crash when projects |contains

[kdevelop] [Bug 363269] Crash when projects contains *.txt file that is actually a binary file [cmListFileLexerSetToken, CMakeListsParser::readCMakeFile]

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=363269 Kevin Funk changed: What|Removed |Added CC||asiasuppenes...@gmx.de --- Comment #23 from Kevin

[kdevelop] [Bug 372575] Crash when starting KDevelop

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372575 Kevin Funk changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[kdevelop] [Bug 372144] GitHub is never authorized Kubuntu 16.10 no crash

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372144 Kevin Funk changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit

[kdevelop] [Bug 360589] Kdevelop fails authentication and Crashes when tried to integrate with GitHub

2016-11-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360589 --- Comment #7 from Kevin Funk --- Git commit cc395b8fb25d6b3b7a6e8a3afa05eac51e91ae05 by Kevin Funk. Committed on 17/11/2016 at 23:48. Pushed by kfunk into branch '5.0'. GitHub: Improve authentication handling Make sure we create a unique

[kdevelop] [Bug 372637] Build sometimes preventing quick open from working correctly

2016-11-18 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372637 Kevin Funk changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED

[kdevelop] [Bug 372842] restore file tree state after startup

2016-11-23 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372842 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Keywords

[kdevelop] [Bug 372863] KDevelop freezes when opening parallel session

2016-11-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372863 Kevin Funk changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED

[kdevelop] [Bug 372215] Crash while parsing static_assert

2016-11-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372215 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kdevelop] [Bug 372215] Crash while parsing static_assert

2016-11-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372215 --- Comment #3 from Kevin Funk --- Okay, this got backported: https://github.com/llvm-mirror/clang/commit/28ec0503d504acb7b4040e8b3e77a01c36bf14a4 So this issue should be fixed as soon as you upgrade to libclang from Clang/LLVM 3.9.1. -- You are

[frameworks-ktexteditor] [Bug 367966] Auto bracket on if statements not indenting properly

2016-11-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=367966 Kevin Funk changed: What|Removed |Added Version|5.0.0 |unspecified Component|all editors

[kdevelop] [Bug 372905] KDevelop crashed a view seconds after the sourcecode of my project occurs

2016-11-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372905 --- Comment #1 from Kevin Funk --- The crash happens inside our PHP language support plugin. Is the project you're working on open-source? Can you share the source code so we can try to reproduce the problem? If not, could you install debug symbo

[kdevelop] [Bug 372905] KDevelop crashed a view seconds after the sourcecode of my project occurs [Php::ExpressionEvaluationResult::setDeclarations]

2016-11-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372905 Kevin Funk changed: What|Removed |Added Summary|KDevelop crashed a view |KDevelop crashed a view

[kdevelop] [Bug 372905] KDevelop crashed a view seconds after the sourcecode of my project occurs [Php::ExpressionEvaluationResult::setDeclarations]

2016-11-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372905 --- Comment #3 from Kevin Funk --- No, KDevelop has nothing to do with Akonadi. Can you share your source code? Zip & upload somewhere where we can download it? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 372923] wrong language parser arguments aren't pointed out

2016-11-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372923 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 338196] path completion does not escape special characters

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338196 --- Comment #5 from Kevin Funk --- Hint: Have a look at CMakeCodeCompletionModel::completionInvoked in kdevelop.git -- You are receiving this mail because: You are watching all bug changes.

[kdevplatform] [Bug 360654] Please add button to re-run search in files

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360654 --- Comment #2 from Kevin Funk --- Hint: The "Find in Files" feature resides in ./plugins/grepview in kdevplatform.git -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 359717] The tooltip won't disappear if a semantic problem exists

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=359717 --- Comment #1 from Kevin Funk --- Is this still a problem? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 341531] "Informative" task switcher sometimes not horizontally centered (instead: left aligned)

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=341531 --- Comment #18 from Kevin Funk --- Note: I haven't seen this issue in a while. You may want to close the issue if you think it got fixed... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 372049] Crash upon startup [KDevelop::ParsingEnvironmentFile::indexedTopContext]

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372049 Kevin Funk changed: What|Removed |Added Summary|Crash upon startup |Crash upon startup

[kdevelop] [Bug 345493] Kdevelop crash after closing the dashboard view [DashboardDocument::url]

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=345493 Kevin Funk changed: What|Removed |Added Resolution|--- |INVALID Status|CONFIRMED

[kdevelop] [Bug 368449] KDevelop crashed when opening a file that changed on disk

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=368449 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kdevelop] [Bug 373063] Tooltip for variables declared "auto" doesn't show actual type

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373063 Kevin Funk changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[kdevelop] [Bug 373063] Tooltip for variables declared "auto" doesn't show actual type

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373063 Kevin Funk changed: What|Removed |Added URL||https://llvm.org/bugs/show_

[kdevelop] [Bug 369842] wrong tooltip shows up for complex types declared with decltype

2016-11-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369842 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 373065] Range-based for-loop doesn't have uses on the container side

2016-11-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373065 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #15 from Kevin Funk --- FYI: I stopped working on this issue because I don't fully understand why we get that hang on exit => thus don't know how to fix it properly either. Not even sure at what level to fix (Qt or KF5).

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #20 from Kevin Funk --- > Your plan is to drop DBus? IMHO, DBus is not an annoying dependency that we > want to get rid of, is a useful tool for inter-proc communication. ... iff your application *depends* on having multiple pro

[kdevelop] [Bug 373063] Tooltip for variables declared "auto" doesn't show actual type

2016-11-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373063 Kevin Funk changed: What|Removed |Added Resolution|FIXED |UPSTREAM -- You are receiving this mail because

[kdevelop] [Bug 330539] Konsole opens bash after kdevelop_attach even if zsh is set.

2016-11-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330539 Kevin Funk changed: What|Removed |Added CC||kf...@kde.org -- You are receiving this mail

[kdevelop] [Bug 330539] Konsole opens bash after kdevelop_attach even if zsh is set.

2016-11-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330539 --- Comment #11 from Kevin Funk --- Thanks for the patches! -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 330539] Konsole opens bash after kdevelop_attach even if zsh is set.

2016-11-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330539 Kevin Funk changed: What|Removed |Added Status|CONFIRMED |RESOLVED Version Fixed In

[kdevelop] [Bug 373120] New: KDevelop crashes / files not closed on Windows

2016-11-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373120 Bug ID: 373120 Summary: KDevelop crashes / files not closed on Windows Product: kdevelop Version: 5.0.2 Platform: Other OS: MS Windows Status: UNCONFIRMED Severi

[kdevelop] [Bug 373120] KDevelop crashes / files not closed on Windows

2016-11-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373120 Kevin Funk changed: What|Removed |Added CC||kf...@kde.org -- You are receiving this mail

[kdevelop] [Bug 373127] Kdevelop crashes when I try to open some project.

2016-12-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373127 Kevin Funk changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[frameworks-kdelibs4support] [Bug 364086] KFileDialog::setMimeFilter crashes when using native widgets

2016-12-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=364086 Kevin Funk changed: What|Removed |Added CC||kf...@kde.org -- You are receiving this mail

[kdevelop] [Bug 373127] Kdevelop crashes when I try to open some project.

2016-12-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373127 Kevin Funk changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

2016-12-01 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=137436 --- Comment #56 from Kevin Kofler --- > If the program gets to the case >else if( d->writingMode == K3b::WritingModeRaw ) { > then you have no other choice but to refuse burning. > Actually it should be prevented in the user dialog

[kdevelop] [Bug 373156] Allow build targets to be specified per project item.

2016-12-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373156 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kdevelop] [Bug 373177] DUChain segfault when importing project to ruby::UseBuilder::visitName

2016-12-02 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373177 Kevin Funk changed: What|Removed |Added Severity|normal |crash Ever confirmed|0

[kdevelop] [Bug 319404] Option to show sorted functions list

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=319404 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 319404] Option to show sorted functions list in Outline

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=319404 Kevin Funk changed: What|Removed |Added Summary|Option to show sorted |Option to show sorted

[kdevelop] [Bug 358209] KDevelop crashes while importing new project

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=358209 Kevin Funk changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED

[kdevelop] [Bug 319404] Option to show sorted functions list in Outline

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=319404 --- Comment #13 from Kevin Funk --- Thanks. For all follow-up questions, please use the mailing list and/or join #kdevelop on IRC. You can find more information here: https://www.kdevelop.org/contribute-kdevelop -- You are receiving this mail

[kdevelop] [Bug 373289] KDevelop crashes on startup

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373289 Kevin Funk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|general

[kdevelop] [Bug 373294] Reformatting selected text is broken with Custom script formatter

2016-12-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373294 Kevin Funk changed: What|Removed |Added Keywords||junior-jobs -- You are receiving this mail

[kwin] [Bug 449762] New: crashes when closing windows by Latte - i guest

2022-02-07 Thread Kevin Torres
https://bugs.kde.org/show_bug.cgi?id=449762 Bug ID: 449762 Summary: crashes when closing windows by Latte - i guest Product: kwin Version: 5.23.5 Platform: Neon Packages OS: Linux Status: REPORTED Keywords

[plasmashell] [Bug 450255] New: Bug cursor theme

2022-02-14 Thread Kevin Lucas
https://bugs.kde.org/show_bug.cgi?id=450255 Bug ID: 450255 Summary: Bug cursor theme Product: plasmashell Version: 5.24.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: wishlist

<    1   2   3   4   5   6   7   8   9   10   >