[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (61e5d2a -> 7e871d5)

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to branch upstream
in repository owncloud-client.

      from  61e5d2a   Imported Upstream version 1.5.0~beta2+dfsg
       new  1f5c4bd   Fix windows rename of temporary files
       new  99fc570   Replace Q_OS_WIN32 by Q_OS_WIN
       new  62ec7aa   Add file forgotten in last commit
       new  883576c   Fix Win32 move file operation.
       new  b3620e3   Avoid a comparison warning on win32
       new  4b7f750   Fixed check for SQL command successs.
       new  859f776   Set proper enable state of blacklist button after the dialog was opened.
       new  a6dfc0a   Refactoring, pick proper method name.
       new  861de89   Add translatable error messages for individual file errors.
       new  72b0f4e   Add man page for owncloudcmd
       new  c3dc84c   Don't close setup wizard when the initial sync run is started
       new  8bc5327   [tx-robot] updated from transifex
       new  ee2efbb   Fix for c3dc84c58f4047413eff810543a2b6419bcb5548.
       new  9e2f6c0   Close the sync journal if a folder gets removed.
       new  a0d1dc8   Avoid horizontal scrollbar
       new  fa9d9c9   Maybe we need to destroy the decompress context before the request.
       new  df5a72e   Resize wizard if advanced options are required
       new  dff17ec   A different user constitutes a different account
       new  7662a60   [tx-robot] updated from transifex
       new  6fad20d   Show local MOVE operations only for top level directory instead for all files.
       new  e5afd8b   Maintain the file type correctly.
       new  41d5445   Display rename-target in sync protocol action column.
       new  af78f19   Set action string as tooltip
       new  599451d   Unchanged files still count as files.
       new  c5e435f   Let recursive removal also remove the top dir.
       new  fc986b0   If item is a directory, remove its contents from the database as well.
       new  ae69a24   [tx-robot] updated from transifex
       new  5f31d13   Install headers for owncloudsync
       new  93ac78f   [tx-robot] updated from transifex
       new  e5edb8e   Fix opening the explorer with a selected file on windows.
       new  f5e8efd   Add build number into versioning scheme
       new  857ef33   Use proper email in license header.
       new  89d1e2d   When reconfiguring, we need to clear the _currentSyncFolder
       new  1291ffa   Small adjustments to the last commit
       new  31989d2   Adjust Windows and Mac binaries package names
       new  dd323bc   Don't invariably set variables that could be also set externally
       new  bb2f221   Fix broken slot connection
       new  b092a8c   Add deleted Changelog entry for 1.4.2
       new  f8478ac   Fixing typos
       new  2cf7ba9   Don't install headers on OS X
       new  b41feeb   Multi-lingual installer
       new  d82a942   adding Turkish translation to installer
       new  082a60e   [tx-robot] updated from transifex
       new  13f5d29   No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS
       new  f9ba3bc   Merge pull request #1264 from owncloud/l10n-installer-2
       new  ebfe2c7   Remove leftover file
       new  b6e4575   Do not initialize all the application if another instance is running
       new  4b42743   Better documentation of file ignore patterns.
       new  a743f80   Ignore another sqlite journal tmp name that shows up on win32.
       new  0360bab   usleep is not working on windows, use QThread::usleep
       new  6707e93   Add NE_LFS define for correct size of ne_off_t
       new  638b62a   prevent crash on 'add folder'
       new  370cf45   fixing add button behavior in single folder mode
       new  03e9a06   Fix build
       new  47308cd   define NE_LFS from cmake
       new  80d202c   Fix build on Win32
       new  f05e998   Translation SectionGroup Shortcuts
       new  bf309f8   Don't keep the temporary file if the transfer fails because of a wrong etag
       new  bbfb2f2   Do not force resync if status is SyncResult::Problem.
       new  b68e721   Do not error out on ETag if the status klass is != 2.
       new  fa195eb   Logger: Initialize all variables
       new  76a60e8   Start timer only after the last quota request was answered
       new  aa213ee   Do not check for the ETag in case the HTTP request connected.
       new  342937c   [tx-robot] updated from transifex
       new  4f7fe64   Bump version to rc1
       new  81773e5   [tx-robot] updated from transifex
       new  f5c46d4   Tru to get NE_LFS properly
       new  93d250c   Add NE_LFS define to config.h.in
       new  131945b   Doc fixes about ignore files.
       new  e774bba   NSIS: Can only use global variables in translation strings
       new  8491d95   NSIS: English must be enumerated, too
       new  93d7593   NSIS: fix c&p error.
       new  9ffb332   QuotaInfo: Keep polling quota if a previous request fails
       new  09745c7   Fix: Allow to retry sync also for fatal err conditions.
       new  ec77ecf   Show error reason for blacklisted files in sync activity.
       new  bc5f7d8   Save and restore activity view state.
       new  5b2c734   Respect the override URL properly
       new  9bf1517   Fix button states in account widget
       new  9010e10   Better fix for override urls
       new  99a4de6   Add ChangeLog
       new  58035a2   Final version
       new  7e871d5   Imported Upstream version 1.5.0+dfsg

The 82 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                                |  47 +++++
 OwnCloudCPack.cmake                      |   9 +-
 VERSION.cmake                            |  30 +++-
 cmake/modules/FindNeon.cmake             |   2 +-
 cmake/modules/MacOSXBundleInfo.plist.in  |   6 +-
 cmake/modules/NSIS.template.in           | 169 +++++++++++++-----
 config.h.in                              |   2 +
 doc/architecture.rst                     |  40 ++++-
 doc/conf.py.in                           |   2 +
 doc/owncloud.1.rst                       |   7 +-
 doc/owncloudcmd.1.rst                    |  34 ++++
 doc/visualtour.rst                       |  56 +++---
 src/CMakeLists.txt                       |  39 +++-
 src/creds/httpcredentials.cpp            |   2 +-
 src/main.cpp                             |   1 -
 src/mirall/account.cpp                   |   7 +-
 src/mirall/accountsettings.cpp           |  50 +-----
 src/mirall/application.cpp               |   8 +-
 src/mirall/csyncthread.cpp               |  51 ++++--
 src/mirall/folder.cpp                    |   6 +-
 src/mirall/folderman.cpp                 |   3 +-
 src/mirall/folderwatcher_inotify.cpp     |   1 +
 src/mirall/folderwizard.cpp              |   4 +-
 src/mirall/logger.cpp                    |   2 +-
 src/mirall/mirallconfigfile.cpp          |  23 +++
 src/mirall/mirallconfigfile.h            |   3 +
 src/mirall/owncloudgui.cpp               |   2 +-
 src/mirall/owncloudpropagator.cpp        |  62 +++++--
 src/mirall/owncloudsetupwizard.cpp       |   5 +-
 src/mirall/owncloudtheme.cpp             |   2 +-
 src/mirall/progressdispatcher.cpp        |   8 +-
 src/mirall/progressdispatcher.h          |   4 +-
 src/mirall/protocolwidget.cpp            |  30 +++-
 src/mirall/protocolwidget.h              |   2 +-
 src/mirall/quotainfo.cpp                 |   8 +-
 src/mirall/quotainfo.h                   |   1 +
 src/mirall/settingsdialog.cpp            |   2 +-
 src/mirall/syncfileitem.h                |   9 +-
 src/mirall/syncjournaldb.cpp             |  34 ++--
 src/mirall/syncjournalfilerecord.cpp     |   2 +-
 src/mirall/theme.cpp                     |   5 +
 src/mirall/theme.h                       |   5 +
 src/mirall/updatedetector.cpp            |  12 +-
 src/mirall/utility.cpp                   |  25 ++-
 src/mirall/utility.h                     |   1 +
 src/mirall/version.h.in                  |  20 +--
 src/owncloudcmd/owncloudcmd.cpp          |   2 +-
 src/wizard/owncloudadvancedsetuppage.cpp |   1 +
 src/wizard/owncloudadvancedsetuppage.ui  |  24 +--
 src/wizard/owncloudsetuppage.cpp         |  16 +-
 translations/mirall_ca.ts                | 260 ++++++++++++---------------
 translations/mirall_cs.ts                | 265 +++++++++++++--------------
 translations/mirall_de.ts                | 265 +++++++++++++--------------
 translations/mirall_el.ts                | 260 ++++++++++++---------------
 translations/mirall_en.ts                | 258 ++++++++++++---------------
 translations/mirall_es.ts                | 275 +++++++++++++---------------
 translations/mirall_es_AR.ts             | 262 ++++++++++++---------------
 translations/mirall_et.ts                | 290 ++++++++++++++----------------
 translations/mirall_eu.ts                | 260 ++++++++++++---------------
 translations/mirall_fa.ts                | 258 ++++++++++++---------------
 translations/mirall_fi.ts                | 262 ++++++++++++---------------
 translations/mirall_fr.ts                | 264 ++++++++++++---------------
 translations/mirall_gl.ts                | 265 +++++++++++++--------------
 translations/mirall_hu.ts                | 260 ++++++++++++---------------
 translations/mirall_it.ts                | 297 ++++++++++++++-----------------
 translations/mirall_ja.ts                | 275 +++++++++++++---------------
 translations/mirall_nl.ts                | 265 +++++++++++++--------------
 translations/mirall_pl.ts                | 260 ++++++++++++---------------
 translations/mirall_pt.ts                | 258 ++++++++++++---------------
 translations/mirall_pt_BR.ts             | 265 +++++++++++++--------------
 translations/mirall_ru.ts                | 262 ++++++++++++---------------
 translations/mirall_sk.ts                | 266 +++++++++++++--------------
 translations/mirall_sl.ts                | 268 +++++++++++++---------------
 translations/mirall_sv.ts                | 260 ++++++++++++---------------
 translations/mirall_th.ts                | 258 ++++++++++++---------------
 translations/mirall_uk.ts                | 258 ++++++++++++---------------
 translations/mirall_zh_CN.ts             | 258 ++++++++++++---------------
 translations/mirall_zh_TW.ts             | 258 ++++++++++++---------------
 79 files changed, 3914 insertions(+), 4386 deletions(-)
 create mode 100644 doc/owncloudcmd.1.rst

-- 
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