6 Commits

Author SHA1 Message Date
Hombre
3a06e94af2 Solving issue 1946: "Custom Profile Builder needs more parameters"
The new parameter list is:
1. Image file
2. Default processing profile
3. Cache path (for logging files)
4. ForFlagging (bool; true if the procparams are created for an image being simply flagged - inTrash, colors, rank)
5. F Number
6. Exposure
7. Focal length (remains the same)
8. ISO
9. Lens
10. Camera make (new)
11. Camera model (new) ... those 2 new parameters was "camera" before.
2013-08-18 01:44:59 +02:00
natureh.510
6ee3973549 Smal bugfix of the previous changeset. 2013-08-12 23:13:43 +02:00
Hombre
f512d74323 Solving issue 1684: "thumbnail.cc uses Glib::Mutex recusively" ; this changeset introduce a new MyMutex and MyMutex::MyLock class that has to be used instead of Glib ones 2013-08-11 23:33:10 +02:00
natureh 510
1a6619a035 Solving issue 1894: "White balance adjustements" ; Warning: it is recommended to clear the "cache\data" folder 2013-07-20 20:48:59 +02:00
natureh 510
54c6a6cbb9 Partially solving issue 1788: "Crashing during processing of queue"
It also correct a bug of wrong image orientation (was wrong in the File Browser while good in the Editor tab)

This patch also introduce several speed optimizations like:
   - switch between File Browser and Editor tab in Single Editor mode
   - asynchronous computation of the Batch Queue's thumbnails
   - quick start of RT even with a huge queue
   - less GUI overhead when applying a profile to multiple thumbs in the File Browser
2013-06-16 15:49:47 +02:00
natureh 510
8a56d3ddbe Solving issue 1583: "Some tools always collapsed after restart" 2013-03-07 22:50:30 +01:00