Commit Graph

102 Commits

Author SHA1 Message Date
Frank Osterfeld ce025cac0c Move GnomeKeyring to separate files 2014-02-23 12:55:45 +01:00
Frank Osterfeld 048b50f164 Merge pull request #32 from ogoffart/deletepasswordjob
few fixes in 	DeletePasswordJob
2014-01-27 08:39:04 -08:00
Olivier Goffart 8150f61a48 DeletePasswordJob: Start the WriteJob immediatly
We want that if one delete, then read the password directly after,
it do not reuse the deleted password.
2014-01-27 16:29:34 +01:00
Olivier Goffart 85bb5664c6 DeletePasswordJob: forward the settings to the WriteJob
And always remove the password from the insecure storage
2014-01-27 16:29:34 +01:00
Frank Osterfeld 4fa77c1482 Merge pull request #30 from arthurtiteica/master
Romanian translation
2013-11-29 02:13:15 -08:00
Arthur Țițeică af8987c89b Romanian translation 2013-11-29 12:00:00 +02:00
Frank Osterfeld 0056a2893f Merge pull request #27 from xhochy/qt5-fix-translations
Query qmake5 for QT_TRANSLATION_DIR
2013-11-21 00:30:02 -08:00
Frank Osterfeld 32df06c5e7 Merge pull request #28 from guruz/fix_qt4_qt5_target_name
CMake: Fix target name when compiling with Qt4
2013-11-21 00:29:19 -08:00
Frank Osterfeld 155178882a Merge pull request #26 from teo/master
When returning OtherError on Mac, provide the Keychain OSStatus code and description as error string.
2013-11-21 00:28:52 -08:00
Markus Goetz cc799db470 CMake: Fix target name when compiling with Qt4
This way it picks up the correct target name when no
command line parameters are specified and only
Qt4 is installed.
2013-11-18 12:54:43 +01:00
Uwe L. Korn 59084e3544 Pass -query and the identifier as separate args 2013-11-18 11:20:08 +00:00
Uwe L. Korn c5533ae683 Query qmake5 for QT_TRANSLATION_DIR 2013-11-18 10:47:58 +00:00
Teo Mrnjavac e968ade859 Update translations. 2013-11-18 11:11:52 +01:00
Teo Mrnjavac 45bf9eb7ca Focus on the text in OSStatus error messages. 2013-11-18 11:11:05 +01:00
Teo Mrnjavac 2b5d019872 Try to make OSX error strings more verbose. 2013-11-14 18:41:47 +01:00
Frank Osterfeld 9a27ddd110 Merge pull request #24 from danimo/target_qt5
When using Qt5 for compilation, name target qt5keychain
2013-11-13 08:04:24 -08:00
Daniel Molkentin 23396dbc7d Need to propagate the infix as well 2013-11-13 16:50:38 +01:00
Daniel Molkentin 030c7eb8fd When using Qt5 for compilation, name target qt5keychain
Fixes #23
2013-11-13 16:29:39 +01:00
Frank Osterfeld e518815641 Fix format string 2013-11-11 20:34:44 +01:00
Frank Osterfeld 29c8a74dcf Store enum values as string
Do not rely on int value and casting back ints to enum values.
Also actually set the data type accordingly in ReadPasswordJob.
2013-11-11 20:01:22 +01:00
Frank Osterfeld 49479aa32a Replace obsolete auto_ptr by QScopedPointer 2013-10-13 15:50:00 +02:00
Frank Osterfeld 887719567d Some string literal cleanup
Avoid implicit conversions to QString, remove some helpers only
used in _dbus from the Private.
2013-10-12 20:24:49 +02:00
Frank Osterfeld b66a182a85 KWallet: Return error for non-existant entries
Before, an empty password was returned, so one couldn't tell
if the entry wasn't available, or the entry contained an empty
password.

