sort by:
Revision Author Date Message Commit Date
2cbb763 Merge pull request #1310 from schenlap/nikon_d100 Nikon D100: reenable camera support after check, fixes #11238 16 October 2016, 11:09:47 UTC
1b8006e Nikon D1H: Reenable camera support after check, fixes #11239 Only 12 Bit compressed and uncompressed mode is availiable. 16 October 2016, 11:09:08 UTC
d655414 Dockerfile: usermanual: add docbook-xsl. Hopefully will help stop fetching XSL from internet. 16 October 2016, 10:11:01 UTC
7cd030b Nikon D100: reenable camera support after check, fixes #11238 12Bit mode is the only mode. Only 12Bit compressed samples were availible but up to now compressed and umcpmressed hat always the same black and white levels, so reenable both. 16 October 2016, 09:28:25 UTC
6a344f8 Dockerfile: usermanual: explicitly mention jdk/jre 16 October 2016, 09:11:53 UTC
faa0c88 Dockerfile: add usermanual deps 16 October 2016, 08:22:43 UTC
f0598aa Fix index on used_tags to be UNIQUE I forgot that constraint which made the table grow on every dt start. 15 October 2016, 21:17:24 UTC
753c45f Fix typo and update link to lensfun's homepage. 15 October 2016, 19:19:49 UTC
fbc11ac usermanual: fix typos 15 October 2016, 18:56:37 UTC
c930990 Merge pull request #1307 from schenlap/nikon_D3s Nikon D3s: reenable camera support for 12Bit, Refs #11232 (incomplete) 15 October 2016, 17:36:42 UTC
4d2decc Nikon D3s: reenable camera support for 12Bit, #11232 (incomplete) 15 October 2016, 17:25:40 UTC
fd5daf1 Merge pull request #1306 from schenlap/nikon_df Nikon Df: reenable camera support for 14Bit, Refs #11231 (incomplete) 15 October 2016, 17:18:43 UTC
d555af2 Nikon Df: reenable camera support for 14Bit, #11231 (incomplete) 12 Bit samples are missing. 15 October 2016, 17:10:07 UTC
533c9d9 Merge pull request #1305 from schenlap/nikon_e5700 Nikon E5700: reenable camera support after check, fixes #11229 15 October 2016, 16:09:33 UTC
8b31ccb Nikon E5700: reenable camera support after check, fixes #11229 User manual: {{{ Uncompressed: NEF (RAW-quality images), and TIFF-RGB (HI-quality images) }}} 15 October 2016, 15:49:00 UTC
6167bb7 Merge remote-tracking branch 'upstream/pr/1302' Turns out the multiplied color matrix is indeed correct. The un-multiplied-one results in wrong camera neutral wb. * upstream/pr/1302: Nikon 1D: partially revert 67c2f5df568d38d64cab92d1fccefc17643e68c6 15 October 2016, 12:59:29 UTC
31b70f8 Merge remote-tracking branch 'upstream/pr/1304' * upstream/pr/1304: Nikon E5400: reenable camera support after check, fixes #11228 15 October 2016, 12:46:14 UTC
9678032 Merge remote-tracking branch 'upstream/pr/1303' * upstream/pr/1303: Nikon P6000: reenable camera support, fixes #11227 15 October 2016, 12:39:49 UTC
85d9cd9 Nikon E5400: reenable camera support after check, fixes #11228 User manual mentions only uncompressed TIFF, no option to switch to 14Bit or compressed mode. Also there is a NEF sample file on rawsamples.ch. 15 October 2016, 11:35:11 UTC
ab650b9 Nikon P6000: reenable camera support, fixes #11227 Uncompressed 12 Bit is the only mode of this camera according to user manual. 15 October 2016, 11:35:11 UTC
8d32e61 Nikon P6000: reenable camera support, fixes #11227 Uncompressed 12 Bit is the only mode of this camera according to user manual. 15 October 2016, 11:03:17 UTC
333636d Nikon 1D: partially revert 67c2f5df568d38d64cab92d1fccefc17643e68c6 Adobe coeffs don't need to be changed for proper camera support. Due to same caching issues it seemed that changing adobe coeffs to the value of dngmeta is needed for proper openening of images. Keep adobe coeffs at there old values. 15 October 2016, 10:49:41 UTC
24773b6 usermanual: some fixes 15 October 2016, 06:15:51 UTC
1c6adb1 Migrate purge_unused_tags script to new db layout. 14 October 2016, 22:06:43 UTC
45a4137 Merge pull request #1301 from TuTPhoto/master First draft of the complete translation. 14 October 2016, 19:58:32 UTC
525e67f First draft of the complete translation. Needs fixes to make it consistent with the GUI 14 October 2016, 19:39:05 UTC
ae084dd Show if exr is supported in --version 14 October 2016, 19:33:25 UTC
abbc577 rawspeed: TiffIFD::parseDngPrivateData(): compare with "Adobe\0" via memcmp() 1. The tag can be non-zero-terminated (just replace \0 with anything else with hex editor) 2. We know the exact length and data that tag should contain ("Adobe\0", 6) => memcmp is the only sane choice here. There are probably a lot other cases like this. Fixes #11059 14 October 2016, 18:01:28 UTC
5331019 Merge remote-tracking branch 'upstream/pr/1300' * upstream/pr/1300: NIKON D1: reenable camera support, fixes #11223 14 October 2016, 17:38:52 UTC
67c2f5d NIKON D1: reenable camera support, fixes #11223 12Bit uncompressed is the only mode of this camera. Adobe coeffs where wrong and where calculatet to NaN. Image could not be opened with wrong coeffs so changing them is harmless. 14 October 2016, 17:19:07 UTC
de8ac28 Merge pull request #1299 from schenlap/nikon_d3100 NIKON D3100: remove non available modes 14 October 2016, 16:56:28 UTC
91aa357 Rawspeed: CameraMetaData(): properly compute "id" At least for Nikon D1, it is actually "Nikon D1 ", with the space at the end. In some codepaths, the spaces are trimmed, in some the are not. Fix this by trimming them before appending the "id". Noticed by Stefan Schöfegger. Adding these 2 functions as private members of the class caused some build issues, so at least for now they'll be static inline. 14 October 2016, 16:52:18 UTC
11dea30 Rawspeed: RawDecoder::setMetaData(): ThrowRDE() if no cam Fixes (stops loading) in Nikon D1 case.. 14 October 2016, 16:45:48 UTC
042838c NIKON D3100: remove non available modes, fixes #11225 According to user manual only 12 Bit mode is supported. There is no possiblity to change compression / non compression. Samples are compressed raw. 14 October 2016, 16:28:17 UTC
7e34e4a Merge pull request #1298 from schenlap/nikon_d70s NIKON D70s: reenable camera support, fixes #11224 14 October 2016, 16:27:44 UTC
28af090 darktableconfig.xml: make highlights module visible by default 14 October 2016, 16:14:50 UTC
f95d8cb usermanual: add some missing doctype headers 14 October 2016, 15:21:26 UTC
d050ad5 NIKON D70s: reenable camera support, fixes #11224 compressed 12 bit is the only mode the camera supports 14 October 2016, 15:14:41 UTC
4ba7a58 usermanual: fix typos 14 October 2016, 14:27:09 UTC
5ad8615 Merge remote-tracking branch 'upstream/pr/1297' * upstream/pr/1297: NIKON 1 S2: reenable camera support, fixes #11222 14 October 2016, 13:59:54 UTC
f143b51 usermanual: recent fixes in darktable-cli 14 October 2016, 13:56:12 UTC
e3e627f NIKON 1 S2: reenable camera support, fixes #11222 compressed 12bit is the only mode according to user manual 14 October 2016, 13:52:18 UTC
ee2ca00 Merge remote-tracking branch 'upstream/pr/1296' * upstream/pr/1296: Nikon D70: reenable camera support after check, fixes #11219 14 October 2016, 13:36:54 UTC
7aa3363 Merge remote-tracking branch 'upstream/pr/1295' * upstream/pr/1295: Nikon P7100: reenable camera support after check, fixes #11218 14 October 2016, 13:33:44 UTC
c299e7f CMake: cleanup -fPIC. It is indeed needed though. [14:48:53] <ngladitz> all objects linked into a shared library need to be compiled with position independent code (PIC) We compile some libs as STATIC, and then link into shared libdarktable... 14 October 2016, 13:23:43 UTC
111e767 Nikon D70: reenable camera support after check, fixes #11219 14 October 2016, 13:20:53 UTC
200cfa0 Nikon P7100: reenable camera support after check, fixes #11218 Manul does not say anything about more modes than the provides sampel, so compressed mode is deleted 14 October 2016, 13:13:52 UTC
af3cd47 Revert "Dockerfile: temporairly add python3-pkg-resources" Debian's python3-jsonschema now properly depends on python3-jsonschema, and is in testing. This reverts commit 50f63aec24c50b474f683ab02be4683dcee5e298. 14 October 2016, 11:38:08 UTC
f1ee12f CMake: cleanup rawspeed part a bit May help with alpine build issue? 14 October 2016, 11:06:05 UTC
1fe0d86 CMake: cleanup rs-identify, don't set RS_CAMERAS_XML_PATH globally. 14 October 2016, 11:04:08 UTC
d6d556c usermanual: darktable-chart 14 October 2016, 10:47:11 UTC
8fd2c7d rs-identify: forgot to drop -lintl 14 October 2016, 09:28:09 UTC
a5e4eb0 Temperature iop: add accels for presets. Fixes #11221 13 October 2016, 20:55:43 UTC
cf34ec3 fusion: rename +3ev to exposure steps in gui 13 October 2016, 20:20:58 UTC
62bf1ec Merge pull request #1293 from LebedevRI/specify-stacksize Increase stack / thread size to pre-defined limit. Fixes #10541 13 October 2016, 19:29:25 UTC
9f99053 Move RLIMIT_STACK stuff into a better place. 13 October 2016, 19:16:39 UTC
b709e67 An attempt at more portable printf() for rlim_t 13 October 2016, 18:59:46 UTC
df9ccff Increase stack / thread size to pre-defined limit. Refs #10541 Loosely based on PR #1086. 13 October 2016, 18:59:46 UTC
6a3916e CMake: cleanup no longer needed *BSD specific -lintl 13 October 2016, 17:07:57 UTC
d459eb0 Update French translation. 13 October 2016, 16:31:02 UTC
8fa1a49 Mark a string for translation. 13 October 2016, 16:30:45 UTC
285f9f3 Update French translation. 13 October 2016, 16:25:20 UTC
c0e6abf Merge branch 'fix-local-copy' * fix-local-copy: Sync the XMP sidecar always with the original file if accessible. Fix auto-resync at startup to write XMP with original file. 13 October 2016, 16:08:18 UTC
0239aa1 Sync the XMP sidecar always with the original file if accessible. If the original file is accessible, write the sidecar file next to it and not with the local copy. This ensure that modifications done on the local copy is properly synchronized when doing a resync. 13 October 2016, 15:35:46 UTC
146a0e0 Fix auto-resync at startup to write XMP with original file. Only resync at startup if the original file is accessible. 13 October 2016, 15:35:43 UTC
a22acc1 Merge branch 'master' of ssh://github.com/darktable-org/darktable 13 October 2016, 14:50:30 UTC
873e1b8 Updated Dutch translation 13 October 2016, 14:48:52 UTC
dbd489b Fix import of folders, don't import parent folder This was broken in f2edca975b263f0a2450f5daba25425751b3c38f and was triggered when passing a folder name not ending in '/'. Thanks pobry for spotting this. 13 October 2016, 14:48:26 UTC
4d916ab [l10n] Update German translation 13 October 2016, 09:40:21 UTC
8d6d300 Add some files for translation 13 October 2016, 09:30:55 UTC
df45804 Mark a string for translation 13 October 2016, 09:25:56 UTC
c90e4f1 dt-chart: Show fitting result in gui This adds a label under the process button, showing avg and max error in dE. 13 October 2016, 09:22:20 UTC
97c8861 Small refactoring 13 October 2016, 08:21:20 UTC
8498174 RawSpeed: Canon EOS 80D: add support for mRaw and sRaw formats (fixes #11028) New decoder hint: wrapped_cr2_slices 13 October 2016, 05:00:48 UTC
24db086 Update French translation. 12 October 2016, 21:12:54 UTC
2a81acc Fix the bug that dt-cli can't operate on folders This finally allows dt-cli to accept a folder as the 1st parameter. This is most useful with variables in the output name. Just make sure to keep an explicit file extension for the output! For example like this: darktable-cli in/ nice_look.xmp "out/img_\$(SEQUENCE).jpg" 12 October 2016, 19:58:20 UTC
33e41d8 Add a helper function to get all imgid for filmid 12 October 2016, 19:38:13 UTC
30d5ac7 Run jobs synchronously when scheduler not running This is so far only tested for importing a folder. 12 October 2016, 19:36:33 UTC
f2edca9 Clean folder name before opening as filmroll Before it could happen that the initial string ended in '/' which would trigger the creation of a new filmroll during import as it's there compared to a version without the slash. So let's clean the initial string, too. 12 October 2016, 19:34:03 UTC
262fabd Only tell windowmanager to hint when gui is present 12 October 2016, 19:31:21 UTC
0d5f9b7 Don't init camctl when running without a gui 12 October 2016, 18:44:39 UTC
ab24fa7 CMake: lower stack usage warning to 32Kb 12 October 2016, 16:44:48 UTC
bee3bfc Gallery storage imageio: store(): next[], prev[] are unused. Brings stack usage below under 32K 12 October 2016, 16:44:48 UTC
1e6ee27 Demosaic iop: process_vng_cl(): use malloc() 12 October 2016, 16:44:48 UTC
4a6e7e4 Demosaic iop: lin_interpolate(): use malloc() 12 October 2016, 16:44:40 UTC
5f31c89 Rawspeed: Nikon D3: correct 12-bit whitelevels, enable. Fixes #11216 12 October 2016, 16:25:24 UTC
b7bd65e Travis: use docker --readonly, install (#1292) 12 October 2016, 12:47:08 UTC
36a25e8 Updated Dutch translation 11 October 2016, 22:14:30 UTC
0073d01 usermanual: reflect recent module name change 11 October 2016, 17:43:02 UTC
dc0b901 clut: rename module to `color look up table', without the color checker 11 October 2016, 17:28:41 UTC
b8d59d7 travis: underline build result in IRC message 11 October 2016, 10:55:02 UTC
7fe7bfc Add a TODO to grouping specs 11 October 2016, 10:27:41 UTC
d1d74de travis: Try to customize IRC messages This gets rid of the "Change view" line and tries to add colors 11 October 2016, 10:16:24 UTC
b1895a0 [l10n] Fix a bad translation in de.po Fixes #11213 11 October 2016, 09:51:30 UTC
a8c3ea7 Fix crash with missing configured display profile 11 October 2016, 09:40:15 UTC
3fe340e Merge pull request #1282 from upegelow/ppg_streamline opencl: streamline ppg demosaic 11 October 2016, 05:33:26 UTC
f06c11b Merge pull request #1290 from LebedevRI/opencl-dynalloc dt_opencl_init(): use new dt_opencl_get_device_info() 11 October 2016, 05:32:29 UTC
c3b83d3 dt_opencl_device_init(): use dt_opencl_get_device_info() whereever possible Decreases stack usage below 32K: /home/lebedevri/darktable/src/common/opencl.c: In function ‘dt_opencl_device_init’: /home/lebedevri/darktable/src/common/opencl.c:473:1: warning: the frame size of 30064 bytes is larger than 0 bytes [-Wframe-larger-than=] 10 October 2016, 20:23:57 UTC
6685eed Update French translation. 10 October 2016, 20:23:30 UTC
9820a75 dt_opencl_init(): factor out dt_opencl_device_init(). 1. LOC 2. Will be needed for saner leak-free memory handling. 10 October 2016, 20:20:59 UTC
back to top