[network/kio-extras/kf6] /: Finish the removal of recentdocuments

Méven Car null at kde.org
Sun Jun 18 10:03:46 BST 2023


Git commit 70b1fb73020738dc1dfa426d07f312cff763cce9 by Méven Car, on behalf of Albert Astals Cid.
Committed on 18/06/2023 at 08:59.
Pushed by meven into branch 'kf6'.

Finish the removal of recentdocuments

M  +0    -1    doc/kioworker/CMakeLists.txt
D  +0    -1    doc/kioworker/recentdocuments/CMakeLists.txt
D  +0    -35   doc/kioworker/recentdocuments/index.docbook
D  +0    -27   recentdocuments/CMakeLists.txt
D  +0    -2    recentdocuments/Messages.sh
D  +0    -28   recentdocuments/recentdocuments.json
D  +0    -75   recentdocuments/recentdocumentsnotifier.json

https://invent.kde.org/network/kio-extras/-/commit/70b1fb73020738dc1dfa426d07f312cff763cce9

diff --git a/doc/kioworker/CMakeLists.txt b/doc/kioworker/CMakeLists.txt
index c34453a91..bca5d7dfd 100644
--- a/doc/kioworker/CMakeLists.txt
+++ b/doc/kioworker/CMakeLists.txt
@@ -7,7 +7,6 @@ add_subdirectory(gzip)
 add_subdirectory(info)
 add_subdirectory(man)
 add_subdirectory(nfs)
-add_subdirectory(recentdocuments)
 add_subdirectory(sftp)
 if(NOT WIN32)
   add_subdirectory(smb)
