7830 Commits

Author SHA1 Message Date
TooWaBoo
bbb51b1070
Removed "#PrefCacheSeparator" ID and add class "grid-row-separator" 2018-11-08 06:11:50 +01:00
TooWaBoo
bb5d8710e8
Removed "#PrefCacheSeparator" ID 2018-11-08 06:08:51 +01:00
George Hilliard
b4813273d2 ImageData: Use terser emplace_back to add unique_ptr to vector 2018-11-07 12:16:45 -06:00
George Hilliard
a63cd8a87c Fix mismatched malloc/delete leak, take 2 with cJSON_Delete
From the Valgrind report:

```
Mismatched free() / delete / delete []
   at 0x4838EAB: operator delete(void*) (vg_replace_malloc.c:576)
   by 0xBC5C87: std::default_delete<cJSON>::operator()(cJSON*) const (unique_ptr.h:81)
   by 0xBC4ACA: std::unique_ptr<cJSON, std::default_delete<cJSON> >::~unique_ptr() (unique_ptr.h:274)
   by 0xBBB755: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
 Address 0xd62d700 is 0 bytes inside a block of size 64 alloc'd
   at 0x483777F: malloc (vg_replace_malloc.c:299)
   by 0xE97390: cJSON_New_Item (cJSON.c:205)
   by 0xE98718: cJSON_ParseWithOpts (cJSON.c:1020)
   by 0xE9886F: cJSON_Parse (cJSON.c:1083)
   by 0xBBB4D3: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
```
2018-11-07 12:11:43 -06:00
George Hilliard
7cbf198db8 Revert "Fix mismatched malloc/delete leak"
This reverts commit 77eccdf13df8f1190d13d854f5dfd12daca09011.
2018-11-07 11:55:02 -06:00
U-PC-BUREAU\jacques
9cc65909e9 Fixed bug with Blur and Noise for noise 2018-11-07 14:46:55 +01:00
U-PC-BUREAU\jacques
b3e6e75bf7 add detectshape to suppressed code and improve cat02_local 2018-11-07 08:36:21 +01:00
U-PC-BUREAU\jacques
fa3e0a74fc merge with dev 2018-11-06 19:38:54 +01:00
TooWaBoo
3b48df2c2c
Fixed console warnings
Fix for https://github.com/Beep6581/RawTherapee/issues/4941
2018-11-06 18:26:00 +01:00
U-PC-BUREAU\jacques
42fa97506a Simplify code - reduce artifacts 2018-11-06 17:04:30 +01:00
heckflosse
e1742c812e Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-11-05 19:50:46 +01:00
heckflosse
b8af63bb04 Use vclampf(value, low, high) whereever possible, #4942 2018-11-05 19:50:24 +01:00
Beep6581
e8e1de5394
Merge pull request #4938 from Beep6581/clibits
Fixes unspecified bit depth in CLI
2018-11-05 18:05:27 +01:00
heckflosse
8a31f0368c Use vsqrtf instead of _mm_sqrt_ps 2018-11-05 16:02:32 +01:00
heckflosse
0983817434 SSE: Review usage of vminf, vmaxf functions, #4942 2018-11-05 15:59:41 +01:00
U-PC-BUREAU\jacques
c4d1241354 improvment to tone-mapping local - same as make by Ingo in dev 2018-11-05 15:03:45 +01:00
U-PC-BUREAU\jacques
f47cc199b5 merge with dev 2018-11-05 14:46:23 +01:00
U-PC-BUREAU\jacques
8cac5471e2 Improve shape detection and Excludind spot 2018-11-05 10:54:03 +01:00
heckflosse
fa91103aec Better fix for #4934 2018-11-05 09:43:45 +01:00
heckflosse
56e45087cf Segfault when using Tonemapping on completely black data, fixes #4934 2018-11-05 08:17:02 +01:00
TooWaBoo
394f4d9b2b
Update TooWaBlue-GTK3-20_.css 2018-11-05 06:08:44 +01:00
TooWaBoo
5edf4d13a9
Update preferences.cc
Save space in File browser tab
2018-11-05 06:08:01 +01:00
TooWaBoo
21e0186174
Update TooWaBlue-GTK3-20_.css
To fit the pref changes
2018-11-05 06:05:50 +01:00
Morgan Hardwood
8f5ffc5f5e Tooltip tweaks 2018-11-04 21:50:48 +01:00
Beep6581
88980c38a4
Merge pull request #4931 from TooWaBoo/theme
Update TooWaBlue theme v2.85
2018-11-04 20:30:49 +01:00
Morgan Hardwood
1b6e76fc6d Russian translation updated by Kildor
Closes #4936
2018-11-04 20:28:48 +01:00
Morgan Hardwood
4e78bba2ee generateTranslationDiffs 2018-11-04 20:26:08 +01:00
Beep6581
26df53eae4
Merge pull request #4935 from TooWaBoo/exp-save-space
Clip label takes to much space
2018-11-04 20:06:07 +01:00
Morgan Hardwood
70cd2b2033 Reverted changes to 'default' language file #4932 2018-11-04 19:59:06 +01:00
Morgan Hardwood
4fefc9433a Fixes unspecified bit depth in CLI
In rawtherapee-cli, if you did not explcitly specify a bit depth then -1
was used and lead to corrupted saved images.
Fixes #4937
2018-11-04 19:06:54 +01:00
TooWaBoo
918cb434cb
Clip label takes to much space
The clip label "Clip %" takes to much space.
This changes the spacing from 10px to 4px.
2018-11-04 15:06:34 +01:00
TooWaBoo
bf19c619ae
Update TooWaBlue-GTK3-20_.css
Some fine tuning.
2018-11-04 10:24:32 +01:00
TooWaBoo
e9aa5437fe
Update TooWaBlue theme v2.85
Minor fixes
Code cleanup
Made the theme a bit more structured
2018-11-04 01:14:09 +01:00
U-PC-BUREAU\jacques
aef2ad47e3 merge with dev 2018-11-03 17:24:34 +01:00
heckflosse
eef2c5f959 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-11-03 14:27:02 +01:00
heckflosse
fb0d231cb2 use double precision gaussian blur if sigma >= 25, #4928 2018-11-03 14:26:39 +01:00
Morgan Hardwood
cd4fa42776 Removed changed locale keys
Related to #4912 0c488ea
2018-11-03 14:14:16 +01:00
Morgan Hardwood
18f55aeb40 Merge branch 'dev' of github.com:Beep6581/RawTherapee into dev 2018-11-03 14:05:42 +01:00
Morgan Hardwood
555b613f21 Updated undo/redo-small icons
The icon's shape made it look off-center even though it was centered, so
the icons were nudged a bit to the side.
Closes #4927
2018-11-03 14:04:34 +01:00
Hombre
7474598ebc Fix a crash that can occure when creating the thumbnail (no issue) 2018-11-03 13:59:04 +01:00
Beep6581
d75741a994
Merge pull request #4913 from Beep6581/showonlyclearthumbnails2
Updated Preferences > File Browser > Cache Options
2018-11-03 11:50:21 +01:00
Alberto Griggio
0c488eadaf DR Compression: updated defaults and renamed "Threshold" to "Detail" in the GUI
Fixes #4912
2018-11-03 02:36:30 +01:00
heckflosse
240f1eac65 Colortoning lab regions: vectorized last loop, #4914 2018-11-02 23:05:40 +01:00
Ingo Weyrich
d07d06a885
Merge pull request #4919 from Beep6581/labregions-speedup
Labregions speedup, closes #4914
2018-11-02 21:42:40 +01:00
heckflosse
64af0e7602 Colortoning lab regions: Disabled timing code and removed double declaration of c_factor, #4914 2018-11-02 21:06:38 +01:00
heckflosse
e199d1ea10 Colortoning lab regions: Move guid fill into main loop, #4914 2018-11-02 19:02:05 +01:00
Ingo Weyrich
fe4371d915
Merge pull request #4926 from thirtythreeforty/no-startup-ding
Fix startup ding by initializing variable
2018-11-02 16:16:46 +01:00
George Hilliard
86c661fdeb Fix startup ding by initializing variable
Closes #4923.
2018-11-02 09:47:41 -05:00
Alberto Griggio
e611efd6b4 fixed segfault (out of range LUT access) in shadows/highlights
Fixes #4922
2018-11-02 12:01:24 +01:00
Alberto Griggio
4186c2b139 L*a*b* grid color toning: fixed scaling bug introduced in 74a467fb4e20aca7b9b9ba40eefa405f0d32e2c4 2018-11-02 13:47:09 +01:00