<feed xmlns='http://www.w3.org/2005/Atom'>
<title>presentty.git/presentty, branch python3-port-try2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/'/>
<entry>
<title>Initial python3 work</title>
<updated>2017-09-22T01:58:39+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>a.badger@gmail.com</email>
</author>
<published>2017-09-22T00:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=319a8283c7d9c14911cd26c5710a395942d86c32'/>
<id>319a8283c7d9c14911cd26c5710a395942d86c32</id>
<content type='text'>
This is enough to get presentty to display the demo presentation all the
way through.  The Python3 version appears to have some slight
performance problems (or perhaps it's a difference in behaviour) during
transitions.  On displaying a new slide, the text pulses once (gets
brighter than it should be in its final state).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is enough to get presentty to display the demo presentation all the
way through.  The Python3 version appears to have some slight
performance problems (or perhaps it's a difference in behaviour) during
transitions.  On displaying a new slide, the text pulses once (gets
brighter than it should be in its final state).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use getFlowedText in line block elements</title>
<updated>2017-05-03T01:13:09+00:00</updated>
<author>
<name>James E. Blair</name>
<email>corvus@gnu.org</email>
</author>
<published>2017-05-03T00:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=308a06134d7749638c7ba3afcc4031f31ba09930'/>
<id>308a06134d7749638c7ba3afcc4031f31ba09930</id>
<content type='text'>
A line block is essentially a kind of block quote.  A '|' at the
start of a line forces a new line.  A subsequent line starting
with a space is a continuation of the previous line.  Indentation
within a line block creates a nested line block.  When the line block
(or series of nested blocks) is finished, there should be a blank line
separating it from the next element.

Sphinx produces a 'line_block' event for each block (that is, series of
lines, or nested group of lines), and a 'line' event for each line
within that block.  Currently, each of those line events accumulates
text and then uses the formatted version of that text when creating urwid
widgets.  However, in the case of a continuation line, both lines from
the source file appear in the same line event.  This suggests that the
correct action is to use the flowed version of the text we accumulate.
In other words, the current behavior erroneously preserves the formatting
of continuation lines, whereas by spec, it should not.  The switch to
getFlowedText corrects this.

Additionally, because we are ignoring line_block events, it was not
possible to create nested line_blocks.  By treating them in the same
manner as block quotes, where we put the contents inside of an urwid
widget with left-hand padding, the resulting line block groupings
are nested as expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A line block is essentially a kind of block quote.  A '|' at the
start of a line forces a new line.  A subsequent line starting
with a space is a continuation of the previous line.  Indentation
within a line block creates a nested line block.  When the line block
(or series of nested blocks) is finished, there should be a blank line
separating it from the next element.

Sphinx produces a 'line_block' event for each block (that is, series of
lines, or nested group of lines), and a 'line' event for each line
within that block.  Currently, each of those line events accumulates
text and then uses the formatted version of that text when creating urwid
widgets.  However, in the case of a continuation line, both lines from
the source file appear in the same line event.  This suggests that the
correct action is to use the flowed version of the text we accumulate.
In other words, the current behavior erroneously preserves the formatting
of continuation lines, whereas by spec, it should not.  The switch to
getFlowedText corrects this.

Additionally, because we are ignoring line_block events, it was not
possible to create nested line_blocks.  By treating them in the same
manner as block quotes, where we put the contents inside of an urwid
widget with left-hand padding, the resulting line block groupings
are nested as expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix encoding error in rst.py test function</title>
<updated>2017-05-03T00:17:09+00:00</updated>
<author>
<name>James E. Blair</name>
<email>corvus@gnu.org</email>
</author>
<published>2017-05-03T00:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=66b97688aa3945e1e9671e8400f57ce7c0943533'/>
<id>66b97688aa3945e1e9671e8400f57ce7c0943533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail gracefully if jp2a is not installed</title>
<updated>2016-11-20T20:27:59+00:00</updated>
<author>
<name>James E. Blair</name>
<email>corvus@gnu.org</email>
</author>
<published>2016-11-20T20:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=3e4efbb2e0eb1ee33b0157468682b6aceffbadfe'/>
<id>3e4efbb2e0eb1ee33b0157468682b6aceffbadfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail nicer if figlet/cowsay not installed</title>
<updated>2016-11-20T18:54:45+00:00</updated>
<author>
<name>James E. Blair</name>
<email>corvus@gnu.org</email>
</author>
<published>2016-11-20T18:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=4c3c4ff03183b914750e889202435bc558933898'/>
<id>4c3c4ff03183b914750e889202435bc558933898</id>
<content type='text'>
If figlet or cowsay are not installed, print a warning at startup
and continue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If figlet or cowsay are not installed, print a warning at startup
and continue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix loading images:</title>
<updated>2016-11-20T18:42:40+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2015-08-17T13:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=fe6639c4fb83eb9360d9983e344d0f6e7a2e3498'/>
<id>fe6639c4fb83eb9360d9983e344d0f6e7a2e3498</id>
<content type='text'>
* images without exif data are now assumed to be in the correct
  orientation instead of raising an exception.
* Images are now converted from their color mode to RGBA so they can be
  saved as JPEG.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* images without exif data are now assumed to be in the correct
  orientation instead of raising an exception.
* Images are now converted from their color mode to RGBA so they can be
  saved as JPEG.
</pre>
</div>
</content>
</entry>
<entry>
<title>Example using tree output and fix for the utf-8 characters that tree uses</title>
<updated>2016-11-20T18:41:40+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2015-08-17T13:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=712d2c47f6ac3f74ab5ab2bd4db3ed6876461b4e'/>
<id>712d2c47f6ac3f74ab5ab2bd4db3ed6876461b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow scaling of images</title>
<updated>2016-11-20T18:39:56+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2015-08-17T11:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=01d8f282a472da248d2a70cc2319797974a12501'/>
<id>01d8f282a472da248d2a70cc2319797974a12501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setting of default transition</title>
<updated>2015-08-14T14:59:10+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2015-08-14T11:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=3464cff661956077c103750fbf6ac7ad6b3cef78'/>
<id>3464cff661956077c103750fbf6ac7ad6b3cef78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a tilt transition</title>
<updated>2015-07-25T16:12:20+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2015-07-22T20:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/toshio/public_git/presentty.git/commit/?id=0bc1f9f2d89fe269d6a07df42025826c288775f3'/>
<id>0bc1f9f2d89fe269d6a07df42025826c288775f3</id>
<content type='text'>
The tilt transition is like pan, only vertical instead of
horizontal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tilt transition is like pan, only vertical instead of
horizontal.
</pre>
</div>
</content>
</entry>
</feed>
