[krita] [Bug 382946] Support Windows Ink directly

2017-07-31 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=382946

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
   Severity|normal  |wishlist
Summary|No pressure in surface book |Support Windows Ink
   ||directly
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
At least on the Surface Pro 3 and 4, installing the ntrig wintab drivers works.
I haven't got access to a Surface Book, so I don't know whether those drivers
work on the Book, though I assume they do.  

See: https://docs.krita.org/KritaFAQ#Microsoft_Surface_Pro_and_NTrig

Without a wintab driver, the pen will function like a mouse, not a pen. There
is someone working on supporting the Windows Ink api directly, but I haven't
seen results yet.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-07-31 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-08 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

  Component|Brush engine|tablet support

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-08 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=382946

Scott Petrovic  changed:

   What|Removed |Added

 CC||scottpetro...@gmail.com

--- Comment #2 from Scott Petrovic  ---
There was a person on IRC yesterday that had a new surface 2017. He said he
needed to install the VC++ runtime which made it start working in addition to
the wintab drivers.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Alvin Wong  ---
Using Windows Ink through Pointer Input messages on Windows 8 or above is
supported in 3.3.0-rc.1 (though not enabled by default):
https://krita.org/en/item/krita-3-3-0-first-release-candidate/

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-27 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #3 from Alvin Wong  ---
We have a test version with Windows Ink support:
https://krita.org/en/item/angle-and-windows-ink-a-new-test-version-of-krita-for-windows/

It would be nice if you can test it and help fill in the short survey.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #4 from Alvin Wong  ---
Git commit 4bde92001b450272ed93152a067a9f669cf49cea by Alvin Wong.
Committed on 05/09/2017 at 13:11.
Pushed by alvinwong into branch 'krita/3.3'.

Add Win8+ Pointer Input Message for tablet support

This uses Pointer Input Messages for Windows Ink support, with
right-click button, 1024 levels of pressure, rotation and tilt support.

An option is added to enable this support. It cannot be used together
with WinTab at the moment.

Let's say it is EXPERIMENTAL.
Maniphest Tasks: T6807
Differential Revision: https://phabricator.kde.org/D7441

M  +22   -2krita/main.cc
M  +1-0libs/ui/CMakeLists.txt
M  +22   -0libs/ui/brushhud/kis_round_hud_button.cpp
M  +2-0libs/ui/brushhud/kis_round_hud_button.h
M  +33   -0libs/ui/dialogs/kis_dlg_preferences.cc
M  +26   -3libs/ui/forms/wdgtabletsettings.ui
A  +923  -0libs/ui/input/wintab/kis_tablet_support_win8.cpp [License:
GPL (v2+)]
C  +15   -21   libs/ui/input/wintab/kis_tablet_support_win8.h [from:
libs/ui/brushhud/kis_round_hud_button.h - 052% similarity]
M  +20   -0libs/ui/kis_config.cc
M  +3-0libs/ui/kis_config.h
M  +20   -1libs/ui/kis_popup_palette.cpp

https://commits.kde.org/krita/4bde92001b450272ed93152a067a9f669cf49cea

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #5 from Alvin Wong  ---
Git commit 65cd76c5e817d0b9ac791c2cc50714e995135527 by Alvin Wong.
Committed on 05/09/2017 at 12:38.
Pushed by alvinwong into branch 'master'.

Add Win8+ Pointer Input Message for tablet support

This uses Pointer Input Messages for Windows Ink support, with
right-click button, 1024 levels of pressure, rotation and tilt support.

An option is added to enable this support. It cannot be used together
with WinTab at the moment.

Let's say it is EXPERIMENTAL.
Maniphest Tasks: T6807
Differential Revision: https://phabricator.kde.org/D7441

M  +22   -2krita/main.cc
M  +1-0libs/ui/CMakeLists.txt
M  +22   -0libs/ui/brushhud/kis_round_hud_button.cpp
M  +2-0libs/ui/brushhud/kis_round_hud_button.h
M  +33   -0libs/ui/dialogs/kis_dlg_preferences.cc
M  +26   -3libs/ui/forms/wdgtabletsettings.ui
A  +923  -0libs/ui/input/wintab/kis_tablet_support_win8.cpp [License:
GPL (v2+)]
C  +15   -21   libs/ui/input/wintab/kis_tablet_support_win8.h [from:
libs/ui/brushhud/kis_round_hud_button.h - 052% similarity]
M  +20   -0libs/ui/kis_config.cc
M  +3-0libs/ui/kis_config.h
M  +20   -1libs/ui/kis_popup_palette.cpp

https://commits.kde.org/krita/65cd76c5e817d0b9ac791c2cc50714e995135527

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |alvinhoc...@gmail.com
 Status|CONFIRMED   |ASSIGNED
   Version Fixed In||3.3.0
  Latest Commit||https://commits.kde.org/kri
   ||ta/4bde92001b450272ed93152a
   ||067a9f669cf49cea

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

[krita] [Bug 382946] Support Windows Ink directly

2017-07-31 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=382946

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
   Severity|normal  |wishlist
