tests/rawengine/CMakeLists.txt: Update internal Libraw to 0.18.0
beta (July 2016). Move Libraw samples compilation rules to core/tests/rawengine.
Theses samples files are now only generated if test code are
compiled through right CMake option. Use DNG SDK source code to compile Libraw in goal to: - Decode DNG analog color balances - Decode DNG channel black/white level - 8-bit encoded DNG files - Deflate compressed DNG support with zlib New features: - Support for Black and White Jpeg previews - Better intepolation of low-sensitivity pixels on Sigma Quattro
files New RAW cameras supported: - BlackMagic Micro Cinema Camera, URSA Mini - Canon 80D, 1300D, 1DX MkII - Fujifilm X-Pro2 (uncompressed RAW only), X70, X-E2S - HTC One A9 and M9 - Leica M (Typ 262) and X-U (Typ 113) - Nikon D5 - Olympus Pen F, SH-3 - Panasonic DMC-GX80/85, DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100 - PhaseOne IQ150, IQ180 IR, IQ3 (all models) - Samsung Galaxy S7 (SM-G935F) - Sony ILCA-68, ILCE-6300, RX1R II, RX10 III - YUNEEC CGO4 CCBUGS: 257737 CCBUGS: 347010 CCBUGS: 328321 CCBUGS: 366095
* libs/widgets/mainview/dxmlguiwindow.cpp: fix visibility of menu
bar and status bar after fullscreen CCBUGS: 365409
2016-07-21 Maik Qualmann <metzpinguin@gmail.com>
* NEWS, app/main/digikamapp.cpp,
libs/widgets/mainview/dxmlguiwindow.cpp,
libs/widgets/mainview/dxmlguiwindow.h,
utilities/imageeditor/editor/editorwindow.cpp,
utilities/importui/main/importui.cpp,
utilities/lighttable/lighttablewindow.cpp,
utilities/queuemanager/main/queuemgrwindow.cpp: workaround for the
strange behavior or bug of KXmlGuiWindow under Windows - options_show_menubar triggerd the action options_show_statusbar - options_show_statusbar not visible in the Gui BUGS: 365409 BUGS: