484 Commits

Author SHA1 Message Date
Beep6581
4eb123c472 Turn icon buttons into label buttons, language strings updated. #3571 (#3580) 2017-01-06 15:56:44 +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
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
Hombre
1f080e0438 Bugfix: RT could crash while displaying Color Pickers (no issue) 2016-12-11 17:17:36 +01:00
heckflosse
981a534920 Fixes #3517, build fails when using libcairo 1.15 2016-11-29 13:11:42 +01:00
Flössie
25c67ab3c1 Fix some Clang warnings reported by @Partha1b 2016-11-08 20:23:48 +01:00
Flössie
495c0938f4 Fix Clang warnings and build failure on OSX 10.12
Kudos to Partha over at pixls.us for finding and fixing!
2016-11-06 17:09:27 +01:00
Hombre
2bf87d5c5c Fixing issue #3497: "Lockable color picker interacts with info text on
image area"
2016-11-05 19:13:59 +01:00
Morgan Hardwood
e35e46e0ad Fixes Preferences > Color Management layout, #3488 2016-10-30 20:52:13 +01:00
Morgan Hardwood
2a2dd2af8b Small fix to Preferences > Default Theme frame, no issue. 2016-10-24 21:04:13 +02:00
Hombre
22d8869953 Hotfix for issue #3480. 2016-10-24 01:14:35 +02:00
Morgan Hardwood
0ba6258fc8 Removed 3 Noise Reduction tooltips as they were intrusive and/or incorrect, no issue - IRC 2016-10-20 20:00:09 +02:00
Ingo Weyrich
d14e9adbc2 Merge pull request #3465 from Beep6581/clang-tidy
`clang-tidy` cleanups
2016-10-18 21:53:34 +02:00
Jean-Christophe
952fc5f127 Merge pull request #3461 from Beep6581/connblocker-in-toolbar
Enhanced ConnectionBlocker class, now used in ToolBar class
2016-10-18 21:34:42 +02:00
Flössie
fb8941cd88 Manually simplify bool expressions and fix rtgui/progressconnector.h 2016-10-18 18:30:25 +02:00
Flössie
730c03785d Reapplied clang-tidy filters
- modernize-use-nullptr
- modernize-redundant-void-arg
- readability-simplify-boolean-expr
- misc-redundant-expression
- readability-redundant-control-flow
- readability-avoid-const-params-in-decls
2016-10-18 18:16:05 +02:00
Flössie
0bbc84b2af Merge branch 'master' into clang-tidy 2016-10-18 17:48:50 +02:00
heckflosse
8df2df664f Cppcheck: some fixes 2016-10-17 18:49:15 +02:00
heckflosse
ed42b1239c Merge cppckeck2 branch into master 2016-10-16 22:13:13 +02:00
Hombre
8f2f4e0870 Enhanced ConnectionBlocker class, now used in ToolBar class 2016-10-16 14:19:59 +02:00
Hombre
50165dab20 Merge branch 'master' into softproofing 2016-10-16 01:45:52 +02:00
Flössie
aeaff29ac0 Apply readability-simplify-boolean-expr 2016-10-12 20:01:30 +02:00
heckflosse
e98bd47487 Cppcheck: Fix some warnings 2016-10-12 19:04:06 +02:00
Flössie
19de9d1efa Apply modernize-redundant-void-arg 2016-10-12 18:24:14 +02:00
Flössie
0731975ff0 Apply modernize-use-nullptr
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
2016-10-12 17:48:40 +02:00
Morgan Hardwood
e902091fe9 Fix crash when toggling Before|After view, by Flössie, fixes #3454 2016-10-11 09:46:42 +02:00
heckflosse
b8eb3492c9 colour picker died when crop tool was activated while colour picker was active 2016-10-10 17:10:31 +02:00
heckflosse
0821eea7b6 Cppcheck: Fixed 2 issues introduced with merge of lockable colour picker 2016-10-10 16:28:44 +02:00
Ingo Weyrich
a57ecac9e9 Merge pull request #3452 from Beep6581/cppcheck
merge fixes for a lot of issues reported by Cppcheck
2016-10-09 22:55:31 +02:00
Flössie
d132149a26 Introduce rtengine/noncopyable.hpp 2016-10-08 15:36:44 +02:00
Hombre
e16b2407bd Bugfix: double click to zoom in/out now effective over Pickers
when the Color Picker mode is off.

see issue #1812
2016-10-08 00:44:59 +02:00
Hombre
222b8a7562 Bugfix: Pickers wasn't displayed after a Detail window move
See issue #1812
2016-10-07 14:38:22 +02:00
Hombre
1c8d8c6dce Small code cleanup 2016-10-07 12:48:20 +02:00
Hombre
103091e2c9 Code simplification + bugfix 2016-10-07 02:18:52 +02:00
Hombre
5383a7ab71 Merge branch 'master' into lockable-color-picker 2016-10-07 01:27:33 +02:00
Hombre
773a65b5be Bugfix and using the Navigator's range for displaying values
Thanks a lot to Heckflosse and Floessie for the bugfix
2016-10-07 01:25:45 +02:00
Hombre
f60a4fc4b1 Adding Picker size support and Displayed values support (RGB/HSV/LAB) 2016-10-05 01:13:20 +02:00
heckflosse
18ee91b8e4 Removed rtgui/createicon.cc 2016-10-05 00:04:22 +02:00