Andrey Skvortsov
3d6e65f510
Merge of andreyskv-classicui with default
2010-10-06 19:06:06 -07:00
Hombre
5dc2955f18
Correction of a bug that prevented RT to use the same font everywhere
2010-10-06 22:07:01 +02:00
Hombre
5bca42abfb
The font is now user selectable in Preferences. I had to rename the sections name in the Grey theme. This "hack" hit the "clearlooks-default" and "clearlooks-menu-items" sections to set the fonts, i don't know if there's a cleaner way of handling font selection...
2010-10-05 22:48:50 +02:00
andreyskv
7159b96087
Merge with trunk
2010-10-04 21:51:45 -07:00
Andrey Skvortsov
7853327bc7
add options option for layout and make it switch to editor in single mode. Done!
2010-10-04 18:13:13 -07:00
Wyatt Olson
93b56aba70
Changed Gray Textured theme to use font sans 10 rather than sans 8; sans 8 is too small for Mac monitors.
2010-10-02 14:42:43 -06:00
Hombre
05f70a7a99
Left and right panels of the directory browser and the editor tab now remember theire position when RT is restarted. When a new editor tab opens, it remember the last width value. Morever, if you change the width if the left or right panel in one editor tab, it does propagate in all the others.
...
Those values are stored in the options file. This is not related to the automatic grow of the window when an editor opens (not solved yet).
To avoid having too wide windows at the first start, the font of all styles are now "sans 10".
2010-10-02 22:24:32 +02:00
askvortsov
bcd42c3fc2
Merge from trunk to version ed52f4f469 "Updated make-app-bundle script to use new template for file name"
2010-10-01 10:36:31 -07:00
Emil Martinec
d62281b86f
Modified Pyramid equalizer to act only on luminance channel, and added a threshold slider to control noise (only local contrast larger than the threshold is amplified).
2010-09-27 11:04:25 -05:00
Emil Martinec
539c39a92b
Bugfix for Directional Pyramid Denoising. Adding a Directional Pyramid Equalizer tool. This one serves the same function as the existing Wavelet Equalizer, but has much less artifacting; though it is a little slower to execute and has not yet been adapted for OpenMP implementation. There are also fewer levels on which the tool operates, though of course if there was a demand that could be altered. The controls are similar, though have been given separate luma and chroma controls. Each slider adjusts the factor by which a given detail band is amplified; factors larger than one increase contrast, while values smaller than one decrease contrast. The luma control alters contrast on various scales, each successive one twice as large as the previous one. The chroma control is similar, but does less since there is typically less chroma contrast on fine scales. One might use this to restore some of the color contrast lost in NR, or to remove color fringing by making the fine scale enhancement factor much less than one.
2010-09-22 15:39:00 -05:00
Wyatt Olson
b649b7cd8f
Updated Serbian translations to help with issue 59 (thanks gpopac); re-ran translation diff on other translations
2010-09-21 10:32:41 -06:00
Wyatt Olson
cdb4748fca
Removed GTK Default, as it apparently is already added programatically
2010-09-19 13:51:26 -06:00
Ilia Popov
3db3cd6cb7
Fixed missing history messages
2010-09-19 20:59:03 +02:00
askvortsov
faa3c80bd3
commit after pool from trunk and revert to my latest step 2 languages
2010-09-16 18:38:57 -07:00
Wyatt Olson
a905d24190
Added GTK Default (i.e. Empty) theme
2010-09-16 17:21:46 -06:00
Emil Martinec
e827e86831
Added fast demosaic to the collection of demosaic options. I was lazy and moved aside AHD in the demosaic preferences tab, since it is functionally little different than EAHD. In addition I backed out some of Hombre's changes which were breaking the windows resizing in a crazy way in the OSX build.
2010-09-16 13:21:12 -05:00
Wyatt Olson
bdf11e060f
Ran translations through the script again...
2010-09-16 08:11:06 -06:00
Wyatt Olson
a8b29e1000
Moved generateTranslationDiffs.sh to tools folder.
2010-09-16 07:49:46 -06:00
Wyatt Olson
07d5e041d0
Updated translations so that untranslated keys will be preixed with an exclamation point at the beginnign of the line, all at the end of the file.
2010-09-15 18:27:49 -06:00
Wyatt Olson
2a1a2ba8fb
Added generateDiffs.sh script to populate translations with needed values
2010-09-15 18:08:04 -06:00
Wyatt Olson
3006cd83ef
Re-added contributor information to translations
2010-09-15 18:07:30 -06:00
Hombre
3a59d404dd
Second attempt to fix bug #59
2010-09-15 23:36:30 +02:00
Hombre
ee994d36e9
Small correction in a french string
2010-09-15 02:12:23 +02:00
Wyatt Olson
ee3b7b5e2a
Cleaned up and sorted all language files. Removed duplicate keys from English (UK). Added Serbian translation (thanks to gpopac for this). Added LICENSE and README files to languages to assist translators (and to remove the license comments from each file, as this messes up automated sorting).
2010-09-14 15:20:21 -06:00
Hombre
56620cd0c0
Updating French strings
2010-09-14 22:36:25 +02:00
Emil Martinec
8efac28819
Added a "gamma" slider to pyramid NR. Noise reduction is carried out with L channel mapped to that gamma. Default value is 2.0; lower values increase shadow smoothing, higher values smooth highlights more. Unfortunately adjusting this slider interacts with the other two, so all three have to be iteratively adjusted to achieve a desired result.
2010-09-14 12:55:56 -05:00
Emil Martinec
d556f04ddb
Added a threshold slider to the impulse denoise tool. At large values it can lead to a bit of cratering, but otherwise it allows some flexibility that is useful as a precursor to the pyramid denoise filter. Small values on the slider are less impulse NR, larger values yield more NR.
2010-09-14 00:47:44 -05:00
Emil Martinec
1820978df4
Added a threshold slider to the impulse NR tool. Large values can cause cratering, but otherwise this should be a good precursor to pyramid denoising.
2010-09-14 00:08:23 -05:00
Ilia Popov
8e404c95a2
Some shortcut keys for file browser panel
2010-09-14 00:57:50 +02:00
Emil Martinec
f52e8a69b4
Adding luminance impulse denoising and directional pyramid denoising.
2010-09-13 03:35:02 -05:00
Philip Rinn
f33fd05b4e
Reapplied Wyatts patch (revision fe0e0d7a47) as it got lost by Andreys patches.
2010-09-13 10:47:56 +02:00
Philip Rinn
d1b551466f
Reapplied Hombres patch (revision c006f93a5f) as it got lost on the way.
2010-09-13 10:44:42 +02:00
Andrey Skvortsov
800e82b762
separate settings for preview and batch
2010-09-12 23:36:29 -07:00
askv
aa77b69443
commit after merge with trunk
2010-09-09 20:26:00 -07:00
askv
84ecfe412a
classic rt UI !
2010-09-06 14:54:45 -07:00