diff options
Diffstat (limited to 'tdefile-plugins/raw')
-rw-r--r-- | tdefile-plugins/raw/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tdefile-plugins/raw/kcamerarawplugin.cpp | 4 | ||||
-rw-r--r-- | tdefile-plugins/raw/kcamerarawplugin.h | 2 | ||||
-rw-r--r-- | tdefile-plugins/raw/parse.c | 2 | ||||
-rw-r--r-- | tdefile-plugins/raw/tdefile_raw.desktop | 45 |
5 files changed, 9 insertions, 50 deletions
diff --git a/tdefile-plugins/raw/CMakeLists.txt b/tdefile-plugins/raw/CMakeLists.txt index 80810e07..11a7c172 100644 --- a/tdefile-plugins/raw/CMakeLists.txt +++ b/tdefile-plugins/raw/CMakeLists.txt @@ -23,7 +23,11 @@ link_directories( #### other data ################################# -install( FILES tdefile_raw.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdefile_raw.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdefile-desktops +) #### tdefile_raw (module) ######################### diff --git a/tdefile-plugins/raw/kcamerarawplugin.cpp b/tdefile-plugins/raw/kcamerarawplugin.cpp index 6ac4759c..dd367f65 100644 --- a/tdefile-plugins/raw/kcamerarawplugin.cpp +++ b/tdefile-plugins/raw/kcamerarawplugin.cpp @@ -38,8 +38,8 @@ typedef KGenericFactory<KCameraRawPlugin> RawFactory; K_EXPORT_COMPONENT_FACTORY(tdefile_raw, RawFactory("tdefile_raw")) -#ifndef KDE_EXPORT -# define KDE_EXPORT +#ifndef TDE_EXPORT +# define TDE_EXPORT #endif /* Main entry point into raw parser */ diff --git a/tdefile-plugins/raw/kcamerarawplugin.h b/tdefile-plugins/raw/kcamerarawplugin.h index d16446e8..7d8cc414 100644 --- a/tdefile-plugins/raw/kcamerarawplugin.h +++ b/tdefile-plugins/raw/kcamerarawplugin.h @@ -25,7 +25,7 @@ class TQImage; class KCameraRawPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdefile-plugins/raw/parse.c b/tdefile-plugins/raw/parse.c index 467b0577..4f7e8dc1 100644 --- a/tdefile-plugins/raw/parse.c +++ b/tdefile-plugins/raw/parse.c @@ -284,7 +284,7 @@ int parse_tiff_ifd (int base, int level) case 0x111: /* StripOffset */ if (!offset || is_dng) offset = val; break; - case 0x112: /* Qt::Orientation */ + case 0x112: /* Orientation */ flip = flip_map[(val-1) & 7]; break; case 0x117: /* StripByteCounts */ diff --git a/tdefile-plugins/raw/tdefile_raw.desktop b/tdefile-plugins/raw/tdefile_raw.desktop index 0393194b..bd998ed7 100644 --- a/tdefile-plugins/raw/tdefile_raw.desktop +++ b/tdefile-plugins/raw/tdefile_raw.desktop @@ -1,51 +1,6 @@ [Desktop Entry] Type=Service Name=RAW Camera Files -Name[br]=Restroù kamera kriz -Name[bs]=RAW kamera datoteke -Name[ca]=Fitxers RAW de càmera -Name[cs]=RAW soubory -Name[da]=RAW kamera-filer -Name[de]=RAW Kamera-Dateien -Name[el]=RAW αρχείο κάμερας -Name[es]=Archivos RAW de cámara -Name[et]=Toored kaamerafailid -Name[eu]=RAW kamera-fitxategiak -Name[fa]=پروندههای خام دوربین -Name[fi]=RAW-kuvatiedostot -Name[fr]=Fichiers RAW d'appareil photo numérique -Name[ga]=Comhaid Cheamara RAW -Name[gl]=Ficheiros RAW de Cámara -Name[he]=קבצי מצלמה דיגיטלית גולמיים -Name[hu]=RAW-fájlok -Name[is]=RAW myndavélaskrár -Name[it]=File grezzi fotocamera digitale -Name[ja]=RAW カメラファイル -Name[kk]=Камераның RAW пішімдегі файлдары -Name[km]=ឯកសារចេញពីម៉ាស៊ីនថតរូប -Name[lt]=RAW fotoaparato bylos -Name[nb]=RAW-kamerafiler -Name[nds]=RAW-Kameradateien -Name[ne]=RAW क्यामेरा फाइल -Name[nl]=Rauwe camerabestanden -Name[nn]=RAW-kamerafiler -Name[pa]=RAW ਕੈਮਰਾ ਫਾਇਲਾਂ -Name[pl]=Pliki RAW z aparatów cyfrowych -Name[pt]=Ficheiros de Máquina Fotográfica Digital RAW -Name[pt_BR]=Arquivos de Câmeras -Name[ro]=Fişiere foto brute -Name[ru]=Необработанные Файлы с цифровой камеры (RAW) -Name[sk]=RAW súbory digitálneho fotoaparátu -Name[sl]=Surove datoteke s fotoaparata -Name[sr]=RAW фајлови слика -Name[sr@Latn]=RAW fajlovi slika -Name[sv]=Obehandlade kamerafiler -Name[th]=แฟ้มภาพ RAW จากกล้อง -Name[tr]=RAW Kamera Dosyaları -Name[uk]=Файли цифрової камери RAW -Name[zh_CN]=RAW 相机文件 -Name[zh_HK]=RAW 相機檔案 -Name[zh_TW]=原始相機檔 X-TDE-ServiceTypes=KFilePlugin MimeType=image/x-raw X-TDE-Library=tdefile_raw |