Commit Graph

137 Commits

Author SHA1 Message Date
Hombre
e56f3958e1 For those who'd like to use their mouse scroll wheel to scroll the tool panel, there's a new option in Preference to disable the vertical scrollbar (see issue 735). The side effect of that is better stability of the curve editor's size. 2011-09-08 21:50:29 +02:00
michael
8f7eaf6071 Fix for CustomWB recall (issue 928) 2011-09-05 12:04:33 -04:00
natureh
7a6bafed2f Fixing issue 966: ""Gripped" image movement not matching image scale." regarding the label of the tool, and issue 970: "Factor 1 in "Panning acceleration" works only in 1:1 view" 2011-09-05 01:38:08 +02:00
Michael Ezra
249d372531 Enhancement to Channel Mixer UI on behalf of Philippe goo...@hupe.me; (issue 958) 2011-09-04 17:27:25 -04:00
Hombre
ee5b7c3a88 Various enhancement of the curves (see issue 968) :
- less memory required (512 KB less)
- isIdentity() method has to be used by developers to let the user preselect a curve type without processing overhead
- faster NURBS getVal(float t) method, by using a hash table
2011-09-04 18:16:21 +02:00
natureh
247cebbb2e Splitting "Local sharpening" (formerly "Clarity and Sharpening") in 2 separate tools : "Edges" and "Microcontrast" (see issue 927)
I've modified the languages files as well, but traductors should have a look at what i did...
2011-09-04 12:00:18 +02:00
natureh
42ba3169e0 Solving issue 735 : "Zooming with mouse wheel should zoom where the mouse is".
The scroll wheel is now used for scrolling the editor's tab content. If you want
to change the spin button's/slider's value or combobox entry, press the SHIFT key
while using the scroll wheel.

This patch also:
- reduce the spin buttons size (50px wide, instead of 70px)
- reduce the minimum size of the combobox (tool panels can now be narrower before
  showing the horizontal scrollbar)

