More Info

Revision 788539

(Back to digest)
 

Bug Fixes in KDE Base

David Faure committed changes in /trunk/KDE/kdebase/apps/konqueror/src:

The fact that text/html derives from text/plain brought back a bug that I fixed in 2002:
"embed katepart and then type a website URL -> loaded into katepart".

The test for mimetype inheritance in changeViewMode came from bug #108542, but that was wrong [the current mimetype shouldn't matter, only what the view supports, otherwise viewing a text/plain file or a C++ file in katepart changes what happens when opening a text/html file later on].

... and in kde4 it should be different anyway with dolphinpart handling all main viewmodes.

File Changes

Added 1 files
/trunk/KDE/kdebase/apps/konqueror/src/tests/konqviewtest.cpp
Modified 7 files
/trunk/KDE/kdebase/apps/konqueror/src
 
/konqmainwindow.cpp
 
/konqview.cpp
 
/konqview.h
 
/KonqViewAdaptor.cpp
 
/KonqViewAdaptor.h
 
/tests/CMakeLists.txt
 
/tests/konqhtmltest.cpp
8 files changed in total