commit dolphin-plugins for openSUSE:Factory
Hello community, here is the log from the commit of package dolphin-plugins for openSUSE:Factory checked in at 2014-04-18 11:30:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin-plugins (Old) and /work/SRC/openSUSE:Factory/.dolphin-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dolphin-plugins" Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes 2014-03-30 12:11:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new/dolphin-plugins.changes 2014-04-18 12:25:51.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Apr 11 17:21:45 UTC 2014 - tittiatcoke@gmail.com + +- Update to 4.13.0 + * KDE 4.13 release + * See http://www.kde.org/announcements/4.13/ + +------------------------------------------------------------------- Old: ---- dolphin-plugins-4.12.97.tar.xz New: ---- dolphin-plugins-4.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin-plugins.spec ++++++ --- /var/tmp/diff_new_pack.6oXVAO/_old 2014-04-18 12:25:53.000000000 +0200 +++ /var/tmp/diff_new_pack.6oXVAO/_new 2014-04-18 12:25:53.000000000 +0200 @@ -17,7 +17,7 @@ Name: dolphin-plugins -Version: 4.12.97 +Version: 4.13.0 Release: 0 Summary: Version control plugins for Dolphin License: GPL-2.0+ ++++++ dolphin-plugins-4.12.97.tar.xz -> dolphin-plugins-4.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-4.12.97/dropbox/fileviewdropboxplugin.cpp new/dolphin-plugins-4.13.0/dropbox/fileviewdropboxplugin.cpp --- old/dolphin-plugins-4.12.97/dropbox/fileviewdropboxplugin.cpp 2014-03-24 05:35:07.000000000 +0100 +++ new/dolphin-plugins-4.13.0/dropbox/fileviewdropboxplugin.cpp 2014-04-03 13:18:18.000000000 +0200 @@ -44,17 +44,11 @@ contextFilePaths(), controlSocketPath(), controlSocket(new QLocalSocket(parent)), - itemStateSocket(new QLocalSocket), databaseFileWatcher(new QFileSystemWatcher(parent)), contextActions(new KActionCollection(parent)) { } - ~Private() - { - delete itemStateSocket; - } - QStringList contextFilePaths; QString controlSocketPath; QPointer<QLocalSocket> controlSocket; @@ -106,6 +100,8 @@ qRegisterMetaType<QAbstractSocket::SocketError>("QAbstractSocket::SocketError"); qRegisterMetaType<QAbstractSocket::SocketState>("QAbstractSocket::SocketState"); + d->itemStateSocket = new QLocalSocket; + return connectWithDropbox(d->itemStateSocket, LongTimeout); } @@ -123,6 +119,7 @@ void FileViewDropboxPlugin::endRetrieval() { + delete d->itemStateSocket; } QList<QAction*> FileViewDropboxPlugin::actions(const KFileItemList& items) const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dolphin-plugins-4.12.97/dropbox/fileviewdropboxplugin.desktop new/dolphin-plugins-4.13.0/dropbox/fileviewdropboxplugin.desktop --- old/dolphin-plugins-4.12.97/dropbox/fileviewdropboxplugin.desktop 2014-03-24 05:35:07.000000000 +0100 +++ new/dolphin-plugins-4.13.0/dropbox/fileviewdropboxplugin.desktop 2014-04-03 13:18:18.000000000 +0200 @@ -18,6 +18,7 @@ Name[pl]=Dropbox Name[pt]=Dropbox Name[pt_BR]=Dropbox +Name[ro]=Dropbox Name[ru]=Dropbox Name[sk]=Dropbox Name[sl]=Dropbox -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de