aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
AgeCommit message (Collapse)Author
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)
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-05-19remove no more needed time codeAndreas Monzner
2008-05-16add new scope for directory for the dealer partition to be mounted onto ↵Stefan Pluecken
(SCOPE_DEFAULTPARTITIONMOUNTDIR)
2008-04-25- add crawlDirectory helper functionStefan Pluecken
- add SCOPE_DEFAULTDIR and SCROPT_DEFAULTPARTITION
2008-04-21speedup resolveFilename a bitAndreas Monzner
2008-04-17add SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directoryAndreas Monzner
2008-03-15optional pixmap cachingFelix Domke
2008-03-10dont show pip options in extension menu when no pip is availableAndreas Monzner
2008-02-20timer_select.patch by Moritz Venn, with minor fixesFelix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)