Merge branch 'Plasma/5.15'

wilder-broken-krunner
David Edmundson 7 years ago
commit be31a5c7cb
  1. 2
      dataengines/activities/plasma-dataengine-activities.desktop
  2. 2
      freespacenotifier/freespacenotifier.notifyrc
  3. 6
      libtaskmanager/virtualdesktopinfo.cpp

@ -79,7 +79,7 @@ Comment[he]=מידע אודות הפעילויות של Plasma
Comment[hr]=Informacije o Plasminim aktivnostima
Comment[hu]=Információk a Plasma aktivitásokról
Comment[ia]=Information re activitates de Plasma
Comment[id]=Informasi tentang Activities Plasma
Comment[id]=Informasi tentang Aktivitas Plasma
Comment[is]=Upplýsingar um Plasma virkni
Comment[it]=Informazioni sulle attività di Plasma
Comment[ja]=Plasma アクティビティの情報

@ -24,7 +24,7 @@ Comment[hi]=कई खन सचन
Comment[hr]=KDE-ov servis za obavještavanje o slobodnom prostoru
Comment[hu]=KDE szabad hely értesítő szolgáltatás
Comment[ia]=Demone de notification de spatio libere de KDE
Comment[id]=Daemon Notifikasi RUang Kosong KDE
Comment[id]=Jurik Notifikasi RUang Kosong KDE
Comment[is]=KDE tilkynningaþjónn fyrir laust pláss
Comment[it]=Demone di notifica dello spazio libero di KDE
Comment[ja]=KDE 空き領域デーモン

@ -364,6 +364,12 @@ void VirtualDesktopInfo::WaylandPrivate::addDesktop(const QString &id, quint32 p
}
);
QObject::connect(desktop, &KWayland::Client::PlasmaVirtualDesktop::done, q,
[this]() {
emit desktopNamesChanged();
}
);
if (desktop->isActive()) {
currentVirtualDesktop = id;
emit currentDesktopChanged();

Loading…
Cancel
Save