147 Commits

Author SHA1 Message Date
Hombre
ec2181f7ff Fix #4532, Fix #4533 : Pentax HDR/PEF and 16/24 bits float support 2018-05-06 17:14:44 +02:00
Morgan Hardwood
390a3ef7f7 generateTranslationDiffs 2018-04-23 10:21:35 +02:00
Morgan Hardwood
bbda4e9caf Translation updates
- Changed instances of en_GB to en_US in default.
- Removed modified keys from translations.
2018-04-23 10:14:46 +02:00
Morgan Hardwood
29f41d2890 Fixed spelling and grammar, and generateTranslationDiffs 2018-04-06 11:45:43 +02:00
Morgan Hardwood
4511b693e1 Updated PREFERENCES_SND_THRESHOLDSECS key and generateTranslationDiffs 2018-03-25 01:28:42 +01:00
Morgan Hardwood
34807dc7a9 Updated zoom-to-crop/fit keyboard shortcuts where possible, #4417 2018-02-28 16:06:11 +01:00
Hombre
046e0d6c93 Merge branch 'dev' into alert-after-splash 2018-02-26 17:37:23 +01:00
Hombre
619ae528ca Updated French language file 2018-02-25 22:32:32 +01:00
Hombre
b430ca19a6 Double fallback implemented (see #4396)
If the user's default profile is not found, it'll fallback to the
bundled one. If this one is not found, it'll fall back to internal
values. No restart required. Only the GUI alert are localized.
2018-02-24 14:02:50 +01:00
Hombre
ff021826c6 Falling back to RT's default profile if actually set default profile
doesn't exist (see #4396). If the actually set default profile was RT's
default profile, whichcan't be accessed for any reason, it'll then fall
back by the Internal profile.
2018-02-19 23:20:41 +01:00
Morgan Hardwood
0c1befb82d generateTranslationDiffs 2018-02-07 22:19:37 +01:00
Morgan Hardwood
21f27e1f21 generateTranslationDiffs 2018-02-05 23:25:05 +01:00
Hombre
c0ceeb2c95 Updated French strings 2018-01-25 00:51:46 +01:00
Hombre
52be618963 Bugfix in LabGrid class + code refactoring
- suppressed trailing `_` char for class' parameters
- renamed function name (those not related to Gtk) to lowerCamelCase
- changed the mecanism of dragging point, to avoid throwing unecessary
`panelChange` event
- added a `reset` function, with support of `toInitial` to get back the
values at load time (CTRL+click on reset button)
- `on_draw` optimisation: now LabGrid IS A BackBuffer
2018-01-13 20:26:19 +01:00
Morgan Hardwood
888de585d4 Queue state verbose, fixes #4058
Improvement to the Batch Queue:
- Start Queue/Stop Queue checkboxes replaced with one swith.
- It is now immediately clear whether the queue is running or not.
- The queue is visually stopped once it is empty.
- String keys fixed to use BATCHQUEUE_ prefix instead of FILEBROWSER_.
2018-01-05 22:44:07 +01:00
Morgan Hardwood
431d134202 Revision of Noise Reduction labels
Revised all Noise Reduction labels, now they are grouped by the sub-tool
they correspond to and are easier to translate by those who don't know
how to search through the code.
Used generic labels where possible (curve, slider).
Renamed "Quality" to "Mode", and "Method" to "Color space".
Closes #3854
2017-12-31 17:42:30 +01:00
Morgan Hardwood
5ecb05ba23 "Custom command line" label.
Changed "Other command line" to "Custom command line".
2017-12-29 17:08:15 +01:00
Morgan Hardwood
3762a8332f generateTranslationDiffs 2017-12-21 13:31:46 +01:00
Morgan Hardwood
ba74c5c0e4 generateTranslationDiffs 2017-12-20 09:44:45 +01:00
Morgan Hardwood
48cc4511cc generateTranslationDiffs 2017-12-13 00:10:56 +01:00
Stefal
9da5da8953
Update french translation 2017-11-30 11:36:51 +01:00
Hombre
bfb27bee14 Updated French translation + typo in default language file 2017-11-26 00:14:26 +01:00
Morgan Hardwood
5d45cc13ab generateTranslationDiffs 2017-11-19 10:25:39 +01:00
Hombre
0a9f382967 Refactored name for Fattal / Alpha & Beta + updated ranges (see #4168)
Ranges for Threshold and Amount is now -100 / +100 integer. Effective
range should be modified in ImProcFunctions::ToneMapFattal02 if ever.
2017-11-04 23:09:58 +01:00
Hombre
b64707bea6 Adding ADD/SET mechanism to Fattal HDR tool + PartialPaste dialog gui
+ range of Beta limited to 0.7 <> 1.3.

ADD/SET mechanism was missing for EPD tool too, so it's included in this
commit.

see #4168
2017-11-04 21:27:11 +01:00
Hombre57
3d4ff41550 Save some space in Preference / Image processing tab (see #3526) 2017-10-17 23:25:09 +02:00
Hombre57
02463995af Merge branch 'dev' into multiframe-handling 2017-10-13 22:51:42 +02:00
Hombre57
d749c44a5e Revert "Updated language file (#4008)"
This reverts commit bfc8f2891ad1c206fe8b00fa82d069bbd02272d9.
2017-10-13 22:50:32 +02:00
Hombre57
f38680b0f8 Updating misleading tooltips of Soft-proofing buttons (no issue) 2017-10-10 23:42:59 +02:00
Hombre57
bfc8f2891a Updated language file (#4008) 2017-10-09 23:31:23 +02:00
Hombre57
180912df0f Merge branch 'dev' into multiframe-handling 2017-10-04 23:34:28 +02:00
Morgan Hardwood
912279cb1a generateTranslationDiffs 2017-09-22 08:51:18 +02:00
Hombre57
615dfcbb6c Added "Show all" button in Exif panel + astylized exifpanel.cc/.h
See #4008
2017-09-22 00:35:10 +02:00
Morgan Hardwood
f0acd2396e generateTranslationDiffs 2017-09-21 09:28:41 +02:00
Hombre57
6c988e94d4 FileBrowser now detects the 2 frames from DualPixel Canon files
The QuickInfo frame from the EditorPanel now display the number of frame
contained in the image file if > 1 

See #4008
2017-09-18 21:30:42 +02:00
Hombre57
0905294bda Merge branch 'dev' into multiframe-handling, with some merge bugfix 2017-09-17 01:15:51 +02:00
Morgan Hardwood
87b84b3c7b Reworded DCP tooltips and generateTranslationDiffs 2017-08-19 15:36:38 +02:00
Morgan Hardwood
da4630ef22 Removed "Default" from "Default Language" and "Default Theme", regenerated translations. 2017-08-15 20:08:41 +02:00
Hombre57
1a296b763f Correction as discussed in commit review (see also issue #4008) 2017-08-10 00:50:26 +02:00
Hombre57
f23be9345c Add multi-frame handling.
- Exif of all frames are displayed in the Editor's Exif tab (without
separator)
- isHDR and isPixelShift is added to the data files stored in cache
- In the Editor panel, the QuickInfo frame display the HDR and
PixelShift information, as well as the number of frame and bit-depth for
HDR image
- the number of frame is provided by dcraw. If not set, it is provided
by the Exif's main IFD count
- the PixelShift information (for Pentax as of now) is provided by
looking at the Exif informations
- the HDR information is provided by the Exif information of the first
frame for Pentax raw files, or by the bitspersample, sampleformat and
compression tags for other files

TODO: add icons to the thumbnails to tag HDR and PixelShift files.
2017-08-08 23:42:05 +02:00
Hombre57
f24f028fe5 Updated French translation 2017-07-23 02:49:36 +02:00
Morgan Hardwood
e7d8f2ac83 generateTranslationDiffs 2017-07-21 11:25:21 +02:00
Morgan Hardwood
082c69a124 Further interface label revision, mostly Pixel Shift 2017-05-04 00:13:27 +02:00
Morgan Hardwood
b1af0d661c Updated TP_RAW_IMAGENUM_TOOLTIP 2017-05-03 22:30:58 +02:00
Morgan Hardwood
149e1b604f Removed unused interface label keys and regenerated all language files. 2017-05-03 21:45:34 +02:00
Hombre
3724c38e84 Updated label for Batch Editor's tab in File Browser (#3843) 2017-04-28 21:04:46 +02:00
Morgan Hardwood
01bd7463a1 ./tools/generateTranslationDiffs 2017-04-25 18:27:31 +02:00
Morgan Hardwood
795a473602 generateTranslationDiffs 2017-04-06 12:27:44 +02:00
Hombre
209ea3533b Adding PixelShift to PartialPaste window + small bugfixs (issue #3489) 2017-03-28 00:02:10 +02:00
Morgan Hardwood
644e33f4f1 Revised demosaicing method labels. 2017-03-23 00:33:37 +01:00