sort by:
Revision Author Date Message Commit Date
ecf8f52 lua: add an in-code whitelist of call sites for metamethod changes metamethod an inheritence don't work well together at this point, enforce a place where coders have to write "yes I thought of that" coders being myself, I don't trust them 12 December 2015, 12:17:28 UTC
fcac9e4 lua: accessing gpointer objects that have been dropped is forbidden 12 December 2015, 12:17:27 UTC
1770805 lua : improve API dumper for 2.0 12 December 2015, 12:17:27 UTC
67edc4c lua : improve some debug functions 12 December 2015, 12:17:27 UTC
6bb96ea rawspeed: simplify the sraw copy code even further Just let rawspeed do the crop itself instead of fiddling with it ourselves. (refs #10775) 12 December 2015, 00:19:11 UTC
2034361 rawspeed: respect stride in sraw files The previous code just assumed the stride was equal to the uncropped width of the image. Here we just punt and let rawspeed handle the stride by calling getDataUncropped(0,y) for every line. The performance impact should be minimal but I haven't actually measured. 11 December 2015, 23:54:45 UTC
5f97492 wb_presets: add Pentax *ist DL2 11 December 2015, 21:33:27 UTC
82b5f6a tools: adapt extract_wb to Pentax PEF files 11 December 2015, 21:33:12 UTC
d74dd29 wb_presets: add Canon S110 11 December 2015, 20:52:58 UTC
867ab57 rawspeed: fix WB for Canon S110 11 December 2015, 20:50:15 UTC
846a0af rawspeed: fix WB for Canon S100 11 December 2015, 20:45:31 UTC
e8d7808 tools: adapt extract_wb to work with cr2 files 11 December 2015, 20:43:56 UTC
8d6e75a wb_presets: add Canon G1 X Mark II 11 December 2015, 20:42:47 UTC
0a05e17 rawspeed: fix WB for Canon G1 X Mark II 11 December 2015, 20:28:09 UTC
dd95f3d wb_presets: add Sony NEX-F3 11 December 2015, 20:20:38 UTC
38b5c53 wb_presets: add Sony SLT-A33 11 December 2015, 20:17:20 UTC
f804658 wb_presets: add Sony NEX-5T 11 December 2015, 20:15:57 UTC
49e7015 wb_presets: add Sony NEX-3N 11 December 2015, 20:13:31 UTC
a4d18aa wb_presets: add Sony A3000 11 December 2015, 20:07:46 UTC
8f91dae wb_presets: add Sony A5000 11 December 2015, 20:05:42 UTC
2fd68b1 wb_presets: add Sony A5100 11 December 2015, 20:03:37 UTC
16e7495 circel shape: set a lower limit for number of shape points avoids small circle shapes to not being displayed; this might fix #10771 11 December 2015, 19:47:14 UTC
adf54c0 wb_presets: add Sony A500 11 December 2015, 15:20:14 UTC
326ad48 tools: cleanup camera support diff detection This should be mostly cosmetic as the alias list includes the normal name as well. But anyway the code was strange and hopefully this is more readable. 11 December 2015, 15:13:26 UTC
a36ef64 wb_presets: add Sony RX1R 11 December 2015, 15:03:12 UTC
4b321c1 tools: fix camera support matrix listing 11 December 2015, 14:59:11 UTC
3f018b6 wb_presets: add Sony RX1 11 December 2015, 14:44:02 UTC
7cd80d6 noiseprofiles: fix Fuji X30 naming (fixes #10719) 11 December 2015, 14:16:33 UTC
6e8950e tools: cosmetic and whitespace changes 11 December 2015, 14:16:33 UTC
fbd4868 tools: avoid false positives in camera support diff 11 December 2015, 14:16:33 UTC
fd8a03e [manpage] Update Spanish translation 11 December 2015, 12:22:08 UTC
ae5fd71 [usermanual] Update Spanish translation 11 December 2015, 12:18:09 UTC
d7b3f59 [l10n] Update Spanish translation 11 December 2015, 12:17:22 UTC
7e883c2 Update French translation. 11 December 2015, 00:11:02 UTC
79ae5fd Also, i don't think iop's should free gui_data in cleanup() It should be done in gui_cleanup() Worst case - they'll leak. 10 December 2015, 14:49:15 UTC
a4b2b65 I don't think iop's should free default_params in cleanup() At least, all other iop's don't. Worst case - they'll leak. Might be related to crash on image removal while image is being exported, reported by paka. 10 December 2015, 14:28:35 UTC
e495ec3 Allow toggling tethering zoom with 'z' Now you can use 'z', click on the button or middle or right click the center. That should be enough. 09 December 2015, 22:00:01 UTC
eddf3b5 Fix size issues in translated history stack lt lib This is moving the dropdown to its own line which is less pretty -- before evreything was a big block, now we break that pattern -- but it prevents the gui from becoming too wide in some languages. Also: bauhausify. 09 December 2015, 21:48:20 UTC
9cd3216 Port camera settings to bauhaus That makes sure that the gui doesn't become too wide with long strings in the dropdown boxen. 09 December 2015, 21:27:45 UTC
48472f2 Fix a loop in draw/mouse_over_id handling This fixes #10765. It will most likely introduce cases where users' Lua code isn't updating the gui when it changed something. Those cases have to be fixed case by case when we find them. 09 December 2015, 17:09:23 UTC
f76f422 Proofread doc/README Removed duplicates, fixed GraphicsMagick usage description. 09 December 2015, 16:22:57 UTC
4a2fd55 Merge remote-tracking branch 'upstream/pr/1058' * upstream/pr/1058: Add a first draft of CONTRIBUTING.md as suggested by LebedevRI Incorporate comments from houz: no dbus-glib, darktable-viewer, Lua Incorporate suggestions from LebedevRI into README Update README files for darktable 2.0 09 December 2015, 16:18:25 UTC
95d590b Re-enable lighttable prefetching (debug leftover) 09 December 2015, 15:31:42 UTC
4e64c3f Fix #10752: Fix thumbs CM being broken Copy&paste fuckup, we always used the srgb->display transform, even in the adobergb case. :/ 09 December 2015, 13:11:51 UTC
dad777c Fix tethered focusing for Canon Adding it for Nikon will be a new feature and has to wait until after the next release. 09 December 2015, 12:28:52 UTC
f48712a Merge pull request #1067 from michleb/master Proofreading and update the French translation of the user manual 2.0, update the French translation of the man page. 09 December 2015, 06:44:51 UTC
2230a42 updated Italian translation 08 December 2015, 22:16:56 UTC
d12e9aa Update French translation of the user manual taking into account the commit 80ac7f3. 08 December 2015, 21:50:38 UTC
7d868d7 Merge branch 'master' of https://github.com/darktable-org/darktable 08 December 2015, 21:19:51 UTC
8757867 Fix #10759: Style import dialog bookmarks nicer 08 December 2015, 21:17:32 UTC
ca43560 Style progress bar to have visible progress This fixes #10762. 08 December 2015, 20:47:59 UTC
80ac7f3 usermanual: remove docs on stale "history of" parameter in exposure module thanks to Roman Lebedev for the heads up. 08 December 2015, 20:24:55 UTC
062b500 Merge branch 'master' of https://github.com/darktable-org/darktable 08 December 2015, 18:10:26 UTC
4ae6a1b rm darktable-usermanual.pot, add *.pot into .gitignore As discussed with Ulrich Pegelow. It is just an intermediate file produced during update of the language .po files, there is no reason to keep it in git. 08 December 2015, 17:58:01 UTC
f8dfa15 Merge branch 'master' of https://github.com/darktable-org/darktable 08 December 2015, 17:41:06 UTC
6d8186d tools: camera support compare without digests This now makes it quite easy to generate the camera support changelot to use in new releases. A few examples: To get the current diff from 2.0rc3: $ ./tools/check_camera_support --compare release-2.0rc3 master And to get the current diff from 1.6.9: $ ./tools/check_camera_support --compare 24e02e8a master The second example is not just "1.6.9 master" because the script doesn't work with the file formats used in 1.6.x so I had to find a commit that the same camera support as 1.6.9 did but in master. That's only an issue for this release anyway. 08 December 2015, 17:32:17 UTC
7803abf Merge pull request #1057 from jinxos/master Update Greek translation. 08 December 2015, 16:28:30 UTC
8230686 Merge pull request #1054 from josepvm/master Updated Catalan translation for 2.0 08 December 2015, 16:25:13 UTC
14ce714 Update collection count when duplicating an image This fixes #10763. 08 December 2015, 16:05:43 UTC
8d3860e tools: add 2.0~rc3 camera support digest list 08 December 2015, 14:12:21 UTC
af873ae tools: add camera support compare mode 08 December 2015, 14:12:21 UTC
0e04649 tools: new camera support listing format 08 December 2015, 14:12:21 UTC
a082485 Merge branch 'master' of https://github.com/darktable-org/darktable 08 December 2015, 14:05:30 UTC
f257cd1 Update the French translation of the man page 08 December 2015, 13:51:37 UTC
97e9434 Drop view's border_scrolled & module version bump Rebuild all of dt after this so that all modules can pick up the changed modversion. Every old leftover will not be loaded! 08 December 2015, 12:32:55 UTC
8513697 Relay scroll event from window border to sidepanel Scrolling the neighbouring side panel makes more sense than scrolling the center widget. 08 December 2015, 12:31:26 UTC
8ee56fb tools: minor bug fixes to extract_wb Presets with no name are now handled more gracefully and the preset used for the actual shot is now properly calculated (variable reuse, shouldn't code when so sleepy). 08 December 2015, 11:38:04 UTC
47a8228 tools: remove forgotten absolute path reference 08 December 2015, 11:25:25 UTC
1b5beac Merge pull request #1066 from MRIG/master added a few gaps / changed word-order 08 December 2015, 10:23:41 UTC
a748bee added a few gaps, changed word-order 08 December 2015, 10:21:40 UTC
c824886 Merge branch 'master' of https://github.com/darktable-org/darktable 08 December 2015, 10:13:51 UTC
a17dc7a tools: add the start of a WB extract tool Right now this enables extracting all the presets from a single Sony ARW file. The same is possible in some CR2 files but the ufraw wb_extract.pl already does it. This also checks the exif maker/model against cameras.xml to get the internal clean naming we now use in darktable and sorts the presets in a consistent way. 08 December 2015, 03:20:32 UTC
d3f6cbe wb_presets: add Sony DSLR-A580 08 December 2015, 03:16:12 UTC
c662a2c wb_presets: add Sony ILCE-6000 08 December 2015, 03:11:08 UTC
7da5b59 wb_presets: add Sony ILCE-7S 08 December 2015, 03:08:29 UTC
c443066 wb_presets: add Sony ILCE-7SM2 08 December 2015, 03:06:15 UTC
55adbf5 wb_presets: add the Sony SLT-A35 08 December 2015, 03:00:14 UTC
69275f1 rawspeed: support all Panasonic GF7 crops 08 December 2015, 01:23:24 UTC
03c1647 rawspeed: support all Panasonic FZ70/FZ72 crops 08 December 2015, 01:17:29 UTC
f6b4edd wb_presets: add Canon PowerShot G3 X 07 December 2015, 23:17:11 UTC
b6aa081 wb_presets: add Canon PowerShot G16 07 December 2015, 23:13:22 UTC
77fd230 rawspeed: fix WB for Canon PowerShot G15 07 December 2015, 23:10:20 UTC
ee87a20 wb_presets: add Canon PowerShot G15 07 December 2015, 23:08:49 UTC
3f7aa9d wb_presets: add Canon PowerShot G1 X 07 December 2015, 23:04:55 UTC
af0a303 wb_presets: add Canon 1Ds Mark III 07 December 2015, 23:01:23 UTC
de00e5d wb_presets: fix broken Canon 1D MarkIII presets 07 December 2015, 22:57:47 UTC
76cfb4f wb_presets: add Canon 1D Mark III 07 December 2015, 22:55:34 UTC
ddb45ff wb_presets: add Canon EOS M3 07 December 2015, 22:37:59 UTC
7fe9094 noiseprofiles: add dupes for Olympus E-M5 Mark II Stein Jakob Nordbø supplied two sets so we may as well keep them with skip=true 07 December 2015, 22:25:04 UTC
14d11d8 rawspeed: fix WB for Canon EOS M3 07 December 2015, 22:15:16 UTC
f9fa6f1 noiseprofiles: add Olympus E-M5 Mark II Thanks to Stein Jakob Nordbø (fixes #10676) 07 December 2015, 22:08:21 UTC
0f903c4 noiseprofiles: add Canon M3 Thanks to Bernhard Stegmaier. Fixes #10693 07 December 2015, 22:00:32 UTC
1412dfd noiseprofiles: add Fuji X30 thanks to Rob Oo (fixes #10719) 07 December 2015, 21:51:40 UTC
eda275b noiseprofiles: add proper credit for RX10M2 07 December 2015, 21:35:00 UTC
56b8803 noiseprofiles: add Sony RX10M2 (fixes #10686) 07 December 2015, 21:15:54 UTC
f180a70 noiseprofiles: add Panasonic GX8 Thanks to Richard Isted for submitting the profile. 07 December 2015, 19:34:20 UTC
7d93063 Update the French translation of the usermanual 2.0 after last update of its English version. 07 December 2015, 13:51:41 UTC
9e50acf Merge branch 'master' of https://github.com/darktable-org/darktable 07 December 2015, 13:27:18 UTC
9ab3231 Merge pull request #1064 from MRIG/master Updated Dutch translation 07 December 2015, 13:18:50 UTC
57ca583 Updated Dutch translation 07 December 2015, 13:15:39 UTC
back to top