| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-05 | Softwaremanager: *add missing define. refs #503 | acid-burn | |
| 2010-04-05 | Softwaremanager: * notify if updatefeed is not available and also verify ↵ | acid-burn | |
| HardwarePrerequisites. Fixes #503 | |||
| 2010-03-30 | * disable PluginManagers ipkg update on e2 start, better do it when needed. | acid-burn | |
| This fixes #494 | |||
| 2010-02-09 | lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. ↵ | ghost | |
| fixes: Traceback (most recent call last): File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ return self.fnc(*self.args + args, **newkwargs) File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB self.callbacks[name](data,retval,extra_args) File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()]) ref bug #383 | |||
| 2010-01-29 | don't use string concatenation within translation brackets | Stefan Pluecken | |
| 2010-01-18 | SoftwareManager/plugin.py, Screens/PluginBrowser.py: -reactivate ↵ | acid-burn | |
| packetmanager in expert mode. - add a link from PluginBrowser to new Extensionsmanager if the Softwaremanager is installed. - fix small typo. This fixes bug #383 | |||
| 2009-12-31 | SoftwareManager/plugin.py: - remove debug | acid-burn | |
| 2009-12-31 | SoftwareManager/plugin.py: - small cleanup and fix. This is for #112 | acid-burn | |
| 2009-12-29 | SoftwareManager/Makefile.am: add missing SoftwareTools.py | acid-burn | |
| 2009-12-28 | SoftwareManager/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-28 | SystemPlugins/SoftwareManager: - add SoftwareTools.py to factor out some code. | acid-burn | |
| This is for bug #112 | |||
| 2009-12-23 | Merge branch 'bug_351_softwaremanager_save_config_before_backup' | acid-burn | |
| 2009-12-23 | Merge branch 'bug_308_add_where_softwaremanager' | acid-burn | |
| Conflicts: lib/python/Plugins/Plugin.py | |||
| 2009-12-23 | Merge branch 'bug_178_update_meta_files' | acid-burn | |
| 2009-12-09 | SoftwareManager/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-07 | Plugins/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-25 | Enigma2-Metainformations: - update all Meta Informations | acid-burn | |
| 2009-11-10 | Enigma2-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-14 | fix english texts, thanks to Benny | Felix Domke | |
| 2009-10-02 | SystemPlugins/SoftwareManager: - add timeout to MessageBox | acid-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-01 | SystemPlugins/SoftwareManager:- move buttons to the top and | acid-burn | |
| replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes | |||
| 2009-09-08 | SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and ↵ | acid-burn | |
| isLastWizard condition to imagewizard. | |||
| 2009-09-03 | Enigma2-meta: install plugins-meta.xml in /usr/share/meta | acid-burn | |
| genmetaindex.py: change index.xml layout a bit | |||
| 2009-08-19 | Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefiles | acid-burn | |
| 2009-08-18 | set permissions to 644 for data files | Andreas Oberritter | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-18 | do not use wildcards, because it breaks builds outside the source directory ↵ | Andreas Oberritter | |
| and therefore breaks 'make distcheck' | |||
| 2009-08-18 | Don't install *.jpg files with the Plugin metadata to save space. | acid-burn | |
| 2009-08-17 | enable metadata install, install into /usr/share/enigma2/meta/enigma2/ | Felix Domke | |
| 2009-08-15 | Makefile.am: use dist_*_DATA to include data files in tarballs | 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-20 | some more work on plugin manager | acid-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-27 | continue work on plugin manager | acid-burn | |
| not yet finished | |||
| 2009-04-29 | fix listdisplay qafter deleting last file | ghost | |
| 2009-03-31 | remove no more needed button pngs | acid-burn | |
| 2009-03-31 | add missing pngs | acid-burn | |
| 2009-03-31 | add delete to advanced restore | acid-burn | |
| use default buttons for better translation support fix some translation issues small menu reordering and fitting | |||
| 2009-02-25 | make SoftwareManager filescan description translatable | ghost | |
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-17 | allow multiple ipkg configuration files. Limit: one url entry per file | acid-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-16 | dont show -dbg and -dev packages in packetmanager | acid-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-15 | add missing import | acid-burn | |
| properly kill running Console when closing screen | |||
| 2009-02-15 | add pluginlist reload, fix type (thx to Ali Abdul) | ghost | |
| 2009-02-15 | small improovements by Ali Abdul | ghost | |
| 2009-02-15 | add sanity checks for getCurrent and getCurrentSelection | ghost | |
| 2009-02-14 | dont crash when not official-feed.conf found | ghost | |
| 2009-02-14 | fix possible crash (seen in crashlog) | ghost | |
| 2009-02-13 | Remove double reboot question after upgrade | acid-burn | |
| small cleanups | |||
| 2009-02-13 | add SoftwareManager and show it inside Setup Menu | acid-burn | |
