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.
https://bugs.kde.org/show_bug.cgi?id=330539
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
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.
https://bugs.kde.org/show_bug.cgi?id=371752
Kevin Funk changed:
What|Removed |Added
CC||anton.ani...@htower.ru
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=371752
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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.
-
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
https://bugs.kde.org/show_bug.cgi?id=371860
Kevin Funk changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords
https://bugs.kde.org/show_bug.cgi?id=314451
Kevin Kofler changed:
What|Removed |Added
Resolution|WAITINGFORINFO |---
Summary|sftp: Resuming partly
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.
https://bugs.kde.org/show_bug.cgi?id=372032
Kevin Funk changed:
What|Removed |Added
CC||anton.ani...@htower.ru
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=372032
Kevin Funk changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit
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
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
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
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
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
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.
https://bugs.kde.org/show_bug.cgi?id=137436
Kevin Kofler changed:
What|Removed |Added
CC||kevin.kof...@chello.at
--- Comment #15 from
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
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
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
https://bugs.kde.org/show_bug.cgi?id=372144
Kevin Funk changed:
What|Removed |Added
Keywords||junior-jobs
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=372154
Kevin Funk changed:
What|Removed |Added
URL||https://llvm.org/bugs/show_
https://bugs.kde.org/show_bug.cgi?id=372154
Kevin Funk changed:
What|Removed |Added
Resolution|--- |UPSTREAM
Status|UNCONFIRMED
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.
https://bugs.kde.org/show_bug.cgi?id=372209
Kevin Funk changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372209
Kevin Funk changed:
What|Removed |Added
Keywords||junior-jobs
Status|RESOLVED
https://bugs.kde.org/show_bug.cgi?id=372212
Kevin Funk changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
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
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
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
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
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.
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
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
https://bugs.kde.org/show_bug.cgi?id=362037
Kevin Funk changed:
What|Removed |Added
Target Milestone|--- |5.0.3
CC
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
https://bugs.kde.org/show_bug.cgi?id=372280
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=372391
Kevin Kofler changed:
What|Removed |Added
URL||https://bugzilla.redhat.com
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
https://bugs.kde.org/show_bug.cgi?id=372552
Kevin Funk changed:
What|Removed |Added
Keywords||regression
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=360509
Kevin Funk changed:
What|Removed |Added
Resolution|--- |UPSTREAM
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372040
Kevin Funk changed:
What|Removed |Added
CC||kf...@kde.org
Target Milestone
https://bugs.kde.org/show_bug.cgi?id=369374
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Latest Commit
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
https://bugs.kde.org/show_bug.cgi?id=372552
Kevin Funk changed:
What|Removed |Added
Keywords|regression |
Target Milestone|5.0.3
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
https://bugs.kde.org/show_bug.cgi?id=358524
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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
https://bugs.kde.org/show_bug.cgi?id=344192
Kevin Funk changed:
What|Removed |Added
Version Fixed In||5.0.3
Resolution
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
https://bugs.kde.org/show_bug.cgi?id=363269
Kevin Funk changed:
What|Removed |Added
Summary|Crash when projects |Crash when projects
|contains
https://bugs.kde.org/show_bug.cgi?id=363269
Kevin Funk changed:
What|Removed |Added
CC||asiasuppenes...@gmx.de
--- Comment #23 from Kevin
https://bugs.kde.org/show_bug.cgi?id=372575
Kevin Funk changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372144
Kevin Funk changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Latest Commit
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
https://bugs.kde.org/show_bug.cgi?id=372637
Kevin Funk changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372842
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Keywords
https://bugs.kde.org/show_bug.cgi?id=372863
Kevin Funk changed:
What|Removed |Added
Resolution|--- |UPSTREAM
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=372215
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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
https://bugs.kde.org/show_bug.cgi?id=367966
Kevin Funk changed:
What|Removed |Added
Version|5.0.0 |unspecified
Component|all editors
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
https://bugs.kde.org/show_bug.cgi?id=372905
Kevin Funk changed:
What|Removed |Added
Summary|KDevelop crashed a view |KDevelop crashed a view
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.
https://bugs.kde.org/show_bug.cgi?id=372923
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
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.
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.
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.
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.
https://bugs.kde.org/show_bug.cgi?id=372049
Kevin Funk changed:
What|Removed |Added
Summary|Crash upon startup |Crash upon startup
https://bugs.kde.org/show_bug.cgi?id=345493
Kevin Funk changed:
What|Removed |Added
Resolution|--- |INVALID
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=368449
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=373063
Kevin Funk changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=373063
Kevin Funk changed:
What|Removed |Added
URL||https://llvm.org/bugs/show_
https://bugs.kde.org/show_bug.cgi?id=369842
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=373065
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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).
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
https://bugs.kde.org/show_bug.cgi?id=373063
Kevin Funk changed:
What|Removed |Added
Resolution|FIXED |UPSTREAM
--
You are receiving this mail because
https://bugs.kde.org/show_bug.cgi?id=330539
Kevin Funk changed:
What|Removed |Added
CC||kf...@kde.org
--
You are receiving this mail
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.
https://bugs.kde.org/show_bug.cgi?id=330539
Kevin Funk changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Version Fixed In
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
https://bugs.kde.org/show_bug.cgi?id=373120
Kevin Funk changed:
What|Removed |Added
CC||kf...@kde.org
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=373127
Kevin Funk changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=364086
Kevin Funk changed:
What|Removed |Added
CC||kf...@kde.org
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=373127
Kevin Funk changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Ever confirmed|0
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
https://bugs.kde.org/show_bug.cgi?id=373156
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=373177
Kevin Funk changed:
What|Removed |Added
Severity|normal |crash
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=319404
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=319404
Kevin Funk changed:
What|Removed |Added
Summary|Option to show sorted |Option to show sorted
https://bugs.kde.org/show_bug.cgi?id=358209
Kevin Funk changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
Status|UNCONFIRMED
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
https://bugs.kde.org/show_bug.cgi?id=373289
Kevin Funk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|general
https://bugs.kde.org/show_bug.cgi?id=373294
Kevin Funk changed:
What|Removed |Added
Keywords||junior-jobs
--
You are receiving this mail
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
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
101 - 200 of 2676 matches
Mail list logo