7865 Commits

Author SHA1 Message Date
Oliver Duis
eef4094f84 Corrected DCRAW camera color matrices
on behalf of Colin, see issue #930
2011-09-02 17:05:35 +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
ffsup2
62db8ad43a Updated Italian language on behalf of eosforon 2011-09-01 19:28:39 +02:00
Oliver Duis
a03d25529e Updated german translation
on behalf of MaWe, see issue 956
2011-09-01 18:51:28 +02:00
Emil Martinec
bb12e5ae03 Fix for channel mixer bug. 2011-09-01 10:40:08 -05:00
Emil Martinec
ee83bfad63 Fix for channel mixer bug. 2011-09-01 10:34:34 -05:00
Philip Rinn
cf96379448 Remove deprecated Encoding key from rawtherapee.desktop.in an add file extension for the icon 2011-09-01 11:16:18 +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
DrSlony
a72159c403 Increased noise_ab multiplier to 100 to fix problem with RT removing chrominance noise very poorly ever since the move to float. Issue 719 2011-08-29 18:12:43 +01: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
natureh
5d049033d7 Typo corrected in the French strings on behalf of Phil 2011-08-27 02:21:16 +02:00
Oliver Duis
03cd82e154 Added Colin and Thorsten to AUTHORS 2011-08-26 09:47:26 +02:00
Oliver Duis
5e5dd761f1 Added tag 4.0.2 for changeset ca97575949cf 2011-08-26 09:43:40 +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
natureh
5b0a0b2428 Reverting back the low-frequency chroma NR, on behalf of Emil 2011-08-26 00:57:05 +02:00
natureh
d401c08b87 French strings updated 2011-08-26 00:55:52 +02:00
natureh
0762ac0703 Patch from issue 927: Clarity and sharpening
on behalf of Jacques Desmis
2011-08-26 00:55:31 +02:00
Oliver Duis
4b20c52735 Corrected DCRAW camera color matrices
see issue #930
2011-08-25 22:07:52 +02:00
michael
906db1e23f Fix for WB picker compatibility with recallable Custom WB 2011-08-24 23:48:16 -04:00
Phil google at hupe dot me
e69c4b2159 French translation patch from issue 937 2011-08-24 21:05:58 +01:00
natureh
e7b0efb709 Adding a warning about croppedHistogram calculation 2011-08-24 01:13:41 +02: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
DrSlony
c7ce3611e2 Cleaned up the manual and workflow translations, and added matadoerle\'s German 3.0 translation, issue 934 2011-08-23 01:08:54 +01: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
d0d38b958d Fixed black/white clip preview when changing to a default profile before first edit
see issue 925
2011-08-18 16:13:22 +02:00
Oliver Duis
fc0550e427 Small batch queue thumb height fix 2011-08-16 22:25:46 +02:00
Oliver Duis
5e94740fec Updated Italian translation
on behalf of Eosfo; see issue 917
2011-08-16 20:59:57 +02:00
ffsup2
26d8ba5be1 Restored refreshmap with void events ( deleted in changeset 0e80772ed08c) because it was not in sync with procevents anymore
Obsolete events cannot be removed because translation strings HISTORY_MSG_xx are statically defined with the event number xx
Obsolete events can be reused in future.
2011-08-15 23:53:20 +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
e93ccb21b2 Update manual, tagged for next build 2011-08-13 17:30:16 +02:00
Oliver Duis
a0dccb9b3f Added tag 4.0.1 for changeset 4054fb2c2272 2011-08-13 17:04:08 +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
Hombre
aac3be6386 Solving issue 904 : Geen equilibration produce random dots in the image 2011-08-09 12:14:04 +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