Skip to content

Commit

Permalink
Improve TAB display
Browse files Browse the repository at this point in the history
This change enables better TAB processing logic within the C++ render/paint code.  With fixed pitch fonts this change should allow text in multi-line displays to properly/better align TAB based columns.
  • Loading branch information
IanSav committed Jun 20, 2024
1 parent ae7b53c commit d841b6f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion usr/share/enigma2/OverlayHD/skin_epgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
<screen name="EPGImportLog" title="EPG Import Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<ePixmap pixmap="menus/tv_epg.png" position="50,80" size="250,250" alphatest="blend" scaleFlags="scaleLeftTop" transparent="1" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<screen name="filtersServicesSelection" title="Channel Selection" position="fill" flags="wfNoBorder">
Expand Down
2 changes: 1 addition & 1 deletion usr/share/enigma2/OverlayHD/skin_filemanagers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<panel name="ScreenTemplate" />
<widget name="path" position="50,80" size="1020,50" font="TextFont;20" foregroundColor="TextWaiting" valign="center" />
<widget name="location" position="1080,105" size="150,25" font="TextFont;20" foregroundColor="TextWaiting" halign="right" valign="center" />
<widget name="data" position="50,140" size="1180,500" font="Console;20" />
<widget name="data" position="50,140" size="1180,500" font="Console;20" tabWidth="auto" />
</screen>

<screen name="FileCommanderScreen" title="File Commander" position="fill" flags="wfNoBorder">
Expand Down
8 changes: 4 additions & 4 deletions usr/share/enigma2/OverlayHD/skin_plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

<screen name="AutoBouquetsMaker_Log" title="AutoBouquetsmaker Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<screen name="AutoBouquetsMaker_About" title="AutoBouquetsMaker About" position="fill" flags="wfNoBorder">
Expand Down Expand Up @@ -689,7 +689,7 @@

<screen name="CommonBackupManagerLogView" title="Backup Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="list" position="50,80" size="1180,570" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="50,80" size="1180,570" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<screen name="VISIONBackupManagerLogView" title="Vision Backup Log" position="fill" flags="wfNoBorder">
Expand Down Expand Up @@ -907,7 +907,7 @@

<screen name="VISIONSoftcamLog" title="ViX Softcam Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="list" position="400,80" size="830,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="400,80" size="830,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<screen name="VIXSoftcamManager" title="ViX Softcam Setup" position="fill" flags="wfNoBorder">
Expand All @@ -930,7 +930,7 @@

<screen name="VIXSoftcamLog" title="ViX Softcam Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="list" position="400,80" size="830,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="400,80" size="830,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<!-- Software Update -->
Expand Down
4 changes: 2 additions & 2 deletions usr/share/enigma2/OverlayHD/skin_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@

<screen name="NetworkInadynLog" title="Network Service Log" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="infotext" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="infotext" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<!-- Generic Service Summary Screen -->
Expand Down Expand Up @@ -1468,7 +1468,7 @@

<screen name="SoftwareUpdateChangeView" title="Software Changes" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="text" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="text" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<screen name="Ipkg" position="center,center" size="550,120">
Expand Down
2 changes: 1 addition & 1 deletion usr/share/enigma2/OverlayHD/skin_system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ except Exception:

<screen name="LogManagerViewLog" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" transparent="1" />
<widget name="list" position="50,80" size="1180,565" backgroundColor="TextBackground" font="Console;16" foregroundColor="Text" tabWidth="auto" transparent="1" />
</screen>

<!-- Extension Menu Screen -->
Expand Down

0 comments on commit d841b6f

Please sign in to comment.