<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enigma2.git/lib/python/Tools, branch experimental-2010.12</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=experimental-2010.12</id>
<link rel='self' href='https://git.cweiske.de/enigma2.git/atom?h=experimental-2010.12'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/'/>
<updated>2010-11-29T22:44:38Z</updated>
<entry>
<title>move german umlauts to more appropriate position</title>
<updated>2010-11-29T22:44:38Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-11-29T22:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=d6f71ea38fc39d24c27dc676f5ed5598b5254ce9'/>
<id>urn:sha1:d6f71ea38fc39d24c27dc676f5ed5598b5254ce9</id>
<content type='text'>
refs #624
</content>
</entry>
<entry>
<title>NumericalTextInput.py: better handylike character input (draft proposal)</title>
<updated>2010-11-29T22:17:43Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-11-29T22:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=d8c5bdb00212706b1dc07a746a14e895f5df8811'/>
<id>urn:sha1:d8c5bdb00212706b1dc07a746a14e895f5df8811</id>
<content type='text'>
feel free to make suggestions
refs #624
</content>
</entry>
<entry>
<title>use eEnv::resolve() / eEnv.resolve()</title>
<updated>2010-11-16T16:15:37Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2010-10-28T18:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=879d60c88e24c2c3f2aab9dff73192c901f63f31'/>
<id>urn:sha1:879d60c88e24c2c3f2aab9dff73192c901f63f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes bug #552</title>
<updated>2010-10-06T09:03:33Z</updated>
<author>
<name>Stefan Pluecken</name>
<email>stefan.pluecken@multimedia-labs.de</email>
</author>
<published>2010-07-15T23:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=57275452069078c5aeaaf1785ff178419c864eb4'/>
<id>urn:sha1:57275452069078c5aeaaf1785ff178419c864eb4</id>
<content type='text'>
add the equal sign to numerical text input onto the 0 rcu button
</content>
</entry>
<entry>
<title>lib/python/Tools/HardwareInfo.py: remove debug output</title>
<updated>2010-02-09T13:28:03Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-02-09T13:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=0b5970ebeb4e04cc7b733d2d7b8044459407c634'/>
<id>urn:sha1:0b5970ebeb4e04cc7b733d2d7b8044459407c634</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tools/Directories.py: - add fallback to default_skin if SCOPE_CURRENT_SKIN is used and the wanted file is not found inside the current skin path.</title>
<updated>2009-11-10T22:30:56Z</updated>
<author>
<name>Acid Burn</name>
<email>acid-burn@ACIDNET.(none)</email>
</author>
<published>2009-11-10T22:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=eeda01368cface7208fd221ac82f4ff4a44115e3'/>
<id>urn:sha1:eeda01368cface7208fd221ac82f4ff4a44115e3</id>
<content type='text'>
- introduce SCOPE_CURRENT_PLUGIN whitch first looks inside the current skin path for the requested file and if not found fallbacks to SCOPE_PLUGINS.
For Example: pixmap = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/epgclock.png')) first looks inside /usr/lib/enigma2/yourskinfolder/skin_default/icons/ for the png file
and if not found it takes the png from /usr/lib/enigma2/skin_default/icons/.
Similiar pixmap = LoadPixmap(resolveFilename(SCOPE_CURRENT_PLUGIN, "SystemPlugins/SoftwareManager/upgrade.png")) does the same, except that it fallbacks to SCOPE_PLUGINS, aka /usr/lib/enigma2/python/Plugins.
In this example /usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/ and gets the provided original png.
So it is now possible to reskin hardcoded pixmaps inside .py files through the skin by providing new graphics inside the current skin path and overriding the original values.
This fixes #249
</content>
</entry>
<entry>
<title>Tools/Directories.py: SCOPE_METADIR is now /usr/share/meta</title>
<updated>2009-09-08T12:26:40Z</updated>
<author>
<name>acid-burn</name>
<email>acidburn@opendreambox.org</email>
</author>
<published>2009-09-08T12:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=1dc03ac8f376954d7734214089e56b22f22c7a91'/>
<id>urn:sha1:1dc03ac8f376954d7734214089e56b22f22c7a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>one less reason for enigma2 to crash on startup when flash is full.</title>
<updated>2009-08-23T22:35:36Z</updated>
<author>
<name>Felix Domke</name>
<email>felix.domke@multimedia-labs.de</email>
</author>
<published>2009-08-23T22:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=4248f59b3f494e103114e7291d27542b59cf4ee0'/>
<id>urn:sha1:4248f59b3f494e103114e7291d27542b59cf4ee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove obsolete .cvsignore files</title>
<updated>2009-08-18T16:06:34Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@saftware.de</email>
</author>
<published>2009-08-18T16:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=287f7c2cfaf264b079cce1bf789d118ee444180f'/>
<id>urn:sha1:287f7c2cfaf264b079cce1bf789d118ee444180f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update all Makefile.am files</title>
<updated>2009-08-15T14:59:30Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@saftware.de</email>
</author>
<published>2009-08-15T14:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=93119b6552ecbfebf92d96a6aef2049b0fb1f600'/>
<id>urn:sha1:93119b6552ecbfebf92d96a6aef2049b0fb1f600</id>
<content type='text'>
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
</content>
</entry>
</feed>
