Opened 11 years ago
Closed 11 years ago
#3772 closed task (fixed)
Port to Gtk3
Reported by: | humitos | Owned by: | godiard |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | TuxPaint | Version: | Unspecified |
Severity: | Unspecified | Keywords: | gtk3, port, cairo, screenshot, patch, pango |
Cc: | godiard, humitos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
This ticket is a task to port Typing Turtle to Gtk3
Attachments (19)
Change History (25)
comment:1 Changed 11 years ago by humitos
- Cc humitos added
- Keywords cairo screenshot patch added
Changed 11 years ago by humitos
Changed 11 years ago by humitos
Changed 11 years ago by humitos
Changed 11 years ago by humitos
comment:2 Changed 11 years ago by humitos
I reported this bug into pango bugzilla in relation with the font sizes:
comment:3 Changed 11 years ago by humitos
- Keywords pango added
There is another problem with the PangoFontDescription:
Changed 11 years ago by humitos
Changed 11 years ago by humitos
Changed 11 years ago by humitos
comment:4 Changed 11 years ago by humitos
While I was porting this activity I found an issue related to Rsvg images and DPIs. I reported a bug:
Changed 11 years ago by humitos
Changed 11 years ago by humitos
This diff fixes the issue with the Spanish version UnicodeDecodeError
Changed 11 years ago by humitos
Changed 11 years ago by humitos
comment:5 Changed 11 years ago by humitos
- Owner changed from humitos to godiard
- Status changed from new to assigned
I'm assigning this ticket to Gonzalo so he can review and apply the patches if they are right.
This is the order that you should follow:
[humitos@michifus typing-turtle]$ git reset --hard origin/master HEAD is now at f070c15 Edit lessons section [humitos@michifus typing-turtle]$ git am 0001-Edit-Lesson-Radio-Button.patch Applying: Edit Lesson Radio Button [humitos@michifus typing-turtle]$ git am 0002-Remove-wrapper-port-directory-around-sugar-toolkit-S.patch Applying: Remove wrapper (port/ directory) around sugar-toolkit SL #3780 [humitos@michifus typing-turtle]$
comment:6 Changed 11 years ago by godiard
- Component changed from TypingTurtle to TuxPaint
- Resolution set to fixed
- Status changed from assigned to closed
Landed in version 30
Note: See
TracTickets for help on using
tickets.
I ported this activity to Cairo (and Pango) as first step before start porting it to Gtk3. I'm attaching the patch and I will list here the problems that it has.