Removed Windows-style line breaks (^M) from all .cc and .h source files.
This commit is contained in:
@@ -131,5 +131,5 @@ void SHMap::forceStat (unsigned short max_, unsigned short min_, unsigned short
|
||||
max = max_;
|
||||
min = min_;
|
||||
avg = avg_;
|
||||
}
|
||||
}}
|
||||
|
||||
|
@@ -855,5 +855,5 @@ const TagAttrib canonAttribs[] = {
|
||||
-1, 0, 0, 0, 0, "", NULL};
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -259,5 +259,5 @@ const TagAttrib fujiAttribs[] = {
|
||||
0, 1, 0, 0, 0x8003, "FrameNumber", &stdInterpreter,
|
||||
-1, 0, 0, 0, 0, "", NULL};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -669,5 +669,5 @@ const TagAttrib olympusAttribs[] = {
|
||||
0, 1, 0, 0, 0x3000, "RawInfo", &stdInterpreter,
|
||||
-1, 0, 0, 0, 0, "", NULL};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -581,5 +581,5 @@ const TagAttrib pentaxAttribs[] = {
|
||||
0, 1, 0, 0, 0x0e00, "PrintIM", &stdInterpreter,
|
||||
-1, 0, 0, 0, 0, "", NULL};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -612,5 +612,5 @@ const TagAttrib sonyAttribs[] = {
|
||||
-1, 0, 0, 0, 0, "", NULL};
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -135,5 +135,5 @@ int CacheImageData::save (const Glib::ustring& fname) {
|
||||
fprintf (f, "%s", keyFile.to_data().c_str());
|
||||
fclose (f);
|
||||
return 0;
|
||||
}
|
||||
}}
|
||||
|
||||
|
@@ -485,7 +485,7 @@ void ThumbBrowserBase::refreshThumbImages () {
|
||||
|
||||
for (int i=0; i<fd.size(); i++){
|
||||
previewHeight = options.thumbSize;
|
||||
previewHeight = options.thumbSize;
|
||||
fd[i]->resize (previewHeight);// TODO!!! Might be performance bottleneck
|
||||
fd[i]->refreshThumbnailImage ();
|
||||
}
|
||||
|
||||
|
@@ -279,7 +279,7 @@ void WhiteBalance::setWB (int vtemp, double vgreen) {
|
||||
if (listener)
|
||||
listener->panelChanged (EvWBTemp, Glib::ustring::compose("%1, %2", (int)temp->getValue(), Glib::ustring::format (std::setw(4), std::fixed, std::setprecision(3), green->getValue())));
|
||||
}
|
||||
|
||||
void WhiteBalance::setAdjusterBehavior (bool btempadd, bool bgreenadd) {
|
||||
|
||||
if (!tempAdd && btempadd)
|
||||
temp->setLimits (-4000, +4000, 1, 0);
|
||||
|
Reference in New Issue
Block a user