Merge pull request #4146 from TooWaBoo/dev
exifpanel.cc, Deutsch locale, TooWaBlue theme
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#42 13.05.2017 Erweiterung (TooWaBoo) RT 5.0 r1
|
||||
#43 21.07.2017 Erweiterung (TooWaBoo) RT 5.1
|
||||
#44 21.09.2017 Erweiterung (TooWaBoo) RT 5.2
|
||||
#45 15.10.2017 Erweiterung (TooWaBoo) RT 5.3
|
||||
|
||||
ABOUT_TAB_BUILD;Version
|
||||
ABOUT_TAB_CREDITS;Danksagungen
|
||||
@@ -2222,13 +2223,13 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
!EXIFPANEL_SHOWALL;Show all
|
||||
!QINFO_FRAMECOUNT;%2 frames
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;PixelShift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
EXIFPANEL_SHOWALL;Alle anzeigen
|
||||
QINFO_FRAMECOUNT;%2 Frames
|
||||
QINFO_HDR;HDR / %2 Frame(s)
|
||||
QINFO_PIXELSHIFT;Pixel Shift / %2 Frame(s)
|
||||
SAMPLEFORMAT_0;Unbekanntes Format
|
||||
SAMPLEFORMAT_1;Ohne Vorzeichen 8 Bits
|
||||
SAMPLEFORMAT_2;Ohne Vorzeichen 16 Bits
|
||||
SAMPLEFORMAT_4;LogLuv 24 Bits
|
||||
SAMPLEFORMAT_8;LogLuv 32 Bits
|
||||
SAMPLEFORMAT_16;32 Bits Fließkomma
|
||||
|
@@ -2,7 +2,7 @@
|
||||
This file is part of RawTherapee.
|
||||
|
||||
Copyright (c) 2016-2017 TooWaBoo
|
||||
Version 2.56 - requires RT 5.0 (Gtk+ >= 3.20)
|
||||
Version 2.57
|
||||
|
||||
RawTherapee is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -1182,7 +1182,7 @@ entry > window > frame > border {
|
||||
padding: 0.08334em;
|
||||
border: 0.08334em solid @accent-color;
|
||||
}
|
||||
.csd entry > window > frame > border {
|
||||
entry > window > frame > border {
|
||||
margin: 0.08334em;
|
||||
}
|
||||
/* end */
|
||||
@@ -1190,15 +1190,14 @@ entry > window > frame > border {
|
||||
/*** end ***************************************************************************************/
|
||||
|
||||
/*** Popover *** Context menu filechooser ******************************************************/
|
||||
.csd popover.background {
|
||||
box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey;
|
||||
}
|
||||
|
||||
popover.background {
|
||||
background-color: @bg-dark-grey;
|
||||
border: 0.08334em solid @accent-color;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey;
|
||||
}
|
||||
popover.background > box {
|
||||
padding: 0;
|
||||
|
@@ -126,6 +126,7 @@ ExifPanel::ExifPanel () : idata (nullptr)
|
||||
|
||||
showAll = Gtk::manage (new Gtk::ToggleButton (M ("EXIFPANEL_SHOWALL")));
|
||||
//add->set_tooltip_text (M("EXIFPANEL_SHOWALL"));
|
||||
showAll->get_style_context()->add_class ("Left");
|
||||
setExpandAlignProperties (showAll, false, true, Gtk::ALIGN_FILL, Gtk::ALIGN_FILL);
|
||||
showAll->set_active (options.lastShowAllExif);
|
||||
buttons2->attach_next_to (*showAll, Gtk::POS_LEFT, 1, 1);
|
||||
@@ -133,7 +134,7 @@ ExifPanel::ExifPanel () : idata (nullptr)
|
||||
reset = Gtk::manage (new Gtk::Button ()); // M("EXIFPANEL_RESET")
|
||||
reset->set_image (*Gtk::manage (new RTImage ("gtk-undo-ltr.png", "gtk-undo-rtl.png")));
|
||||
reset->set_tooltip_text (M ("EXIFPANEL_RESETHINT"));
|
||||
reset->get_style_context()->add_class ("Left");
|
||||
reset->get_style_context()->add_class ("MiddleH");
|
||||
setExpandAlignProperties (reset, true, true, Gtk::ALIGN_FILL, Gtk::ALIGN_FILL);
|
||||
buttons2->attach_next_to (*reset, Gtk::POS_RIGHT, 1, 1);
|
||||
|
||||
|
Reference in New Issue
Block a user