| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-09 | lib/python/Tools/HardwareInfo.py: remove debug output | ghost | |
| 2009-11-10 | Tools/Directories.py: - add fallback to default_skin if SCOPE_CURRENT_SKIN ↵ | Acid Burn | |
| is used and the wanted file is not found inside the current skin path. - 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 | |||
| 2009-09-08 | Tools/Directories.py: SCOPE_METADIR is now /usr/share/meta | acid-burn | |
| 2009-08-24 | one less reason for enigma2 to crash on startup when flash is full. | Felix Domke | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-15 | update all Makefile.am files | Andreas Oberritter | |
| remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2 | |||
| 2009-07-29 | add getSize convenience function to obtain file or directory size (not ↵ | Fraxinas | |
| tested with directories containing lots of files) | |||
| 2009-07-07 | take care of utf-8 when cutting filename | ghost | |
| 2009-07-07 | Directories.py: max filename length without extension is now 240 ↵ | ghost | |
| characters.. (ext3 can handle only 255 characters) thx to adenin for bugreport | |||
| 2009-06-09 | statially store detected hardware type; it's unlikely to change at runtime | Felix Domke | |
| 2009-05-27 | continue work on plugin manager | acid-burn | |
| not yet finished | |||
| 2009-05-11 | move http progress downloader class into own tool py | Fraxinas | |
| 2009-04-23 | introduce option that allows limiting recording filename character set to ↵ | Fraxinas | |
| legacy DOS compatibility | |||
| 2009-03-31 | fix typo | acid-burn | |
| add SCOPE_METADIR | |||
| 2009-03-05 | lib/python/Tools/DreamboxHardware.py: add function to set RTC Time | ghost | |
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-13 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Felix Domke | |
| 2009-02-13 | add possibility to override tuner type in ConvertToHumanReadable | ghost | |
| 2009-02-13 | filter illegal (newline) characters to fix Dr.Dish TV records | Felix Domke | |
| 2009-02-12 | small speedups/cleanups by moritz venn | ghost | |
| 2009-01-27 | fixes for python 2.6 by Moritz Venn | ghost | |
| 2009-01-20 | fix typo | ghost | |
| 2009-01-20 | also add conversion for -C and -T | ghost | |
| 2009-01-20 | cleanup, convert to human readable | ghost | |
| 2008-12-08 | change character encoding of source file from 8859-1 to utf-8 | Fraxinas | |
| 2008-12-08 | add search parameter for NumericalTextInput which supplies a mapping with ↵ | Fraxinas | |
| only lowercase and standard ascii characters plus number plus SQL wildcards | |||
| 2008-11-18 | add isMount encapsulation | Fraxinas | |
| 2008-10-10 | fix getFPVersion for dm8000 | Andreas Monzner | |
| 2008-10-09 | use access for fileExits instead of try to open a file | Andreas Monzner | |
| 2008-10-07 | add "!" to character list on behalf of acid-burn | Andreas Frisch | |
| 2008-10-02 | add + | Andreas Monzner | |
| 2008-10-01 | fix fallback | Andreas Monzner | |
| 2008-09-11 | try to fix charset bug | Andreas Frisch | |
| 2008-09-05 | additional service information for DVD menu and fixes | Andreas Frisch | |
| 2008-09-04 | allow recursive (-p) directory creation | Andreas Frisch | |
| 2008-08-26 | add support for dm8000 rtc, | Andreas Monzner | |
| add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware | |||
| 2008-08-21 | add box detection as fallback when /proc/stb/info is not avail (old drivers | Andreas Monzner | |
| are used) | |||
| 2008-07-21 | use builtin python functions instead of use os.system | Andreas Monzner | |
| 2008-07-16 | use new box depending rcs in HelpMenu (not yet 100% correct, needs | Stefan Pluecken | |
| modifications to several action maps) | |||
| 2008-07-11 | use /dev/mtdblock/6 as defaults partition | Stefan Pluecken | |
| 2008-07-07 | make model detection optional | Stefan Pluecken | |
| 2008-07-03 | the class HardwareInfo is used to determine the dreambox model (taken | Stefan Pluecken | |
| from /proc/stb/info/model) (needs new driver info.ko) | |||
| 2008-06-26 | add possibility to choose record location on timer creation and choose | Andreas Monzner | |
| record location in movieplayer (only in expert user level) | |||
| 2008-05-19 | remove no more needed time code | Andreas Monzner | |
| 2008-05-16 | add new scope for directory for the dealer partition to be mounted onto ↵ | Stefan Pluecken | |
| (SCOPE_DEFAULTPARTITIONMOUNTDIR) | |||
| 2008-04-25 | - add crawlDirectory helper function | Stefan Pluecken | |
| - add SCOPE_DEFAULTDIR and SCROPT_DEFAULTPARTITION | |||
| 2008-04-21 | speedup resolveFilename a bit | Andreas Monzner | |
| 2008-04-17 | add SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directory | Andreas Monzner | |
| 2008-03-15 | optional pixmap caching | Felix Domke | |
| 2008-03-10 | dont show pip options in extension menu when no pip is available | Andreas Monzner | |