Summary|No pressure in surface book |Support Windows Ink
   ||directly
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
At least on the Surface Pro 3 and 4, installing the ntrig wintab drivers works.
I haven't got access to a Surface Book, so I don't know whether those drivers
work on the Book, though I assume they do.  

See: https://docs.krita.org/KritaFAQ#Microsoft_Surface_Pro_and_NTrig

Without a wintab driver, the pen will function like a mouse, not a pen. There
is someone working on supporting the Windows Ink api directly, but I haven't
seen results yet.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-07-31 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-08 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

  Component|Brush engine|tablet support

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-08 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=382946

Scott Petrovic  changed:

   What|Removed |Added

 CC||scottpetro...@gmail.com

--- Comment #2 from Scott Petrovic  ---
There was a person on IRC yesterday that had a new surface 2017. He said he
needed to install the VC++ runtime which made it start working in addition to
the wintab drivers.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Alvin Wong  ---
Using Windows Ink through Pointer Input messages on Windows 8 or above is
supported in 3.3.0-rc.1 (though not enabled by default):
https://krita.org/en/item/krita-3-3-0-first-release-candidate/

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

[krita] [Bug 382946] Support Windows Ink directly

2017-08-27 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #3 from Alvin Wong  ---
We have a test version with Windows Ink support:
https://krita.org/en/item/angle-and-windows-ink-a-new-test-version-of-krita-for-windows/

It would be nice if you can test it and help fill in the short survey.

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #4 from Alvin Wong  ---
Git commit 4bde92001b450272ed93152a067a9f669cf49cea by Alvin Wong.
Committed on 05/09/2017 at 13:11.
Pushed by alvinwong into branch 'krita/3.3'.

Add Win8+ Pointer Input Message for tablet support

This uses Pointer Input Messages for Windows Ink support, with
right-click button, 1024 levels of pressure, rotation and tilt support.

An option is added to enable this support. It cannot be used together
with WinTab at the moment.

Let's say it is EXPERIMENTAL.
Maniphest Tasks: T6807
Differential Revision: https://phabricator.kde.org/D7441

M  +22   -2krita/main.cc
M  +1-0libs/ui/CMakeLists.txt
M  +22   -0libs/ui/brushhud/kis_round_hud_button.cpp
M  +2-0libs/ui/brushhud/kis_round_hud_button.h
M  +33   -0libs/ui/dialogs/kis_dlg_preferences.cc
M  +26   -3libs/ui/forms/wdgtabletsettings.ui
A  +923  -0libs/ui/input/wintab/kis_tablet_support_win8.cpp [License:
GPL (v2+)]
C  +15   -21   libs/ui/input/wintab/kis_tablet_support_win8.h [from:
libs/ui/brushhud/kis_round_hud_button.h - 052% similarity]
M  +20   -0libs/ui/kis_config.cc
M  +3-0libs/ui/kis_config.h
M  +20   -1libs/ui/kis_popup_palette.cpp

https://commits.kde.org/krita/4bde92001b450272ed93152a067a9f669cf49cea

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

--- Comment #5 from Alvin Wong  ---
Git commit 65cd76c5e817d0b9ac791c2cc50714e995135527 by Alvin Wong.
Committed on 05/09/2017 at 12:38.
Pushed by alvinwong into branch 'master'.

Add Win8+ Pointer Input Message for tablet support

This uses Pointer Input Messages for Windows Ink support, with
right-click button, 1024 levels of pressure, rotation and tilt support.

An option is added to enable this support. It cannot be used together
with WinTab at the moment.

Let's say it is EXPERIMENTAL.
Maniphest Tasks: T6807
Differential Revision: https://phabricator.kde.org/D7441

M  +22   -2krita/main.cc
M  +1-0libs/ui/CMakeLists.txt
M  +22   -0libs/ui/brushhud/kis_round_hud_button.cpp
M  +2-0libs/ui/brushhud/kis_round_hud_button.h
M  +33   -0libs/ui/dialogs/kis_dlg_preferences.cc
M  +26   -3libs/ui/forms/wdgtabletsettings.ui
A  +923  -0libs/ui/input/wintab/kis_tablet_support_win8.cpp [License:
GPL (v2+)]
C  +15   -21   libs/ui/input/wintab/kis_tablet_support_win8.h [from:
libs/ui/brushhud/kis_round_hud_button.h - 052% similarity]
M  +20   -0libs/ui/kis_config.cc
M  +3-0libs/ui/kis_config.h
M  +20   -1libs/ui/kis_popup_palette.cpp

https://commits.kde.org/krita/65cd76c5e817d0b9ac791c2cc50714e995135527

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

[krita] [Bug 382946] Support Windows Ink directly

2017-09-05 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382946

Alvin Wong  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |alvinhoc...@gmail.com
 Status|CONFIRMED   |ASSIGNED
   Version Fixed In||3.3.0
  Latest Commit||https://commits.kde.org/kri
   ||ta/4bde92001b450272ed93152a
   ||067a9f669cf49cea

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