Cherry-picking upstream version 0.9.0+20150830.
Removed breaks and replaces Added upstring signing key and use it in watch file Fixed control with cme fix Added linker flags -Wl,--as-needed removed unused GPL2+ from copyright
This commit is contained in:
parent
12fe2cfc42
commit
10b7600fb9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,13 +1,13 @@
|
||||
lxqt-policykit (0.9.0+20150807-2) unstable; urgency=medium
|
||||
lxqt-policykit (0.9.0+20150830-1) unstable; urgency=medium
|
||||
|
||||
*
|
||||
* Cherry-pick upstream version 0.9.0+20150830.
|
||||
* Removed breaks and replaces
|
||||
* Added upstring signing key and use it in watch file
|
||||
* Fixed control with cme fix
|
||||
* Added linker flags -Wl,--as-needed
|
||||
* removed unused GPL2+ from copyright
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Thu, 03 Sep 2015 00:18:36 +0200
|
||||
-- Alf Gaida <agaida@siduction.org> Thu, 03 Sep 2015 00:25:08 +0200
|
||||
|
||||
lxqt-policykit (0.9.0+20150807-1) unstable; urgency=medium
|
||||
|
||||
|
@ -25,7 +25,7 @@ technologies, ships several core desktop components, all of which are optional:
|
||||
.P
|
||||
These components perform similar actions to those available in other desktop
|
||||
environments, and their name is self-descriptive. They are usually not launched
|
||||
by hand but automatically, when choosing a LxQt\-Qt session in the Display
|
||||
by hand but automatically, when choosing a LXQt\-Qt session in the Display
|
||||
Manager.
|
||||
.SH BEHAVIOR
|
||||
The module detected on shares privilege escalation, and maintain a security dialog
|
||||
|
@ -40,10 +40,10 @@ int main(int argc, char *argv[])
|
||||
g_type_init();
|
||||
#endif
|
||||
|
||||
LxQt::Application app(argc, argv);
|
||||
LXQt::Application app(argc, argv);
|
||||
|
||||
app.setQuitOnLastWindowClosed(false);
|
||||
|
||||
LxQtPolicykit::PolicykitAgent agent;
|
||||
LXQtPolicykit::PolicykitAgent agent;
|
||||
return app.exec();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "policykitagentgui.h"
|
||||
|
||||
|
||||
namespace LxQtPolicykit
|
||||
namespace LXQtPolicykit
|
||||
{
|
||||
|
||||
PolicykitAgent::PolicykitAgent(QObject *parent)
|
||||
@ -68,7 +68,7 @@ void PolicykitAgent::initiateAuthentication(const QString &actionId,
|
||||
{
|
||||
if (m_inProgress)
|
||||
{
|
||||
QMessageBox::information(0, tr("PolicyKit Information"), "Another authentization in progress. Please try it again later");
|
||||
QMessageBox::information(0, tr("PolicyKit Information"), tr("Another authentization in progress. Please try it again later."));
|
||||
return;
|
||||
}
|
||||
m_inProgress = true;
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <QApplication>
|
||||
#include <QHash>
|
||||
|
||||
namespace LxQtPolicykit
|
||||
namespace LXQtPolicykit
|
||||
{
|
||||
|
||||
class PolicykitAgentGUI;
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <XdgIcon>
|
||||
#include "policykitagentgui.h"
|
||||
|
||||
namespace LxQtPolicykit
|
||||
namespace LXQtPolicykit
|
||||
{
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include "ui_policykitagentgui.h"
|
||||
|
||||
namespace LxQtPolicykit
|
||||
namespace LXQtPolicykit
|
||||
{
|
||||
|
||||
class PolicykitAgentGUI : public QDialog, public Ui::PolicykitAgentGUI
|
||||
|
@ -1,38 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="en_US">
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>PolicykitAgentGUI</name>
|
||||
<message>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Identity:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtPolicykit::PolicykitAgent</name>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<location filename="../src/policykitagent.cpp" line="149"/>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<source>Another authentization in progress. Please try it again later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization Failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization failed for some reason</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="144"/>
|
||||
<source>PolicyKit Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PolicykitAgentGUI</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="55"/>
|
||||
<source>Identity:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="65"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
51
translations/lxqt-policykit-agent_de.ts
Normal file
51
translations/lxqt-policykit-agent_de.ts
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de">
|
||||
<context>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<location filename="../src/policykitagent.cpp" line="149"/>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>PolicyKit Information</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<source>Another authentization in progress. Please try it again later.</source>
|
||||
<translation>Eine andere Authentisierung wird gerade durchgeführt. Bitte später noch einmal versuchen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization Failed</source>
|
||||
<translation>Autorisierung fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization failed for some reason</source>
|
||||
<translation>Autorisierung aus irgendeinem Grund fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="144"/>
|
||||
<source>PolicyKit Error</source>
|
||||
<translation>PolicyKit Fehler</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PolicykitAgentGUI</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation>Authentisierung benötigt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="55"/>
|
||||
<source>Identity:</source>
|
||||
<translation>Identität:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="65"/>
|
||||
<source>Password:</source>
|
||||
<translation>Kennwort:</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
51
translations/lxqt-policykit-agent_el.ts
Normal file
51
translations/lxqt-policykit-agent_el.ts
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="el">
|
||||
<context>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<location filename="../src/policykitagent.cpp" line="149"/>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>Πληροφορίες PolicyKit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="71"/>
|
||||
<source>Another authentization in progress. Please try it again later.</source>
|
||||
<translation>Μια άλλη ταυτοποίηση είναι σε εξέλιξη. Παρακαλώ προσπαθήστε ξανά αργότερα.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization Failed</source>
|
||||
<translation>Η ταυτοποίηση απέτυχε</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="132"/>
|
||||
<source>Authorization failed for some reason</source>
|
||||
<translation>Η ταυτοποίηση για κάποια αιτία απέτυχε</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagent.cpp" line="144"/>
|
||||
<source>PolicyKit Error</source>
|
||||
<translation>Σφάλμα PolicyKit</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PolicykitAgentGUI</name>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation>Απαιτείται ταυτοποίηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="55"/>
|
||||
<source>Identity:</source>
|
||||
<translation>Ταυτότητα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/policykitagentgui.ui" line="65"/>
|
||||
<source>Password:</source>
|
||||
<translation>Κωδικός πρόσβασης:</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -17,7 +17,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtPolicykit::PolicykitAgent</name>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>Policykit információ</translation>
|
||||
|
@ -17,7 +17,7 @@
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LxQtPolicykit::PolicykitAgent</name>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>Informaçoes PolicyKit</translation>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ru">
|
||||
<context>
|
||||
<name>LxQtPolicykit::PolicykitAgent</name>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>Информация PolicyKit</translation>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ru_RU">
|
||||
<context>
|
||||
<name>LxQtPolicykit::PolicykitAgent</name>
|
||||
<name>LXQtPolicykit::PolicykitAgent</name>
|
||||
<message>
|
||||
<source>PolicyKit Information</source>
|
||||
<translation>Информация PolicyKit</translation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user