Ilia Popov
38a8546646
Merge from default
2010-10-31 16:26:19 +01:00
Ilia Popov
b8df463393
Added option to panel; Optimized code, but new version does not support omp
2010-10-31 15:49:43 +01:00
Jacek Poplawski
abe8f457d1
Allow vignetting to become really strong for artistic purposes.
...
Also allows to change the center of vignetting.
2010-10-30 13:01:38 +02:00
Oliver Duis
a78979f971
Fast preview thumbnail is configurable now
2010-10-29 19:28:43 +02:00
Oliver Duis
96adb21c48
Optimized thumbnail generation: If the image was not edited yet anyway, only the (fast) raw internal preview image is taken. So if you just downloaded the many pictures from the camera, your machine will not busy generating thumbnails.
2010-10-29 16:51:01 +02:00
Oliver Duis
2502010850
Dynamic thread count for preview/thumb updaters based on processor core count
2010-10-29 14:54:54 +02:00
Steve Herrell
b25d03e6ea
speed up un-cached directories
...
embedded thumbnails will be used for the first pass when cached thumbnails are not found.
2010-10-29 12:06:17 +02:00
Steve Herrell
7ce062cfc3
Improve preview loader parallelism
2010-10-29 12:01:22 +02:00
Steve Herrell
6cb28a32ea
Improve thumbnail parallelism
2010-10-29 11:00:25 +02:00
Oliver Duis
93385fddfa
Made background loader thread count dynamic, based on processor count. If there are >=4 processors, one processor is spared for snappy parallel image editing.
2010-10-29 09:19:18 +02:00
Wyatt Olson
bb1a7ce4bc
Fixed program hang from issue 185 (see issue tracker for comments); re-generated translations
2010-10-28 19:51:15 -06:00
Oliver Duis
37ea6a7380
Using Steves threadsafe DCRAW to roughly double thumbnail generation speed on multicore CPUs. Now there are two update worker threads. Easy to remove if someone provides code for a more efficient distribution mechanism.
2010-10-28 21:47:52 +02:00
Steve Herrell
d0a9100e93
improve stability for Cache Manager and thumbnails and avoid race conditions.
...
preparation step 3 for making dcraw multithread safe.
2010-10-28 17:39:29 +02:00
Steve Herrell
3c747f1d77
improve stability for Cache Manager and avoid race conditions.
...
preparation step 2 for making dcraw multithread safe.
2010-10-28 17:33:11 +02:00
Emil Martinec
6770a2c4a0
Changed behavior of "Shadow compression" to shadow recovery; now 0 on the slider is black clipping, 50 is no compression, 100 is shadow expansion. Implemented a rudimentary highlight desaturation to prevent color shifts under exposure compensation, along the lines of relative colorimetric rendering intent.
2010-10-27 20:53:52 -05:00
Emil Martinec
926056c2c2
Changes to black compression and saturation controls. Black compression from 0-50 acts the same as 0-100 on the previous version, compressing dark tones without crushing blacks. 50-100 then starts crushing blacks until by 100 on the slider, all tones up to the set black point are sent to zero. In the new saturation control, negative values of the slider set a linear curve rather than an inverted S curve, and smoothly decrease saturation to zero across the board.
2010-10-26 22:59:18 -05:00
Hombre
f0661fe294
Parametric curves are back
2010-10-25 19:38:38 +02:00
Emil Martinec
ca09a35ed7
Changed defaults on highlight rolloff slider. Now people can stop complaining that they can't increase it :roll:
2010-10-24 12:13:33 -05:00
janrinze
e0da4c2a0e
Small cleanup where return variables were missing
2010-10-23 16:59:46 +02:00
Emil Martinec
3f8d4732e3
Improvements in highlight rolloff behavior.
2010-10-23 07:44:06 -05:00
Jacek Poplawski
a4bd162b52
LAB support for Navigator window
2010-10-21 15:39:24 +02:00
Emil Martinec
253889fd98
Modifications to tone controls.
2010-10-21 15:29:47 -05:00
Andrey Skvortsov
ba9e2c4879
batch queue racing condition patch by steve.herrel 270
2010-10-20 21:18:59 -07:00
Emil Martinec
87c5e971a1
Patch from Jan Rinze for preferences.
2010-10-20 08:24:45 -05:00
Hombre
ae59ff2f23
Patch for the Send to editor patch
2010-10-20 15:11:04 +02:00
Wyatt Olson
8c8760f66e
Removed a couple of .orig files mistakenly checked in by someone
2010-10-19 18:40:24 -06:00
Hombre
15c829cab2
Now the Lab curves are properly handeled in the history (MSG are still to be created)
2010-10-20 01:47:48 +02:00
Hombre
b0d9c87621
A line that shouldn't be there, maybe left here during Stingo's merge
2010-10-20 01:45:56 +02:00
Hombre
cb0930c436
Fix the "Send to editor" bug on Windows ; for a reminder : you have to select the Gimp's base installation directory, not the "bin" subdir
2010-10-19 22:49:23 +02:00
Emil Martinec
3715bf42e3
Bugfixes for tone curves.
2010-10-19 01:10:54 -05:00
Andrey Skvortsov
3da66168b5
fix for batch settings for demosaic
2010-10-18 22:47:44 -07:00
Emil Martinec
af4a6534ef
Restored color boost tool; fixed bug in simpleprocess.cc for saving output.
2010-10-18 13:39:23 -05:00
Oliver Duis
3d288c971b
Fixed OSX/Unix compatability problem in OverwriteOutputFile
...
There is a problem in gtk g_remove on Unix/OSX, as it just redefines g_remove to remove without giving a namespace. This may collide if your program defines a remove(char*) as well.
2010-10-18 10:53:52 +02:00
Wyatt Olson
49c42c9242
Return filename from batchqueue (bugfix from be54f5c601)
2010-10-17 19:07:28 -06:00
Emil Martinec
12ea4424ca
Forgot to add the crucial files!
2010-10-17 17:28:41 -05:00
Ilia Popov
e2aef685b3
Fixed inexistent file name in rtgui/CMakeLists.txt introduced by previous commit
2010-10-17 23:19:55 +02:00
Emil Martinec
9d31c6ad19
Changes to Exposure tab. Exposure controls (blackpoint, brightness, contrast, S/H compression) are now implemented with NURBS curves. Brightness bug seems fixed as a consequence. Luminance tone curve has been expanded to separate curves for L,a,b; saturation slider has been added, but at the moment saturation limiting has not been implemented in the modified tool.
2010-10-17 14:55:40 -05:00
Oliver Duis
4de32da4c0
New option OverwriteOutputFile
2010-10-17 10:03:36 +02:00
Andrey Skvortsov
f6a432e6bb
option to use system theme. Also clearlooks used for themeing causes instability and observed to crash cairo rendering (at least on win)
2010-10-14 21:23:26 -07:00
Andrey Skvortsov
bdb28d59b5
switch order of buttons on thumbnail to avoid trash misclicks
2010-10-14 20:53:43 -07:00
Andrey Skvortsov
086e5c8b58
auto hide scrollbars on the thumbbrowser
2010-10-13 20:18:35 -07:00
Andrey Skvortsov
7ffc01191e
auto hide scrollbars on the imagearea
2010-10-13 20:12:29 -07:00
Hombre
a253dd396c
Bug correction that prevented RT from starting
2010-10-09 13:56:13 +02:00
Andrey Skvortsov
35a35db265
remove scrollbars for dirbrowser when unneeded
2010-10-07 22:34:24 -07:00
Andrey Skvortsov
8a5dfde010
get rid of warning when reparenting widget introduced by last change
2010-10-07 20:41:12 -07:00
Andrey Skvortsov
66a6191b56
Merge
2010-10-07 20:30:47 -07:00
Andrey Skvortsov
67c85377e3
fix thumb browser disappearance if a user changes editor layout to multi tab when on the editor
2010-10-07 20:06:19 -07:00
Andrey Skvortsov
04fcdd40a0
add missing GLIBMM_EXCEPTIONS_ENABLED preproc in main for compile
2010-10-07 19:27:55 -07:00
Hombre
8b52e0aa5f
The language selection combo was no more populated after Stingo's merge.
2010-10-08 01:06:09 +02:00
Andrey Skvortsov
1cd15a3837
need small fix to compile after merge
2010-10-06 19:16:02 -07:00