Skip to content

Commit

Permalink
bugfix: GUI force stdout/stderr reading to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Jun 30, 2023
1 parent 8fb96b0 commit f4c912e
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 187 deletions.
18 changes: 14 additions & 4 deletions docs/full/lib/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stats module

.. autosummary::
:nosignatures:

~lib.gui.analysis.stats.Calculations
~lib.gui.analysis.stats.GlobalSession
~lib.gui.analysis.stats.SessionsSummary
Expand Down Expand Up @@ -47,7 +47,7 @@ custom\_widgets module

.. autosummary::
:nosignatures:

~lib.gui.custom_widgets.ConsoleOut
~lib.gui.custom_widgets.ContextMenu
~lib.gui.custom_widgets.MultiOption
Expand Down Expand Up @@ -77,7 +77,7 @@ display\_analysis module

.. autosummary::
:nosignatures:

~lib.gui.display_analysis.Analysis
~lib.gui.display_analysis.StatsData

Expand Down Expand Up @@ -132,7 +132,7 @@ project module

.. autosummary::
:nosignatures:

~lib.gui.project.LastSession
~lib.gui.project.Project
~lib.gui.project.Tasks
Expand Down Expand Up @@ -202,3 +202,13 @@ utils package
:members:
:undoc-members:
:show-inheritance:

wrapper module
==============

.. rubric:: Module

.. automodule:: lib.gui.wrapper
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit f4c912e

Please sign in to comment.