heckflosse
e82b60cd03
Cppcheck: Fixed some issues found by Flössie during review of my changes
2016-10-04 23:50:44 +02:00
heckflosse
566d4c9822
Cppcheck: Fixed most issued in rtgui/*
2016-10-04 23:28:19 +02:00
Flössie
162c65e696
Use get_parse_name()
in rtgui/dirbrowser.cc
( #3444 )
...
This will print the full path and is consistent with the gtk3 branch.
2016-10-04 20:36:28 +02:00
Hombre
23011fbd63
Merge branch 'master' into softproofing
2016-10-04 00:04:57 +02:00
Morgan Hardwood
1c9b84aadb
Moved RT.ico from rtgui into rtdata/icons/
2016-10-03 22:44:13 +02:00
Morgan Hardwood
6d85d35039
Removed non-ASCII characters from code files, closes #3445
2016-10-03 22:05:02 +02:00
heckflosse
3552fd4161
Cppcheck: Fix issues related to explicit constructors
2016-10-03 00:54:02 +02:00
heckflosse
ccd9002c3a
Cppcheck: Solve issues related to copy constructor
2016-10-02 23:33:00 +02:00
Hombre
aca00389d9
Solving most if not all bugs left
...
Still some features to add, but this commit should make this tool fully
usable.
2016-10-02 17:23:09 +02:00
Flössie
ca0afa8d5f
Fix incompatibility with glibmm 2.50 ( #3440 )
...
Kudos to @Hombre57 for the suggestion.
2016-10-01 12:38:24 +02:00
Hombre
4506247985
Merge branch 'master' into lockable-color-picker
2016-09-30 01:06:19 +02:00
Hombre
f904bc8f84
First patch of the LockableColorPicker tool.
...
Still Work In Progress, but can be used without too much hassle.
2016-09-30 01:03:57 +02:00
Flössie
8e6cfcb766
Fix use-after-free of ImageArea::mainCropWindow
( #3048 )
2016-09-29 18:21:37 +02:00
Morgan Hardwood
7d21cbfaa6
Reworked Median (NR) wording, updated RawPedia accordingly.
2016-09-27 23:13:55 +02:00
Hombre
a9fc506ac9
Bugfix: the options file were reseted unexpectedly
...
The error was that it was reading a wrong value, which thrown an
exception, but the error was diplayed in verbose mode only. Bug fixed,
and now it'll report any error in evry case.
2016-09-03 23:29:26 +02:00
Hombre
a69c631f22
Fix issue #3411 + revert some code to the old one for better readability
2016-09-03 00:49:35 +02:00
Hombre
bdf4665c16
Merge branch 'master' into softproofing
2016-09-02 16:24:14 +02:00
Hombre
c96c7dc8f3
Soft-proofing ang GamutCheck buttons are now disabled if Monitor profile
...
== NONE of is no suported intent for the selected profile.
The Monitor profile list (in the Editor and in Preferences) shows RGB
profiles only, whereas the output profile list shows all profiles (RGB,
CMYK, ... anything!)
Bugfix: When switching to a new image, the image now use the selected profile and intent.
2016-09-02 16:23:21 +02:00
Hombre
d52b627c68
Merge branch 'origin/navigator-units'
2016-08-31 13:42:56 +02:00
Hombre
f3d46f4c37
Minor code adjustment
2016-08-31 13:40:02 +02:00
Hombre
388d43ebce
Adding new units for the RGB and HSV values in the Navigator tool (below
...
Histogram). Click on one of thes two columns to cycle to a new unit
independantly, between [0-1], [0-255], [%] (Hue stays in degree instead
of percent). The current unit is saved in Options for new Editor tabs or
between sessions.
2016-08-31 03:58:07 +02:00
Hombre
d762ef4510
Bugfix + cleanup
2016-08-30 02:06:10 +02:00
heckflosse
6a19178e52
Enable whole area of magnification windows for moving, fixes #3378
2016-08-30 01:53:27 +02:00
Hombre
ad5ef21648
Merge remote-tracking branch 'origin/master' into softproofing
2016-08-29 21:08:54 +02:00
Hombre
7c7cb9f9f1
Bug fix: the monitor profile and softproofing profile are now computed
...
automatically even without special trigger event. The order of the
Monitor Intent is now correct.
2016-08-29 21:04:59 +02:00
Hombre
2ba7e296d0
Bugfix: Options::readFromFile should not reset the options values. They
...
are initialy set in the constructor then should only be updated by each
call to this method.
2016-08-29 01:35:19 +02:00
Hombre
a1981dbd4d
Merge branch 'master' into softproofing
2016-08-27 23:52:53 +02:00
Hombre
f11ef69cda
Bugfix
2016-08-27 23:20:37 +02:00
Hombre
827acd35f9
Some bugfix.
2016-08-27 22:20:54 +02:00
Hombre
5affa18341
Introducting soft-proofing and Black Point Compensation, simplify the
...
CMM at the end of the pipeline + sparse code refactoring
A new BPC checkbutton has been created in 'Preferences/Color Management'
and in the ICM tool. Better hanbling of widget sensitivity of the output
profile / gamma part of the ICM tool.
2016-08-24 22:32:06 +02:00
heckflosse
cd16b91be0
fixes #3395 , unrelated bulk changes cause saturation setting to double its value
2016-08-17 16:15:35 +02:00
Morgan Hardwood
14b5bf1386
Prevents thumbnail race condition, from Floessie in #3304 and fixes #3384
2016-08-06 21:24:36 +02:00
Morgan Hardwood
0608ad8f49
Simplified OS X GIMP and Photoshop calling code.
2016-07-15 01:16:12 +02:00
Morgan Hardwood
cb5e99ef62
Updated defaults for crop, sharpening and post-resize sharpening.
2016-07-10 21:22:12 +02:00
Morgan Hardwood
3aaacf3b0c
Made post-resize sharpening RL radius minimum size consistent with RL radius from main sharpening - 0.40. Removed redundant guiutils.h include.
2016-07-10 20:31:03 +02:00
Ingo Weyrich
36f2c4db59
Merge pull request #3375 from Beep6581/fix_all_cppcheck_performance_hints
...
Fix cppcheck performance hints
2016-07-08 12:42:34 +02:00
heckflosse
c8779c04f5
Fix all - 2 cppcheck performance hints
2016-07-06 13:04:24 +02:00
Morgan Hardwood
3d6f9407a2
Updated help and man page, #3369
2016-07-05 23:07:58 +02:00
heckflosse
90c7407c90
Disable wrong warning for non Windows builds
2016-07-04 19:25:59 +02:00
heckflosse
2710bcdcec
Fix a warning and a crash
2016-07-02 23:03:58 +02:00
heckflosse
4236fd0545
Add milliseconds to queue params file, fixes #3363
2016-07-01 13:33:05 +02:00
Beep6581
cbbdc3e36f
Rawtherapee forgets checked Autofill-option, fixes #3332
2016-06-09 20:38:46 +02:00
Flössie
8ee8eb4ed6
Another bunch of cleanups
...
- DCPProfile::apply()
- DCPProfile::makeHueSatMap()
- DCPProfile::hsdApply()
- Refactoring
More to come...
2016-06-07 21:04:12 +02:00
Floessie
e0ca8ecdff
First round of cleanups for rtengine/dcp.*
...
- Sorted functions and methods
- Moved local functions to anonymous namespace
- Slightly modernized local functions
- Reworked `DCPStore` and fixed memory leak
Still coming:
- Rework `DCPProfile`
2016-06-04 22:43:09 +02:00
Flössie
e2a670c992
Fix missing return value in LensGeometry::doDisableAutoFillIfActive()
...
This should fix #3328 .
2016-06-04 17:47:19 +02:00
Floessie
8b5cf386bd
Merge pull request #3318 from Beep6581/lcpautofill
...
Automatically disable Auto-Fill when enabling LCP Disortion Correction, #1791
2016-06-03 19:30:16 +02:00
Beep6581
21b9b15e45
Applied Floessie's changes to prevent mutex lock issues, PR #3318 issue #1791
2016-06-03 14:00:26 +02:00
Beep6581
10f4bf3109
Merged master into rgbcurvesspeedup.
2016-06-02 22:33:34 +02:00
Beep6581
9fccdd6ca5
Automatically disable Auto-Fill when enabling LCP Disortion Correction, #1791
2016-05-30 23:47:13 +02:00
Ingo Weyrich
6e102351e0
Merge pull request #3281 from Beep6581/retinexgain
...
Retinexgain
2016-05-12 13:40:11 +02:00