2638 Commits

Author SHA1 Message Date
Lawrence37
f06e756c20
AWB non-raw file fixes (for 5.10) (#6940)
* Improve Itcwb with non-raw files

* Change pre-dev builds wbrefinement

* Change template in pre-dev

* Improvment improccordinator.cc

* Forgotten observer convert

* Reenable wbauto autogrey as 5.8

* Remove wrong code

* Missing getrgbloc references

* Fixed bug due to bias in queu with temperaure correlation issue 6911

* Simpleprocess queue compatibility tif-jpg

* Preserve AWB edits from 5.9

In 5.9 for non-raw files,
   1. RGB grey uses the unit multipliers with temperature bias applied.
   2. Temperature correlation uses the equivalent of temperature 5000,
      green 1, and red/blue equalizer 1.

* Refactor temperature correlation AWB code

* Fix inaccurate RGB grey WB preview after using ITC

The RGB grey automatic white balance algorithm caches the multipliers.
Temperature correlation automatic white balance also caches results to
the same location, but never uses it. This causes the RGB grey method to
produce incorrect results in the editor. Removing the temperature
correlation cache fixes the issue and does not have side-effects.

---------

Co-authored-by: U-PCSPECIALIST01\jdesm <jdesmis@gmail.com>
2024-02-01 22:41:56 -08:00
Desmis
e4087e2fa2
White balance auto temperature correlation - improve behavior with non raw files (#6903)
* Improve Itcwb with non-raw files

* Change pre-dev builds wbrefinement

* Change template in pre-dev

* Improvment improccordinator.cc

* Forgotten observer convert

* Reenable wbauto autogrey as 5.8

* Remove wrong code

* Missing getrgbloc references

* Fixed bug due to bias in queu with temperaure correlation issue 6911

* Simpleprocess queue compatibility tif-jpg

* Preserve AWB edits from 5.9

In 5.9 for non-raw files,
   1. RGB grey uses the unit multipliers with temperature bias applied.
   2. Temperature correlation uses the equivalent of temperature 5000,
      green 1, and red/blue equalizer 1.

* Refactor temperature correlation AWB code

* Fix inaccurate RGB grey WB preview after using ITC

The RGB grey automatic white balance algorithm caches the multipliers.
Temperature correlation automatic white balance also caches results to
the same location, but never uses it. This causes the RGB grey method to
produce incorrect results in the editor. Removing the temperature
correlation cache fixes the issue and does not have side-effects.

---------

Co-authored-by: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com>
2024-02-01 07:48:07 +01:00
Lawrence37
4a6abba826
Merge pull request #6858 from Lawrence37/dcps-from-art
Add DCPs from ART
2024-01-26 23:14:12 -08:00
Scott Gilbertson
6df930b639 Minor tooltip change: shorter explanation of %f location template specifier 2024-01-07 11:09:24 -05:00
Scott Gilbertson
d9511d9af8 Update QUEUE_LOCATION_TEMPLATE_TOOLTIP text to describe new specifiers
Describe %dN, %d-N, %pN, %p-N, %PN, %P-N and %f specifiers
Add examples using the new P specifier and -N terms
2024-01-07 10:42:44 -05:00
Scott Gilbertson
380d964077 Add destination path preview label to batch queue panel.
Label initially says "Destination path for the first selected image appears here"
so the feature is discoverable. Select a file and it shows the destination path
that would be used if it is the first file to be processed and the file does
not already exist. Label is updated as the template is edited, so you can see the
effect of the edits. If "Save to folder" is selected, the previewed path uses
that folder.
2024-01-06 16:00:19 -05:00
Alexander Brock
1286fbacd6 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-12-18 17:44:24 +01:00
Lawrence Lee
2b7889b645
Add option to disable LibRaw in preferences 2023-12-17 16:00:30 -08:00
Lawrence37
1839db448d
Merge pull request #6793 from Lawrence37/nr-gain
Option for disabling noise reduction gain
2023-12-16 11:11:24 -08:00
Lawrence Lee
badbb9fbe2
Add checkbox for disabling NR gain
Option to disable noise reduction automatic gain for consistency between
photographs.
Fix automatic gain not being recalculated after changing the white level
correction.
2023-12-16 11:10:11 -08:00
Lawrence37
91bf250201
Merge pull request #6853 from Beep6581/cherry-pick-5.10
Cherry-picked fixes for 5.10
2023-12-13 12:54:17 -08:00
U-PCSPECIALIST01\jdesm
ad4bd7dee5
Auto white balance - change label and tooltip 2023-12-12 22:14:57 -08:00
Martin
0d714c6ea4
revert changes to default file 2023-11-21 21:42:45 +01:00
Martin
0695e2ccc5
fix typos 2023-11-21 21:39:13 +01:00
Martin
eedf9ab269
update german translations
German translations for release 5.10
2023-11-21 21:36:09 +01:00
Alexander Brock
10ff073b62 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-10-30 15:17:20 +01:00
Alexander Gruzintsev
4291c33fe4 Add zoom limit feature 2023-10-30 09:55:14 +01:00
Pandagrapher
3eb73fb225 Merge with 'Beep6581/dev' 2023-10-20 13:16:03 +02:00
Pandagrapher
0495b9b151 Fixing last review comments 2023-10-13 19:10:21 +02:00
Desmis
d276a56b10
Local adjustments - improvment Dehaze with black (#6860)
* Local Dehaze black

* Enable black

* Change threshold black - publish_pre_dev_labels ladehazeblack
2023-10-12 06:59:33 +02:00
Lawrence37
ab8de06c66
Merge branch 'dev' into nr-gain 2023-10-10 21:03:03 -07:00
Alexander Brock
14f499ecae Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-10-02 14:26:22 +02:00
Lawrence Lee
594da5955f
Add DCPs from ART 2023-09-24 15:27:24 -07:00
Pandagrapher
0c2d7c1382 Merge with 'Beep6581/dev' 2023-09-22 20:36:03 +02:00
Pandagrapher
e255a77fcd Fixes AppImage build
- RawTherapee app icon should be installed in hicolor theme provided in AppImage package
- Fix wrong searching path for SVG/PNG images in rtscalable.h
2023-09-12 11:59:43 +02:00
U-PCSPECIALIST01\jdesm
5da07d8658 Auto white balance - change label and tooltip 2023-09-08 18:09:05 +02:00
Pandagrapher
735958fc0d Merge with 'Beep6581/dev' 2023-09-08 17:58:50 +02:00
Morgan Hardwood
b2606673ed Preparing for release 5.10-beta1 2023-09-08 00:52:38 +02:00
Morgan Hardwood
ab238a2ef0 generateTranslationDiffs 2023-09-06 00:47:55 +02:00
Morgan Hardwood
3b8e43c703 Polish translation 2023-09-06 00:33:38 +02:00
Morgan Hardwood
2197a9be76 Local updates to languages/default 2023-09-06 00:32:55 +02:00
Morgan Hardwood
3662b2fa01 generateTranslationDiffs 2023-09-05 22:04:22 +02:00
Alexander Brock
909715e631 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-09-05 13:20:25 +02:00
Pandagrapher
990e9c70a5 Merge with 'Beep6581/dev' 2023-09-05 09:48:43 +02:00
Battyányi Dániel
3fbf39fa18
Hungarian localisations for issue #6827 (#6834)
* ADJUSTER_RESET_TO_DEFAULT CURVEEDITOR DONT_SHOW_AGAIN DYNPROFILEEDITOR EDIT EXIF EXPORT EXTPROGTARGET FILEBROWSER FILECHOOSER GENERAL GIMP_PLUGIN_INFO and HISTOGRAM translated

* Wavelet translations

* Added Hungarian translation conventions

* Translated PREFERENCES

* Translated PARTIALPASTE

* Translated ICCPROFCREATOR

* Translated IPTCPANEL

* Translated MAIN

* Translated MONITOR_PROFILE_SYSTEM

* Translated OPTIONS

* Translated PROFILEPANEL

* Translated PROGRESSBAR

* Translated QINFO

* Translated QUEUE

* Translated SAMPLEFORMAT

* Translated SVEDLG

* Translated SHCSELECTOR

* Translated THRESHOLDSELECTOR

* Changed translation of HDR

* Translated TOOLBAR_TOOLTIP

* Translated NAVIGATOR

* Translated TC_PRIM

* Fixed typo

* Translated TP_BWMIX

* Translated TP_CBDL

* Fixed translations of histogram

* Translated COLORAPP

* Added credits

* Fixed spelling

Fixed spelling and the translation of some lines
2023-09-03 23:59:11 +02:00
Alexander Brock
2361f3c15b Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-08-30 21:32:04 +02:00
Morgan Hardwood
322c124e6b Merge branch 'switched-rating-shortcuts' of github.com:Eemilp/RawTherapee into Eemilp-switched-rating-shortcuts 2023-08-29 00:01:50 +02:00
Pandagrapher
d8c0b521ab Modify icons color
- Update icon from color "2a7fff" to "cccccc"
- Update .svg files with last Inkscape version
2023-08-28 17:10:23 +02:00
Pandagrapher
e32ad15fe5 Review of rtdata files tree for icons/images 2023-08-27 18:35:13 +02:00
Pandagrapher
b57d1026a3 Merge with 'Beep6581/dev' 2023-08-24 13:48:07 +02:00
Pandagrapher
bf988ad274 Updates font management for hidpi
Improvements:
- Cleanup of default options files to use OS font by default
- Comments updates
- Simplify font size management as Pango/Gtk directly manage pt/px conversions

Bug fix:
- If Preference panel is closed by "cancel", font size was not reinitialized to previously saved one
- Font size was specified in "RawTherapee.css" theme and so user choice could be ignored
2023-08-23 13:43:07 +02:00
Battyányi Dániel
6715e89696
Merge branch 'dev' into film_negative_pick_size 2023-08-19 19:44:29 +02:00
Alexander Brock
bc1851f43c Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-08-19 13:29:51 +02:00
Pandagrapher
58b7d41694 Cleanup of theme selection
For hidpi support, Gtk min version has been increased to 3.24.3. Theme logics based on Gtk version is so now useless
2023-08-16 19:07:39 +02:00
Lawrence37
9ae8c79c3a
Merge pull request #6755 from Lawrence37/lensfun-db-preferences
Edit Lensfun database directory from preferences
2023-08-12 17:43:50 -07:00
Hombre57
83263a3504 Fix for Treeview's editable entries incorrectly displayed 2023-08-13 01:01:18 +02:00
Lawrence Lee
db4bfd8695
Add tooltips for LCP & Lensfun dir in preferences 2023-08-12 15:39:59 -07:00
Lawrence Lee
7eb7fb210f
Merge branch 'dev' into metadata-exiv2 2023-08-12 15:08:42 -07:00
Pandagrapher
bb258e4024 Delete now obsolete "pseudo-hidpi" preference 2023-08-12 18:30:03 +02:00
Pandagrapher
d0743ef359 Merge with 'Beep6581/dev' 2023-08-12 18:03:41 +02:00