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
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
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