[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Daniel Eklöf changed: What|Removed |Added Status|RESOLVED|VERIFIED -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 --- Comment #7 from Daniel Eklöf --- Thanks, works just fine! Nice catch! -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Leslie Zhai changed: What|Removed |Added CC||xiangzha...@gmail.com --- Comment #6 from Leslie Zhai --- Sorry for my misunderstanding of QSharedPointer http://www.leetcode.cn/2016/08/k3b.html#bug -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Kai Uwe Broulik changed: What|Removed |Added Latest Commit||https://commits.kde.org/k3b ||/d21096fa6e10fe03e524a1b0be ||eb0b16a0c22681 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Kai Uwe Broulik --- Git commit d21096fa6e10fe03e524a1b0beeb0b16a0c22681 by Kai Uwe Broulik. Committed on 11/02/2017 at 16:03. Pushed by broulik into branch 'master'. Fix adding files to data project In cf01ff3159dbddb97e0e67246dee16441a64984a this broke by randomly using QSharedPointer in the wrong way. There was only this one item being referenced, once it fell out of scope it got deleted, and then by the time the event loop returned and the queued invocation was processed, the object was already gone. Just use WA_DeleteOnClose which will clean up nicely once we're done. Differential Revision: https://phabricator.kde.org/D4571 M +9-7src/projects/k3bdataurladdingdialog.cpp https://commits.kde.org/k3b/d21096fa6e10fe03e524a1b0beeb0b16a0c22681 -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Rik Mills changed: What|Removed |Added CC||rik.mill...@gmail.com --- Comment #4 from Rik Mills --- I see the same issue when testing my git snapshot build for kubuntu testing. -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Christoph Feck changed: What|Removed |Added Ever confirmed|0 |1 Severity|normal |major Status|UNCONFIRMED |CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Dr. Chapatin changed: What|Removed |Added CC||yy...@gmx.com --- Comment #3 from Dr. Chapatin --- I can confirm this problem on Arch. I'm running 17.04 installed from aur repository. -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Pable changed: What|Removed |Added CC||bison.pa...@gmail.com --- Comment #2 from Pable --- Same problem here. I opened the thread on KaOS forum. If more info are required, please let me know. Thanks -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 --- Comment #1 from d...@kaosx.us --- Issue confirmed in KaOS, see the discussion: https://forum.kaosx.us/d/1785-k3b-unable-to-add-files Last known good commit that did not show this issue was September 28: https://github.com/KDE/k3b/tree/8102d390e763abc1e4db2954798930e5f04d6370 -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 d...@kaosx.us changed: What|Removed |Added CC||d...@kaosx.us -- You are receiving this mail because: You are watching all bug changes.