dolphinremoteencoding.cpp
draganddrophelper.cpp
folderexpander.cpp
- kversioncontrolplugin.cpp
renamedialog.cpp
selectiontoggle.cpp
selectionmanager.cpp
tooltips/kformattedballoontipdelegate.cpp
tooltips/tooltipmanager.cpp
versioncontrolobserver.cpp
+ viewextensionsfactory.cpp
viewproperties.cpp
zoomlevelinfo.cpp
)
dolphinpart.cpp
)
+set(fileviewsvnplugin_SRCS
+ fileviewsvnplugin.cpp
+)
kde4_add_plugin(dolphinpart ${dolphinpart_SRCS})
+kde4_add_plugin(fileviewsvnplugin ${fileviewsvnplugin_SRCS})
target_link_libraries(dolphinpart dolphinprivate konq ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS})
+target_link_libraries(fileviewsvnplugin ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY} ${KDE4_KIO_LIBS} konq)
-install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR} )
+install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR})
+install(TARGETS fileviewsvnplugin DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES dolphinpart.rc DESTINATION ${DATA_INSTALL_DIR}/dolphinpart)
install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install(FILES fileviewsvnplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR})
##########################################
dolphinmainwindow.cpp
dolphinnewmenu.cpp
dolphinviewcontainer.cpp
- dolphinsearchbox.cpp
dolphindirlister.cpp
dolphincontextmenu.cpp
filterbar.cpp
main.cpp
pixmapviewer.cpp
- panels/information/commentwidget.cpp
panels/information/informationpanel.cpp
panels/information/informationpanelcontent.cpp
- panels/information/metadatawidget.cpp
- panels/information/metatextlabel.cpp
+ panels/information/kmetadatawidget.cpp
+ panels/information/kmetadataconfigurationdialog.cpp
panels/information/phononwidget.cpp
panels/folders/ktreeview.cpp
panels/places/placespanel.cpp
panels/folders/treeviewcontextmenu.cpp
panels/folders/folderspanel.cpp
panels/folders/paneltreeview.cpp
+ search/dolphinsearchbox.cpp
+ search/dolphinsearchoptionsconfigurator.cpp
+ search/searchcriteriondescription.cpp
+ search/searchcriterionselector.cpp
+ search/searchcriterionvalue.cpp
settings/behaviorsettingspage.cpp
settings/columnviewsettingspage.cpp
settings/contextmenusettingspage.cpp
if(Nepomuk_FOUND)
set(dolphin_SRCS
${dolphin_SRCS}
+ panels/information/kcommentwidget.cpp
+ panels/information/kedittagsdialog.cpp
panels/information/nepomukmassupdatejob.cpp
- panels/information/tagcloud.cpp
- panels/information/resourcetaggingwidget.cpp
- panels/information/taggingpopup.cpp
- panels/information/newtagdialog.cpp
+ panels/information/ktaggingwidget.cpp
)
-kde4_add_ui_files(dolphin_SRCS panels/information/newtagdialog.ui)
endif(Nepomuk_FOUND)
install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES settings/dolphin_directoryviewpropertysettings.kcfg settings/dolphin_generalsettings.kcfg settings/dolphin_columnmodesettings.kcfg settings/dolphin_iconsmodesettings.kcfg settings/dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
+install( FILES search/dolphinsearchcommands.desktop DESTINATION ${DATA_INSTALL_DIR}/dolphin )
install( FILES kcm/kcmdolphinviewmodes.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kcm/kcmdolphinnavigation.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kcm/kcmdolphinservices.desktop DESTINATION ${SERVICES_INSTALL_DIR} )