diff --git a/app/metadatamodel.cpp b/app/metadatamodel.cpp index bbeda4b..64a676d 100644 --- a/app/metadatamodel.cpp +++ b/app/metadatamodel.cpp @@ -37,9 +37,7 @@ void MetadataModel::setFile(const QString &imageFilePath) appendSection(QStringLiteral("Image"), tr("Image", "Section name.")); appendSection(QStringLiteral("Camera"), tr("Camera", "Section name.")); appendSection(QStringLiteral("AdvancedPhoto"), tr("Advanced photo", "Section name.")); -#if 0 appendSection(QStringLiteral("GPS"), tr("GPS", "Section name.")); -#endif // 0 appendSection(QStringLiteral("File"), tr("File", "Section name.")); appendProperty(QStringLiteral("Image"), QStringLiteral("Image.Dimensions"), @@ -124,6 +122,20 @@ void MetadataModel::setFile(const QString &imageFilePath) QStringLiteral("Exif.Photo.DigitalZoomRatio"), tr("Digital zoom")); appendExivPropertyIfExist(wrapper, QStringLiteral("AdvancedPhoto"), QStringLiteral("Exif.Photo.ExifVersion"), tr("EXIF version")); + + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSLatitudeRef"), tr("Latitude reference")); + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSLatitude"), tr("Latitude")); + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSLongitudeRef"), tr("Longitude reference")); + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSLongitude"), tr("Longitude")); + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSAltitudeRef"), tr("Altitude reference")); + appendExivPropertyIfExist(wrapper, QStringLiteral("GPS"), + QStringLiteral("Exif.GPSInfo.GPSAltitude"), tr("Altitude")); + } } diff --git a/translations/PineapplePictures.ts b/translations/PineapplePictures.ts index e30befb..5442680 100644 --- a/translations/PineapplePictures.ts +++ b/translations/PineapplePictures.ts @@ -200,59 +200,59 @@ MainWindow - + File url list is empty - + &Copy - + Copy P&ixmap - + Copy &File Path - + &Paste Image - + &Paste Image File - + Properties - + Stay on top - + Protected mode - + Configure... - + Help @@ -280,7 +280,7 @@ - + File Section name. @@ -309,208 +309,238 @@ - + GPS Section name. - + Dimensions - + Aspect Ratio - + Name - + Item type - + Folder path - + Size - + Date Created - + Date Modified - + Rating - + Comments - + Authors - + Date taken - + Program name - + Horizontal resolution - + Vertical resolution - + Resolution unit - + Colour representation - + Camera maker - + Camera model - + F-stop - + Exposure time - + ISO speed - + Exposure bias - + Focal length - + Max aperture - + Metering mode - + Flash mode - + 35mm focal length - + Lens model - + Brightness - + Exposure program - + Saturation - + Sharpness - + White balance - + Digital zoom - + EXIF version + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 - + %1 : %2 - + Property - + Value diff --git a/translations/PineapplePictures_de.ts b/translations/PineapplePictures_de.ts index 066a421..c1571e0 100644 --- a/translations/PineapplePictures_de.ts +++ b/translations/PineapplePictures_de.ts @@ -204,59 +204,59 @@ MainWindow - + File url list is empty Die Datei-URL-Liste ist leer - + &Copy &Kopieren - + Copy P&ixmap P&ixmap kopieren - + Copy &File Path &Dateipfad kopieren - + &Paste Image Bild &einfügen - + &Paste Image File Bilddatei &einfügen - + Properties Eigenschaften - + Stay on top Oben bleiben - + Protected mode Geschützter Modus - + Configure... - Konfigurieren … + Konfigurieren … - + Help Hilfe @@ -284,7 +284,7 @@ Bild - + File Section name. Datei @@ -313,208 +313,238 @@ Erweitertes Foto - + GPS Section name. GPS - + Dimensions Maße - + Aspect Ratio Seitenverhältnis - + Name Name - + Item type Objekttyp - + Folder path Ordnerpfad - + Size Größe - + Date Created Datum erstellt - + Date Modified Datum geändert - + Rating Bewertung - + Comments Kommentare - + Authors Autoren - + Date taken Datum genommen - + Program name Programmname - + Horizontal resolution Horizontale Auflösung - + Vertical resolution Vertikale Auflösung - + Resolution unit Auflösungseinheit - + Colour representation Farbdarstellung - + Camera maker Kamerahersteller - + Camera model Kameramodell - + F-stop Blendenzahl - + Exposure time Belichtungszeit - + ISO speed ISO-Geschwindigkeit - + Exposure bias Belichtungskorrektur - + Focal length Brennweite - + Max aperture Maximale Blende - + Metering mode Messmodus - + Flash mode Flash-Modus - + 35mm focal length - 35 mm Brennweite + 35 mm Brennweite - + Lens model Objektivmodell - + Brightness Helligkeit - + Exposure program Belichtungsprogramm - + Saturation Sättigung - + Sharpness Schärfe - + White balance Weißabgleich - + Digital zoom Digitaler Zoom - + EXIF version EXIF-Version + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 %1 × %2 - + %1 : %2 %1 : %2 - + Property Eigenschaft - + Value Wert diff --git a/translations/PineapplePictures_es.ts b/translations/PineapplePictures_es.ts index fc4851a..e18fce0 100644 --- a/translations/PineapplePictures_es.ts +++ b/translations/PineapplePictures_es.ts @@ -200,59 +200,59 @@ MainWindow - + File url list is empty - + &Copy - + Copy P&ixmap - + Copy &File Path - + &Paste Image - + &Paste Image File - + Properties - + Stay on top - + Protected mode - + Configure... - + Help @@ -280,7 +280,7 @@ - + File Section name. @@ -309,208 +309,238 @@ - + GPS Section name. - + Dimensions - + Aspect Ratio - + Name - + Item type - + Folder path - + Size - + Date Created - + Date Modified - + Rating - + Comments - + Authors - + Date taken - + Program name - + Horizontal resolution - + Vertical resolution - + Resolution unit - + Colour representation - + Camera maker - + Camera model - + F-stop - + Exposure time - + ISO speed - + Exposure bias - + Focal length - + Max aperture - + Metering mode - + Flash mode - + 35mm focal length - + Lens model - + Brightness - + Exposure program - + Saturation - + Sharpness - + White balance - + Digital zoom - + EXIF version + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 - + %1 : %2 - + Property - + Value diff --git a/translations/PineapplePictures_fr.ts b/translations/PineapplePictures_fr.ts index 829c0e0..f1feb24 100644 --- a/translations/PineapplePictures_fr.ts +++ b/translations/PineapplePictures_fr.ts @@ -21,7 +21,7 @@ Context menu option explanation: - Explication des options du menu contextuel : + Explication des options du menu contextuel : @@ -36,7 +36,7 @@ Version: %1 - Version : %1 + Version : %1 @@ -87,7 +87,7 @@ %1 is built on the following free software libraries: Free as in freedom - %1 est basé sur les bibliothèques de logiciels libres suivantes : + %1 est basé sur les bibliothèques de logiciels libres suivantes : @@ -112,7 +112,7 @@ This license grants people a number of freedoms: - Cette licence accorde aux personnes un certain nombre de libertés : + Cette licence accorde aux personnes un certain nombre de libertés : @@ -146,7 +146,7 @@ %1 is built on the following free software libraries: - %1 est basé sur les bibliothèques de logiciels libres suivantes : + %1 est basé sur les bibliothèques de logiciels libres suivantes : @@ -198,65 +198,65 @@ Not supported mimedata: %1 - Mimedata non pris en charge : %1 + Mimedata non pris en charge : %1 MainWindow - + File url list is empty La liste des URL de fichiers est vide - + &Copy &Copier - + Copy P&ixmap Copier P&ixmap - + Copy &File Path Copier le &chemin du fichier - + &Paste Image &Coller l'image - + &Paste Image File &Coller le fichier d'image - + Properties Propriétés - + Stay on top Rester en-haut - + Protected mode Mode protégé - + Configure... Configurer… - + Help Aide @@ -284,7 +284,7 @@ Image - + File Section name. Fichier @@ -313,208 +313,238 @@ Photo avancée - + GPS Section name. GPS - + Dimensions Dimensions - + Aspect Ratio Rapport d'aspect - + Name Nom - + Item type Type d'élément - + Folder path Chemin du dossier - + Size Taille - + Date Created Date créée - + Date Modified Date modifiée - + Rating Évaluation - + Comments Commentaires - + Authors Auteurs - + Date taken Date prise - + Program name Nom du programme - + Horizontal resolution Résolution horizontale - + Vertical resolution Résolution verticale - + Resolution unit Unité de résolution - + Colour representation Représentation des couleurs - + Camera maker Fabricant de l'appareil photo - + Camera model Modèle d'appareil photo - + F-stop Nombre d'ouverture - + Exposure time Temps d'exposition - + ISO speed Vitesse ISO - + Exposure bias Biais d'exposition - + Focal length Distance focale - + Max aperture Ouverture maximale - + Metering mode Mode de mesure - + Flash mode Mode flash - + 35mm focal length - Distance focale de 35 mm + Distance focale de 35 mm - + Lens model Modèle d'objectif - + Brightness Luminosité - + Exposure program Programme d'exposition - + Saturation Saturation - + Sharpness Netteté - + White balance Balance des blancs - + Digital zoom Zoom numérique - + EXIF version Version EXIF + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 %1 × %2 - + %1 : %2 %1 : %2 - + Property Propriété - + Value Valeur diff --git a/translations/PineapplePictures_nb_NO.ts b/translations/PineapplePictures_nb_NO.ts index 9bc0d8f..e323575 100644 --- a/translations/PineapplePictures_nb_NO.ts +++ b/translations/PineapplePictures_nb_NO.ts @@ -204,59 +204,59 @@ MainWindow - + File url list is empty Listen over filnettadresser er ugyldig - + &Copy &Kopier - + Copy P&ixmap - + Copy &File Path Kopier %filsti - + &Paste Image &Lim inn bilde - + &Paste Image File &Lim inn bildefil - + Properties Egenskaper - + Stay on top Behold øverst - + Protected mode Beskyttet modus - + Configure... Sett opp … - + Help Hjelp @@ -284,7 +284,7 @@ Bilde - + File Section name. Fil @@ -313,208 +313,238 @@ Avansert bilde - + GPS Section name. GPS - + Dimensions Dimensjoner - + Aspect Ratio - + Name Navn - + Item type Elementstype - + Folder path Mappesti - + Size Størrelse - + Date Created Dato opprettet - + Date Modified Dato endret - + Rating Vurdering - + Comments Kommentarer - + Authors - + Date taken Dato tatt - + Program name Programnavn - + Horizontal resolution Vannrett oppløsning - + Vertical resolution Loddrett oppløsning - + Resolution unit Oppløsningsenhet - + Colour representation Fargerepresentasjon - + Camera maker - + Camera model Kameramodell - + F-stop Blenderåpning - + Exposure time Eksponeringstid - + ISO speed ISO-hastighet - + Exposure bias - + Focal length Brennvidde - + Max aperture - + Metering mode - + Flash mode Blitz-modus - + 35mm focal length - + Lens model Linsemodell - + Brightness Lysstyrke - + Exposure program - + Saturation Metning - + Sharpness Skarphet - + White balance Hvitbalanse - + Digital zoom Digital forstørrelse - + EXIF version EXIF-versjon + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 %1 x %2 - + %1 : %2 %1 : %2 - + Property Egenskap - + Value Verdi diff --git a/translations/PineapplePictures_ru.ts b/translations/PineapplePictures_ru.ts index 4f9f31e..b651486 100644 --- a/translations/PineapplePictures_ru.ts +++ b/translations/PineapplePictures_ru.ts @@ -200,59 +200,59 @@ MainWindow - + File url list is empty Список URL-адресов файлов пуст - + &Copy &Копировать - + Copy P&ixmap Копировать P&ixmap - + Copy &File Path Копировать &путь к файлу - + &Paste Image &Вставить изображение - + &Paste Image File &Вставить файл изображения - + Properties Свойства - + Stay on top Поверх всех окон - + Protected mode Защищённый режим - + Configure... Настроить... - + Help Помощь @@ -280,7 +280,7 @@ Изображение - + File Section name. Файл @@ -309,208 +309,238 @@ Расширенное фото - + GPS Section name. GPS - + Dimensions Размеры - + Aspect Ratio Соотношение сторон - + Name Название - + Item type Тип элемента - + Folder path Путь к папке - + Size Размер - + Date Created Дата создания - + Date Modified Дата изменения - + Rating Рейтинг - + Comments Комментарии - + Authors Авторы - + Date taken Дата захвата - + Program name Название программы - + Horizontal resolution Горизонтальное разрешение - + Vertical resolution Вертикальное разрешение - + Resolution unit Единица разрешения - + Colour representation Цветовое представление - + Camera maker Производитель камеры - + Camera model Модель камеры - + F-stop F-stop - + Exposure time Экспозиция - + ISO speed ISO - + Exposure bias Смещение экспозиции - + Focal length Фокусное расстояние - + Max aperture Максимальная апертура - + Metering mode Режим замера - + Flash mode Режим вспышки - + 35mm focal length Фокусное расстояние 35 мм - + Lens model Модель объектива - + Brightness Яркость - + Exposure program Программа экспозиции - + Saturation Насыщенность - + Sharpness Чёткость - + White balance Баланс белого - + Digital zoom Цифровой зум - + EXIF version Версия EXIF + + + Latitude reference + + + + + Latitude + + + + + Longitude reference + + + + + Longitude + + + Altitude reference + + + + + Altitude + + + + %1 x %2 %1 x %2 - + %1 : %2 %1 : %2 - + Property Свойство - + Value Значение diff --git a/translations/PineapplePictures_zh_CN.ts b/translations/PineapplePictures_zh_CN.ts index 82fc6f6..0d6f4d7 100644 --- a/translations/PineapplePictures_zh_CN.ts +++ b/translations/PineapplePictures_zh_CN.ts @@ -204,59 +204,59 @@ MainWindow - + File url list is empty 文件 URL 列表为空 - + &Copy 复制(&C) - + Copy P&ixmap 复制位图(&I) - + Copy &File Path 复制文件路径(&F) - + &Paste Image 粘贴图像(&P) - + &Paste Image File 粘贴图像文件(&P) - + Properties 属性 - + Stay on top 总在最前 - + Protected mode 保护模式 - + Configure... 设置... - + Help 帮助 @@ -284,7 +284,7 @@ 图像 - + File Section name. 文件 @@ -313,208 +313,238 @@ 高级照片 - + GPS Section name. GPS - + Dimensions 分辨率 - + Aspect Ratio 纵横比 - + Name 名称 - + Item type 项目类型 - + Folder path 文件夹路径 - + Size 大小 - + Date Created 创建日期 - + Date Modified 修改日期 - + Rating 分级 - + Comments 备注 - + Authors 作者 - + Date taken 拍摄日期 - + Program name 程序名称 - + Horizontal resolution 水平分辨率 - + Vertical resolution 垂直分辨率 - + Resolution unit 分辨率单位 - + Colour representation 颜色表示 - + Camera maker 照相机制造商 - + Camera model 照相机型号 - + F-stop 光圈值 - + Exposure time 曝光时间 - + ISO speed ISO 感光度 - + Exposure bias 曝光补偿 - + Focal length 焦距 - + Max aperture 镜头最大光圈 - + Metering mode 测光模式 - + Flash mode 闪光灯模式 - + 35mm focal length 换算至 35mm 焦距 - + Lens model 镜头型号 - + Brightness 亮度 - + Exposure program 曝光程序 - + Saturation 饱和度 - + Sharpness 清晰度 - + White balance 白平衡 - + Digital zoom 数字缩放 - + EXIF version EXIF 版本 + + + Latitude reference + 纬度基准 + + + + Latitude + 纬度 + + + + Longitude reference + 经度基准 + + + + Longitude + 经度 + + Altitude reference + 海拔基准 + + + + Altitude + 海拔 + + + %1 x %2 %1 x %2 - + %1 : %2 %1 : %2 - + Property 属性 - + Value