1167 Commits

Author SHA1 Message Date
heckflosse
f9a536fd0b new gtk3 version of pixelshift 2017-03-11 22:30:36 +01:00
heckflosse
f226934b57 Pixelshift: Added option to equalize brightness of frames and cleaned gui. 2017-03-11 00:25:49 +01:00
Alberto Griggio
359b4136b5 do not use the hard-coded (i.e. not user-selectable) fast export options if the new fast pipeline is selected 2017-03-10 10:53:10 +01:00
Alberto Griggio
f8d350715c merged with dev 2017-03-09 23:53:07 +01:00
Flössie
b84e570f50 Revise SaveAsDialog::okPressed() (fixes #3737) 2017-03-09 17:10:33 +01:00
Alberto Griggio
44505ccb08 some enhancements of the Fast Export functionality
- remember fast export options across RT sessions

- added option to use a dedicated "Fast Export" pipeline, trading speed for
  quality (resizes early instead of at the end)
2017-03-08 22:55:08 +01:00
Alberto Griggio
93296cff17 continuing with my experiments on an alternative "fast export" 2017-03-08 00:50:50 +01:00
Alberto Griggio
d40a0c750d print loading/saving dynamic profile messages only in verbose mode (forgot one from previous commit) 2017-03-06 17:56:10 +01:00
Alberto Griggio
e8d4378659 print loading/saving dynamic profile messages only in verbose mode 2017-03-06 15:02:39 +01:00
Alberto Griggio
a1a042e9ea code style cleanups (after floessie's feedback) 2017-03-06 09:00:13 +01:00
Alberto Griggio
f7f4575c54 allow to run the custom profile builder (if set) after the creation of the dynamic profile 2017-03-05 22:59:44 +01:00
Alberto Griggio
48ac4e3112 added workaround for #3727 (by heckflosse) 2017-03-05 22:45:13 +01:00
Alberto Griggio
43e32e81ef some code style improvements 2017-03-05 18:10:42 +01:00
Alberto Griggio
f8bf8d18dc minor cosmetic tweak to the way dynamic profile rules are shown 2017-03-05 11:07:07 +01:00
Alberto Griggio
d40d806224 slightly more informative error log message 2017-03-05 09:52:32 +01:00
Alberto Griggio
dd4fd82582 Cache DynamicProfileRuleS in the profileStore for reduced I/O 2017-03-04 14:16:26 +01:00
Alberto Griggio
bc5a6fc7c3 renamed DynamicProfileEntry to DynamicProfileRule 2017-03-04 14:22:52 +01:00
Alberto Griggio
0720659627 fixed reading and displaying of floating-point values in dynamic profile rules 2017-03-04 13:48:19 +01:00
Alberto Griggio
b3f75398c5 increased the number of decimals for shutterspeed in the dynamic profile editor 2017-03-03 16:27:13 +01:00
Alberto Griggio
f67d903550 some tweaks to the UI of the dynamic profile editor 2017-03-03 12:38:34 +01:00
Alberto Griggio
01eb437b90 some tweaks to the GUI of the dynamic profile editor 2017-03-03 11:00:32 +01:00
Alberto Griggio
eeb2da2613 fixed bugs in loading dynamic profiles 2017-03-03 10:00:19 +01:00
Alberto Griggio
6ae57cd556 dynamic profile: merge "make" and "model" into "camera", and allow to use regexps 2017-03-03 09:11:37 +01:00
Alberto Griggio
7d1bebf341 added GUI for editing dynamic processing profile rules 2017-03-03 00:41:57 +01:00
Alberto Griggio
afda76cf3c refactoring/cleanup of class for dynamic processing profile rules 2017-03-03 00:41:44 +01:00
Alberto Griggio
d3a5a8ee96 started working on support for dynamic processing profiles 2017-02-22 18:47:00 +01:00
Flössie
d2b4fe5e54 Merge branch 'std_cpp11-dev' into dev (fixes #3635) 2017-02-21 20:37:21 +01:00
Flössie
6daf5f6011 Merge branch 'imdim_cleanup-dev' into dev 2017-02-19 12:32:52 +01:00
Ingo Weyrich
66b5f05ceb Merge pull request #3689 from agriggio/awb-temp-bias
Added "Auto White Balance temperature bias" feature and fixed wrong display of Temperature and Tint when opening an image which uses Auto White Balance
2017-02-17 17:34:06 +01:00
Alberto Griggio
e66cc8f3fa use the right precision (2 digits) for the history entry of AWB temp bias 2017-02-16 18:38:57 +01:00
Alberto Griggio
1b30493bd7 removed unused variable custom_tempBias 2017-02-16 16:21:38 +01:00
Alberto Griggio
ea0bf12347 added blue and yellow dots to the "AWB temp bias" adjuster 2017-02-16 14:50:22 +01:00
Alberto Griggio
ed71a7eb4e improved UI behaviour of "AWB temperature bias" 2017-02-16 12:15:17 +01:00
Alberto Griggio
7a57e5276a merged with autowbfix branch 2017-02-16 14:12:03 +01:00
heckflosse
974c3ff467 Cleanup for autowb fix 2017-02-15 17:54:29 +01:00
heckflosse
54d1533a7d Fix autowb issues, fixes #3690 2017-02-15 01:30:41 +01:00
Hombre
2392701119 Merge branch 'dev' into rt-cli 2017-02-14 23:50:20 +01:00
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
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
heckflosse
88985c8cb7 There is no disk in drive error messages with Windows gtk3 builds. fixes #3544 2017-02-07 21:18:12 +01:00