Stefan Seyfried
c9c89ad503
luainstance: add minimal error reporting
2013-03-19 10:23:11 +01:00
Thilo Graf
2387b27b73
CImageInfo: implement CComponents
...
TODO:
- format of license text
- button bar or header buttons ?
2013-03-19 08:24:14 +01:00
Thilo Graf
7e1ef5d325
CProgressbarSetup: using unified 'osd' namespace
2013-03-19 08:12:43 +01:00
Thilo Graf
ab00522900
CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed
2013-03-19 08:12:35 +01:00
Thilo Graf
259b58c829
CComponentsInfoBox: add NULL as default parameter for info_text
...
It's better to handel with NULL.
make clearCCItems() public and virtual so it can be used in window objects
2013-03-19 08:11:00 +01:00
Thilo Graf
0fa2bbc7c9
CComponentsInfoBox: delete clean textbox object before create new object
...
Ensures a clean environment for changed properties of a textbox in infobox.
2013-03-19 08:10:49 +01:00
Stefan Seyfried
7343286a1d
luainstance: add simple GetInput() method
...
use like this in the lua script:
--
RC_home = 174
local n = neutrino()
repeat msg, data = m:GetInput(1000) until msg == RC_home
2013-03-18 17:38:37 +01:00
Stefan Seyfried
6593e3b991
luainstance: the name is "Lua", not "LUA"
2013-03-18 16:10:01 +01:00
Thilo Graf
98b3265719
Data files: add license files
...
Avoids hard coded parts e.g. for use mainly in image info.
2013-03-18 12:05:01 +01:00
Thilo Graf
2f5404d2fa
CComponentsLabel: add new sub class CComponentsLabel
2013-03-18 12:04:58 +01:00
Thilo Graf
824bc8913e
CComponentsHeader: remove unused lines
2013-03-18 12:04:54 +01:00
Thilo Graf
eee2cd0d41
CComponentsText: move overloaded setText() from header into main file
2013-03-18 12:04:50 +01:00
Thilo Graf
ca42d9ba74
CComponentsHeader/Window: add possibility to return header height
2013-03-18 12:04:47 +01:00
Thilo Graf
c17e2e5d6c
CTestMenu: remove minitv sample
...
Can not be displayed here nicely.
2013-03-18 12:04:42 +01:00
Thilo Graf
69476903ee
CComponentsForm/PIP: ensure hiding of minitv during hide of forms
...
Handling of minitv items are different to other item types
and need an explizit call of hide(). So it is possible to hide a form-
object without a extra call of hide() for minitv objects.
2013-03-18 12:04:37 +01:00
Thilo Graf
d87d0754e0
CComponentsWindow: add constructors with parameters for caption and icon
2013-03-18 12:04:35 +01:00
Thilo Graf
2b41601d11
CTestMenu: modifie some samples to call header
2013-03-18 12:04:32 +01:00
Thilo Graf
544e3bb8ef
CComponentsHeader: init text always before paint header
2013-03-18 12:04:29 +01:00
Thilo Graf
4a931af6ef
CComponentsForm/Header/Icons/Window: try to fix multiple inits and paints
...
Some items had multiple inits and some calls of clearCCItems()
have caused segfaults, hope this fix this.
2013-03-18 12:04:25 +01:00
Thilo Graf
da356d94da
CComponentsHeader/Icon: use inherited destructor
...
Inherited destructor contains identic code.
2013-03-18 12:04:21 +01:00
Thilo Graf
de330ac39c
CComponentsWindow: remove refresh()
...
initCCWItems() does the same, but is private
2013-03-18 12:04:16 +01:00
Thilo Graf
74b2dde248
CComponentsWindow: using current screen settings for default dimensions
2013-03-18 12:04:13 +01:00
Stefan Seyfried
da358e7502
neutrino: add a prototype of a lua plugin interface
...
this is just for preliminary tests, not yet really usable
for anything useful
2013-03-17 23:24:45 +01:00
svenhoefer
b0469b196e
- fix width of pip-boxes in streaminfo and imageinfo
2013-03-17 20:19:13 +01:00
svenhoefer
3584a11872
- fix my last commit 0064c6c
(recalc height)
2013-03-17 20:15:17 +01:00
svenhoefer
0064c6c704
- channellist: fix dimensions when using very large fonts
...
* paint scrollbar over full height of main box
2013-03-16 23:47:23 +01:00
Jacek Jendrzej
a501b6efeb
progresbar -add colored & vertical design , ported from neutrino-mp
2013-03-11 14:40:42 +01:00
Jacek Jendrzej
be2966035f
progressbar-menu-tomworld
2013-03-11 14:40:36 +01:00
Stefan Seyfried
f63ddb9cce
neutrino: fix most hardcoded paths
2013-03-11 13:32:06 +01:00
Stefan Seyfried
53dcd77d4a
fix exec_prefix for native build
2013-03-11 13:32:06 +01:00
Stefan Seyfried
d0f9836173
neutrino: allow empty user bouquets in the bouquetlist
2013-03-11 13:32:06 +01:00
Stefan Seyfried
f8aacb7a10
channellist: preset favorite bouquets when adding channels
...
when adding channels from the channellist context menu, the
useful targets are the favorites bouquets, so pre-select them
2013-03-11 13:32:06 +01:00
Stefan Seyfried
99e2ff32c9
channellist: don't change bouquetmode when adding favs
...
when adding a channel to favorites from the channellist contextmenu
the favorites bouquet was chosen, which is not helpful if further
favorites should be added
2013-03-11 13:32:06 +01:00
Stefan Seyfried
5acf5a489b
bouquetlist: only show active buttons
2013-03-11 13:32:06 +01:00
Stefan Seyfried
0613e43736
bouquetlist: fix width calculation
2013-03-11 13:32:06 +01:00
Stefan Seyfried
2f677a5ffe
bouquetlist: mark autogenerated bouquets as readonly
...
this at least prevents modification from the context menu,
needs more work in the service->bouquetmanagement menus
2013-03-11 13:32:06 +01:00
Stefan Seyfried
04cd53f45d
screenshot: fix invalid cast in debug message
2013-03-11 13:32:06 +01:00
Stefan Seyfried
119f87f97b
my_system: return errno, silence trivial error message
2013-03-11 13:32:06 +01:00
Stefan Seyfried
45d8c176ec
CVolume: fix border around volume bar
2013-03-11 13:32:05 +01:00
Stefan Seyfried
ffd4daea7c
neutrino: fix most hardcoded paths
2013-03-10 02:01:52 +01:00
Stefan Seyfried
49d9ebf833
fix exec_prefix for native build
2013-03-10 01:44:21 +01:00
Stefan Seyfried
bb098c376e
neutrino: allow empty user bouquets in the bouquetlist
2013-03-10 00:27:13 +01:00
Stefan Seyfried
a91b58aac4
channellist: preset favorite bouquets when adding channels
...
when adding channels from the channellist context menu, the
useful targets are the favorites bouquets, so pre-select them
2013-03-10 00:15:46 +01:00
Stefan Seyfried
21f79f1284
channellist: don't change bouquetmode when adding favs
...
when adding a channel to favorites from the channellist contextmenu
the favorites bouquet was chosen, which is not helpful if further
favorites should be added
2013-03-10 00:07:26 +01:00
Stefan Seyfried
d6260e3862
bouquetlist: only show active buttons
2013-03-10 00:04:23 +01:00
Stefan Seyfried
e08ee68cd6
bouquetlist: fix width calculation
2013-03-10 00:01:04 +01:00
Stefan Seyfried
b61d0d1d3e
bouquetlist: mark autogenerated bouquets as readonly
...
this at least prevents modification from the context menu,
needs more work in the service->bouquetmanagement menus
2013-03-09 23:58:31 +01:00
Stefan Seyfried
1ed105fd5e
neutrino: fix shortened source file paths
2013-03-09 21:49:45 +01:00
Stefan Seyfried
598361c2a1
screenshot: fix invalid cast in debug message
2013-03-09 18:21:36 +01:00
Stefan Seyfried
d77e54fcd6
my_system: return errno, silence trivial error message
2013-03-09 18:08:23 +01:00