diff --git a/doc/kioworker/recentdocuments/CMakeLists.txt b/doc/kioworker/recentdocuments/CMakeLists.txt
deleted file mode 100644
index 62425c151..000000000
--- a/doc/kioworker/recentdocuments/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/recentdocuments)
diff --git a/doc/kioworker/recentdocuments/index.docbook b/doc/kioworker/recentdocuments/index.docbook
deleted file mode 100644
index 57510325a..000000000
--- a/doc/kioworker/recentdocuments/index.docbook
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
-<!ENTITY % addindex "IGNORE">
-<!ENTITY % English "INCLUDE" >
-]>
-
-<article lang="&language;" id="recentdocument">
-<title>Recent Documents</title>
-
-<articleinfo>
-
-<authorgroup>
-  <author>&Burkhard.Lueck;&Burkhard.Lueck.mail;
-  </author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-
-<date>2016-12-01</date>
-<releaseinfo>Applications 16.12</releaseinfo>
-
-</articleinfo>
-
-<para>A KIO worker to display recent documents or &URL;s in the file dialog, in the file manager, in &krunner; and in the Application Menu.</para>
-
-<para>You can use the KIO worker like this:</para>
-
-<para>Type <userinput>recentdocuments:/</userinput> in the location bar of &dolphin;, &konqueror; and the file dialog to list the recently opened documents or &URL;s.</para>
-
-<para>You can add an entry to the Places sidebar: right click on the sidebar, choose <guimenuitem>Add Entry</guimenuitem>, enter <userinput>recentdocuments:/</userinput> in the <guilabel>Location</guilabel> field and save it. It should be available now in all file dialogs unless you check to show the entry only in this application.</para>
-
-<para>In the &systemsettings; module <guilabel>Plasma Search</guilabel> enable the search plugin <guilabel>Recent Documents</guilabel> to use this KIO worker in &krunner;.</para>
-
-<para>In the <guilabel>Application Menu</guilabel> add a menu item with recent documents at the top of the menu by enabling <guilabel>Show recent documents</guilabel> on the settings page.</para>
-
-</article>
diff --git a/recentdocuments/CMakeLists.txt b/recentdocuments/CMakeLists.txt
deleted file mode 100644
index 90d1a30c3..000000000
--- a/recentdocuments/CMakeLists.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-add_definitions(-DTRANSLATION_DOMAIN=\"kio6_recentdocuments\")
-
-remove_definitions(-DQT_NO_CAST_FROM_ASCII)
-
-add_library(kio_recentdocuments MODULE recentdocuments.cpp)
-ecm_qt_declare_logging_category(kio_recentdocuments
-    HEADER recentdocuemnts_log.h
-    IDENTIFIER LOG_RECENTDOCUMENTS
-    CATEGORY_NAME kf.kio.workers.recentdocuments
-    OLD_CATEGORY_NAMES kf.kio.slaves.recentdocuments
-    DESCRIPTION "KIO recentdocuments"
-    EXPORT KIO_EXTRAS
-)
-target_link_libraries(kio_recentdocuments KF${QT_MAJOR_VERSION}::KIOCore KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::ConfigCore Qt::DBus Qt::Network)
-set_target_properties(kio_recentdocuments PROPERTIES OUTPUT_NAME "recentdocuments")
-install(TARGETS kio_recentdocuments DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kio)
-
-########### next target ###############
-
-add_library(kded_recentdocumentsnotifier MODULE recentdocumentsnotifier.cpp)
-set_target_properties(kded_recentdocumentsnotifier PROPERTIES OUTPUT_NAME recentdocumentsnotifier)
-
-target_link_libraries(kded_recentdocumentsnotifier KF${QT_MAJOR_VERSION}::KIOCore KF${QT_MAJOR_VERSION}::DBusAddons)
-
-install(TARGETS kded_recentdocumentsnotifier  DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kded )
-
-########### install files ###############
diff --git a/recentdocuments/Messages.sh b/recentdocuments/Messages.sh
deleted file mode 100644
index 594334d38..000000000
--- a/recentdocuments/Messages.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /usr/bin/env bash
-$XGETTEXT *.cpp *.h -o $podir/kio6_recentdocuments.pot
diff --git a/recentdocuments/recentdocuments.json b/recentdocuments/recentdocuments.json
deleted file mode 100644
index 743cf0095..000000000
--- a/recentdocuments/recentdocuments.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-    "KDE-KIO-Protocols": {
-        "recentdocuments": {
-            "Class": ":local",
-            "Icon": "document-open-recent",
-            "X-DocPath": "kioworker6/recentdocuments/index.html",
-            "deleting": true,
-            "input": "none",
-            "listing": [
-                "Name",
-                "Type",
-                "Size",
-                "Date",
-                "AccessDate",
-                "Access",
-                "Owner",
-                "Group",
-                "Link"
-            ],
-            "maxInstances": 1,
-            "opening": true,
-            "output": "filesystem",
-            "protocol": "recentdocuments",
-            "reading": true,
-            "writing": true
-        }
-    }
-}
diff --git a/recentdocuments/recentdocumentsnotifier.json b/recentdocuments/recentdocumentsnotifier.json
deleted file mode 100644
index bb2d87eab..000000000
--- a/recentdocuments/recentdocumentsnotifier.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
-    "KPlugin": {
-        "Description": "Monitors \"Recent Documents\" folder for changes",
-        "Description[ar]": "يراقب تغييرات مجلّد \"المستندات الحديثة\"",
-        "Description[be]": "Назіранне за каталогам \"Нядаўнія дакументы\"",
-        "Description[bg]": "Следене за промени в скорошните документи",
-        "Description[ca at valencia]": "Controla els canvis en la carpeta «Documents recents»",
-        "Description[ca]": "Controla els canvis a la carpeta «Documents recents»",
-        "Description[cs]": "Monitoruje změny ve složce nedávných dokumentů",
-        "Description[de]": "Überwacht den Ordner „Zuletzt geöffnete Dokumente“ auf Änderungen",
-        "Description[en_GB]": "Monitors \"Recent Documents\" folder for changes",
-        "Description[eo]": "Monitoras la dosierujon \"Lastatempaj Dokumentoj\" por ŝanĝoj",
-        "Description[es]": "Monitoriza los cambios de la carpeta «Documentos recientes»",
-        "Description[eu]": "\"Azken dokumentuak\" karpetako aldaketak zelatatzen ditu",
-        "Description[fi]": "Tarkkailee ”Viimeaikaiset tiedostot” -kansion muutoksia",
-        "Description[fr]": "Surveille les modifications dans le dossier « Documents récents » ",
-        "Description[gl]": "Monitoriza os cambios no cartafol de «Documentos recentes»",
-        "Description[ia]": "Il monitora dossier de \"documentos recente\" pro variationes",
-        "Description[it]": "Sorveglia i cambiamenti nell'area \"Documenti recenti\"",
-        "Description[ka]": "\"ახლახანს გახსნილი დოკუმენტების\" საქაღალდის ცვლილებების მონიტორინგი",
-        "Description[ko]": "\"최근 문서\" 폴더의 변경 사항 감시",
-        "Description[nl]": "Bewaakt map \"Recente documenten\" op wijzigingen",
-        "Description[nn]": "Overvakar «Nyleg brukte dokument»-mappe for endringar",
-        "Description[pl]": "Monitoruje \"ostatnie dokumenty\" pod kątem zmian",
-        "Description[pt]": "Vigia alterações na pasta de \"Documentos Recentes\"",
-        "Description[pt_BR]": "Monitora as alterações na pasta \"Documentos recentes\"",
-        "Description[ru]": "Следит за изменениями последних открытых документов",
-        "Description[sl]": "Nadzoruje mapo \"Nedavni dokumenti\"  za spremembami",
-        "Description[sv]": "Övervakar katalogen \"Senaste dokument\" för ändringar",
-        "Description[ta]": "\"சமீப ஆவணங்கள்\" அடைவை மாற்றங்களுக்காக கண்காணிக்கும்.",
-        "Description[tr]": "\"Son Kullanılan Belgeler\" klasörünü değişiklikler için izler",
-        "Description[uk]": "Стежить за змінами у теці недавніх документів",
-        "Description[vi]": "Giám sát thay đổi ở thư mục \"Tài liệu gần đây\"",
-        "Description[x-test]": "xxMonitors \"Recent Documents\" folder for changesxx",
-        "Description[zh_CN]": "监视“最近文档”文件夹的更改",
-        "Description[zh_TW]": "監控「最近文件」資料夾的變更",
-        "Name": "Recent Document Watcher",
-        "Name[ar]": "مراقب المستندات الحديثة",
-        "Name[be]": "Назіральнік за нядаўнімі дакументамі",
-        "Name[bg]": "Следене на скорошни документи",
-        "Name[ca at valencia]": "Vigilant de documents recents",
-        "Name[ca]": "Vigilant de documents recents",
-        "Name[cs]": "Sledování nedávných dokumentů",
-        "Name[de]": "Überwachung zuletzt geöffneter Dokumente",
-        "Name[en_GB]": "Recent Document Watcher",
-        "Name[eo]": "Lastatempa Document Watcher",
-        "Name[es]": "Vigilante de documentos recientes",
-        "Name[eu]": "Azken dokumentuen behatzailea",
-        "Name[fi]": "Viimeaikaisten tiedostojen tarkkailu",
-        "Name[fr]": "Moniteur des documents récents",
-        "Name[gl]": "Vixilante dos documentos recentes",
-        "Name[ia]": "Observator de documento recente",
-        "Name[ie]": "Monitor de recent documentes",
-        "Name[it]": "Osservatore dei documenti recenti",
-        "Name[ka]": "ახლახანს გახსნილი ფაილების მაყურებელი",
-        "Name[ko]": "최근 문서 감시기",
-        "Name[nl]": "Bewaker van recente documenten",
-        "Name[nn]": "Overvaking av nyleg brukte dokument",
-        "Name[pl]": "Obserwator ostatnich dokumentów",
-        "Name[pt]": "Monitor de Documentos Recentes",
-        "Name[pt_BR]": "Monitor de documentos recentes",
-        "Name[ru]": "Наблюдение за последними документами",
-        "Name[sl]": "Opazovalnik nedavnih dokumentov",
-        "Name[sv]": "Bevakning av senaste dokument",
-        "Name[ta]": "சமீப ஆவண கண்காணிப்பி",
-        "Name[tr]": "Son Kullanılan Belge İzleyici",
-        "Name[uk]": "Наглядач за недавніми документами",
-        "Name[vi]": "Trình theo dõi tài liệu gần đây",
-        "Name[x-test]": "xxRecent Document Watcherxx",
-        "Name[zh_CN]": "最近文档监视程序",
-        "Name[zh_TW]": "最近文件監控器"
-    },
-    "X-KDE-Kded-autoload": false,
-    "X-KDE-Kded-load-on-demand": true
-}


More information about the kde-doc-english mailing list