Stefan Seyfried
bb560fbf47
reloadchannels: make sure that channel flags are updated when reloading
2013-04-17 10:21:33 +04:00
Stefan Seyfried
b1e0fcb0c8
sectionsd: fix memleak with unused events
2013-04-17 10:21:33 +04:00
Stefan Seyfried
da327c099b
add menu option to delete 'removed channels'
2013-04-17 10:21:33 +04:00
Stefan Seyfried
b577322a79
getservices: add option to not save removed channels
2013-04-17 10:21:33 +04:00
Jacek Jendrzej
95cbeceb83
src/gui/epgview.cpp: center window
2013-04-17 10:21:32 +04:00
svenhoefer
976d3669ed
- english.locale: typo
2013-04-17 10:21:32 +04:00
svenhoefer
3ee9d53fca
- eventlist: fix round borders for current unselected event
...
Conflicts:
src/gui/eventlist.cpp
2013-04-17 10:21:32 +04:00
[CST] Focus
ccfba0e0e8
Dont set demux source on box with single tuner
2013-04-17 10:17:33 +04:00
[CST] Focus
da646d5d15
At the moment only configured satellites are saved, so getUnknownKeyQueryedFlag()
...
always return true -> config saved on every start.
Revert "femanager: save frontend.conf if new entries are present"
This reverts commit 0b17e2f98e
.
Conflicts:
src/zapit/src/femanager.cpp
2013-04-16 16:07:08 +04:00
[CST] Focus
3526df97ee
gui/scan_setup.cpp: remove linkFrontends() from saveScanSetup() - its done if needed on leave tuner setup
2013-04-16 15:28:21 +04:00
[CST] Focus
7b1cc74098
zapit/src/frontend.cpp: reset transponder id in Init()
2013-04-16 15:04:10 +04:00
Thilo Graf
df0a454efe
CComponentsItem: prevent possible compile error
2013-04-16 11:56:27 +02:00
Thilo Graf
8813dccc7e
CComonents: disable debug spam
2013-04-16 11:40:01 +02:00
[CST] Focus
ae1ae59b68
gui/cam_menu.cpp: add option to ignore CI/card messages
2013-04-16 13:17:17 +04:00
[CST] Focus
b8519d2db0
locals: add locale for ignore CI messages option
2013-04-16 13:16:40 +04:00
[CST] Focus
f36200e0fe
neutrino.cpp: add ci_ignore_messages settings var
2013-04-16 13:16:16 +04:00
[CST] Focus
2cc3c213b5
gui/test_menu.cpp: fix compile
2013-04-16 12:53:54 +04:00
[CST] Focus
eedf2f9e49
gui/infoviewer_bb.cpp: fix tuner icon display
2013-04-16 12:50:24 +04:00
Thilo Graf
894d229b09
CComponents: add vars to modifie frames in selected mode
2013-04-16 08:32:42 +02:00
Thilo Graf
336c3bc7a1
CComponentsItem: add members to set pointer for parent object
...
Pointer is typically of type CComponentsForm or derived classes,
default intialized with NULL and serves to access for
properties of parent object by embedded items.
2013-04-16 08:26:56 +02:00
Thilo Graf
4317b0b4fb
CComponents: add own header file for unused experimental classes
2013-04-16 08:26:56 +02:00
Thilo Graf
39a4e3400e
CComponentsForm: add own header for form classes
2013-04-16 08:26:56 +02:00
Thilo Graf
d7c35b07e4
CComonents: use allowPaint() as private, parameter as by rev
...
not used in sub classes
2013-04-16 08:26:56 +02:00
Thilo Graf
4f623b822f
CComponentsItem: add properties for stats enabled/selected
2013-04-16 08:26:56 +02:00
Thilo Graf
f01a9071d2
CProgressBar: replace x/y position with real position on screen
...
Important to paint related to screen within form dimensions
btw: small cleanups
2013-04-16 08:26:55 +02:00
Thilo Graf
dc373666e0
CComponentsText: add debug output, changes name of arg in iToString()
2013-04-16 08:26:55 +02:00
Thilo Graf
9420edd932
CComponentsItem: add members to get real item position
2013-04-16 08:26:55 +02:00
Thilo Graf
3d35a30ecf
CComponentsPicture: add debug output
2013-04-16 08:26:55 +02:00
Thilo Graf
fb64fb5d35
CComponentsText: add overloaded member setText() for int vars
2013-04-16 08:26:55 +02:00
Thilo Graf
cd1a4c89a8
CProgressBar: use already calculated position var for diagonal line
2013-04-16 08:26:54 +02:00
Thilo Graf
62efe2cb59
CComponentsItem/Form: add var for real item position
...
If items are used in forms it can be usefully to have a variable
which contains the real position on screen.
This can happen e.g. if an item contains separate render methods, because within forms
usual x/y values related to form dimensions and be converted.
2013-04-16 08:26:54 +02:00
Thilo Graf
546b04b846
CComponentsText: add helper to convert integer to string
2013-04-16 08:26:54 +02:00
svenhoefer
1bb07ddad8
- src/gui/Makefile.am: fix creation of git_version.h
2013-04-15 22:35:03 +02:00
Stefan Seyfried
1f1aa08562
auto-enumerate FONT_TYPE_COUNT instead of defining it
2013-04-15 21:37:43 +02:00
Stefan Seyfried
057f3a8964
neutrino: make g_channel_list_changed private
...
Add a setter function MarkChannelListChanged() instead for
bouquet/channel list. This avoids sometimes not reloading
channels after changes in the service menu.
2013-04-15 19:46:27 +02:00
Stefan Seyfried
77ecbfb405
setting_helpers: add reloadhintbox to 'delete removed channels'
2013-04-15 19:46:20 +02:00
Stefan Seyfried
5e4603071e
CInfoViewer: delete infoViewerBB in destructor
2013-04-15 19:46:12 +02:00
Stefan Seyfried
41299cf7d9
CInfoViewerBB: avoid crash in destructor
2013-04-15 19:46:00 +02:00
Stefan Seyfried
a709a13f54
CZapitSdtMonitor: don't crash in destructor
2013-04-15 19:42:53 +02:00
Stefan Seyfried
833fb32197
pictureviewer: free formathandlers in destructor
2013-04-15 19:42:44 +02:00
Stefan Seyfried
6996658dcc
neutrino: fix signed/unsigned warning
2013-04-15 19:42:35 +02:00
Stefan Seyfried
d35835fe8f
channellist: improve add-to-bouquet and remove-new-flag workflow
...
When adding the current channel to a bouquet or favorites or when
removing the "new" flag from a channel, don't immediately reload the
channels but wait for closing of the channellist.
Additionally, select the next channel after one of the add-to-bouquet or
remove-new-flag actions.
2013-04-15 19:42:24 +02:00
Stefan Seyfried
ba22ea8668
reloadchannels: make sure that channel flags are updated when reloading
2013-04-15 19:42:06 +02:00
Stefan Seyfried
08cb6ddfdd
sectionsd: fix memleak with unused events
2013-04-15 19:39:43 +02:00
Stefan Seyfried
aa8a137707
add menu option to delete 'removed channels'
2013-04-15 19:34:26 +02:00
Stefan Seyfried
a63e1007e5
getservices: add option to not save removed channels
2013-04-15 19:34:05 +02:00
Jacek Jendrzej
3731bc4216
src/gui/epgview.cpp: center window
2013-04-14 15:09:51 +02:00
svenhoefer
4b624f88bd
- english.locale: typo
2013-04-13 11:46:06 +02:00
svenhoefer
473d6f38ba
- eventlist: make additional infos switchable
...
* new menu 'eventlist' in osd-setup
* fix offset in infozone
* fontsize for infozone adjustable
2013-04-13 11:13:23 +02:00
svenhoefer
d937082cd5
- eventlist: fix round borders for current unselected event
2013-04-13 09:31:39 +02:00