Bug 337519 - Port to QApplication
Summary: Port to QApplication
Status: RESOLVED DUPLICATE of bug 341404
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: frameworks
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks: 337518
  Show dependency treegraph
 
Reported: 2014-07-16 22:46 UTC by Eike Hein
Modified: 2014-11-29 15:12 UTC (History)
0 users

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:46:49 UTC
Replace KUniqueApplication with QApplication; use KDbusService for single-instance.

Port --nui.
Comment 1 Eike Hein 2014-07-18 06:40:01 UTC
Git commit c12a7be2754e091820c7ad955f720cbd8cd9ef85 by Eike Hein.
Committed on 18/07/2014 at 06:38.
Pushed by hein into branch 'frameworks-qapp'.

Start port to QApplication.

Adds various new:
- FIXME KF5 port
- FIXME QApplication port
- FIXME QCommandLineParser port

Pov, you should use this branch for your QCommandLineParser work.
CCMAIL:nicolas.alvarez@gmail.com
Related: bug 337520

M  +2    -0    CMakeLists.txt
M  +2    -0    src/CMakeLists.txt
M  +86   -81   src/application.cpp
M  +6    -6    src/application.h
M  +2    -2    src/awaymanager.cpp
M  +2    -2    src/bookmarkhandler.cpp
M  +4    -4    src/config/connectionbehavior_config.cpp
M  +1    -1    src/config/dcc_config.cpp
M  +1    -1    src/config/highlight_config.cpp
M  +1    -1    src/config/osd_config.cpp
M  +2    -2    src/config/theme_config.cpp
M  +3    -3    src/connectionmanager.cpp
M  +23   -19   src/dbus.cpp
M  +6    -6    src/dcc/chat.cpp
M  +2    -2    src/dcc/transfer.cpp
M  +3    -3    src/dcc/transferdetailedinfopanel.cpp
M  +1    -1    src/dcc/transfermanager.cpp
M  +2    -2    src/dcc/transferpanel.cpp
M  +9    -9    src/dcc/transferrecv.cpp
M  +7    -7    src/dcc/transfersend.cpp
M  +2    -2    src/identitydialog.cpp
M  +7    -7    src/irc/channel.cpp
M  +1    -1    src/irc/channellistpanel.cpp
M  +2    -2    src/irc/inputfilter.cpp
M  +2    -2    src/irc/invitedialog.cpp
M  +9    -9    src/irc/joinchanneldialog.cpp
M  +1    -1    src/irc/nick.cpp
M  +2    -2    src/irc/nicklistview.cpp
M  +12   -12   src/irc/nicksonline.cpp
M  +6    -7    src/irc/outputfilter.cpp
M  +1    -1    src/irc/query.cpp
M  +24   -24   src/irc/server.cpp
M  +1    -1    src/irc/servergroupdialog.cpp
M  +1    -1    src/irc/serverison.cpp
M  +84   -78   src/main.cpp
M  +19   -17   src/mainwindow.cpp
M  +1    -1    src/mainwindow.h
M  +9    -9    src/notificationhandler.cpp
M  +1    -1    src/queuetuner.cpp
M  +6    -6    src/urlcatcher.cpp
M  +1    -1    src/viewer/editnotifydialog.cpp
M  +1    -1    src/viewer/images.h
M  +8    -8    src/viewer/irccontextmenus.cpp
M  +6    -6    src/viewer/ircinput.cpp
M  +4    -4    src/viewer/ircview.cpp
M  +0    -3    src/viewer/osd.cpp
M  +2    -2    src/viewer/pasteeditor.cpp
M  +3    -3    src/viewer/searchbar.cpp
M  +2    -2    src/viewer/topiclabel.cpp
M  +7    -7    src/viewer/viewcontainer.cpp

http://commits.kde.org/konversation/c12a7be2754e091820c7ad955f720cbd8cd9ef85
Comment 2 Nicolás Alvarez 2014-08-14 12:13:54 UTC
Git commit fa0c888281ab00295d4acc1ee7f88b1b253c02f8 by Nicolás Alvarez.
Committed on 14/08/2014 at 11:16.
Pushed by nalvarez into branch 'frameworks-qapp2'.

Start port to QApplication.

Adds various new:
- FIXME KF5 port
- FIXME QApplication port
- FIXME QCommandLineParser port

Pov, you should use this branch for your QCommandLineParser work.
CCMAIL:nicolas.alvarez@gmail.com
Related: bug 337520

