[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -10,7 +10,6 @@
#define UI_ORIGINLOCATORVIEW_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
@ -689,8 +688,7 @@ public:
btnLocatorSettings = new QToolButton(frameLocator);
btnLocatorSettings->setObjectName(QString::fromUtf8("btnLocatorSettings"));
btnLocatorSettings->setEnabled(false);
const QIcon icon = QIcon(QString::fromUtf8(":/icons/icons/configure.png"));
btnLocatorSettings->setIcon(icon);
btnLocatorSettings->setIconSize(QSize(24, 24));
btnLocatorSettings->setAutoRaise(true);
hboxLayout4->addWidget(btnLocatorSettings);
@ -814,9 +812,6 @@ public:
buttonEditComment = new QToolButton(frame);
buttonEditComment->setObjectName(QString::fromUtf8("buttonEditComment"));
buttonEditComment->setEnabled(false);
buttonEditComment->setMaximumSize(QSize(25, 25));
const QIcon icon1 = QIcon(QString::fromUtf8(":/icons/icons/comment.png"));
buttonEditComment->setIcon(icon1);
buttonEditComment->setIconSize(QSize(24, 24));
buttonEditComment->setAutoRaise(true);
@ -938,12 +933,14 @@ public:
label_5->setText(QCoreApplication::translate("OriginLocatorView", "Filter is", nullptr));
labelPlotFilter->setText(QCoreApplication::translate("OriginLocatorView", "<a href=\"filter\">not active</a>", nullptr));
btnRelocate->setText(QCoreApplication::translate("OriginLocatorView", "Relocate", nullptr));
#if QT_CONFIG(shortcut)
btnRelocate->setShortcut(QCoreApplication::translate("OriginLocatorView", "R", nullptr));
#endif // QT_CONFIG(shortcut)
btnCustom0->setText(QCoreApplication::translate("OriginLocatorView", "Custom1", nullptr));
btnCustom1->setText(QCoreApplication::translate("OriginLocatorView", "Custom2", nullptr));
#if QT_CONFIG(tooltip)
btnLocatorSettings->setToolTip(QCoreApplication::translate("OriginLocatorView", "Change locator settings", nullptr));
#endif // QT_CONFIG(tooltip)
btnLocatorSettings->setText(QCoreApplication::translate("OriginLocatorView", "...", nullptr));
label_2->setText(QCoreApplication::translate("OriginLocatorView", "Profile:", nullptr));
cbFixedDepth->setText(QCoreApplication::translate("OriginLocatorView", "Fix depth", nullptr));
label_3->setText(QCoreApplication::translate("OriginLocatorView", "km", nullptr));
@ -959,10 +956,15 @@ public:
#if QT_CONFIG(tooltip)
buttonEditComment->setToolTip(QCoreApplication::translate("OriginLocatorView", "Create a new comment on this event or edit an existing one.", nullptr));
#endif // QT_CONFIG(tooltip)
buttonEditComment->setText(QString());
btnShowWaveforms->setText(QCoreApplication::translate("OriginLocatorView", "Picker", nullptr));
#if QT_CONFIG(shortcut)
btnShowWaveforms->setShortcut(QCoreApplication::translate("OriginLocatorView", "P", nullptr));
#endif // QT_CONFIG(shortcut)
btnImportAllArrivals->setText(QCoreApplication::translate("OriginLocatorView", "Import picks", nullptr));
btnMagnitudes->setText(QCoreApplication::translate("OriginLocatorView", "Compute magnitudes", nullptr));
#if QT_CONFIG(shortcut)
btnMagnitudes->setShortcut(QCoreApplication::translate("OriginLocatorView", "M", nullptr));
#endif // QT_CONFIG(shortcut)
btnCommit->setText(QCoreApplication::translate("OriginLocatorView", "Commit", nullptr));
} // retranslateUi