[Pkg-owncloud-commits] [owncloud-client] branch master updated (8bd80aa -> d7bf8e9)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Feb 5 14:05:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to branch master
in repository owncloud-client.
from 8bd80aa release to unstable
new e7e4f8b Imported Upstream version 2.1.1~rc1+dfsg
new 13bd592 Merge tag 'upstream/2.1.1_rc1+dfsg'
new 73dd815 New upstream release.
new 39ae875 Updated patch hunks.
new d7bf8e9 Remove file that is cleaned up by build time
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmodules | 3 +
.tag | 2 +-
ChangeLog | 20 +
VERSION.cmake | 4 +-
cmake/modules/NSIS.template.in | 5 -
csync/src/csync.h | 5 +-
csync/src/csync_private.h | 2 +-
csync/src/csync_reconcile.c | 8 +-
csync/src/csync_update.c | 10 +
csync/src/csync_util.c | 1 +
csync/src/vio/csync_vio_local_win.c | 11 +
csync/tests/csync_tests/check_csync_exclude.c | 20 +
debian/changelog | 6 +
debian/patches/0001-disable-updatecheck.patch | 10 +-
debian/patches/0006-move-configfile.patch | 10 +-
doc/autoupdate.rst | 3 +-
doc/images/mac-share.png | Bin 0 -> 59496 bytes
doc/images/share-1.png | Bin 0 -> 18267 bytes
doc/images/share-2.png | Bin 0 -> 24573 bytes
doc/introduction.rst | 36 +-
doc/navigating.rst | 73 +-
doc/owncloudcmd.1.rst | 12 +
doc/owncloudcmd.rst | 31 +-
.../dolphin/ownclouddolphinoverlayplugin.cpp | 8 +-
.../icons/nopadding/SVG/attention.svg | 72 +-
shell_integration/icons/nopadding/SVG/error.svg | 75 ++-
.../icons/nopadding/SVG/generate_windows_ico.sh | 8 +
shell_integration/icons/nopadding/SVG/ok.svg | 59 +-
shell_integration/icons/nopadding/SVG/shared.svg | 109 ++-
shell_integration/icons/nopadding/SVG/sync.svg | 103 ++-
shell_integration/nautilus/CMakeLists.txt | 14 +-
src/gui/accountsettings.cpp | 19 +-
src/gui/accountstate.cpp | 31 +-
src/gui/accountstate.h | 12 +-
src/gui/activityitemdelegate.cpp | 19 +-
src/gui/activitywidget.cpp | 30 +-
src/gui/application.cpp | 52 +-
src/gui/creds/shibbolethcredentials.cpp | 12 +-
src/gui/creds/shibbolethcredentials.h | 1 +
src/gui/folder.cpp | 72 +-
src/gui/folder.h | 8 +-
src/gui/folderman.cpp | 20 +-
src/gui/folderman.h | 2 +-
src/gui/folderstatusdelegate.cpp | 129 ++--
src/gui/folderstatusdelegate.h | 5 +-
src/gui/folderstatusmodel.cpp | 8 +-
src/gui/folderwatcher_linux.cpp | 3 +-
src/gui/main.cpp | 23 +
src/gui/owncloudgui.cpp | 46 +-
src/gui/owncloudgui.h | 3 +
src/gui/protocolwidget.cpp | 48 +-
src/gui/protocolwidget.h | 2 +-
src/gui/protocolwidget.ui | 2 +-
src/gui/settingsdialog.cpp | 31 +-
src/gui/settingsdialog.h | 1 -
src/gui/settingsdialogmac.cpp | 2 +-
src/gui/share.cpp | 14 +-
src/gui/share.h | 16 +-
src/gui/sharee.cpp | 39 +-
src/gui/sharee.h | 3 +
src/gui/sharelinkwidget.cpp | 80 ++-
src/gui/sharelinkwidget.h | 6 +-
src/gui/sharelinkwidget.ui | 61 +-
src/gui/shareusergroupwidget.cpp | 70 +-
src/gui/shareusergroupwidget.h | 5 +-
src/gui/shareusergroupwidget.ui | 12 +-
src/gui/socketapi.cpp | 30 +-
src/gui/syncrunfilelog.cpp | 3 +
src/gui/systray.mm | 19 +
src/gui/wizard/owncloudhttpcredspage.cpp | 7 +
src/libsync/abstractnetworkjob.cpp | 5 +-
src/libsync/account.cpp | 1 -
src/libsync/capabilities.cpp | 1 +
src/libsync/checksums.cpp | 54 ++
src/libsync/configfile.cpp | 15 +-
src/libsync/configfile.h | 1 +
src/libsync/creds/abstractcredentials.h | 17 +-
src/libsync/creds/dummycredentials.h | 1 +
src/libsync/creds/httpcredentials.cpp | 55 +-
src/libsync/creds/httpcredentials.h | 2 +
src/libsync/creds/tokencredentials.cpp | 7 +-
src/libsync/creds/tokencredentials.h | 3 +-
src/libsync/filesystem.cpp | 52 +-
src/libsync/filesystem.h | 13 +
src/libsync/owncloudpropagator.cpp | 84 ++-
src/libsync/owncloudpropagator.h | 17 +-
src/libsync/progressdispatcher.cpp | 2 +
src/libsync/progressdispatcher.h | 3 +-
src/libsync/propagatedownload.cpp | 66 +-
src/libsync/propagatedownload.h | 16 +-
src/libsync/propagateremotemkdir.cpp | 27 +-
src/libsync/propagateremotemkdir.h | 13 +-
src/libsync/propagateupload.cpp | 56 +-
src/libsync/propagateupload.h | 18 +-
src/libsync/propagatorjobs.cpp | 36 +-
src/libsync/propagatorjobs.h | 14 +-
src/libsync/syncengine.cpp | 50 +-
src/libsync/syncfileitem.h | 7 +
src/libsync/syncfilestatus.cpp | 2 +-
src/libsync/syncfilestatus.h | 2 +-
src/libsync/syncjournaldb.cpp | 3 +-
translations/client_ca.ts | 474 ++++++-------
translations/client_cs.ts | 478 ++++++-------
translations/client_de.ts | 524 ++++++++-------
translations/client_el.ts | 472 ++++++-------
translations/client_en.ts | 468 ++++++-------
translations/client_es.ts | 588 ++++++++--------
translations/client_es_AR.ts | 470 ++++++-------
translations/client_et.ts | 548 +++++++--------
translations/client_eu.ts | 742 +++++++++++----------
translations/client_fa.ts | 470 ++++++-------
translations/client_fi.ts | 472 ++++++-------
translations/client_fr.ts | 492 +++++++-------
translations/client_gl.ts | 470 ++++++-------
translations/client_hu.ts | 478 ++++++-------
translations/client_it.ts | 482 ++++++-------
translations/client_ja.ts | 486 +++++++-------
translations/client_nb_NO.ts | 578 ++++++++--------
translations/client_nl.ts | 486 +++++++-------
translations/client_pl.ts | 470 ++++++-------
translations/client_pt.ts | 566 ++++++++--------
translations/client_pt_BR.ts | 496 +++++++-------
translations/client_ru.ts | 520 ++++++++-------
translations/client_sk.ts | 470 ++++++-------
translations/client_sl.ts | 640 +++++++++---------
translations/client_sr.ts | 608 ++++++++---------
translations/client_sv.ts | 478 ++++++-------
translations/client_th.ts | 478 ++++++-------
translations/client_tr.ts | 536 +++++++--------
translations/client_uk.ts | 548 +++++++--------
translations/client_zh_CN.ts | 472 ++++++-------
translations/client_zh_TW.ts | 600 +++++++++--------
132 files changed, 9743 insertions(+), 8626 deletions(-)
create mode 100644 doc/images/mac-share.png
create mode 100644 doc/images/share-1.png
create mode 100644 doc/images/share-2.png
create mode 100755 shell_integration/icons/nopadding/SVG/generate_windows_ico.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list