Commit Graph

12131 Commits

Author SHA1 Message Date
Lawrence Lee
17b9e7c107 Fix startup crash in debug build
Do not throw error when trying to get mutex lock.
2023-09-17 15:14:09 -07:00
Lawrence Lee
dab9a3f57e Fix automatic distortion correction crash
Closes #6840.
2023-09-17 15:14:03 -07:00
Floessie
4c671fb661 Merge pull request #6850 from Beep6581/fix-pedited-ub
Fix UB in `ProcParams::load()` and the resulting Clang 15+ miscompilation
2023-09-17 11:51:32 +02:00
Flössie
2a87c65a14 Fix UB in ProcParams::load() and the resulting Clang 15+ miscompilation
Fixes #6847.
2023-09-15 15:24:24 +02:00
Battyányi Dániel
d0b34a3234 Fixed crop mode checking
Me make dumb mistake in prev. commit sry.
2023-09-12 18:19:51 +02:00
Battyányi Dániel
1a0b7f4562 Replaced casting with != 2023-09-12 14:01:35 +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
Battyányi Dániel
b4daf36349 CropMode changed from "plain enum" to "enum class" 2023-09-12 10:39:50 +02:00
Battyányi Dániel
0fe4c18752 Semantic changes 2023-09-12 10:33:04 +02:00
Battyányi Dániel
f09612453a Metadata no longer overwrites camconsts
Added suggested changes to camconst and removed the camconst.json overwriting part as per the review comment
2023-09-12 00:07:43 +02:00
Battyányi Dániel
ab6d5b190c Tags in numerical order inside parse_fuji()
As suggested by review comment
2023-09-11 23:18:57 +02:00
Battyányi Dániel
6ee6a46750 Width and height only updates to cropped version after detecting crop
As suggested by review comment
2023-09-11 23:11:38 +02:00
Battyányi Dániel
3806107315 Changed crop detection mechanism according to code review comment
Changed the crop detection to use the CropMode Fujifilm tag from the makernotes instead of an arbitrary threshold.
2023-09-11 22:58:24 +02:00
Battyányi Dániel
ea86a14dff removed unecessarily setting of raw_height and raw_width 2023-09-11 22:22:37 +02:00
Floessie
c380044a29 Merge pull request #6842 from Lawrence37/popupcommon-lock-debug-crash
Fix mutex try lock for debug builds
2023-09-11 11:00:13 +02:00
Lawrence37
7ebbac25ca Format code 2023-09-10 14:29:17 -07:00
Lawrence Lee
730704f3b2 Fix startup crash in debug build
Do not throw error when trying to get mutex lock.
2023-09-09 16:02:41 -07:00
Lawrence Lee
97e181bd58 Fix automatic distortion correction crash
Closes #6840.
2023-09-09 14:59:14 -07: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
Pandagrapher
6f5b01dc45 Fixes AppImage CI
Update Librsvg to version v2.52.2 from source
2023-09-08 17:51:31 +02:00
Richard E Barber
9871c5a419 mac: cleanup items at end of bundle script 2023-09-07 23:17:32 -07:00
Richard E Barber
9315050d9b mac: use txt file extension for readme file 2023-09-07 22:31:46 -07:00
Richard E Barber
7f5cb995d2 mac: use create-dmg/create-dmg for fancy dmg
Fixes fancy dmg building:
- uses https://github.com/create-dmg/create-dmg script
- create-dmg/create-dmg script is also available via homebrew:
  brew install create-dmg
2023-09-07 21:20:45 -07:00
Morgan Hardwood
b2606673ed Preparing for release 5.10-beta1 2023-09-08 00:52:38 +02:00
Lawrence37
f93c3ddf94 Merge pull request #6838 from Lawrence37/canon-various-camconsts
Raw crop and masked areas for a few Canon cameras
2023-09-05 18:32:34 -07:00
Lawrence37
c3a97f0304 Merge pull request #6836 from Lawrence37/ilce-7m4-raw-crop
Raw crop for Sony ILCE-7M4
2023-09-05 18:30:09 -07: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
Pandagrapher
f69e04c50e Fixes column width in Favorite Preferences panel 2023-09-05 12:45:32 +02:00
Pandagrapher
990e9c70a5 Merge with 'Beep6581/dev' 2023-09-05 09:48:43 +02:00
Lawrence Lee
7c73da7723 Fix Olympus E-M10MarkIV white level
Closes #6236.
2023-09-04 14:31:03 -07:00
Lawrence Lee
408b41dc72 Raw crop and masked areas for a few Canon cameras
- Fix masked areas for EOS RP 1.6x crop mode
- Masked areas for EOS M50, EOS M50m2, and EOS M100 (all the same)
- Raw crop and masked areas for EOS R 1.6x crop mode
2023-09-03 18:03:08 -07:00
Lawrence Lee
a618efe782 Fix Lensfun corrections not available
Also search by exact match of lens model and name.
2023-09-03 15:30:42 -07:00
Lawrence37
ec12c170a2 Merge pull request #6806 from Lawrence37/browser-preview-applied-pparams
Enable black level and abstract profile preview in file browser
2023-09-03 15:15:25 -07:00
Beep6581
71f3c8adab Merge pull request #6832 from Benitoite/patch-28
link to rth and rth-cli
2023-09-04 00:05:51 +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
Lawrence Lee
6fb8ded886 Add Sony ILCE-7M4 raw crop
Remove 10 columns of bad pixels from the right border.
2023-09-02 22:03:34 -07:00
Dániel Battyányi
554a6dc161 Added RT signifier comments 2023-08-30 23:34:36 +02:00
Dániel Battyányi
5231f3a742 Removed comments 2023-08-30 23:09:03 +02:00
Dániel Battyányi
23e2f0cca5 Fixed issue #6312
Fixed issue, where raw cropped Fuji X-Pro3 could not be loaded correctly. This would result in a Segmentation Fault.
With these changes the program should read the correct dimensions from the file's metadata, and load the image accordingly.
2023-08-30 22:17:16 +02:00
Richard E Barber
4fab12bf1e link to rth and rth-cli 2023-08-30 08:49:01 -07:00
Lawrence Lee
0fdac3797a Merge branch 'dev' into browser-preview-applied-pparams 2023-08-29 22:58:51 -07:00
Beep6581
e189a1a4ec Merge pull request #6817 from ss23/clang_windows_mingw_64bit_fix
Use `_WIN32` instead of `WIN32` to detect Windows
2023-08-29 00:47:13 +02:00
Morgan Hardwood
5f6ca0afab More visible curve crosshair cursor
Fixes #6741

The mouse cursor when hovering over a curve was sometimes impossible to
see on a high resolution screen due to the almost identical colors of
the cursor relative to the curve background.
2023-08-29 00:32:56 +02:00
Beep6581
daeb279bc3 Merge pull request #6605 from EwoutH/ci-maint
CI: Update GitHub actions environments and used actions
2023-08-29 00:17:41 +02:00
Morgan Hardwood
ec1b6daa31 Merge branch 'Eemilp-switched-rating-shortcuts' into dev 2023-08-29 00:02:17 +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