Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2015-10-03 20:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-07-14 
17:36:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2015-10-03 
20:23:08.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:23:06 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:43:48 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 06:58:17 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  krdc-15.04.3.tar.xz

New:
----
  krdc-15.08.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krdc.spec ++++++
--- /var/tmp/diff_new_pack.0nDlFZ/_old  2015-10-03 20:23:09.000000000 +0200
+++ /var/tmp/diff_new_pack.0nDlFZ/_new  2015-10-03 20:23:09.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(TelepathyQt4)
 %endif
 BuildRequires:  oxygen-icon-theme-large
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        Remote Desktop Connection
 License:        GPL-2.0+

++++++ krdc-15.04.3.tar.xz -> krdc-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-15.04.3/konsole/krdc_konsole.desktop 
new/krdc-15.08.1/konsole/krdc_konsole.desktop
--- old/krdc-15.04.3/konsole/krdc_konsole.desktop       2015-04-19 
19:07:38.000000000 +0200
+++ new/krdc-15.08.1/konsole/krdc_konsole.desktop       2015-04-19 
19:11:41.000000000 +0200
@@ -13,7 +13,7 @@
 Name[de]=Konsole
 Name[el]=Konsole
 Name[en_GB]=Konsole
-Name[eo]=Konsole
+Name[eo]=Konzolo
 Name[es]=Konsole
 Name[et]=Konsool
 Name[eu]=Konsole
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-15.04.3/mainwindow.cpp 
new/krdc-15.08.1/mainwindow.cpp
--- old/krdc-15.04.3/mainwindow.cpp     2015-04-19 19:07:38.000000000 +0200
+++ new/krdc-15.08.1/mainwindow.cpp     2015-04-19 19:11:41.000000000 +0200
@@ -1126,12 +1126,11 @@
         m_newConnectionTableView->verticalHeader()->setDefaultSectionSize(
             m_newConnectionTableView->fontMetrics().height() + 3);
         
m_newConnectionTableView->horizontalHeader()->setStretchLastSection(true);
-        
m_newConnectionTableView->horizontalHeader()->setResizeMode(QHeaderView::ResizeToContents);
-        m_newConnectionTableView->resizeColumnsToContents();
         m_newConnectionTableView->setAlternatingRowColors(true);
         // set up sorting and actions (double click open, right click custom 
menu)
         m_newConnectionTableView->setSortingEnabled(true);
         
m_newConnectionTableView->sortByColumn(Settings::connectionListSortColumn(), 
Qt::SortOrder(Settings::connectionListSortOrder()));
+        m_newConnectionTableView->resizeColumnsToContents();
         connect(m_newConnectionTableView->horizontalHeader(), 
SIGNAL(sortIndicatorChanged(int,Qt::SortOrder)),
                 SLOT(saveConnectionListSort(int,Qt::SortOrder)));
         connect(m_newConnectionTableView, SIGNAL(doubleClicked(QModelIndex)),


Reply via email to