summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/folder
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/folder')
-rw-r--r--kfile-plugins/folder/Makefile.am21
-rw-r--r--kfile-plugins/folder/kfile_folder.cpp86
-rw-r--r--kfile-plugins/folder/kfile_folder.desktop70
-rw-r--r--kfile-plugins/folder/kfile_folder.h37
4 files changed, 214 insertions, 0 deletions
diff --git a/kfile-plugins/folder/Makefile.am b/kfile-plugins/folder/Makefile.am
new file mode 100644
index 0000000..8c689dc
--- /dev/null
+++ b/kfile-plugins/folder/Makefile.am
@@ -0,0 +1,21 @@
+## Makefile.am for folder file meta info plugin
+
+INCLUDES = $(all_includes)
+
+# these are the headers for your project
+noinst_HEADERS = kfile_folder.h
+
+kde_module_LTLIBRARIES = kfile_folder.la
+
+kfile_folder_la_SOURCES = kfile_folder.cpp
+kfile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+kfile_folder_la_LIBADD = $(LIB_KIO)
+
+# let automoc handle all of the meta source files (moc)
+METASOURCES = AUTO
+
+services_DATA = kfile_folder.desktop
+servicesdir = $(kde_servicesdir)
+
+messages:
+ $(XGETTEXT) *.cpp -o $(podir)/kfile_folder.pot
diff --git a/kfile-plugins/folder/kfile_folder.cpp b/kfile-plugins/folder/kfile_folder.cpp
new file mode 100644
index 0000000..911a2e5
--- /dev/null
+++ b/kfile-plugins/folder/kfile_folder.cpp
@@ -0,0 +1,86 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2002 Simon MacMullen
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
+
+#include <config.h>
+#include "kfile_folder.h"
+
+#include <kgenericfactory.h>
+#include <kio/global.h>
+
+#include <qfileinfo.h>
+#include <qdir.h>
+
+typedef KGenericFactory<KFolderPlugin> KFolderFactory;
+
+K_EXPORT_COMPONENT_FACTORY(kfile_folder, KFolderFactory( "kfile_folder" ))
+
+KFolderPlugin::KFolderPlugin(QObject *parent, const char *name,
+ const QStringList &args)
+
+ : KFilePlugin(parent, name, args)
+{
+ KFileMimeTypeInfo* info = addMimeTypeInfo( "inode/directory" );
+
+ KFileMimeTypeInfo::GroupInfo* group = 0L;
+
+ group = addGroupInfo(info, "FolderInfo", i18n("Folder Information"));
+
+ KFileMimeTypeInfo::ItemInfo* item;
+
+ item = addItemInfo(group, "Items", i18n("Items"), QVariant::Int);
+ item = addItemInfo(group, "Size", i18n("Size"), QVariant::Int);
+ setUnit(item, KFileMimeTypeInfo::Bytes);
+}
+
+bool KFolderPlugin::readInfo( KFileMetaInfo& info, uint /*what*/)
+{
+ KFileMetaInfoGroup group = appendGroup(info, "FolderInfo");
+
+ if (info.path().isEmpty())
+ return false;
+
+ QDir dir;
+ if ( !dir.cd(info.path()) )
+ return false;
+
+ const QPtrList<QFileInfo> *fileList = dir.entryInfoList();
+ if (!fileList)
+ return false;
+
+ QPtrListIterator<QFileInfo> list = QPtrListIterator<QFileInfo>(*fileList);
+
+ QFileInfo* file;
+ int items = 0;
+ KIO::filesize_t bytes = 0;
+
+ while ( (file = list.current()) != 0 ) {
+ ++list;
+ if (!file->fileName().startsWith(".")) {
+ items++;
+ bytes += file->size();
+ }
+ }
+
+ appendItem(group, "Items", items);
+ appendItem(group, "Size", bytes);
+
+ return true;
+}
+
+#include "kfile_folder.moc"
diff --git a/kfile-plugins/folder/kfile_folder.desktop b/kfile-plugins/folder/kfile_folder.desktop
new file mode 100644
index 0000000..2cd6873
--- /dev/null
+++ b/kfile-plugins/folder/kfile_folder.desktop
@@ -0,0 +1,70 @@
+[Desktop Entry]
+Type=Service
+Name=Folder Info
+Name[af]=Kabinet Inligting
+Name[ar]=معلومات المجلد
+Name[az]=Qovluq Mə'lumatı
+Name[bg]=Информация за директория
+Name[br]=Titouroù diwar-benn ar renkell
+Name[bs]=Informacije o direktoriju
+Name[ca]=Info. de la carpeta
+Name[cs]=Info o adresáři
+Name[cy]=Gwybodaeth Plygell
+Name[da]=Mappeinformation
+Name[de]=Ordnerinformation
+Name[el]=Πληροφορίες φακέλου
+Name[eo]=Dosieruja informo
+Name[es]=Información de carpeta
+Name[et]=Kataloogi info
+Name[eu]=Karpetaren informazioa
+Name[fa]=اطلاعات پوشه
+Name[fi]=Kansion tiedot
+Name[fo]=Upplýsingar um inngangar á skriviborði
+Name[fr]=Informations sur le dossier
+Name[fy]=Mappenynformaasje
+Name[gl]=Información do Cartafol
+Name[he]=מידע תיקייה
+Name[hi]=फ़ोल्डर जानकारी
+Name[hr]=Podaci mape
+Name[hu]=Mappajellemzők
+Name[is]=Möppuupplýsingar
+Name[it]=Informazioni su directory
+Name[ja]=フォルダ情報
+Name[ka]=საქაღალდის ინფორმაცია
+Name[kk]=Қапшық мәліметі
+Name[km]=ព័ត៌មាន​ថត
+Name[lt]=Aplanko informacija
+Name[mk]=Информации за папка
+Name[ms]=Maklumat Folder
+Name[nb]=Mappeinformasjon
+Name[nds]=Orner-Informatschonen
+Name[ne]=फोल्डर सूचना
+Name[nl]=Mappeninformatie
+Name[nn]=Kataloginformasjon
+Name[pa]=ਫੋਲਡਰ ਜਾਣਕਾਰੀ
+Name[pl]=Informacja o katalogach
+Name[pt]=Informações de Pastas
+Name[pt_BR]=Informações sobre a Pasta
+Name[ro]=Informaţii folder
+Name[ru]=Информация о папке
+Name[sk]=Informácie o priečinku
+Name[sl]=Informacije o mapi
+Name[sr]=Информације о фасцикли
+Name[sr@Latn]=Informacije o fascikli
+Name[sv]=Kataloginformation
+Name[ta]=அடைவுத்தகவல்
+Name[tg]=Ахборот дар бораи каталог
+Name[th]=ข้อมูลโฟลเดอร์
+Name[tr]=Dizin Bilgisi
+Name[uk]=Інформація про теку
+Name[uz]=Jild haqida maʼlumot
+Name[uz@cyrillic]=Жилд ҳақида маълумот
+Name[vi]=Thông tin thư mục
+Name[xh]=Ulwazi lwencwadi enencukhacha
+Name[zh_CN]=文件夹信息
+Name[zh_TW]=資料夾資訊
+ServiceTypes=KFilePlugin
+X-KDE-Library=kfile_folder
+MimeType=inode/directory
+PreferredGroups=FolderInfo
+PreferredItems=Items,Size
diff --git a/kfile-plugins/folder/kfile_folder.h b/kfile-plugins/folder/kfile_folder.h
new file mode 100644
index 0000000..602c369
--- /dev/null
+++ b/kfile-plugins/folder/kfile_folder.h
@@ -0,0 +1,37 @@
+/* This file is part of the KDE project
+ * Copyright (C) 2002 Simon MacMullen
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
+
+#ifndef __KFILE_KFOLDER_H__
+#define __KFILE_KFOLDER_H__
+
+#include <kfilemetainfo.h>
+
+class QStringList;
+
+class KFolderPlugin: public KFilePlugin
+{
+ Q_OBJECT
+
+public:
+ KFolderPlugin( QObject *parent, const char *name, const QStringList& args );
+
+ virtual bool readInfo( KFileMetaInfo& info, uint what);
+};
+
+#endif