Note to developers:
-------------------
When creating GUI for editor tools, please use the MyComboBox, MyComboBoxText,
MySpinButton and MyFileChooserButton derived class only in order to handle
the scroll wheel properly (-> #include <guiutils.h>).

Known bug: The MyFileChooserButton thas is a FILE_CHOOSER_ACTION_SELECT_FOLDER
does not respond correctly to the new behaviour.
2011-09-02 15:16:30 +02:00
natureh
aaaccfa451 Solving issue 681 completly : RT now search for an OS environment variable "RT_CACHE" first, in order to set the cache folder path (no "RawTherapeeXXX" subdirectory will be created). This variable is fully optional. 2011-09-02 14:57:36 +02:00
michael
24d0a1657b Enhancement: exposure comp in preview's image info (issue 954) 2011-08-31 20:38:33 -04:00
Oliver Duis
d76f3c38c5 Blend CMS with matrix feature
see issue 951
2011-08-31 19:49:00 +02:00
Philip Rinn
f89fcd56ba Fix JPG files do not auto-rotate (closes Issue 125) (on behalf of MaWe) 2011-08-31 17:47:35 +02:00
Oliver Duis
ec918d2f56 Automatic ICC profile detection
see issue 938
2011-08-30 07:12:07 +02:00
Oliver Duis
76181828df Two small fixes: "Profile applies gamma" would not toggle image refresh; unnecessary clipping using ICC gamma
no issue since small
2011-08-29 21:42:05 +02:00
natureh
5a5775edba Introducing panning acceleration factor (see issue #945: Paning a 1:1 preview from border to border need several click (& refresh)) 2011-08-28 20:58:53 +02:00
Oliver Duis
5a08feee48 Custom profiler builder in partial pastes and context menu
see issue 941
2011-08-26 09:42:01 +02:00
michael
906db1e23f Fix for WB picker compatibility with recallable Custom WB 2011-08-24 23:48:16 -04:00
natureh
2f3549653a Second and last part of issue 898 bugfix : Thumbnails aren't updated when toggling "Info" on/off
This patch also solve the skewed thumbnails bug
Credits: Oduis / Hombre
2011-08-23 23:22:17 +02:00
Oliver Duis
5b198bb743 Fixed crash when re-opening image with auto wb in some situations
see issue 929
2011-08-22 18:27:49 +02:00
natureh
ae3dd26dc6 BUGFIX (no GoogleCode issue): RT was crashing when clicking on an image that contains non linear curves right after opening the application. 2011-08-22 06:46:04 +02:00
michael
26b23c453c Recallable Custom WB (see issue 928)
stores CustomWB settings in variables (on adjuster change, wb picker and read) and recall from them when Custom method is selected
2011-08-21 14:29:07 -04:00
Oliver Duis
c57bc0c15f Filter for unnecessary slow demosaicing when switch between history states
see issue 923
2011-08-20 21:26:52 +02:00
michael
cb4ab1fabd Enhancement: option for a square detail window, fix for filebrowser ribbon height, small cleanup (issue 918) 2011-08-18 15:21:36 -04:00
Oliver Duis
fc0550e427 Small batch queue thumb height fix 2011-08-16 22:25:46 +02:00
michael
eee952fdaf Shortcut key for renaming: F2 (issue 905) 2011-08-15 00:12:08 -04:00
ffsup2
a75252f34d Code cleanup: removed colorboost, colordenoise, colorshift, waveletequalizer, lumadenoise
Code was already commented and superseded
2011-08-14 23:35:56 +02:00
Oliver Duis
3848e51e44 Cleanups and simplifications, espc. batch queue 2011-08-13 14:44:20 +02:00
Oliver Duis
0eb0021fa7 Remember last ICC profiles directory
see issue 911
2011-08-13 10:01:14 +02:00
Hombre
fe8d3d5abc Cleaining the "Clarity and Sharpening" tool's GUI 2011-08-12 14:50:01 +02:00
Hombre
8fa4667ee3 Comitting p tch from issue #909: Histogram behave oddly when resizing, buttons takes too much space 2011-08-12 14:49:00 +02:00
Oliver Duis
9cf4d113db File browser stability enhancements
see issue 898
2011-08-11 21:41:09 +02:00
Hombre
613f8308a3 The "SaveAs" feature was saving the image even if the filename field was leaved empty, because it was automatically adding the format suffix.
The SaveAsDialog is now most secured too: no empty filename field is allowed when pressing OK.
2011-08-09 23:24:14 +02:00
Oliver Duis
c0cd1e5d4d Performance improvement adding many files to queue
see issue 900
2011-08-08 22:11:59 +02:00
Oliver Duis
5fda475e91 Fixed thumbnails aren't updated when toggling "Info" on/off
see issue 898
2011-08-08 19:04:56 +02:00
Oliver Duis
491043f63c Fixed replacing RAW by another with same name shows old thumbnail
(Win only, clear your thumb cache) see issue 893
2011-08-07 15:55:34 +02:00
Oliver Duis
f2b6fd1db3 Fixed edited quick thumb showing wrong crop 2011-08-06 23:40:14 +02:00
Oliver Duis
418b4ca983 Cleanups 2011-08-06 20:31:33 +02:00
Oliver Duis
f7d5b97428 Clean up unused option; restored gray theme as new users default option
for lattern see issue 373
2011-08-06 11:00:43 +02:00
Oliver Duis
829ffe051d Fixed file format changes in batch queue
see issue 890
2011-08-05 19:28:17 +02:00
Oliver Duis
20e434ecfc ICM profiles improvements
see issue 889
2011-08-05 15:58:43 +02:00
Oliver Duis
9992bac727 Direct image safe cleanups 2011-07-31 11:11:26 +02:00
Oliver Duis
5aeb290622 Unification if sRGB gamma value
see issue 856
2011-07-27 19:16:26 +02:00
Oliver Duis
244caeff9a Fixed file extension not added when saving directly
see issue 869
2011-07-27 18:59:02 +02:00
michael
1a8c436c4b GUI enhancement: RGBV indicators below Histogram on behalf of Wolfgang K?hnel (see issue 683) 2011-07-26 21:34:55 -04:00
jdc
112a4ac93d Post demosaic artifact_noise reduction see issue848 2011-07-20 07:12:02 +02:00
michael
a9fdda1d1b Small fix to batch queue right-click menu - now it stays on (issue 840) 2011-07-19 20:44:58 -04:00
Oliver Duis
0a67e308bf Fixed cropping not working in file browser mode
see issue 609
2011-07-19 19:01:18 +02:00
Oliver Duis
fdb490c49f Compilation workaround for older MinGW versions (Win only)
see issue 847
2011-07-18 22:18:42 +02:00
Oliver Duis
c4e54b004b Automatic language detection (Win Vista/7)
see issue 847
2011-07-16 13:39:28 +02:00
Oliver Duis
8a8591a3d6 Fixed places sort order on Windows
see issue 842
2011-07-15 07:58:20 +02:00
natureh
1117628974 As suggested by Emil, the open hand is now a cross cursor to see which pixel is displayed in the color inspector.
(don't forget to re-CMake your project)
2011-07-14 19:11:53 +02:00