Thilo Graf
407d9fe800
CChannelList: remove details line on changing pages
...
details line was not completely killed changed page.
2013-03-21 11:38:40 +01:00
Thilo Graf
6b68259ac6
CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject
...
This name should be more plausible
2013-03-21 11:37:20 +01:00
Thilo Graf
322de62366
CImageInfo: move ScrollLic() to end of file and add comments
2013-03-21 11:37:13 +01:00
Thilo Graf
0dc4686874
fix license text, sorry, was a c&p error
2013-03-21 11:37:00 +01:00
Michael Liebmann
801a15df7c
* CImageInfo: Scroll license text if text box too small
2013-03-21 06:56:24 +01:00
Michael Liebmann
c74fb77603
* CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
2013-03-21 06:56:23 +01:00
Michael Liebmann
c117c80579
* locals.h/locals_intern.h: Fix Sort order
2013-03-21 06:56:23 +01:00
svenhoefer
d0164eaaf6
- fix another typo around DATA_PIDS
2013-03-20 21:50:16 +01:00
svenhoefer
9b7c96f07e
- deutsch.locale: fix typos
2013-03-20 21:41:14 +01:00
Jacek Jendrzej
d9c7739aa6
-add record option for teletext & dvbsub pids
2013-03-19 17:14:04 +01:00
[CST] Focus
8f128cc512
src/nhttpd/web/Y_Tools_Screenshot.yhtm: remove window.setTimeout,
...
it seems fbshot executed in sync, not in background ?
so not clear why to wait here after screenshot is ready.
video screenshot now also not async
2013-03-19 17:27:38 +04:00
[CST] Focus
370e3dd690
nhttpd/tuxboxapi/coolstream/controlapi.cpp: create screenshot in sync mode
2013-03-19 17:24:09 +04:00
[CST] Focus
baa698c1b8
driver/screenshot.cpp: re-enable StartSync() code
2013-03-19 17:23:45 +04:00
Michael Liebmann
9755751217
* Imageinfo: Format license text
2013-03-19 11:54:57 +01:00
[CST] Focus
8f500e80fd
gui/scan.cpp: fix f567d3b85d
,
...
inside start wizard zap crash, because neutrino channel list not created yet
2013-03-19 13:56:13 +04: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
[CST] Focus
fe99c5fdda
gui/movieplayer.cpp: increase buffer to read m3u contents
2013-03-18 16:49:42 +04: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
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
[CST] Focus
f57c77bbc3
gui/channellist.cpp: add comment about PiG mode with still image displayed
2013-03-14 19:11:21 +04:00
[CST] Focus
745e93216a
zapit/src/zapit.cpp: move pipDecoder to lib
2013-03-14 16:23:24 +04:00
[CST] Focus
4df0f85d26
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
...
Conflicts:
src/gui/widget/stringinput.cpp
2013-03-14 15:44:07 +04:00
[CST] Focus
513f56426f
gui/scan_setup.cpp: add flag to track fe mode, diseqc mode changes;
...
show tuners setup in its own function;
auto-apply tuners link if modes changed on quit from tuners setup menu;
re-zap to current channel if fe modes or diseqc mode changed
2013-03-14 12:07:46 +04:00
[CST] Focus
96cd5c94af
gui/bouquetlist.cpp: fix b523fe59c0
:
...
double ::paintButtons calls was added ?
2013-03-14 11:57:02 +04:00
[CST] Focus
2ad5340134
neutrino.cpp: change default channel list mode to minitv
2013-03-14 11:55:12 +04:00
[CST] Focus
b3923a7d5d
neutrino.cpp, gui/scan.cpp: force re-zap without setSelected()
2013-03-13 18:59:44 +04:00
[CST] Focus
c60b8fc741
gui/channellist.cpp: add 'force' arg to zap functions, to trigger zap
2013-03-13 18:54:30 +04:00
[CST] Focus
2b919d5a32
../data/locale/english.locale: adjust pip_close locales
2013-03-13 16:27:26 +04:00
[CST] Focus
d2472e64cf
gui/channellist.cpp: use CNeutrinoApp::StartPip
2013-03-13 16:26:59 +04:00
[CST] Focus
c08585e15a
zapit/src/zapit.cpp: use channel pip demux for PiP
2013-03-13 16:25:54 +04:00
[CST] Focus
bb3f4ca7d4
neutrino.cpp: start PiP on pip_close key, add StartPip() function
2013-03-13 16:24:11 +04:00