sort by:
Revision Author Date Message Commit Date
e083bfa http server: drop unneeded check for SOUP_MAJOR_VERSION It was only there to guard SOUP_CHECK_VERSION (and someone reported it to work) (cherry picked from commit 11e676684c6c25e64cf562d6e2f2af35adf76470) 26 March 2015, 18:41:39 UTC
867e9ed Merge branch 'darktable-1.6.x' of https://github.com/darktable-org/darktable into darktable-1.6.x 26 March 2015, 18:39:21 UTC
55f1b3e http server: SOUP_CHECK_VERSION was introduced in 2.42 Fixes build on some ancient systems (e.g. ubuntu 12.04) With previous versions, compilation fails with the following message: darktable/src/common/http_server.c:27:56: error: missing binary operator before token "(" #if !defined(SOUP_MAJOR_VERSION) || !SOUP_CHECK_VERSION(2, 48, 0) 26 March 2015, 18:26:38 UTC
9dbab2b Interpolate mask border width for new nodes This fixes #10377. (cherry picked from commit 9c489d78af6ef6118d8d5dadbad9bdc961e4315e) 26 March 2015, 17:16:53 UTC
997dede Fix #10383: Initialize tag list for current image (cherry picked from commit fa2201546b9571adadb8d70fe7ad5ad980b90d52) 26 March 2015, 17:16:41 UTC
68bf1e6 Fix a small memleak in tethering (cherry picked from commit 159794d99fa9e0af1a28e8cab30a7403ff4a6862) 26 March 2015, 17:16:32 UTC
04a4fb2 wb_presets: NIKON D7200 (thanks to Ralf Brown) 25 March 2015, 17:22:55 UTC
5d4e838 rawspeed: OLYMPUS E-M5 Mark II support 25 March 2015, 17:15:40 UTC
9e53fee rawspeed: NIKON D5500 support 25 March 2015, 17:12:50 UTC
cc86637 adobe_coeff: OLYMPUS E-M5 Mark II support 25 March 2015, 17:02:36 UTC
74a5fff adobe_coeff: NIKON D5500 support 25 March 2015, 17:01:20 UTC
b6aa744 Lens IOP: process() do not even try to compute if coords are NAN/INF. Refs #10344 LensFun can return NAN coords, so we need to handle them carefully. (cherry picked from commit 7e162aa20e47efdae43e4a1fc7423fd604ee6e9f) 25 March 2015, 16:51:07 UTC
9f0a437 Lens IOP: modify_roi_in(): do not request too much. Refs #10344 LensFun can return NAN coords, so we need to handle them carefully. (cherry picked from commit e20f6f1389ff28445255249ee8f051527cd99f1a) 25 March 2015, 16:50:56 UTC
da86219 Bilateral: dt_bilateral_slice(): do not clamp L. Refs #10320 Syncs native and OpenCL codepaths. (slice kernel was not clamping) (cherry picked from commit 414b7a2c868cada039d14c9d251006d5bcb2626f) 24 March 2015, 16:55:02 UTC
8c8915a export: drastically increase max export dimensions @tatica requested export to 12k, so i figure 2^16-1 should be enough for everyone. (also, nice trick to test/check tiling!) based on 00548a9d77fef6e394877989684f35479831be12 by LebedevRI 22 March 2015, 11:31:05 UTC
fcc9ac8 Enhance ui_last/gui_language If the locale specified in that variable does not exist in LANGUAGE env variable, nothing happens. So we need to make sure that it does exist there... (cherry picked from commit c62951c15ffcfbf8dd4f94f2a43cd41e87c00870) 21 March 2015, 17:56:36 UTC
9e4f109 [l10n] Swedish update 21 March 2015, 14:15:02 UTC
ddfe9df adobe_coeff: experimental samsung nx500 support 20 March 2015, 17:14:38 UTC
875e9d2 rawspeed: experimental samsung nx500 support 20 March 2015, 17:14:16 UTC
1c8216d opencl: shorter slow gpu message 19 March 2015, 17:25:19 UTC
22a34b6 opencl: fix potential mem leak in last commit (cherry picked from commit 1355562cf536486bd4e195bbdbd1ee88864386a3) 19 March 2015, 17:20:24 UTC
2cd1e90 clipping: ensure that all values are computed in distort fct (cherry picked from commit 3bf3b3a48420389c8180bacf647b5d0bff71723c) 18 March 2015, 18:52:13 UTC
7538d5b lock history_mutex before processing distort fct (cherry picked from commit a62043b8112f249f24de9a77946056518e850e01) 18 March 2015, 18:52:05 UTC
88a4943 opencl: de-activate opencl in case GPU is slower than CPU when darktable sees an new config file or if the OpenCL setup (GPUs) has changed we do a simple benchmarking test. If the fastest GPU is not clearly ahead of the CPU we de-activate OpenCL. user can always activate it again in the preferences dialog. rationale: avoid that a slow GPU negatively affects experience of users who are unaware of that fact. (cherry picked from commit ffe96c68aab08ebb90fb2106e330b2cd9e1abafb) 18 March 2015, 17:01:26 UTC
44f2b8d Fix support for Olympus Stylus1 in all fw versions (cherry picked from commit e3ef46cda67b54dd67e5466e6279d12ef9a70c70) 17 March 2015, 17:23:35 UTC
586d2cc lua : update internal copy to latest release 5.2.4 (cherry picked from commit 64af314d583e474c846ec7902b4f643adacd6fb5) 16 March 2015, 16:51:02 UTC
fb2708e update visible copyright info 15 March 2015, 15:59:14 UTC
7ff2001 Fix build with old libsoup versions (cherry picked from commit 13c11fb53b2e42ec65221c86b574c36520116d5a) 15 March 2015, 15:45:17 UTC
ff2d380 Use a tiny HTTP server for facebook logins The story is long and boring, bottom line being that facebook is smarter than everyone else and excel at creating software that is easy to interface to. (cherry picked from commit 5771b212ead6957a60dcf1722becbb973d28cad7) Conflicts: src/imageio/storage/facebook.c 15 March 2015, 15:45:09 UTC
2819f6d facebook: make the module redirect to localhost Redirecting to the default Facebook URL is no longer working unless we get the browser to be able to capture the URL. Redirecting to localhost will show a 404 message in the user's browser, but will have the URL with the auth token in it. (cherry picked from commit 6803c8fb7ecdacdb50f7c1b64ef7fceb5c563bf2) 15 March 2015, 15:41:16 UTC
4dc79d9 Update the exporter guis in the gui thread (cherry picked from commit 2a5604820a3bcd8f1deb141b94785f90f8d068c9) 15 March 2015, 15:40:04 UTC
c8c7718 Canon PowerShot G7 X: fix white balance reading (cherry picked from commit 4231f0ae3e64269e37c064bf440eb0fa259861b5) 13 March 2015, 20:33:15 UTC
41f5842 Remove pre_applied_wb as rawspeed reverses it now (cherry picked from commit 9384f413eb6b7850d6f131acf4be3ccb6d4408cd) Conflicts: src/common/image.h 09 March 2015, 16:56:36 UTC
62f5bdc dt_mipmap_cache_release(): do not assert that enum with minimal value of 0 is >= 0 Fixes gcc-4.6/4.7 build in debug mode. (cherry picked from commit 77ccd2c84224c541379d9fcc7e21a1daa53f6ce1) 09 March 2015, 16:50:12 UTC
14c1875 CMakeLists: no -Og for gcc <= 4.8 (cherry picked from commit 9cb53acd1a5885837b5af696322dd2dbe31e9e54) 09 March 2015, 16:50:05 UTC
4869f0b CMakeLists: disable Debug build type if source package build (cherry picked from commit e612a5c728c206d438e31ce442b988a8d59d4e80) 09 March 2015, 16:49:54 UTC
cf12b04 Use standard names for A77II wb presets (cherry picked from commit 375e71f21769df07007f90c0783d51e664fac310) 08 March 2015, 18:18:22 UTC
4f3bbc3 Add WB presets for the Sony A77II (cherry picked from commit 5321bb05402002ba5fb71224bfcb244068eea5e8) 08 March 2015, 18:18:13 UTC
1351312 rawspeed: backport imageio_rawspeed.cc changes 07 March 2015, 19:54:02 UTC
7c93303 rawspeed: update to the latest version from master 07 March 2015, 19:43:45 UTC
ff711c9 global tonemap: fix for #10325 Tonemap operator Drago needs the absolute maximum L value of the image (lwmax). In pixelpipe FULL we can not reliably get this value as the pixelpipe might only see part of the image (region of interest). Therefore we let the PREVIEW pixelpipe store it for use in pixelpipe FULL. (cherry picked from commit 787be707cf3d0d15a43313fbc667c6f7fdcae958) Conflicts: src/iop/globaltonemap.c 07 March 2015, 16:56:35 UTC
307ce1a Formatting + g_strcmp0 instead of strcmp (cherry picked from commit 71bd931db27e19dc680230ba520d34ed4362689a) 05 March 2015, 16:55:16 UTC
59379e9 [l10n] Update German translation 04 March 2015, 11:28:44 UTC
a7f55ca rawspeed: remaining cameras.xml diff from klaus (cherry picked from commit cb17e0d58ee95a863a503348e91176c278c8bf3a) 02 March 2015, 16:41:24 UTC
00b187c Support for the Canon "Digital Rebel" (300D alias) (cherry picked from commit 826152bc3564e74133680cc53e69e040d3663b47) 02 March 2015, 16:41:12 UTC
b637797 Fix tiny memleak (cherry picked from commit 03c87594446e8294f1c9ac279f5bdf0bffe647a4) 02 March 2015, 16:41:03 UTC
5b31674 Fix GCC-5 build. Refs #10353 (cherry picked from commit 53eb995d61dc6712ea2e197e30cc8da2d8d98f35) 02 March 2015, 13:22:47 UTC
372c633 Gentoo packaging: sync downstream changes (cherry picked from commit 7a00710f4f7b14dee0b71136144d11833121b34f) 01 March 2015, 22:48:51 UTC
1653e0d Support for Canon A630 and SX110IS CHDK RAW (cherry picked from commit 9358693de4e4c27e0424d4bbf5a4d14ff984d3a8) 28 February 2015, 17:49:32 UTC
4378199 wb_presets: Panasonic LX100 (thanks to Alvaro Remesal) 28 February 2015, 16:43:46 UTC
ab4e46e rawspeed: CRW checks and warnings fixes from klaus (cherry picked from commit 7acf646f63a50328f8371a8cd0d85e7eff1be2ed) 28 February 2015, 16:13:26 UTC
252d705 Add missing matrix for Canon Rebel T3 (1100D) (cherry picked from commit 184f056f17a3b9408a77a14510752028e0bcce19) 28 February 2015, 16:07:35 UTC
f2920ad Improved lens model name detection for Sony SAL lenses. (cherry picked from commit 8799f7c5a3e37078e6ce9ee149dc9ca7dfb78c6f) 27 February 2015, 16:58:00 UTC
8359174 colorin: don't prefer ematrix over cmatrix for the time being The original commit 37b60adc031a54e7b46998eddf958b69aa7358f5 did two things: 1. change default preference for embedded matrix 2. minor refactoring for code readability For the time being we don't want this default to change in our maintenance branch until at least further evaluation has been done in our development branch. We do want to keep the refactoring as future patches might depend on it for cherries to cleanly pick. 27 February 2015, 16:53:22 UTC
c637bf1 dt_iop_load_modules_so(): Prevent stack-buffer-overflow if IOP name is longer than 19 symbols We use char op[20]; to store iop names, and if somehow we end up with iop with long-enough name, we end up overflowing stack: ==23602==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fff00816974 at pc 0x7fdcbfbce3f2 bp 0x7fff00816810 sp 0x7fff00816808 WRITE of size 1 at 0x7fff00816974 thread T0 #0 0x7fdcbfbce3f1 in dt_iop_load_modules_so /home/lebedevri/darktable/src/develop/imageop.c:1214 #1 0x7fdcbfb00229 in dt_init /home/lebedevri/darktable/src/common/darktable.c:873 #2 0x400b9f in main /home/lebedevri/darktable/src/main.c:24 #3 0x7fdcb80b1b44 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b44) #4 0x400c22 (/usr/local/bin/darktable+0x400c22) Address 0x7fff00816974 is located in stack of thread T0 at offset 180 in frame #0 0x7fdcbfbcc92f in dt_iop_load_modules_so /home/lebedevri/darktable/src/develop/imageop.c:1196 This frame has 5 object(s): [32, 40) 'stmt' [96, 104) 'stmt' [160, 180) 'op' <== Memory access at offset 180 overflows this variable [224, 1248) 'path' [1280, 5376) 'plugindir' SUMMARY: AddressSanitizer: stack-buffer-overflow /home/lebedevri/darktable/src/develop/imageop.c:1214 dt_iop_load_modules_so ... ==23602==ABORTING Now, if we encounter such an iop (e.g. libexposure123456789012.so), we will simply fail to load it: [iop_load_module] failed to open operation `exposure12345678901': /usr/local/lib/darktable/plugins/libexposure12345678901.so: cannot open shared object file: No such file or directory While there, also add check to the CMake add_iop() macro to prevent adding such iops. (cherry picked from commit 8bfcc8c7f2d31448c232e044fbf8a19609d07116) 26 February 2015, 17:07:54 UTC
5f0dd44 Add missing modes to Panasonic LX100 (cherry picked from commit 9aeee061eaf6ce037231cd02abc85a5797c0c89d) 26 February 2015, 17:07:41 UTC
feede0e Always init view manager, do not init key accels when there is a gui. Refs #8980 Redoes edc611ebaddb92c9a3757d1e8a629473d75acb77. (cherry picked from commit b452a50c48bb51e309a2c0c961d11c59ab09f503) 26 February 2015, 17:07:33 UTC
99a4e8f Don't hardcode the argv length (cherry picked from commit 6401adffde79fce514069814b7ff94618b9b9f99) 25 February 2015, 16:41:27 UTC
88ddd52 Only init view manager and key accels when there is a gui Fixes warnings on the console like: $ darktable-cltest -- --g-fatal-warnings (process:14830): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (cherry picked from commit edc611ebaddb92c9a3757d1e8a629473d75acb77) 25 February 2015, 16:41:18 UTC
2fe2c37 Prefer embedded matrix over camera matrix When an image has a color matrix embedded (currently we support that for DNG and EXR) then use that, even if our code thinks it has a camera matrix for that image. (cherry picked from commit 37b60adc031a54e7b46998eddf958b69aa7358f5) Conflicts: src/iop/colorin.c 23 February 2015, 16:53:26 UTC
18b2bd9 rawspeed: wb and color matrix for Kodak Easyshare (cherry picked from commit a1748a0ecdfe2d1cd7442df65b70b7cb667f1856) Conflicts: src/external/rawspeed/RawSpeed/KdcDecoder.cpp 23 February 2015, 16:47:25 UTC
757c583 rawspeed: add support for Kodak Easyshare (cherry picked from commit 22cb701e7de11703c81b0a6da210fda5df092529) 23 February 2015, 16:45:34 UTC
873f9aa purge_non_existing_images.sh: delete now-empty filmrolls (cherry picked from commit fee8d37a9360e18db85e46b8a592fdc7ac30de73) 23 February 2015, 16:45:16 UTC
11112cc restore debug message on --disable-opencl output this message (as before) in dt_opencl_init(), as -d options will have been parsed by then (cherry picked from commit b8dd70c15f22467404aff355f8908df636b52bb5) 23 February 2015, 16:44:49 UTC
655f379 rawspeed: don't use file size to detect encoding of old ORF files (cherry picked from commit a3dd91439683f8df98fb5fe1beebed0898e0b561) 23 February 2015, 16:44:40 UTC
69b6bc2 Handle opencl cmdline option in darktable.c "--disable-opencl" was parsed in dt_opencl_init(). Since e095b18fd4f0c538cfc0760f7ee1958dda5fc0fb presence of this option causes an error in dt_init(), so now parse this in dt_init(). Note that any command line options destined for gegl_init() or dt_gui_gtk_init() will still cause an error. This fixes #10338. (cherry picked from commit 3db635cba0c5b1392cda69eceee57b3cf9749968) 23 February 2015, 16:44:31 UTC
25143b0 Allow to default to :memory: db in config (cherry picked from commit 6958eb2a69610451e6e7e296863c06cc06dc24a7) 23 February 2015, 16:44:23 UTC
37fb220 [l10n] Swedish update 22 February 2015, 10:20:34 UTC
b440df9 .desktop: add jpeg2000 and proper floatmap mimes 21 February 2015, 17:39:56 UTC
32c0b57 enhanced matrix for nikon d750 (thanks to Edouard Gomez) 21 February 2015, 16:40:53 UTC
25bd165 Add support for the remaining Panasonic TZ60 modes (cherry picked from commit 84a0d55b2f8834a7850ea3d5ec42114f2f6d5ec1) 21 February 2015, 15:40:11 UTC
94dbd3e Fix the Canon 1DX sRAW modes Code from https://github.com/klauspost/rawspeed/pull/79 Thanks to Anders Brander for the patch (cherry picked from commit 2f0e20c22676fe230647acc889a5ab0484748c50) 21 February 2015, 14:58:38 UTC
8fb822d EXR: explicitly include header file with dt_control_log(). Fixes build. 21 February 2015, 09:32:19 UTC
6d65a06 EXR: add newline at the end of fprintf() (cherry picked from commit 7e54c3f85c8c8f864085117c4acb7e56c9e28c9e) 21 February 2015, 09:29:23 UTC
f7665cb Colorspaces: make mat3inv non-static (cherry picked from commit f68fcd279ad9f45cb650d04b5946f02dabb5a8a2) Conflicts: src/common/colorspaces.h 21 February 2015, 09:17:09 UTC
96af452 Support read/write of chromaticities in EXR (cherry picked from commit 71346ce5affb37721d21c2ba8628174898a9b831) 20 February 2015, 23:36:12 UTC
bded9c9 wb_presets: panasonic dmc-tz60 (thanks to antti holma) (cherry picked from commit 12d05af2016ba75889ec19e555a500affa3cffe5) 20 February 2015, 17:45:03 UTC
bcf2c53 .desktop: unconfuse pixmap with bitmap 20 February 2015, 17:09:32 UTC
e731801 .desktop: add mime handler for non-raw image file formats 20 February 2015, 17:04:23 UTC
cf656a1 Unbreak dt-cli build when USE_LUA=off (and stdbool.h is not included) (cherry picked from commit 417927cb0d46cde56e2ec48442f15117844c83d0) 20 February 2015, 16:51:43 UTC
2ad0938 Fail when an unrecognized cmdline option is found To load an image starting with '-' you can pass -- to turn off command line parsing beyond that point. (cherry picked from commit e095b18fd4f0c538cfc0760f7ee1958dda5fc0fb) 20 February 2015, 16:51:37 UTC
68e3d0e Fix the other noise graph script 19 February 2015, 18:00:58 UTC
c57617d Fix graph2.sh script 19 February 2015, 15:00:56 UTC
53209bc wb_presets: more ufraw thievery for kodak bodies these are unlikely to ever be useful for us but at least we're in-sync with ufraw again 18 February 2015, 17:18:03 UTC
6441b70 Add basic support for the Panasonic TZ60 (cherry picked from commit dea1232a2ef7cb0526b280abef259b1f5c72a7f0) 18 February 2015, 17:13:44 UTC
6a6a200 [l10n] Swedish update 11 February 2015, 22:17:09 UTC
15823c5 Change order of the profil/intent combo in export dialog. The intent depends on the profil, it seems better to have it before. In books or paper the profile is always described before and then the intent apply for this profile is discussed. So again, the new order seems more logical (and match what is done in print module). Adapted from af2b5c0c9141a0cc806bb80950365429e954ad12 by Pascal Obry 11 February 2015, 19:06:45 UTC
c016dfe wb_presets: Panasonic FZ1000 (thanks Neobiota) 11 February 2015, 18:34:32 UTC
924281a Add support for the Panasonic FZ1000 (cherry picked from commit 35f818639630c7de98a2e80aa7785b2b302aa2d2) 11 February 2015, 18:29:22 UTC
5ccb4a6 Fix case in error messages (cherry picked from commit 05a42a70d42d2946043471102159e9a897fa57d4) 10 February 2015, 16:58:09 UTC
b378e91 prevent exporting when an invalid export/storage is selected (cherry picked from commit 87d8b7ff405ef6872231617c015892fd1785453b) Conflicts: src/libs/export.c 10 February 2015, 16:58:05 UTC
be0a69c Fix #10319: No tooltip when dragging in monochrome (cherry picked from commit cf036c12b2f317a153aef7b2d3354b966f47bdf0) 10 February 2015, 16:55:10 UTC
09d09c4 Clipping iop: (hopefully) last fix for asp. ratios. Fixes #9942 (cherry picked from commit 52126f654c47214762e55a991fe068f73de0a84c) 10 February 2015, 16:09:56 UTC
64f2ad5 Add Canon EOS 1Dx noise profiles. Thanks FF (cherry picked from commit 4df757210bb02219aaf824dd0e9fdbb4e59f34ea) 10 February 2015, 16:03:59 UTC
6462bce Fix soft boundaries for black in exposure (cherry picked from commit 3ae5f50875db1f508253a28391801b96e69b6c57) 05 February 2015, 17:00:45 UTC
8a1eef3 sharpen: allow soft limits on radius It is a well known trick to use sharpen + ridicuslously big radius for removing haze on landscape photographs (cherry picked from commit 3c9133867a99f1ab7ed2efd7934762d46dc4e284) 05 February 2015, 17:00:39 UTC
8a1cfc6 Make camera import window transient (cherry picked from commit 4ad437855854cecb4096d3ac4b226fb0145b890a) Conflicts: src/gui/camera_import_dialog.c 05 February 2015, 16:47:09 UTC
0807f16 [l10n] Swedish updare (manually cherry picked from master) 05 February 2015, 15:27:01 UTC
9a01be3 highlight: fix buffer overrun in SSE clipping loop, caught my gcc+asan (cherry picked from commit 284d0ad43b6ecc96284005fe5ad449c9175f39cf) 04 February 2015, 16:52:16 UTC
93ffff1 Drop unneeded .gitignore (cherry picked from commit 8627cf64ae574ae16d3c2c579fec843c8f93a097) 04 February 2015, 16:52:08 UTC
back to top