M  +2    -0    CMakeLists.txt
M  +2    -0    src/CMakeLists.txt
M  +86   -81   src/application.cpp
M  +3    -9    src/application.h
M  +2    -2    src/awaymanager.cpp
M  +2    -2    src/bookmarkhandler.cpp
M  +4    -4    src/config/connectionbehavior_config.cpp
M  +1    -1    src/config/dcc_config.cpp
M  +1    -1    src/config/highlight_config.cpp
M  +1    -1    src/config/osd_config.cpp
M  +2    -2    src/config/theme_config.cpp
M  +3    -3    src/connectionmanager.cpp
M  +24   -20   src/dbus.cpp
M  +6    -6    src/dcc/chat.cpp
M  +2    -2    src/dcc/transfer.cpp
M  +3    -3    src/dcc/transferdetailedinfopanel.cpp
M  +1    -1    src/dcc/transfermanager.cpp
M  +2    -2    src/dcc/transferpanel.cpp
M  +9    -9    src/dcc/transferrecv.cpp
M  +7    -7    src/dcc/transfersend.cpp
M  +2    -2    src/identitydialog.cpp
M  +7    -7    src/irc/channel.cpp
M  +1    -1    src/irc/channellistpanel.cpp
M  +2    -2    src/irc/inputfilter.cpp
M  +2    -2    src/irc/invitedialog.cpp
M  +9    -9    src/irc/joinchanneldialog.cpp
M  +1    -1    src/irc/nick.cpp
M  +2    -2    src/irc/nicklistview.cpp
M  +12   -12   src/irc/nicksonline.cpp
M  +6    -7    src/irc/outputfilter.cpp
M  +1    -1    src/irc/query.cpp
M  +24   -24   src/irc/server.cpp
M  +1    -1    src/irc/servergroupdialog.cpp
M  +1    -1    src/irc/serverison.cpp
M  +84   -78   src/main.cpp
M  +19   -17   src/mainwindow.cpp
M  +1    -1    src/mainwindow.h
M  +9    -9    src/notificationhandler.cpp
M  +1    -1    src/queuetuner.cpp
M  +6    -6    src/urlcatcher.cpp
M  +1    -1    src/viewer/editnotifydialog.cpp
M  +1    -1    src/viewer/images.h
M  +8    -8    src/viewer/irccontextmenus.cpp
M  +6    -6    src/viewer/ircinput.cpp
M  +4    -4    src/viewer/ircview.cpp
M  +0    -3    src/viewer/osd.cpp
M  +2    -2    src/viewer/pasteeditor.cpp
M  +3    -3    src/viewer/searchbar.cpp
M  +2    -2    src/viewer/topiclabel.cpp
M  +7    -7    src/viewer/viewcontainer.cpp

http://commits.kde.org/konversation/fa0c888281ab00295d4acc1ee7f88b1b253c02f8
Comment 3 Peter Simonsson 2014-10-31 20:21:39 UTC
Git commit c4d8e9add22a761c84320d37381c3acdec0a6e41 by Peter Simonsson.
Committed on 31/10/2014 at 16:30.
Pushed by psn into branch 'frameworks'.

Port to QApplication and KDBusService

M  +1    -0    CMakeLists.txt
M  +1    -0    src/CMakeLists.txt
M  +6    -6    src/application.cpp
M  +4    -4    src/application.h
M  +2    -2    src/awaymanager.cpp
M  +2    -2    src/bookmarkhandler.cpp
M  +1    -1    src/config/highlight_config.cpp
M  +1    -1    src/config/osd_config.cpp
M  +1    -1    src/config/theme_config.cpp
M  +3    -3    src/connectionmanager.cpp
M  +18   -18   src/dbus.cpp
M  +2    -2    src/identitydialog.cpp
M  +1    -1    src/irc/channellistpanel.cpp
M  +1    -1    src/irc/inputfilter.cpp
M  +5    -5    src/irc/nicksonline.cpp
M  +3    -2    src/irc/outputfilter.cpp
M  +7    -7    src/irc/server.cpp
M  +11   -5    src/main.cpp
M  +5    -5    src/mainwindow.cpp
M  +9    -9    src/notificationhandler.cpp
M  +6    -6    src/urlcatcher.cpp
M  +2    -2    src/viewer/ircinput.cpp
M  +3    -3    src/viewer/ircview.cpp
M  +3    -3    src/viewer/searchbar.cpp
M  +1    -1    src/viewer/topiclabel.cpp
M  +1    -1    src/viewer/viewcontainer.cpp

http://commits.kde.org/konversation/c4d8e9add22a761c84320d37381c3acdec0a6e41
Comment 4 Peter Simonsson 2014-11-01 15:12:18 UTC
Git commit 3559f9d303f44271b8f7ffbeadba1e9d738dd959 by Peter Simonsson.
Committed on 01/11/2014 at 14:56.
Pushed by psn into branch 'frameworks'.

Remove last refs to KApplication

M  +2    -3    src/irc/invitedialog.cpp
M  +1    -4    src/viewer/osd.cpp

http://commits.kde.org/konversation/3559f9d303f44271b8f7ffbeadba1e9d738dd959
Comment 5 Eike Hein 2014-11-29 15:12:54 UTC

*** This bug has been marked as a duplicate of bug 341404 ***