Stefan Seyfried
5ad0b6b6dc
Merge branch 'check/pu-cc' into master
...
needs buildfixing...
Conflicts:
data/Makefile.am
src/driver/framebuffer.h
src/driver/volume.cpp
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/filebrowser.cpp
src/gui/imageinfo.cpp
src/gui/infoviewer.cpp
src/gui/streaminfo2.cpp
src/gui/widget/textbox.cpp
2013-04-06 11:21:55 +02:00
Stefan Seyfried
27493de2ef
neutrino: add the possibility to lock bouquets by default
...
This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.
Conflicts:
src/gui/channellist.cpp
2013-04-05 15:52:58 +04:00
Thilo Graf
860be9a412
CComponents: add progressbar class to cc-items
...
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item
TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework
2013-04-02 09:31:05 +02:00
svenhoefer
4714a30f83
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
Conflicts:
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
Jacek Jendrzej
b2241df43d
-add record option for teletext & dvbsub pids
2013-04-01 15:07:05 +04:00
[CST] Focus
b1d63cd800
neutrino.cpp: add channellist_numeric_adjust settings variable
2013-04-01 14:13:51 +04:00
Stefan Seyfried
8835f4a0c7
Revert "progressbar-menu-tomworld"
...
This reverts commit be2966035f
.
A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:17:29 +01:00
[CST] Focus
305455e004
neutrino.cpp: stop stream before pip start
2013-03-25 13:36:00 +04:00
svenhoefer
759966f935
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
Stefan Seyfried
79d537ea90
neutrino: remove newline from debug message
2013-03-24 12:59:40 +01:00
Jacek Jendrzej
d9c7739aa6
-add record option for teletext & dvbsub pids
2013-03-19 17:14:04 +01: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
bb3f4ca7d4
neutrino.cpp: start PiP on pip_close key, add StartPip() function
2013-03-13 16:24:11 +04:00
Jacek Jendrzej
369289d179
progressbar-menu-tomworld
2013-03-12 17:27:52 +04:00
Stefan Seyfried
0d2c3f3f10
neutrino: allow empty user bouquets in the bouquetlist
...
Conflicts:
src/neutrino.cpp
2013-03-12 16:50:07 +04:00
Stefan Seyfried
367f6f6559
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-12 16:33:00 +04:00
Jacek Jendrzej
be2966035f
progressbar-menu-tomworld
2013-03-11 14:40:36 +01:00
Stefan Seyfried
d0f9836173
neutrino: allow empty user bouquets in the bouquetlist
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
bb098c376e
neutrino: allow empty user bouquets in the bouquetlist
2013-03-10 00:27:13 +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
1ed105fd5e
neutrino: fix shortened source file paths
2013-03-09 21:49:45 +01:00
Stefan Seyfried
9477ea5edd
neutrino: make progressbar_color backwards compatible
2013-03-09 13:29:03 +01:00
Stefan Seyfried
385d4ff6a9
neutrino: add more progressbar design options
...
new progressbar design
* colored horizontal lines
* colored vertical lines
* colored solid bar
2013-03-09 13:23:14 +01:00
[CST] Focus
b95859da7c
neutrino.cpp: add direct keys to config PiP, swap live and PiP channels
2013-03-08 13:24:53 +04:00
Stefan Seyfried
8048673dec
Merge branch 'check/next' into master
...
Conflicts:
data/locale/english.locale
src/neutrino.cpp
src/system/setting_helpers.cpp
2013-03-07 17:10:11 +01:00
[CST] Focus
aa60c85768
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
...
Conflicts:
lib/libconfigfile/configfile.cpp
src/system/setting_helpers.cpp
src/zapit/src/femanager.cpp
2013-03-07 17:10:57 +04:00
[CST] Focus
cbfa6f88c5
use ENABLE_PIP for pip code
2013-03-05 18:34:47 +04:00
Stefan Seyfried
988a8ebec2
helpers: improve my_system function
...
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-03-05 11:58:49 +01:00
Stefan Seyfried
b6df7de7f7
neutrino: avoid crash when signals are caught during start
...
this needs more work to avoid crashes when interrupted early
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-03-05 11:01:40 +01:00
Stefan Seyfried
6c4b9741ec
neutrino: avoid crash when signals are caught during start
...
this needs more work to avoid crashes when interrupted early
2013-03-03 21:57:59 +01:00
Stefan Seyfried
96650cdd45
helpers: improve my_system function
...
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.
2013-03-03 19:18:13 +01:00
svenhoefer
8b18346c98
- neutrino.cpp: fix handling of g_settings.mode_left_right_key_tv
2013-03-01 20:49:47 +01:00
[CST] Focus
69b4d366af
Merge branch 'pip' into next
...
Conflicts:
src/gui/channellist.cpp
2013-02-28 16:45:41 +04:00
[CST] Focus
026592e8fe
Merge branch 'dvbsi++' into next
...
Conflicts:
src/neutrino.cpp
src/zapit/src/femanager.cpp
src/zapit/src/getservices.cpp
src/zapit/src/transponder.cpp
2013-02-28 16:39:34 +04:00
[CST] Focus
f5c162522b
neutrino.cpp: save/load pip key - default is 'help' button, stop PiP on pip key
2013-02-28 16:20:23 +04:00
[CST] Focus
876b697a14
neutrino.cpp: save/load pip settings, group apollo-specific settings
2013-02-26 17:18:05 +04:00
Stefan Seyfried
0cf191822a
Merge branch 'check/dvbsi++' commit 5db16ee2ff
...
Conflicts:
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/channellist.cpp
src/gui/components/Makefile.am
src/gui/components/cc.h
src/gui/components/components.cpp
src/gui/moviebrowser.cpp
src/gui/scan.cpp
src/neutrino.cpp
src/zapit/src/bouquets.cpp
src/zapit/src/getservices.cpp
src/zapit/src/transponder.cpp
2013-02-21 17:07:18 +01:00
Stefan Seyfried
4dbeb3a31e
neutrino: fix 32<->64bit format string warnings
...
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
[CST] Focus
6174c657a1
Merge branch 'dvbsi++' into next
2013-02-13 15:34:41 +04:00
Jacek Jendrzej
63c66c1f4e
add progressbar opt to infobar
2013-02-12 18:03:50 +01:00
[CST] Focus
58c9c9f884
neutrino.cpp, settings.h: for apollo, add brightness/contrast/saturation
2013-02-12 13:08:33 +04:00
[CST] Focus
46657a1c6b
merge dvbsi++
2013-02-11 13:29:09 +04:00
[CST] Focus
0fd4d4f439
neutrino.cpp: change led defaults for trinity
2013-02-11 13:12:49 +04:00
svenhoefer
c4f8bf17a9
- neutrino.cpp: remove double determination of g_info.delivery_system
2013-02-10 22:00:22 +01:00
svenhoefer
d8bd46e9d1
- channellist: make miniTV switchable
2013-02-04 22:25:15 +01:00
[CST] Focus
bcd02435dd
Merge branch 'dvbsi++' into next
2013-01-31 17:40:19 +04:00
TangoCash
1a425308ed
add optional mini-tv to channellist
...
Signed-off-by: satbaby <crashdvb@googlemail.com >
2013-01-30 19:17:52 +01:00
Stefan Seyfried
7e701bfefc
Merge branch 'uncool/dvbsi++' commit 1320462626
...
Conflicts:
src/eitd/SIevents.cpp
2013-01-29 21:27:41 +01:00