michael
cd291ee30d
GUI touchups: icons (issue 754) pass 2
2011-06-12 10:24:39 -04:00
Oliver Duis
50aa487f63
Mitigated GTK fullscreen bug on Windows
...
see issue 82
2011-06-12 12:18:38 +02:00
Oliver Duis
72923977dd
Fixed crash when closing image panel that is still processing
...
see issue 671
2011-06-11 10:28:00 +02:00
Oliver Duis
5182f3e513
New layout preferences to maximize editor control space
...
see issue 759
2011-06-10 20:38:42 +02:00
ffsup2
bc0a8d56f4
Merge n.6
...
Includes some memory leaks fixes, dcraw update
2011-06-10 20:23:50 +02:00
Michael Ezra
aaf63f80a1
GUI touchups: icons issue 754
2011-06-08 16:42:27 -04:00
Oliver Duis
ac1ea024b2
Fixed a bug with filmstrip height when filtering; see issue 700
2011-06-08 21:00:27 +02:00
Oliver Duis
f68e8355e0
RAW black level compensation, on behalf of Jacques; see issue 717
2011-06-08 20:21:42 +02:00
Hombre
deb601f8f4
Solving issue #705 : Exposure slider does not behave the same between RT3.0 and Dev-3.1... This patch only extend the Liear RAW Linear correction up to 16.
2011-06-08 01:48:44 +02:00
Hombre
a95deb4b98
Themes has been updated (solving issue #690 ), now that libclearlooks has been compiled for the Windows platform (to be downloaded in the dependancies folder of the FTP site)
...
A new checkbox has been added in the preference window to switch to a "slim" version of the selected theme, for low resolution screens
Curves now uses the theme colors too (was hard to see before with dark themes)
Themes has been named with this convention (of mine, yes) :
[Background ligthness]-[background color]-[Selected items color].gtkrc
Only themes with .gtkrc suffix are now displayed in the combo box
2011-06-08 01:46:51 +02:00
Hombre
0542a8eafe
(Partiallu) Solving issue #705 : Exposure slider does not behave the same between RT3.0 and Dev-3.1
...
There's still a blue top and left edge appearing in the test image, but it may be another bug
2011-06-08 01:33:10 +02:00
Hombre
291bb4257a
Themes has been updated (solving issue #690 ), now that libclearlooks has been compiled for the Windows platform (to be downloaded in the dependancies folder of the FTP site)
...
A new checkbox has been added in the preference window to switch to a "slim" version of the selected theme, for low resolution screens
Curves now uses the theme colors too (was hard to see before with dark themes)
Themes has been named with this convention (of mine, yes) :
[Background ligthness]-[background color]-[Selected items color].gtkrc
Only themes with .gtkrc suffix are now displayed in the combo box
2011-06-08 00:35:01 +02:00
ffsup2
e4a550dbd3
Fix for translation of UTF strings
...
In italian language the accented u was not displayed correctly in equalizer panel
2011-06-07 22:22:36 +02:00
ffsup2
fbb9cff8ee
Fix for some memory leaks issue #657
2011-06-07 20:12:01 +02:00
Oliver Duis
9d939bdf82
Auto-open curves on image reopen; see issue #724
2011-06-07 19:21:02 +02:00
Oliver Duis
46e433ed2f
Fixed batch queue thumbs arrangement; see issue #721
2011-06-06 18:54:34 +02:00
Oliver Duis
4fcb84a74c
Fixed filmstrip autoheight; see issue #700
2011-06-06 16:04:27 +02:00
DrSlony
c109330c53
Removed obsolete keyboard shortcut from tooltip and redundant colon, branch_3.0, issue 718
2011-06-05 07:09:25 +01:00
DrSlony
544886725b
Removed obsolete keyboard shortcut from tooltip and redundant colon, default branch, issue 718
2011-06-05 06:48:02 +01:00
Oliver Duis
6cba0608c9
Fixed Auto Levels wrongly turned off, see issue #713
2011-06-03 18:44:01 +02:00
michael
e906427a76
GUI touchups: panel ending images
2011-06-02 21:17:27 -04:00
ffsup2
3ac6074a7f
GUI fix for raw CA aurocorrect (issue 702) on behalf of Michael
2011-06-01 22:07:45 +02:00
Oliver Duis
436cfdb750
Fixed a (severe) memleak when using HPHD
...
(Thank Michael for narrowing down to this algo)
2011-05-30 21:54:48 +02:00
ffsup2
746c6f8afe
Merge
2011-05-29 19:12:15 +02:00
Oliver Duis
cf5d83f14b
Cleanup of AppFolder path detection (Windows)
2011-05-29 15:06:34 +02:00
Michael Ezra
81f0135ec5
New feature: Color Labels (issue 684) and porting rank and inTrash to pp3
2011-05-29 08:23:09 -04:00
Oliver Duis
a64a6d1b2c
Custom profile builder GUI and capsulation
...
see issue #704
2011-05-29 00:59:44 +02:00
michael
19ca183795
GUI fix for raw CA aurocorrect (issue 702)
2011-05-28 13:24:50 -04:00
Oliver Duis
53ce212e3f
Fixed crash on image save using command line mode
...
(e.g. RT.exe c:\mypic.raw); see issue #678
2011-05-27 21:29:02 +02:00
Oliver Duis
cd16505cbc
New highlight recovery method
...
ported from DCRAW in teamwork with Jacques, see issue #697
2011-05-27 16:31:20 +02:00
ffsup2
f785d5d69d
Startup Directory should default to last visited one.
2011-05-27 00:30:08 +02:00
Oliver Duis
ae0cfe4d9d
Small cleanup
...
(More robust build)
2011-05-23 17:46:47 +02:00
Hombre
34392fc625
New CMake build option to avoid version conflicts : CACHE_NAME_SUFFIX By default, append the latesttag value, but the developper may override it by specifying -DCACHE_NAME_SUFFIX:STRING=MySuffix in the cmake command line
...
With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows
Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
2011-05-23 00:34:27 +02:00
Hombre
25463094a6
New CMake build option to avoid version conflicts : CACHE_NAME_SUFFIX By default, append the latesttag value, but the developper may override it by specifying -DCACHE_NAME_SUFFIX:STRING=MySuffix in the cmake command line
...
With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows
Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
2011-05-22 19:24:25 +02:00
Hombre
fe003b2752
(Partially) solved issue 663 : UTF-8 support at Windows for stable branch_3.0
2011-05-22 18:20:35 +02:00
Hombre
33c8254b87
(Partially) solved issue 663 : UTF-8 support at Windows for stable branch_3.0
2011-05-22 10:39:26 +02:00
ffsup2
9ae1bdc443
Crash when exiting rt in singletab mode: reverted the automatic destructor for FilePanel
2011-05-21 22:40:44 +02:00
jdc
3008d61a3f
Free output gamma see #issue679 and #issue672 with the help and advice of Michael and Olli
2011-05-17 06:50:34 +02:00
ffsup2
6f6b060c47
Ported Michael fix
2011-05-17 00:21:36 +02:00
michael
860fa2e35b
Small cleanup for Merge n 4
2011-05-15 20:45:23 -04:00
ffsup2
af90c97fdc
Merge n.4 from branch3.0
2011-05-15 20:25:33 +02:00
Oliver Duis
90421820a3
Ported Fabios batch queue refresh fix
2011-05-15 06:48:43 +02:00
Oliver Duis
4305e0cb2c
Small merge cleanup
2011-05-08 22:00:28 +02:00
Michael Ezra
bcdf69ef5c
Additional crop ratios (issue 674)
2011-05-08 21:11:16 -04:00
ffsup2
90b9c1a827
bugfix for issue #569 : thumbs disappear when +/- button is pressed
...
An implementation for redrawNeed() was lacking in the derived class BatchQueue:
when updateImage called it there was no effect.
2011-05-13 23:19:07 +02:00
ffsup2
446cddcc80
bugfix for crash when user empties trash bin
...
bug introduced with latest patch for memory leaks
When a widget is not constant but changed during operation it mustn't be "manged" automatically by gtk.
2011-05-13 23:13:34 +02:00