193 Commits

Author SHA1 Message Date
rom9
9df8008949 Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.

Added support for Fuji X-Trans raw files.

Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.

Moved film negative processing stuff in its own compilation unit.

Code cleanup: removed redundant omp directives.

Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.

Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
Morgan Hardwood
386ae560b1 generateTranslationDiffs 2019-06-03 14:32:22 +02:00
TooWaBoo
0241179244
Fixed typo "Korreturwert" 2019-05-26 04:30:19 +02:00
TooWaBoo
2643529d9f
Update Deutsch locale 2019-05-25 17:27:24 +02:00
Morgan Hardwood
683377e039 generateTranslationDiffs 2019-05-24 16:50:23 +02:00
Morgan Hardwood
853b198b1e Clarify what is being deleted in Trash, fixes #5337
The message shown when deleting items in trash was ambiguous.
2019-05-24 16:46:51 +02:00
Morgan Hardwood
ec059cb38d generateTranslationDiffs 2019-04-20 19:55:51 +02:00
TooWaBoo
1eed354813 Update Deutsch locale 2019-04-20 19:50:56 +02:00
Morgan Hardwood
4a0a6251bb generateTranslationDiffs 2019-04-17 14:33:36 +02:00
Morgan Hardwood
bb58e65ffc Revision of Lens/Geometry and CA labels
Closes #5132
2019-04-10 13:31:21 +02:00
Morgan Hardwood
5bddcb45da Queue language key and string fixes
https://discuss.pixls.us/t/solved-change-of-queue-output-directory-not-taken-fully-into-account-if-no-f/11975
2019-04-03 16:24:55 +02:00
Morgan Hardwood
6299abf101 Deleted unused language keys 2019-03-31 23:45:37 +02:00
Morgan Hardwood
bf41152ec8 generateTranslationDiffs 2019-03-31 22:52:16 +02:00
Morgan Hardwood
761f127d44 Removed obsolete translation keys 2019-03-31 21:26:34 +02:00
TooWaBoo
ecdf10019e
Typo korrected 2019-03-25 09:46:03 +01:00
TooWaBoo
1d462f1299
Update Deutsch locale 2019-03-25 09:42:47 +01:00
Morgan Hardwood
ab7d249173 generateTranslationDiffs 2019-03-25 01:58:20 +01:00
Morgan Hardwood
2afb5fc597 generateTranslationDiffs 2019-03-24 22:06:30 +01:00
Beep6581
fe5636b09a
Merge pull request #5192 from TooWaBoo/locale_deutsch
Update Deutsch locale
2019-02-28 11:06:53 +01:00
Morgan Hardwood
625bee2e21 Removed keys made obsolete by previous commit 2019-02-25 15:50:34 +01:00
TooWaBoo
ddce2f2599
Correction 2019-02-24 16:04:31 +01:00
TooWaBoo
f42c825272
Update Deutsch locale 2019-02-24 16:01:57 +01:00
Morgan Hardwood
04f8fc6cc8 generateTranslationDiffs 2019-02-21 12:52:30 +01:00
TooWaBoo
02f8e91897
Update Deutsch locale 2019-01-19 10:52:07 +01:00
Morgan Hardwood
b39b3e932f generateTranslationDiffs 2019-01-09 22:50:07 +01:00
Morgan Hardwood
0b464c1eb4 Removed Tone Mapping tooltip #2221 2018-12-17 00:21:58 +01:00
TooWaBoo
bf6d8a3278
Update Deutsch locale (Colorpicker Tooltip) 2018-12-16 02:00:14 +01:00
Morgan Hardwood
8073c3dfde Capitalization correction and generateTranslationDiffs 2018-12-11 20:55:47 +01:00
Morgan Hardwood
f72277bf4e Removed PDAF tooltip in favor of RawPedia 2018-12-11 20:46:50 +01:00
TooWaBoo
26720bdc2b
Update Deutsch locale 2018-12-11 16:51:45 +01:00
Morgan Hardwood
95b1fb77a1 generateTranslationDiffs 2018-12-11 09:21:20 +01:00
Morgan Hardwood
4a949685ca generateTranslationDiffs 2018-12-03 16:24:41 +01:00
TooWaBoo
eb24230d08
Update Deutsch (Forgot to remove the "!" sign 2018-12-02 22:32:18 +01:00
TooWaBoo
e7923aa5e8
Update Deutsch locale 2018-12-02 22:13:48 +01:00
Morgan Hardwood
4aed2ab103 generateTranslationDiffs 2018-12-02 21:55:47 +01:00
Morgan Hardwood
27e6d5e723 generateTranslationDiffs Deutsch 2018-11-24 13:14:54 +01:00
TooWaBoo
a9d13ab56a
Update Deutsch locale 2018-11-24 06:30:49 +01:00
Morgan Hardwood
7adad4688d Updated translations
Updated or deleted MAIN_TOOLTIP_PREVIEWSHARPMASK
from f5d56f #5018 and ran generateTranslationDiffs
2018-11-23 22:11:09 +01:00
Morgan Hardwood
1d8cd22c0a generateTranslationDiffs 2018-11-22 08:57:33 +01:00
Morgan Hardwood
546c8ca381 Removed obsolete PREFERENCES_CIEART* keys 2018-11-22 08:55:08 +01:00
TooWaBoo
2d0d2a4450 Update Deutsch locale (#5005) 2018-11-22 08:52:30 +01:00
Morgan Hardwood
179a1db5e3 generateTranslationDiffs 2018-11-21 12:51:23 +01:00
Morgan Hardwood
bba0f72ddc Revision of interface strings
Changes for consistency, grammar, clarity, and making optimal use of
screen space.
2018-11-21 01:12:54 +01:00
Morgan Hardwood
ff6d02fd71 Hide manual lens correction widgets when not needed
- The comboboxes and their respective labels for manually specifying a
  camera and lens are now hidden when not in manual mode to not confuse
  the user.
- All Lens Correction Profile widgets are now aligned.
- Labels changed to not mislead users - the tool lets you select a lens
  profile, but it does not let you manually specify the individual
  correction parameters as previously implied.

Closes #4995, closes #4997
2018-11-19 18:28:37 +01:00
Morgan Hardwood
4e78bba2ee generateTranslationDiffs 2018-11-04 20:26:08 +01:00
Morgan Hardwood
cd4fa42776 Removed changed locale keys
Related to #4912 0c488ea
2018-11-03 14:14:16 +01:00
Morgan Hardwood
aeae61f67f Updated Preferences > File Browser > Cache Options
- UI updated to use grid so that the options nicely align.
- "Clear only cached processing profiles" and "Clear all" buttons are
  hidden when Preferences > Image Processing > Processing profile saving
  location is set to "next to the input file", #4911
2018-11-01 17:36:20 +01:00
Morgan Hardwood
f897558621 Renamed cache context menu strings #4907 2018-10-31 22:34:28 +01:00
TooWaBoo
589e61efba
Update Deutsch
Comma fixed
2018-10-09 21:44:34 +02:00
TooWaBoo
c97a4904a7
Update Deutsch locale 2018-10-05 04:36:52 +02:00