Merge branch 'releases' into dev
This commit is contained in:
commit
a84c9f8ff8
@ -1,17 +1,10 @@
|
|||||||
RAWTHERAPEE 5.5-dev RELEASE NOTES
|
RAWTHERAPEE 5.6 RELEASE NOTES
|
||||||
|
|
||||||
This is a development version of RawTherapee. We update the code almost daily. Every few months, once enough changes have accumulated and the code is stabilized, we make a new official release. Every code change between these releases is known as a "development" version, and this is one of them.
|
This is RawTherapee 5.6, released on 2019-04-20.
|
||||||
|
|
||||||
Start by reading the "Getting Started" article on RawPedia:
|
Start by reading the "Getting Started" article on RawPedia:
|
||||||
http://rawpedia.rawtherapee.com/
|
http://rawpedia.rawtherapee.com/
|
||||||
|
|
||||||
While we only commit tested and relatively stable code and so the development versions should be fairly stable, you should be aware that:
|
|
||||||
- Development versions only had limited testing, so there may be bugs unknown to us.
|
|
||||||
- You should report these bugs so that they get fixed for the next stable release. See
|
|
||||||
www.rawpedia.rawtherapee.com/How_to_write_useful_bug_reports
|
|
||||||
- The way new tools work in the development versions is likely to change as we tweak and tune them, so your processing profiles may produce different results when used in a future stable version.
|
|
||||||
- Bugs present in the stable versions get fixed in the development versions, and make it into the next stable version when we make a new official release. That means that in some ways the development versions can be "more stable" than the latest stable release. At the same time, new features may introduce new bugs. This is a trade-off you should be aware of.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NEWS RELEVANT TO PHOTOGRAPHERS
|
NEWS RELEVANT TO PHOTOGRAPHERS
|
||||||
@ -27,12 +20,20 @@ In order to use RawTherapee efficiently you should know that:
|
|||||||
- There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page!
|
- There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page!
|
||||||
|
|
||||||
New features since 5.5:
|
New features since 5.5:
|
||||||
TODO.
|
- Pseudo-HiDPI support, for a smooth and sharp user interface regardless of screen size. Pseudo-HiDPI mode is disabled by default, enable it in Preferences > General > Appearance. Scaling in RawTherapee depends on font size, DPI and display scaling. While scaling has been tested to work well in Windows, Linux and macOS, there are some macOS display modes which are incompatible with it, specifically those modes suffixed by "(HiDPI)" in macOS Display settings. Some versions of macOS (10.14.*) seem to not list any modes, in which case the user must just give it a try.
|
||||||
|
- Ability to move tools to a new Favorites tab, http://rawpedia.rawtherapee.com/Favorites_Tab
|
||||||
|
- "Unclipped" processing profile, to make it easy to save an image while preserving data across the whole tonal range, http://rawpedia.rawtherapee.com/Unclipped
|
||||||
|
- User-adjustable tiles-per-thread settings in Preferences > Performance, for users who want to find optimal values for their system. The default value of 2 tiles-per-thread performs best overall.
|
||||||
|
- Hundreds of speed optimizations, bug fixes, and overall improvements.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NEWS RELEVANT TO PACKAGE MAINTAINERS
|
NEWS RELEVANT TO PACKAGE MAINTAINERS
|
||||||
|
|
||||||
|
New since 5.5:
|
||||||
|
- Requires librsvg >=2.40.
|
||||||
|
- GTK+ versions 3.24.2 - 3.24.6 have an issue where combobox menu scroll-arrows are missing when the combobox list does not fit vertically on the screen. As a result, users would not be able to scroll in the following comboboxes: Processing Profiles, Film Simulation, and the camera and lens profiles in Profiled Lens Correction.
|
||||||
|
|
||||||
In general:
|
In general:
|
||||||
- To get the source code, either clone from git or use the tarball from http://rawtherapee.com/shared/source/ . Do not use the auto-generated GitHub release tarballs.
|
- To get the source code, either clone from git or use the tarball from http://rawtherapee.com/shared/source/ . Do not use the auto-generated GitHub release tarballs.
|
||||||
- Requires GTK+ version >=3.16, though >=3.22.24 is recommended.
|
- Requires GTK+ version >=3.16, though >=3.22.24 is recommended.
|
||||||
|
@ -35,6 +35,9 @@
|
|||||||
<url type="translate">https://discuss.pixls.us/t/localization-how-to-translate-rawtherapee-and-rawpedia/2594</url>
|
<url type="translate">https://discuss.pixls.us/t/localization-how-to-translate-rawtherapee-and-rawpedia/2594</url>
|
||||||
<launchable type="desktop-id">rawtherapee.desktop</launchable>
|
<launchable type="desktop-id">rawtherapee.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="5.6" date="2019-04-20" type="stable"></release>
|
||||||
|
<release version="5.6-rc2" date="2019-04-17" type="development"></release>
|
||||||
|
<release version="5.6-rc1" date="2019-04-10" type="development"></release>
|
||||||
<release version="5.5" date="2018-12-17" type="stable"></release>
|
<release version="5.5" date="2018-12-17" type="stable"></release>
|
||||||
</releases>
|
</releases>
|
||||||
<provides>
|
<provides>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg783"
|
id="svg783"
|
||||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||||
sodipodi:docname="rt-splash.svg"
|
sodipodi:docname="splash.svg"
|
||||||
inkscape:export-filename="/tmp/splash.png"
|
inkscape:export-filename="/tmp/splash.png"
|
||||||
inkscape:export-xdpi="96"
|
inkscape:export-xdpi="96"
|
||||||
inkscape:export-ydpi="96"
|
inkscape:export-ydpi="96"
|
||||||
@ -479,9 +479,9 @@
|
|||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="2.3815029"
|
inkscape:zoom="0.93979686"
|
||||||
inkscape:cx="209.44539"
|
inkscape:cx="-60.77221"
|
||||||
inkscape:cy="173"
|
inkscape:cy="136.48859"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
@ -574,14 +574,31 @@
|
|||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title>RawTherapee splash screen</dc:title>
|
<dc:title>RawTherapee splash screen</dc:title>
|
||||||
<dc:date>2019-03-11</dc:date>
|
<dc:date>2019-04-10</dc:date>
|
||||||
<dc:creator>
|
<dc:creator>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>Maciej Dworak</dc:title>
|
<dc:title>Maciej Dworak</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:source>www.rawtherapee.com</dc:source>
|
<dc:source>www.rawtherapee.com</dc:source>
|
||||||
|
<cc:license
|
||||||
|
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
|
<cc:License
|
||||||
|
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||||
|
<cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||||
|
<cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||||
|
</cc:License>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<g
|
<g
|
||||||
@ -675,61 +692,6 @@
|
|||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.96875px;line-height:1.25;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';stroke-width:0.26458338px"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.96875px;line-height:1.25;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';stroke-width:0.26458338px"
|
||||||
id="path652" />
|
id="path652" />
|
||||||
</g>
|
</g>
|
||||||
<g
|
|
||||||
style="fill:#ffffff;enable-background:new"
|
|
||||||
transform="matrix(0.24804687,0,0,0.2480469,-16.632726,273.1232)"
|
|
||||||
id="g1249">
|
|
||||||
<g
|
|
||||||
aria-label="Development"
|
|
||||||
transform="skewX(3)"
|
|
||||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:-1.06666672px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
id="text1247">
|
|
||||||
<path
|
|
||||||
d="m 491.97892,49.720543 q 0.18333,-1.9 0.25,-3.041667 0.1,-1.699999 0.2,-4.399999 0.075,-2.066667 0.075,-2.958333 v -0.975 q 0.975,0.025 1.68333,0.025 0.68333,0 1.79167,-0.03333 1.10833,-0.04167 2.08333,-0.04167 1.11667,0 1.95833,0.133333 0.84167,0.133333 1.56667,0.55 0.73333,0.416667 1.225,1.091666 0.49167,0.675 0.75,1.583334 0.25833,0.9 0.25833,1.858333 0,0.941667 -0.2,1.816667 -0.2,0.866666 -0.55833,1.566666 -0.35833,0.7 -0.84167,1.208333 -0.475,0.5 -1.09166,0.858334 -0.45834,0.266666 -0.925,0.416666 -0.46667,0.15 -1.275,0.241667 -0.9,0.1 -2.04167,0.1 l -3.36667,-0.025 q -0.475,0 -1.54166,0.025 z m 3.6,-2.508333 q 0.45833,0.04167 0.95833,0.04167 0.85,0 1.51667,-0.15 0.66666,-0.15 1.16666,-0.641666 0.50834,-0.491667 0.75,-1.258333 0.24167,-0.775 0.24167,-1.583334 0,-0.991666 -0.35833,-1.666666 -0.35834,-0.683334 -0.95834,-0.95 -0.59166,-0.266667 -1.61666,-0.266667 -0.6,0 -1.41667,0.05 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path615" />
|
|
||||||
<path
|
|
||||||
d="m 512.24558,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44166,-0.483333 -0.6,-0.35 -1.00834,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path617" />
|
|
||||||
<path
|
|
||||||
d="m 515.32058,49.720543 -0.88333,-2.733333 -1.99167,-5.775 q 0.95,0.01667 1.76667,0.01667 0.85,0 1.6,-0.01667 0.14167,0.575 0.55833,2.016667 0.41667,1.433333 0.91667,3.416666 l 0.21666,-0.691667 q 0.05,-0.125 0.39167,-1.066666 l 1.325,-3.675 q 0.9,0.01667 1.7,0.01667 0.825,0 1.71667,-0.01667 l -1.15,2.475 -2.14167,4.916666 -0.45833,1.116667 q -0.98334,-0.01667 -1.73334,-0.01667 -0.81666,0 -1.83333,0.01667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path619" />
|
|
||||||
<path
|
|
||||||
d="m 530.27891,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.82499,-0.141667 -0.83334,-0.133333 -1.44167,-0.483333 -0.6,-0.35 -1.00833,-0.866667 -0.40834,-0.525 -0.625,-1.241667 -0.20834,-0.716666 -0.20834,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64166,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.12499,-2.699999 h 2.74999 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11666,0.516667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path621" />
|
|
||||||
<path
|
|
||||||
d="m 531.04558,49.71221 0.15,-1.791667 0.325,-6.225 0.0917,-3.349999 q 1.15833,0.01667 1.74166,0.01667 0.75834,0 1.675,-0.01667 l -0.19166,2.558333 -0.30834,6.299999 -0.0667,2.516667 q -0.89167,-0.01667 -1.60834,-0.01667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path623" />
|
|
||||||
<path
|
|
||||||
d="m 540.25391,40.995543 q 1.03334,0 1.98334,0.316667 0.95833,0.316667 1.61666,0.916667 0.65834,0.591666 0.96667,1.391666 0.31667,0.791667 0.31667,1.708334 0,0.891666 -0.28334,1.699999 -0.275,0.8 -0.94166,1.508334 -0.66667,0.7 -1.7,1.05 -1.025,0.35 -2.175,0.35 -1.05834,0 -2.03334,-0.308334 -0.975,-0.308333 -1.63333,-0.9 -0.65,-0.591666 -0.98333,-1.416666 -0.325,-0.825 -0.325,-1.733334 0,-0.908333 0.31666,-1.733333 0.325,-0.825 1.01667,-1.483333 0.7,-0.658333 1.725,-1.008333 1.025,-0.358334 2.13333,-0.358334 z m -0.0583,2.45 q -0.53333,0 -0.95,0.275 -0.41667,0.275 -0.63333,0.808334 -0.20834,0.525 -0.20834,1.149999 0,0.916667 0.45834,1.408334 0.45833,0.483333 1.15,0.483333 0.525,0 0.94166,-0.275 0.41667,-0.283333 0.625,-0.825 0.21667,-0.55 0.21667,-1.175 0,-0.516666 -0.16667,-0.933333 -0.16666,-0.416667 -0.55,-0.666667 -0.375,-0.25 -0.88333,-0.25 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path625" />
|
|
||||||
<path
|
|
||||||
d="m 545.04558,53.620543 q 0.15833,-1.708334 0.26666,-3.408333 0.19167,-2.908334 0.25834,-4.875 0.075,-1.975 0.075,-3.908333 1.69166,-0.258334 2.65,-0.341667 0.95833,-0.09167 1.91666,-0.09167 1.2,0 2.20834,0.25 1.00833,0.25 1.61666,0.883334 0.61667,0.633333 0.925,1.508333 0.30834,0.875 0.30834,1.833333 0,0.875 -0.25,1.7 -0.25,0.816667 -0.76667,1.475 -0.51667,0.658333 -1.19167,0.975 -0.66666,0.316667 -1.49166,0.316667 -0.40834,0 -0.85,-0.08333 -0.43334,-0.075 -0.825,-0.225 -0.39167,-0.15 -0.65834,-0.3 -0.25833,-0.158333 -0.65,-0.45 l -0.0917,2.325 q -0.0583,1.6 -0.0583,2.416667 -0.96666,-0.01667 -1.65833,-0.01667 -0.6,0 -1.73333,0.01667 z m 3.84166,-10.066666 q -0.0667,0.375 -0.0917,0.616666 -0.025,0.233334 -0.05,0.641667 -0.025,0.4 -0.025,0.641666 0,0.683334 0.20833,1.15 0.21667,0.458334 0.59167,0.716667 0.38333,0.25 0.81666,0.25 0.45834,0 0.84167,-0.258333 0.38333,-0.266667 0.60833,-0.791667 0.225,-0.525 0.225,-1.183333 0,-0.891667 -0.475,-1.433333 -0.46666,-0.541667 -1.36666,-0.541667 -0.56667,0 -1.28334,0.191667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path627" />
|
|
||||||
<path
|
|
||||||
d="m 555.45391,49.720543 0.23334,-4.016667 0.13333,-3.141666 0.0167,-1.35 q 0.91666,0.01667 1.61666,0.01667 0.79167,0 1.54167,-0.01667 l -0.0583,1.108333 q 0.25833,-0.333333 0.43333,-0.508333 0.18333,-0.183333 0.44167,-0.341667 0.25833,-0.166666 0.53333,-0.258333 0.275,-0.1 0.61667,-0.158333 0.34166,-0.05833 0.71666,-0.05833 0.425,0 0.78334,0.075 0.35833,0.06667 0.61666,0.175 0.25834,0.108334 0.45,0.25 0.19167,0.141667 0.33334,0.325 0.15,0.175 0.34166,0.516667 0.36667,-0.533333 0.775,-0.808333 0.40834,-0.275 0.925,-0.4 0.525,-0.133334 1.075,-0.133334 0.725,0 1.36667,0.208334 0.64167,0.208333 1.05,0.725 0.41667,0.508333 0.41667,1.325 0,0.383333 -0.0583,1.158333 -0.05,0.775 -0.15,2.666666 -0.0917,1.883334 -0.1,2.641667 -0.76666,-0.01667 -1.48333,-0.01667 -0.875,0 -1.83333,0.01667 0.0833,-1.058333 0.16666,-2.65 0.0917,-1.6 0.0917,-2.216666 0,-0.533334 -0.125,-0.791667 -0.125,-0.266667 -0.325,-0.358333 -0.19167,-0.1 -0.425,-0.1 -0.25,0 -0.43333,0.09167 -0.2,0.1 -0.35,0.308334 -0.2,0.275 -0.325,0.691666 -0.1,0.325 -0.15834,0.991667 -0.0583,0.683333 -0.0917,1.8 l -0.0667,2.233333 q -0.89167,-0.01667 -1.60833,-0.01667 -0.73334,0 -1.725,0.01667 0.075,-0.741667 0.175,-2.491667 0.1,-1.75 0.1,-2.341666 0,-0.5 -0.1,-0.75 -0.1,-0.25 -0.28334,-0.4 -0.175,-0.15 -0.475,-0.15 -0.325,0 -0.56666,0.191667 -0.24167,0.191666 -0.41667,0.55 -0.16667,0.358333 -0.24167,0.991666 -0.0667,0.625 -0.125,1.916667 -0.0583,1.291666 -0.075,2.483333 -1.00833,-0.01667 -1.63333,-0.01667 -0.69167,0 -1.71667,0.01667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path629" />
|
|
||||||
<path
|
|
||||||
d="m 578.51224,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44166,-0.483333 -0.6,-0.35 -1.00834,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path631" />
|
|
||||||
<path
|
|
||||||
d="m 579.21224,49.720543 q 0.24167,-1.891667 0.36667,-4.175 0.13333,-2.291666 0.15833,-4.333333 1,0.01667 1.725,0.01667 0.84167,0 1.61667,-0.01667 l -0.0833,1.133333 q 0.275,-0.308333 0.475,-0.483333 0.2,-0.183333 0.49166,-0.35 0.3,-0.175 0.63334,-0.283333 0.33333,-0.108334 0.725,-0.166667 0.4,-0.06667 0.83333,-0.06667 0.6,0 1.16667,0.133334 0.575,0.125 0.95833,0.366666 0.38333,0.233334 0.64167,0.591667 0.25833,0.35 0.34166,0.758333 0.0833,0.408334 0.0833,0.841667 0,0.316667 -0.0667,1.366667 l -0.14167,3.016666 q -0.0417,0.891667 -0.0417,1.65 -0.84167,-0.01667 -1.575,-0.01667 -0.99167,0 -1.80834,0.01667 0.075,-0.758333 0.15834,-2.25 0.0833,-1.5 0.0833,-2.108333 0,-0.941667 -0.36667,-1.308333 -0.35833,-0.375 -0.90833,-0.375 -0.48333,0 -0.91667,0.316666 -0.425,0.316667 -0.65833,0.925 -0.23333,0.6 -0.33333,1.983333 -0.0917,1.383334 -0.125,2.816667 -0.83334,-0.01667 -1.625,-0.01667 -0.83334,0 -1.80834,0.01667 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path633" />
|
|
||||||
<path
|
|
||||||
d="m 596.02891,47.270543 q -0.15,0.7 -0.25833,1.366667 l -0.18334,1.016666 q -0.825,0.183334 -1.29166,0.233334 -0.45834,0.05 -0.89167,0.05 -0.70833,0 -1.25833,-0.125 -0.55,-0.116667 -0.91667,-0.433334 -0.36667,-0.325 -0.5,-0.741666 -0.13333,-0.416667 -0.13333,-0.883334 0,-0.08333 0.008,-0.291666 0.008,-0.216667 0.0583,-0.95 l 0.18334,-2.883333 h -1.3 q 0.0417,-0.575 0.075,-1.516667 l 0.025,-0.775 h 1.38333 q 0.05,-0.383333 0.125,-1.675 l 1.425,-0.291666 q 0.39167,-0.075 1.66667,-0.383334 -0.0583,1.091667 -0.0833,2.35 h 1.9 q -0.0667,1.733333 -0.0667,2.291667 h -1.91667 l -0.1,2.083333 q -0.0167,0.466666 -0.0167,0.6 0,0.4 0.0833,0.666666 0.0917,0.266667 0.30833,0.383334 0.225,0.116666 0.49167,0.116666 0.2,0 0.41666,-0.025 0.21667,-0.03333 0.76667,-0.183333 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
|
|
||||||
id="path635" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g
|
<g
|
||||||
id="g171"
|
id="g171"
|
||||||
style="filter:url(#filter173)">
|
style="filter:url(#filter173)">
|
||||||
@ -903,20 +865,6 @@
|
|||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold'"
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold'"
|
||||||
id="path660" />
|
id="path660" />
|
||||||
</g>
|
</g>
|
||||||
<g
|
|
||||||
aria-label=". 5"
|
|
||||||
transform="matrix(0.24127119,0,0.01264448,0.24127122,4.1926315,267.35338)"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4749);enable-background:new"
|
|
||||||
id="text3662">
|
|
||||||
<path
|
|
||||||
d="m 286.21154,2.2370076 q 0.19276,-3.22882392 0.33734,-8.7226438 l 4.96371,0.072287 q 0.79516,0 4.19265,-0.072287 -0.19276,2.6264315 -0.43372,8.7226438 l -4.19265,-0.048191 q -0.45782,0 -4.86733,0.048191 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
|
|
||||||
id="path655" />
|
|
||||||
<path
|
|
||||||
d="m 300.38189,1.7550936 -0.16867,-2.43366581 q -0.0723,-1.18068939 -0.16867,-2.14451739 -0.0723,-0.963828 -0.31325,-3.1324411 4.98781,1.4216463 8.26483,1.4216463 1.75898,0 3.22882,-0.5542011 1.49393,-0.5542011 2.28909,-1.5662206 0.79516,-1.0120194 0.79516,-2.2168045 0,-1.7589864 -1.63851,-2.6505274 -1.61441,-0.915636 -5.08419,-0.915636 -1.54213,0 -3.03606,0.120478 -1.46984,0.09638 -3.99988,0.433723 l 1.22888,-15.565823 q 0.0723,-1.156594 0.14457,-3.204728 6.04802,0.04819 11.63822,0.04819 7.08414,0 11.8069,-0.04819 -0.21686,2.505953 -0.26506,3.97579 l -0.12047,3.277016 -3.20473,-0.120479 -1.49394,-0.0241 h -2.33728 q -1.49393,-0.02409 -3.71074,-0.02409 -0.74696,0 -2.45776,0.04819 l -0.48191,5.517916 q 1.61441,-0.120479 2.50595,-0.120479 3.75893,0 6.62632,1.204785 2.86739,1.18069 4.19265,3.325207 1.32526,2.144517 1.32526,4.8432359 0,2.6264315 -1.34936,5.0600973 -1.34935,2.4095701 -3.71073,3.85531213 -2.33729,1.42164637 -5.44563,2.07223027 -3.08425,0.6264882 -6.33717,0.6264882 -1.22888,0 -2.91558,-0.1686699 -1.6867,-0.1445742 -2.84329,-0.3373398 -1.1566,-0.1927656 -2.96377,-0.6023925 z"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
|
|
||||||
id="path657" />
|
|
||||||
</g>
|
|
||||||
<g
|
<g
|
||||||
aria-label="Therapee"
|
aria-label="Therapee"
|
||||||
transform="matrix(0.24732122,0,0,0.24687704,-5.5339446,264.55152)"
|
transform="matrix(0.24732122,0,0,0.24687704,-5.5339446,264.55152)"
|
||||||
@ -1048,7 +996,7 @@
|
|||||||
id="tspan595"
|
id="tspan595"
|
||||||
x="283.85016"
|
x="283.85016"
|
||||||
y="2.2370076"
|
y="2.2370076"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px">. 5</tspan></text>
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px">. 6</tspan></text>
|
||||||
<text
|
<text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';letter-spacing:1px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.07075834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter155);enable-background:new"
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';letter-spacing:1px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.07075834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter155);enable-background:new"
|
||||||
@ -1099,5 +1047,19 @@
|
|||||||
x="61.72514"
|
x="61.72514"
|
||||||
id="tspan611"
|
id="tspan611"
|
||||||
sodipodi:role="line">Raw</tspan></text>
|
sodipodi:role="line">Raw</tspan></text>
|
||||||
|
<g
|
||||||
|
aria-label=". 6"
|
||||||
|
transform="matrix(0.24127119,0,0.01264448,0.24127122,4.1926296,267.35338)"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4749);enable-background:new"
|
||||||
|
id="text1152">
|
||||||
|
<path
|
||||||
|
d="m 286.21154,2.2370076 q 0.19276,-3.22882392 0.33734,-8.7226438 l 4.96371,0.072287 q 0.79516,0 4.19265,-0.072287 -0.19276,2.6264315 -0.43372,8.7226438 l -4.19265,-0.048191 q -0.45782,0 -4.86733,0.048191 z"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
|
||||||
|
id="path1154" />
|
||||||
|
<path
|
||||||
|
d="m 315.05617,-18.750348 q 1.25297,-0.216861 2.38547,-0.216861 2.77101,0 4.96372,1.084306 2.2168,1.084307 3.3493,3.373398 1.1325,2.264996 1.1325,5.0600976 0,1.855369 -0.53011,3.5902595 -0.50601,1.7107947 -1.46984,3.1806325 -0.96382,1.4457421 -2.40957,2.60233572 -1.42164,1.13249798 -3.06015,1.73489048 -1.61441,0.6023925 -3.44569,0.8915409 -1.83127,0.3132441 -3.71073,0.3132441 -4.36133,0 -7.59015,-1.445742 -3.20473,-1.46983778 -4.67457,-3.9998864 -1.44574,-2.5541443 -1.44574,-5.6142983 0,-1.7589862 0.38553,-3.8553121 0.40963,-2.096326 1.75899,-4.98781 1.37345,-2.91558 3.73483,-6.698605 2.38548,-3.783025 4.84324,-6.915466 h 12.337 q -3.66255,4.216747 -4.86733,5.710681 -1.7108,2.144517 -3.22883,4.433609 -1.49393,2.264996 -2.50595,4.216748 -0.98792,1.951751 -1.6867,3.831216 -0.40963,1.108402 -0.60239,2.07223 -0.16867,0.9638283 -0.16867,1.8071778 0,1.132498 0.45782,2.1686131 0.45781,1.0361152 1.37345,1.6385077 0.91564,0.6023925 2.19271,0.6023925 1.20478,0 2.12042,-0.5542011 0.93973,-0.5782968 1.39755,-1.5662206 0.45782,-1.0120194 0.45782,-2.1204216 0,-1.9517518 -1.42165,-2.8432928 -1.39755,-0.891541 -2.7951,-0.891541 -0.43372,0 -1.30116,0.120479 0.5542,-0.891541 2.07223,-3.445686 z"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
|
||||||
|
id="path1156" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 81 KiB |
@ -1470,6 +1470,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_BEHADDALL;All to 'Add'
|
!PREFERENCES_BEHADDALL;All to 'Add'
|
||||||
|
@ -1495,6 +1495,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_BEHADDALLHINT;Set all parameters to the <b>Add</b> mode.\nAdjustments of parameters in the batch tool panel will be <b>deltas</b> to the stored values.
|
!PREFERENCES_BEHADDALLHINT;Set all parameters to the <b>Add</b> mode.\nAdjustments of parameters in the batch tool panel will be <b>deltas</b> to the stored values.
|
||||||
|
@ -2317,3 +2317,5 @@ ZOOMPANEL_ZOOMFITCROPSCREEN;Přizpůsobit ořez obrazovce\nZkratka: <b>f</b>
|
|||||||
ZOOMPANEL_ZOOMFITSCREEN;Přizpůsobit celý obrázek obrazovce\nZkratka: <b>Alt</b>-<b>f</b>
|
ZOOMPANEL_ZOOMFITSCREEN;Přizpůsobit celý obrázek obrazovce\nZkratka: <b>Alt</b>-<b>f</b>
|
||||||
ZOOMPANEL_ZOOMIN;Přiblížit\nZkratka: <b>+</b>
|
ZOOMPANEL_ZOOMIN;Přiblížit\nZkratka: <b>+</b>
|
||||||
ZOOMPANEL_ZOOMOUT;Oddálit\nZkratka: <b>-</b>
|
ZOOMPANEL_ZOOMOUT;Oddálit\nZkratka: <b>-</b>
|
||||||
|
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
@ -1119,6 +1119,7 @@ PREFERENCES_APPEARANCE_COLORPICKERFONT;Schriftart Farbwähler
|
|||||||
PREFERENCES_APPEARANCE_CROPMASKCOLOR;Farbe/Transparenz für Schnittmaske
|
PREFERENCES_APPEARANCE_CROPMASKCOLOR;Farbe/Transparenz für Schnittmaske
|
||||||
PREFERENCES_APPEARANCE_MAINFONT;Schriftart:
|
PREFERENCES_APPEARANCE_MAINFONT;Schriftart:
|
||||||
PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Farbe der Navigationshilfe
|
PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Farbe der Navigationshilfe
|
||||||
|
PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI-Modus
|
||||||
PREFERENCES_APPEARANCE_THEME;Oberflächendesign
|
PREFERENCES_APPEARANCE_THEME;Oberflächendesign
|
||||||
PREFERENCES_APPLNEXTSTARTUP;erfordert Neustart
|
PREFERENCES_APPLNEXTSTARTUP;erfordert Neustart
|
||||||
PREFERENCES_AUTOMONPROFILE;Automatisch das für den aktuellen Monitor festgelegte Profil verwenden
|
PREFERENCES_AUTOMONPROFILE;Automatisch das für den aktuellen Monitor festgelegte Profil verwenden
|
||||||
@ -1338,6 +1339,7 @@ QUEUE_FORMAT_TITLE;Dateiformat
|
|||||||
QUEUE_LOCATION_FOLDER;In dieses Verzeichnis speichern
|
QUEUE_LOCATION_FOLDER;In dieses Verzeichnis speichern
|
||||||
QUEUE_LOCATION_TEMPLATE;Dynamisches Verzeichnis verwenden
|
QUEUE_LOCATION_TEMPLATE;Dynamisches Verzeichnis verwenden
|
||||||
QUEUE_LOCATION_TEMPLATE_TOOLTIP;Die folgenden Variablen können verwendet werden:\n<b>%f</b>, <b>%d1</b>, <b>%d2</b>, ..., <b>%p1</b>, <b>%p2</b>, ..., <b>%r</b>, <b>%s1</b>, <b>%s2</b>, ...\n\nDiese Variablen beinhalten bestimmte Teile des Verzeichnispfades, in welchem sich das Bild befindet, oder Attribute des Bildes.\n\nWenn zum Beispiel <b><i>/home/tom/photos/2010-10-31/dsc0042.nef</i></b> geöffnet wurde, dann haben die Variablen den folgenden Inhalt:\n<b>%d4</b> = <i>home</i>\n<b>%d3</b> = <i>tom</i>\n<b>%d2</b> = <i>photos</i>\n<b>%d1</b> = <i>2010-10-31</i>\n<b>%f</b> = <i>dsc0042</i>\n<b>%p1</b> = <i>/home/tom/photos/2010-10-31</i>\n<b>%p2</b> = <i>/home/tom/photos</i>\n<b>%p3</b> = <i>/home/tom</i>\n<b>%p4</b> = <i>/home</i>\n\nWenn Sie die Ausgabedatei in dasselbe Verzeichnis wie das Originalbild speichern wollen, dann wählen Sie:\n<b>%p1/%f</b>\n\nWenn Sie die Ausgabedatei in ein Unterverzeichnis mit dem Namen "<i>converted</i>" schreiben wollen, dann wählen Sie:\n<b>%p1/converted/%f</b>\n\nWenn Sie die Ausgabedatei im Verzeichnispfad "<i>/home/tom/photos/converted</i>" speichern wollen, dort jedoch in einem mit dem Namen des Ursprungsverzeichnisses betitelten Unterverzeichnis, dann wählen Sie:\n<b>%p2/converted/%d1/%f</b>\n\nDie Variable <b>%r</b> enthält die Bewertung des Bildes.
|
QUEUE_LOCATION_TEMPLATE_TOOLTIP;Die folgenden Variablen können verwendet werden:\n<b>%f</b>, <b>%d1</b>, <b>%d2</b>, ..., <b>%p1</b>, <b>%p2</b>, ..., <b>%r</b>, <b>%s1</b>, <b>%s2</b>, ...\n\nDiese Variablen beinhalten bestimmte Teile des Verzeichnispfades, in welchem sich das Bild befindet, oder Attribute des Bildes.\n\nWenn zum Beispiel <b><i>/home/tom/photos/2010-10-31/dsc0042.nef</i></b> geöffnet wurde, dann haben die Variablen den folgenden Inhalt:\n<b>%d4</b> = <i>home</i>\n<b>%d3</b> = <i>tom</i>\n<b>%d2</b> = <i>photos</i>\n<b>%d1</b> = <i>2010-10-31</i>\n<b>%f</b> = <i>dsc0042</i>\n<b>%p1</b> = <i>/home/tom/photos/2010-10-31</i>\n<b>%p2</b> = <i>/home/tom/photos</i>\n<b>%p3</b> = <i>/home/tom</i>\n<b>%p4</b> = <i>/home</i>\n\nWenn Sie die Ausgabedatei in dasselbe Verzeichnis wie das Originalbild speichern wollen, dann wählen Sie:\n<b>%p1/%f</b>\n\nWenn Sie die Ausgabedatei in ein Unterverzeichnis mit dem Namen "<i>converted</i>" schreiben wollen, dann wählen Sie:\n<b>%p1/converted/%f</b>\n\nWenn Sie die Ausgabedatei im Verzeichnispfad "<i>/home/tom/photos/converted</i>" speichern wollen, dort jedoch in einem mit dem Namen des Ursprungsverzeichnisses betitelten Unterverzeichnis, dann wählen Sie:\n<b>%p2/converted/%d1/%f</b>\n\nDie Variable <b>%r</b> enthält die Bewertung des Bildes.
|
||||||
|
QUEUE_LOCATION_TITLE;Ausgabeverzeichnis
|
||||||
QUEUE_STARTSTOP_TOOLTIP;Startet / Stoppt die Verarbeitung\nder Warteschlange.\n\nTaste: <b>Strg</b> + <b>s</b>
|
QUEUE_STARTSTOP_TOOLTIP;Startet / Stoppt die Verarbeitung\nder Warteschlange.\n\nTaste: <b>Strg</b> + <b>s</b>
|
||||||
SAMPLEFORMAT_0;Unbekanntes Datenformat
|
SAMPLEFORMAT_0;Unbekanntes Datenformat
|
||||||
SAMPLEFORMAT_1;8 Bit ohne Vorzeichen
|
SAMPLEFORMAT_1;8 Bit ohne Vorzeichen
|
||||||
@ -2356,9 +2358,3 @@ ZOOMPANEL_ZOOMFITSCREEN;An Bildschirm anpassen.\nTaste: <b>Alt</b> + <b>f</b>
|
|||||||
ZOOMPANEL_ZOOMIN;Hineinzoomen\nTaste: <b>+</b>
|
ZOOMPANEL_ZOOMIN;Hineinzoomen\nTaste: <b>+</b>
|
||||||
ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
|
ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
|
||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
|
|
||||||
QUEUE_LOCATION_TITLE;Ausgabeverzeichnis
|
|
||||||
PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI-Modus
|
|
||||||
|
@ -1115,6 +1115,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
|||||||
!PREFERENCES_ADD;Add
|
!PREFERENCES_ADD;Add
|
||||||
!PREFERENCES_APPEARANCE;Appearance
|
!PREFERENCES_APPEARANCE;Appearance
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_APPLNEXTSTARTUP;restart required
|
!PREFERENCES_APPLNEXTSTARTUP;restart required
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
|
@ -1040,6 +1040,7 @@
|
|||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_APPLNEXTSTARTUP;restart required
|
!PREFERENCES_APPLNEXTSTARTUP;restart required
|
||||||
!PREFERENCES_AUTOMONPROFILE;Use operating system's main monitor color profile
|
!PREFERENCES_AUTOMONPROFILE;Use operating system's main monitor color profile
|
||||||
|
@ -2324,6 +2324,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: <b>-</b>
|
|||||||
!MAIN_FRAME_PLACES_DEL;Remove
|
!MAIN_FRAME_PLACES_DEL;Remove
|
||||||
!MAIN_TAB_FAVORITES;Favorites
|
!MAIN_TAB_FAVORITES;Favorites
|
||||||
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: <b>Alt-u</b>
|
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: <b>Alt-u</b>
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_CHUNKSIZES;Tiles per thread
|
!PREFERENCES_CHUNKSIZES;Tiles per thread
|
||||||
!PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE demosaic
|
!PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE demosaic
|
||||||
!PREFERENCES_CHUNKSIZE_RAW_CA;Raw CA correction
|
!PREFERENCES_CHUNKSIZE_RAW_CA;Raw CA correction
|
||||||
|
@ -1671,6 +1671,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_CACHECLEAR;Clear
|
!PREFERENCES_CACHECLEAR;Clear
|
||||||
|
@ -2311,4 +2311,5 @@ ZOOMPANEL_ZOOMOUT;ズームアウト\nショートカット: <b>-</b>
|
|||||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!QUEUE_LOCATION_TITLE;Output Location
|
!QUEUE_LOCATION_TITLE;Output Location
|
||||||
|
@ -1409,6 +1409,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_BEHADDALL;All to 'Add'
|
!PREFERENCES_BEHADDALL;All to 'Add'
|
||||||
|
@ -2129,6 +2129,7 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_CACHECLEAR;Clear
|
!PREFERENCES_CACHECLEAR;Clear
|
||||||
|
@ -1748,6 +1748,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_CACHECLEAR;Clear
|
!PREFERENCES_CACHECLEAR;Clear
|
||||||
|
@ -2264,6 +2264,7 @@ ZOOMPANEL_ZOOMOUT;Afastar\nAtalho: <b>-</b>
|
|||||||
|
|
||||||
!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
|
!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
|
||||||
!MAIN_FRAME_PLACES_DEL;Remove
|
!MAIN_FRAME_PLACES_DEL;Remove
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PROGRESSBAR_DECODING;Decoding...
|
!PROGRESSBAR_DECODING;Decoding...
|
||||||
!PROGRESSBAR_GREENEQUIL;Green equilibration...
|
!PROGRESSBAR_GREENEQUIL;Green equilibration...
|
||||||
!PROGRESSBAR_HLREC;Highlight reconstruction...
|
!PROGRESSBAR_HLREC;Highlight reconstruction...
|
||||||
|
@ -2258,6 +2258,7 @@ ZOOMPANEL_ZOOMOUT;Menos Zoom\nAtalho: <b>-</b>
|
|||||||
!HISTORY_MSG_COLORTONING_LABREGION_OFFSET;CT - region offset
|
!HISTORY_MSG_COLORTONING_LABREGION_OFFSET;CT - region offset
|
||||||
!HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - region power
|
!HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - region power
|
||||||
!MAIN_FRAME_PLACES_DEL;Remove
|
!MAIN_FRAME_PLACES_DEL;Remove
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_CACHECLEAR_SAFETY;Only files in the cache are cleared. Processing profiles stored alongside the source images are not touched.
|
!PREFERENCES_CACHECLEAR_SAFETY;Only files in the cache are cleared. Processing profiles stored alongside the source images are not touched.
|
||||||
!PROGRESSBAR_DECODING;Decoding...
|
!PROGRESSBAR_DECODING;Decoding...
|
||||||
!PROGRESSBAR_GREENEQUIL;Green equilibration...
|
!PROGRESSBAR_GREENEQUIL;Green equilibration...
|
||||||
|
@ -1784,6 +1784,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
|||||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||||
!PARTIALPASTE_RETINEX;Retinex
|
!PARTIALPASTE_RETINEX;Retinex
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_CACHECLEAR_ALL;Clear all cached files:
|
!PREFERENCES_CACHECLEAR_ALL;Clear all cached files:
|
||||||
!PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Clear all cached files except for cached processing profiles:
|
!PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Clear all cached files except for cached processing profiles:
|
||||||
!PREFERENCES_CACHECLEAR_ONLYPROFILES;Clear only cached processing profiles:
|
!PREFERENCES_CACHECLEAR_ONLYPROFILES;Clear only cached processing profiles:
|
||||||
|
@ -1657,6 +1657,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
!PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator guide color
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_CACHECLEAR;Clear
|
!PREFERENCES_CACHECLEAR;Clear
|
||||||
|
@ -1986,6 +1986,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
|||||||
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
|
||||||
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
!PREFERENCES_APPEARANCE_CROPMASKCOLOR;Crop mask color
|
||||||
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
!PREFERENCES_APPEARANCE_MAINFONT;Main font
|
||||||
|
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
|
||||||
!PREFERENCES_APPEARANCE_THEME;Theme
|
!PREFERENCES_APPEARANCE_THEME;Theme
|
||||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
|
||||||
!PREFERENCES_CACHECLEAR;Clear
|
!PREFERENCES_CACHECLEAR;Clear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user