e23854a4f8get rid of the thread in the progressconnector. Not sure if helped with crashes
Andrey Skvortsov
2010-09-21 21:24:02 -07:00
7e7ce797e8fix division by zero random crash for unknown reason, now will get black image instead
Andrey Skvortsov
2010-09-21 21:20:50 -07:00
18d6799cbeAdded some debug info (with Verbose=true) Load/Save Verbose in General section
ffsup2
2010-09-21 21:25:24 +02:00
b649b7cd8fUpdated Serbian translations to help with issue 59 (thanks gpopac); re-ran translation diff on other translations
Wyatt Olson
2010-09-21 10:32:41 -06:00
34cc3e3deefix retroactive bug last visited directory not saved (only this branch); make filebrowser vertical layout; cleanup commented out code
Andrey Skvortsov
2010-09-19 20:40:16 -07:00
cdb4748fcaRemoved GTK Default, as it apparently is already added programatically
Wyatt Olson
2010-09-19 13:51:26 -06:00
3db3cd6cb7Fixed missing history messages
Ilia Popov
2010-09-19 20:59:03 +02:00
ce13359d38Fix conflict with the batch thread. Make sure batch thread yields to the thread opening a preview. This should eliminate (all?) crashes when something is being done while batch is running.
Andrey Skvortsov
2010-09-18 22:56:59 -07:00
1464eed466Refactor thumbimageupdater threading schema. Use glib threadpool class, 8 threads, remove container thread and fix stop code. This should fix some crashes caused by thread conflicts occurred if folders switched quickly multiple times.
Andrey Skvortsov
2010-09-18 22:53:56 -07:00
f7f984033dprevent launching image opening if there is one in progress
Andrey Skvortsov
2010-09-18 22:46:36 -07:00
c16563902csmall fix for progressconnector commit
Andrey Skvortsov
2010-09-18 22:43:37 -07:00
19fbfe818cprotect progressconnector thread with mutex just in case
Andrey Skvortsov
2010-09-18 22:41:37 -07:00
51fd0898cdfix if statement in BatchQueueEntryUpdater::process
Andrey Skvortsov
2010-09-18 22:40:29 -07:00
d8cd3239edDecreased size of font used for quick exif info parameters
Ilia Popov
2010-09-18 20:24:13 +02:00
574e79e12fA bit more compact and much more clear shooting info
Ilia Popov
2010-09-18 12:33:41 +02:00
173a09738bFixed OpenMP implementation on fast_demo.cc
Emil Martinec
2010-09-17 19:19:13 -05:00
e681354973Added <cameramodel>.badpixels file support Rewritten bad pixels correction steps.
ffsup2
2010-09-18 00:44:10 +02:00
a26284a52fUse system wide arrow cursor instead of GTK arrow cursor
Sebastian Kraft
2010-09-17 19:14:41 +02:00
b113a0beadFixed bug in border interpolation.
Emil Martinec
2010-09-16 22:24:32 -05:00
faa3c80bd3commit after pool from trunk and revert to my latest step 2 languages
askvortsov
2010-09-16 18:38:57 -07:00
b6cf8f71a9A fix for bad behavior of the GUI under the NR tools. The problem seems to be the separation of luminance and chrominance operations in all other tools besides the pyramid NR, while the latter operates simultaneously on luma and chroma data. I put all luma/chroma curves, NR, sharpening, equalizer etc. into a single grouping, which means that if any one is changed, all must be redone. This will slow down the GUI for now but I expect that the pipeline will be retooled at some point anyway.
Emil Martinec
2010-09-16 14:37:13 -05:00
fb906af949Oops! Forgot to add the fast demosaic code itself. Here's the patch...
Emil Martinec
2010-09-16 14:07:18 -05:00
e827e86831Added 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.
Emil Martinec
2010-09-16 13:21:12 -05:00
bdf11e060fRan translations through the script again...
Wyatt Olson
2010-09-16 08:11:06 -06:00
b9e80263c3Added check that we are running from the proper location (this time which actually works)
Wyatt Olson
2010-09-16 07:53:28 -06:00
93787f15acAdded check that we are running from the proper location
Wyatt Olson
2010-09-16 07:51:46 -06:00
a8b29e1000Moved generateTranslationDiffs.sh to tools folder.
Wyatt Olson
2010-09-16 07:49:46 -06:00
08885a7d77Minor improvements to denoise tools. Fixed a minor annoyance with zoom panel.
Emil Martinec
2010-09-15 21:39:55 -05:00
07d5e041d0Updated 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.
Wyatt Olson
2010-09-15 18:27:49 -06:00
2a1a2ba8fbAdded generateDiffs.sh script to populate translations with needed values
Wyatt Olson
2010-09-15 18:08:04 -06:00
3006cd83efRe-added contributor information to translations
Wyatt Olson
2010-09-15 18:07:30 -06:00
3a59d404ddSecond attempt to fix bug #59
Hombre
2010-09-15 23:36:30 +02:00
b30a93116eFix bug #59, at least on Windows
Hombre
2010-09-15 16:46:56 +02:00
ee994d36e9Small correction in a french string
Hombre
2010-09-15 02:12:23 +02:00
4e7c3158ddbug fix or syntax correctness...
Hombre
2010-09-14 23:36:45 +02:00
ee3b7b5e2aCleaned 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).
Wyatt Olson
2010-09-14 15:20:21 -06:00
56620cd0c0Updating French strings
Hombre
2010-09-14 22:36:25 +02:00
8efac28819Added 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.
Emil Martinec
2010-09-14 12:55:56 -05:00
dbea6d601eAdd .hgignore back as it was deleted.
Philip Rinn
2010-09-14 10:17:08 +02:00
58c887a445glib threadpools experimental in thumb updater
Andrey Skvortsov
2010-09-14 00:05:56 -07:00
d556f04ddbAdded 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.
Emil Martinec
2010-09-14 00:47:44 -05:00
1820978df4Added a threshold slider to the impulse NR tool. Large values can cause cratering, but otherwise this should be a good precursor to pyramid denoising.
Emil Martinec
2010-09-14 00:08:23 -05:00
da0faec489try to fix Issue 221: Segfaulting RT. severe mem leak in thumb threading
Andrey Skvortsov
2010-09-13 18:13:20 -07:00
ca2d13c442severe memory leak in thumbimageupdater._process
Andrey Skvortsov
2010-09-13 17:54:29 -07:00
24a457f320fix small bug in openmp of bilinear
Andrey Skvortsov
2010-09-13 17:37:21 -07:00
cfbc6a511cFixed a bug with crash if pressed any key in batch queue panel; some minor code changes to shortcut keys handling
Ilia Popov
2010-09-14 01:35:47 +02:00
8e404c95a2Some shortcut keys for file browser panel
Ilia Popov
2010-09-14 00:57:50 +02:00
bafa38e5edMove dark shots. free() fixes.
ffsup2
2010-09-13 23:55:07 +02:00
6efd078f56A patch for the patch. As far as I can tell, the NR tools now update properly.
Emil Martinec
2010-09-13 14:41:14 -05:00
c96bbfb378A patch for the patch. As far as I can tell, the NR tools now update properly.
Emil Martinec
2010-09-13 14:41:14 -05:00
32eb2090c3Adding luminance impulse denoising and directional pyramid denoising.
Emil Martinec
2010-09-13 03:35:02 -05:00
f52e8a69b4Adding luminance impulse denoising and directional pyramid denoising.
Emil Martinec
2010-09-13 03:35:02 -05:00
f33fd05b4eReapplied Wyatts patch (revision fe0e0d7a47) as it got lost by Andreys patches.
Philip Rinn
2010-09-13 10:47:56 +02:00
d1b551466fReapplied Hombres patch (revision c006f93a5f) as it got lost on the way.
Philip Rinn
2010-09-13 10:44:42 +02:00
800e82b762separate settings for preview and batch
Andrey Skvortsov
2010-09-12 23:36:29 -07:00
7bda6b0f97bilinear raw conversion very fast and with openmp
Andrey Skvortsov
2010-09-12 17:30:44 -07:00
d7e3d8f52bbilinear raw conversion very fast and with openmp
Andrey Skvortsov
2010-09-12 17:25:53 -07:00
fb5c03691bcommit after pull
Andrey Skvortsov
2010-09-12 17:10:28 -07:00
a5d9a88f11Bilinear demosaic extremely fast and simple.
Andrey Skvortsov
2010-09-12 17:09:04 -07:00
b3f44005bbBugfix : the image file was not saved if the path or the filename were containing non ASCII chars (seen on Winddows)
Hombre
2010-09-13 01:27:06 +02:00
632a4b3812Re-added empty English US for backwards compatibility
Wyatt Olson
2010-09-12 07:27:18 -06:00
5cc9fdf758Fix minor error/crash compiled in release. Bilinear speed is awesome in release -03 -fopenmp . Need to add option Prevew and Batch for processing now!
Andrey Skvortsov
2010-09-11 23:40:11 -07:00
7a3942aaabBilinear demosaic from dcraw + omp support. Faster then light! Great for previews.
Andrey Skvortsov
2010-09-11 23:05:36 -07:00
46078450a9Optimize image interpolation step before demosaic with omp parallelisation
askv
2010-09-11 22:06:46 -07:00
3d566919b9If a key does not exist in any translation, it returns the key instead of empty string.
Wyatt Olson
2010-09-11 20:55:28 -06:00
815d8066cfLoading of translations is now done in a hierarchical manner. New translations are added to default; you can then specify the language and the locale, and you only need to override the differences.
Wyatt Olson
2010-09-11 20:41:10 -06:00
6505649fffomp for getImage in rawimagesource.cc
askv
2010-09-10 20:38:55 -07:00
f45a801e19omp for getImage in rawimagesource.cc
askv
2010-09-10 20:38:55 -07:00
2f5c2959bbomp for olympus G channel compensation loops
askv
2010-09-10 00:29:52 -07:00
5778a5316cset some threads to THREAD_PRIORITY_LOW
askv
2010-09-09 23:49:24 -07:00
609213fb57commit after pool and conflict fix
askv
2010-09-09 20:31:25 -07:00
aa77b69443commit after merge with trunk
askv
2010-09-09 20:26:00 -07:00
459a8e4b0eif no b/a area enabled some speed up when opening images
askvortsov
2010-09-09 16:17:56 -07:00
ee382db3bdFix issue 213 : TIFF always compressed regardless the setting in batch queue manager
Hombre
2010-09-09 22:17:48 +02:00
0a000ec517Adding a fast demosaicing method, actually selectable by the user Border handling aside, fast_demo will show how to use the slicer class ; you can already edit the first "Block" object to specify a demosaicing sub-region
Hombre
2010-09-09 01:33:18 +02:00
ee1443ab51Fix issue 171 and 210, and change the name format of the pp3 files : now keep the output image extension in it, to avoid overwriting the pp3 file of an image with the same name, but with a different extension. For consistency, the filename of the pp3 saved next to the output image in batch mode is modified in the same manner.
Hombre
2010-09-08 00:37:24 +02:00
1c409649c3Using ZIP compression for TIFF files & fix digikam compatibility (fixes issue 107 and issue 108)
Michal Thoma
2010-09-04 15:28:10 +02:00
e1f277ae69Install rtstart into BINDIR (on UNIX). RawTherapee can be started from different dirs now. (closes issue 184)
Ilia Popov
2010-09-03 11:07:49 +02:00
f4f77ffd2cBug removed in the curve editor, now works fine (hopefully) on all platforms
Hombre
2010-09-03 01:06:08 +02:00
8ce354a58eBug correction in the slicer class
Hombre
2010-08-31 23:32:33 +02:00
27a7492b91Allow to open files with non-latin characters from command line (fixes issue 45)
Philip Rinn
2010-08-31 11:25:44 +02:00
76285ea74dSecond batch of correction to lower the number of GCC warnings
Hombre
2010-08-30 01:07:43 +02:00
02dac0425dBatch of correction to lower the number of GCC warnings
Hombre
2010-08-29 02:25:59 +02:00