aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager
AgeCommit message (Collapse)Author
2009-12-31SoftwareManager/plugin.py: - remove debugacid-burn
2009-12-31SoftwareManager/plugin.py: - small cleanup and fix. This is for #112acid-burn
2009-12-29SoftwareManager/Makefile.am: add missing SoftwareTools.pyacid-burn
2009-12-28SoftwareManager/plugin.py: - enable extensions management inside Software ↵acid-burn
manager. - disable no more needed packet manager. - some cleanups and fixes. This fixes bug #112.
2009-12-28SystemPlugins/SoftwareManager: - add SoftwareTools.py to factor out some code.acid-burn
This is for bug #112
2009-12-23Merge branch 'bug_351_softwaremanager_save_config_before_backup'acid-burn
2009-12-23Merge branch 'bug_308_add_where_softwaremanager'acid-burn
Conflicts: lib/python/Plugins/Plugin.py
2009-12-23Merge branch 'bug_178_update_meta_files'acid-burn
2009-12-09SoftwareManager/BackupRestore.py: save configuration to settingsfile before ↵Mladen Horvat
doing a backup, so now should all settings be saved before a backup is done and no gui restart is needed anymore. This fixes #351
2009-12-07Plugins/Plugin.py, SoftwareManager/plugin.py: add WHERE_SOFTWAREMANAGER for ↵Mladen Horvat
plugins to hook inside the Softwaremanager mainmenus. Use it like: PluginDescriptor(name=_("Pluginname"),description=_("Description"),icon = "icon.png",where = PluginDescriptor.WHERE_SOFTWAREMANAGER, fnc={"SoftwareSupported": CallFnc, "menuEntryName": lambda x: _("menuName"), "menuEntryDescription": lambda x: _("Menu Description")})
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
2009-10-14fix english texts, thanks to BennyFelix Domke
2009-10-02SystemPlugins/SoftwareManager: - add timeout to MessageBoxacid-burn
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
2009-10-01SystemPlugins/SoftwareManager:- move buttons to the top andacid-burn
replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes
2009-09-08SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and ↵acid-burn
isLastWizard condition to imagewizard.
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-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18do not use wildcards, because it breaks builds outside the source directory ↵Andreas Oberritter
and therefore breaks 'make distcheck'
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-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-05-27continue work on plugin manageracid-burn
not yet finished
2009-04-29fix listdisplay qafter deleting last fileghost
2009-03-31remove no more needed button pngsacid-burn
2009-03-31add missing pngsacid-burn
2009-03-31add delete to advanced restoreacid-burn
use default buttons for better translation support fix some translation issues small menu reordering and fitting
2009-02-25make SoftwareManager filescan description translatableghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-17allow multiple ipkg configuration files. Limit: one url entry per fileacid-burn
really write edited url back dont show arch.conf file variable_width support for inputbox to work properly with sd and hd skins
2009-02-16dont show -dbg and -dev packages in packetmanageracid-burn
show softwaremanager on blue button pressed if expert mode enabled some cleanups and better skinning support for Kerni ;-) small speedups in Packetmanager
2009-02-15add missing importacid-burn
properly kill running Console when closing screen
2009-02-15add pluginlist reload, fix type (thx to Ali Abdul)ghost
2009-02-15small improovements by Ali Abdulghost
2009-02-15add sanity checks for getCurrent and getCurrentSelectionghost
2009-02-14dont crash when not official-feed.conf foundghost
2009-02-14fix possible crash (seen in crashlog)ghost
2009-02-13Remove double reboot question after upgradeacid-burn
small cleanups
2009-02-13add SoftwareManager and show it inside Setup Menuacid-burn