Ticket #144 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Implement Ink drawing widget and Ink Sending

Reported by: richard Owned by: sifcenter
Priority: normal Milestone: kmess-2.0
Component: GUI - Chat window Version: 1.5-pre2
Keywords: gui support, protocol handling Cc:

Description (last modified by diederik) (diff)

Create a user interface to allow the creation of simple images in the message creation area of the chat window.

Once the image is completed, it should be sent over the network. This happens by splitting the image file up into groups of 1200 byte then send each of those. Finally, the image should be displayed in the chat window too, which is really easy thanks to the <img src="data:..."> support of KHTML.

Attachments

Ink Documentation.doc Download (68.5 KB) - added by richard 4 years ago.
how the sending and receiving works

Change History

Changed 4 years ago by richard

how the sending and receiving works

Changed 4 years ago by diederik

Receiving is implemented in r2844. Ask for more background in you'd like to implement this!

Changed 4 years ago by diederik

  • keywords gui support, protocol handling added
  • description modified (diff)
  • summary changed from Implement Ink Sending to Implement Ink drawing widget and Ink Sending

Changed 4 years ago by valerio

  • owner changed from diederik to sifcenter

Changed 4 years ago by sifcenter

  • status changed from new to assigned

Changed 4 years ago by sifcenter

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in r3320

Note: See TracTickets for help on using tickets.