Hello community, here is the log from the commit of package krdc for openSUSE:Factory checked in at 2014-03-18 17:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krdc (Old) and /work/SRC/openSUSE:Factory/.krdc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krdc" Changes: -------- --- /work/SRC/openSUSE:Factory/krdc/krdc.changes 2014-02-20 07:58:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes 2014-03-18 17:17:27.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 13 20:49:56 UTC 2014 - [email protected] + +- Update to 4.12.90 + * KDE 4.13 Beta 2 release + * See http://www.kde.org/announcements/announce-4.13-beta2.php + +------------------------------------------------------------------- +Fri Mar 7 11:33:54 UTC 2014 - [email protected] + +- Update to 4.12.80 + * KDE 4.13 Beta 1 release + * See http://www.kde.org/announcements/announce-4.13-beta1.php + +------------------------------------------------------------------- Old: ---- krdc-4.12.2.tar.xz New: ---- krdc-4.12.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krdc.spec ++++++ --- /var/tmp/diff_new_pack.l3dwBb/_old 2014-03-18 17:17:28.000000000 +0100 +++ /var/tmp/diff_new_pack.l3dwBb/_new 2014-03-18 17:17:28.000000000 +0100 @@ -25,7 +25,7 @@ BuildRequires: pkgconfig(TelepathyQt4) %endif BuildRequires: oxygen-icon-theme-large -Version: 4.12.2 +Version: 4.12.90 Release: 0 Summary: Remote Desktop Connection License: GPL-2.0+ ++++++ krdc-4.12.2.tar.xz -> krdc-4.12.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdc-4.12.2/mainwindow.cpp new/krdc-4.12.90/mainwindow.cpp --- old/krdc-4.12.2/mainwindow.cpp 2014-01-27 23:52:13.000000000 +0100 +++ new/krdc-4.12.90/mainwindow.cpp 2014-02-22 12:31:28.000000000 +0100 @@ -110,6 +110,7 @@ connect(m_tabWidget, SIGNAL(mouseMiddleClick(QWidget*)), SLOT(closeTab(QWidget*))); connect(m_tabWidget, SIGNAL(mouseDoubleClick(QWidget*)), SLOT(openTabSettings(QWidget*))); + connect(m_tabWidget, SIGNAL(mouseDoubleClick()), SLOT(newConnectionPage())); connect(m_tabWidget, SIGNAL(contextMenu(QWidget*,QPoint)), SLOT(tabContextMenu(QWidget*,QPoint))); m_tabWidget->setMinimumSize(600, 400); @@ -532,6 +533,10 @@ hide(); // hide after showing the new window so it stays on the same screen if (m_systemTrayIcon) m_systemTrayIcon->setAssociatedWidget(m_fullscreenWindow); + + actionCollection()->action("switch_fullscreen")->setIcon(KIcon("view-restore")); + actionCollection()->action("switch_fullscreen")->setText(i18n("Switch to Window Mode")); + actionCollection()->action("switch_fullscreen")->setIconText(i18n("Window Mode")); showRemoteViewToolbar(); } if (m_tabWidget->currentWidget() == m_newConnectionWidget) { @@ -785,10 +790,6 @@ kDebug(5010); if (!m_toolBar) { - actionCollection()->action("switch_fullscreen")->setIcon(KIcon("view-restore")); - actionCollection()->action("switch_fullscreen")->setText(i18n("Switch to Window Mode")); - actionCollection()->action("switch_fullscreen")->setIconText(i18n("Window Mode")); - m_toolBar = new FloatingToolBar(m_fullscreenWindow, m_fullscreenWindow); m_toolBar->winId(); // force it to be a native widget (prevents problem with QX11EmbedContainer) m_toolBar->setSide(FloatingToolBar::Top); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
