Commit Graph

11437 Commits

Author SHA1 Message Date
Thanatomanic
21a7c97ede Multiple crop support for ILCE-7S
Fixes #3960
2023-01-01 11:43:54 +01:00
Thanatomanic
a9b8ece335 Add raw crop for EOS R3
Fully fixes #6420
2023-01-01 11:01:48 +01:00
Lawrence37
d74524f2c5 Camconst support for multiple crops (#6473)
Adapted from ART 
Co-authored-by: Alberto Griggio <agriggio@users.noreply.github.com>

* camconst: support for multiple image sizes in raw_crop and masked_areas
* Clean up code after porting raw crop changes
* fixed raw crop for Canon R6 reduced-resolution raws
* Add Canon EOS R5 1.6 crop raw crop & masked areas
2023-01-01 10:50:11 +01:00
Nicolas Turlais
9fef79ede4 Add filter for Path to dynamic profiles (#6284)
* Path filter in dynamic profile panel
* Pass filename as a function argument
* Removed unused include
* Clearer translation
2022-12-31 10:51:59 +01:00
Nicolas Turlais
401727fba9 Add filter for Paths to dynamic profiles (#6284)
Work by @nicolas-t 
* Path filter in dynamic profile panel
* Pass filename as a function argument
* Removed unused include
* Clearer translation
2022-12-31 10:51:30 +01:00
Thanatomanic
22831866cd Change RT logo to black version in README.md so text is visible 2022-12-31 10:16:38 +01:00
Alex Forencich
2c9f5a735d Add raw_crop and masked_areas for Canon EOS R7 and R10 (#6608)
Signed-off-by: Alex Forencich <alex@alexforencich.com>
2022-12-31 08:51:22 +01:00
Lawrence37
9019c6dccd Update libtiff DLL version for Windows workflow 2022-12-19 18:48:35 -08:00
Beep6581
38a8aa8160 Added external screenshot to README.md (#6648)
See #6642
2022-12-18 09:41:06 +01:00
Morgan Hardwood
bbe4558dff Improvement to dcraw linear_table #6448
Merged on behalf of heckflosse
https://github.com/Beep6581/RawTherapee/pull/6448#issuecomment-1081779513
2022-12-18 03:55:29 +01:00
Beep6581
3713e36937 Merge pull request #6448 from sgotti/dcraw_linear_table_increase_size
dcraw: increase linear table parsing to 65536 values
2022-12-18 03:32:21 +01:00
Beep6581
f64ddf0d8e Updated logo image 2022-12-18 01:03:59 +01:00
Lawrence37
9332333a12 Speed up compilation of rtengine/procparams.cc 2022-12-16 23:01:23 -08:00
Desmis
dcd2d3df0e Replace Observer 10 by Observer 2 in most cases - see issue 6639 (#6640)
* Change observer10 to observer2

* Another forgotten change observer 2 10

* Change colortemp.cc in accordance to options Itcwb_stdobserver10
2022-12-11 13:51:44 +01:00
Beep6581
1cc3b0eb6b Merge pull request #6627 from pwntester/pwntester/add-codeql-workflow
Add CodeQL workflow
2022-12-02 15:17:45 +01:00
Alvaro Muñoz
abbdbe81bc Add CodeQL workflow 2022-12-02 13:23:34 +01:00
Thanatomanic
7b51a079cd Basic support for Fujifilm X-T5 and X-H2
Closes #6624
2022-12-02 10:03:19 +01:00
Desmis
9b79c241d7 Improves sharp in LA to avoid long processing if user chooses fullimage (#6616) 2022-11-30 19:14:40 +01:00
Beep6581
6aa4c870e0 Update macos.yml
Automatically publish macOS builds in tag nightly-github-actions
2022-11-27 21:34:20 +01:00
Beep6581
8e4fb15d39 Update and rename main.yml to macos.yml
Renamed main.yml to macos.yml and updated "on" section to match other workflows.
2022-11-27 20:42:05 +01:00
Morgan Hardwood
ea7c811b9b Preparing to merge back to dev 2022-11-27 20:29:39 +01:00
Morgan Hardwood
9b85839884 Preparing for release 5.9 2022-11-27 19:04:23 +01:00
Morgan Hardwood
3717e6e480 Merge branch 'dev' into release-5.9 2022-11-27 18:54:49 +01:00
Beep6581
2978a2a15b Update main.yml
Added workflow_dispatch: to allow triggering workflow manually
2022-11-27 18:50:01 +01:00
Beep6581
3182af11d3 Merge pull request #6615 from Beep6581/lensfun-db-fallback
Lensfun DB directory fallback
2022-11-27 18:39:16 +01:00
Lawrence Lee
255dc13843 Add Lensfun DB lookup fallback directory
Load from the bundled database directory if loading from the configured
location fails.
2022-11-24 17:08:00 -08:00
Beep6581
02543dae9d Merge pull request #6613 from Benitoite/patch-19
mac: fixes autobuild
2022-11-23 15:10:31 +01:00
Benitoite
1a9b5cfacd mac: install libomp11 2022-11-22 03:17:57 -08:00
Benitoite
43c8544b1f mac: brew install llvm instead of libomp 2022-11-22 03:05:13 -08:00
Benitoite
239dec3124 mac: list a dir 2022-11-22 02:54:06 -08:00
Benitoite
ea437dc852 mac: use Big Sur for the autobuild
The *Catalina* image is now deprecated
2022-11-22 02:08:18 -08:00
Desmis
7057a70bab Try to fix bug when using CBDL main and Local Sharpening (#6611)
* Work around to fix bug when using CBDL main and Local Sharpening

* Optimization int replace by bool sharplablocal

* Try to fix bug by using shardamping > 0 in LA
2022-11-21 18:28:56 +01:00
Beep6581
33a4737c89 Update appimage.yml
Renamed to match others
2022-11-16 19:43:52 +01:00
Beep6581
7635ac06f3 Update windows.yml 2022-11-16 19:42:12 +01:00
Beep6581
ecb09ef13e Update main.yml 2022-11-16 19:42:01 +01:00
Beep6581
32cc60a658 Update appimage.yml 2022-11-16 19:41:46 +01:00
Morgan Hardwood
331b3af0e4 Bump release date to now, again 2022-11-16 13:56:50 +01:00
Morgan Hardwood
5fbdbcc758 Bump release date to now 2022-11-15 14:30:38 +01:00
Morgan Hardwood
d5cb6b230a Merge branch 'dev' into release-5.9 2022-11-15 14:04:21 +01:00
Thanatomanic
11168aa640 Fix black level for Panasonic DC-G90/G95/G99 2022-11-07 09:35:59 +01:00
Morgan Hardwood
db1e7659a2 Japanese translation updated by Yz2house
Closes #6598
2022-10-22 20:19:10 +02:00
Morgan Hardwood
ba2a15a6af Espanol (Castellano) translation updated by TechXavAl
Closes #6597
2022-10-22 20:18:04 +02:00
Beep6581
0b07b471cd Merge pull request #6599 from marter001/dev
Update AUTHORS.txt
2022-10-21 19:53:35 +02:00
Beep6581
4ee808b5ee Merge pull request #6602 from Benitoite/patch-17
macOS: Adding Barber to Authors
2022-10-21 19:51:00 +02:00
Benitoite
fa18c9faa3 macOS: Adding Barber to Authors 2022-10-14 22:05:12 -07:00
Martin
b0725b44e2 Update AUTHORS.txt 2022-10-13 09:07:15 +02:00
Morgan Hardwood
190f11b122 Update release notes regarding white balance #6596 2022-10-12 23:01:06 +02:00
Beep6581
c00b75f7a0 Apply suggestions from code review
Thanks Lawrence37

Co-authored-by: Lawrence37 <45837045+Lawrence37@users.noreply.github.com>
2022-10-12 22:59:29 +02:00
Morgan Hardwood
b08ed74cb8 Preparing for release 5.9-rc1 2022-10-07 12:25:16 +02:00
Morgan Hardwood
30f9cc71d9 Writing release notes 2022-10-07 11:09:19 +02:00