sort by:
Revision Author Date Message Commit Date
e06cdba Base and tone curves for Nikon D810 07 December 2015, 20:17:26 UTC
f524569 Make scrollbars less wide. Continued work for ecec6d7. No negative side effects found. 06 December 2015, 15:49:21 UTC
f7af19a lua doc : fix capitalisation 06 December 2015, 11:33:44 UTC
be026d6 usermanual: some fixes 06 December 2015, 11:19:33 UTC
c3d6bda rawspeed: support FZ150 3:2 and fix 4:3 blackpoint 06 December 2015, 01:26:03 UTC
39aabb1 rawspeed: fix wb for Canon G3 X 06 December 2015, 00:02:08 UTC
abdb97d rawspeed: wb support for the Leaf Credo line 05 December 2015, 23:19:32 UTC
7d25cf3 rawspeed: fix Nikon D1 whitebalance 05 December 2015, 20:21:26 UTC
d84812a rawspeed: make 0x0032 CRW tag the last wb option 05 December 2015, 19:30:44 UTC
5f743ee rawspeed: WB support for Canon Pro1/G6/S60/S70 05 December 2015, 19:13:20 UTC
1e6975d rawspeed: add another WB mode for Canon D30 05 December 2015, 18:59:00 UTC
3aaa92b rawspeed: Fix WB for Canon G3/G5/S45/S50 (fixes #10758) 05 December 2015, 18:23:35 UTC
19ad5ce Temperature iop: reload_defaults(): prefer bogus wb over any other non-rs wb. So now this is the priority in which WB can be selected, if the previous entries did not succeed: 0. stored in dt_image_t wb_coeffs[3], if valid (not NAN, not 0.0) 1. if there is cmatrix, bogus "autocalculated" daylight WB 2. any first camera wb preset we find 3. hardcoded defaults. Previously, we preferred (2.) camera wb preset over (1.) bogus wb for historic reasons, i guess. But libraw used to output (1.) bogus wb in case of missing wb info, and rawspeed no longer (since 05af0353baed7b868f36e5ee099e99281fa8f0f2) has those wb overrides (which matched what libraw used to provide). So we need to make sure to default to the same wb values... Follow-up for 05af0353baed7b868f36e5ee099e99281fa8f0f2. Still needs a list of make/model that should be ignored and not warned about missing wb info. 05 December 2015, 17:34:18 UTC
f949fe6 rawspeed: fix wb for Canon S90 (refs #10758) 05 December 2015, 16:35:16 UTC
534b628 Update French translation. 05 December 2015, 09:23:40 UTC
26a2028 noiseprofiles: add Sony A7RII Thanks to Mark Garrow for the sample files 04 December 2015, 20:21:27 UTC
8a794d7 dt_mipmap_cache_remove(): pass pointer, not address of pointer. Fixes #10755 I broke it in db940776ec29af1494ab4553dad527f391c9c33e :( 04 December 2015, 10:53:41 UTC
08241ad Revert po/POTFILES.in part. intltool-update -m is unreliable - does not detect e.g.: dt_control_log(_( "couldn't expand to a unique filename for session, please check your import session settings.")); I.e. if the string is on next line after _( This partially reverts commit 69510d64655772c64f45e176e433c7d1200b6d0d. 03 December 2015, 18:29:09 UTC
c84f8a9 Fix a deadlock This might also be related to bug #10752. 03 December 2015, 18:24:46 UTC
69510d6 po/POTFILES.*: regenerate from scratch 1. cd po/ 2. intltool-update -m showed no output 3. rm POTFILES.skip 4. intltool-update -m, manually add all it's output into POTFILES.skip 5. rm POTFILES.in 6. intltool-update -m, manually add all it's output into POTFILES.in So i'm confident that this does not change the translatable strings. 03 December 2015, 17:53:53 UTC
139c7a4 Gui preferences: tree_insert_rec(): s/gtk20/gtk30/ for g_dpgettext2() Might prevent some translation issues if there is no gtk2.0 installed. 03 December 2015, 17:36:08 UTC
47a5ccd Fix warning with old display profile thumbs Don't warn when display profile was used and print the used color space in other error cases. This is related to bug #10752. 03 December 2015, 17:03:17 UTC
d6b9c5a Speed up thumbnail CM using OpenMP 02 December 2015, 17:39:24 UTC
d0fdb0d Merge pull request #1056 from michleb/master Proofreading and update the French translation of the user manual 2.0 02 December 2015, 17:10:19 UTC
4af0cd1 Skip some work when showing a single image on lt ... by only updating & prefetching when we actually moved to another image. 02 December 2015, 12:45:45 UTC
bfa5ad5 Make msgfmt -c happy 02 December 2015, 10:29:22 UTC
50155ab Merge branch 'master' of https://github.com/darktable-org/darktable 02 December 2015, 09:53:00 UTC
7ebfe07 Proofreading of the French translation of the usermanual (Chapters 1 and 2) 02 December 2015, 09:48:23 UTC
39fbdcf Update French translation, a space is required between quotes. 02 December 2015, 08:48:20 UTC
be8aa11 Update French translation. 02 December 2015, 08:40:56 UTC
bc8658b rawspeed: support another Canon 350D alias fixes #10749 fixes #1055 May thanks to Hauke Petersen for catching the issue and providing a sample. 01 December 2015, 23:19:48 UTC
71f42c5 translations: fix broken build by sv.po error 01 December 2015, 23:15:35 UTC
845b53a [l10n] Swedish update 01 December 2015, 21:28:37 UTC
e91eae2 [l10n] Swedish update 01 December 2015, 20:50:53 UTC
60eeb67 Merge branch 'master' of https://github.com/darktable-org/darktable 01 December 2015, 17:04:46 UTC
e975e6f Silence a bunch of clang warnings http://houz.org/clang/ will be updated accordingly 01 December 2015, 14:46:38 UTC
96dec2f Update French translation of the usermanual after fix for #10747 and some adjustments needed after split of API manual 01 December 2015, 14:45:09 UTC
c81b46e Fix another memleak 01 December 2015, 12:27:34 UTC
e18ea70 Fix a small memory leak of map images 01 December 2015, 11:58:16 UTC
b05fa3c Don't use calloc when using g_free later 01 December 2015, 11:43:50 UTC
195c7a4 Clarify message when lua api doc can't be build 01 December 2015, 11:27:01 UTC
2a0a4c5 Fix a clang warning about VLA of size 0 This skips some image prefetching when 0 images are requested. 01 December 2015, 11:06:19 UTC
9aebdee PDF format needs init() even when built without Lua 01 December 2015, 11:04:03 UTC
3a59060 Merge branch 'master' of https://github.com/darktable-org/darktable 01 December 2015, 09:57:18 UTC
32dccdf Proofreading of the French translation of the usermanual (continued)) 01 December 2015, 09:55:11 UTC
ca5bdba Update French translation. 30 November 2015, 21:49:07 UTC
24803c5 usermanual: some last minute changes incl. fix for #10747 30 November 2015, 19:26:33 UTC
d29e3c8 usermanual: some adjustments needed after split of API manual 30 November 2015, 19:17:31 UTC
d00e5b0 Fix a GTK warning 30 November 2015, 14:09:41 UTC
acd16cc Reset the cursor when switching views 30 November 2015, 12:12:50 UTC
dde4336 Merge branch 'master' of https://github.com/darktable-org/darktable 30 November 2015, 08:25:42 UTC
7fd48cd Proofreading of the French translation of the usermanual (Part of Chapter 2 ) 30 November 2015, 08:21:46 UTC
8671f02 Ellipsize watermark's font selector 29 November 2015, 23:22:20 UTC
ecec6d7 Make scrollbars less wide I couldn't find any negative side effects of this after an initial look. 29 November 2015, 22:14:29 UTC
f094417 Merge pull request #1053 from MRIG/master Updated Dutch translation 29 November 2015, 20:58:21 UTC
bc9c83c Updated Dutch translation 29 November 2015, 20:56:47 UTC
b0df25b Merge branch 'master' of https://github.com/darktable-org/darktable 29 November 2015, 20:40:20 UTC
fafe77f Don't show image lib when lua adds a button This made dt to always show the selected image[s] lib on startup, no matter what's the expanded state. 29 November 2015, 19:36:19 UTC
e81ee5b Fix #10746: Make metadata entries expand 29 November 2015, 19:10:44 UTC
57d8116 Fix #10745: Correctly update/clear metadata entries ... and clean the code a bit. 29 November 2015, 19:04:19 UTC
05af035 rawspeed: get rid of the whitebalance overrides Since we now have a proper way to do whitebalance fallback it no longer makes sense for rawspeed to have a hardcoded whitebalance value for some cameras. 29 November 2015, 18:53:55 UTC
bf70218 rawspeed: LJpegDecompressor::createBigTable(): UB: shifting a negative signed value Supposedly, this is the correct way to fix it, but apparently i do not have a correct sample that uses that code... clang 3.7+ warning: shifting a negative signed value is undefined [-Wshift-negative-value] 29 November 2015, 18:31:12 UTC
b4b6cb6 rawspeed: sync minor changes with upstream 29 November 2015, 18:06:16 UTC
a1da51c lua usermanual : split API into its own document 29 November 2015, 18:04:17 UTC
49be098 exr format: fix a warning there are other cases like that, but for some reason only C++ files trigger this kind of warning: [ 92%] Building CXX object src/imageio/format/CMakeFiles/exr.dir/exr.cc.o src/imageio/format/exr.cc:183:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] dt_control_log(_("the selected output profile doesn't work well with exr")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/local/include/glib-2.0/glib/gi18n.h:26:20: note: expanded from macro '_' ^~~~~~~~~~~~~~~~ 1 warning generated. 29 November 2015, 17:39:39 UTC
b3fbe89 Merge pull request #1049 from prescott66/patch-8 Update sk.po 29 November 2015, 16:58:46 UTC
64d2c8d Merge pull request #1050 from maethor/crop-aspect-panorama Add 3:1 panorama crop aspect. 29 November 2015, 16:54:51 UTC
dc0b20f Fix #10744: Update list when a style was added 29 November 2015, 16:41:13 UTC
494a466 Revert a6e5655f and edb299d1 This patch to fix a warning reported by CMake when Ninja is used as the build tool incorrectly reverted 91ed7438. Using an absolute path for the DTD in the XML source is not possible because of the possibility of non-ASCII characters in the path. A new patch will be prepared later. 29 November 2015, 16:07:24 UTC
edb299d data/darktableconfig.xml.in: Use an absolute path for the DTD xsltproc(1) supports --path to specify a search path for DTDs, but saxon-xslt does not seem to provide an equivalent. This fixes build warnings (with xsltproc) or failures (with Saxon) with several files depending on data/darktableconfig.xml and therefore data/darktableconfig.dtd. 29 November 2015, 15:54:53 UTC
bf58b1c Introspection: Add helper to look for enum names 29 November 2015, 15:51:49 UTC
faf66b1 Introspection: Add support for [u]int16_t 29 November 2015, 15:51:09 UTC
871955f CMakeLists.txt: APRIL_FOOLS is gone since 164ca1393fbaa4bcac884e2e489e9d3484ee117a 29 November 2015, 14:39:57 UTC
e2422bd Merge branch 'master' of https://github.com/darktable-org/darktable 29 November 2015, 14:02:15 UTC
667d020 Fix gtk_accel_map_lookup_entry()/gtk_accelerator_get_label() order reversal. Coverity CID 1341056, CID 1341057. 29 November 2015, 13:03:30 UTC
9f0b9cd Add support for the Canon PowerShot G5 X 29 November 2015, 12:47:01 UTC
028c03c Watermark iop: fix misuse of dtgtk_reset_label_new() 29 November 2015, 11:33:35 UTC
657ed1e Revert "Minor cut&paste fix." This reverts commit fed9da71c625a37cdbdbd772ed21ffcfbe6cd805. 29 November 2015, 11:28:09 UTC
fed9da7 Minor cut&paste fix. 29 November 2015, 11:17:00 UTC
41713f6 exposure: fix capitals 29 November 2015, 10:55:04 UTC
c178450 develop: recover default history stacks from funky xmp history_end was ending up to be NULL in db, resulting in 0 (original), essentially discarding history stacks. now checking for that case explicitly and using the last history item then. still don't understand how this could happen in the first place. 29 November 2015, 10:50:22 UTC
c375f99 Exposure iop: deflicker: adapt to non 14-bit input data. Fixes #10739. Breaks history stacks. This removes "histogram of" selection, only histogram of source raw buffer makes sense. Also, hardens checks for when deflicker can be used - only if original input buffer is uint16_t. Yes, this breaks history stacks. But deflicker (still) hasn't been officially released exactly for this reason, so... :( 29 November 2015, 10:16:57 UTC
4980caf Histogram: correctly scale and sample data... 29 November 2015, 10:16:57 UTC
e105129 noiseprofiles: add Sony A77mk2 28 November 2015, 22:47:27 UTC
ef654dc Merge branch 'master' of https://github.com/darktable-org/darktable 28 November 2015, 16:09:36 UTC
92f433d Merge pull request #1044 from pedrocr/d1x_scalepixels_fix scalepixels: do better scaling for less than full sizes 28 November 2015, 16:01:24 UTC
f55f144 scalepixels: minor (mostly style) changes As discussed in the PR we don't really need to clamp the scaling values. The openmp line can also be simpler if we make the piece->data pointer const. 28 November 2015, 15:55:50 UTC
0b53325 Merge branch 'master' of https://github.com/darktable-org/darktable 28 November 2015, 15:44:33 UTC
7820c75 scalepixels: ensure scale calculated in transforms 28 November 2015, 14:51:47 UTC
920f78d scalepixels: use params passed in to commit_params 28 November 2015, 14:28:12 UTC
5b4611c Add 3:1 panorama crop aspect. 28 November 2015, 08:34:01 UTC
ee36933 Hopefully more robust sidepanel scrolling 28 November 2015, 08:05:06 UTC
aa86815 Make key accels work more reliably Before, key accels that simulate a button click didn't work when the module the button is in hadn't been shown and thus not been realized by GTK as we sent the wrong signal. 28 November 2015, 08:02:50 UTC
c066b5f [manpage] Update Spanish translation 28 November 2015, 02:26:51 UTC
6bf9551 [usermanual] Update Spanish translation 28 November 2015, 02:26:04 UTC
0aa27b7 [l10n] Update Spanish translation 28 November 2015, 02:25:19 UTC
449c025 scalepixels: use buffer size in case it differs 27 November 2015, 13:00:19 UTC
bcf7d3a Update French translation. 27 November 2015, 08:32:51 UTC
d74e883 Proofreading of the French translation of the usermanual (Chapter 1) 27 November 2015, 08:21:38 UTC
a6e5655 No need to copy data/darktableconfig.dtd to ${CMAKE_CURRENT_BINARY_DIR} We can use the original copy in ${CMAKE_CURRENT_SOURCE_DIR}. As a bonus, this fixes a policy warning reported by CMake when using Ninja to build darktable: CMake Warning (dev): Policy CMP0058 is not set: Ninja requires custom command byproducts to be explicit. Run "cmake --help-policy CMP0058" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This project specifies custom command DEPENDS on files in the build tree that are not specified as the OUTPUT or BYPRODUCTS of any add_custom_command or add_custom_target: data/darktableconfig.dtd 26 November 2015, 21:09:26 UTC
back to top