Revision 3206748...
Go back to digest for 10th July 2011Features in KDE Base
Artem Serebriyskiy committed changes in [nepomuk-web-extractor/storage] /:
Extract decisions into separate library, redo CMake system
1. Decision are now separate library with separate namespace. Because of
this some methods become public.
2. All programs were changed to support this separation and new
includes names
3. CMake system was redone as repo layout has changed seriously
File Changes
Added 347 files
- lib/CMakeLists.txt
- lib/decision/applyerror.h
- lib/decision/changelogfiltermodel.h
- lib/decision/CMakeLists.txt
- lib/decision/decision.cpp
- lib/decision/decision.h
- lib/decision/decision_export.h
- lib/decision/decisionapplicationrequest.cpp
- lib/decision/decisionapplicationrequest.h
- lib/decision/decisionapplicationrequest_p.h
- lib/decision/decisionauthor.h
- lib/decision/decisioncreator.cpp
- lib/decision/decisioncreator.h
- lib/decision/decisioncreator_p.cpp
- lib/decision/decisioncreator_p.h
- lib/decision/decisiondata.cpp
- lib/decision/decisiondata.h
- lib/decision/decisionfactory.cpp
- lib/decision/decisionfactory.h
- lib/decision/decisionlist.cpp
- lib/decision/decisionlist.h
- lib/decision/decisionmetadata.cpp
- lib/decision/decisionmetadata.h
- lib/decision/global.cpp
- lib/decision/global.h
- lib/decision/identsetmanager.cpp
- lib/decision/identsetmanager.h
- lib/decision/LibNepomukDecisionConfig.cmake.in
- lib/decision/propertiesgroup.cpp
- lib/decision/propertiesgroup.h
- lib/decision/propertiesgroupcreator.cpp
- lib/decision/propertiesgroupcreator.h
- lib/decision/propertiesgroupcreator_p.cpp
- lib/decision/propertiesgroupcreator_p.h
- lib/graph/algorithm.cpp
- lib/graph/algorithm.h
- lib/graph/childqueryinterface.cpp
- lib/graph/childqueryinterface.h
- lib/graph/CMakeLists.txt
- lib/graph/copyvisitor.cpp
- lib/graph/copyvisitor.h
- lib/graph/dotvisitor.cpp
- lib/graph/dotvisitor.h
- lib/graph/graph_export.h
- lib/graph/graphalgorithm.cpp
- lib/graph/graphalgorithm.h
- lib/graph/LibNepomukgraphConfig.cmake.in
- lib/graph/modelgraph.cpp
- lib/graph/modelgraph.h
- lib/graph/modelgraphvisitor.h
- lib/graph/nepomukgraph_export.h
- lib/graph/nodefilterinterface.cpp
- lib/graph/nodefilterinterface.h
- lib/graph/plaintextvisitor.cpp
- lib/graph/plaintextvisitor.h
- lib/graph/resourcenodefilter.cpp
- lib/graph/resourcenodefilter.h
- lib/graph/selectedpropertiesfunc.cpp
- lib/graph/selectedpropertiesfunc.h
- lib/graph/visitednodefilter.cpp
- lib/graph/visitednodefilter.h
- lib/ui/CMakeLists.txt
- lib/webextractor/CMakeLists.txt
- lib/webextractor/config.h.in
- lib/webextractor/debugexecutive.cpp
- lib/webextractor/debugexecutive.h
- lib/webextractor/executive.cpp
- lib/webextractor/executive.h
- lib/webextractor/executivereply.cpp
- lib/webextractor/executivereply.h
- lib/webextractor/executivereply_p.h
- lib/webextractor/executivewrapper.cpp
- lib/webextractor/executivewrapper.h
- lib/webextractor/global.cpp
- lib/webextractor/global.h
- lib/webextractor/LibWebextractorConfig.cmake.in
- lib/webextractor/parameters.cpp
- lib/webextractor/parameters.h
- lib/webextractor/resourceanalyzer.cpp
- lib/webextractor/resourceanalyzer.h
- lib/webextractor/resourceanalyzerfactory.cpp
- lib/webextractor/resourceanalyzerfactory.h
- lib/webextractor/simpleexecutivereply.cpp
- lib/webextractor/simpleexecutivereply.h
- lib/webextractor/simpleexecutivereply_p.h
- lib/webextractor/simplenetworkexecutive.cpp
- lib/webextractor/simplenetworkexecutive.h
- lib/webextractor/simplenetworkreply.cpp
- lib/webextractor/simplenetworkreply.h
- lib/webextractor/simplenetworkreplyfactory.cpp
- lib/webextractor/simplenetworkreplyfactory.h
- lib/webextractor/simplenetworkrequest.cpp
- lib/webextractor/simplenetworkrequest.h
- lib/webextractor/soprano_statement_qhash.cpp
- lib/webextractor/soprano_statement_qhash.h
- lib/webextractor/test_launch.cpp
- lib/webextractor/webextractor_export.h
- runtime/webextractor/CMakeLists.txt
- lib/ui/decision/changeLogForm.ui
- lib/ui/decision/changelogwidget.cpp
- lib/ui/decision/changelogwidget.h
- lib/ui/decision/CMakeLists.txt
- lib/ui/decision/decisioncollectionwidget.cpp
- lib/ui/decision/decisioncollectionwidget.h
- lib/ui/decision/decisionForm.ui
- lib/ui/decision/decisionui_export.h
- lib/ui/decision/decisionwidget.cpp
- lib/ui/decision/decisionwidget.h
- lib/ui/decision/decisionwidgetdesignerplugin.cpp
- lib/ui/decision/decisionwidgetdesignerplugin.h
- lib/ui/decision/LibDecisionuiConfig.cmake.in
- lib/webextractor/ontology/decisions.ontology.in
- lib/webextractor/ontology/decisions.trig
- lib/webextractor/ontologyloader/CMakeLists.txt
- lib/webextractor/ontologyloader/crappyinferencer.cpp
- lib/webextractor/ontologyloader/crappyinferencer.h
- lib/webextractor/ontologyloader/graphretriever.cpp
- lib/webextractor/ontologyloader/graphretriever.h
- lib/webextractor/ontologyloader/ontologyloader.cpp
- lib/webextractor/ontologyloader/ontologyloader.h
- lib/webextractor/ontologyloader/ontologymanagermodel.cpp
- lib/webextractor/ontologyloader/ontologymanagermodel.h
- lib/webextractor/resourceservicedata/CMakeLists.txt
- lib/webextractor/resourceservicedata/dummyservicedatabackend.cpp
- lib/webextractor/resourceservicedata/dummyservicedatabackend.h
- lib/webextractor/resourceservicedata/nepomukservicedatabackend.cpp
- lib/webextractor/resourceservicedata/nepomukservicedatabackend.h
- lib/webextractor/resourceservicedata/nepomukservicedatabackendfactory.h
- lib/webextractor/resourceservicedata/resourceservicedata.cpp
- lib/webextractor/resourceservicedata/resourceservicedata.h
- lib/webextractor/resourceservicedata/resourceservicedatamanager.cpp
- lib/webextractor/resourceservicedata/resourceservicedatamanager.h
- lib/webextractor/resourceservicedata/servicedatabackend.cpp
- lib/webextractor/resourceservicedata/servicedatabackend.h
- lib/webextractor/resourceservicedata/servicedatabackendfactory.h
- lib/webextractor/test/CMakeLists.txt
- lib/webextractor/test/datapptimeouttest.cpp
- lib/webextractor/test/datapptimeouttest.h
- lib/webextractor/test/dummyservicedatabackendtest.cpp
- lib/webextractor/test/dummyservicedatabackendtest.h
- runtime/webextractor/console/CMakeLists.txt
- runtime/webextractor/console/console.cpp
- runtime/webextractor/console/console.h
- runtime/webextractor/console/examinedwidget.cpp
- runtime/webextractor/console/examinedwidget.h
- runtime/webextractor/console/infoPage.cpp
- runtime/webextractor/console/infoPage.h
- runtime/webextractor/console/infoPage.ui
- runtime/webextractor/console/launchPage.cpp
- runtime/webextractor/console/launchPage.h
- runtime/webextractor/console/launchPage.ui
- runtime/webextractor/console/main.cpp
- runtime/webextractor/console/mainWindow.ui
- runtime/webextractor/console/modeltest.cpp
- runtime/webextractor/console/modeltest.h
- runtime/webextractor/console/settingsPage.cpp
- runtime/webextractor/console/settingsPage.h
- runtime/webextractor/console/settingsPage.ui
- runtime/webextractor/console/webexconsole.desktop
- runtime/webextractor/libwebexsettings/categoriespool.cpp
- runtime/webextractor/libwebexsettings/categoriespool.h
- runtime/webextractor/libwebexsettings/category.cpp
- runtime/webextractor/libwebexsettings/category.h
- runtime/webextractor/libwebexsettings/CMakeLists.txt
- runtime/webextractor/libwebexsettings/datapp.cpp
- runtime/webextractor/libwebexsettings/datapp.h
- runtime/webextractor/libwebexsettings/datappconfigbase.kcfg
- runtime/webextractor/libwebexsettings/datappconfigbase.kcfgc
- runtime/webextractor/libwebexsettings/datappdescr.cpp
- runtime/webextractor/libwebexsettings/datappdescr.h
- runtime/webextractor/libwebexsettings/datapppool.cpp
- runtime/webextractor/libwebexsettings/datapppool.h
- runtime/webextractor/libwebexsettings/LibWebexsettingsConfig.cmake.in
- runtime/webextractor/libwebexsettings/settings_config.h.in
- runtime/webextractor/libwebexsettings/webexconfigbase.kcfgc
- runtime/webextractor/libwebexsettings/webexsettings_config.h.in
- runtime/webextractor/libwebexsettings/webexsettings_export.h
- runtime/webextractor/libwebexsettings/webexsettings_global.cpp
- runtime/webextractor/libwebexsettings/webexsettings_global.h
- runtime/webextractor/libwebexsettings/webextractor.kcfg
- runtime/webextractor/libwebexsettings/webextractor_config.cpp
- runtime/webextractor/libwebexsettings/webextractor_config.h
- runtime/webextractor/libwebexsettings/webextractor_kcm.cpp
- runtime/webextractor/libwebexsettings/webextractor_kcm.h
- runtime/webextractor/libwebexsettings/webextractor_plugin.cpp
- runtime/webextractor/libwebexsettings/webextractor_plugin.desktop
- runtime/webextractor/libwebexsettings/webextractor_plugin.h
- runtime/webextractor/libwebexsettingsui/categoriesmodel.cpp
- runtime/webextractor/libwebexsettingsui/categoriesmodel.h
- runtime/webextractor/libwebexsettingsui/catnamevalidator.cpp
- runtime/webextractor/libwebexsettingsui/catnamevalidator.h
- runtime/webextractor/libwebexsettingsui/CMakeLists.txt
- runtime/webextractor/libwebexsettingsui/decisionModelSelector.ui
- runtime/webextractor/libwebexsettingsui/decisionsmodelselector.cpp
- runtime/webextractor/libwebexsettingsui/decisionsmodelselector.h
- runtime/webextractor/libwebexsettingsui/decisionsModelSelector.ui
- runtime/webextractor/libwebexsettingsui/mergepoliticsselector.cpp
- runtime/webextractor/libwebexsettingsui/mergepoliticsselector.h
- runtime/webextractor/libwebexsettingsui/README
- runtime/webextractor/plugins/CMakeLists.txt
- runtime/webextractor/service/CMakeLists.txt
- runtime/webextractor/service/nepomukwebexservice.desktop
- runtime/webextractor/service/org.kde.nepomuk.WebExtractorService.xml
- runtime/webextractor/service/priority.cpp
- runtime/webextractor/service/priority.h
- runtime/webextractor/service/test_config.cpp
- runtime/webextractor/service/test_launch2.cpp
- runtime/webextractor/service/test_simple.cpp
- runtime/webextractor/service/useractivitymonitor.cpp
- runtime/webextractor/service/useractivitymonitor.h
- runtime/webextractor/service/webexcatscheduler.cpp
- runtime/webextractor/service/webexcatscheduler.h
- runtime/webextractor/service/webexqueries.cpp
- runtime/webextractor/service/webexqueries.h
- runtime/webextractor/service/webexscheduler.cpp
- runtime/webextractor/service/webexscheduler.h
- runtime/webextractor/service/webexservice.cpp
- runtime/webextractor/service/webexservice.h
- runtime/webextractor/service/webextractor_plugin.desktop
- runtime/webextractor/service/webextractor_settings.cpp
- runtime/webextractor/service/webextractor_settings.h
- runtime/webextractor/webexshell/CMakeLists.txt
- runtime/webextractor/webexshell/main.cpp
- runtime/webextractor/webexshell/mainwindow.cpp
- runtime/webextractor/webexshell/mainwindow.h
- runtime/webextractor/webexshell/mainwindow.ui
- runtime/webextractor/webexshell/resourceanalyzerthread.cpp
- runtime/webextractor/webexshell/resourceanalyzerthread.h
- runtime/webextractor/plugins/autotag/autotagexecutive.cpp
- runtime/webextractor/plugins/autotag/autotagexecutive.h
- runtime/webextractor/plugins/autotag/autotagexecutivereply.cpp
- runtime/webextractor/plugins/autotag/autotagexecutivereply.h
- runtime/webextractor/plugins/autotag/autotagkcm.cpp
- runtime/webextractor/plugins/autotag/autotagkcm.h
- runtime/webextractor/plugins/autotag/autotagplugin.cpp
- runtime/webextractor/plugins/autotag/autotagplugin.h
- runtime/webextractor/plugins/autotag/autotagplugin_config.h.in
- runtime/webextractor/plugins/autotag/CMakeLists.txt
- runtime/webextractor/plugins/autotag/kcm.ui
- runtime/webextractor/plugins/autotag/webexplugin_autotag.desktop
- runtime/webextractor/plugins/autotag/webexplugin_autotag_kcm.desktop
- runtime/webextractor/plugins/dbpedia/dbpediaplugin.cpp
- runtime/webextractor/plugins/dbpedia/dbpediaplugin.h
- runtime/webextractor/plugins/dbpedia/dbpmusicdatapp.cpp
- runtime/webextractor/plugins/dbpedia/dbpmusicdatapp.h
- runtime/webextractor/plugins/dbpedia/dbpmusicreply.cpp
- runtime/webextractor/plugins/dbpedia/dbpmusicreply.h
- runtime/webextractor/plugins/debug/CMakeLists.txt
- runtime/webextractor/plugins/debug/debug_plugin.cpp
- runtime/webextractor/plugins/debug/debug_plugin.h
- runtime/webextractor/plugins/debug/debug_plugin_config.h.in
- runtime/webextractor/plugins/debug/simple_debug_reply.cpp
- runtime/webextractor/plugins/debug/simple_debug_reply.h
- runtime/webextractor/plugins/debug/webexplugin_debug.desktop
- runtime/webextractor/plugins/musicbrainz/musicbrainz_config.h.in
- runtime/webextractor/plugins/musicbrainz/musicbrainz_plugin.cpp
- runtime/webextractor/plugins/musicbrainz/musicbrainz_plugin.h
- runtime/webextractor/plugins/musicbrainz/musicbrainzconfig.kcfg
- runtime/webextractor/plugins/musicbrainz/musicbrainzconfig.kcfgc
- runtime/webextractor/plugins/test/CMakeLists.txt
- runtime/webextractor/plugins/test/testexecutive.cpp
- runtime/webextractor/plugins/test/testexecutive.h
- runtime/webextractor/plugins/test/testexecutivereply.cpp
- runtime/webextractor/plugins/test/testexecutivereply.h
- runtime/webextractor/plugins/test/testplugin.cpp
- runtime/webextractor/plugins/test/testplugin.h
- runtime/webextractor/plugins/test/testplugin_config.h.in
- runtime/webextractor/plugins/test/webexplugin_test.desktop
- runtime/webextractor/plugins/tvdb/CMakeLists.txt
- runtime/webextractor/plugins/tvdb/seriescache.cpp
- runtime/webextractor/plugins/tvdb/seriescache.h
- runtime/webextractor/plugins/tvdb/tvdbexecutive.cpp
- runtime/webextractor/plugins/tvdb/tvdbexecutive.h
- runtime/webextractor/plugins/tvdb/tvdbexecutivereply.cpp
- runtime/webextractor/plugins/tvdb/tvdbexecutivereply.h
- runtime/webextractor/plugins/tvdb/tvdbplugin.cpp
- runtime/webextractor/plugins/tvdb/tvdbplugin.h
- runtime/webextractor/plugins/tvdb/tvdbplugin_config.h.in
- runtime/webextractor/plugins/tvdb/tvshowfilenameanalyzer.cpp
- runtime/webextractor/plugins/tvdb/tvshowfilenameanalyzer.h
- runtime/webextractor/plugins/tvdb/webexplugin_tvdb.desktop
- runtime/webextractor/service/config/webextractorrc
- runtime/webextractor/service/kcm/CategoriesPage.cpp
- runtime/webextractor/service/kcm/CategoriesPage.h
- runtime/webextractor/service/kcm/categoriesPage.ui
- runtime/webextractor/service/kcm/categoriesPage1.ui
- runtime/webextractor/service/kcm/categoriesPage2.ui
- runtime/webextractor/service/kcm/categorieswidget.cpp
- runtime/webextractor/service/kcm/categorieswidget.h
- runtime/webextractor/service/kcm/categorieswidget.ui
- runtime/webextractor/service/kcm/categoryeditor.cpp
- runtime/webextractor/service/kcm/categoryeditor.h
- runtime/webextractor/service/kcm/categoryeditor.ui
- runtime/webextractor/service/kcm/CMakeLists.txt
- runtime/webextractor/service/kcm/ConfigWidget.cpp
- runtime/webextractor/service/kcm/ConfigWidget.h
- runtime/webextractor/service/kcm/datapppage.cpp
- runtime/webextractor/service/kcm/datapppage.h
- runtime/webextractor/service/kcm/datappPage.ui
- runtime/webextractor/service/kcm/datappwizard.cpp
- runtime/webextractor/service/kcm/datappwizard.h
- runtime/webextractor/service/kcm/datappWizard.ui
- runtime/webextractor/service/kcm/GeneralPage.cpp
- runtime/webextractor/service/kcm/GeneralPage.h
- runtime/webextractor/service/kcm/generalPage.ui
- runtime/webextractor/service/kcm/kcm_config.h.in
- runtime/webextractor/service/kcm/main.cpp
- runtime/webextractor/service/kcm/main.h
- runtime/webextractor/service/kcm/main_kcm.ui
- runtime/webextractor/service/kcm/main_kcm2.ui
- runtime/webextractor/service/kcm/main_kcm3.ui
- runtime/webextractor/service/kcm/plugincategorizedview.h
- runtime/webextractor/service/kcm/pluginDelegate.ui
- runtime/webextractor/service/kcm/pluginDelegate2.ui
- runtime/webextractor/service/kcm/pluginItemDelegate.cpp
- runtime/webextractor/service/kcm/pluginItemDelegate.h
- runtime/webextractor/service/kcm/pluginItemWidget.cpp
- runtime/webextractor/service/kcm/pluginItemWidget.h
- runtime/webextractor/service/kcm/pluginmodel.cpp
- runtime/webextractor/service/kcm/pluginmodel.h
- runtime/webextractor/service/kcm/pluginselector.cpp
- runtime/webextractor/service/kcm/pluginselector.h
- runtime/webextractor/service/kcm/pluginSelector.ui
- runtime/webextractor/service/kcm/queryeditor.cpp
- runtime/webextractor/service/kcm/queryeditor.h
- runtime/webextractor/service/kcm/setupWPage.cpp
- runtime/webextractor/service/kcm/setupWPage.h
- runtime/webextractor/service/kcm/setupWPage.ui
- runtime/webextractor/service/kcm/sourceSelectPage.ui
- runtime/webextractor/service/kcm/sourceWPage.cpp
- runtime/webextractor/service/kcm/sourceWPage.h
- runtime/webextractor/service/kcm/sourceWPage.ui
- runtime/webextractor/service/kcm/webexkcm.ui
- runtime/webextractor/service/kcm/webextractorconfig.desktop
- runtime/webextractor/plugins/tvdb/test/CMakeLists.txt
- runtime/webextractor/plugins/tvdb/test/seriescachetest.cpp
- runtime/webextractor/plugins/tvdb/test/seriescachetest.h
- runtime/webextractor/plugins/tvdb/test/tvshowfilenameanalyzertest.cpp
- runtime/webextractor/plugins/tvdb/test/tvshowfilenameanalyzertest.h
- runtime/webextractor/service/config/categories/files2rc
- runtime/webextractor/service/config/categories/files3rc
- runtime/webextractor/service/config/categories/files4rc
- runtime/webextractor/service/config/categories/filesrc
- runtime/webextractor/service/config/plugins/datapp1rc
- runtime/webextractor/service/config/plugins/datapp2rc
- runtime/webextractor/service/config/plugins/datapp3rc
- runtime/webextractor/service/config/plugins/datapp4rc
Deleted 336 files
- libwebextractor/changelogfiltermodel.h
- libwebextractor/CMakeLists.txt
- libwebextractor/config.h.in
- libwebextractor/debugexecutive.cpp
- libwebextractor/debugexecutive.h
- libwebextractor/executive.cpp
- libwebextractor/executive.h
- libwebextractor/executivereply.cpp
- libwebextractor/executivereply.h
- libwebextractor/executivereply_p.h
- libwebextractor/executivewrapper.cpp
- libwebextractor/executivewrapper.h
- libwebextractor/global.cpp
- libwebextractor/global.h
- libwebextractor/LibWebextractorConfig.cmake.in
- libwebextractor/parameters.cpp
- libwebextractor/parameters.h
- libwebextractor/resourceanalyzer.cpp
- libwebextractor/resourceanalyzer.h
- libwebextractor/resourceanalyzerfactory.cpp
- libwebextractor/resourceanalyzerfactory.h
- libwebextractor/simpleexecutivereply.cpp
- libwebextractor/simpleexecutivereply.h
- libwebextractor/simpleexecutivereply_p.h
- libwebextractor/simplenetworkexecutive.cpp
- libwebextractor/simplenetworkexecutive.h
- libwebextractor/simplenetworkreply.cpp
- libwebextractor/simplenetworkreply.h
- libwebextractor/simplenetworkreplyfactory.cpp
- libwebextractor/simplenetworkreplyfactory.h
- libwebextractor/simplenetworkrequest.cpp
- libwebextractor/simplenetworkrequest.h
- libwebextractor/soprano_statement_qhash.cpp
- libwebextractor/soprano_statement_qhash.h
- libwebextractor/test_launch.cpp
- libwebextractor/webextractor_export.h
- webexshell/CMakeLists.txt
- webexshell/main.cpp
- webexshell/mainwindow.cpp
- webexshell/mainwindow.h
- webexshell/mainwindow.ui
- webexshell/resourceanalyzerthread.cpp
- webexshell/resourceanalyzerthread.h
- gui/libwebextractorui/changeLogForm.ui
- gui/libwebextractorui/changelogwidget.cpp
- gui/libwebextractorui/changelogwidget.h
- gui/libwebextractorui/CMakeLists.txt
- gui/libwebextractorui/decisioncollectionwidget.cpp
- gui/libwebextractorui/decisioncollectionwidget.h
- gui/libwebextractorui/decisionForm.ui
- gui/libwebextractorui/decisionwidget.cpp
- gui/libwebextractorui/decisionwidget.h
- gui/libwebextractorui/decisionwidgetdesignerplugin.cpp
- gui/libwebextractorui/decisionwidgetdesignerplugin.h
- gui/libwebextractorui/LibWebextractoruiConfig.cmake.in
- gui/libwebextractorui/webextractorui_export.h
- libwebextractor/decisions/applyerror.h
- libwebextractor/decisions/CMakeLists.txt
- libwebextractor/decisions/decision.cpp
- libwebextractor/decisions/decision.h
- libwebextractor/decisions/decisionapplicationrequest.cpp
- libwebextractor/decisions/decisionapplicationrequest.h
- libwebextractor/decisions/decisionapplicationrequest_p.h
- libwebextractor/decisions/decisioncreator.cpp
- libwebextractor/decisions/decisioncreator.h
- libwebextractor/decisions/decisioncreator_p.cpp
- libwebextractor/decisions/decisioncreator_p.h
- libwebextractor/decisions/decisiondata.cpp
- libwebextractor/decisions/decisiondata.h
- libwebextractor/decisions/decisionfactory.cpp
- libwebextractor/decisions/decisionfactory.h
- libwebextractor/decisions/decisionlist.cpp
- libwebextractor/decisions/decisionlist.h
- libwebextractor/decisions/identsetmanager.cpp
- libwebextractor/decisions/identsetmanager.h
- libwebextractor/decisions/propertiesgroup.cpp
- libwebextractor/decisions/propertiesgroup.h
- libwebextractor/decisions/propertiesgroupcreator.cpp
- libwebextractor/decisions/propertiesgroupcreator.h
- libwebextractor/decisions/propertiesgroupcreator_p.cpp
- libwebextractor/decisions/propertiesgroupcreator_p.h
- libwebextractor/graph/algorithm.cpp
- libwebextractor/graph/algorithm.h
- libwebextractor/graph/childqueryinterface.cpp
- libwebextractor/graph/childqueryinterface.h
- libwebextractor/graph/CMakeLists.txt
- libwebextractor/graph/copyvisitor.cpp
- libwebextractor/graph/copyvisitor.h
- libwebextractor/graph/dotvisitor.cpp
- libwebextractor/graph/dotvisitor.h
- libwebextractor/graph/graphalgorithm.cpp
- libwebextractor/graph/graphalgorithm.h
- libwebextractor/graph/LibNepomukgraphConfig.cmake.in
- libwebextractor/graph/modelgraph.cpp
- libwebextractor/graph/modelgraph.h
- libwebextractor/graph/modelgraphvisitor.h
- libwebextractor/graph/nepomukgraph_export.h
- libwebextractor/graph/nodefilterinterface.cpp
- libwebextractor/graph/nodefilterinterface.h
- libwebextractor/graph/plaintextvisitor.cpp
- libwebextractor/graph/plaintextvisitor.h
- libwebextractor/graph/resourcenodefilter.cpp
- libwebextractor/graph/resourcenodefilter.h
- libwebextractor/graph/selectedpropertiesfunc.cpp
- libwebextractor/graph/selectedpropertiesfunc.h
- libwebextractor/graph/visitednodefilter.cpp
- libwebextractor/graph/visitednodefilter.h
- libwebextractor/ontology/decisions.ontology.in
- libwebextractor/ontology/decisions.trig
- libwebextractor/ontologyloader/CMakeLists.txt
- libwebextractor/ontologyloader/crappyinferencer.cpp
- libwebextractor/ontologyloader/crappyinferencer.h
- libwebextractor/ontologyloader/graphretriever.cpp
- libwebextractor/ontologyloader/graphretriever.h
- libwebextractor/ontologyloader/ontologyloader.cpp
- libwebextractor/ontologyloader/ontologyloader.h
- libwebextractor/ontologyloader/ontologymanagermodel.cpp
- libwebextractor/ontologyloader/ontologymanagermodel.h
- libwebextractor/resourceservicedata/CMakeLists.txt
- libwebextractor/resourceservicedata/dummyservicedatabackend.cpp
- libwebextractor/resourceservicedata/dummyservicedatabackend.h
- libwebextractor/resourceservicedata/nepomukservicedatabackend.cpp
- libwebextractor/resourceservicedata/nepomukservicedatabackend.h
- libwebextractor/resourceservicedata/nepomukservicedatabackendfactory.h
- libwebextractor/resourceservicedata/resourceservicedata.cpp
- libwebextractor/resourceservicedata/resourceservicedata.h
- libwebextractor/resourceservicedata/resourceservicedatamanager.cpp
- libwebextractor/resourceservicedata/resourceservicedatamanager.h
- libwebextractor/resourceservicedata/servicedatabackend.cpp
- libwebextractor/resourceservicedata/servicedatabackend.h
- libwebextractor/resourceservicedata/servicedatabackendfactory.h
- libwebextractor/test/CMakeLists.txt
- libwebextractor/test/datapptimeouttest.cpp
- libwebextractor/test/datapptimeouttest.h
- libwebextractor/test/dummyservicedatabackendtest.cpp
- libwebextractor/test/dummyservicedatabackendtest.h
- runtime/console/CMakeLists.txt
- runtime/console/console.cpp
- runtime/console/console.h
- runtime/console/examinedwidget.cpp
- runtime/console/examinedwidget.h
- runtime/console/infoPage.cpp
- runtime/console/infoPage.h
- runtime/console/infoPage.ui
- runtime/console/launchPage.cpp
- runtime/console/launchPage.h
- runtime/console/launchPage.ui
- runtime/console/main.cpp
- runtime/console/mainWindow.ui
- runtime/console/modeltest.cpp
- runtime/console/modeltest.h
- runtime/console/settingsPage.cpp
- runtime/console/settingsPage.h
- runtime/console/settingsPage.ui
- runtime/console/webexconsole.desktop
- runtime/libwebexsettings/categoriespool.cpp
- runtime/libwebexsettings/categoriespool.h
- runtime/libwebexsettings/category.cpp
- runtime/libwebexsettings/category.h
- runtime/libwebexsettings/CMakeLists.txt
- runtime/libwebexsettings/datapp.cpp
- runtime/libwebexsettings/datapp.h
- runtime/libwebexsettings/datappconfigbase.kcfg
- runtime/libwebexsettings/datappconfigbase.kcfgc
- runtime/libwebexsettings/datappdescr.cpp
- runtime/libwebexsettings/datappdescr.h
- runtime/libwebexsettings/datapppool.cpp
- runtime/libwebexsettings/datapppool.h
- runtime/libwebexsettings/LibWebexsettingsConfig.cmake.in
- runtime/libwebexsettings/settings_config.h.in
- runtime/libwebexsettings/webexconfigbase.kcfgc
- runtime/libwebexsettings/webexsettings_config.h.in
- runtime/libwebexsettings/webexsettings_export.h
- runtime/libwebexsettings/webexsettings_global.cpp
- runtime/libwebexsettings/webexsettings_global.h
- runtime/libwebexsettings/webextractor.kcfg
- runtime/libwebexsettings/webextractor_config.cpp
- runtime/libwebexsettings/webextractor_config.h
- runtime/libwebexsettings/webextractor_kcm.cpp
- runtime/libwebexsettings/webextractor_kcm.h
- runtime/libwebexsettings/webextractor_plugin.cpp
- runtime/libwebexsettings/webextractor_plugin.desktop
- runtime/libwebexsettings/webextractor_plugin.h
- runtime/libwebexsettingsui/categoriesmodel.cpp
- runtime/libwebexsettingsui/categoriesmodel.h
- runtime/libwebexsettingsui/catnamevalidator.cpp
- runtime/libwebexsettingsui/catnamevalidator.h
- runtime/libwebexsettingsui/CMakeLists.txt
- runtime/libwebexsettingsui/decisionModelSelector.ui
- runtime/libwebexsettingsui/decisionsmodelselector.cpp
- runtime/libwebexsettingsui/decisionsmodelselector.h
- runtime/libwebexsettingsui/decisionsModelSelector.ui
- runtime/libwebexsettingsui/mergepoliticsselector.cpp
- runtime/libwebexsettingsui/mergepoliticsselector.h
- runtime/libwebexsettingsui/README
- runtime/service/CMakeLists.txt
- runtime/service/nepomukwebexservice.desktop
- runtime/service/org.kde.nepomuk.WebExtractorService.xml
- runtime/service/priority.cpp
- runtime/service/priority.h
- runtime/service/test_config.cpp
- runtime/service/test_launch2.cpp
- runtime/service/test_simple.cpp
- runtime/service/useractivitymonitor.cpp
- runtime/service/useractivitymonitor.h
- runtime/service/webexcatscheduler.cpp
- runtime/service/webexcatscheduler.h
- runtime/service/webexqueries.cpp
- runtime/service/webexqueries.h
- runtime/service/webexscheduler.cpp
- runtime/service/webexscheduler.h
- runtime/service/webexservice.cpp
- runtime/service/webexservice.h
- runtime/service/webextractor_plugin.desktop
- runtime/service/webextractor_settings.cpp
- runtime/service/webextractor_settings.h
- runtime/service/config/webextractorrc
- runtime/service/kcm/CategoriesPage.cpp
- runtime/service/kcm/CategoriesPage.h
- runtime/service/kcm/categoriesPage.ui
- runtime/service/kcm/categoriesPage1.ui
- runtime/service/kcm/categoriesPage2.ui
- runtime/service/kcm/categorieswidget.cpp
- runtime/service/kcm/categorieswidget.h
- runtime/service/kcm/categorieswidget.ui
- runtime/service/kcm/categoryeditor.cpp
- runtime/service/kcm/categoryeditor.h
- runtime/service/kcm/categoryeditor.ui
- runtime/service/kcm/CMakeLists.txt
- runtime/service/kcm/ConfigWidget.cpp
- runtime/service/kcm/ConfigWidget.h
- runtime/service/kcm/datapppage.cpp
- runtime/service/kcm/datapppage.h
- runtime/service/kcm/datappPage.ui
- runtime/service/kcm/datappwizard.cpp
- runtime/service/kcm/datappwizard.h
- runtime/service/kcm/datappWizard.ui
- runtime/service/kcm/GeneralPage.cpp
- runtime/service/kcm/GeneralPage.h
- runtime/service/kcm/generalPage.ui
- runtime/service/kcm/kcm_config.h.in
- runtime/service/kcm/main.cpp
- runtime/service/kcm/main.h
- runtime/service/kcm/main_kcm.ui
- runtime/service/kcm/main_kcm2.ui
- runtime/service/kcm/main_kcm3.ui
- runtime/service/kcm/plugincategorizedview.h
- runtime/service/kcm/pluginDelegate.ui
- runtime/service/kcm/pluginDelegate2.ui
- runtime/service/kcm/pluginItemDelegate.cpp
- runtime/service/kcm/pluginItemDelegate.h
- runtime/service/kcm/pluginItemWidget.cpp
- runtime/service/kcm/pluginItemWidget.h
- runtime/service/kcm/pluginmodel.cpp
- runtime/service/kcm/pluginmodel.h
- runtime/service/kcm/pluginselector.cpp
- runtime/service/kcm/pluginselector.h
- runtime/service/kcm/pluginSelector.ui
- runtime/service/kcm/queryeditor.cpp
- runtime/service/kcm/queryeditor.h
- runtime/service/kcm/setupWPage.cpp
- runtime/service/kcm/setupWPage.h
- runtime/service/kcm/setupWPage.ui
- runtime/service/kcm/sourceSelectPage.ui
- runtime/service/kcm/sourceWPage.cpp
- runtime/service/kcm/sourceWPage.h
- runtime/service/kcm/sourceWPage.ui
- runtime/service/kcm/webexkcm.ui
- runtime/service/kcm/webextractorconfig.desktop
- runtime/service/plugins/CMakeLists.txt
- runtime/service/config/categories/files2rc
- runtime/service/config/categories/files3rc
- runtime/service/config/categories/files4rc
- runtime/service/config/categories/filesrc
- runtime/service/config/plugins/datapp1rc
- runtime/service/config/plugins/datapp2rc
- runtime/service/config/plugins/datapp3rc
- runtime/service/config/plugins/datapp4rc
- runtime/service/plugins/autotag/autotagexecutive.cpp
- runtime/service/plugins/autotag/autotagexecutive.h
- runtime/service/plugins/autotag/autotagexecutivereply.cpp
- runtime/service/plugins/autotag/autotagexecutivereply.h
- runtime/service/plugins/autotag/autotagkcm.cpp
- runtime/service/plugins/autotag/autotagkcm.h
- runtime/service/plugins/autotag/autotagplugin.cpp
- runtime/service/plugins/autotag/autotagplugin.h
- runtime/service/plugins/autotag/autotagplugin_config.h.in
- runtime/service/plugins/autotag/CMakeLists.txt
- runtime/service/plugins/autotag/kcm.ui
- runtime/service/plugins/autotag/webexplugin_autotag.desktop
- runtime/service/plugins/autotag/webexplugin_autotag_kcm.desktop
- runtime/service/plugins/dbpedia/dbpediaplugin.cpp
- runtime/service/plugins/dbpedia/dbpediaplugin.h
- runtime/service/plugins/dbpedia/dbpmusicdatapp.cpp
- runtime/service/plugins/dbpedia/dbpmusicdatapp.h
- runtime/service/plugins/dbpedia/dbpmusicreply.cpp
- runtime/service/plugins/dbpedia/dbpmusicreply.h
- runtime/service/plugins/debug/CMakeLists.txt
- runtime/service/plugins/debug/debug_plugin.cpp
- runtime/service/plugins/debug/debug_plugin.h
- runtime/service/plugins/debug/debug_plugin_config.h.in
- runtime/service/plugins/debug/simple_debug_reply.cpp
- runtime/service/plugins/debug/simple_debug_reply.h
- runtime/service/plugins/debug/webexplugin_debug.desktop
- runtime/service/plugins/musicbrainz/musicbrainz_config.h.in
- runtime/service/plugins/musicbrainz/musicbrainz_plugin.cpp
- runtime/service/plugins/musicbrainz/musicbrainz_plugin.h
- runtime/service/plugins/musicbrainz/musicbrainzconfig.kcfg
- runtime/service/plugins/musicbrainz/musicbrainzconfig.kcfgc
- runtime/service/plugins/test/CMakeLists.txt
- runtime/service/plugins/test/testexecutive.cpp
- runtime/service/plugins/test/testexecutive.h
- runtime/service/plugins/test/testexecutivereply.cpp
- runtime/service/plugins/test/testexecutivereply.h
- runtime/service/plugins/test/testplugin.cpp
- runtime/service/plugins/test/testplugin.h
- runtime/service/plugins/test/testplugin_config.h.in
- runtime/service/plugins/test/webexplugin_test.desktop
- runtime/service/plugins/tvdb/CMakeLists.txt
- runtime/service/plugins/tvdb/seriescache.cpp
- runtime/service/plugins/tvdb/seriescache.h
- runtime/service/plugins/tvdb/tvdbexecutive.cpp
- runtime/service/plugins/tvdb/tvdbexecutive.h
- runtime/service/plugins/tvdb/tvdbexecutivereply.cpp
- runtime/service/plugins/tvdb/tvdbexecutivereply.h
- runtime/service/plugins/tvdb/tvdbplugin.cpp
- runtime/service/plugins/tvdb/tvdbplugin.h
- runtime/service/plugins/tvdb/tvdbplugin_config.h.in
- runtime/service/plugins/tvdb/tvshowfilenameanalyzer.cpp
- runtime/service/plugins/tvdb/tvshowfilenameanalyzer.h
- runtime/service/plugins/tvdb/webexplugin_tvdb.desktop
- runtime/service/plugins/tvdb/test/CMakeLists.txt
- runtime/service/plugins/tvdb/test/seriescachetest.cpp
- runtime/service/plugins/tvdb/test/seriescachetest.h
- runtime/service/plugins/tvdb/test/tvshowfilenameanalyzertest.cpp
- runtime/service/plugins/tvdb/test/tvshowfilenameanalyzertest.h
Modified 3 files
- CMakeLists.txt
- runtime/CMakeLists.txt
- runtime/graphviz/CMakeLists.txt
686 files changed in total