[Pkg-owncloud-commits] [qtkeychain] branch master updated (969b8e3 -> 75f0911)

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:41 UTC 2014


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

hefee-guest pushed a change to branch master
in repository qtkeychain.

      from  969b8e3   Update changelog
       new  6ce1ec1   Initial
       new  492c961   Initial OS X impl.
       new  f700615   Apidocs for the people
       new  6bc7b81   improve error strings
       new  aaa04db   fix copyright header
       new  8d590e0   introduce QKeychain namespace
       new  3751a18   add way to store plain QByteArray instead of only QString and make naming more generic in the process
       new  f072493   apidocs fixes
       new  4377ade   minor .pro file cleanup
       new  ca40208   make it static
       new  653bf19   always overwrite entries, remove flag to control that
       new  067c3c6   add entryExists()
       new  ed71888   add export macro
       new  d6ecb94   basic impl for windows
       new  b2a8efa   add stub for unix
       new  24d2612   Allow the user to pass a custom QSettings object in case the default-constructed QSettings is not sufficient. (Only used on Windows)
       new  f0c1b33   Add minimilastic cmake file
       new  ec43b0c   Fix cross-compilation for windows
       new  d74b2c2   Finish cmake port to osx
       new  f121c36   Merge pull request #1 from dschmidt/master
       new  5f15aa4   win: fix building statically
       new  d9bac9b   Install library and headers
       new  4141a71   win: fix undefined reference to RtlSecureZeroMemory in MinGW
       new  23dab3a   Merge pull request #2 from dschmidt/master
       new  1db778b   Fix MSVC debug build. Do not mix -Od and -O2, MSVC does not allow that.
       new  d18fb53   Build testclient
       new  5077dfa   Remove QMake buildsystem
       new  2b6e40b   Refactor API to asynchronous job-based classes. As all Linux solutions will require async calls to DBus etc., they'd have to use local event loops otherwise.
       new  c612123   Implement dbus stub for async API.
       new  8b1a574   Port Windows impl to the job API.
       new  7465902   Introduce DeletePasswordJob to delete passwords. Creating a WritePasswordJob with no password data does the same, but that makes rather cryptic API.
       new  9993e32   Start DBus-based KWAllet backend
       new  55b1fc8   kwallet: make read and write work
       new  51aec60   remove unused error code
       new  7573b17   Special treatment if KWallet is unavailable.
       new  be96f4c   Detect if opening the wallet failed. (Assuming that the user denied access)
       new  df763c6   Add readme
       new  0fe6a07   Fix OS X build
       new  617449d   Restructure README, add license information.
       new  bab1673   Rewrite README some more.
       new  42db0f2   D-Bus: Serialize job execution. kwalletd gets lost in nested eventloops when we send multiple openWallet() dbus calls in parallel. Thus synchronize job execution using an internal JobExecutor singleton.
       new  80b668a   Add CMake config file
       new  89eb6be   Allow insecure fallback on linux when no kwallet is found
       new  be7f9c6   Merge pull request #3 from lfranchi/master
       new  4c014e1   Serialize job execution on all platforms.
       new  bf5c15c   Add QTKEYCHAIN_FOUND var to config file
       new  6ece9c2   Build against Qt5, too
       new  530e1d4   Mention the insecure fallback option
       new  0c3fa67   Set version to 0.1.0
       new  bb32e45   Fix comment template
       new  f7e03e4   Build on Mac again
       new  468e3b0   Fix Qt5 build on Mac
       new  20c6d57   Add messages (explicit) and translations (implicit) targets.
       new  51a0400   Add German translation
       new  f9a56e7   Merge pull request #7 from danimo/master
       new  03dbfd6   Add debian-style changelog
       new  3333d11   Merge branch '0.1'
       new  028fb28   Fix name and format of the changelog file
       new  fc35675   Merge branch '0.1'
       new  4556eb0   Fallback earlier if D-Bus is not available
       new  dcfebad   Merge pull request #13 from xhochy/fix-kwallet-earlier-dbus-fallback
       new  863c75a   Gnome keyring support.
       new  f3c2e2e   Merge branch 'typz-master'
       new  7f082eb   Update README
       new  401f0b0   Some minor cleanup of the gnome keyring code
       new  a6c1f94   The early return catches the bug
       new  57f0a27   Avoid code duplication
       new  10aa4a5   Update translation
       new  f4693bd   Update copyright year span
       new  a23bbdc   Bump version
       new  6be1967   Support building of translations with Qt5
       new  8722799   Add the ability to build with Qt4 even if Qt5 was found
       new  3e420a5   Merge pull request #15 from xhochy/qt45-build-compability
       new  a60acab   Fix crashes inside libgnome-keyring.
       new  3414b26   Merge pull request #14 from krnowak/libgnome-keyring-crash-fix
       new  bc9bb27   Use network wallet rather than hardcoded "kdewallet" wallet
       new  73d5f44   Merge pull request #17 from danimo/master
       new  d9fe3f3   Fix compilation on OS X
       new  6747027   Merge pull request #19 from danimo/master
       new  b66a182   KWallet: Return error for non-existant entries
       new  8877195   Some string literal cleanup
       new  49479aa   Replace obsolete auto_ptr by QScopedPointer
       new  29c8a74   Store enum values as string
       new  e518815   Fix format string
       new  030c7eb   When using Qt5 for compilation, name target qt5keychain
       new  23396db   Need to propagate the infix as well
       new  9a27ddd   Merge pull request #24 from danimo/target_qt5
       new  2b5d019   Try to make OSX error strings more verbose.
       new  45bf9eb   Focus on the text in OSStatus error messages.
       new  e968ade   Update translations.
       new  1551788   Merge pull request #26 from teo/master
       new  cc799db   CMake: Fix target name when compiling with Qt4
       new  32df06c   Merge pull request #28 from guruz/fix_qt4_qt5_target_name
       new  c5533ae   Query qmake5 for QT_TRANSLATION_DIR
       new  59084e3   Pass -query and the identifier as separate args
       new  0056a28   Merge pull request #27 from xhochy/qt5-fix-translations
       new  af8987c   Romanian translation
       new  4fa77c1   Merge pull request #30 from arthurtiteica/master
       new  85bb566   DeletePasswordJob: forward the settings to the WriteJob
       new  8150f61   DeletePasswordJob:  Start the WriteJob immediatly
       new  048b50f   Merge pull request #32 from ogoffart/deletepasswordjob
       new  ce025ca   Move GnomeKeyring to separate files
       new  a32295c   Update changelog
       new  7f9299c   Bump copyright years
       new  1a4c6ad   Detect older GNOME variants
       new  47e3702   Merge pull request #33 from danimo/old_gnome
       new  f67bad9   Also use a different include dir when built with Qt5
       new  1b2ad37   Merge pull request #34 from danimo/fix_installed_include_dir
       new  fd3ed10   Hardcode rpath to install dir on make install
       new  c130727   Merge pull request #35 from danimo/fix_rpath
       new  8df0229   Merge remote-tracking branch 'origin/master' into 0.3
       new  8fe13af   Update changelog
       new  560fbf2   bump version
       new  2fb4c69   Imported Upstream version 0.3.0
       new  75f0911   Merge tag 'upstream/0.3.0'

