Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit konversation
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 02 Aug 2007 22:39:31 +0200
- Message-id: <20070802203931.74909678332@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package konversation
checked in at Thu Aug 2 22:39:31 CEST 2007.
--------
--- KDE/konversation/konversation.changes 2007-07-25 13:30:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/konversation/konversation.changes 2007-08-02 18:49:50.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 2 18:48:46 CEST 2007 - stbinner@xxxxxxx
+
+- when called from SuSEgreeter via konversationircprotocolhandler
+ don't show server dialog and bring chosen channel to front
+
+-------------------------------------------------------------------
New:
----
protocolhandler-show-channel.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ konversation.spec ++++++
--- /var/tmp/diff_new_pack.wR6756/_old 2007-08-02 22:38:17.000000000 +0200
+++ /var/tmp/diff_new_pack.wR6756/_new 2007-08-02 22:38:17.000000000 +0200
@@ -18,7 +18,7 @@
Group: Productivity/Networking/IRC
Autoreqprov: on
Version: 1.0.1
-Release: 83
+Release: 89
Summary: A User-Friendly IRC Client for KDE 3
Source: konversation-%version.tar.bz2
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
@@ -31,6 +31,7 @@
Patch2: bnc-autoreplace.diff
Patch3: SVN_r604746.diff
Patch4: konversation_networkstatus_branch.diff
+Patch5: protocolhandler-show-channel.diff
%description
Konversation is a user-friendly IRC client for KDE 3.x.
@@ -61,6 +62,7 @@
%if %suse_version > 1020
%patch4
%endif
+%patch5
. /etc/opt/kde3/common_options
update_admin
@@ -101,6 +103,9 @@
/opt/kde3/share/services/*
%changelog
+* Thu Aug 02 2007 - stbinner@xxxxxxx
+- when called from SuSEgreeter via konversationircprotocolhandler
+ don't show server dialog and bring chosen channel to front
* Wed Jul 25 2007 - jreuter@xxxxxxx
- send users by default to #opensuse IRC channel, not #suse
* Mon Jun 04 2007 - stbinner@xxxxxxx
++++++ protocolhandler-show-channel.diff ++++++
--- konversation/src/konversationapplication.cpp 2007/08/02 16:30:46 1.9
+++ konversation/src/konversationapplication.cpp 2007/08/02 16:46:22
@@ -127,7 +127,7 @@
emit appearanceChanged();
mainWindow->show();
- bool openServerList = Preferences::showServerList();
+ bool openServerList = Preferences::showServerList() && !m_connectDelayed;
if ( ConnectionManager::self()->status() == NetworkStatus::Online || ConnectionManager::self()->status() == NetworkStatus::NoNetworks ) {
// handle autoconnect on startup
@@ -446,6 +446,9 @@
void KonversationApplication::quickConnectToServer(const QString& hostName, const QString& port, const QString& channel, const QString& nick, const QString& password, const bool& useSSL)
{
+ if (m_connectDelayed)
+ Preferences::setBringToFront(true);
+
//used for the quick connect dialog and /server command
IdentityPtr identity;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |