Commit Graph

4870 Commits

Author SHA1 Message Date
[CST] Focus
d7d181a7ae gui/widget/menue.cpp: fix parent arg for exec using menu action keys 2013-09-27 16:27:21 +04:00
Michael Liebmann
c48a8cf695 Image backup apollo Part #7
- Add image backup to menu 'Software Update'
2013-09-27 06:44:44 +02:00
Michael Liebmann
d00cb6f8ec Image backup apollo Part #6
- Menu option for including kernel/uldr/u-boot in the image backup
- Menu option for creating an image with a different erasesize
  Tank <=> Trinity
2013-09-27 06:44:43 +02:00
Michael Liebmann
9188c78751 Image backup apollo Part #5
- Rework handling devtable
- Use file for devtable '/var/tuxbox/config/devtable.txt'
- If file is empty or does not exist, will default entries
  '/dev/console' and '/dev/null' creates
2013-09-27 06:44:43 +02:00
Michael Liebmann
23163e7897 Image backup apollo Part #4
- Check of available disk space before image creation
2013-09-27 06:44:41 +02:00
Michael Liebmann
66b078cb92 src/system/mtdutils: Creation devtable moved to update.cpp 2013-09-27 06:44:41 +02:00
Michael Liebmann
acea9818b8 Image backup apollo Part #3
- Add ".256k" string to imagename for tank boxes
2013-09-27 06:44:39 +02:00
Michael Liebmann
2e360ca480 Image backup apollo Part #2
- Add locales for progressbar
2013-09-27 06:44:38 +02:00
Michael Liebmann
d4ca6a552e Image backup apollo Part #1
- Use src/system/mtdutils for image creation
2013-09-27 06:44:36 +02:00
Michael Liebmann
2299807e11 src/system/mtdutils: Add and patch makefiles 2013-09-27 06:44:34 +02:00
Michael Liebmann
d8957d17ac src/system/mtdutils: Add files from mtd-utils
- based on mtd-utils http://git.infradead.org/mtd-utils.git
  commit ab8c6fb93ce9db0f09401c4b819b0b277dc00340 (2013-07-01)