The 115 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:
 CMakeLists.txt                | 109 ++++++++---
 ChangeLog                     |  16 ++
 QtKeychainConfig.cmake.in     |   6 +-
 ReadMe.txt                    |   5 +-
 gnomekeyring.cpp              |  68 +++++++
 gnomekeyring_p.h              |  84 +++++++++
 keychain.cpp                  |   6 +-
 keychain.h                    |   3 +-
 keychain_dbus.cpp             | 207 ---------------------
 keychain_mac.cpp              |   8 +-
 keychain_p.h                  |  19 +-
 keychain_unix.cpp             | 415 ++++++++++++++++++++++++++++++++++++++++++
 keychain_win.cpp              |   2 +-
 testclient.cpp                |   2 +-
 translations/qtkeychain_de.ts | 177 ++++++++++++++++++
 translations/qtkeychain_ro.ts | 178 ++++++++++++++++++
 16 files changed, 1050 insertions(+), 255 deletions(-)
 create mode 100644 ChangeLog
 create mode 100644 gnomekeyring.cpp
 create mode 100644 gnomekeyring_p.h
 delete mode 100644 keychain_dbus.cpp
 create mode 100644 keychain_unix.cpp
 create mode 100644 translations/qtkeychain_de.ts
 create mode 100644 translations/qtkeychain_ro.ts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list