[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-08-16 Thread Till Schäfer
https://bugs.kde.org/show_bug.cgi?id=256561

--- Comment #35 from Till Schäfer  ---
The scrollbars preview behavior is related to this fix/bug: see Bug 392926

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-08-13 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=256561

Sven Brauch  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/2815fea7854fae5ef4
   ||5d8bb6d4ec61960576e5df
 Status|CONFIRMED   |RESOLVED

--- Comment #34 from Sven Brauch  ---
Git commit 2815fea7854fae5ef45d8bb6d4ec61960576e5df by Sven Brauch.
Committed on 13/08/2018 at 08:44.
Pushed by brauch into branch 'master'.

Fix: Scroll view lines instead of real lines for wheel and touchpad scrolling

In documents with very long lines (think LaTeX files in case people don't
put linebreaks except for paragraphs) with dynwrap on, scrolling used
to be very difficult, since using the mouse wheel would always scroll one
real line at a time, which could be something like 10 view lines.

This patch instead scrolls by view lines if the mouse wheel is used.

Differential Revision: https://phabricator.kde.org/D14758

M  +17   -4src/view/kateviewinternal.cpp
M  +1-0src/view/kateviewinternal.h

https://commits.kde.org/ktexteditor/2815fea7854fae5ef45d8bb6d4ec61960576e5df

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-08-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=256561

--- Comment #33 from Dominik Haumann  ---
New proposed patch: https://phabricator.kde.org/D14758

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-08-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=256561

Dominik Haumann  changed:

   What|Removed |Added

 CC||m...@svenbrauch.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-08-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/ktex |
   |teditor/5a1d633587bf961f40d |
   |5b1da02ca5ebe55a25f3b   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-05-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-05-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|KDE 4.8.0   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-04-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

Nate Graham  changed:

   What|Removed |Added

 CC||simg...@gmail.com

--- Comment #32 from Nate Graham  ---
*** Bug 393258 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-04-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=256561

--- Comment #31 from Dominik Haumann  ---
Possible fix should be tried similar to what is done here:
https://phabricator.kde.org/D7744

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-04-09 Thread Till Schäfer
https://bugs.kde.org/show_bug.cgi?id=256561

Till Schäfer  changed:

   What|Removed |Added

 CC||till2.schaefer@uni-dortmund
   ||.de
 Status|REOPENED|CONFIRMED
Version|5.1.0   |5.44.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-03-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

--- Comment #29 from Nate Graham  ---
(In reply to RJVB from comment #23)
> Unrelated, but since someone is looking at scrolling behaviour: it would be
> very nice if Kate and Kate-based applications would stop zooming when one
> hits the Ctrl key to activate a shortcut when inertial scrolling events are
> still coming in. I think Qt already takes care of this on OS X with
> information that isn't available on X11.

You would later fix that in Bug 377562! :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-03-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

--- Comment #30 from Nate Graham  ---
Letting QScrollBar handle the wheel events is probably the right approach. If
that makes touchpad scrolling hypersensitive, that often needs to be fixed
separately. Here's how we fixed that in Gwenview, for example: Bug 378584 Bug
307637 Bug 388353.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-03-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=256561

Nate Graham  changed:

   What|Removed |Added

Summary|Katepart scrolls per|Katepart scrolls per
   |paragraph rather than what  |paragraph rather than
   |is set globally (e.g. 3 |respecting the input
   |lines)  |device's scroll preference
   ||(i.e. n lines for a mouse
   ||wheel, pixel-by-pixel for
   ||touchpad)

-- 
You are receiving this mail because:
You are watching all bug changes.