<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt, branch rel-4-4-5</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Update version number to 4.4.5.</title>
<updated>2020-09-04T21:48:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-09-04T21:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=35a54863bef7420ae455739775a5dfa17d67bbba'/>
<id>35a54863bef7420ae455739775a5dfa17d67bbba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 4.4.4.</title>
<updated>2020-07-18T01:55:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-18T01:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c2dd1b32416906f7495a5c191144eadaf37f5d5d'/>
<id>c2dd1b32416906f7495a5c191144eadaf37f5d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor warning fixes. 0 -&gt; nullptr and static_cast -&gt; dynamic_cast.</title>
<updated>2020-07-12T23:59:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-12T23:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d5c5bce72040af804a00a014cbce453588b7b231'/>
<id>d5c5bce72040af804a00a014cbce453588b7b231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use float for text size in case application calls SCI_STYLESETSIZEFRACTIONAL.</title>
<updated>2020-07-12T23:51:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-12T23:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cd445067448bd28a07636f2d8dc065aa662823de'/>
<id>cd445067448bd28a07636f2d8dc065aa662823de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace QTime with QElapsedTimer as QTime::start deprecated.</title>
<updated>2020-07-12T23:46:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-12T23:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29dec3c0387faf20ae67179474580a6338dbd706'/>
<id>29dec3c0387faf20ae67179474580a6338dbd706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix translucent rectangle drawing on Qt.</title>
<updated>2020-07-08T10:30:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-08T10:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5db47041156b975b99ca9284479f306a3063c3da'/>
<id>5db47041156b975b99ca9284479f306a3063c3da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct signature to override QListWidget::selectionChanged and use this to</title>
<updated>2020-07-08T09:28:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-08T09:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a04e668c7069e63dd350d4eeb8de54507f1d69d'/>
<id>2a04e668c7069e63dd350d4eeb8de54507f1d69d</id>
<content type='text'>
call ListNotify on delegate. This avoids need to override mouseReleaseEvent.
As currentRow() is not updated for selectionChanged, use selectedRows to find
selection.
Fixes a compiler warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call ListNotify on delegate. This avoids need to override mouseReleaseEvent.
As currentRow() is not updated for selectionChanged, use selectedRows to find
selection.
Fixes a compiler warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated QDesktopWidget::availableGeometry call to use currently supported</title>
<updated>2020-07-08T09:18:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-08T09:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e61f9b0223df0f2c63158b5542c59f43381bfa99'/>
<id>e61f9b0223df0f2c63158b5542c59f43381bfa99</id>
<content type='text'>
QScreen::availableGeometry call when available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QScreen::availableGeometry call when available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated Qt call to use currently supported call.</title>
<updated>2020-07-08T09:07:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-08T09:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ced472457e3793a31c4e51fcc9a35b373f633d2b'/>
<id>ced472457e3793a31c4e51fcc9a35b373f633d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 4.4.3.</title>
<updated>2020-06-02T21:56:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-02T21:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10557d306962d4a3f43c634ed04993510b1c0573'/>
<id>10557d306962d4a3f43c634ed04993510b1c0573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
