aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash
AgeCommit message (Collapse)Author
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-06NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-10-06[NFIFlash] ask whether to run configuration backup after image download (add ↵Fraxinas
#480)
2010-10-06fix downloading image to flash or harddrive (#480)Fraxinas
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-10-06NFIFlash: change display of feed list detailsFraxinas
2010-10-06NFIFlash fixes (#480)Fraxinas
2010-10-06NFIFlash: hide hdd and other mounts (#480)Fraxinas
2010-10-06re-commit new NFIFlash plugin (bug #480)Fraxinas
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2010-03-31fix screen layout, add configuration restore wizard code in flasher and fix ↵Fraxinas
crash when trying to use wizard with no .nfo file present, fixes bug #394
2009-12-23Merge branch 'bug_308_add_where_softwaremanager'acid-burn
Conflicts: lib/python/Plugins/Plugin.py
2009-12-07NFIFlash/plugin.py: move NFI Flash Utility inside Softwaremanager.Mladen Horvat
This fixes #308
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-10-07don't crash upon red key while downloading feed list, exit insteadFraxinas
2009-10-05NFIFlash downloader: fix possible crashFraxinas
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas 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-08-13fix directory browser + implement changelog viewerFraxinas
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-07-13try deleting 4 primary partitions before creating new partition tableFraxinas
2009-05-11move http progress downloader class into own tool pyFraxinas
2009-01-29fix skipping of configuration backupFraxinas
2009-01-02"finished" message also when skipping configuration backupFraxinas
2008-11-18add automatic downloading of latest image and possibility of backing up ↵Fraxinas
configuration to the bootable usb sticks
2008-11-17use hotplugNotifier to ease use of NFIFlash plugin. change some excess ↵Fraxinas
status bar translatables to static english.
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-20add building of NFIFlash plugin, but display only for DM8000Andreas Frisch
2008-10-20change flasher part of NFIFlash to handle new style md5sum linesAndreas Frisch
2008-10-19add .nfi to filescanner for NFIFlash plugin, whitespace cleanup, change ↵Andreas Frisch
md5sum check for new .nfo syntax
2008-10-13remove weird charset specifiersAndreas Frisch
2008-10-12fix md5 hash checkAndreas Frisch
2008-10-12bugfix for cancellingAndreas Frisch
2008-10-12add NFIFlash pluginAndreas Frisch