Bug 337517 - DCC isn't ported
Summary: DCC isn't ported
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: dcc (show other bugs)
Version: frameworks
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Bernd Buschinski
URL:
Keywords:
Depends on:
Blocks: 337512
  Show dependency treegraph
 
Reported: 2014-07-16 22:45 UTC by Eike Hein
Modified: 2014-11-29 15:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Hein 2014-07-16 22:45:20 UTC
See title.
Comment 1 Bernd Buschinski 2014-07-24 14:15:41 UTC
Git commit 4a161b046d003bc769045f73565d71a991359a76 by Bernd Buschinski.
Committed on 24/07/2014 at 13:06.
Pushed by buschinski into branch 'frameworks'.

Initial DCC Port, not done yet, but it compiles

M  +29   -29   src/CMakeLists.txt
M  +2    -0    src/dcc/dcccommon.cpp
M  +9    -2    src/dcc/dccfiledialog.cpp
M  +7    -7    src/dcc/resumedialog.cpp
M  +1    -1    src/dcc/transfer.cpp
M  +3    -2    src/dcc/transferdetailedinfopanel.cpp
M  +5    -5    src/dcc/transfermanager.cpp
M  +3    -3    src/dcc/transferpanel.cpp
M  +17   -14   src/dcc/transferrecv.cpp
M  +2    -2    src/dcc/transfersend.cpp
M  +1    -1    src/dcc/transferview.cpp
M  +1    -0    src/dcc/whiteboardcolorchooser.cpp
M  +1    -0    src/dcc/whiteboardglobals.h
M  +3    -3    src/dcc/whiteboardtoolbar.cpp
M  +0    -2    src/notificationhandler.cpp
M  +1    -1    src/notificationhandler.h

http://commits.kde.org/konversation/4a161b046d003bc769045f73565d71a991359a76
Comment 2 Bernd Buschinski 2014-07-24 14:15:42 UTC
Git commit b97d366ca0e714d989317ef8a3da8cee0b1c38c6 by Bernd Buschinski.
Committed on 24/07/2014 at 13:24.
Pushed by buschinski into branch 'frameworks'.

DCC Reenable server/menu signals/functions

M  +4    -82   src/irc/server.cpp

http://commits.kde.org/konversation/b97d366ca0e714d989317ef8a3da8cee0b1c38c6
Comment 3 Bernd Buschinski 2014-07-24 14:15:43 UTC
Git commit 176411cf8a027d622a667734af497c67041fa2ef by Bernd Buschinski.
Committed on 24/07/2014 at 13:50.
Pushed by buschinski into branch 'frameworks'.

DCC: Reenable TransferManager, we now can send files!

M  +1    -1    src/application.cpp
M  +1    -1    src/irc/server.cpp
M  +1    -3    src/viewer/viewcontainer.cpp
M  +2    -2    src/viewer/viewcontainer.h

http://commits.kde.org/konversation/176411cf8a027d622a667734af497c67041fa2ef
Comment 4 Bernd Buschinski 2014-07-24 14:15:43 UTC
Git commit accefa24d6b06c0e1b3ac24b36af7eb7cd5f903a by Bernd Buschinski.
Committed on 24/07/2014 at 14:14.
Pushed by buschinski into branch 'frameworks'.

DCC: Reenable DCC Status Panel

M  +4    -5    src/viewer/viewcontainer.cpp
M  +1    -1    src/viewer/viewcontainer.h

http://commits.kde.org/konversation/accefa24d6b06c0e1b3ac24b36af7eb7cd5f903a
Comment 5 Bernd Buschinski 2014-07-30 20:23:54 UTC
Git commit c75346321ca631d036e6c655e712c1b4017f4406 by Bernd Buschinski.
Committed on 30/07/2014 at 19:48.
Pushed by buschinski into branch 'frameworks'.

DCC: Bring back the Config Page
(Solid::NetworkInterface -> QNetworkConfigurationManager)

M  +3    -4    src/CMakeLists.txt
M  +5    -11   src/config/dcc_config.cpp
M  +4    -5    src/config/settingsdialog.cpp

http://commits.kde.org/konversation/c75346321ca631d036e6c655e712c1b4017f4406
Comment 6 Bernd Buschinski 2014-08-24 09:55:30 UTC
Git commit 8593f75b27a20048fb998673ee9fd91d9a3fe48d by Bernd Buschinski.
Committed on 23/08/2014 at 14:52.
Pushed by buschinski into branch 'frameworks'.

DCC: Drop/kill FileInfo (baloo) support
The feature is so well hidden... I guess it was never used

M  +0    -7    CMakeLists.txt
M  +0    -24   src/dcc/transferpanel.cpp
M  +0    -36   src/dcc/transferpanel.h

http://commits.kde.org/konversation/8593f75b27a20048fb998673ee9fd91d9a3fe48d
Comment 7 Bernd Buschinski 2014-08-24 09:55:31 UTC
Git commit f50e5d59fe3b1f530317415ea549d960721ec5ce by Bernd Buschinski.
Committed on 24/08/2014 at 09:17.
Pushed by buschinski into branch 'frameworks'.

DCC: Port Resume Dialog from KDialog to QDialog+QDialogButtonBox

M  +58   -52   src/dcc/resumedialog.cpp
M  +8    -4    src/dcc/resumedialog.h

http://commits.kde.org/konversation/f50e5d59fe3b1f530317415ea549d960721ec5ce
Comment 8 Bernd Buschinski 2014-08-24 09:55:32 UTC
Git commit 0ed3fd7c2c003051c8f3abbb5d80b8381c3013a2 by Bernd Buschinski.
Committed on 24/08/2014 at 09:33.
Pushed by buschinski into branch 'frameworks'.

DCC: Fix Open Location

M  +1    -2    src/dcc/transferpanel.cpp

http://commits.kde.org/konversation/0ed3fd7c2c003051c8f3abbb5d80b8381c3013a2
Comment 9 Bernd Buschinski 2014-08-24 09:55:33 UTC
Git commit be09848b3229598ed171cd3779ff124541900d61 by Bernd Buschinski.
Committed on 24/08/2014 at 09:49.
Pushed by buschinski into branch 'frameworks'.

DCC: Drop KDE 4.8 version check

M  +0    -4    src/dcc/transferdetailedinfopanel.cpp
M  +0    -4    src/dcc/transferview.cpp

http://commits.kde.org/konversation/be09848b3229598ed171cd3779ff124541900d61
Comment 10 argonel 2014-11-26 23:56:50 UTC
Git commit 4147e884ef8688d8935883ad6ca08947e14ebe13 by eli mackenzie.
Committed on 26/11/2014 at 23:34.
Pushed by argonel into branch '1.6'.

Port DCC send to frameworks

Now uses the remaining pieces of KIO to temporarily download remote
resources, and does so asynchronously.

M  +54   -18   src/dcc/transfersend.cpp
M  +8    -3    src/dcc/transfersend.h

http://commits.kde.org/konversation/4147e884ef8688d8935883ad6ca08947e14ebe13
Comment 11 Eike Hein 2014-11-29 15:02:04 UTC
I'm going to close this now since there are no porting markers left and I have no information on what may be left missing. Buscher, please reopen and clarify if anything is known-broken.