Commit Graph

  • 6ce4e69b7a
    Restore local spot history messages Lawrence Lee 2024-02-04 16:02:44 -08:00
  • f65e428e7f
    Merge pull request #6833 from LoKolbasz/segfault_with_fuji_cropped_raw_issue#6312 Lawrence37 2024-02-04 15:47:28 -08:00
  • e438e0e604
    Some more cherry-picking for 5.10 (#6937) Lawrence37 2024-02-04 15:43:33 -08:00
  • 42817bffa4
    Defringe tool banding & desaturation fix (#6934) Lawrence37 2024-02-04 15:41:32 -08:00
  • 2f7c2e973c
    Fix rotation of images with odd number of rows (#6926) Lawrence37 2024-02-04 15:40:38 -08:00
  • 0d0834cbe7
    Dynamic Range Compression Improvement (5.10) (#6943) Lawrence37 2024-02-04 15:38:04 -08:00
  • e9bdda8727 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish Alexander Brock 2024-02-04 18:01:33 +01:00
  • c7500becb8 Make template help initially hidden Scott Gilbertson 2024-02-03 19:24:07 -05:00
  • e332446627 Added "?" toggle button to show/hide template help. I haven't figured out how to make it initially hidden. Scott Gilbertson 2024-02-03 15:28:46 -05:00
  • 7632d0df7c Got template help show/hide working (I had been hiding the wrong widget) Scott Gilbertson 2024-02-03 13:13:25 -05:00
  • bfcfaca0ba First try at adding expandable queue template help, using a Gtx::Paned. Hiding doesn't work right yet. Click a thumbnail and the text disappears, but the border between widgets doesn't move to the left side. I tried using a Gtk::Expander, but couldn't get it to expand horizontally. Scott Gilbertson 2024-02-03 13:02:02 -05:00
  • 5349f7a860
    Improve Dynamic Range Compression - for some images with very high DR - Main and LA (#6931) Desmis 2024-02-02 07:42:34 +01:00
  • f06e756c20
    AWB non-raw file fixes (for 5.10) (#6940) Lawrence37 2024-02-01 22:41:56 -08:00
  • 0509313547
    Merge pull request #6941 from Lawrence37/actions-releases Lawrence37 2024-02-01 22:34:45 -08:00
  • 542946ef43 Restore windows.yml and appimage.yml U-PCSPECIALIST01\jdesm 2024-02-01 08:20:12 +01:00
  • 60ded9635c
    Add GitHub Actions triggers for release branches Lawrence Lee 2024-01-31 23:06:40 -08:00
  • e4087e2fa2
    White balance auto temperature correlation - improve behavior with non raw files (#6903) Desmis 2024-02-01 07:48:07 +01:00
  • ce80067380
    Merge pull request #6936 from Benitoite/patch-33 Lawrence37 2024-01-28 11:46:11 -08:00
  • ba065dc13f
    Merge pull request #6920 from sgilbertson/issue-6915-queue-template-improvements Lawrence37 2024-01-28 11:43:07 -08:00
  • 5f1af5ca50
    Merge pull request #6935 from Lawrence37/appimage-exiv2-v0_28_1 Lawrence37 2024-01-27 22:35:47 -08:00
  • 7c781aa7b1
    bump macos CI workflow to macos-12 Richard E Barber 2024-01-27 22:21:28 -08:00
  • cdee480cd6
    Upgrade AppImage Exiv2 from v0.28.0 to v0.28.1 Lawrence Lee 2024-01-27 22:03:21 -08:00
  • 2c51b822a3
    Merge pull request #6889 from Lawrence37/wprof-crash-fix Lawrence37 2024-01-27 21:47:55 -08:00
  • 8f1f532fe6
    Merge pull request #6878 from Lawrence37/switch-image-fix Lawrence37 2024-01-27 21:47:15 -08:00
  • 4dd7517a55
    Merge pull request #6873 from 0v3rt1r3d/0v3rt1r3d/fix-a-couple-of-warnings Lawrence37 2024-01-27 21:46:14 -08:00
  • 9b7aef5d58
    Merge pull request #6865 from CarVac/dev Lawrence37 2024-01-27 21:45:40 -08:00
  • 516add1efd
    Merge pull request #6923 from Benitoite/patch-32 Lawrence37 2024-01-27 21:40:42 -08:00
  • 13bf7a1f0a
    Merge pull request #6857 from Lawrence37/camconst-from-art Lawrence37 2024-01-27 15:52:54 -08:00
  • 4a6abba826
    Merge pull request #6858 from Lawrence37/dcps-from-art Lawrence37 2024-01-26 23:14:12 -08:00
  • 7eb2aedbc1
    Merge pull request #6927 from Lawrence37/panasonic-dc-g100-white-levels Lawrence37 2024-01-25 21:04:19 -08:00
  • 366d6964c9
    Merge pull request #6894 from Lawrence37/appimage-debug-build Lawrence37 2024-01-25 21:03:15 -08:00
  • 5ffa0632f2
    Merge pull request #6885 from Lawrence37/asan-mem-leak Lawrence37 2024-01-25 21:02:50 -08:00
  • ddcaa7a81c
    Merge pull request #6881 from Lawrence37/lensfun-vignette-fix Lawrence37 2024-01-25 21:01:17 -08:00
  • 11a0a0b697 Fixes per pull request comments: fix %p-1 missing slash, use static_cast, fix int/unsigned mismatches Scott Gilbertson 2024-01-16 07:54:12 -05:00
  • 6cbc448f63 Handle Samba-style UNC prefix '//' in %p and %P queue output template specifiers Scott Gilbertson 2024-01-15 17:13:40 -05:00
  • 1df9b4869e Make %p and %P queue output template specifiers limit invalid range rather than treating that as an error. For example in a 4-element path "first 5 elements" and "last 5 elements" now return all four elements. Scott Gilbertson 2024-01-15 16:39:38 -05:00
  • a39e6779e4 Fix: If %p or %P queue template term includes start of file path, prepend the leading /, \ or \\ from the file path Scott Gilbertson 2024-01-15 15:27:09 -05:00
  • 343b5ecc68 Left-justify the queue destination preview label and allow it to scroll horizontally Scott Gilbertson 2024-01-15 14:40:56 -05:00
  • 2bc7cea5a1
    Add white levels for Panasonic DC-G100 Lawrence Lee 2024-01-14 12:58:05 -08:00
  • bbc8d0d4c7 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish Alexander Brock 2024-01-14 20:30:32 +01:00
  • 67da8a9634
    Implement Hasselblad flat-field and levels Lawrence Lee 2024-01-11 22:35:26 -08:00
  • 2b6789b4ac
    Fix Hasselblad model name when using LibRaw Lawrence Lee 2024-01-11 22:32:09 -08:00
  • b3bbaa6421 Code formatting: move ampersands next to types Scott Gilbertson 2024-01-10 18:55:52 -05:00
  • 9e310b7454 Minor changes per feedback in issue #6915 (mostly code formatting) Scott Gilbertson 2024-01-10 18:47:14 -05:00
  • d536289d6d
    mac: add new fancy dmg bkgnd png w/instructions Richard E Barber 2024-01-09 03:42:39 -08:00
  • 25907444b6
    mac: rm outdated fancy dmg bkgd png Richard E Barber 2024-01-09 03:41:00 -08:00
  • de67fa6577
    mac: rewrite of install readme instructions Richard E Barber 2024-01-09 03:38:28 -08:00
  • c918de3178 Reversed %p and %P processing cases for location templates, which were opposite to what the help says. Scott Gilbertson 2024-01-07 11:49:19 -05:00
  • 0127b68bdb Minor comment clarification Scott Gilbertson 2024-01-07 11:14:52 -05:00
  • df41028468 On Windows, use backslashes in template-generated paths (but continue to accept either / or \ in input strings, on any platform) Also deleted an unused helper function. Scott Gilbertson 2024-01-07 11:10:05 -05:00
  • 6df930b639 Minor tooltip change: shorter explanation of %f location template specifier Scott Gilbertson 2024-01-07 11:09:24 -05:00
  • f92e07e5cf Make destination path preview label selectable, so its contents can be copied to the clipboard Scott Gilbertson 2024-01-07 10:52:01 -05:00
  • 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 Scott Gilbertson 2024-01-07 10:42:44 -05:00
  • 5accf1e9db Add myself to the list of authors Scott Gilbertson 2024-01-07 10:31:05 -05:00
  • 0f66d43272 Update destination preview whenever the save format changes. Scott Gilbertson 2024-01-07 10:09:45 -05:00
  • d13badbbe0
    Implement DNG bad pixels constant for LibRaw Lawrence Lee 2024-01-01 17:55:05 -08:00
  • d96809ecab
    Copy missing camera constants from dcraw to LibRaw Lawrence Lee 2024-01-01 16:33:54 -08:00
  • ab21f77b95
    Implement Sony Pixel Shift for LibRaw Lawrence Lee 2024-01-01 16:09:04 -08:00
  • 21c53823ee Reimplemented %p template specifier to use new method, added %P specifier The %P specifier includes directories from the start of the file path, whereas the original %p specifier includes them from the end. In both cases N is from the last directory in the path, and -N is from the first directory in the path (N=1..9). Scott Gilbertson 2024-01-06 18:21:59 -05:00
  • b8d3f90ca0 Reimplement template %dN specifier, making %d-N count from start of path, not end Also made %pN selectively skip the next character only if it's a slash or backslash, so for example %p2/a, %p2\a and %p2a produce the same result. Scott Gilbertson 2024-01-06 18:01:56 -05:00
  • 587e0c6782 Simplified BatchQueue::updateDestinationPathPreview after noticing that calcAutoFileNameBase handles all cases Scott Gilbertson 2024-01-06 16:32:14 -05:00
  • 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. Scott Gilbertson 2024-01-06 16:00:19 -05:00
  • 88f9978e1f
    Merge commit 'de5f92937857cccc45080c59c6236561416e5ece' into libraw-copylib Lawrence Lee 2023-12-31 12:52:34 -08:00
  • de5f929378 Squashed 'rtengine/libraw/' changes from cccb97647..1ef70158d Lawrence Lee 2023-12-31 12:52:34 -08:00
  • ebf5b422be
    Use proper include for LibRaw Lawrence Lee 2023-12-31 12:33:01 -08:00
  • e599f71bf2
    Remove unused rawimage functions Lawrence Lee 2023-12-31 12:03:16 -08:00
  • dca44bb89a
    Fix crash loading multi-frame RAFs with LibRaw Lawrence Lee 2023-12-31 12:00:45 -08:00
  • 255a0c7086
    Merge pull request #6906 from Lawrence37/fix-odd-raw-crop-raw-ca Lawrence37 2023-12-23 11:18:31 -08:00
  • d0e36ee509
    Merge pull request #6904 from Lawrence37/fix-odd-raw-crop-raw-ca Lawrence37 2023-12-23 11:14:37 -08:00
  • 85746a8093
    Fix bad colors when demosaic border is odd Lawrence37 2023-12-21 22:09:32 -08:00
  • 1286fbacd6 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish Alexander Brock 2023-12-18 17:44:24 +01:00
  • 2b7889b645
    Add option to disable LibRaw in preferences Lawrence Lee 2023-12-17 15:34:12 -08:00
  • f296991419
    Implement DNG gain map for LibRaw Lawrence Lee 2023-12-17 14:45:03 -08:00
  • 31bf942d92
    Local adjustments - Show additional settings - link with complexity (#6899) Desmis 2023-12-17 08:37:20 +01:00
  • 1839db448d
    Merge pull request #6793 from Lawrence37/nr-gain Lawrence37 2023-12-16 11:11:24 -08:00
  • badbb9fbe2
    Add checkbox for disabling NR gain Lawrence Lee 2023-07-15 17:47:26 -07:00
  • 91bf250201
    Merge pull request #6853 from Beep6581/cherry-pick-5.10 Lawrence37 2023-12-13 12:54:17 -08:00
  • 886c7f5498
    LA exposure hide show sliders when expcomp different from zero (#6892) Desmis 2023-12-02 08:24:42 +01:00
  • 7c619f87bc
    Fix WB method reset when not using English Lawrence Lee 2023-11-26 16:25:06 -08:00
  • 339fdd9f04
    Ftblockdn - remove unwanted messages in console U-PCSPECIALIST01\jdesm 2023-11-17 09:38:46 +01:00
  • f6aa9b86cb
    White Balance - temperature correlation in batch mode - issue #6867 (#6877) Desmis 2023-11-07 07:38:13 +01:00
  • d5ba3cf232
    Fix crash in noise reduction Lawrence Lee 2023-10-29 16:20:12 -07:00
  • 1f9b21cbc0
    Removed gzip from windows.yml workflow #6864 Morgan Hardwood 2023-10-13 23:04:33 +02:00
  • 2b98bfb605
    Streamline Windows build action Miloš Komarčević 2023-10-12 16:28:56 +02:00
  • 01e8af8c89
    Fix color toning layers being hidden Lawrence Lee 2023-09-17 15:27:19 -07:00
  • ad4bd7dee5
    Auto white balance - change label and tooltip U-PCSPECIALIST01\jdesm 2023-09-08 18:09:05 +02:00
  • bdb5a72400
    Merge pull request #6895 from Christian-Kr/dev Beep6581 2023-12-10 23:01:25 +01:00
  • ea3d620f9f
    Merge pull request #6891 from marter001/german-translation-5-10 Beep6581 2023-12-10 22:52:57 +01:00
  • 92b3c46ba3 Exclude cmake-build directory from git. Christian Kr 2023-12-04 13:09:14 +01:00
  • 17d6759140
    Enable debug build for AppImage Lawrence Lee 2023-12-02 12:01:57 -08:00
  • 478e04e307
    Remove pre-dev publish branches Lawrence Lee 2023-12-02 12:00:47 -08:00
  • 32aca270ec
    LA exposure hide show sliders when expcomp different from zero (#6892) Desmis 2023-12-02 08:24:42 +01:00
  • 20d3311931
    Add decoding through LibRaw Lawrence Lee 2023-11-18 21:23:55 -08:00
  • 330f99832e
    Fix WB method reset when not using English Lawrence Lee 2023-11-26 16:25:06 -08:00
  • 0d714c6ea4
    revert changes to default file Martin 2023-11-21 21:42:45 +01:00
  • 0695e2ccc5
    fix typos Martin 2023-11-21 21:39:13 +01:00
  • eedf9ab269
    update german translations Martin 2023-11-21 21:36:09 +01:00
  • a95a58a8a3
    Fix sRGB working profile crash Lawrence Lee 2023-11-19 17:22:43 -08:00
  • 5cbf9bc560 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish Alexander Brock 2023-11-20 00:06:25 +01:00
  • 33a2d1c767
    Format code Lawrence37 2023-11-17 21:08:24 -08:00