Gregor Tätzner
52644b44e9
kcm_useraccount: set icon file with accountsservice additionally
...
using accountsservice dbus interface
REVIEW: 110875
2013-06-14 22:22:14 +02:00
Raphael Kubo da Costa
a277b80df8
kdepasswm kcm: Fall back to the system full name when necessary.
...
When loading the KCM data and KEmailSettings::RealName is empty, fall
back to using the user's real name from /etc/passwd or equivalent via
KUser.
To quote the original review request: "Besides, such method seems
natural, considering that change of real username in kcm module calls
chfn to change real name in finger db, which will be reflected back in
KUser::FullName."
REVIEW: 104965
Submitted by: Aleksey Yermakov <alexey.yermakov@rosalab.ru>
2012-06-27 15:04:15 -03:00
Stephen Kelly
909f0cd972
Add some missing includes.
...
These are needed in Qt5/KF5.
2012-04-10 00:20:22 +02:00
Stephen Kelly
ed2872074e
Simplify some Qt module style includes.
...
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Ralf Jung
402b98b4ce
kdepasswd KCM: add option to remove the user image
...
REVIEW: 104054
2012-03-08 19:09:24 +01:00
Ralf Jung
f7ce3a513b
kdepasswd KCM: facePerm is a KDM option, unrelated to the user setting his face (for other apps)
...
REVIEW: 102799
BUG: 183245
FIXED-IN: 4.8
2011-11-09 19:59:34 +01:00
Montel Laurent
d592f31cde
normalize signals/slots
2011-07-31 13:33:56 +02:00
Alberto Villa
44032e5e66
Avoid chfn execution on FreeBSD
...
FreeBSD chfn/chpass doesn't support option -f, so don't try to change
user's full name in /etc/passwd.
(cherry picked from commit 720f6c743e
)
2011-02-11 23:02:10 +01:00
Raphael Kubo da Costa
8398bfba9d
Only save the new data with KEmailSettings if no error has occurred before.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1194062
2010-11-08 02:28:09 +00:00
Raphael Kubo da Costa
262b874690
Fix error message: we are changing the user's name, not password.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1194061
2010-11-08 02:22:15 +00:00
Raphael Kubo da Costa
d60b6fe2da
Use the correct indentation level for a '{'.
...
SVN_SILENT
svn path=/trunk/KDE/kdebase/apps/; revision=1194058
2010-11-08 02:10:28 +00:00
Darío Andrés Rodríguez
fe0c430a03
- QString::isNull -> QString::isEmpty
...
svn path=/trunk/KDE/kdebase/apps/; revision=1092335
2010-02-18 18:37:40 +00:00
Christoph Feck
35337bb8da
Support non-ASCII password and fullname
...
I checked "man passwd" and "man chfn", neither state that
ASCII-only is required.
BUG: 212004
svn path=/trunk/KDE/kdebase/apps/; revision=1041451
2009-10-28 02:28:49 +00:00
Christoph Feck
4e5e54e5a0
Do not hardcode font pointsize or family
...
svn path=/trunk/KDE/kdebase/apps/; revision=965850
2009-05-09 23:19:57 +00:00
Andrew Coles
7be2abc584
Corrected typos - that should be it for kdebase for now :).
...
svn path=/trunk/KDE/kdebase/apps/; revision=932561
2009-02-26 21:57:31 +00:00
Albert Astals Cid
62d3fb6a2b
i18n fixes triggered by Ihar Hrachyshka
...
svn path=/trunk/KDE/kdebase/apps/; revision=873502
2008-10-19 15:49:36 +00:00
Anne-Marie Mahfouf
74fcb262cc
enable Help button, doc will be added
...
svn path=/trunk/KDE/kdebase/apps/; revision=814395
2008-05-30 08:05:43 +00:00
Urs Wolfer
9beb62e457
do not try to save a null-pixmap
...
svn path=/trunk/KDE/kdebase/apps/; revision=781313
2008-03-02 15:54:16 +00:00
Urs Wolfer
f3e2f56a8b
Configuration for three stars per char password mode as in KDE 3. (mostly just merged back old rev and ported to Qt 3 free code)
...
svn path=/trunk/KDE/kdebase/apps/; revision=781127
2008-03-01 23:20:53 +00:00
Laurent Montel
f46a773b51
Disable help button when we don't have doc
...
svn path=/trunk/KDE/kdebase/apps/; revision=769936
2008-02-02 13:08:55 +00:00
Urs Wolfer
ad44b09500
* port K3URLDrag
...
* port Q3IconView
* fix icon
* do not link anymore against kde3support lib
* cleanup code
svn path=/trunk/KDE/kdebase/apps/; revision=752228
2007-12-23 22:58:09 +00:00
Craig Drummond
b149a97497
Fix parentless dialogs
...
svn path=/trunk/KDE/kdebase/apps/; revision=734552
2007-11-09 08:02:24 +00:00
Martin Koller
39e14f564e
remove margin like in all other KCMs
...
svn path=/trunk/KDE/kdebase/apps/; revision=731804
2007-11-01 21:42:10 +00:00
Matthias Kretz
2568f510e2
port to KPluginFactory
...
svn path=/trunk/KDE/kdebase/apps/; revision=705777
2007-08-28 14:58:52 +00:00
Laurent Montel
264d696087
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Chusslove Illich
dc59b32f75
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
...
svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-02 08:49:20 +00:00
Simon Hausmann
1049ffcbf0
Fix compilation
...
svn path=/trunk/KDE/kdebase/apps/; revision=679687
2007-06-24 15:55:43 +00:00
Oswald Buddenhagen
8ef3884263
remove the gui for setting the password echo mode.
...
svn path=/trunk/KDE/kdebase/apps/; revision=679357
2007-06-23 18:22:53 +00:00
Laurent Montel
2eeb0e8fe5
K3Process--
...
svn path=/trunk/KDE/kdebase/apps/; revision=676771
2007-06-17 17:09:40 +00:00
Laurent Montel
c9551f8f89
Fix mem leak
...
svn path=/trunk/KDE/kdebase/apps/; revision=676758
2007-06-17 16:39:04 +00:00
Dirk Mueller
52d6d2f9ce
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Thorsten Roeder
5dbd93c9a6
krazy fixes for includes
...
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=660766
2007-05-03 17:55:57 +00:00
Oswald Buddenhagen
11ca147adf
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=646732
2007-03-26 15:07:10 +00:00
Matthias Kretz
979dfb806a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=628276
2007-01-29 17:14:20 +00:00
Olivier Goffart
fa656934e0
Merge branches/work/kdelibs_kpassworddialog/
...
- the old KPasswordDialog has been moved to kde3support and renamed into K3PasswordDialog
- new class KNewPasswordDialog that could be used to ask for a new password
- KIO::PasswordDialog has been moved to kdeui and renamed KPasswordDialog
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=621085
2007-01-08 09:22:45 +00:00
David Faure
54a3b386b3
Port to kicon and added some setIconSize calls, although they have no effect right now due to the kstyle bug I mentionned on k-c-d.
...
This is another hidden gem of the qt3->qt4 porting; we'll need setIconSize calls on any pushbutton that's supposed to have a large pixmap :(
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=614648
2006-12-18 15:01:27 +00:00
Laurent Montel
e3ef0ca68a
Install into services
...
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=586434
2006-09-19 15:55:49 +00:00
Stephan Kulow
dc7710ecfa
replaced several URLs with Url and URI with Uri - the patch
...
became a bit larger than expected, so I couldn't have the time
to check if it still compiles with the changes done in between
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=578269
2006-08-28 19:59:39 +00:00
Laurent Montel
a0b412c7fd
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdebase/nsplugins/; revision=540496
2006-05-13 16:33:18 +00:00
Laurent Montel
49ebc2ce72
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdebase/nsplugins/; revision=539617
2006-05-11 08:04:23 +00:00
Aaron J. Seigo
8608f39856
remaining snapshot porting
...
svn path=/trunk/KDE/kdebase/nsplugins/; revision=538638
2006-05-08 13:46:00 +00:00
Tobias Koenig
0e6fb8f5e4
deprecated--
...
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=528596
2006-04-11 13:39:22 +00:00
Hamish Rodda
e7d5dfa47f
Merging in from bleeding edge kdebase branch
...
- i18n ported
- KAccel removed
- Some fixes for OS X
svn path=/trunk/KDE/kdebase/kfind/; revision=528190
2006-04-10 11:57:13 +00:00
Laurent Montel
8740f39626
KURL--
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=508560
2006-02-12 09:33:38 +00:00
Laurent Montel
aed1a8b78d
deprecated--
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=506335
2006-02-06 15:07:10 +00:00
Szombathelyi György
5ad07a7bf8
Port KImageIO
...
svn path=/trunk/KDE/kdebase/libkonq/; revision=502375
2006-01-25 20:15:01 +00:00
Laurent Montel
6df072e199
KURL -> KUrl
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=501890
2006-01-24 08:32:09 +00:00
Tim Beaulen
b7ec572ead
One less warning and a compile fix.
...
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=501764
2006-01-23 20:37:21 +00:00
Laurent Montel
ac1fedee88
kpassdlg.h->kpassworddialog.h
...
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=501548
2006-01-23 11:07:16 +00:00
Szombathelyi György
28d00f6463
Removed most of kimageio
...
svn path=/trunk/KDE/kdebase/libkonq/; revision=498193
2006-01-14 21:49:08 +00:00