The 2007 version of wcwidth.c is now under Unicode as the 2001 was
Public Domain.
Note that this file still fails the krazy check as there isn't anything
there for Unicode license.
A few versions ago we added LibKonq to handle drag-n-drop menus. There
are times when this library is not available or the user/distro might
want to disable (cmake option -DWITH_LibKonq=OFF). With this off, any
drag-n-drop will just paste the link.
FIXED-IN: 4.11
REVIEW: 108461
There doesn't seem to be a standard on whether to use scroll or mouse
wheel. Since this feature can be used w/ mousepad and other non-mouse
I'll use scrollwheel for now.
CCMAIL: lueck@hube-lueck.de
The port to feature_summary is going to be painful if every module depends on obsolete kdelibs versions.
set_package_properties depends on cmake 2.8.6 and KDE4internal_FOUND is set only in kdelibs 4.9.4
This reverts commit 46db8de124.
Add ability to press Shift+Click to extend the mouse selection. In
KDE3 there was the menu option to 'Set Selection End' which this mimics.
REVIEW: 107566
FIXED-IN: 4.11
BUG: 123755
The built-in behavior of Ctrl+<Mouse Wheel> to zoom in/out the terminal
can not be disabled. This patch adds an option to disable this
behavior. (Default to the original behavior).
Original patch by Yichao Yu yyc1992@gmail.com
I made some changes - bugs are mine as usual
REVIEW: 107281
FIXED-IN: 4.11
GUI:
Currently there is no way to stop an accidently paste into the terminal.
This patch adds a dialog when 8000+ characters are pasted asking if
the user really wants to do this. At most the user will see this once
as there is a "Don't show again" box.
Previously commit trigger a sysadmin issue.
FEATURE: 162625
REVIEW: 107570
FIXED-IN: 4.11
GUI:
Note, KStandardGuiItem::closeWindow and KStandardGuiItem::close uses the
same accelerator, so here I use a variant of KStandardGuiItem::closeWindow
insteand of itself.
That "ignore" trick does not take effect now, and the test it tries
to ignore now runs and runs OK.
I don't think this removal will cause any real change. Hope I won't soon
be proven to to stupid, again :)
This effectively revert commit 6d0e065273
Note: this special colorscheme has never been exposed and put into use,
so the new files are not involved in the building process.
Maybe that special colorscheme should just be removed, if no one now
really understands its design purpose.