Flössie
e9b5f42a9f
Sanitize ImageDimensions
base class
...
- Make `width` and `height` private
- Drop `getW()` and `getH()`
- Clean `PreviewProps`
2017-02-14 21:23:54 +01:00
Flössie
88336cb897
Make RT build without __USE_MISC
and __USE_XOPEN
2017-02-14 21:02:39 +01:00
Flössie
9b5ffaf4aa
Some minor cleanups
2017-02-14 20:49:10 +01:00
Flössie
6bcac40306
Allow relative CLUT paths ( #3639 ) by @agriggio
...
Kudos to Alberto Griggio for this contribution! 👍
2017-02-14 20:19:00 +01:00
Desmis
c2f161b280
add hash number MD5 to mip files
2017-02-14 13:16:13 +01:00
Desmis
161a56eec5
Fixed crash and add suppress bad message in history and mip in cache
2017-02-14 08:09:42 +01:00
Hombre
1b70ad2ec6
Bugfix
2017-02-14 01:11:48 +01:00
Hombre
fe83cc8134
Merge branch 'dev' into rt-cli
2017-02-14 00:15:23 +01:00
Hombre
a04b3eefba
Adding rawtherapee-cli.exe, '-q' (quick start mode) added
...
Standard rawtherapee.exe now has almost no command line options left.
Use '-h' to see options for each executables.
2017-02-13 23:38:05 +01:00
Floessie
6b6c08028d
Merge pull request #3677 from Beep6581/idle_register
...
Add `IdleRegister` to deal with destruction while idle func is queued
2017-02-13 16:24:00 +01:00
Alberto Griggio
dca0e41f35
added "Auto White Balance temperature bias" feature
...
This new slider in the White Balance tools allows to alter the computation of
the "auto white balance" by "biasing" it towards warmer or cooler
temperatures. The bias is expressed as a percentage of the computed
temperature, so that the resuling temperature is given by
"computedTemp + computedTemp * bias".
2017-02-12 17:39:52 +01:00
Flössie
79ff7f5997
Replace all add_idle()
s with IdleRegister
2017-02-10 21:22:42 +01:00
Flössie
242b7a86cf
Fix FreeBSD compile error ( fixes #3566 )
2017-02-10 20:20:48 +01:00
Flössie
824ecaed41
Add IdleRegister
to deal with destruction while idle func is queued
...
This adds a little helper class to `guiutils.*` that unregisters
in-flight idle functions queued by `IdleRegister::add()`. It's best
to call `IdleRegister::destroy()` in the destructor of the class
owning the `IdleRegister` instance. Otherwise make sure, it is the
last member which will be deleted first.
`Resize` now makes use of this new facility in `setDimensions()`, which
also fixes #3673 .
2017-02-09 20:25:58 +01:00
Desmis
8818306f46
Improve GUI expanders
2017-02-08 15:49:59 +01:00
Morgan Hardwood
e8061bb8d1
Merge branch 'dev' into locallabgtk3
2017-02-08 11:32:16 +01:00
heckflosse
88985c8cb7
There is no disk in drive error messages with Windows gtk3 builds. fixes #3544
2017-02-07 21:18:12 +01:00
Desmis
0b9b74bcd4
another small change
2017-02-07 10:09:02 +01:00
Morgan Hardwood
6558734830
CMake indentation cleanup.
2017-02-06 22:14:40 +01:00
heckflosse
2feb43f5d5
Fix display of raw values in navigator for xtrans
2017-02-06 16:43:49 +01:00
heckflosse
c0cb0966f4
Merge branch 'gtk2' into pixelshift
2017-02-06 15:47:29 +01:00
heckflosse
d570459f1e
Fixed bug in last commit when image was rotated
2017-02-05 19:03:34 +01:00
heckflosse
812bf40d17
Show raw values in navigator when demosaic 'none' is used
2017-02-05 16:06:57 +01:00
Desmis
6563de6cc4
Fixed general crash since some days and add Tone mapping to 'super'
2017-02-05 06:27:39 +01:00
Desmis
b5d7e76820
Improves Local Retinex and some changes to GUI order
2017-02-03 17:54:00 +01:00
Desmis
85cf6d6463
Fixed bug slider contrast 'super'
2017-02-02 11:14:42 +01:00
heckflosse
bd492e0ece
pixelshift: optionally select lmmse for motion in high iso files
2017-02-01 19:35:36 +01:00
Desmis
c559e6024c
merge with gtk3
2017-02-01 08:11:01 +01:00
Desmis
6937c369ff
Add mode 'super' for curves-lightness-contrast and suppress bug for cbdl
2017-01-31 11:29:06 +01:00
Hombre
373e93ad4a
Merge remote-tracking branch 'origin/master' into gtk3
2017-01-31 00:30:48 +01:00
Hombre
9ce41d8e91
Fix deprecated Glib::RecMutex on Windows + remove useless GThreadEnter
...
(no issue)
2017-01-31 00:22:54 +01:00
Morgan Hardwood
16f4731e0b
Merge branch 'master' into gtk3
2017-01-30 23:45:46 +01:00
Morgan Hardwood
eb14b15ea5
astyle'd rtgui/options.cc to help merge
2017-01-30 23:45:03 +01:00
Morgan Hardwood
9117f5f438
astyle'd rtgui/options.cc to help merge
2017-01-30 23:44:40 +01:00
Hombre
7b4d51238d
New CLI version of rawtherapee.exe
2017-01-29 18:14:06 +01:00
heckflosse
291f1ed966
pixelshift: extended range of eperiso adjuster
2017-01-29 15:37:15 +01:00
Morgan Hardwood
77d5f8779b
Cleaned up CMake logic thanks to Hombre, #3628
2017-01-28 02:29:22 +01:00
Morgan Hardwood
e5c00f0a9d
Complete revision to how RawTherapee's version is handled in CMake and in other files, #3628
2017-01-27 15:33:05 +01:00
Desmis
f60f208305
Improve GUI code - and some small changes
2017-01-26 11:25:19 +01:00
Desmis
9e1b9f7c19
Add C=f(C) curve and fixed some bugs
2017-01-23 13:06:10 +01:00
heckflosse
75154f5619
Merge branch 'master' into pixelshift
2017-01-22 23:06:08 +01:00
Morgan Hardwood
5fc26c1e58
Merge branch 'master' into gtk3
2017-01-22 21:55:05 +01:00
Hombre
392e6bd152
Fixed missing label in Preferences (no issue)
2017-01-22 19:59:43 +01:00
Flössie
4649e1306f
Fix #3619 and some minor clean-ups
2017-01-22 19:28:46 +01:00
Morgan Hardwood
20d44b6693
Post-merge fix to retinex.cc
2017-01-22 18:54:41 +01:00
Morgan Hardwood
15e0875df2
Merge branch 'master' into gtk3
2017-01-22 18:32:54 +01:00
Hombre
3f62b14703
Small bugfix in rtgui/retinex.cc, no issue
2017-01-22 18:06:32 +01:00
heckflosse
208c179921
pixelshift: adjuster for smooth transitions
2017-01-22 17:44:58 +01:00
Morgan Hardwood
ddc05d8ac8
Minimum crop size 1x1, closes #3619 , closes #3620
2017-01-22 16:42:53 +01:00
Desmis
273e1cb3b2
Init locallabgtk3
2017-01-21 15:34:40 +01:00