Crop window now defaults to 100%; German translation updated
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
ADJUSTER_RESET_TO_DEFAULT;Standard wiederherstellen
|
ADJUSTER_RESET_TO_DEFAULT;Standard wiederherstellen
|
||||||
BATCHQUEUE_AUTOSTART;Automatisch starten
|
BATCHQUEUE_AUTOSTART;Automatisch starten
|
||||||
BATCH_PROCESSING;Batch-Verarbeitung
|
BATCH_PROCESSING;Batch-Verarbeitung
|
||||||
|
CURVEEDITOR_CURVE;Kurve
|
||||||
|
CURVEEDITOR_CURVES;Kurven
|
||||||
CURVEEDITOR_CUSTOM;Angepasst
|
CURVEEDITOR_CUSTOM;Angepasst
|
||||||
CURVEEDITOR_DARKS;Tiefen
|
CURVEEDITOR_DARKS;Tiefen
|
||||||
CURVEEDITOR_FILEDLGFILTERANY;Alle Dateien
|
CURVEEDITOR_FILEDLGFILTERANY;Alle Dateien
|
||||||
@@ -234,6 +236,8 @@ HISTORY_MSG_8;Belichtungskorrektur
|
|||||||
HISTORY_MSG_90;Gerichtete Pyramide Luminanz
|
HISTORY_MSG_90;Gerichtete Pyramide Luminanz
|
||||||
HISTORY_MSG_91;Gerichtete Pyramide Chrominanz
|
HISTORY_MSG_91;Gerichtete Pyramide Chrominanz
|
||||||
HISTORY_MSG_92;Gerichtete Pyramide Gamma
|
HISTORY_MSG_92;Gerichtete Pyramide Gamma
|
||||||
|
HISTORY_MSG_93;Kontrast nach Detailebene-Parameter
|
||||||
|
HISTORY_MSG_94;Kontrast nach Detailebenen
|
||||||
HISTORY_MSG_9;Lichter-Kompression
|
HISTORY_MSG_9;Lichter-Kompression
|
||||||
HISTORY_NEWSNAPSHOT;Neue Variante
|
HISTORY_NEWSNAPSHOT;Neue Variante
|
||||||
HISTORY_NEWSNAPSHOTAS;als...
|
HISTORY_NEWSNAPSHOTAS;als...
|
||||||
@@ -399,6 +403,7 @@ PARTIALPASTE_SHADOWSHIGHLIGHTS;Schatten/Lichter
|
|||||||
PARTIALPASTE_SHARPENING;Schärfen
|
PARTIALPASTE_SHARPENING;Schärfen
|
||||||
PARTIALPASTE_VIGNETTING;Korrektur Vignettierung
|
PARTIALPASTE_VIGNETTING;Korrektur Vignettierung
|
||||||
PARTIALPASTE_WHITEBALANCE;Weissabgleich
|
PARTIALPASTE_WHITEBALANCE;Weissabgleich
|
||||||
|
POPUPBUTTON_SELECTOPTIONHINT;Rechter Mausklick zum Ändern
|
||||||
PREFERENCES_ADD;HINZU
|
PREFERENCES_ADD;HINZU
|
||||||
PREFERENCES_APPLNEXTSTARTUP;beim nächsten Programmstart aktiv
|
PREFERENCES_APPLNEXTSTARTUP;beim nächsten Programmstart aktiv
|
||||||
PREFERENCES_BATCH_PROCESSING;Batch-Verarbeitung
|
PREFERENCES_BATCH_PROCESSING;Batch-Verarbeitung
|
||||||
@@ -752,9 +757,3 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen
|
|||||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
!CURVEEDITOR_CURVE;Curve
|
|
||||||
!CURVEEDITOR_CURVES;Curves
|
|
||||||
!HISTORY_MSG_93;Contrast by detail levels parameter
|
|
||||||
!HISTORY_MSG_94;Contrast by detail levels
|
|
||||||
!POPUPBUTTON_SELECTOPTIONHINT;RMB to change option
|
|
||||||
|
@@ -97,6 +97,8 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_)
|
|||||||
cropHandler.setPosition (0,0);
|
cropHandler.setPosition (0,0);
|
||||||
cropHandler.setEnabled (true);
|
cropHandler.setEnabled (true);
|
||||||
cropHandler.setCropHandlerListener (this);
|
cropHandler.setCropHandlerListener (this);
|
||||||
|
|
||||||
|
zoom11();
|
||||||
state = SNormal;
|
state = SNormal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user