From 8c74740738c7b5e875a713859456fb13a2f1160d Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sun, 15 Oct 2017 18:54:40 +0200 Subject: [PATCH 1/3] Missing and wrong classes fix --- rtgui/exifpanel.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtgui/exifpanel.cc b/rtgui/exifpanel.cc index 2e47786e5..da2659a4f 100644 --- a/rtgui/exifpanel.cc +++ b/rtgui/exifpanel.cc @@ -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); From a7ca5c9590058ccffd23c884e3c6f065334ff8f8 Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sun, 15 Oct 2017 18:57:32 +0200 Subject: [PATCH 2/3] Update Deutsch locale --- rtdata/languages/Deutsch | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/rtdata/languages/Deutsch b/rtdata/languages/Deutsch index aa72b5757..034f4cc3e 100644 --- a/rtdata/languages/Deutsch +++ b/rtdata/languages/Deutsch @@ -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: - ! 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 From a44ee03840ecfc779ab86cf520b9784f1b3159a2 Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sun, 15 Oct 2017 19:04:05 +0200 Subject: [PATCH 3/3] Update TooWaBlue theme v2.57 Fixed some small GUI glitches. --- rtdata/themes/TooWaBlue-GTK3-20_.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 42488b977..67352c356 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -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;