diff --git a/CMakeLists.txt b/CMakeLists.txt index dfb0dfd..d7474bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,100 +1,101 @@ project(kimagemapeditor) cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) set (QT_MIN_VERSION "5.7.0") set (KF5_MIN_VERSION "5.15.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Gui Widgets ) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config ConfigWidgets CoreAddons Crash DBusAddons DocTools GuiAddons KHtml Parts I18n WidgetsAddons XmlGui KDELibs4Support ) include(FeatureSummary) include(ECMInstallIcons) include(KDEInstallDirs) include(KDECompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) include(ECMOptionalAddSubdirectory) include(ECMQtDeclareLoggingCategory) include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ) add_subdirectory( pics ) ecm_optional_add_subdirectory(doc) set(libkimagemapeditorcommon_SRC areacreator.cpp kimearea.cpp kimecommands.cpp kimedialogs.cpp kimagemapeditor.cpp drawzone.cpp arealistview.cpp imageslistview.cpp mapslistview.cpp imagemapchoosedialog.cpp ) ecm_qt_declare_logging_category(libkimagemapeditorcommon_SRC HEADER kimagemapeditor_debug.h IDENTIFIER KIMAGEMAPEDITOR_LOG CATEGORY_NAME org.kde.kimagemapeditor DEFAULT_SEVERITY Warning ) ########### next target ############### set(kimagemapeditor_bin_SRCS main.cpp kimeshell.cpp ${libkimagemapeditorcommon_SRC}) add_executable(kimagemapeditor_bin ${kimagemapeditor_bin_SRCS}) set_target_properties(kimagemapeditor_bin PROPERTIES OUTPUT_NAME kimagemapeditor) target_link_libraries(kimagemapeditor_bin KF5::KHtml KF5::KDELibs4Support) install(TARGETS kimagemapeditor_bin ${INSTALL_TARGETS_DEFAULT_ARGS} ) ########### next target ############### set(kimagemapeditor_PART_SRCS ${libkimagemapeditorcommon_SRC}) add_library(kimagemapeditor MODULE ${kimagemapeditor_PART_SRCS}) target_link_libraries(kimagemapeditor KF5::KHtml KF5::KDELibs4Support) install(TARGETS kimagemapeditor DESTINATION ${PLUGIN_INSTALL_DIR}) ########### next target ############### ########### install files ############### install( FILES org.kde.kimagemapeditor.desktop DESTINATION ${KDE_INSTALL_APPDIR}) +install( FILES org.kde.kimagemapeditor.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) install( FILES kimagemapeditorpart.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) install( FILES kimagemapeditorui.rc kimagemapeditorpartui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/kimagemapeditor) install( FILES kimagemapeditor.categories DESTINATION ${KDE_INSTALL_CONFDIR} ) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/kimagemapeditorpart.desktop b/kimagemapeditorpart.desktop index 0281cd1..7b829ce 100644 --- a/kimagemapeditorpart.desktop +++ b/kimagemapeditorpart.desktop @@ -1,107 +1,111 @@ [Desktop Entry] Type=Service MimeType=text/html; Icon=kimagemapeditor X-KDE-ServiceTypes=KParts/ReadWritePart X-KDE-Library=libkimagemapeditor Comment=An HTML imagemap editor Comment[bg]=Редактор на маркирания на изображения за HTML Comment[bs]=Uređivač HTML slikovnih mapa Comment[ca]=Un editor de mapes d'imatge HTML Comment[ca@valencia]=Un editor de mapes d'imatge HTML Comment[cs]=Editor HTML map Comment[da]=En HTML-editor af kortbilleder Comment[de]=Ein Editor für HTML-Bildkarten (Imagemaps) Comment[el]=HTML επεξεργαστής εικόνων Comment[en_GB]=An HTML imagemap editor Comment[es]=Un editor de mapas de imágenes HTML Comment[et]=Hüperpildiredaktor Comment[eu]=HTML irudi-mapa editore bat Comment[fa]=یک ویرایشگر نگاشت تصویر زنگام Comment[fi]=HTML-kuvakarttamuokkain Comment[fr]=Un éditeur de carte d'images HTML Comment[ga]=Eagarthóir mapaí íomhá HTML Comment[gl]=Un editor de mapas de imaxes HTML Comment[he]=עורך מפת תמונת HTML Comment[hne]=एचटीएमएल इमेज मैप संपादक Comment[hu]=Egy HTML képtérkép szerkesztő Comment[is]=HTML myndakortsritill Comment[it]=Un editor per le mappe di immagini HTML Comment[ja]=HTML イメージマップエディタ Comment[kk]=HTML сілтеме-кескін редакторы Comment[ko]=HTML 이미지 맵 편집기 Comment[lt]=HTML paveikslėlių žemėlapių rengyklė Comment[lv]=HTML attēlu karšu redaktors Comment[ms]=Penyunting Peta Imej HTML Comment[nb]=En bildekart-redigerer for HTML Comment[nds]=En Editor för HTML-Bildkoorten Comment[ne]=एउटा एचटीएमएल छवि मानचित्र सम्पादक Comment[nl]=Een hulpmiddel om HTML imagemaps te maken Comment[nn]=Redigeringsprogram for HTML-biletkart Comment[pl]=Edytor map obrazków HTML +Comment[pt]=Editor de Mapas de Imagem HTML Comment[pt_BR]=Um editor de mapeamento de imagem HTML Comment[ru]=Редактор HTML imagemap Comment[sk]=Editor HTML mapy obrázkov Comment[sl]=Urejevalnik slikovnih zemljevidov v HTML Comment[sv]=En editor för HTML-bildkartor Comment[ta]=An HTML வடிவம் வரைப்படம் திருத்தி Comment[tg]=Муҳаррири тасвири ҳаритаи HTML Comment[th]=โปรแกรมแก้ไข Image Map ภาษา HTML Comment[tr]=Bir HTML resimharitası düzenleyicisi Comment[ug]=HTML imagemap تەھرىرلىگۈچ Comment[uk]=Редактор imagemap HTML +Comment[x-test]=xxAn HTML imagemap editorxx Comment[zh_CN]=HTML 图像映射编辑器 Comment[zh_HK]=一個 HTML 影像地圖的編輯器 Comment[zh_TW]=一個 HTML 影像地圖的編輯器 Name=KImageMapEditor Name[bg]=KImageMapEditor Name[br]=KImageMapEditor Name[bs]=KImageMapEditor Name[ca]=KImageMapEditor Name[ca@valencia]=KImageMapEditor Name[cs]=KImageMapEditor Name[cy]=KImageMapEditor Name[da]=KImageMapEditor Name[de]=KImageMapEditor Name[el]=KImageMapEditor Name[en_GB]=KImageMapEditor Name[es]=KImageMapEditor Name[et]=KImageMapEditor Name[eu]=KImageMapEditor Name[fi]=KImageMapEditor Name[fr]=KImageMapEditor Name[ga]=KImageMapEditor Name[gl]=KImageMapEditor Name[he]=KImageMapEditor Name[hne]=के-इमेज-मैप-एडिटर Name[hu]=KImageMapEditor Name[is]=KImageMapEditor Name[it]=KImageMapEditor Name[ja]=KImageMapEditor Name[kk]=KImageMapEditor Name[ko]=KImageMapEditor Name[lt]=KImageMapEditor Name[lv]=KImageMapEditor Name[ms]=KImageMapEditor Name[nb]=KImageMapRedigerer Name[nds]=KImageMapEditor Name[ne]=केडीई छवि मानचित्र सम्पादक Name[nl]=KImageMapEditor Name[nn]=KImageMapEditor Name[pa]=KImageMapEditor Name[pl]=KImageMapEditor +Name[pt]=KImageMapEditor Name[pt_BR]=KImageMapEditor Name[ro]=KImageMapEditor Name[ru]=KImageMapEditor Name[sk]=KImage editor mapy Name[sl]=KImageMapEditor Name[sv]=Kimagemapeditor Name[ta]=Kவடிவம் வரைப்படம் திருத்தி Name[tg]=KМуҳаррири тасвири ҳарита Name[th]=KImageMapEditor Name[tr]=KImageMapEditor Name[ug]=KImageMapEditor Name[uk]=KImageMapEditor +Name[x-test]=xxKImageMapEditorxx Name[zh_CN]=KImageMapEditor Name[zh_HK]=KImageMapEditor Name[zh_TW]=KImageMapEditor diff --git a/org.kde.kimagemapeditor.appdata.xml b/org.kde.kimagemapeditor.appdata.xml new file mode 100644 index 0000000..1e898ad --- /dev/null +++ b/org.kde.kimagemapeditor.appdata.xml @@ -0,0 +1,24 @@ + + + org.kde.kimagemapeditor.desktop + FSFAP + GPL-2.0+ + KImageMapEditor + HTML Image Map Editor + +

KImageMapEditor is an editor of image maps embedded inside HTML files, + based on the <map> tag.

+
+ + + https://www.kde.org/images/screenshots/kimagemapeditor.png + + + https://www.kde.org/applications/development/kimagemapeditor/ + https://bugs.kde.org/enter_bug.cgi?format=guided&product=kimagemapeditor + http://docs.kde.org/?application=kimagemapeditor + KDE + + kimagemapeditor + +
diff --git a/org.kde.kimagemapeditor.desktop b/org.kde.kimagemapeditor.desktop index cfcdc3b..58094ea 100644 --- a/org.kde.kimagemapeditor.desktop +++ b/org.kde.kimagemapeditor.desktop @@ -1,108 +1,112 @@ [Desktop Entry] Type=Application MimeType=text/html; Exec=kimagemapeditor -qwindowtitle %c %i Icon=kimagemapeditor Terminal=false Name=KImageMapEditor Name[bg]=KImageMapEditor Name[br]=KImageMapEditor Name[bs]=KImageMapEditor Name[ca]=KImageMapEditor Name[ca@valencia]=KImageMapEditor Name[cs]=KImageMapEditor Name[cy]=KImageMapEditor Name[da]=KImageMapEditor Name[de]=KImageMapEditor Name[el]=KImageMapEditor Name[en_GB]=KImageMapEditor Name[es]=KImageMapEditor Name[et]=KImageMapEditor Name[eu]=KImageMapEditor Name[fi]=KImageMapEditor Name[fr]=KImageMapEditor Name[ga]=KImageMapEditor Name[gl]=KImageMapEditor Name[he]=KImageMapEditor Name[hne]=के-इमेज-मैप-एडिटर Name[hu]=KImageMapEditor Name[is]=KImageMapEditor Name[it]=KImageMapEditor Name[ja]=KImageMapEditor Name[kk]=KImageMapEditor Name[ko]=KImageMapEditor Name[lt]=KImageMapEditor Name[lv]=KImageMapEditor Name[ms]=KImageMapEditor Name[nb]=KImageMapRedigerer Name[nds]=KImageMapEditor Name[ne]=केडीई छवि मानचित्र सम्पादक Name[nl]=KImageMapEditor Name[nn]=KImageMapEditor Name[pa]=KImageMapEditor Name[pl]=KImageMapEditor +Name[pt]=KImageMapEditor Name[pt_BR]=KImageMapEditor Name[ro]=KImageMapEditor Name[ru]=KImageMapEditor Name[sk]=KImage editor mapy Name[sl]=KImageMapEditor Name[sv]=Kimagemapeditor Name[ta]=Kவடிவம் வரைப்படம் திருத்தி Name[tg]=KМуҳаррири тасвири ҳарита Name[th]=KImageMapEditor Name[tr]=KImageMapEditor Name[ug]=KImageMapEditor Name[uk]=KImageMapEditor +Name[x-test]=xxKImageMapEditorxx Name[zh_CN]=KImageMapEditor Name[zh_HK]=KImageMapEditor Name[zh_TW]=KImageMapEditor GenericName=HTML Image Map Editor GenericName[bg]=Маркирани изображения в HTML GenericName[bs]=Uređivač mapa slika za HTML GenericName[ca]=Un editor de mapes d'imatge HTML GenericName[ca@valencia]=Un editor de mapes d'imatge HTML GenericName[cs]=Editor HTML map GenericName[da]=HTML editor af kortbilleder GenericName[de]=Editor für HTML-Bildkarten (Imagemaps) GenericName[el]=HTML επεξεργαστής εικόνων GenericName[en_GB]=HTML Image Map Editor GenericName[es]=Editor de mapas de imágenes HTML GenericName[et]=Hüperpildiredaktor GenericName[eu]=HTML irudi-mapa editorea GenericName[fa]=ویرایشگر نگاشت تصویر زنگام GenericName[fi]=HTML-kuvamuokkain GenericName[fr]=Éditeur de carte d'images HTML GenericName[ga]=Eagarthóir Mapaí Íomhá HTML GenericName[gl]=Editor de mapas de imaxes HTML GenericName[he]=עורך מפת תמונת HTML GenericName[hne]=एचटीएमएल इमेज मैप संपादक GenericName[hu]=HTML képtérkép szerkesztő GenericName[is]=HTML myndakortsritill GenericName[it]=Editor per le mappe di immagini HTML GenericName[ja]=HTML イメージマップエディタ GenericName[kk]=HTML кескінін сілтемелейтін қылу редакторы GenericName[ko]=HTML 이미지 맵 편집기 GenericName[lt]=HTML paveikslėlių žemėlapių rengyklė GenericName[lv]=HTML attēlu karšu redaktors GenericName[ms]=Penyunting Peta Imej HTML GenericName[nb]=HTML bildekart-redigering GenericName[nds]=Editor för HTML-Bildkoorten GenericName[ne]=एचटीएमएल छवि मानचित्र सम्पादक GenericName[nl]=HTML imagemap editor GenericName[nn]=HTML-biletkartredigering GenericName[pl]=Edytor map obrazków HTML +GenericName[pt]=Editor de Mapas de Imagem HTML GenericName[pt_BR]=Editor de mapeamento de imagem HTML GenericName[ru]=HTML Image Map Editor GenericName[sk]=Editor HTML mapy obrázkov GenericName[sl]=Urejevalnik slikovnih zemljevidov v HTML GenericName[sv]=Redigering av HTML-bildkartor GenericName[ta]=HTML வடிவம் வரைப்படம் திருத்தி GenericName[tg]=Муҳаррири тасвири ҳаритаи HTML GenericName[th]=โปรแกรมแก้ไข Image Map GenericName[tr]=HTML Resim Haritası Düzenleyicisi GenericName[ug]=HTML رەسىم خەرىتىسى تەھرىرلىگۈچ GenericName[uk]=Редактор карт зображень HTML +GenericName[x-test]=xxHTML Image Map Editorxx GenericName[zh_CN]=HTML 图像映射编辑器 GenericName[zh_HK]=HTML 影像地圖編輯器 GenericName[zh_TW]=HTML 影像地圖編輯器 Categories=Qt;KDE;Development;WebDevelopment;