On Tue, Jun 10, 2014 at 7:07 PM, Gehad <gehadelro...@gmail.com> wrote:
> I attached my progress in the HTML exporter, > My work was basically adding a detailed dive view that shows more dive > info,and added a simple dive profile and dive equipments list to the > detailed view. > Seems that this is not working on my Firefox (30.0). I get an error: ---8<--- ReferenceError: SearchModule is not defined aaa.html:59 ---8<--- You also have some whitespace issues that should be fixed as well (spaces are missing around the plus sign and an extra tab for return): ---8<--- --- qt-ui/divelogexportdialog.cpp.old 2014-06-11 22:26:11.616606243 +0300 +++ qt-ui/divelogexportdialog.cpp 2014-06-11 22:38:47.843604103 +0300 @@ -71,8 +71,8 @@ QFile file(filename); QFileInfo info(file); QDir mainDir = info.absoluteDir(); - mainDir.mkdir(file.fileName()+"_files"); - QString exportFiles = file.fileName()+"_files"; + mainDir.mkdir(file.fileName() + "_files"); + QString exportFiles = file.fileName() + "_files"; QString json_dive_data = exportFiles + QDir::separator() + "file.json"; QString json_settings = exportFiles + QDir::separator() + "settings.json"; exportHTMLsettings(json_settings); @@ -80,7 +80,7 @@ QString searchPath = getSubsurfaceDataPath("theme"); if (searchPath.isEmpty()) - return; + return; QFile *tmpFile; ---8<--- miika
_______________________________________________ subsurface mailing list subsurface@hohndel.org http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface