[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    new strings for kalgebra 4.6.x
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2011-02-21 15:29:34
Message-ID: AANLkTimSsA+c=cJy0MoaFZn4MtpLBOiNXDiipFTt2fkr () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,
I would like to apply the following patch to KAlgebra's 4.6 branch. Would
you be a lot of trouble?

The problem is that this dialog without these actions is quite annoying...
If it's not possible to use it, would it be possible to workaround this
problem in a different way?

Thank you and sorry for the trouble!
Aleix

[Attachment #5 (text/html)]

Hi,<div>I would like to apply the following patch to KAlgebra&#39;s 4.6 bra=
nch. Would you be a lot of trouble?</div><div><br></div><div>The problem is=
 that this dialog without these actions is quite annoying...</div><div>If i=
t&#39;s not possible to use it, would it be possible to workaround this pro=
blem in a different way?</div>

<div><br></div><div>Thank you and sorry for the trouble!</div><div>Aleix</d=
iv>

--bcaec53f8f871d15f8049ccc8986--
["kalgebra-funclistactions.patch" (text/x-patch)]

Index: mobile/functionsdialog.cpp
===================================================================
--- mobile/functionsdialog.cpp	(revision 1222064)
+++ mobile/functionsdialog.cpp	(working copy)
@@ -40,6 +40,12 @@
 	QPushButton* add = new QPushButton(KIcon("list-add"), i18n("Add"), this);
 	connect(add, SIGNAL(clicked(bool)), SLOT(addFunction()));
 	actionsLayout->addWidget(add);
+	QPushButton* remove = new QPushButton(KIcon("list-remove"), i18n("Remove"), this);
+	connect(remove, SIGNAL(clicked(bool)), SLOT(removeFunction()));
+	actionsLayout->addWidget(remove);
+	QPushButton* clear = new QPushButton(KIcon("edit-clear-list"), i18n("Clear"), this);
+	connect(clear, SIGNAL(clicked(bool)), SLOT(clearFunctions()));
+	actionsLayout->addWidget(clear);
 	layout()->addItem(actionsLayout);
 	
 	QDialogButtonBox* box = new QDialogButtonBox(QDialogButtonBox::Close);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic