diff --git a/about/help_en b/about/help_en index 9bd7e0a..420027f 100644 --- a/about/help_en +++ b/about/help_en @@ -11,8 +11,8 @@ img { margin: 5px; }

Tenmon is intended primarily for viewing astro photos and images. It supports the following formats:

@@ -54,12 +54,14 @@ To open an image, you can also drag and drop it to main window.

  • mid point - defines the value to be stretched to 50% intensity
  • white point - all pixels with higher value (brighter) than this will be clipped white
  • -Following the slider are 5 buttons for automatic stretching: +Following the slider are 7 buttons for automatic stretching: diff --git a/about/help_sk b/about/help_sk index ff380c6..14f3400 100644 --- a/about/help_sk +++ b/about/help_sk @@ -10,8 +10,8 @@ p { padding:0px; margin:5px 5px 10px 5px; }

    Tenmon slúži primárne na zobrazenie astronomických fotiek a obrázkov. Dokáže otvoriť nasledovné formáty:

    @@ -49,9 +49,12 @@ na ktorej sa dajú nastaviť tri body.
  • stredný bod - pixeli s touto hodnotou budú zobrazené ako 50% šedá
  • biely bod - pixeli nad touto hodnotou budú zobrazené ako biele
  • +Prvé tlačidlo prepína prepojenie nastavenia čierneho, stretdného a bieleho bodu. Po prepnutí sa dá každý farebný kanál nastaviť +samostatne. Nasleduje tlačidlo ktoré nastaví hodnoty čierneho a stredného bodu tak aby bol obrázok zobrazený optimálnym jasom. Druhé tlačidlo resetuje hodnoty pre čierny, stredný a biely bod na východzie hodnoty. Invertovanie farieb zobrazí obrázok ako negatív. -Super pixel CFA spriemeruje dva krát dva pixeli do jedného čo je vhodné pri prezeraní surových obrázkov z farebných kamier. +Falošné farby zobraí čiernobiele obrázky vo farebnej škále. +Prevoď CFA na farbu prevedie demozaikovanie čiernobieleho obrázku na farebný. Posledné tlačidlo zapína a vypína nastavovanie optimálnych hodnôt úrovní pre každý obrázok zvlášť.

    Označovanie obrázkov

    diff --git a/about/stretch-panel.png b/about/stretch-panel.png index 07445a5..72aa782 100644 Binary files a/about/stretch-panel.png and b/about/stretch-panel.png differ diff --git a/stretchtoolbar.cpp b/stretchtoolbar.cpp index a4b6711..1373047 100644 --- a/stretchtoolbar.cpp +++ b/stretchtoolbar.cpp @@ -64,8 +64,9 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar") emit paramChanged(m_mtfParam); }); - QAction *rgbStretch = addAction(QIcon(":/link.png"), tr("Linked stretch")); + QAction *rgbStretch = addAction(QIcon(":/link.png"), tr("Linked channels")); rgbStretch->setCheckable(true); + rgbStretch->setChecked(true); connect(rgbStretch, &QAction::toggled, this, &StretchToolbar::unlinkStretch); QAction *autoStretchButton = addAction(QIcon(":/nuke.png"), tr("Auto Stretch F12")); @@ -80,7 +81,7 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar") invertButton->setCheckable(true); connect(invertButton, &QAction::toggled, this, &StretchToolbar::invert); - QAction *falseColorButton = addAction(QIcon(":/falsecolor.png"), tr("False color")); + QAction *falseColorButton = addAction(QIcon(":/falsecolor.png"), tr("False colors")); falseColorButton->setCheckable(true); connect(falseColorButton, &QAction::toggled, this, &StretchToolbar::falseColor); @@ -178,7 +179,7 @@ void StretchToolbar::imageLoaded(Image *img) void StretchToolbar::unlinkStretch(bool enable) { - if(enable) + if(!enable) { m_stack->setCurrentIndex(1); m_mtfParam.blackPoint[0] = m_stfSliderR->blackPoint(); m_mtfParam.midPoint[0] = m_stfSliderR->midPoint(); m_mtfParam.whitePoint[0] = m_stfSliderR->whitePoint(); diff --git a/translations/tenmon_en.qm b/translations/tenmon_en.qm index 3834980..9ceadbc 100644 Binary files a/translations/tenmon_en.qm and b/translations/tenmon_en.qm differ diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts index 2fb0a6a..eb6d4d6 100644 --- a/translations/tenmon_en.ts +++ b/translations/tenmon_en.ts @@ -106,6 +106,13 @@ Help + + Histogram + + Logarithmic scale + Logarithmic scale + + ImageInfo @@ -225,10 +232,6 @@ 100% 100% - - Fullscreen - Fullscreen - Select Select @@ -337,10 +340,6 @@ Edit Edit - - FITS header editor - FITS header editor - Settings Settings @@ -405,6 +404,10 @@ CSV file (*.csv) CSV files (*.csv) + + Histogram + Histogram + MarkedFiles @@ -475,22 +478,6 @@ MAD MAD - - Peaks - Peaks - - - Peaks draw - Peaks draw - - - FWHM X - FWHM X - - - FWHM Y - FWHM Y - Unsupported sample format Unsupported sample format @@ -536,10 +523,6 @@ Thumbnails size Thumbnails size - - Changes in settings will take effect after program restart. - Changes in settings will take effect after program restart. - Don't use native file dialog Don't use native file dialog @@ -581,5 +564,13 @@ For RAW files you may set 22% Debayer CFA Debayer CFA + + False colors + False colors + + + Linked channels + Linked channels + diff --git a/translations/tenmon_fr.qm b/translations/tenmon_fr.qm index e8a1639..8ed83a4 100644 Binary files a/translations/tenmon_fr.qm and b/translations/tenmon_fr.qm differ diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts index 412bceb..9af215c 100644 --- a/translations/tenmon_fr.ts +++ b/translations/tenmon_fr.ts @@ -106,6 +106,13 @@ Aide + + Histogram + + Logarithmic scale + Échelle logarithmique + + ImageInfo @@ -225,10 +232,6 @@ 100% 100% - - Fullscreen - Plein écran - Select Sélectionner @@ -337,10 +340,6 @@ Edit Éditer - - FITS header editor - Éditeur d'en-tête FITS - Settings Réglages @@ -405,6 +404,10 @@ CSV file (*.csv) Fichiers CSV (*.csv) + + Histogram + Histogramme + MarkedFiles @@ -475,22 +478,6 @@ MAD MAD - - Peaks - Pics - - - Peaks draw - Dessin des pic - - - FWHM X - FWHM X - - - FWHM Y - FWHM Y - Unsupported sample format Format non pris en charge @@ -536,10 +523,6 @@ Thumbnails size Taille des vignette - - Changes in settings will take effect after program restart. - Les changements de paramètres prendront effet après le redémarrage du programme. - Don't use native file dialog N'utilisez pas la boîte de dialogue de fichier natif @@ -581,5 +564,13 @@ Pour les fichiers RAW, vous pouvez définir 22 % Debayer CFA Débayeriser CFA + + False colors + Fausses couleurs + + + Linked channels + Chaînes liées + diff --git a/translations/tenmon_sk.qm b/translations/tenmon_sk.qm index bf6e8dc..6804b6b 100644 Binary files a/translations/tenmon_sk.qm and b/translations/tenmon_sk.qm differ diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts index 00fefea..fe59812 100644 --- a/translations/tenmon_sk.ts +++ b/translations/tenmon_sk.ts @@ -107,6 +107,13 @@ Pomoc + + Histogram + + Logarithmic scale + Logaritmická stupnica + + ImageInfo @@ -222,10 +229,6 @@ 100% 100% - - Fullscreen - Celá obrazovka - Select Výber @@ -338,10 +341,6 @@ Edit Upraviť - - FITS header editor - Editor FITS hlavičky - Settings Nastavenia @@ -406,6 +405,10 @@ CSV file (*.csv) Súbory CSV (*.csv) + + Histogram + Histogram + MarkedFiles @@ -480,22 +483,6 @@ MAD MAD - - Peaks - Vrcholky - - - Peaks draw - Vykreslené vrcholky - - - FWHM X - FWHM X - - - FWHM Y - FWHM Y - Saturated Saturované @@ -537,10 +524,6 @@ Thumbnails size Veľkosť náhľadu - - Changes in settings will take effect after program restart. - Zmeny v nastaveniach sa prejavia po reštarte programu. - Don't use native file dialog Nepoužívať natívny súborový dialóg @@ -582,5 +565,13 @@ Pre RAW súbory možno treba nastaviť 22% Debayer CFA Preveď CFA na farbu + + False colors + Falošné farby + + + Linked channels + Prepojené kanály +