From ed5fc9c1c2db7cef114b56bb0d26f7531ae11a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Mon, 8 Jan 2024 16:49:56 +0100 Subject: [PATCH] Increase number max preload images to 32 --- settingsdialog.cpp | 4 ++-- space.nouspiro.tenmon.metainfo.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/settingsdialog.cpp b/settingsdialog.cpp index cb20160..112c1b1 100644 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -40,7 +40,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent) QSettings settings; m_preloadImages = new QSpinBox(this); - m_preloadImages->setRange(0, 8); + m_preloadImages->setRange(0, 32); m_preloadImages->setValue(settings.value("settings/preloadimagecount", DEFAULT_WIDTH).toInt()); m_preloadImages->setToolTip(tr("How many images are preloaded before and after current image.")); @@ -63,7 +63,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent) m_slideShowTime->setSuffix(" s"); m_slideShowTime->setValue(settings.value("settings/slideshowtime", 1.0).toDouble()); m_slideShowTime->setSingleStep(0.1); - //m_slideShowTime->setStepType(QAbstractSpinBox::AdaptiveDecimalStepType); + m_useNativeDialog = new QCheckBox(tr("Don't use native file dialog"), this); m_useNativeDialog->setChecked(QApplication::testAttribute(Qt::AA_DontUseNativeDialogs)); diff --git a/space.nouspiro.tenmon.metainfo.xml b/space.nouspiro.tenmon.metainfo.xml index d35e7a2..4f75efc 100644 --- a/space.nouspiro.tenmon.metainfo.xml +++ b/space.nouspiro.tenmon.metainfo.xml @@ -49,6 +49,16 @@ + + +
    +
  • Update to Qt6
  • +
  • Add support for CR3 RAW files
  • +
  • Slideshow
  • +
  • Improved rapid image view
  • +
+
+