Thilo Graf
e8a758ac61
CShellWindow: add members to set/get commands and get current mode
...
This allows to use shellwindow objects with existing instance.
2016-07-03 16:35:55 +02:00
Thilo Graf
e1e8cb0142
CShellWindow/COPKGManager: rework shell shell mode handling
...
Modes were handled with bool values inside manager and this is not really
enough. Now we use the real parameters for more flexibility.
2015-12-28 12:13:50 +01:00
Thilo Graf
ed5bbdc540
CShellWindow/COPKGManager: handle some error from shell output
...
TODO: add missing handlers
2015-12-28 12:13:48 +01:00
Thilo Graf
982fbb962e
CShellWindow: use slots for ACKNOWLEDGE_EVENT mode results
2015-12-28 12:13:47 +01:00
Thilo Graf
4909844ad6
COPKGManager: add member to handle line of shell lines
...
prepared for use as callback in shell window class, currently
it is not possible to get line output from shellwindow object, this
should help soon
also added ne locales
2015-12-28 12:13:40 +01:00
Thilo Graf
dbfa0859cf
CShellWindow: clean up constructor/destructor
...
Most tasks of this class were dispersed in the constructor and destructor.
Tasks are better placed in Members.
2015-12-28 12:13:33 +01:00
Thilo Graf
3408dbd833
CShellWindow: add new enum option ACKNOWLEDGE_MSG
...
allows to show a messagebox instead a small ok button
2015-12-28 12:13:25 +01:00
Thilo Graf
305511a395
CShellWindow: apply clearer enum format declaration
2015-12-28 12:13:24 +01:00
Thilo Graf
758f3535c8
OPKG-Manager: add opkg manager feature
...
Signed-off-by: Markus Volk <f_l_k@gmx.net >
Signed-off-by: Thilo Graf <dbt@novatux.de >
Opkg is a lightweight package management system based on Ipkg.
For usage with Neutrino, installed opkg programms opkg-cl and opkg-key
are required and can be find in service update menu,
otherwise this feature is not available.
With this feature it is possible to select packages for install and remove
via gui-menu.
See also:
OPKG-Website
- http://bitbucket.org/opkg/opkg for more details.
Tuxbox:
- http://wiki.tuxbox.org/Neutrino-MP Entwicklungsumgebung#OPKG-Pakete
- http://wiki.tuxbox.org.Neutrino-HD Entwicklungsumgebung:OPKG-SystemInstall
Buildsystems with opkg support:
- http://gitorious.org/neutrino-hd/buildsystem-cs
- http://sourceforge.net/p/bstuff/bs4cs/
- Yocto
OPKG-Manager Neutrino:
- picked from http://gitorious.org/neutrino-mp/martiis-neutrino-mp include shellwindow feature by martii
- update License text
- add missing icon
- use macros to get opkg binaries
- use matching buttons in footer, menu button is already reserved to left menu
2014-04-15 11:59:12 +02:00