104 Commits

Author SHA1 Message Date
michael
48a0b7962b New feature: apply profile (partial) - issue 778
This patch allows to apply selected profile via a partial paste dialog.
This is useful, for example, when applying stored profile to rotated or cropped images. "Apply profile partial" will allow to bypass not selected params, e.g. rotation, crop, etc.
2011-06-17 08:15:35 -04:00
natureh
aff832f721 Batch editor's sliders behaves better and easier to code for the developper :
- if only one file is selected, all sliders are in SET mode
- if more than one file is selected, the ADD/SET mode depend on the preference

The range of the slider in ADD mode is now twice the range of the same slider in SET mode, so you'll be able to reach the total range for each image at each session. Overflows are correctly handled.

I've added more sliders in the preference window (the one that are not listed behave in SET mode, like before). It's also easier to code for the developper, as the Adjuster class now handle the "add" booleans, instead of each tools. But it's still spreaded all over the code :-/

Furthermore, when clicking on the reset button of a slider, it now reset to the system default value ; resetting to the value of the loaded profil can still be done with CTRL+click on the reset button. This behavior is available in the Editors and in the Batch Editor if only one file is selected.
2011-06-15 22:57:05 +02:00
michael
cd291ee30d GUI touchups: icons (issue 754) pass 2 2011-06-12 10:24:39 -04:00
Oliver Duis
bbf34efcf9 Updated Czech and Serbian translation
on behalf of mkyral and gpopac; see issue 767, 769
2011-06-12 13:52:40 +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
DrSlony
e5076f6a98 Added neutral Cookie Dough theme 2011-06-10 10:37:23 +01:00
Michael Ezra
aaf63f80a1 GUI touchups: icons issue 754 2011-06-08 16:42:27 -04:00
Oliver Duis
9fd17cb573 Migrated Focus theme to the new clearlooks structure 2011-06-08 21:30:18 +02:00
Oliver Duis
f68e8355e0 RAW black level compensation, on behalf of Jacques; see issue 717 2011-06-08 20:21:42 +02:00
DrSlony
45a825d6ac Polish translation of "Slim interface" checkbox, Polish Latin Characters, issue 690 2011-06-08 01:52:15 +01:00
DrSlony
a290bfca35 Polish translation of "Slim interface" checkbox, Polish, issue 690 2011-06-08 01:52:02 +01:00
DrSlony
7facaf5917 Polish translation of "Slim interface" checkbox, issue 690 2011-06-08 01:22:58 +01: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
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
c04b8e807e Tanslation fix for thumbnails (italian) 2011-06-07 23:49:57 +02:00
Oliver Duis
08f169b0c8 Updated german translation, on behalf of MaWe; see issue #723 2011-06-06 16:19:02 +02:00
DrSlony
8fe4055b92 Swedish translation update by Johan, issue 722 2011-06-06 13:01:15 +01: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
1fd4fddbe3 Fixed missing history resources 2011-06-03 08:30:01 +02:00
michael
e906427a76 GUI touchups: panel ending images 2011-06-02 21:17:27 -04: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
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
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
Wyatt Olson
49a2b9237e Updated Swedish (thanks to Johan); regenerated translations 2011-05-19 15:06:34 -06: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
af90c97fdc Merge n.4 from branch3.0 2011-05-15 20:25:33 +02:00
Wyatt Olson
86a826359e merge 2011-05-14 10:38:12 -06:00
Wyatt Olson
79373815ad Updated Japanese (thanks a3novy) 2011-05-14 10:34:26 -06:00
Michael Ezra
bcdf69ef5c Additional crop ratios (issue 674) 2011-05-08 21:11:16 -04:00
Wyatt Olson
5c356ee56d Updated Czech translation (thanks to Marian) 2011-05-01 09:37:20 -06:00
Gyurk? M. 'dualon' D?vid
23c7349413 Updated Hungarian translation 2011-05-12 14:23:48 +02:00
Hombre
6bb20f0e2c Various corrections:
Wolfgang added to AUTHORS.txt
    PhenomX4 target added
    profiles version updated
    slightly enhanced Dark theme
    --large-adress-aware included in the example cmake option file
2011-05-02 00:05:59 +02:00
Wyatt Olson
693c4270d5 Updated German locale (thanks to Martin) 2011-04-26 10:41:32 -06:00
Wyatt Olson
bf0b39135b Updated German locale (thanks to Martin) 2011-04-26 10:41:15 -06:00
Wyatt Olson
6e4ded14d6 Updated Czech (thanks to Marian Kyral) 2011-04-25 08:54:35 -06:00
Wyatt Olson
b38cf6064a Updated en-GB (thanks to Richard Regal) 2011-04-21 16:31:28 -06:00
Wyatt Olson
08f98d3e78 Updated en-GB (thanks to Richard Regal) 2011-04-21 16:28:34 -06:00
ffsup2
628692ed12 Merge from branch 3.0 2011-04-21 23:38:35 +02:00
michael
4aa4030d90 Shortcuts for BrowsePath (~ - user's home dir, ! - user's pictures dir) 2011-04-06 12:39:15 -04:00
Hombre
a0b5d7d496 Updating Nederlands language strings, on behalf of Paul Matthijsse 2011-04-05 01:27:56 +02:00
Hombre
c87308293f Updating Nederlands language strings, on behalf of Paul Matthijsse 2011-04-05 01:23:02 +02:00
Wyatt Olson
5af8524ae2 Updated Swedish translation (thanks to Johan Andersson) 2011-04-01 14:07:22 -06:00
Hombre
16c0bd2c77 French application's strings update 2011-04-01 16:59:57 +02:00
Hombre
b8c1cf3167 French application's strings update 2011-04-01 16:59:15 +02:00
Wyatt Olson
5b159e8d5f Updated German locale (thanks to MaWe); re-generated all translations 2011-03-24 07:47:14 -06:00
Wyatt Olson
0f416b379a Updated German locale (thanks to MaWe); re-generated all translations 2011-03-24 07:47:07 -06:00