[Jdlraw-discussion] jdlRaw/UI jdlMainWindow.ui,1.9,1.10
Status: Beta
Brought to you by:
jdla
|
From: Jos De L. <jd...@us...> - 2010-07-18 08:01:42
|
Update of /cvsroot/jdlraw/jdlRaw/UI In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16953/UI Modified Files: jdlMainWindow.ui Log Message: *) Allowed WB temperature down to 1000. Probably very unprecise but I needed it for autobalancing fotonegatives. *) Added RGB_Gamma tool (simple contrast enhancement on the basis of gamma) *) Added possibility to save current image as a 'job'. (think of it as the file that describes the conversion parameters of a single raw) Index: jdlMainWindow.ui =================================================================== RCS file: /cvsroot/jdlraw/jdlRaw/UI/jdlMainWindow.ui,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** jdlMainWindow.ui 1 May 2010 07:38:25 -0000 1.9 --- jdlMainWindow.ui 18 Jul 2010 08:01:34 -0000 1.10 *************** *** 1497,1500 **** --- 1497,1501 ---- <addaction name="separator"/> <addaction name="actionFileWriteJob"/> + <addaction name="actionFileWriteThisJob"/> <addaction name="separator"/> <addaction name="actionFileExit"/> *************** *** 1536,1539 **** --- 1537,1545 ---- </property> </action> + <action name="actionFileWriteThisJob"> + <property name="text"> + <string>Write This Job</string> + </property> + </action> <action name="actionOpen"> <property name="text"> |