[Konsole-devel] [Bug 183490] Konsole auto copy selection to clipboard to avoid confusion between shortcuts for pasting from clipboard and selection

Jekyll Wu adaptee at gmail.com
Wed Apr 25 04:57:13 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=183490

Jekyll Wu <adaptee at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |4.9.0
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kons
                   |                            |ole/bb818010b42a3d6fcdc4a05
                   |                            |7f0afd2e7b7a85b9f

--- Comment #11 from Jekyll Wu <adaptee at gmail.com> ---
Git commit bb818010b42a3d6fcdc4a057f0afd2e7b7a85b9f by Jekyll Wu.
Committed on 25/04/2012 at 06:08.
Pushed by jekyllwu into branch 'master'.

Add two profile options for the copy & paste behavior of mouse

  * support "automatially copy selected text into clipboard"
  * mouse middle button can be customized to paste from selectio or
    clipboard

The first feature might look like a unnecessary duplicate of the
"synchronize selection and clipboard" feature of Klipper. However, that
klipper feature is generally problematic, while doing it only in Konsole
is generally useful and harmless.
FIXED-IN: 4.9.0
REVIEW: 103861
DIGEST:

M  +48   -15   src/EditProfileDialog.cpp
M  +10   -3    src/EditProfileDialog.h
M  +159  -85   src/EditProfileDialog.ui
M  +8    -0    src/Enumeration.h
M  +8    -0    src/Profile.cpp
M  +16   -0    src/Profile.h
M  +4    -4    src/SessionController.cpp
M  +1    -1    src/SessionController.h
M  +56   -18   src/TerminalDisplay.cpp
M  +16   -7    src/TerminalDisplay.h
M  +7    -0    src/ViewManager.cpp

http://commits.kde.org/konsole/bb818010b42a3d6fcdc4a057f0afd2e7b7a85b9f

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the konsole-devel mailing list