merge with dev

This commit is contained in:
Desmis 2019-07-19 08:20:00 +02:00
commit e81c651257
2 changed files with 11 additions and 10 deletions

View File

@ -82,6 +82,7 @@
#81 15.04.2019 Erweiterung (TooWaBoo) RT 5.6 #81 15.04.2019 Erweiterung (TooWaBoo) RT 5.6
#82 25.05.2019 Erweiterung (TooWaBoo) RT 5.6 #82 25.05.2019 Erweiterung (TooWaBoo) RT 5.6
#83 06.07.2019 Erweiterung (TooWaBoo) RT 5.6 #83 06.07.2019 Erweiterung (TooWaBoo) RT 5.6
#84 18.07.2019 Erweiterung (TooWaBoo) RT 5.6
ABOUT_TAB_BUILD;Version ABOUT_TAB_BUILD;Version
ABOUT_TAB_CREDITS;Danksagungen ABOUT_TAB_CREDITS;Danksagungen
@ -2365,12 +2366,12 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
! Untranslated keys follow; remove the ! prefix after an entry is translated. ! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative HISTORY_MSG_FILMNEGATIVE_ENABLED;(Filmnegativ)
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values HISTORY_MSG_FILMNEGATIVE_VALUES;(Filmnegativ) - Werte
!PARTIALPASTE_FILMNEGATIVE;Film Negative PARTIALPASTE_FILMNEGATIVE;Filmnegativ
!TP_FILMNEGATIVE_BLUE;Blue ratio TP_FILMNEGATIVE_BLUE;Blauverhältnis
!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast) TP_FILMNEGATIVE_GREEN;Bezugsexponent (Kontrast)
!TP_FILMNEGATIVE_GUESS_TOOLTIP;Calculate exponents by picking two neutral reference spots in the image; one white (light gray) and one black (dark gray). The order does not matter. The exponents will be updated after the second spot is picked. TP_FILMNEGATIVE_GUESS_TOOLTIP;Berechnet die Exponenten durch Auswahl zweier neutraler\nReferenzpunkte im Bild. Weiß (Hellgrau) und Schwarz (Dunkelgrau).\nDie Reihenfolge spielt keine Rolle. Die Exponenten werden aktualisiert,\nnachdem der zweite Punkt ausgewählt wurde.
!TP_FILMNEGATIVE_LABEL;Film Negative TP_FILMNEGATIVE_LABEL;Filmnegativ
!TP_FILMNEGATIVE_PICK;Pick white and black spots TP_FILMNEGATIVE_PICK;Weißen und schwarzen Bereich auswählen
!TP_FILMNEGATIVE_RED;Red ratio TP_FILMNEGATIVE_RED;Rotverhältnis

View File

@ -269,7 +269,7 @@ bool FilmNegative::button1Pressed(int modifierKey)
listener->panelChanged( listener->panelChanged(
evFilmNegativeExponents, evFilmNegativeExponents,
Glib::ustring::compose( Glib::ustring::compose(
"Ref=%1 ; R=%2 ; B=%3", "Ref=%1\nR=%2\nB=%3",
greenExp->getValue(), greenExp->getValue(),
redRatio->getValue(), redRatio->getValue(),
blueRatio->getValue() blueRatio->getValue()