| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-07 | Enigma2-Plugins: implement needsRestart=True for plugins that need a enigma2 ↵ | acid-burn | |
| restart after installation. refs #670 | |||
| 2011-02-07 | Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵ | acid-burn | |
| enigma2 restart after installation. refs #670 | |||
| 2011-02-07 | SoftwareManager: ask for restart after installation inside pluginmanager ↵ | acid-burn | |
| only if a restart is required. refs #670 | |||
| 2011-02-07 | PluginSystem: implement new PluginDescriptor option "needsRestart" to define ↵ | acid-burn | |
| if a plugin needs an enigma2 restart after installation. Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor. fixes #670 | |||
| 2011-01-28 | switch to opkg | Andreas Oberritter | |
| 2011-01-19 | use %zd for ssize_t and %zu for size_t | Andreas Oberritter | |
| 2010-12-20 | Harddisk.py: start partition at sector 8 to improve performance of disks ↵ | Andreas Oberritter | |
| with 4KiB sectors | |||
| 2010-12-20 | Merge branch 'master' into obi/master | Andreas Oberritter | |
| Conflicts: main/Makefile.am | |||
| 2010-12-13 | Merge branch 'bug_624_change_handylike_char_input' | ghost | |
| 2010-12-13 | Merge remote branch 'remotes/origin/acid-burn/bug_622_swupgrade_networkcheck' | ghost | |
| 2010-12-13 | Merge remote branch 'remotes/origin/bug_620_dvdburn_absolutepaths' | ghost | |
| 2010-12-13 | Merge remote branch ↵ | ghost | |
| 'remotes/origin/acid-burn/bug_629_show_autofs_volumes_as_backuplocation' | |||
| 2010-12-13 | Merge remote branch ↵ | ghost | |
| 'remotes/origin/acid-burn/bug_439_dvdplayer_missing_titlestring' | |||
| 2010-12-13 | SoftwareManager/plugin.py: allow autofs volumes to be selectable as backup ↵ | acid-burn | |
| location. fixes #629 | |||
| 2010-12-03 | Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. ↵ | acid-burn | |
| refs #439 | |||
| 2010-11-29 | move german umlauts to more appropriate position | ghost | |
| refs #624 | |||
| 2010-11-29 | NumericalTextInput.py: better handylike character input (draft proposal) | ghost | |
| feel free to make suggestions refs #624 | |||
| 2010-11-25 | set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in ↵ | ghost | |
| advanced tuner config when diseqc is set to 1.0) thx to SadButTrue for bug report! fixes bug #623 | |||
| 2010-11-25 | DVDPlayer/src/servicedvd.cpp: add possibility to override servicename for ↵ | acid-burn | |
| played dvd's. DVDPlayer/plugin.py: manually set servicename if playing from a dvd structure on hdd/networkmount. Small useability improvements. refs #439 | |||
| 2010-11-23 | DVDPlayer: add missing linker flags for libdreamdvd | Andreas Oberritter | |
| 2010-11-23 | SoftwareManager: take care of network availability inside SoftwareUpgrade ↵ | acid-burn | |
| and allow proper exiting. fixes #622 | |||
| 2010-11-23 | Merge branch 'obi/master' | Andreas Oberritter | |
| 2010-11-22 | Merge branch 'bug_617_default_favlist_handling_fix' | ghost | |
| 2010-11-22 | lib/python/Components/config.py: more robust code | ghost | |
| #refs #617 | |||
| 2010-11-17 | fix more nfiflash media paths to be non-absolute (#620) | Fraxinas | |
| 2010-11-17 | get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620) | Fraxinas | |
| 2010-11-16 | $(am__mv) requires automake 1.11 or later, so use plain 'mv -f' instead | Andreas Oberritter | |
| 2010-11-16 | update .gitignore | Andreas Oberritter | |
| 2010-11-16 | swig: use auto-generated dependencies to refresh generated files when needed | Andreas Oberritter | |
| 2010-11-16 | use AM_V_* variables to improve silent build mode | Andreas Oberritter | |
| 2010-11-16 | install keymaps | Andreas Oberritter | |
| 2010-11-16 | Add abstract class gMainDC as an interface for gFBDC and gSDLDC | Andreas Oberritter | |
| 2010-11-16 | install header files | Andreas Oberritter | |
| 2010-11-16 | build and link static libraries without libtool | Andreas Oberritter | |
| 2010-11-16 | use eEnv::resolve() / eEnv.resolve() | Andreas Oberritter | |
| 2010-11-16 | newplugin.py: don't use LIBDIR, use pkglibdir instead | Andreas Oberritter | |
| 2010-11-16 | add eEnv::resolve() to resolve install paths at runtime | Andreas Oberritter | |
| 2010-11-16 | further updates to the build system, generate enigma2.sh | Andreas Oberritter | |
| 2010-11-16 | clean up build #2 | Andreas Oberritter | |
| * use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files | |||
| 2010-11-16 | clean up build | Andreas Oberritter | |
| * reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h | |||
| 2010-11-16 | */Makefile.am: fix `:='-style assignments are not portable | Andreas Oberritter | |
| 2010-11-16 | */Makefile.am: s,INCLUDES,AM_CPPFLAGS, | Andreas Oberritter | |
| 2010-11-16 | Applied new-hotplug.patch from OE | Andreas Oberritter | |
| 2010-11-15 | Components/Harddisc.py: fix handling for old devfs 7025 kernel | ghost | |
| i.e. this fixes broken free space displaying in aboutbox refs bug#598 | |||
| 2010-11-15 | config.py: update configEntrys on additional loadFromFile | ghost | |
| refs bug #617 | |||
| 2010-11-15 | Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes' | ghost | |
| 2010-11-08 | ScanSetup.py: remove dvb_shutdown_timeout workaround | ghost | |
| 2010-11-08 | more robust code | ghost | |
| 2010-11-08 | ScanSetup.py: fix abort in transpondersearch when the external transponder ↵ | ghost | |
| tool is running | |||
| 2010-11-08 | ScanSetup.py: immediate close frontend before execute blindscan util | ghost | |
