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

List:       konsole-devel
Subject:    [Konsole-devel] Fwd: konsole 'pasteSelection'
From:       "Kurt Hindenburg" <kurt.hindenburg () kdemail ! net>
Date:       2006-08-24 23:24:51
Message-ID: 3eb00e9b0608241624o1331dd3j53de1d9dfbdf1281 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I haven't had time to look at this.

---------- Forwarded message ----------
From: Mike Pagano <mpagano@gmail.com>
Date: Aug 24, 2006 2:15 PM
Subject: konsole 'pasteSelection'
To: kurt.hindenburg@kdemail.net
Cc: lars.doelle@on-line.de

Kurt,

I looked to code 'pasteSelection' like functionality into Konsole and
noticed it was already there. I wrote a really small patch so it
appears in the menu which I have attached.

Hope this is the proper way to submit, I was following the
instructions I read online[1].

Diff is against kdebase-576357.

Mike

[1] http://developer.kde.org/documentation/other/developer-faq.html#q2.21

1. Get the latest KDE using SVN to check that the code you want to
write has not been added yet.
2. Check the bug database to see if your bug is not worked on.
3. Get in contact with the author.

[Attachment #5 (text/html)]

I haven't had time to look at this.<br><br>---------- Forwarded message \
----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Mike \
Pagano</b> &lt;<a href="mailto:mpagano@gmail.com">mpagano@gmail.com</a> &gt;<br>Date: \
Aug 24, 2006 2:15 PM<br>Subject: konsole 'pasteSelection'<br>To: <a \
href="mailto:kurt.hindenburg@kdemail.net">kurt.hindenburg@kdemail.net</a><br>Cc: <a \
href="mailto:lars.doelle@on-line.de">lars.doelle@on-line.de \
</a><br><br></span>Kurt,<br><br>I looked to code 'pasteSelection' like functionality \
into Konsole and<br>noticed it was already there. I wrote a really small patch so \
it<br>appears in the menu which I have attached.<br><br> Hope this is the proper way \
to submit, I was following the<br>instructions I read online[1].<br><br>Diff is \
against kdebase-576357.<br><br>Mike<br><br>[1] <a \
href="http://developer.kde.org/documentation/other/developer-faq.html#q2.21"> \
http://developer.kde.org/documentation/other/developer-faq.html#q2.21</a><br><br>1. \
Get the latest KDE using SVN to check that the code you want to<br>write has not been \
added yet.<br>2. Check the bug database to see if your bug is not worked on. <br>3. \
Get in contact with the author.<br><br><br>


["patch.diff" (text/plain)]

--- konsole.orig	2006-08-24 08:39:24.000000000 -0400
+++ konsole.cpp	2006-08-24 08:44:58.000000000 -0400
@@ -501,6 +501,7 @@ void Konsole::makeGUI()
    // Edit Menu ----------------------------------------------------------------
    m_copyClipboard->plug(m_edit);
    m_pasteClipboard->plug(m_edit);
+   m_pasteSelection->plug(m_edit);
 
    m_edit->setCheckable(true);
    if (m_signals)
@@ -718,6 +719,7 @@ void Konsole::makeGUI()
 
       m_copyClipboard->plug(m_rightButton);
       m_pasteClipboard->plug(m_rightButton);
+      m_pasteSelection->plug(m_rightButton);
       if (m_signals)
          m_rightButton->insertItem(i18n("&Send Signal"), m_signals);
 


_______________________________________________
konsole-devel mailing list
konsole-devel@kde.org
https://mail.kde.org/mailman/listinfo/konsole-devel


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

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