diff -Nru lxqt-notificationd-0.17.0/AUTHORS lxqt-notificationd-1.1.0/AUTHORS --- lxqt-notificationd-0.17.0/AUTHORS 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/AUTHORS 2022-04-16 12:56:34.000000000 +0000 @@ -1,5 +1,5 @@ Upstream Authors: - LXQt team: https://lxqt.org + LXQt team: https://lxqt-project.org Razor team: http://razor-qt.org Copyright: diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_ca.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_ca.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_ca.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_ca.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "Dimoni de notificacions" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_cs.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_cs.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_cs.desktop.yaml 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_cs.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -1 +1 @@ -Desktop Entry/Name: "Oznamovací démon" +Desktop Entry/Name: "Proces služby pro oznamování" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_et.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_et.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_et.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_et.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "Teavituste teenus" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_ko.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_ko.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_ko.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_ko.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "알림 데몬" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_nb_NO.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_nb_NO.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_nb_NO.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_nb_NO.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "Merknadsnisse" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_sk.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_sk.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_sk.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_sk.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "Daemon oznamov" diff -Nru lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_vi.desktop.yaml lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_vi.desktop.yaml --- lxqt-notificationd-0.17.0/autostart/translations/lxqt-notifications_vi.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/autostart/translations/lxqt-notifications_vi.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1 @@ +Desktop Entry/Name: "Daemon Thông báo" diff -Nru lxqt-notificationd-0.17.0/CHANGELOG lxqt-notificationd-1.1.0/CHANGELOG --- lxqt-notificationd-0.17.0/CHANGELOG 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/CHANGELOG 2022-04-16 12:56:34.000000000 +0000 @@ -1,3 +1,18 @@ +lxqt-notificationd-1.1.0 / 2022-04-15 +====================================== + * A better layout for config dialog. + * Added a preview button, instead of automatic preview. + * Show LXQt config's test notifications in do-not-disturb mode too. + * Updated `README.md`. + * Update notification icon when global settings are changed. + +lxqt-notificationd-1.0.0 / 2021-11-04 +====================================== + * Updated AUTHORS. + * Bumped minimum required Qt version to 5.15. + * Added do-not-disturb mode. + * Elide action button text if needed. + lxqt-notificationd-0.17.0 / 2021-04-15 ====================================== * Used const references where possible. diff -Nru lxqt-notificationd-0.17.0/CMakeLists.txt lxqt-notificationd-1.1.0/CMakeLists.txt --- lxqt-notificationd-0.17.0/CMakeLists.txt 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/CMakeLists.txt 2022-04-16 12:56:34.000000000 +0000 @@ -17,8 +17,8 @@ option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF) set(KF5_MINIMUM_VERSION "5.36.0") -set(LXQT_MINIMUM_VERSION "0.17.0") -set(QT_MINIMUM_VERSION "5.12.0") +set(LXQT_MINIMUM_VERSION "1.1.0") +set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED) find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED) diff -Nru lxqt-notificationd-0.17.0/config/advancedsettings.cpp lxqt-notificationd-1.1.0/config/advancedsettings.cpp --- lxqt-notificationd-0.17.0/config/advancedsettings.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/advancedsettings.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -43,7 +43,8 @@ connect(widthBox, QOverload::of(&QSpinBox::valueChanged), this, &AdvancedSettings::save); connect(unattendedBox, QOverload::of(&QSpinBox::valueChanged), this, &AdvancedSettings::save); connect(blackListEdit, &QLineEdit::editingFinished, this, &AdvancedSettings::save); - connect(mousebtn, &QCheckBox::clicked, this, &AdvancedSettings::save); + connect(doNotDisturbBtn, &QCheckBox::clicked, this, &AdvancedSettings::save); + connect(screenWithMouseBtn, &QCheckBox::clicked, this, &AdvancedSettings::save); } AdvancedSettings::~AdvancedSettings() = default; @@ -59,19 +60,12 @@ widthBox->setValue(mSettings->value(QL1S("width"), 300).toInt()); unattendedBox->setValue(mSettings->value(QL1S("unattendedMaxNum"), 10).toInt()); blackListEdit->setText(mSettings->value(QL1S("blackList")).toStringList().join (QL1S(","))); - - // true -> Screen with mouse - // false -> Default, notification will show up on primary screen - bool screenNotification = mSettings->value(QL1S("screenWithMouse"), false).toBool(); + doNotDisturbBtn->setChecked(mSettings->value(QL1S("doNotDisturb"), false).toBool()); // TODO: it would be nice to put more options here such as: // fixed screen to display notification // notification shows in all screens (is it worthy the increased ram usage?) - - if (screenNotification) - mousebtn->setChecked(true); - else - mousebtn->setChecked(false); + screenWithMouseBtn->setChecked(mSettings->value(QL1S("screenWithMouse"), false).toBool()); } void AdvancedSettings::save() @@ -80,20 +74,14 @@ mSettings->setValue(QL1S("spacing"), spacingBox->value()); mSettings->setValue(QL1S("width"), widthBox->value()); mSettings->setValue(QL1S("unattendedMaxNum"), unattendedBox->value()); + mSettings->setValue(QL1S("doNotDisturb"), doNotDisturbBtn->isChecked()); - if (mousebtn->isChecked()) - mSettings->setValue(QL1S("screenWithMouse"),true); - else - mSettings->setValue(QL1S("screenWithMouse"),false); + mSettings->setValue(QL1S("screenWithMouse"), screenWithMouseBtn->isChecked()); QString blackList = blackListEdit->text(); if (!blackList.isEmpty()) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,15,0)) QStringList l = blackList.split(QL1S(","), Qt::SkipEmptyParts); -#else - QStringList l = blackList.split(QL1S(","), QString::SkipEmptyParts); -#endif l.removeDuplicates(); mSettings->setValue(QL1S("blackList"), l); } diff -Nru lxqt-notificationd-0.17.0/config/advancedsettings.ui lxqt-notificationd-1.1.0/config/advancedsettings.ui --- lxqt-notificationd-0.17.0/config/advancedsettings.ui 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/advancedsettings.ui 2022-04-16 12:56:34.000000000 +0000 @@ -158,7 +158,7 @@ - + Qt::Vertical @@ -171,14 +171,14 @@ - + Screen - + When unchecked the notification will always show on primary screen @@ -187,6 +187,22 @@ + + + + + + + Do Not Disturb + + + + + + Only save notifications + + + diff -Nru lxqt-notificationd-0.17.0/config/basicsettings.cpp lxqt-notificationd-1.1.0/config/basicsettings.cpp --- lxqt-notificationd-0.17.0/config/basicsettings.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/basicsettings.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -50,6 +50,8 @@ connect(bottomCenterRB, &QRadioButton::clicked, this, &BasicSettings::updateNotification); connect(bottomRightRB, &QRadioButton::clicked, this, &BasicSettings::updateNotification); + connect(previewButton, &QAbstractButton::clicked, this, &BasicSettings::previewNotification); + LXQt::Notification *serverTest = new LXQt::Notification(QString(), this); serverTest->queryServerInfo(); @@ -126,7 +128,29 @@ align = QL1S("bottom-right"); mSettings->setValue(QL1S("placement"), align); - LXQt::Notification::notify(tr("Notification demo ") + align, +} + +void BasicSettings::previewNotification() +{ + QString str; + if (topLeftRB->isChecked()) + str = tr("at top left"); + else if (topCenterRB->isChecked()) + str = tr("at top center"); + else if (topRightRB->isChecked()) + str = tr("at top right"); + else if (centerLeftRB->isChecked()) + str = tr("at center left"); + else if (centerRightRB->isChecked()) + str = tr("at center right"); + else if (bottomLeftRB->isChecked()) + str = tr("at bottom left"); + else if (bottomCenterRB->isChecked()) + str = tr("at bottom center"); + else // if (bottomRightRB->isChecked()) + str = tr("at bottom right"); + + LXQt::Notification::notify(tr("Notification demo ") + str, tr("This is a test notification.\n All notifications will now appear here on LXQt."), QStringLiteral("lxqt")); } diff -Nru lxqt-notificationd-0.17.0/config/basicsettings.h lxqt-notificationd-1.1.0/config/basicsettings.h --- lxqt-notificationd-0.17.0/config/basicsettings.h 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/basicsettings.h 2022-04-16 12:56:34.000000000 +0000 @@ -45,6 +45,7 @@ private slots: void updateNotification(); + void previewNotification(); private: LXQt::Settings* mSettings; diff -Nru lxqt-notificationd-0.17.0/config/basicsettings.ui lxqt-notificationd-1.1.0/config/basicsettings.ui --- lxqt-notificationd-0.17.0/config/basicsettings.ui 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/basicsettings.ui 2022-04-16 12:56:34.000000000 +0000 @@ -12,19 +12,6 @@ - - - - 75 - true - - - - Basic Settings - - - - Position on screen @@ -184,6 +171,13 @@ + + + Preview + + + + Qt::Vertical diff -Nru lxqt-notificationd-0.17.0/config/mainwindow.cpp lxqt-notificationd-1.1.0/config/mainwindow.cpp --- lxqt-notificationd-0.17.0/config/mainwindow.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/mainwindow.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -40,13 +40,13 @@ MainWindow::MainWindow(QWidget *parent) : LXQt::ConfigDialog(tr("Desktop Notifications"), new LXQt::Settings(QSL("notifications")), parent) { - BasicSettings* basic = new BasicSettings(mSettings, this); - addPage(basic, tr("Basic Settings"), QSL("preferences-desktop-notification")); - connect(this, &MainWindow::reset, basic, &BasicSettings::restoreSettings); - AdvancedSettings* menu = new AdvancedSettings(mSettings, this); - addPage(menu, tr("Advanced Settings"), QSL("preferences-desktop-notification-bell")); + addPage(menu, tr("General Settings"), QSL("preferences-desktop-notification-bell")); connect(this, &MainWindow::reset, menu, &AdvancedSettings::restoreSettings); + + BasicSettings* basic = new BasicSettings(mSettings, this); + addPage(basic, tr("Position"), QSL("preferences-desktop-notification")); + connect(this, &MainWindow::reset, basic, &BasicSettings::restoreSettings); } MainWindow::~MainWindow() diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_arn.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_arn.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_arn.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_arn.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,40 +99,80 @@ BasicSettings - - Basic Settings + + Position on screen - - Position on screen + + Preview - + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - + This is a test notification. All notifications will now appear here on LXQt. @@ -137,12 +187,12 @@ - Basic Settings + General Settings - Advanced Settings + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ar.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ar.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ar.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ar.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,42 +99,82 @@ BasicSettings - - Basic Settings - الإعدادات الأساسية - - - + Position on screen المكان على الشاشة - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>تحذير:</b> لا عفريت إخطارات يعمل. سأستخدم أحد الاحتياطيين. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>تحذير:</b> هناك عفريت من طرف ثالث (%1) يعمل. لن تؤثّر هذه الإعدادات عليه! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo نموذج لإخطار - + This is a test notification. All notifications will now appear here on LXQt. هذا إخطار تجريبي. @@ -140,13 +190,13 @@ - Basic Settings - الإعدادات الأساسية + General Settings + - Advanced Settings - الإعدادات المتقدمة + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ast.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ast.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ast.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ast.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,40 +99,80 @@ BasicSettings - - Basic Settings + + Position on screen - - Position on screen + + Preview - + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - + This is a test notification. All notifications will now appear here on LXQt. @@ -137,12 +187,12 @@ - Basic Settings + General Settings - Advanced Settings + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_bg.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_bg.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_bg.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_bg.ts 2022-04-16 12:56:34.000000000 +0000 @@ -42,7 +42,7 @@ sec - s + сек. @@ -60,6 +60,16 @@ Показване на известията на екрана с мишката + + Do Not Disturb + Не безпокой + + + + Only save notifications + Само запазвай известия + + Unattended Notifications Непрочетени съобщения @@ -83,49 +93,89 @@ app1,app2,app3 - app1,app2,app3 + прил.1,прил.2,прил.3, BasicSettings - - Basic Settings - Основни настройки - - - + Position on screen Позиция на екрана - + + Preview + Преглед + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Предупреждение:</b> Демонът на известията отговаря забавено. Продължаване с опитите за свързване… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Предупреждение:</b> Не се изпълнява демон за известия. Ще бъде използван резервен процес. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Предупреждение:</b> Изпълнява се демон за известия на трета страна (%1). Ще бъде използван резервен процес! - + + at top left + горе вляво + + + + at top center + горе в центъра + + + + at top right + горе вдясно + + + + at center left + в средата вляво + + + + at center right + в средата вдясно + + + + at bottom left + долу вляво + + + + at bottom center + долу в центъра + + + + at bottom right + долу вдясно + + + Notification demo Демо известие - + This is a test notification. All notifications will now appear here on LXQt. Това е тестово известие. @@ -141,13 +191,13 @@ - Basic Settings - Основни настройки + General Settings + Общи настройки - Advanced Settings - Разширени настройки + Position + Позиция diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ca.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ca.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ca.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ca.ts 2022-04-16 12:56:34.000000000 +0000 @@ -47,17 +47,27 @@ Screen - + Pantalla When unchecked the notification will always show on primary screen - + Si no està marcada la notificació sempre es mostrarà a la pantalla principal Show notifications on screen with the mouse - + Mostra les notificacions a la pantalla amb el ratolí + + + + Do Not Disturb + No molestar + + + + Only save notifications + Desa només les notificacions @@ -89,42 +99,83 @@ BasicSettings - - Basic Settings - Ajusts bàsics - - - + Position on screen Posició en pantalla - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Avís::</b> el dimoni de notificacions respon lentament. +Segueix intentant connectar… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Advertència:</b> No hi ha cap dimoni de notificacions en execució. S'utilitzarà una retroacció. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Advertència:</b> S'està executant un dimoni de notificacions de tercers (%1). Els ajusts no prendran cap efecte! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Demostració de notificació - + This is a test notification. All notifications will now appear here on LXQt. Aquest és un text de notificació. @@ -140,13 +191,13 @@ - Basic Settings - Ajusts bàsics + General Settings + - Advanced Settings - Ajusts avançats + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cs.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cs.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cs.desktop.yaml 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cs.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -1,3 +1,3 @@ -Desktop Entry/GenericName: "Nastavení oznamování v LXQtu" -Desktop Entry/Name: "Nastavení oznamování v LXQtu" -Desktop Entry/Comment: "Nastavit oznamování na ploše LXQt" +Desktop Entry/GenericName: "Nastavení oznamování v LXQt" +Desktop Entry/Name: "Oznamování v LXQt" +Desktop Entry/Comment: "Nastavit oznamování na ploše" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cs.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cs.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cs.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cs.ts 2022-04-16 12:56:34.000000000 +0000 @@ -6,7 +6,7 @@ Sizes - Velikosti + Rozměry @@ -22,12 +22,12 @@ Spacing: - Rozestup: + Rozestupy: Duration - Doba trvání + Doba trvání zobrazení @@ -52,12 +52,22 @@ When unchecked the notification will always show on primary screen - Pokud není zaškrtnuto, oznámení se vždy zobrazí na hlavní obrazovce + Pokud není zaškrtnuto, oznámení se zobrazí vždy na hlavní obrazovce Show notifications on screen with the mouse - Ukázat oznámení na obrazovce pomocí myši + Ukázat oznámení na té obrazovce, na které se nachází ukazatel myši + + + + Do Not Disturb + Nerušení pozornosti + + + + Only save notifications + Upozornění nevyskakovat, jen ukládat @@ -89,47 +99,87 @@ BasicSettings - - Basic Settings - Základní nastavení - - - + Position on screen Pozice na obrazovce - + + Preview + Náhled + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - <b>Varování:</b> démon upozornění odpovídá pomalu. -Pokračujte v pokusech o připojení se … + <b>Varování:</b> Proces služby oznamování odpovídá pomalu. +Pokračuje se v pokusech o připojení se… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - <b>Varování:</b> Není spuštěná žádná služba oznamování. + <b>Varování:</b> Není spuštěný žádný proces služby oznamování. Použije se náhrada. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - <b>Varování:</b> Je spuštěná další služba oznamování (od třetí strany) (%1). + <b>Varování:</b> Je spuštěná jiná služba oznamování (od třetí strany) (%1). Tato nastavení na ni nemají žádný vliv! - + + at top left + vlevo nahoře + + + + at top center + nahoře uprostřed + + + + at top right + vpravo nahoře + + + + at center left + vlevo uprostřed + + + + at center right + vpravo uprostřed + + + + at bottom left + vlevo dole + + + + at bottom center + dole uprostřed + + + + at bottom right + vpravo dole + + + Notification demo Zkušební oznámení - + This is a test notification. All notifications will now appear here on LXQt. Toto je zkušební oznámení. -Všechna oznámení se nyní budou objevovat zde na LXQt. +Všechna oznámení, procházející přes LXQt, se nyní budou objevovat zde. @@ -141,13 +191,13 @@ - Basic Settings - Základní nastavení + General Settings + Obecná nastavení - Advanced Settings - Pokročilá nastavení + Position + Pozice diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cy.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cy.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_cy.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_cy.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,40 +99,80 @@ BasicSettings - - Basic Settings + + Position on screen - - Position on screen - + + Preview + - + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - + This is a test notification. All notifications will now appear here on LXQt. @@ -137,13 +187,13 @@ - Basic Settings - + General Settings + - Advanced Settings - + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_da.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_da.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_da.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_da.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Vis underretninger på den skærm som musen er på + + Do Not Disturb + Forstyr ikke + + + + Only save notifications + Gem kun meddeleser + + Unattended Notifications Ikke-tilsete underretninger @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Grundlæggende indstillinger - - - + Position on screen Placering på skærmen - + + Preview + Preview + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Advarsel:</b> underretningsdæmonen er langsom om at svare. Blev ved med at prøve at oprette forbindelse… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Advarsel:</b> der kører ikke noget underretningsbaggrundsprogram. En reserve vil blive brugt. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Advarsel:</b> der kører et tredjeparts underretningsbaggrundsprogram (%1). Disse indstillinger vil ikke have nogen effekt på det! - + + at top left + øverst til venstre + + + + at top center + øverst i midten + + + + at top right + øverst til højre + + + + at center left + i midten til venstre + + + + at center right + i midten til højre + + + + at bottom left + i bunden til venstre + + + + at bottom center + i bunden ved midten + + + + at bottom right + i bunden til højre + + + Notification demo Underretningsdemo - + This is a test notification. All notifications will now appear here on LXQt. Dette er en test-underretning. @@ -141,13 +191,13 @@ - Basic Settings - Grundlæggende indstillinger + General Settings + Generelle indstillinger - Advanced Settings - Avanceret indstillinger + Position + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_de.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_de.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_de.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_de.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Benachrichtigungen auf dem Bildschirm mit der Maus anzeigen + + Do Not Disturb + Nicht stören + + + + Only save notifications + Nur Benachrichtigungen speichern + + Unattended Notifications Unbeaufsichtigte Benachrichtigungen @@ -89,42 +99,83 @@ BasicSettings - - Basic Settings - Grundeinstellungen - - - + Position on screen Position auf dem Bildschirm - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warnung:</b> Nachrichtenservice antwortet langsam. +Versuche zu verbinden… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Warnung:</b> Es läuft kein Benachrichtigungsdaemon. Ein Ersatz wird verwendet. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Warnung:</b> Ein Benachrichtigungsdaemon (%1) von Drittanbietern läuft. Diese Einstellungen wirken sich auf ihn nicht aus! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Testbenachrichtigung - + This is a test notification. All notifications will now appear here on LXQt. Dies ist eine Testbenachrichtigung. @@ -140,13 +191,13 @@ - Basic Settings - Grundeinstellungen + General Settings + - Advanced Settings - Erweiterte Einstellungen + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_el.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_el.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_el.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_el.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Εμφάνιση των ειδοποιήσεων στην οθόνη με το ποντίκι + + Do Not Disturb + Μην ενοχλείτε + + + + Only save notifications + Να γίνεται μόνο αποθήκευση των ειδοποιήσεων + + Unattended Notifications Ανεπίβλεπτες ειδοποιήσεις @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Βασικές ρυθμίσεις - - - + Position on screen Θέση στην οθόνη - + + Preview + Προεπισκόπηση + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Προειδοποίηση:</b> ο δαίμονας ειδοποιήσεων αργεί να ανταποκριθεί. Συνεχίζεται η προσπάθεια σύνδεσης… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Προειδοποίηση:</b> Δεν εκτελείται κάποιος δαίμονας ειδοποιήσεων Θα χρησιμοποιηθεί η ανακατεύθυνση. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Προειδοποίηση:</b> Εκτελείται ένας δαίμονας ειδοποιήσεων τρίτων (%1). Αυτές οι ρυθμίσεις δεν θα έχουν κάποια επίδραση σε αυτόν! - + + at top left + άνω αριστερά + + + + at top center + στην κορυφή στο κέντρο + + + + at top right + άνω δεξιά + + + + at center left + στο κέντρο αριστερά + + + + at center right + στο κέντρο δεξιά + + + + at bottom left + στην βάση αριστερά + + + + at bottom center + στην βάση στο κέντρο + + + + at bottom right + στην βάση δεξιά + + + Notification demo Επίδειξη ειδοποιήσεων - + This is a test notification. All notifications will now appear here on LXQt. Αυτή είναι μια δοκιμαστική ειδοποίηση. @@ -141,13 +191,13 @@ - Basic Settings - Βασικές ρυθμίσεις + General Settings + Γενικές ρυθμίσεις - Advanced Settings - Προηγμένες ρυθμίσεις + Position + Θέση diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_en_GB.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_en_GB.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_en_GB.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_en_GB.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications Unattended Notifications @@ -89,42 +99,82 @@ BasicSettings - - Basic Settings - Basic Settings - - - + Position on screen Position on screen - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Notification demo - + This is a test notification. All notifications will now appear here on LXQt. This is a test notification. @@ -140,13 +190,13 @@ - Basic Settings - Basic Settings + General Settings + - Advanced Settings - Advanced Settings + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_es.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_es.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_es.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_es.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Mostrar notificaciones en pantalla con el mouse + + Do Not Disturb + No molestar + + + + Only save notifications + Guardar solo notificaciones + + Unattended Notifications Notificaciones desatendidas @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Configuración básica - - - + Position on screen Posición en la pantalla - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… Advertencia: el servicio de notificaciones se tarda en responder. Continúa tratando de conectarse… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Aviso:</b> no hay ningún demonio de notificaciones en ejecución. Se usará un medio alternativo. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Aviso:</b> un demonio de notificaciones de terceros (%1) está en ejecución. ¡Estos ajustes no tendrán ningún efecto sobre él! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Prueba de notificación - + This is a test notification. All notifications will now appear here on LXQt. Esto es una notificación de prueba @@ -141,13 +191,13 @@ - Basic Settings - Configuración básica + General Settings + - Advanced Settings - Configuración avanzada + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_et.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_et.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_et.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_et.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "Töölaua teavitused" +Desktop Entry/GenericName: "LXQt töölaua teavitused" +Desktop Entry/Comment: "Seadista LXQt töölaua teavitusi" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_et.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_et.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_et.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_et.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,203 @@ + + + + + AdvancedSettings + + + Sizes + Suurused + + + + Width: + Laius: + + + + + px + pikslit + + + + Spacing: + Ruum teavituste vahel: + + + + Duration + Kuvamise kestus + + + + Some notifications set their own on-screen duration. + Mõned teavitused kontrollivad ise oma kuvamise kestust. + + + + Default duration: + Vaikimisi kestus: + + + + sec + sekund(it) + + + + Screen + Ekraan + + + + When unchecked the notification will always show on primary screen + Kui see eelistus pole valitud, siis kuvame teavitusi alati esmasel ekraanil + + + + Show notifications on screen with the mouse + Näita teavitusi ekraanil, kus asub hiirekursor + + + + Do Not Disturb + Ära sega + + + + Only save notifications + Vaid salvesta teavitused + + + + Unattended Notifications + Lugemata teavitused + + + + How many to save: + Kui mitut salvestame: + + + + + Application name is on the top of notification. + Rakenduse nimi on teavituse esimeses reas. + + + + Ignore these applications: + Eira neid rakendusi: + + + + app1,app2,app3 + rakendus1,rakendus2,rakendus3 + + + + BasicSettings + + + Position on screen + Kuvamise asukoht ekraanil + + + + Preview + Eelvaade + + + + <b>Warning:</b> notifications daemon is slow to respond. +Keep trying to connect… + <b>Hoiatus:</b> teavituste taustarakendus reageerib hetkel aeglaselt. +Palun jätka ühenduse katseid… + + + + <b>Warning:</b> No notifications daemon is running. +A fallback will be used. + <b>Hoiatus:</b> teavituste taustarakendus ei tööta. +Kasutame alternatiivset lahendust. + + + + <b>Warning:</b> A third-party notifications daemon (%1) is running. +These settings won't have any effect on it! + <b>Warning:</b> Töötab üks teine teavituste taustateenus (%1). +Need seadistused seda teenust ei mõjuta! + + + + at top left + ülal vasakul + + + + at top center + ülal keskel + + + + at top right + ülal paremal + + + + at center left + keskel vasakul + + + + at center right + keskel paremal + + + + at bottom left + all vasakul + + + + at bottom center + all keskel + + + + at bottom right + all paremal + + + + Notification demo + Teavituste demo + + + + This is a test notification. + All notifications will now appear here on LXQt. + See on teavistuse näidis. + LXQt teavitused saavad olema nüüd sellised. + + + + MainWindow + + + Desktop Notifications + Töölaua teavitused + + + + General Settings + Üldised seadistused + + + + Position + Asukoht + + + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_fr.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_fr.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_fr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_fr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Afficher les notifications sur l'écran où se trouve la souris + + Do Not Disturb + Ne Pas Déranger + + + + Only save notifications + Enregistrer uniquement les notifications + + Unattended Notifications Notifications sans surveillance @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Réglages de base - - - + Position on screen Position à l'écran - + + Preview + Aperçu + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - <b>Avertissement :</b>Le démon de notifications est lent à répondre. + <b>Avertissement :</b>Le démon de notifications est lent à répondre. Continuez d’essayer de vous connecter… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Attention :</b> Aucun processus de notification n'est en cours d'exécution. Un processus par défaut sera utilisé. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Attention :</b> Un autre processus de notification (%1) est actif. Ces réglages n'auront aucun effet sur lui ! - + + at top left + en haut à gauche + + + + at top center + en haut au centre + + + + at top right + en haut à droite + + + + at center left + au centre gauche + + + + at center right + au centre droit + + + + at bottom left + en bas à gauche + + + + at bottom center + en bas au centre + + + + at bottom right + en bas à droite + + + Notification demo Démo de notification - + This is a test notification. All notifications will now appear here on LXQt. Ceci est un test de notification. @@ -141,13 +191,13 @@ - Basic Settings - Réglages de base + General Settings + Réglages généraux - Advanced Settings - Réglages avancés + Position + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_gl.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_gl.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_gl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_gl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications Notificacións desatendidas @@ -89,42 +99,82 @@ BasicSettings - - Basic Settings - Axustes básicos - - - + Position on screen Posición na pantalla - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Aviso:</b> Non hai ningún servizo de notificación en execución. Empregarase un método alternativo. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Aviso:</b> Hai un servizo de notificacións de terceiros (%1) en execución. Estes axustes non lle afectarán! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Proba de notificación - + This is a test notification. All notifications will now appear here on LXQt. Isto é unha notificación de proba. @@ -140,13 +190,13 @@ - Basic Settings - Axustes básicos + General Settings + - Advanced Settings - Axustes avanzados + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_he.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_he.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_he.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_he.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ להציג התראות על המסך עם העכבר + + Do Not Disturb + לא להפריע + + + + Only save notifications + לשמור התראות בלבד + + Unattended Notifications התראות ללא השגחה @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - הגדרות בסיסיות - - - + Position on screen מיקום במסך - + + Preview + תצוגה מקדימה + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>אזהרה:</b> סוכן ההתראות מגיב לאט. ניסיונות ההתחברות נמשכים… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>אזהרה:</b> אין סוכן התראות זמין. מתבצעת נסיגה לאחור. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>אזהרה:</b> סוכן התראות צד־שלישי (%1) פועל. להגדרות האלו לא תהיה שום השפעה עליו! - + + at top left + בפינה השמאלית העליונה + + + + at top center + במרכז למעלה + + + + at top right + בפינה הימנית העליונה + + + + at center left + במרכז משמאל + + + + at center right + במרכז מימין + + + + at bottom left + בפינה השמאלית התחתונה + + + + at bottom center + במרכז למטה + + + + at bottom right + בפינה הימנית העליונה + + + Notification demo התראה לדוגמה - + This is a test notification. All notifications will now appear here on LXQt. זו התראה ניסיונית. @@ -141,13 +191,13 @@ - Basic Settings - הגדרות בסיסיות + General Settings + הגדרות כלליות - Advanced Settings - הגדרות מתקדמות + Position + מיקום diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_hr.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_hr.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_hr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_hr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -11,7 +11,7 @@ Spacing: - Razmaci: + Razmak: @@ -41,13 +41,13 @@ How many to save: - Broj spremljenih obavijesti: + Koliko obavijesti čuvati: Application name is on the top of notification. - Ime programa se nalazi pri vrhu obavijesti. + Ime programa se nalazi na početku obavijesti. @@ -85,47 +85,97 @@ Show notifications on screen with the mouse Prikaži obavijesti na ekranu s mišem + + + Do Not Disturb + Ne smetaj + + + + Only save notifications + Spremi samo obavijesti + BasicSettings - - Basic Settings - Osnovne postavke - - - + Position on screen Položaj na ekranu - + + Preview + Pregled + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Oprez:</b> demon obavijesti reagira sporo. Nastavi se povezivati … - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Upozorenje:</b> Nijedan demon za obavijesti nije pokrenut. Koristit će se rezervni. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Upozorenje:</b> Pokrenut je jedan strani demon za obavijesti (%1). Ove postavke na njega ne utječu! - + + at top left + gore lijevo + + + + at top center + gore centrirano + + + + at top right + gore desno + + + + at center left + centrirano lijevo + + + + at center right + centrirano desno + + + + at bottom left + dolje lijevo + + + + at bottom center + dolje centrirano + + + + at bottom right + dolje desno + + + Notification demo - Demonstracija obavijesti + Prikaz obavijesti - + This is a test notification. All notifications will now appear here on LXQt. Ovo je testna obavijest. @@ -137,17 +187,17 @@ Desktop Notifications - Obavijesti radne površine + Obavijesti na radnoj površini - Basic Settings - Osnovne postavke + General Settings + Opće postavke - Advanced Settings - Napredne postavke + Position + Pozicija diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_hu.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_hu.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_hu.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_hu.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Értesítés megjelenítése azon a képernyőn, ahol az egér van + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications Olvasatlan értesítések @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Alapbeállítások - - - + Position on screen Helyzet a képernyőn - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b> Figyelmeztetés: </b> Az értesítési démon lassan reagál. Kísérlet a csatlakozásra… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Figyelem:</b> Az értesítési démon nem fut. Egy tartalék lesz használva. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Figyelmeztetés:</b> Egy másik értesítésdémon (%1) már fut. Ezek a beállítások nem lesznek hatással! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Értesítés bemutató - + This is a test notification. All notifications will now appear here on LXQt. Értesítési teszt. @@ -141,13 +191,13 @@ - Basic Settings - Alapbeállítások + General Settings + - Advanced Settings - Haladó beállítások + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_id.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_id.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_id.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_id.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications Pemberitahuan tanpa pengawasan @@ -89,42 +99,82 @@ BasicSettings - - Basic Settings - Pengaturan Dasar - - - + Position on screen Posisi pada layar - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Peringatan:</b> Tidak ada daemon (layanan) notifikasi yang berjalan. Fallback akan digunakan. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Peringatan:</b> Daemon notifikasi pihak ketiga (%1) sedang berjalan. Pengaturan ini tidak akan berpengaruh padanya! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Demo notifikasi - + This is a test notification. All notifications will now appear here on LXQt. Ini adalah tes notifikasi. @@ -140,13 +190,13 @@ - Basic Settings - Pengatuan Dasar + General Settings + - Advanced Settings - Pengaturan Lanjutan + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_it.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_it.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_it.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_it.ts 2022-04-16 12:56:34.000000000 +0000 @@ -36,7 +36,7 @@ Unattended Notifications - Notifiche automatiche + Notifiche non viste @@ -85,47 +85,97 @@ Show notifications on screen with the mouse Mostra le notifiche sul monitor con il cursore + + + Do Not Disturb + Non disturbare + + + + Only save notifications + Salva soltanto le notifiche + BasicSettings - - Basic Settings - Impostazioni di base - - - + Position on screen Posizione sullo schermo - + + Preview + Anteprima + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Attenzione:</b> il demone delle notifiche è lento a rispondere Provando a connettere… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Attenzione:</b> Nessun demone di notifiche è in esecuzione. Sarà usato un sistema di riserva. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Avviso:</b> Un altro demone di notifiche (%1) è attivo. Queste impostazioni non avranno effetto per esso! - + + at top left + in cima a sinistra + + + + at top center + in cima al centro + + + + at top right + in cima a destra + + + + at center left + a destra al centro + + + + at center right + a sinistra al centro + + + + at bottom left + in fondo a sinistra + + + + at bottom center + in fondo al centro + + + + at bottom right + in fondo a destra + + + Notification demo Anteprima notifiche - + This is a test notification. All notifications will now appear here on LXQt. Questo è una notifica di test. @@ -141,13 +191,13 @@ - Basic Settings - Impostazioni base + General Settings + Impostazioni generali - Advanced Settings - Impostazioni avanzate + Position + Posizione diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ja.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ja.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ja.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ja.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ マウスのある画面上に表示する + + Do Not Disturb + サイレント + + + + Only save notifications + 通知の保存のみ + + Unattended Notifications 未確認の通知 @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - 基本設定 - - - + Position on screen 画面上の位置 - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>警告:</b> 通知デーモンの応答が遅れています。 接続を試しています… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>警告:</b> 通知デーモンが実行されていません。 以前のバージョンのものが使用されます。 - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>警告:</b> サードパーティーの通知デーモン (%1) が実行されています。 ここでの設定は影響しません! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo 通知のデモ - + This is a test notification. All notifications will now appear here on LXQt. これは通知のテストです。 @@ -141,13 +191,13 @@ - Basic Settings - 基本設定 + General Settings + - Advanced Settings - 詳細設定 + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ko.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ko.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ko.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ko.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "바탕화면 알림" +Desktop Entry/GenericName: "LXQt 알림 설정" +Desktop Entry/Comment: "바탕화면 알림 구성하기" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ko.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ko.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ko.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ko.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,203 @@ + + + + + AdvancedSettings + + + Sizes + 크기 + + + + Width: + 너비: + + + + + px + 픽셀 + + + + Spacing: + 간격: + + + + Duration + 지속시간 + + + + Some notifications set their own on-screen duration. + 일부 알림은 자체 화면 지속시간을 설정합니다. + + + + Default duration: + 기본 지속시간: + + + + sec + + + + + Screen + 화면 + + + + When unchecked the notification will always show on primary screen + 선택하지 않으면 알림이 항상 기본 화면에 표시됩니다 + + + + Show notifications on screen with the mouse + 마우스로 화면에 알림 표시 + + + + Do Not Disturb + 방해하지 않음 + + + + Only save notifications + 알림만 저장 + + + + Unattended Notifications + 확인되지 않은 알림 + + + + How many to save: + 저장할 수 있는 횟수: + + + + + Application name is on the top of notification. + 응용프로그램 이름은 알림 상단에 있습니다. + + + + Ignore these applications: + 다음 응용프로그램 무시: + + + + app1,app2,app3 + 앱1,앱2,앱3 + + + + BasicSettings + + + Position on screen + 화면에서의 위치 + + + + Preview + 미리보기 + + + + <b>Warning:</b> notifications daemon is slow to respond. +Keep trying to connect… + <b>경고:</b> 알림 데몬의 응답 속도가 느립니다. +계속 연결을 시도하십시오… + + + + <b>Warning:</b> No notifications daemon is running. +A fallback will be used. + <b>경고:</b> 실행 중인 알림 데몬이 없습니다. +대체가 사용됩니다. + + + + <b>Warning:</b> A third-party notifications daemon (%1) is running. +These settings won't have any effect on it! + <b>경고:</b> 타사 알림 데몬(%1)이 실행 중입니다. +이 설정은 아무런 영향을 미치지 않습니다! + + + + at top left + 왼쪽 상단에 + + + + at top center + 상단 중앙에 + + + + at top right + 오른쪽 상단에 + + + + at center left + 왼쪽 중앙에 + + + + at center right + 오른쪽 중앙에 + + + + at bottom left + 왼쪽 하단에 + + + + at bottom center + 하단 중앙에 + + + + at bottom right + 오른쪽 하단에 + + + + Notification demo + 알림 데모 + + + + This is a test notification. + All notifications will now appear here on LXQt. + 이것은 테스트 알림입니다. + 이제 모든 알림이 LXQt에 표시됩니다. + + + + MainWindow + + + Desktop Notifications + 바탕화면 알림 + + + + General Settings + 일반 설정 + + + + Position + 위치 + + + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_lt.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_lt.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_lt.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_lt.ts 2022-04-16 12:56:34.000000000 +0000 @@ -32,7 +32,7 @@ Some notifications set their own on-screen duration. - Kai kurie pranešimai patys nusistato savo trukmę ekrane. + Kai kurie pranešimai patys nusistato trukmę ekrane. @@ -60,6 +60,16 @@ Rodyti pranešimus ekrane, kuriame yra pelės rodyklė + + Do Not Disturb + Netrukdyti + + + + Only save notifications + Įrašyti tik pranešimus + + Unattended Notifications Neperžiūrėti pranešimai @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Pagrindiniai nustatymai - - - + Position on screen Pozicija ekrane - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Įspėjimas:</b> pranešimų tarnyba ilgai atsako. Ir toliau bandoma prisijungti… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Įspėjimas:</b> Nėra vykdoma jokia pranešimų tarnyba. Bus naudojamas surogatas. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Įspėjimas:</b> Yra vykdoma trečiosios šalies pranešimų tarnyba (%1). Šie nustatymai niekaip jos neįtakos! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Pranešimo demonstracija - + This is a test notification. All notifications will now appear here on LXQt. Tai yra bandomasis pranešimas. @@ -141,13 +191,13 @@ - Basic Settings - Pagrindiniai nustatymai + General Settings + - Advanced Settings - Išplėstiniai nustatymai + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_lv.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_lv.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_lv.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_lv.ts 2022-04-16 12:56:34.000000000 +0000 @@ -47,84 +47,135 @@ Screen - + Ekrāns When unchecked the notification will always show on primary screen - + Ja nav atzīmēts, tad paziņojumi vienmēr tiks rādīti pamat/primārajā ekrānā Show notifications on screen with the mouse + Rādīt paziņojumus uz ekrāna, kurā atrodas pele + + + + Do Not Disturb + + + + + Only save notifications Unattended Notifications - + Neizlasīti paziņojumi How many to save: - + Cik saglabāt: Application name is on the top of notification. - + Lietotnes nosaukums atrodas paziņojuma augšgalā. Ignore these applications: - + Ignorēt lietotnes: app1,app2,app3 - + app1,app2,app3 BasicSettings - - Basic Settings - Pamatiestatījumi - - - + Position on screen Novietojums uz ekrāna - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <<b>Brīdinājums:</b> paziņojumu dēmōns ir lēnīgs atbildes sniegšanā. +Turpinām mēģinājumus savienoties… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Brīdinājums:</b> Paziņojumu process nav palaists. Tiks lietots aizstājējs. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Brīdinājums:</b>Darbojas paziņojumu process (%1). Šiem iestatījumiem nebūs rezultāta! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - Paziņojuma demonstrācija + Demo/testa paziņojums - + This is a test notification. All notifications will now appear here on LXQt. Šis ir paraugdemonstrējums. @@ -140,13 +191,13 @@ - Basic Settings - Pamatiestatījumi + General Settings + - Advanced Settings - Papildus iestatījumi + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nb_NO.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nb_NO.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nb_NO.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nb_NO.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "Skrivebordsmerknader" +Desktop Entry/GenericName: "LXQt-merknadsinnstillinger" +Desktop Entry/Comment: "Sett opp skrivebordsmerknader" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nb_NO.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nb_NO.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nb_NO.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nb_NO.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Vis merknader på skjermen pekeren er på + + Do Not Disturb + Ikke forstyrr + + + + Only save notifications + Kun lagre merknader + + Unattended Notifications Varsler som kommer av seg selv @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Grunnleggende innstillinger - - - + Position on screen Plassering på skjermen - + + Preview + Forhåndsvisning + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Advarsel:</b> verslesprosessen er treg til å svare. Prøver stadig å koble til … - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Advarsel:</b> Ingen daemon for varsler kjører. En nødløsning vil brukes. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Advarsel:</b> En tredjeparts daemon (%1) kjører. Disse innstillingene har ingen effekt på den! - + + at top left + øverst til venstre + + + + at top center + øverst på midten + + + + at top right + øverst til høyre + + + + at center left + midt på venstresiden + + + + at center right + midt på høyresiden + + + + at bottom left + nederst til venstre + + + + at bottom center + midt på bunnen + + + + at bottom right + midt på høyresiden på bunnen + + + Notification demo Varselsdemonstrasjon - + This is a test notification. All notifications will now appear here on LXQt. Dette er et testvarsel. @@ -141,13 +191,13 @@ - Basic Settings - Grunnleggende innstillinger + General Settings + Generelle innstillinger - Advanced Settings - Avanserte innstillinger + Position + Posisjon diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nl.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nl.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_nl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_nl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Meldingen tonen op beeldscherm van cursor + + Do Not Disturb + Niet storen + + + + Only save notifications + Meldingen alleen bewaren + + Unattended Notifications Onbehandelde meldingen @@ -78,7 +88,7 @@ Ignore these applications: - Deze programma's negeren: + Genegeerde programma's: @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Algemene instellingen - - - + Position on screen Schermlocatie - + + Preview + Voorvertonen + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Waarschuwing:</b> de meldingsdienst reageert traag. Blijf het proberen… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Waarschuwing:</b> er is geen meldingsdienst actief. Er zal een vervangende dienst worden gebruikt. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Waarschuwing:</b> er is al een meldingsdienst actief (%1). Deze instellingen zullen daarop geen invloed hebben! - + + at top left + linksboven + + + + at top center + midden-boven + + + + at top right + rechtsboven + + + + at center left + midden-links + + + + at center right + midden-rechts + + + + at bottom left + linksonder + + + + at bottom center + midden-onder + + + + at bottom right + rechtsonder + + + Notification demo Voorbeeldmelding - + This is a test notification. All notifications will now appear here on LXQt. Dit is een voorbeeldmelding. @@ -141,13 +191,13 @@ - Basic Settings + General Settings Algemene instellingen - Advanced Settings - Geavanceerde instellingen + Position + Locatie diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_oc.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_oc.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_oc.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_oc.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,199 @@ + + + + + AdvancedSettings + + + Sizes + Talhas + + + + Width: + Largor : + + + + + px + px + + + + Spacing: + Espaci : + + + + Duration + Durada + + + + Some notifications set their own on-screen duration. + + + + + Default duration: + Durada predeterminada : + + + + sec + seg + + + + Screen + Ecran + + + + When unchecked the notification will always show on primary screen + + + + + Show notifications on screen with the mouse + + + + + Do Not Disturb + + + + + Only save notifications + + + + + Unattended Notifications + + + + + How many to save: + + + + + + Application name is on the top of notification. + + + + + Ignore these applications: + + + + + app1,app2,app3 + + + + + BasicSettings + + + Position on screen + + + + + Preview + + + + + <b>Warning:</b> notifications daemon is slow to respond. +Keep trying to connect… + + + + + <b>Warning:</b> No notifications daemon is running. +A fallback will be used. + + + + + <b>Warning:</b> A third-party notifications daemon (%1) is running. +These settings won't have any effect on it! + + + + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + + Notification demo + + + + + This is a test notification. + All notifications will now appear here on LXQt. + + + + + MainWindow + + + Desktop Notifications + + + + + General Settings + + + + + Position + + + + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pl.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pl.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -47,17 +47,27 @@ Screen - + Ekran When unchecked the notification will always show on primary screen - + Jeśli ta opcja nie jest zaznaczona powiadomienia zawsze będą się pojawiać na głównym ekranie Show notifications on screen with the mouse - + Pokazuj powiadomienia na ekranie, na którym znajduje się kursor + + + + Do Not Disturb + Nie przeszkadzać + + + + Only save notifications + Tylko powiadomienia o zapisie @@ -83,48 +93,89 @@ app1,app2,app3 - app1,app2,app3 + program1,program2,program3 BasicSettings - - Basic Settings - Ustawienia ogólne - - - + Position on screen Pozycja na ekranie - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> Usługa powiadomień wolno reaguje. +Kontynuuj próbę połączenia… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Uwaga:</b> Żadna usługa powiadomień nie jest uruchomiona. Zostanie użyty zamiennik. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Uwaga:</b> Inny daemon powiadomień (%1) jest uruchomiony. Te ustawienia nie będą miały żadnego wpływu na jego działanie! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo Podgląd powiadomienia - + This is a test notification. All notifications will now appear here on LXQt. To jest testowe powiadomienie. @@ -140,13 +191,13 @@ - Basic Settings - Ustawienia + General Settings + - Advanced Settings - Zaawansowane + Position + diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pt_BR.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pt_BR.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pt_BR.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pt_BR.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Exibir notificações na tela com o mouse + + Do Not Disturb + Não Perturbe + + + + Only save notifications + Salve apenas notificações + + Unattended Notifications Notificações desconsideradas @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Configurações básicas - - - + Position on screen Posição na tela - + + Preview + Ver + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Atenção:</b> o daemon de notificações demora para responder. Continua tentando se conectar… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Atenção:</b> Nenhum daemon de notificações está sendo executado. Um fallback será utilizado. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Atenção:</b> Um daemon de notificação externo (%1) está sendo executado. Estas configurações não surtirão efeito nele! - + + at top left + No canto superior esquerdo + + + + at top center + No centro do topo + + + + at top right + No canto superior direito + + + + at center left + No centro à esquerda + + + + at center right + No centro à direita + + + + at bottom left + No canto inferior esquerdo + + + + at bottom center + No centro inferior + + + + at bottom right + No canto inferior direito + + + Notification demo Notificação de teste - + This is a test notification. All notifications will now appear here on LXQt. Esta é uma notificação para testes. @@ -141,13 +191,13 @@ - Basic Settings - Definições básicas + General Settings + Ajustes gerais - Advanced Settings - Definições avançadas + Position + Posição diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pt.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pt.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_pt.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_pt.ts 2022-04-16 12:56:34.000000000 +0000 @@ -85,47 +85,97 @@ Show notifications on screen with the mouse Mostrar notificações no ecrã em que o rato está + + + Do Not Disturb + Não incomodar + + + + Only save notifications + Apenas guardar notificações + BasicSettings - - Basic Settings - Definições básicas - - - + Position on screen Posição no ecrã - + + Preview + Pré-visualização + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Aviso:</b> o serviço de notificações não está a responder. Ainda está a tentar estabelecer ligação… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Atenção:</b>não existe qualquer serviço de notificações ativo. Será usada uma solução alternativa. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Atenção:</b>está a ser executado um serviço de terceiros (%1). Estas definições não produzirão qualquer efeito! - + + at top left + na parte superior esquerda + + + + at top center + no centro superior + + + + at top right + na parte superior direita + + + + at center left + no centro à esquerda + + + + at center right + no centro à direita + + + + at bottom left + na parte inferior esquerda + + + + at bottom center + no centro inferior + + + + at bottom right + na parte inferior direita + + + Notification demo Demonstração de notificação - + This is a test notification. All notifications will now appear here on LXQt. Esta é uma notificação de teste. @@ -141,13 +191,13 @@ - Basic Settings - Definições básicas + General Settings + Definições gerais - Advanced Settings - Definições avançadas + Position + Posição diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ru.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ru.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_ru.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_ru.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Показывать уведомления на экране, на котором находится мышь + + Do Not Disturb + Не беспокоить + + + + Only save notifications + Cохранять только уведомления + + Unattended Notifications Непрочитанные уведомления @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Основные настройки - - - + Position on screen Расположение на экране - + + Preview + Предпросмотр + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Предупреждение:</b> демон уведомлений не отвечает в течении значительно времени. Продолжаем попытки соединения… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Внимание:</b> Демон уведомлений не запущен. Будет использован резервный вариант. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Внимание:</b> Запущен сторонний демон уведомлений (%1). Эти настройки не будут иметь никакого эффекта для него! - + + at top left + вверху слева + + + + at top center + вверху в центре + + + + at top right + вверху справа + + + + at center left + в центре слева + + + + at center right + в центре справа + + + + at bottom left + внизу слева + + + + at bottom center + внизу в центре + + + + at bottom right + внизу справа + + + Notification demo Тестовое уведомление - + This is a test notification. All notifications will now appear here on LXQt. Это тестовое уведомление. @@ -141,13 +191,13 @@ - Basic Settings - Основные настройки + General Settings + Общие настройки - Advanced Settings - Расширенные настройки + Position + Положение diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_si.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_si.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_si.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_si.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,40 +99,80 @@ BasicSettings - - Basic Settings + + Position on screen - - Position on screen + + Preview - + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - + This is a test notification. All notifications will now appear here on LXQt. @@ -137,12 +187,12 @@ - Basic Settings + General Settings - Advanced Settings + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_sk.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_sk.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_sk.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_sk.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "Oznamy pracovnej plochy" +Desktop Entry/GenericName: "Nastavenia oznamov LXQt" +Desktop Entry/Comment: "Nastaviť oznamy pracovnej plochy" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_sk_SK.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_sk_SK.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_sk_SK.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_sk_SK.ts 2022-04-16 12:56:34.000000000 +0000 @@ -47,17 +47,27 @@ Screen - + Obrazovka When unchecked the notification will always show on primary screen - + Ak políčko nie je zaškrtnuté, oznámenie sa vždy zobrazí na hlavnej obrazovke Show notifications on screen with the mouse - + Ukázať oznámenia na obrazovke pomocou myši + + + + Do Not Disturb + Nerušiť + + + + Only save notifications + Nezobrazovať notifikácie @@ -89,42 +99,83 @@ BasicSettings - - Basic Settings - Základné nastavenia - - - + Position on screen Pozície na obrazovke - + + Preview + Náhľad + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Upozornenie:</b> démon upozornení odpovedá pomaly. +Pokračujte v pokusoch o pripojenie… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Varovanie:</b> Není spustená žiadna služba oznamovania. Použije se náhrada. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Varovanie:</b> Je spustená ďalšia služba oznamovania (od tretej strany) (%1). Toto nastavenie na ňu nemá žiaden vplyv! - + + at top left + Vľavo hore + + + + at top center + V strede hore + + + + at top right + Vpravo hore + + + + at center left + Vľavo v strede + + + + at center right + V strede vpravo + + + + at bottom left + Vľavo dole + + + + at bottom center + V strede dole + + + + at bottom right + Vpravo dole + + + Notification demo Skúšobné oznámenie - + This is a test notification. All notifications will now appear here on LXQt. Toto je skúšobné oznámenie. @@ -140,13 +191,13 @@ - Basic Settings - Základné nastavenia + General Settings + Všeobecné nastavenia - Advanced Settings - Pokročilé nastavenia + Position + Pozícia diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_tr.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_tr.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_tr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_tr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Fareyle ekranda bildirimleri göster + + Do Not Disturb + Rahatsız Etme + + + + Only save notifications + Yalnızca bildirimleri kaydet + + Unattended Notifications Katılımsız bildirimler @@ -89,31 +99,31 @@ BasicSettings - - Basic Settings - Basit Ayarlar - - - + Position on screen Ekrandaki konumu - + + Preview + Önizleme + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Uyarı:</b> bildirimler arka plan programının yanıt vermesi yavaş. Bağlanmaya devam et… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Uyarı:</b> Çalışan bir bildirim programı yok. Bir geri dönüş kullanılacaktır. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Uyarı:</b> Üçüncü parti bir bildirim programı (%1) çalışıyor. @@ -121,12 +131,52 @@ Bu ayarlar onu etkilemeyecek! - + + at top left + üst solda + + + + at top center + üst ortada + + + + at top right + üst sağda + + + + at center left + orta solda + + + + at center right + orta sağda + + + + at bottom left + alt solda + + + + at bottom center + alt ortada + + + + at bottom right + alt sağda + + + Notification demo Bildirim deneme - + This is a test notification. All notifications will now appear here on LXQt. Bu bir test bildirimidir. @@ -142,13 +192,13 @@ - Basic Settings - Basit Ayarlar + General Settings + Genel Ayarlar - Advanced Settings - Gelişmiş Ayarlar + Position + Konum diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ + + Do Not Disturb + + + + + Only save notifications + + + Unattended Notifications @@ -89,40 +99,80 @@ BasicSettings - - Basic Settings + + Position on screen - - Position on screen + + Preview - + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo - + This is a test notification. All notifications will now appear here on LXQt. @@ -137,12 +187,12 @@ - Basic Settings + General Settings - Advanced Settings + Position diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_uk.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_uk.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_uk.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_uk.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ Показувати сповіщення на екрані, на якому знаходиться вказівник + + Do Not Disturb + Не турбувати + + + + Only save notifications + Зберігати лише сповіщення + + Unattended Notifications Непрочитані сповіщення @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - Базові налаштування - - - + Position on screen Позиція на екрані - + + Preview + Попередній перегляд + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>Попередження:</b> фонова служба сповіщень повільно відповідає. Продовжуємо спроби з'єднання… - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>Попередження:</b> Жодного демону повідомлень не запущено. Буде використаний аварійний. - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>Попередження</b> Інший демон повідомлень (%1) запущено. Ці налаштування не мають впливу на нього! - + + at top left + вгорі ліворуч + + + + at top center + вгорі в центрі + + + + at top right + вгорі праворуч + + + + at center left + в центрі ліворуч + + + + at center right + в центрі праворуч + + + + at bottom left + внизу ліворуч + + + + at bottom center + внизу в центрі + + + + at bottom right + внизу праворуч + + + Notification demo Демонстрація сповіщень - + This is a test notification. All notifications will now appear here on LXQt. Це тестове повідомлення. @@ -141,13 +191,13 @@ - Basic Settings - Основні налаштування + General Settings + Загальні налаштування - Advanced Settings - Розширені налаштування + Position + Розміщення diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_vi.desktop.yaml lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_vi.desktop.yaml --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_vi.desktop.yaml 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_vi.desktop.yaml 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "Thông báo Bàn làm việc" +Desktop Entry/GenericName: "Cài đặt Thông báo LXQt" +Desktop Entry/Comment: "Tinh chỉnh thông báo bàn làm việc" diff -Nru lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_zh_CN.ts lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_zh_CN.ts --- lxqt-notificationd-0.17.0/config/translations/lxqt-config-notificationd_zh_CN.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/config/translations/lxqt-config-notificationd_zh_CN.ts 2022-04-16 12:56:34.000000000 +0000 @@ -60,6 +60,16 @@ 使用鼠标时在屏幕上显示通知 + + Do Not Disturb + 免打扰服务 + + + + Only save notifications + 只保存通知 + + Unattended Notifications 未读通知 @@ -89,43 +99,83 @@ BasicSettings - - Basic Settings - 基本设置 - - - + Position on screen 在屏幕上的位置 - + + Preview + + + + <b>Warning:</b> notifications daemon is slow to respond. Keep trying to connect… <b>警告:</b> 通知守护进程响应缓慢。 继续尝试连接 … - + <b>Warning:</b> No notifications daemon is running. A fallback will be used. <b>警告:</b> 没有运行通知守护进程 已使用默认值。 - + <b>Warning:</b> A third-party notifications daemon (%1) is running. These settings won't have any effect on it! <b>警告:</b> 正在运行第三方的通知守护进程(%1) 这些设置不会有任何效果! - + + at top left + + + + + at top center + + + + + at top right + + + + + at center left + + + + + at center right + + + + + at bottom left + + + + + at bottom center + + + + + at bottom right + + + + Notification demo 通知示例 - + This is a test notification. All notifications will now appear here on LXQt. 这是一则测试通知 @@ -141,13 +191,13 @@ - Basic Settings - 基本设置 + General Settings + - Advanced Settings - 高级设置 + Position + diff -Nru lxqt-notificationd-0.17.0/debian/changelog lxqt-notificationd-1.1.0/debian/changelog --- lxqt-notificationd-0.17.0/debian/changelog 2021-08-13 11:59:14.000000000 +0000 +++ lxqt-notificationd-1.1.0/debian/changelog 2022-06-01 20:57:42.000000000 +0000 @@ -1,3 +1,11 @@ +lxqt-notificationd (1.1.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release. + * Bump build dependencies. + * Remove old Breaks/Replaces since we're past the LTS. + + -- Simon Quigley Wed, 01 Jun 2022 15:57:42 -0500 + lxqt-notificationd (0.17.0-0ubuntu1) impish; urgency=medium * New upstream release 0.17.0 diff -Nru lxqt-notificationd-0.17.0/debian/control lxqt-notificationd-1.1.0/debian/control --- lxqt-notificationd-0.17.0/debian/control 2021-08-13 11:59:14.000000000 +0000 +++ lxqt-notificationd-1.1.0/debian/control 2022-06-01 20:56:09.000000000 +0000 @@ -8,7 +8,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.17.0), + liblxqt1-dev (>= 1.1.0), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, @@ -24,8 +24,6 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: lxqt-notificationd-l10n, lxqt-qtplugin -Breaks: lxqt-common (<< 0.12.0) -Replaces: lxqt-common (<< 0.12.0) Provides: notification-daemon Description: LXQt notification daemon The LXQt notification daemon. @@ -37,8 +35,6 @@ Multi-Arch: foreign Section: localization Depends: qttranslations5-l10n, ${misc:Depends} -Breaks: lxqt-notificationd (<< 0.11.0) -Replaces: lxqt-notificationd (<< 0.11.0) Description: Language package for lxqt-notificationd The l10n files for lxqt-notificationd. . diff -Nru lxqt-notificationd-0.17.0/README.md lxqt-notificationd-1.1.0/README.md --- lxqt-notificationd-0.17.0/README.md 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/README.md 2022-04-16 12:56:34.000000000 +0000 @@ -3,7 +3,7 @@ ## Overview `lxqt-notificationd` is LXQt's implementation of a daemon according to the -[Desktop Notifications Specification](https://developer.gnome.org/notification-spec/). +[Desktop Notifications Specification](https://specifications.freedesktop.org/notification-spec/latest/). This specification defines a way to display notifications in pop-up windows on desktops. Notifications like this are e. g. frequently used by chat or mail @@ -27,7 +27,7 @@ Runtime dependencies are KWindowSystem, [liblxqt](https://github.com/lxqt/liblxqt) and [lxqt-session](https://github.com/lxqt/lxqt-session). Additional build dependencies are CMake and optionally Git to pull latest VCS -checkouts. +checkouts. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. diff -Nru lxqt-notificationd-0.17.0/src/notificationlayout.cpp lxqt-notificationd-1.1.0/src/notificationlayout.cpp --- lxqt-notificationd-0.17.0/src/notificationlayout.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notificationlayout.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -37,6 +37,7 @@ NotificationLayout::NotificationLayout(QWidget *parent) : QWidget(parent), m_unattendedMaxNum(0), + m_doNotDisturb(false), m_cacheDateFormat(QL1S("yyyy-MM-dd-HH-mm-ss-zzz")) { setObjectName(QSL("NotificationLayout")); @@ -77,6 +78,9 @@ bool noSave) { // qDebug() << "NotificationLayout::addNotification" << id << application << summary << body << icon << timeout; + bool showNotification(!m_doNotDisturb + // always show our test notifications + || application == QL1S("lxqt-config-notificationd")); if (m_notifications.contains(id)) { // TODO/FIXME: it can be deleted by timer in this block. Locking? @@ -111,11 +115,13 @@ this, &NotificationLayout::notificationActionCalled); m_notifications[id] = n; m_layout->addWidget(n); - n->show(); + if (showNotification) + n->show(); } checkHeight(); - emit notificationAvailable(); + if (showNotification) + emit notificationAvailable(); // NOTE by pcman: // This dirty hack is used to workaround a weird and annoying repainting bug caused by Qt. @@ -126,6 +132,24 @@ if(m_notifications.count() == 1) repaint(); } + +// Can be called when the do-not-disturb mode ends. +void NotificationLayout::showAllNotifications() +{ + if (m_notifications.isEmpty()) + return; + QHashIterator it(m_notifications); + while (it.hasNext()) + { + it.next(); + it.value()->show(); + } + // as in NotificationLayout::addNotification() + checkHeight(); + emit notificationAvailable(); + if(m_notifications.count() == 1) + repaint(); +} void NotificationLayout::removeNotificationTimeout() { diff -Nru lxqt-notificationd-0.17.0/src/notificationlayout.h lxqt-notificationd-1.1.0/src/notificationlayout.h --- lxqt-notificationd-0.17.0/src/notificationlayout.h 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notificationlayout.h 2022-04-16 12:56:34.000000000 +0000 @@ -50,6 +50,10 @@ m_unattendedMaxNum = num; } + void setDoNotDisturb(bool value) { + m_doNotDisturb = value; + } + void setBlackList(const QStringList &l) { m_blackList = l; } @@ -61,6 +65,8 @@ return m_cacheDateFormat; } + void showAllNotifications(); + signals: //! All \c Notification instances are closed void allNotificationsClosed(); @@ -100,6 +106,7 @@ QHash m_notifications; QVBoxLayout *m_layout; int m_unattendedMaxNum; + bool m_doNotDisturb; QStringList m_blackList; QString m_cacheFile; QString m_cacheDateFormat; diff -Nru lxqt-notificationd-0.17.0/src/notificationwidgets.cpp lxqt-notificationd-1.1.0/src/notificationwidgets.cpp --- lxqt-notificationd-0.17.0/src/notificationwidgets.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notificationwidgets.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -37,6 +37,19 @@ #include +void PushButtonTextStyle::drawItemText(QPainter* painter, const QRect& rect, int flags, + const QPalette& pal, bool enabled, const QString& text, + QPalette::ColorRole textRole) const +{ + QString txt; + // get the button text because the text that's given to this function may be middle-elided + if (const QPushButton *pb = dynamic_cast(painter->device())) + txt = pb->text(); + else + txt = text; + txt = QFontMetrics(painter->font()).elidedText(txt, Qt::ElideRight, rect.width()); + QProxyStyle::drawItemText(painter, rect, (flags & ~Qt::AlignHCenter) | Qt::AlignLeft, pal, enabled, txt, textRole); +} NotificationActionsWidget::NotificationActionsWidget(const QStringList& actions, QWidget *parent) : QWidget(parent) @@ -67,8 +80,10 @@ NotificationActionsButtonsWidget::NotificationActionsButtonsWidget(const QStringList& actions, QWidget *parent) - : NotificationActionsWidget(actions, parent) + : NotificationActionsWidget(actions, parent), + mStyle(new PushButtonTextStyle()) { + setStyle(mStyle); QHBoxLayout *l = new QHBoxLayout(); setLayout(l); @@ -93,6 +108,11 @@ emit actionTriggered(button->objectName()); } +NotificationActionsButtonsWidget::~NotificationActionsButtonsWidget() +{ + delete mStyle; +} + NotificationActionsComboWidget::NotificationActionsComboWidget(const QStringList& actions, QWidget *parent) : NotificationActionsWidget(actions, parent) diff -Nru lxqt-notificationd-0.17.0/src/notificationwidgets.h lxqt-notificationd-1.1.0/src/notificationwidgets.h --- lxqt-notificationd-0.17.0/src/notificationwidgets.h 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notificationwidgets.h 2022-04-16 12:56:34.000000000 +0000 @@ -31,9 +31,20 @@ #include #include #include +#include +#include class QComboBox; +class PushButtonTextStyle : public QProxyStyle +{ + using QProxyStyle::QProxyStyle; +public: + + virtual void drawItemText(QPainter* painter, const QRect& rect, int flags, + const QPalette& pal, bool enabled, const QString& text, + QPalette::ColorRole textRole = QPalette::NoRole) const override; +}; /*! A helper widgets for actions handling. * See specification for information what actions are. @@ -77,8 +88,14 @@ * \param actions a list of actions in form: (key1, display1, key2, display2, ..., keyN, displayN) */ NotificationActionsButtonsWidget(const QStringList& actions, QWidget *parent); + + ~NotificationActionsButtonsWidget(); + private slots: void actionButtonActivated(QAbstractButton* button); + +private: + PushButtonTextStyle *mStyle; }; class NotificationActionsComboWidget : public NotificationActionsWidget diff -Nru lxqt-notificationd-0.17.0/src/notifyd.cpp lxqt-notificationd-1.1.0/src/notifyd.cpp --- lxqt-notificationd-0.17.0/src/notifyd.cpp 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notifyd.cpp 2022-04-16 12:56:34.000000000 +0000 @@ -39,7 +39,8 @@ Notifyd::Notifyd(QObject* parent) : QObject(parent), mId(0), - m_trayChecker(0) + m_trayChecker(0), + m_doNotDisturb(false) { m_area = new NotificationArea(); m_settings = new LXQt::Settings(QSL("notifications")); @@ -62,6 +63,8 @@ connect(m_settings, &LXQt::Settings::settingsChanged, this, &Notifyd::reloadSettings); + connect(LXQt::Settings::globalSettings(), &LXQt::GlobalSettings::settingsChanged, + this, &Notifyd::updateIcon); } Notifyd::~Notifyd() @@ -149,33 +152,62 @@ void Notifyd::reloadSettings() { m_serverTimeout = m_settings->value(QSL("server_decides"), 10).toInt(); + bool old_doNotDisturb = m_doNotDisturb; + m_doNotDisturb = m_settings->value(QL1S("doNotDisturb"), false).toBool(); int maxNum = m_settings->value(QSL("unattendedMaxNum"), 10).toInt(); + if (m_doNotDisturb) + maxNum = qMax(maxNum, 50); m_area->setSettings( m_settings->value(QSL("placement"), QSL("bottom-right")).toString().toLower(), m_settings->value(QSL("width"), 300).toInt(), m_settings->value(QSL("spacing"), 6).toInt(), maxNum, m_settings->value(QSL("screenWithMouse"),false).toBool(), - m_settings->value(QSL("blackList")).toStringList()); + m_doNotDisturb ? QStringList() : m_settings->value(QSL("blackList")).toStringList()); + m_area->layout()->setDoNotDisturb(m_doNotDisturb); - if (maxNum > 0 && m_trayIcon.isNull()) - { // create the tray icon - if (QSystemTrayIcon::isSystemTrayAvailable()) - createTrayIcon(); - else // check the tray's presence every 5 seconds (see checkTray) + if (m_trayIcon.isNull()) + { + if (maxNum > 0) // create the tray icon { - QTimer *trayTimer = new QTimer(this); - trayTimer->setSingleShot(true); - trayTimer->setInterval(5000); - connect(trayTimer, &QTimer::timeout, this, &Notifyd::checkTray); - trayTimer->start(); - ++ m_trayChecker; + if (QSystemTrayIcon::isSystemTrayAvailable()) + createTrayIcon(); + else // check the tray's presence every 5 seconds (see checkTray) + { + QTimer *trayTimer = new QTimer(this); + trayTimer->setSingleShot(true); + trayTimer->setInterval(5000); + connect(trayTimer, &QTimer::timeout, this, &Notifyd::checkTray); + trayTimer->start(); + ++ m_trayChecker; + } } } - else if (maxNum == 0 && !m_trayIcon.isNull()) - { // remove the tray icon - m_trayMenu->deleteLater(); - m_trayIcon->deleteLater(); + else + { + if (maxNum == 0 ) + { // remove the tray icon + m_trayMenu->deleteLater(); + m_trayIcon->deleteLater(); + } + else if (old_doNotDisturb != m_doNotDisturb) + { // change the icon + QIcon icn; + if (m_doNotDisturb) + icn = QIcon::fromTheme(QSL("notifications-disabled")); + else + { + // show all open notifications (especially those that never expire) + m_area->layout()->showAllNotifications(); + } + if (icn.isNull()) + { + icn = QIcon::fromTheme(QSL("notifications")); + if (icn.isNull()) + icn = QIcon::fromTheme(QSL("preferences-desktop-notification")); + } + m_trayIcon->setIcon(icn); + } } } @@ -189,8 +221,17 @@ if (m_trayIcon.isNull()) { - m_trayIcon = new QSystemTrayIcon(QIcon::fromTheme(QSL("preferences-desktop-notification")), this); - /* show the menu also on left clicking */ + QIcon icn; + if (m_doNotDisturb) + icn = QIcon::fromTheme(QSL("notifications-disabled")); + if (icn.isNull()) + { + icn = QIcon::fromTheme(QSL("notifications")); + if (icn.isNull()) + icn = QIcon::fromTheme(QSL("preferences-desktop-notification")); + } + m_trayIcon = new QSystemTrayIcon(icn, this); + // show the menu also on left clicking connect(m_trayIcon, &QSystemTrayIcon::activated, this, [this] (QSystemTrayIcon::ActivationReason r) { if (r == QSystemTrayIcon::Trigger && !m_trayMenu.isNull()) m_trayMenu->exec(QCursor::pos()); @@ -241,7 +282,6 @@ m_trayIcon->setVisible(!dates.isEmpty()); m_trayIcon->setToolTip(tr("%n Unattended Notification(s)", "", m_trayMenu->actions().size() - 3)); - } // NOTE: Contrary to what Qt doc implies, if the tray icon is created before the tray area is available, @@ -313,7 +353,7 @@ if (m_trayMenu->actions().size() == 3) // separator, "Clear All" and "Options" exist { m_trayIcon->setVisible(false); - // NOTE: If the menu isn't deleted here, it won't be shown later (a Qt bug?). + // WARNING: If the menu isn't deleted here, it won't be shown later (a Qt bug?). m_trayMenu->deleteLater(); } else @@ -322,6 +362,7 @@ QSettings list(m_area->layout()->cacheFile(), QSettings::IniFormat); if (list.childGroups().contains(date)) { + m_area->layout()->setDoNotDisturb(false); // to show the notification list.beginGroup(date); Notify(list.value(QL1S("Application")).toString(), 0, @@ -334,6 +375,24 @@ true); // don't save this notification again; see this as a user interaction list.endGroup(); list.remove(date); + m_area->layout()->setDoNotDisturb(m_doNotDisturb); // restore the do-not-disturb mode + } + } +} + +void Notifyd::updateIcon() +{ + if (m_trayIcon) + { + QIcon icn; + if (m_doNotDisturb) + icn = QIcon::fromTheme(QSL("notifications-disabled")); + if (icn.isNull()) + { + icn = QIcon::fromTheme(QSL("notifications")); + if (icn.isNull()) + icn = QIcon::fromTheme(QSL("preferences-desktop-notification")); } + m_trayIcon->setIcon(icn); } } diff -Nru lxqt-notificationd-0.17.0/src/notifyd.h lxqt-notificationd-1.1.0/src/notifyd.h --- lxqt-notificationd-0.17.0/src/notifyd.h 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/notifyd.h 2022-04-16 12:56:34.000000000 +0000 @@ -141,6 +141,8 @@ QPointer m_trayMenu; int m_trayChecker; + bool m_doNotDisturb; + void createTrayIcon(); private slots: @@ -148,6 +150,7 @@ void checkTray(); void addToUnattendedList(uint id, uint reason, const QString &date); void restoreUnattended(); + void updateIcon(); }; #endif // NOTIFYD_H diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_arn.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_arn.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_arn.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_arn.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: - + OK @@ -17,19 +17,19 @@ Notifyd - + Clear All - + Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ar.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ar.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ar.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ar.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: الإجراءات: - + OK حسنًا @@ -17,19 +17,19 @@ Notifyd - + Clear All امسح الكل - + Options خيارات - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ast.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ast.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ast.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ast.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: - + OK @@ -17,19 +17,19 @@ Notifyd - + Clear All - + Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_bg.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_bg.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_bg.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_bg.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Действие: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Изчистване на всички - + Options Опции - - - + + + %n Unattended Notification(s) %n непрочетено съобщение diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ca.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ca.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ca.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ca.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Accions: - + OK D'acord @@ -17,23 +17,23 @@ Notifyd - + Clear All Neteja-ho tot - + Options Opcions - - - + + + %n Unattended Notification(s) - - - + + %n Notificació no atesa + %n Notificacions no ateses diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_cs.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_cs.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_cs.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_cs.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Akce: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Vyčistit vše - + Options Volby - - - + + + %n Unattended Notification(s) %n nepřečtené oznámení diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_cy.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_cy.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_cy.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_cy.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: - + OK @@ -17,19 +17,19 @@ Notifyd - + Clear All - + Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_da.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_da.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_da.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_da.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Handlinger: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Ryd alle - + Options Valgmuligheder - - - + + + %n Unattended Notification(s) %n ikke-tilsete underretning diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_de.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_de.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_de.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_de.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Aktionen: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Alles löschen - + Options Optionen - - - + + + %n Unattended Notification(s) %n unbeaufsichtigte Benachrichtigung diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_el.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_el.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_el.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_el.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Ενέργειες: - + OK Εντάξει @@ -17,19 +17,19 @@ Notifyd - + Clear All Εκκαθάριση όλων - + Options Επιλογές - - - + + + %n Unattended Notification(s) %n Ανεπίβλεπτη ειδοποίηση diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_en_GB.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_en_GB.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_en_GB.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_en_GB.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Actions: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Clear All - + Options Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_es.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_es.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_es.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_es.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Acciones: - + OK Aceptar @@ -17,19 +17,19 @@ Notifyd - + Clear All Limpiar todo - + Options Opciones - - - + + + %n Unattended Notification(s) %n notificación desatendida diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_et.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_et.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_et.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_et.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,40 @@ + + + + + NotificationActionsComboWidget + + + Actions: + Tegevused: + + + + OK + Sobib + + + + Notifyd + + + Clear All + Kustuta kõik + + + + Options + Valikud + + + + + + %n Unattended Notification(s) + + %n lugemata teavitus + %n lugemata teavitust + + + + diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_fr.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_fr.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_fr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_fr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Actions : - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Tout effacer - + Options Options - - - + + + %n Unattended Notification(s) %n Nouvelle notificattion diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_gl.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_gl.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_gl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_gl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Accións: - + OK Aceptar @@ -17,19 +17,19 @@ Notifyd - + Clear All Limpar todo - + Options Opcións - - - + + + %n Unattended Notification(s) %n notificación desatendida diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_he.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_he.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_he.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_he.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: פעולות: - + OK אישור @@ -17,19 +17,19 @@ Notifyd - + Clear All לפנות הכול - + Options אפשרויות - - - + + + %n Unattended Notification(s) התראה %n שלא התייחסת אליה diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_hr.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_hr.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_hr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_hr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Radnje: - + OK U redu @@ -17,19 +17,19 @@ Notifyd - + Clear All Izbriši sve - + Options Opcije - - - + + + %n Unattended Notification(s) %n nepročitana obavijest diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_hu.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_hu.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_hu.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_hu.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Műveletek: - + OK OK @@ -17,23 +17,22 @@ Notifyd - + Clear All Törlés - + Options Beállítások - - - + + + %n Unattended Notification(s) %n olvasatlan értesítés - %n olvasatlan értesítés diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_id.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_id.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_id.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_id.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Tindakan: - + OK OKE @@ -17,22 +17,22 @@ Notifyd - + Clear All Hapus Semua - + Options Plihan - - - + + + %n Unattended Notification(s) - - + + %n Notifikasi Mandiri diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_it.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_it.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_it.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_it.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Azioni: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Elimina tutti - + Options Opzioni - - - + + + %n Unattended Notification(s) %n Notifica non vista diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ja.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ja.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ja.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ja.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: 動作: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All すべて消去 - + Options オプション - - - + + + %n Unattended Notification(s) 未確認の通知が %n 件あります diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ko.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ko.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ko.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ko.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,39 @@ + + + + + NotificationActionsComboWidget + + + Actions: + 동작: + + + + OK + 확인 + + + + Notifyd + + + Clear All + 모두 지우기 + + + + Options + 옵션 + + + + + + %n Unattended Notification(s) + + %n개 확인되지 않은 알림 + + + + diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_lt.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_lt.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_lt.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_lt.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Veiksmai: - + OK Gerai @@ -17,19 +17,19 @@ Notifyd - + Clear All Išvalyti visus - + Options Parinktys - - - + + + %n Unattended Notification(s) %n nepastebėtas pranešimas diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_lv.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_lv.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_lv.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_lv.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Darbības: - + OK Apstiprināt @@ -17,24 +17,24 @@ Notifyd - + Clear All - + Notīrīt visus - + Options - + Opcijas/parametri - - - + + + %n Unattended Notification(s) - - - - + + %n nelasītu paziņojumu + %n nelasīts paziņojums + %n nelasītu paziņojumu diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_nb_NO.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_nb_NO.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_nb_NO.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_nb_NO.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Handlinger: - + OK Okei @@ -17,19 +17,19 @@ Notifyd - + Clear All Fjern alt - + Options Valg - - - + + + %n Unattended Notification(s) %n usett varsel diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_nl.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_nl.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_nl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_nl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Acties: - + OK Oké @@ -17,19 +17,19 @@ Notifyd - + Clear All Alles wissen - + Options Opties - - - + + + %n Unattended Notification(s) %n onbehandelde melding diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pl.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pl.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pl.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pl.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Działania: - + OK OK @@ -17,24 +17,24 @@ Notifyd - + Clear All Wyczyszczenie wszystkie - + Options Opcje - - - + + + %n Unattended Notification(s) %n Nieodczytane powiadomienie %n Nieodczytane powiadomienia - + %n Nieodczytanych powiadomień diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pt_BR.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pt_BR.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pt_BR.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pt_BR.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Ações: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Limpar tudo - + Options Opções - - - + + + %n Unattended Notification(s) %n Notificação Autônoma diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pt.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pt.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_pt.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_pt.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Ações: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Limpar tudo - + Options Opções - - - + + + %n Unattended Notification(s) %n notificação pendente diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ru.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ru.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_ru.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_ru.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Действия: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Очистить все - + Options Параметры - - - + + + %n Unattended Notification(s) %n непрочитанное уведомление diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_si.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_si.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_si.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_si.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: - + OK @@ -17,19 +17,19 @@ Notifyd - + Clear All - + Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_sk_SK.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_sk_SK.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_sk_SK.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_sk_SK.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Akcia: - + OK OK @@ -17,19 +17,19 @@ Notifyd - + Clear All Vyčistiť všetko - + Options Nastavenia - - - + + + %n Unattended Notification(s) %n neprečítaný oznam diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_sv.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_sv.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_sv.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_sv.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Åtgärder: - + OK OK @@ -17,23 +17,23 @@ Notifyd - + Clear All Rensa allt - + Options Inställningar - - - + + + %n Unattended Notification(s) - - - + + %n oläst avisering + %n olästa aviseringar diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_tr.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_tr.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_tr.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_tr.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Eylemler: - + OK Tamam @@ -17,23 +17,22 @@ Notifyd - + Clear All Tümünü Temizle - + Options Seçenekler - - - + + + %n Unattended Notification(s) %n Görülmeyen Bildirim - %n Görülmeyen Bildirim diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: - + OK @@ -17,19 +17,19 @@ Notifyd - + Clear All - + Options - - - + + + %n Unattended Notification(s) diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_uk.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_uk.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_uk.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_uk.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: Дії: - + OK ОК @@ -17,19 +17,19 @@ Notifyd - + Clear All Очистити все - + Options Параметри - - - + + + %n Unattended Notification(s) %n не переглянуте сповіщення diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_vi.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_vi.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_vi.ts 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_vi.ts 2022-04-16 12:56:34.000000000 +0000 @@ -0,0 +1,39 @@ + + + + + NotificationActionsComboWidget + + + Actions: + Hành động: + + + + OK + OK + + + + Notifyd + + + Clear All + Xóa Tất cả + + + + Options + Tùy chọn + + + + + + %n Unattended Notification(s) + + %n Thông báo Không được chú ý + + + + diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_zh_CN.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_zh_CN.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_zh_CN.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_zh_CN.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: 动作: - + OK 确认 @@ -17,19 +17,19 @@ Notifyd - + Clear All 全部清除 - + Options 选项 - - - + + + %n Unattended Notification(s) %n 无人参与的通知 diff -Nru lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_zh_TW.ts lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_zh_TW.ts --- lxqt-notificationd-0.17.0/src/translations/lxqt-notificationd_zh_TW.ts 2021-04-13 17:33:15.000000000 +0000 +++ lxqt-notificationd-1.1.0/src/translations/lxqt-notificationd_zh_TW.ts 2022-04-16 12:56:34.000000000 +0000 @@ -4,12 +4,12 @@ NotificationActionsComboWidget - + Actions: 動作: - + OK 確定 @@ -17,19 +17,19 @@ Notifyd - + Clear All 全部清除 - + Options 選項 - - - + + + %n Unattended Notification(s)