<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enigma2.git/lib/gui/ewidgetdesktop.h, branch 2.6.1</title>
<subtitle>Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources</subtitle>
<id>https://git.cweiske.de/enigma2.git/atom?h=2.6.1</id>
<link rel='self' href='https://git.cweiske.de/enigma2.git/atom?h=2.6.1'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/'/>
<updated>2008-10-29T22:44:53Z</updated>
<entry>
<title>also use refcounting for eTimers</title>
<updated>2008-10-29T22:44:53Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-29T22:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=0c59a4279f93f08fe95fca5f2e55f3e025f0cceb'/>
<id>urn:sha1:0c59a4279f93f08fe95fca5f2e55f3e025f0cceb</id>
<content type='text'>
its now no more possible directly to call new eTimer .. or to embedded
eTimer.
to create a eTimer now eTimer::create must be used... to delete you must
call -&gt;AddRef() after timer creation and -&gt;Release when the timer is no more
needed. Or use ePtr&lt;eTimer&gt; to store the timer reference.. then its enough
to set the ePtr&lt;eTimer&gt; object to 0 when the timer is no more needed
</content>
</entry>
<entry>
<title>add size() method .. to get current desktop size</title>
<updated>2008-08-21T17:24:28Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-08-21T17:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=7d8a40282d328bc77cfc85452a66592489bd2628'/>
<id>urn:sha1:7d8a40282d328bc77cfc85452a66592489bd2628</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also resize widget desktop on resolution change</title>
<updated>2008-06-11T21:50:55Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2008-06-11T21:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=bf21ddd450e9e7b223e89623c6e31c806eb6374c'/>
<id>urn:sha1:bf21ddd450e9e7b223e89623c6e31c806eb6374c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add 'layers' (in buffered mode, which is not working at the moment).</title>
<updated>2007-12-21T01:50:02Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2007-12-21T01:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=87b1a41106c4561a400536558d10dc703b3f81f4'/>
<id>urn:sha1:87b1a41106c4561a400536558d10dc703b3f81f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more __deref__ changes</title>
<updated>2007-03-21T16:30:23Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2007-03-21T16:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=9248bf86cddef4cf3904748bcd94ddabef68f8c7'/>
<id>urn:sha1:9248bf86cddef4cf3904748bcd94ddabef68f8c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add possibility to have multiple windowstyles. LCD can have different colors now.</title>
<updated>2006-08-09T00:24:38Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2006-08-09T00:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=ab2ae6bd08a0ef13fc7462d51fc3a9ab15509b17'/>
<id>urn:sha1:ab2ae6bd08a0ef13fc7462d51fc3a9ab15509b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: experimental Z order for root widgets</title>
<updated>2005-12-22T02:08:19Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-12-22T02:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=db6ca522bdfbde29c214b41435a10876ff72a0a4'/>
<id>urn:sha1:db6ca522bdfbde29c214b41435a10876ff72a0a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: invalidate in non-visible widget invalidated visible stuff</title>
<updated>2005-10-15T23:52:16Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-10-15T23:52:16Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=35278519b9b44c9543126e06841b1cfb8510eb82'/>
<id>urn:sha1:35278519b9b44c9543126e06841b1cfb8510eb82</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - fix serious problems in widget code. fixup buffered mode. add animation support.lib/gui</title>
<updated>2005-08-31T03:05:27Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-08-31T03:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=87bfe5dfced0fb7a4e9839fdafa898261a39c86c'/>
<id>urn:sha1:87bfe5dfced0fb7a4e9839fdafa898261a39c86c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - create DCs for buffered mode</title>
<updated>2005-08-29T19:53:44Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-08-29T19:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=d85ab0bcd4dd553144faa3454c319ae3c54f2f9d'/>
<id>urn:sha1:d85ab0bcd4dd553144faa3454c319ae3c54f2f9d</id>
<content type='text'>
</content>
</entry>
</feed>