- Add files for create jffs2 image and using sumtool
- Creating classes for mkfs.jffs2 and sumtool
2013-09-27 06:44:34 +02:00
Michael Liebmann
720f52c0a0 CFlashExpert: Add return value to showMTDSelector() & showFileSelector() 2013-09-27 06:44:33 +02:00
Michael Liebmann
40dc93d9e8 Neutrino build: Fix build with '--with-tremor-static' 2013-09-27 06:44:31 +02:00
Michael Liebmann
76d2cc17fb Update deutsch.locale 2013-09-27 06:44:30 +02:00
[CST] Focus
173403120f gui/channellist.cpp: fix reset 'new' channel flag 2013-09-26 19:46:25 +04:00
[CST] Focus
a2d5ccdce2 nhttpd/tuxboxapi/coolstream/neutrinoapi.cpp: fix memleak in GetChannelEvents() 2013-09-25 17:08:34 +04:00
[CST] Focus
1d63e4048e src/gui/bouquetlist.cpp: do not add dublicate channels while copy bouquet to favorite,
if favorite bouquet already exist
2013-09-25 17:08:34 +04:00
[CST] Focus
8d52885a5e gui/channellist.cpp: add menu option to reset all 'new' channels 2013-09-25 17:08:34 +04:00
Stefan Seyfried
ba4298b119 zapit: fix ordering of cleanup stuff 2013-09-25 17:08:34 +04:00
Jacek Jendrzej
c06e0c4bb4 CControlAPI::_GetBouquetWriteItem: -fix UTF-8 (THX Gaucho316) http://www.dbox2world.net/index.php?page=Thread&postID=157423 2013-09-24 12:39:54 +02:00
Thilo Graf
740e7e8129 CTestMenu: fix build of test menu, name of member was changed 2013-09-21 00:24:13 +02:00
svenhoefer
18a24d18bd - yweb: disable non-working rec on/off buttons 2013-09-20 14:57:06 +02:00
svenhoefer
8561622751 - yweb: fix typo in startpage definition 2013-09-20 14:31:05 +02:00
svenhoefer
99b477207f - yweb: remove delivery_system from boxtype tank
and avoid duplicate code
2013-09-20 13:36:42 +02:00
svenhoefer
c7b03680b4 - yweb: add trinity rcu 2013-09-20 12:09:36 +02:00
Thilo Graf
19fa5e6418 CComponentsButton: remove function blocks from header 2013-09-20 08:33:06 +02:00
[CST] Focus
e655e94c8a zapit/src/bouquets.cpp: fix scan bouquets saving, ignore user bouquets while copy 2013-09-19 17:11:23 +04:00
Christian Schuett
32ca9b848c CChannelList: mark current channel if not selected
Signed-off-by: Thilo Graf <dbt@novatux.de>
2013-09-19 09:28:42 +02:00
Thilo Graf
ccddafa427 CNeutrinoEventList: don't paint explicit background 2013-09-19 08:24:40 +02:00
Thilo Graf
08e23a917c CTextBox: ensure paint of background to avoid overlapped letters 2013-09-19 08:24:40 +02:00
Thilo Graf
33ec56ad6f CComponents: remove member setCornerRadius(),
setCorner() replaces this function, 2nd parameter sets type
2013-09-19 08:24:40 +02:00
Thilo Graf
a9a1c5dd68 CMenuItem: use CComponentsShapeSquare to paint color sector
This is only a partial solution. CMenuItem class can
principle completely be implemented with cc-items or cc-Forms.
2013-09-19 08:24:40 +02:00
Thilo Graf
c6b9fe432b CComponents: add member setCorner()
This replaces setCornerType() and setCornerRadius() soon
2013-09-19 08:24:40 +02:00
Thilo Graf
c8356949db CMenuItem:remove picked #ifdef statements
Those cherry picks have no effect, but
contain unfavorable maintainer tags or was mixed with other commits,
therefore they may be removed or need separately revision.
- g_settings.menu_numbers_as_icons: not exists
- "active": was deliberately chosen so
- g_settings.key_channelList_pageup: is intended for channel list handling
2013-09-19 08:24:39 +02:00
Thilo Graf
be8e47fe3f CComponentsButton: add localized button
So it's possible to use locales for button caption.
2013-09-19 08:24:39 +02:00
Thilo Graf
566698377d CComponentsWindow: fix fit of footer if using frame
Footer has been overpainted frame on bottom.
2013-09-19 08:24:39 +02:00
Thilo Graf
b9f35bfc6d CComponentsWindow: fix max width of base items, if frame was set
Header, body and footer were too wide on the right side.
2013-09-19 08:24:39 +02:00
Thilo Graf
78cdee08a8 CComponentsHeader: add member that allows switching to small size 2013-09-19 08:24:39 +02:00
Thilo Graf
4eb26988e9 CComponentsForm/CComponentsWindow: add new members
CComponentsForm: Overload member removeCCItem so we can use
cc_item as parameter.
CComponentsWindow: add member bool showFooter().
This allows to hide a footer in window.
2013-09-19 08:24:38 +02:00
Thilo Graf
f129db9b0c Signalbars: move sorce files to gui/components 2013-09-19 08:24:38 +02:00
Thilo Graf
d750b8e27b CComponentsWindow: use members as protected
Sub classes need these members.
2013-09-19 08:24:38 +02:00
Stefan Seyfried
6e83576a1b oggdec: remove old include to fix build with new tremor 2013-09-19 08:24:38 +02:00
[CST] Focus
8a8f996ca0 channel list: restrict adding channels to favorits only,
show empty bouquets only in channel add mode
2013-09-18 12:57:56 +04:00
[CST] Focus
12d005d1ea gui/audio_setup.cpp: disable nmgr settings on apollo 2013-09-17 09:58:40 +04:00
[CST] Focus
5b3cea3ff6 gui/upnpbrowser.cpp: revert keys handling, pass not-handled to CNeutrinoApp 2013-09-16 14:38:06 +04:00
[CST] Focus
a992f9695a zapit/src/frontend.cpp: fix 'unknown FEC' log for FEC_S2_AUTO 2013-09-16 14:36:55 +04:00
[CST] Focus
17bc0f968d gui/scan_setup.cpp: cleanup, fix FEC options on mixed sat+cable box 2013-09-16 14:36:22 +04:00
Jacek Jendrzej
79e63c3f78 movieplayer.cpp: add rtsp parse 2013-09-09 19:25:37 +02:00
[CST] Focus
381e59a54f lib/libupnpclient/UPNPDevice.cpp: change to non-blocking recv 2013-09-09 12:42:01 +04:00
[CST] Focus
37accb627c cross-configure.apollo.debug: fix additional configure args 2013-09-09 12:42:01 +04:00