Revision b03e81a...
Go back to digest for 12th May 2013Bug Fixes in KDE Base
David Faure committed changes in [kdelibs/frameworks] /:
KFileItem: port away from mode_t and time_t in the API.
Simplify constructors to avoid the very common
"Unknown [type], Unknown [permissions], url"
Provide both mode_t permissions() [for compat, and to support advanced permissions
like SUID/SGID in the properties dialog] and QFile::Permissions filePermissions()
so that apps can write portable code.
File Changes
Modified 8 files
- kio/kfile/kimagefilepreview.cpp
- kio/kfile/kpropertiesdialog.cpp
- kio/kio/kfileitem.cpp
- kio/kio/kfileitem.h
- kio/kio/previewjob.cpp
- kio/kio/renamedialog.cpp
- kio/tests/kfileitemtest.cpp
- kio/tests/previewtest.cpp
8 files changed in total