14 Commits

Author SHA1 Message Date
Oliver Duis
c4e54b004b Automatic language detection (Win Vista/7)
see issue 847
2011-07-16 13:39:28 +02:00
natureh
b9b5e37ef2 PP3 sidecar files were triggering unwanted monitoring event (there was still some remaining even with Oduis' fix from issue #597). They are now filtered out : only files that have one of the retained (and then displayed) extensions are taken into account.
Works for both Windows and Linux (i don't know if MacOS version's is listening the directories).

Note that contrary to the Branch3 version of the patch, the pp3 files are updated too when ranking the thumbs because this information is now part of the pp3 file.
2011-07-13 16:41:01 +02:00
jdc
b024e815f6 Clarity and Sharpening from Manuel Llorens #issue814 2011-07-07 08:04:58 +02:00
Oliver Duis
a4281a9d87 Optimizations and cleanups
(missing float conversion, defines, 1.0 vs 1.f etc.)
2011-07-01 14:49:15 +02:00
Oliver Duis
58efd5c861 Mute button + RT shows up immediately now in Windows Mixer
see issue 803
2011-06-28 19:44:22 +02:00
Hombre
fdf70f1f06 Solving issue 794 (yet again :)) : RT themes don't work well in Ubuntu 11.04
Thanks goes to GreatBull who found the solution.
This patch also force the icons to be displayed in the buttons for the Linux system (already worked fine on Windows)
2011-06-26 22:57:32 +02:00
michael
4dd7a47040 File Browser context menu improvements (issue 781) 2011-06-23 22:33:17 -04:00
Michael Ezra
86d600a8b3 New feature: search by filename and file browser toolbar optimization (issue 788)
This patch adds "Find" entry box to the toolbar to perform case-insensitive search by part of image filename.
Also, there is a new option in preferences to display File Browser toolbar as single row or not. This also solves issue with lower resolution displays.
2011-06-22 17:23:08 -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
Oliver Duis
5182f3e513 New layout preferences to maximize editor control space
see issue 759
2011-06-10 20:38:42 +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
Oliver Duis
a64a6d1b2c Custom profile builder GUI and capsulation
see issue #704
2011-05-29 00:59:44 +02:00
ffsup2
af90c97fdc Merge n.4 from branch3.0 2011-05-15 20:25:33 +02:00
Michael Ezra
bcdf69ef5c Additional crop ratios (issue 674) 2011-05-08 21:11:16 -04:00