aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
AgeCommit message (Collapse)Author
2011-04-18NumericalTextInput: Add cz/sk layout (patch from Petr)to NumericalTextInput ↵Mladen Horvat
and change font of NumericalTextInputHelpDialog from console to regular for better utf-8 charset support. refs #750
2011-03-30transponder info: display e.g. "Astra (19.2E)" instead of "192"Andreas Oberritter
2011-03-29fix some crashes during settings wizardAndreas Oberritter
2011-02-05don't use devfs names: /dev/mtdblock/6 -> /dev/mtdblock6Andreas Oberritter
2010-11-29move german umlauts to more appropriate positionghost
refs #624
2010-11-29NumericalTextInput.py: better handylike character input (draft proposal)ghost
feel free to make suggestions refs #624
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-06fixes bug #552Stefan Pluecken
add the equal sign to numerical text input onto the 0 rcu button
2010-02-09lib/python/Tools/HardwareInfo.py: remove debug outputghost
2009-11-10Tools/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-08Tools/Directories.py: SCOPE_METADIR is now /usr/share/metaacid-burn
2009-08-24one less reason for enigma2 to crash on startup when flash is full.Felix Domke
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-07-29add getSize convenience function to obtain file or directory size (not ↵Fraxinas
tested with directories containing lots of files)
2009-07-07take care of utf-8 when cutting filenameghost
2009-07-07Directories.py: max filename length without extension is now 240 ↵ghost
characters.. (ext3 can handle only 255 characters) thx to adenin for bugreport
2009-06-09statially store detected hardware type; it's unlikely to change at runtimeFelix Domke
2009-05-27continue work on plugin manageracid-burn
not yet finished
2009-05-11move http progress downloader class into own tool pyFraxinas
2009-04-23introduce option that allows limiting recording filename character set to ↵Fraxinas
legacy DOS compatibility
2009-03-31fix typoacid-burn
add SCOPE_METADIR
2009-03-05lib/python/Tools/DreamboxHardware.py: add function to set RTC Timeghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-13add possibility to override tuner type in ConvertToHumanReadableghost
2009-02-13filter illegal (newline) characters to fix Dr.Dish TV recordsFelix Domke
2009-02-12small speedups/cleanups by moritz vennghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-20fix typoghost
2009-01-20also add conversion for -C and -Tghost
2009-01-20cleanup, convert to human readableghost
2008-12-08change character encoding of source file from 8859-1 to utf-8Fraxinas
2008-12-08add search parameter for NumericalTextInput which supplies a mapping with ↵Fraxinas
only lowercase and standard ascii characters plus number plus SQL wildcards
2008-11-18add isMount encapsulationFraxinas
2008-10-10fix getFPVersion for dm8000Andreas Monzner
2008-10-09use access for fileExits instead of try to open a fileAndreas Monzner
2008-10-07add "!" to character list on behalf of acid-burnAndreas Frisch
2008-10-02add +Andreas Monzner
2008-10-01fix fallbackAndreas Monzner
2008-09-11try to fix charset bugAndreas Frisch
2008-09-05additional service information for DVD menu and fixesAndreas Frisch
2008-09-04allow recursive (-p) directory creationAndreas Frisch
2008-08-26add 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-21add box detection as fallback when /proc/stb/info is not avail (old driversAndreas Monzner
are used)
2008-07-21use builtin python functions instead of use os.systemAndreas Monzner
2008-07-16use new box depending rcs in HelpMenu (not yet 100% correct, needsStefan Pluecken
modifications to several action maps)
2008-07-11use /dev/mtdblock/6 as defaults partitionStefan Pluecken
2008-07-07make model detection optionalStefan Pluecken
2008-07-03the class HardwareInfo is used to determine the dreambox model (takenStefan Pluecken
from /proc/stb/info/model) (needs new driver info.ko)