Revision 09c42ff...

Go back to digest for 13th April 2014

Other in KDE Base

Alexander Richardson committed changes in [kde-baseapps/frameworks] /:

Allow compiling Dolphin with KF5

This does not work properly yet, there are probably quite a few bad signal/
slot connections due to KUrl -> QUrl. However dolphin starts without
crashing.

Accessibility is not ported since that changed quite a lot from Qt4 -> Qt5
and I have no idea how it is supposed to be used.

This is the first commit for review 117395

File Changes

Modified 55 files
  •   CMakeLists.txt
  •   dolphin/CMakeLists.txt
  •   dolphin/src/CMakeLists.txt
  •   dolphin/src/dolphinapplication.cpp
  •   dolphin/src/dolphincontextmenu.cpp
  •   dolphin/src/dolphinmainwindow.cpp
  •   dolphin/src/dolphinpart.cpp
  •   dolphin/src/dolphinpart.h
  •   dolphin/src/dolphinpart_ext.h
  •   dolphin/src/dolphinviewcontainer.cpp
  •   dolphin/src/dolphinviewcontainer.h
  •   dolphin/src/main.cpp
  •   dolphin/src/kitemviews/kfileitemlistview.cpp
  •   dolphin/src/kitemviews/kfileitemmodel.cpp
  •   dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp
  •   dolphin/src/kitemviews/kitemlistview.cpp
  •   dolphin/src/search/dolphinsearchbox.cpp
  •   dolphin/src/search/filenamesearchprotocol.cpp
  •   dolphin/src/settings/dolphinsettingsdialog.cpp
  •   dolphin/src/settings/serviceitemdelegate.cpp
  •   dolphin/src/settings/serviceitemdelegate.h
  •   dolphin/src/settings/viewpropertiesdialog.cpp
  •   dolphin/src/views/dolphinitemlistview.cpp
  •   dolphin/src/views/dolphinremoteencoding.cpp
  •   dolphin/src/views/dolphinview.cpp
  •   dolphin/src/views/dolphinview.h
  •   dolphin/src/views/dolphinviewactionhandler.cpp
  •   dolphin/src/views/renamedialog.cpp
  •   dolphin/src/views/viewproperties.cpp
  •   dolphin/src/kitemviews/private/kfileitemmodeldirlister.h
  •   dolphin/src/kitemviews/private/kfileitemmodelsortalgorithm.h
  •   dolphin/src/panels/folders/treeviewcontextmenu.cpp
  •   dolphin/src/panels/folders/treeviewcontextmenu.h
  •   dolphin/src/panels/information/informationpanel.cpp
  •   dolphin/src/panels/information/informationpanelcontent.cpp
  •   dolphin/src/panels/information/phononwidget.cpp
  •   dolphin/src/panels/places/placesitemeditdialog.cpp
  •   dolphin/src/panels/places/placesitemmodel.cpp
  •   dolphin/src/panels/places/placespanel.cpp
  •   dolphin/src/panels/terminal/terminalpanel.cpp
  •   dolphin/src/panels/terminal/terminalpanel.h
  •   dolphin/src/settings/general/behaviorsettingspage.cpp
  •   dolphin/src/settings/general/configurepreviewplugindialog.cpp
  •   dolphin/src/settings/general/previewssettingspage.cpp
  •   dolphin/src/settings/kcm/kcmdolphingeneral.cpp
  •   dolphin/src/settings/kcm/kcmdolphinnavigation.cpp
  •   dolphin/src/settings/kcm/kcmdolphinservices.cpp
  •   dolphin/src/settings/kcm/kcmdolphinviewmodes.cpp
  •   dolphin/src/settings/services/servicessettingspage.cpp
  •   dolphin/src/settings/viewmodes/viewsettingspage.cpp
  •   dolphin/src/views/tooltips/filemetadatatooltip.cpp
  •   dolphin/src/views/tooltips/tooltipmanager.cpp
  •   dolphin/src/views/versioncontrol/updateitemstatesthread.cpp
  •   dolphin/src/views/versioncontrol/versioncontrolobserver.cpp
  •   dolphin/src/views/versioncontrol/versioncontrolobserver.h
55 files changed in total