Bug 35333 - file list settings are not saved
Summary: file list settings are not saved
Status: REOPENED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 2.2.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-26 03:03 UTC by Alexander Br
Modified: 2016-06-18 08:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Br 2001-11-26 02:56:28 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           2.2.1 (using KDE 2.2.1 )
Severity:          wishlist
Installed from:    SuSE RPMs
Compiler:          file list lettings are not saved
OS:                Linux
OS/Compiler notes: Not Specified

I want the file browser to display my files in a list without symbols. I've chosen tree-view. It works. Every time I start the browser it shows my files again with big icons. It doesn't remember what I told him :-)

(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields Application KDE Version OS Compiler manually changed)
Comment 1 John Firebaugh 2001-12-12 00:12:36 UTC
Window->Save View Profile
Comment 2 Simon St James 2016-06-18 08:35:37 UTC
Git commit 025edb11ca9b0fa3685802e6c9cb608a4daa7911 by Simon St James.
Committed on 18/06/2016 at 08:35.
Pushed by sstjames into branch 'master'.

Annoyingly, in Qt 5.5 we can no longer trigger shortcuts by replaying QKeyEvents (something that the Vi Mode - which stores and swallows all key events by default in case they are part of a Mapping and replays them if it turns out they weren't - depends on), so if we are stealing shortcuts, they will no longer be triggered e.g. pressing Ctrl+S will not save! This patch reworks the whole mechanism, moving from "swallow all QKeyEvents and maybe replay later" to "decide whether to swallow shortcuts, but if not, let Qt's shortcut handling system despatch the QShortcutOverride itself". This mostly fixes things, though we can't e.g. create a mapping that, when triggered, saves the document or triggers any of Kate's shortcuts, plus some other small edge cases :(
REVIEW:D1894

M  +1    -1    src/inputmode/kateabstractinputmode.h
M  +1    -1    src/inputmode/katenormalinputmode.cpp
M  +1    -1    src/inputmode/katenormalinputmode.h
M  +25   -22   src/inputmode/kateviinputmode.cpp
M  +3    -1    src/inputmode/kateviinputmode.h
M  +4    -2    src/vimode/emulatedcommandbar/emulatedcommandbar.cpp
M  +2    -1    src/vimode/emulatedcommandbar/emulatedcommandbar.h
M  +1    -1    src/vimode/inputmodemanager.cpp
M  +28   -2    src/vimode/keymapper.cpp
M  +7    -2    src/vimode/modes/normalvimode.cpp

http://commits.kde.org/ktexteditor/025edb11ca9b0fa3685802e6c9cb608a4daa7911
Comment 3 Simon St James 2016-06-18 08:48:39 UTC
Whoops - wrong bug number, sorry!