803 Commits

Author SHA1 Message Date
heckflosse
a3b1c07326 Merge branch 'dev' into psgtk3 2017-03-23 22:52:35 +01:00
Alberto Griggio
19b446cc2f merge 'add-more-zoom-levels' into dev 2017-03-23 22:13:06 +01:00
Alberto Griggio
f1fafebaf1 removed the option to disable the extended zoom levels from the preferences 2017-03-23 22:08:56 +01:00
heckflosse
07a6a1c792 made langKey const 2017-03-23 21:41:08 +01:00
heckflosse
1f0688acd7 Removed special chars from xtrans demosaic methods language keys 2017-03-23 18:31:15 +01:00
heckflosse
e4d7ab5dda Make xtrans demosaic methods translatable 2017-03-22 16:05:11 +01:00
heckflosse
fbf5185b20 Merge branch 'dev' into psgtk3 2017-03-22 14:15:23 +01:00
heckflosse
9bb5164cce allow translation of demosaic methods; hide Sub-Image selector for files with onyl 1 raw file; ... 2017-03-22 14:13:51 +01:00
Alberto Griggio
4478c41eed candidate fix for #3087 2017-03-22 12:49:17 +01:00
Alberto Griggio
2f9df50be3 make CropWindow::zoomFitCrop call CropWindow::zoomFit if the image has no crop 2017-03-21 13:37:55 +01:00
Alberto Griggio
e533c9c91a merged with dev 2017-03-20 14:06:23 +01:00
Alberto Griggio
2d658257f2 added fixes for #3764 by @heckflosse 2017-03-19 21:16:04 +01:00
heckflosse
2228159ff8 Rawtherapee hanging on Windows if verbose = true, fixes #3768 2017-03-19 18:41:35 +01:00
heckflosse
4aae7aaa16 Rawtherapee hanging on Windows if verbose = true, fixes #3768 2017-03-19 18:39:45 +01:00
Alberto Griggio
7689502764 crophandler: changed Gdk::INTERP_NEAREST to Gdk::INTERP_TILES for better zoom quality 2017-03-19 11:59:19 +01:00
Alberto Griggio
5bb40ff0ad merged with dev 2017-03-19 11:58:09 +01:00
Hombre
99f0d723b5 Fixing missing output Profiles bug + disabling rt-cli (see #3691) 2017-03-19 03:31:33 +01:00
heckflosse
50bdf91a23 Revert "Fix broken build by disabling rth-cli target"
This reverts commit 42047cb6650ead909bf8adfb62ce5414198249ce.
2017-03-19 00:55:58 +01:00
heckflosse
42047cb665 Fix broken build by disabling rth-cli target 2017-03-18 22:35:13 +01:00
Flössie
5d7191070b Fix a OOB access in CropHandler::setDetailedCrop() (#3763) 2017-03-18 19:48:04 +01:00
Hombre
c654785ae3 Merge branch 'dev' into rt-cli 2017-03-18 18:17:45 +01:00
Flössie
97caf21b5c PIMPLed and streamlined ICCStore (#3691) 2017-03-18 11:59:14 +01:00
heckflosse
6f1438e09d fixed bug in CheckBox::setValue (bool active) 2017-03-17 16:05:54 +01:00
Alberto Griggio
51f909a21e added option for selecting whether to use the extended zoom levels 2017-03-17 09:04:07 +01:00
heckflosse
70f89ccd48 Merge branch 'dev' into psgtk3 2017-03-17 01:04:18 +01:00
heckflosse
6a3baa3335 Set homedir as default path for queue_save/gimp/ps path if path from options not exists 2017-03-17 01:03:16 +01:00
Alberto Griggio
674cdb93be improved "zoom to fit" functionality
- fix regression in image quality for the previous zoom levels
- ignore the finer-grained zoom levels when zooming manually (either with the
  scroll wheel or with the buttons), but use them only only for zoom to fit
2017-03-16 23:32:02 +01:00
heckflosse
44a64f56b3 Merge branch 'psgtk3' of https://github.com/Beep6581/RawTherapee into psgtk3 2017-03-16 21:55:52 +01:00
Hombre
fe026d2b03 Updated copyright notes, no issue 2017-03-16 21:25:10 +01:00
Alberto Griggio
d41bd0d7e3 fixed typo in showing zoom percentage when the zoom factor is >= 1 2017-03-16 16:48:08 +01:00
heckflosse
df37ab6b4c used new CheckBox class in bayerrawexposure.* 2017-03-16 15:09:56 +01:00
Alberto Griggio
feed87d046 adding more zoom levels to the image editor 2017-03-16 14:33:26 +01:00
heckflosse
bb518eeef8 Used new CheckBox in rawcacorrection; don't zero red and blue when autoca is enabled 2017-03-16 13:34:11 +01:00
Hombre
a25a585673 Checkbox class added to simplify event handling. (issue #3739) 2017-03-16 01:16:37 +01:00
heckflosse
bdbb808f2d Merge branch 'dev' into psgtk3 2017-03-15 01:20:20 +01:00
heckflosse
499ca64a2c pixelshift: Allow translation of previously hardcoded motion correction methods Off/Automatic/Custom 2017-03-15 01:17:17 +01:00
Hombre
3660ed5f95 (attempt to ) solving issue #3759 2017-03-13 21:41:01 +01:00
Hombre
567ed3629c Automatically selected profiles are now correctly loaded on first use. 2017-03-13 01:30:34 +01:00
heckflosse
9d16f2ac95 Merge branch 'dev' into psgtk3 2017-03-12 23:26:33 +01:00
Hombre
0578010fce Fix unexpected font change on first Preference change (issue #3637) 2017-03-12 23:18:04 +01:00
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
Flössie
b84e570f50 Revise SaveAsDialog::okPressed() (fixes #3737) 2017-03-09 17:10:33 +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