"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "libs/ui/kis_config.cc" between
krita-5.1.3.tar.xz and krita-5.1.4.tar.xz

About: Krita is a painting program offering art tools for everyone (concept art, texture and matte painters, illustrations and comics).

kis_config.cc  (krita-5.1.3.tar.xz):kis_config.cc  (krita-5.1.4.tar.xz)
skipping to change at line 24 skipping to change at line 24
#include <QThread> #include <QThread>
#include <QStringList> #include <QStringList>
#include <QSettings> #include <QSettings>
#include <QStandardPaths> #include <QStandardPaths>
#include <QDebug> #include <QDebug>
#include <QFileInfo> #include <QFileInfo>
#include <kconfig.h> #include <kconfig.h>
#include <KisDocument.h> #include <KisDocument.h>
#include <KisResourceLocator.h>
#include <KoColor.h> #include <KoColor.h>
#include <KoColorSpaceRegistry.h> #include <KoColorSpaceRegistry.h>
#include <KoColorModelStandardIds.h> #include <KoColorModelStandardIds.h>
#include <KoColorProfile.h> #include <KoColorProfile.h>
#include <kis_debug.h> #include <kis_debug.h>
#include <kis_types.h> #include <kis_types.h>
#include "kis_canvas_resource_provider.h" #include "kis_canvas_resource_provider.h"
skipping to change at line 100 skipping to change at line 101
break; break;
case 2: case 2:
backupDir = QStandardPaths::writableLocation(QStandardPaths::TempLocatio n); backupDir = QStandardPaths::writableLocation(QStandardPaths::TempLocatio n);
break; break;
default: default:
// Do nothing: the empty string is user file location // Do nothing: the empty string is user file location
backupDir = "Same Folder as the File"; backupDir = "Same Folder as the File";
} }
KisUsageLogger::writeSysInfo(QString(" Backup Location: %1").arg(backupDir) ); KisUsageLogger::writeSysInfo(QString(" Backup Location: %1").arg(backupDir) );
KisUsageLogger::writeSysInfo(QString(" Backup Location writable: %1").arg(Q FileInfo(backupDir).isWritable() ? "true" : "false")); KisUsageLogger::writeSysInfo(QString(" Backup Location writable: %1").arg(Q FileInfo(backupDir).isWritable() ? "true" : "false"));
KisUsageLogger::writeSysInfo(QString(" Resource Location: %1").arg(m_cfg.re adEntry(KisResourceLocator::resourceLocationKey)));
KisUsageLogger::writeSysInfo(QString(" Use Win8 Pointer Input: %1").arg(use Win8PointerInput() ? "true" : "false")); KisUsageLogger::writeSysInfo(QString(" Use Win8 Pointer Input: %1").arg(use Win8PointerInput() ? "true" : "false"));
KisUsageLogger::writeSysInfo(QString(" Use RightMiddleTabletButton Workarou nd: %1").arg(useRightMiddleTabletButtonWorkaround() ? "true" : "false")); KisUsageLogger::writeSysInfo(QString(" Use RightMiddleTabletButton Workarou nd: %1").arg(useRightMiddleTabletButtonWorkaround() ? "true" : "false"));
KisUsageLogger::writeSysInfo(QString(" Levels of Detail Enabled: %1").arg(l evelOfDetailEnabled() ? "true" : "false")); KisUsageLogger::writeSysInfo(QString(" Levels of Detail Enabled: %1").arg(l evelOfDetailEnabled() ? "true" : "false"));
KisUsageLogger::writeSysInfo(QString(" Use Zip64: %1").arg(useZip64() ? "tr ue" : "false")); KisUsageLogger::writeSysInfo(QString(" Use Zip64: %1").arg(useZip64() ? "tr ue" : "false"));
KisUsageLogger::writeSysInfo("\n"); KisUsageLogger::writeSysInfo("\n");
} }
bool KisConfig::disableTouchOnCanvas(bool defaultValue) const bool KisConfig::disableTouchOnCanvas(bool defaultValue) const
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)