[Pkg-owncloud-commits] [owncloud-client] branch master updated (0140794 -> 15e25f1)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 31 11:31:36 UTC 2014
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 0140794 release to experimental
new 43fe7b0 Detect directory case sensitivity clash on windows
new 9b53cc6 [tx-robot] updated from transifex
new 3746a2e [tx-robot] updated from transifex
new ed3d9a7 [tx-robot] updated from transifex
new 86117ae autostart unix impl: use mkpath instead of mkdir
new 7ade4bb AccountSettings: Handle button states more correctly
new 7087dbc [tx-robot] updated from transifex
new bdba56f Always wait on the thread before emiting finished
new d0b9b00 Show the sync icon in case the status is not yet defined.
new 069eaf9 Clear the authentication callbacks set before.
new 8738128 remove auth callback setting in the csync module.
new 3db3c7b Update QtSingleApplication and QtLockedFile
new 97362cf Set an "active" role for the menubar icon on Mac
new 4edbeec Fix connection following the update of the QtSingleApplication classes
new 5b298ab Revert "Set an "active" role for the menubar icon on Mac"
new 667c835 Revert "remove auth callback setting in the csync module."
new 1b67f25 [tx-robot] updated from transifex
new ed19107 Remove useless check. QFile::exists() is CI on CI filesystems
new b995cd3 Fix/cleanup PropagateLocalMkDir::start()
new 1303379 Remove useless global varialbe for auth callback.
new 7e8b403 More progress on the CI problem detection.
new 18677db Fix on-top/below-others window problem
new ef0a3c2 Add a utility function fsCasePreserving.
new ea9f302 Read the blacklist entries case insensitive in case the file system is only case preserving.
new 5735996 Added method localFileNameClash
new bbdf7bf Check for case clash on downloads.
new 1b2875c Use the moved implementation of the name clash detection method.
new 0f20a4f [tx-robot] updated from transifex
new 5b03074 fix spacing
new 9abffdb fix typo
new 1152764 Merge pull request #1805 from wakeup/master
new d2b6c62 [tx-robot] updated from transifex
new 072af16 [tx-robot] updated from transifex
new c9d3f7a [tx-robot] updated from transifex
new 3f724e1 Fix Pref window for good
new f9263da Fix crash when the account config is gone and there are still folder
new 7a209ba leak fix
new 99cead6 Fix crash when aborting
new 5220786 do not blacklist fatal error
new a60902b Make sure the settings window is brought up when minimized
new 50ce0f9 Fix crash at exit when there is a log after the Logger has been destroyed
new 8a671c4 Make FolderMan a member of the application
new e75c523 Properly report errors when renaming a file
new 81f4109 ammend previous change
new 0582abe Shib: Wizard: Return to IdP selection when returning to creds page
new 3228fde Only set should_update_etag for directories in the update case
new 0a7dbeb Export CookieJar
new 6d8afab Find export macro
new 964c3ac Check for local file name clash before local renaming.
new c1b9d5c Propagator: Implement localFileNameClash for OS X
new 181383e Check for case preserving file system in localCaseClash
new f1b2417 Add check for case clash for legacy propagator download.
new 6017eb7 Case clash check for local remove plus native separators.
new 449c00f No need to check for case preserving filesystem here.
new 9a1f8cc [tx-robot] updated from transifex
new 5813f63 Do not runs the check connection timer when there is no configured account
new e275ad3 Emit the sync finished signal a bit delayed.
new 5a069d2 Pushed version suffix to rc3
new 93f4530 [tx-robot] updated from transifex
new 4fd368c ShibCredentials: Ensure that _stillValid is not reset while the browser window is open
new f591ac6 CookieJar: Reduce debug noise
new ce9bfd3 Fix the sib window re-appearing.
new dd1152d Clear all cookies when loging out
new ebe1f98 Only remove session cookies
new 86a48b5 Shib: Show a notification whenever the shib session times out
new 3d2a2df Allow to set a smaller timeout value in the config file
new 40715cb Update ChangeLog
new 571c199 remove broken connection
new 1dd7f73 Fix another crash at exit
new 0c1ab53 Do not trim serial numbers
new 77ddedc [tx-robot] updated from transifex
new 864f2cd remove the _syncMutex and replace it by a simple bool
new 0151682 Make sure that OwncloudPropgator::finished is only emit once
new 938dce7 [tx-robot] updated from transifex
new 064dcdb 1.6.0 final
new 022a3fc OS X: Fix localFileNameClash
new 1b83fb0 Imported Upstream version 1.6.0+dfsg
new d2bdfa8 Merge tag 'upstream/1.6.0+dfsg'
new b35839b new stable release
new 7e5f302 Updated watch file to track for stable releases.
new 45a3c7d Updated 0001-disable-updatecheck.patch for new offsets.
new 5b29eb3 Updated copyright file
new 15e25f1 Update changelog
The 83 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:
.tag | 2 +-
ChangeLog | 3 +-
VERSION.cmake | 2 +-
csync/src/csync.c | 2 +-
csync/src/csync_owncloud.c | 54 ++--
csync/src/csync_owncloud.h | 2 +-
csync/src/csync_update.c | 3 +-
debian/changelog | 9 +
debian/copyright | 43 +--
debian/patches/0001-disable-updatecheck.patch | 10 +-
debian/watch | 2 +-
src/3rdparty/qtlockedfile/README.txt | 2 +-
src/3rdparty/qtlockedfile/qtlockedfile.cpp | 41 ++-
src/3rdparty/qtlockedfile/qtlockedfile.h | 41 ++-
src/3rdparty/qtlockedfile/qtlockedfile.pri | 11 +
src/3rdparty/qtlockedfile/qtlockedfile_unix.cpp | 42 +--
src/3rdparty/qtlockedfile/qtlockedfile_win.cpp | 44 +--
src/3rdparty/qtsingleapplication/README.txt | 2 +-
src/3rdparty/qtsingleapplication/qtlocalpeer.cpp | 82 +++---
src/3rdparty/qtsingleapplication/qtlocalpeer.h | 53 ++--
.../qtsingleapplication/qtsingleapplication.cpp | 202 +++++++------
.../qtsingleapplication/qtsingleapplication.h | 80 +++--
.../qtsingleapplication/qtsingleapplication.pri | 15 +
.../qtsinglecoreapplication.cpp | 49 +--
.../qtsingleapplication/qtsinglecoreapplication.h | 45 +--
.../qtsinglecoreapplication.pri | 14 +
src/creds/shibboleth/shibbolethwebview.cpp | 9 +-
src/creds/shibboleth/shibbolethwebview.h | 1 -
src/creds/shibbolethcredentials.cpp | 25 +-
src/creds/shibbolethcredentials.h | 3 +-
src/mirall/account.cpp | 1 +
src/mirall/accountsettings.cpp | 19 +-
src/mirall/application.cpp | 12 +-
src/mirall/application.h | 6 +-
src/mirall/cookiejar.cpp | 10 +-
src/mirall/cookiejar.h | 5 +-
src/mirall/folder.cpp | 23 ++
src/mirall/folder.h | 2 +
src/mirall/folderman.cpp | 22 +-
src/mirall/folderman.h | 9 +-
src/mirall/folderwizard.cpp | 2 +-
src/mirall/logger.cpp | 33 +--
src/mirall/logger.h | 8 +-
src/mirall/mirallconfigfile.cpp | 7 +
src/mirall/mirallconfigfile.h | 2 +
src/mirall/networkjobs.h | 2 +-
src/mirall/owncloudpropagator.cpp | 80 ++++-
src/mirall/owncloudpropagator.h | 14 +-
src/mirall/propagator_legacy.cpp | 7 +
src/mirall/propagator_qnam.cpp | 12 +-
src/mirall/propagatorjobs.cpp | 42 ++-
src/mirall/propagatorjobs.h | 1 +
src/mirall/settingsdialogmac.cpp | 4 -
src/mirall/sslbutton.cpp | 2 +-
src/mirall/syncengine.cpp | 43 +--
src/mirall/syncengine.h | 5 +-
src/mirall/syncjournaldb.cpp | 10 +-
src/mirall/utility.cpp | 26 +-
src/mirall/utility.h | 6 +
src/mirall/utility_unix.cpp | 2 +-
src/owncloudcmd/owncloudcmd.cpp | 1 -
src/wizard/owncloudshibbolethcredspage.cpp | 14 +-
translations/mirall_ca.ts | 205 +++++++------
translations/mirall_cs.ts | 205 +++++++------
translations/mirall_de.ts | 209 +++++++------
translations/mirall_el.ts | 205 +++++++------
translations/mirall_en.ts | 201 ++++++++-----
translations/mirall_es.ts | 203 ++++++++-----
translations/mirall_es_AR.ts | 203 ++++++++-----
translations/mirall_et.ts | 205 +++++++------
translations/mirall_eu.ts | 201 ++++++++-----
translations/mirall_fa.ts | 201 ++++++++-----
translations/mirall_fi.ts | 205 +++++++------
translations/mirall_fr.ts | 207 +++++++------
translations/mirall_gl.ts | 203 ++++++++-----
translations/mirall_hu.ts | 201 ++++++++-----
translations/mirall_it.ts | 203 ++++++++-----
translations/mirall_ja.ts | 205 +++++++------
translations/mirall_nl.ts | 201 ++++++++-----
translations/mirall_pl.ts | 203 ++++++++-----
translations/mirall_pt.ts | 203 ++++++++-----
translations/mirall_pt_BR.ts | 203 ++++++++-----
translations/mirall_ru.ts | 203 ++++++++-----
translations/mirall_sk.ts | 205 +++++++------
translations/mirall_sl.ts | 205 +++++++------
translations/mirall_sv.ts | 211 +++++++------
translations/mirall_th.ts | 201 ++++++++-----
translations/mirall_tr.ts | 328 ++++++++++++---------
translations/mirall_uk.ts | 201 ++++++++-----
translations/mirall_zh_CN.ts | 201 ++++++++-----
translations/mirall_zh_TW.ts | 201 ++++++++-----
91 files changed, 4391 insertions(+), 2962 deletions(-)
create mode 100644 src/3rdparty/qtlockedfile/qtlockedfile.pri
create mode 100644 src/3rdparty/qtsingleapplication/qtsingleapplication.pri
create mode 100644 src/3rdparty/qtsingleapplication/qtsinglecoreapplication.pri
--
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