Fixes #5
2013-10-12 19:57:48 +02:00
Frank Osterfeld 6747027ce7 Merge pull request #19 from danimo/master
Fix compilation on OS X
2013-09-25 04:32:02 -07:00
Daniel Molkentin d9fe3f3fbd Fix compilation on OS X 2013-09-25 12:35:16 +02:00
Frank Osterfeld 73d5f44807 Merge pull request #17 from danimo/master
Use network wallet rather than hardcoded "kdewallet" wallet
2013-09-16 03:25:54 -07:00
Daniel Molkentin bc9bb279ec Use network wallet rather than hardcoded "kdewallet" wallet
Fixes #9
2013-08-22 11:13:49 +02:00
Frank Osterfeld 3414b2624a Merge pull request #14 from krnowak/libgnome-keyring-crash-fix
Fix crashes inside libgnome-keyring.
2013-08-05 01:50:06 -07:00
Frank Osterfeld 3e420a5e81 Merge pull request #15 from xhochy/qt45-build-compability
Qt4<->5 build compability
2013-08-05 01:49:07 -07:00
Uwe L. Korn 8722799afe Add the ability to build with Qt4 even if Qt5 was found 2013-08-03 16:32:52 +02:00
Uwe L. Korn 6be1967c81 Support building of translations with Qt5 2013-08-03 16:32:31 +02:00
Krzesimir Nowak a60acabf1c Fix crashes inside libgnome-keyring.
They happen because we are passing literal 0 (which is interpreted as
int) to varargs function, which expects it to be a pointer. The result
may be a garbage within libgnome-keyring, because int may be 32 bits
and pointers 64 bits wide.
2013-07-30 16:32:02 +02:00
Frank Osterfeld a23bbdc954 Bump version 2013-07-25 20:30:05 +02:00
Frank Osterfeld f4693bdfee Update copyright year span 2013-07-25 20:30:05 +02:00
Frank Osterfeld 10aa4a525f Update translation 2013-07-25 20:30:05 +02:00
Frank Osterfeld 57f0a27460 Avoid code duplication
Also avoids duplication of tr()'d strings
2013-07-25 20:30:05 +02:00
Frank Osterfeld a6c1f94cef The early return catches the bug 2013-07-25 20:30:05 +02:00
Frank Osterfeld 401f0b0766 Some minor cleanup of the gnome keyring code 2013-07-25 20:30:05 +02:00
Frank Osterfeld 7f082eb1f2 Update README 2013-07-25 20:30:05 +02:00
Frank Osterfeld f3c2e2e073 Merge branch 'typz-master'
Conflicts:
	keychain_dbus.cpp
	keychain_p.h
2013-07-22 17:52:07 +02:00
Frank Osterfeld dcfebad35d Merge pull request #13 from xhochy/fix-kwallet-earlier-dbus-fallback
Fallback earlier if D-Bus is not available
2013-06-15 02:32:38 -07:00
Uwe L. Korn 4556eb0e4f Fallback earlier if D-Bus is not available 2013-06-06 14:25:07 +02:00
Francois Ferrand 863c75af92 Gnome keyring support. 2013-04-10 18:24:40 +02:00
Frank Osterfeld fc3567574d Merge branch '0.1' 2013-03-19 21:28:45 +01:00
Frank Osterfeld 028fb28f0a Fix name and format of the changelog file 2013-03-19 21:28:15 +01:00
Frank Osterfeld 3333d11cb1 Merge branch '0.1' 2013-03-19 20:42:40 +01:00
Frank Osterfeld 03dbfd6c7b Add debian-style changelog
Fixes issue #8
2013-03-19 20:41:40 +01:00
Frank Osterfeld f9a56e733d Merge pull request #7 from danimo/master
translation infra and german translation
2013-02-07 22:54:11 -08:00
Daniel Molkentin 51a0400eb9 Add German translation 2013-02-06 17:52:46 +01:00
Daniel Molkentin 20c6d57fad Add messages (explicit) and translations (implicit) targets. 2013-02-06 17:52:38 +01:00