c7500becb8Make template help initially hidden
Scott Gilbertson
2024-02-03 19:24:07 -05:00
e332446627Added "?" 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
7632d0df7cGot template help show/hide working (I had been hiding the wrong widget)
Scott Gilbertson
2024-02-03 13:13:25 -05:00
bfcfaca0baFirst 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
Merge pull request #6881 from Lawrence37/lensfun-vignette-fix
Lawrence37
2024-01-25 21:01:17 -08:00
11a0a0b697Fixes 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
6cbc448f63Handle Samba-style UNC prefix '//' in %p and %P queue output template specifiers
Scott Gilbertson
2024-01-15 17:13:40 -05:00
1df9b4869eMake %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
a39e6779e4Fix: 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
343b5ecc68Left-justify the queue destination preview label and allow it to scroll horizontally
Scott Gilbertson
2024-01-15 14:40:56 -05:00
mac: rewrite of install readme instructions
Richard E Barber
2024-01-09 03:38:28 -08:00
c918de3178Reversed %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
0127b68bdbMinor comment clarification
Scott Gilbertson
2024-01-07 11:14:52 -05:00
df41028468On 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
6df930b639Minor tooltip change: shorter explanation of %f location template specifier
Scott Gilbertson
2024-01-07 11:09:24 -05:00
f92e07e5cfMake destination path preview label selectable, so its contents can be copied to the clipboard
Scott Gilbertson
2024-01-07 10:52:01 -05:00
d9511d9af8Update 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
5accf1e9dbAdd myself to the list of authors
Scott Gilbertson
2024-01-07 10:31:05 -05:00
0f66d43272Update destination preview whenever the save format changes.
Scott Gilbertson
2024-01-07 10:09:45 -05:00
Implement Sony Pixel Shift for LibRaw
Lawrence Lee
2024-01-01 16:09:04 -08:00
21c53823eeReimplemented %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
b8d3f90ca0Reimplement 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
587e0c6782Simplified BatchQueue::updateDestinationPathPreview after noticing that calcAutoFileNameBase handles all cases
Scott Gilbertson
2024-01-06 16:32:14 -05:00
380d964077Add 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