Commit Graph

524 Commits

Author SHA1 Message Date
heckflosse
208c179921 pixelshift: adjuster for smooth transitions 2017-01-22 17:44:58 +01:00
heckflosse
c0988beb33 Pixelshift: fixed two small bugs 2017-01-21 13:44:10 +01:00
heckflosse
45f41ae62a Merge branch 'master' into pixelshift 2017-01-21 02:49:40 +01:00
Hombre
75138356f1 Updated French strings + bugfix in rtgui/retinex.cc (no issue) 2017-01-21 02:26:58 +01:00
heckflosse
d9c1ba78c4 Merge branch 'master' into pixelshift 2017-01-20 21:51:35 +01:00
Flössie
f25e161d16 Clean-ups for #3616 2017-01-20 21:19:55 +01:00
FelixJongleur42
62451f471f issue 3598 and 2289 - util functions to determine file types by ending 2017-01-20 21:14:02 +01:00
heckflosse
1949ba1774 Merge branch 'master' into pixelshift 2017-01-20 21:13:50 +01:00
heckflosse
c94e017d90 Segfault when selecting GIMP installation directory in Preferences (Windows), fixes #3534 2017-01-20 20:52:47 +01:00
heckflosse
8d40dbdc0b pixelshift: option to smooth transitions between regions with and without motion 2017-01-19 18:46:41 +01:00
heckflosse
e231d6c06d pixelshift: minor gui fixes 2017-01-18 20:33:40 +01:00
heckflosse
70415fdfe5 pixelshift: cleaned gui 2017-01-18 19:36:35 +01:00
Morgan Hardwood
7a8cd68f30 External editor polished and implements ShellExecute, closes #3522 2017-01-18 14:17:55 +01:00
heckflosse
4ecdf8dca9 Added one file which I forgot with last commit 2017-01-15 23:11:53 +01:00
Hombre
a7998561e4 Fix issue 3590 2017-01-14 21:10:16 +01:00
heckflosse
37243d9cd6 Pixelshift: new beta realease 2017-01-13 21:35:11 +01:00
heckflosse
c02ca5089b When opening a folder with a lot of files (about 1000) progress bar in rt and tab label of filebrowser (percentage) are not updated frequently, fixes #3592 2017-01-07 23:06:57 +01:00
Flössie
414f28e806 Guard processor in editorpanel.cc (#3578) 2017-01-07 11:51:22 +01:00
Beep6581
8459229f96 Merge pull request #3582 from Beep6581/iptc12
IPTC strings updated to version 1.2
2017-01-06 16:45:57 +01:00
Morgan Hardwood
c99bd6d211 macOS fix from #3589 2017-01-06 16:44:58 +01:00
Beep6581
4eb123c472 Turn icon buttons into label buttons, language strings updated. #3571 (#3580) 2017-01-06 15:56:44 +01:00
Morgan Hardwood
14361da559 Updated IPTC panel language strings to IPTC Core 1.2. 2017-01-04 23:23:25 +01:00
Morgan Hardwood
d654a7a21b Fixed wrong tooltip in IPTC panel, fixes #3569 2017-01-04 21:59:12 +01:00
Hombre
6a1ccb9b15 Bugfix backported from gtk3 branch, related to OSX printer profile 2017-01-02 02:51:54 +01:00
Jean-Christophe
d29a94c2a7 Merge pull request #3563 from Beep6581/printer-profile
Printer profile added in Preferences for soft-proofing
2017-01-01 23:12:28 +01:00
Hombre
8c22465d91 Revamped IPTC tab (issue #3554) 2017-01-01 15:28:54 +01:00
Hombre
e9df621d4b Updated strings + Image preview now updates on changes in Preferences
... regarding Printer profile, intent or BPC
2017-01-01 02:03:44 +01:00
Hombre
23863aceca Printer profile added in Preferences for soft-proofing
The output profiles now retain only 'Display' device class as well as
the Monitor profile - and they both have to have rgb color space, the
printer profile retain only 'Output' device class.

MacOS can use soft-proofing but due to undocumented feature of OSX, and
since Cairo assume that the image data are sRGB, the monitor profile is
forced to 'RT_sRGB'. A warning message replace the combobox for this OS.
2016-12-30 03:59:18 +01:00
Hombre
95f0d67dfe Fix issue #3532 + a memory leak 2016-12-27 14:31:55 +01:00
Hombre
c90b701999 Backporting patch from issue #3446
This commit change the way that the Curve buttons and Accompanying
object expands, and fix the alignment of the WB's buttons.
2016-12-25 23:55:45 +01:00
Flössie
56dbfe1e5f Merge branch 'var-tracking' as per @Beep6581's approval (#3543) 2016-12-19 19:56:34 +01:00
Beep6581
7fdcc8f172 Review of thumb size defaults, closes #3535 2016-12-18 18:17:52 +01:00
Flössie
d8fadb81bf Prune unnecessary Wavelet members (#3543) 2016-12-18 16:07:14 +01:00
Flössie
653f252b9c Constify Wavelet (#3543) 2016-12-16 18:14:01 +01:00
Beep6581
e5dba2e890 Remove intrusive tooltips, issue #3537 (#3538)
* Remove intrusive tooltips - TP_SHARPENING_TOOLTIP
* Remove TP_SHARPENING_TOOLTIP from default
2016-12-16 11:38:26 +01:00
heckflosse
bbabe9bca8 Revert "pixelshift: Simplified code and added 2 checkboxes"
This reverts commit 3870f6d35d.
2016-12-15 18:54:42 +01:00
heckflosse
3870f6d35d pixelshift: Simplified code and added 2 checkboxes 2016-12-15 18:45:34 +01:00
Flössie
23f17bd9bc Fully check thumb data size (#3529)
Also, take rotation into account when falling back to
`Thumbnail::loadFromRaw()`.
2016-12-13 20:44:05 +01:00
heckflosse
7dcf89808f Merged master into pixelshift 2016-12-12 14:25:57 +01:00
Hombre
1f080e0438 Bugfix: RT could crash while displaying Color Pickers (no issue) 2016-12-11 17:17:36 +01:00
heckflosse
98b405368f pixelshift: Added green 7x7 correction grid 2016-12-05 20:39:28 +01:00
heckflosse
49aa9f0c4e pixelshift: Added new red/blue stddev adjusters for test 2016-12-05 15:34:05 +01:00
heckflosse
4820437c46 pixelshift: added checkbox to test red/blue cross check 2016-12-02 22:41:09 +01:00
heckflosse
27a537aba4 pixelshift: fixed possible crash bug in 1x1 and 1x2 mode 2016-12-02 14:57:14 +01:00
Hombre
b1e7dcbf4a Updated GUI 2016-12-02 02:58:09 +01:00
heckflosse
4ba6e7d5f7 pixelshift: model specific default values. Caution: you need to press reset buttons for pixelshift adjusters of existing profiles once! 2016-12-01 19:45:54 +01:00
heckflosse
981a534920 Fixes #3517, build fails when using libcairo 1.15 2016-11-29 13:11:42 +01:00
heckflosse
313e770cfe pixelshift: optional vertical red/blue check 2016-11-28 15:21:45 +01:00
heckflosse
8afb267fe9 pixelshift: changed behaviour of correction amount, now 0 is 1x1 for green, 1 is 1x2 for green, no changes for other values 2016-11-27 21:55:27 +01:00
heckflosse
ac5bad2de1 pixelshift: optional red/blue check 2016-11-27 18:42:58 +01:00