Bug 264146

Summary: allow to be added to cc list for common bugs
Product: [Applications] drkonqi Reporter: simon
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 2.9.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description simon 2011-01-24 09:46:11 UTC
Version:           2.9.2 (using Devel) 
OS:                Linux

hi,

the dupe finder works nice, it recommends to not add a comment (which is good) for "popular" bugs , whats missing is the ability to add yourself to the cc list, which would be nice

Reproducible: Always




OS: Linux (x86_64) release 2.6.36-rc4
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 Jekyll Wu 2013-01-05 01:01:43 UTC
Just for reference,  the implementation of this  feature probably should make use of this WebService API :

http://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/WebService/Bug.html#update
Comment 2 Bug Janitor Service 2023-12-05 16:14:29 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/drkonqi/-/merge_requests/204
Comment 3 Harald Sitter 2023-12-07 17:08:18 UTC
Git commit a0bd2fa0cfbde80032cf45e657ad21da4df74a41 by Harald Sitter.
Committed on 07/12/2023 at 18:02.
Pushed by sitter into branch 'master'.

duplicates detection: drop support

with the advance of automatic crash reporting the duplicates detection
isn't really necessary anymore.

it also hasn't been all that great. the UI was terrible, the UX was
terrible, the code was expansive, parsing random comments from bugzilla
had potential of crashing drkonqi ...
Related: bug 463223, bug 473408, bug 466919, bug 278636

M  +0    -1    Testing.md
M  +0    -6    src/CMakeLists.txt
M  +4    -101  src/bugzillaintegration/bugzillalib.cpp
M  +2    -20   src/bugzillaintegration/bugzillalib.h
D  +0    -163  src/bugzillaintegration/duplicatefinderjob.cpp
D  +0    -83   src/bugzillaintegration/duplicatefinderjob.h
D  +0    -158  src/bugzillaintegration/parsebugbacktraces.cpp
D  +0    -52   src/bugzillaintegration/parsebugbacktraces.h
M  +35   -99   src/bugzillaintegration/reportinterface.cpp
M  +0    -17   src/bugzillaintegration/reportinterface.h
M  +1    -16   src/drkonqi_globals.h
M  +1    -4    src/drkonqidialog.cpp
M  +0    -35   src/parser/backtraceparser.cpp
M  +1    -6    src/parser/backtraceparser.h
M  +0    -1    src/parser/backtraceparser_p.h
M  +0    -1    src/qml/BacktracePage.qml
D  +0    -57   src/qml/DuplicatesLoadingPage.qml
D  +0    -135  src/qml/DuplicatesPage.qml
M  +1    -1    src/qml/LoginPage.qml
D  +0    -73   src/qml/PerfectDuplicatePage.qml
M  +0    -5    src/qml/ReportPage.qml
M  +0    -6    src/qml/main.qml
M  +0    -3    src/qml/qml.qrc
D  +0    -120  src/qmlextensions/duplicatemodel.cpp
D  +0    -57   src/qmlextensions/duplicatemodel.h
M  +1    -0    src/qmlextensions/platformmodel.cpp
M  +0    -21   src/tests/backtraceparsertest/backtraceparsertest.cpp
M  +0    -2    src/tests/backtraceparsertest/backtraceparsertest.h
M  +0    -10   src/tests/backtraceparsertest/backtraceparsertest_data/data.ini
M  +0    -1    src/tests/backtraceparsertest/backtraceparsertest_manual.cpp

https://invent.kde.org/plasma/drkonqi/-/commit/a0bd2fa0cfbde80032cf45e657ad21da4df74a41