Commit Graph

5495 Commits

Author SHA1 Message Date
J. Krieg
f63af64ac7 cables.xml: update Kabel BW (rearrangement channels, June 2013)
Origin commit data
------------------
Commit: cc728d299c
Author: J. Krieg <bellum07@googlemail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)
2013-07-13 23:03:06 +02:00
tomworld
1598b73e63 keybind_setup: add possibility to disable/enable some special keys
Origin commit data
------------------
Commit: ea66aaaf8f
Author: tomworld <atzeworld@msn.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)

Origin message was:
------------------
- keybind_setup: add possibility to disable/enable some special keys
2013-07-12 15:50:30 +02:00
vanhofen
7e2940c2cd yweb: fix position and dimension of volume table
Origin commit data
------------------
Commit: c866bf0866
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)

Origin message was:
------------------
- yweb: fix position and dimension of volume table
2013-07-07 22:33:21 +02:00
vanhofen
c6e91c3206 yweb: increase left secondary menu frame
* increase version for last 3 commits. sry


Origin commit data
------------------
Commit: 262820f927
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)

Origin message was:
------------------
- yweb: increase left secondary menu frame

* increase version for last 3 commits. sry
2013-07-07 22:29:50 +02:00
FlatTV
43a759358d CTextBox: expand parameters of member setTextBorderWidth()
This allows to use different horizontal and vertical width of borders
in text boxes.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 153d2f3c78
Author: FlatTV <FlatTV@gmx.de>
Date: 2013-07-01 (Mon, 01 Jul 2013)
2013-07-07 14:24:02 +02:00
vanhofen
e42b31e4a9 yweb: remove obsolete Y_Settings.yhtm
Origin commit data
------------------
Commit: af662827d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-06 (Sat, 06 Jul 2013)

Origin message was:
------------------
- yweb: remove obsolete Y_Settings.yhtm
2013-07-06 08:43:43 +02:00
vanhofen
33d61836d9 yweb: split links to screenshot pages to different list rows
Origin commit data
------------------
Commit: 2c1477f46c
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-06 (Sat, 06 Jul 2013)

Origin message was:
------------------
- yweb: split links to screenshot pages to different list rows
2013-07-06 08:41:07 +02:00
vanhofen
51fd69f2d8 yweb: add new function 'add_yExtensions()' to avoid duplicate code
* remove prefix '-' from added items
* add class 'y_menu_sec_ext' to added items
* rename unused class 'y_menu_prim_item' to 'y_menu_prim_ext'


Origin commit data
------------------
Commit: a78fcbc6a9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-05 (Fri, 05 Jul 2013)

Origin message was:
------------------
- yweb: add new function 'add_yExtensions()' to avoid duplicate code

* remove prefix '-' from added items
* add class 'y_menu_sec_ext' to added items
* rename unused class 'y_menu_prim_item' to 'y_menu_prim_ext'
2013-07-05 16:08:30 +02:00
vanhofen
e1f3c21df0 yweb: don't add undefined info urls to extentions page
Origin commit data
------------------
Commit: 9e90a1ac56
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-05 (Fri, 05 Jul 2013)

Origin message was:
------------------
- yweb: don't add undefined info urls to extentions page
2013-07-05 13:37:11 +02:00
vanhofen
b1f1b659aa yweb: fix fallback path to extentions.txt
Origin commit data
------------------
Commit: 431ec51419
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-05 (Fri, 05 Jul 2013)

Origin message was:
------------------
- yweb: fix fallback path to extentions.txt
2013-07-05 13:35:08 +02:00
Michael Liebmann
9a41f04867 COsdSetup: Fix segfault due 'double free or corruption' (glibc)
- remove 'delete mfFontFile' & 'delete mfTtxFontFile' from destructor
- initialize variables mfFontFile & mfTtxFontFile


Origin commit data
------------------
Commit: dfd5c29371
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)
2013-07-04 22:58:36 +02:00
Michael Liebmann
356c217ae8 start wizard: add german locale
Origin commit data
------------------
Commit: 082b301d64
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
2013-07-04 22:58:36 +02:00
Michael Liebmann
06b4137634 CRecordManager::ShowMenu: Fix display durations
- Save Option for CMenuForwarderNonLocalized in vector<std::string>


Origin commit data
------------------
Commit: 84ab2cb555
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)
2013-07-04 07:45:52 +02:00
Michael Liebmann
82cf912874 Revert "CMenuForwarder: Use std::string (not pointer to std::string or char) for option"
This reverts commit c17394c593.


Origin commit data
------------------
Commit: 5f4d598b1e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)
2013-07-04 07:45:51 +02:00
Michael Liebmann
5712ef356f CRecordInstance::GetRecordString(): Fix calculation of duration
- Use locales for time string
- Show recording duration right aligned in stop menu


Origin commit data
------------------
Commit: 0ce25a86d5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-03 (Wed, 03 Jul 2013)
2013-07-04 02:05:34 +02:00
Michael Liebmann
c17394c593 CMenuForwarder: Use std::string (not pointer to std::string or char) for option
Origin commit data
------------------
Commit: b5d1322617
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)
2013-07-04 02:05:33 +02:00
Michael Liebmann
3b591f818c info viewer: Fix corner radius
Origin commit data
------------------
Commit: d313392144
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-03 (Wed, 03 Jul 2013)
2013-07-03 07:30:10 +02:00
Michael Liebmann
5524be73f2 COsdSetup: Display file names in font setup menu
Origin commit data
------------------
Commit: 6d3a05fe0a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-03 (Wed, 03 Jul 2013)
2013-07-03 07:30:10 +02:00
Michael Liebmann
4b6eba3a10 src/system/helpers.cpp: Add getBaseName() and getPathName()
Origin commit data
------------------
Commit: 767ff03d98
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-03 (Wed, 03 Jul 2013)
2013-07-03 07:30:09 +02:00
Michael Liebmann
5e2fac3491 Fix paint VolumeBar on InfoViewer
Origin commit data
------------------
Commit: 31e2dae622
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
2013-07-03 07:30:09 +02:00
Michael Liebmann
c91e7889aa CVolumeBar: add enums for volume bar pos
Origin commit data
------------------
Commit: 2a63a85584
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
2013-07-03 07:30:09 +02:00
vanhofen
6012eb9dbe yweb: new images for remotecontrols v3 (zee and neo2) and v4 (neo twin)
special thanks to luuk@astrasat for support

* add image for remotecontrol v4 (neo twin)
* replace german images with plain images and localized tooltips.


Origin commit data
------------------
Commit: 1b7c7fecf6
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-01 (Mon, 01 Jul 2013)

Origin message was:
------------------
- yweb: new images for remotecontrols v3 (zee and neo2) and v4 (neo twin)

 special thanks to luuk@astrasat for support

* add image for remotecontrol v4 (neo twin)
* replace german images with plain images and localized tooltips.
2013-07-01 15:19:58 +02:00
Michael Liebmann
163e7fd45f CMenuWidget: fix simplified up/down code
- supplement to a0e73ac341


Origin commit data
------------------
Commit: 4003d5f434
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
2013-07-01 12:49:37 +02:00
[CST] Focus
b219d9ce6e src/zapit/src/getservices.cpp: try to fix satellite services load
in case service.xml and satellites.xml have different sat names


Origin commit data
------------------
Commit: 9827f03601
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-29 (Sat, 29 Jun 2013)
2013-06-29 14:49:11 +04:00
vanhofen
15a2ba31cd yweb: fix af7247f (change eventhandler to new function)
Origin commit data
------------------
Commit: f7ff06485f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-29 (Sat, 29 Jun 2013)

Origin message was:
------------------
- yweb: fix af7247f (change eventhandler to new function)
2013-06-29 01:26:14 +02:00
[CST] Focus
d09745a48f add initial Astra 19e settings to install
Origin commit data
------------------
Commit: 33bc58915a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
2013-06-28 16:12:33 +04:00
[CST] Focus
b623eb1854 start wizard: add easy mode as requested by customers,
which only ask for gui language and show fast scan (sat) and/or simple cable scan menu


Origin commit data
------------------
Commit: d5e57f8877
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
2013-06-28 15:55:19 +04:00
[CST] Focus
612052822e src/gui/scan_setup.cpp: prevent crash in wizard - channel list not created yet
Origin commit data
------------------
Commit: 584405883d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-27 (Thu, 27 Jun 2013)
2013-06-28 15:55:19 +04:00
vanhofen
6de6fcef79 yweb: rework classifying slidertable in channellist for a smoother view
Origin commit data
------------------
Commit: 63173fd5e2
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-28 (Fri, 28 Jun 2013)

Origin message was:
------------------
- yweb: rework classifying slidertable in channellist for a smoother view
2013-06-28 00:52:59 +02:00
vanhofen
9ec912e1a7 pluginlist: using CComponentsHeader to paint header
* fix scrollbar painting


Origin commit data
------------------
Commit: b1f2f4dc98
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-27 (Thu, 27 Jun 2013)

Origin message was:
------------------
- pluginlist: using CComponentsHeader to paint header

* fix scrollbar painting
2013-06-27 14:03:34 +02:00
[CST] Focus
db8d06c212 gui/videosettings.cpp: do not set g_settings.analog_mode2 on apollo
Origin commit data
------------------
Commit: 9f63e80629
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-27 (Thu, 27 Jun 2013)
2013-06-27 15:03:49 +04:00
[CST] Focus
2c4c9200d8 neutrino.cpp: fix analog_mode1 on apollo
Origin commit data
------------------
Commit: 06a3533d68
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-27 (Thu, 27 Jun 2013)
2013-06-27 15:03:49 +04:00
[CST] Focus
f520dc0f58 Revert "gui/scan_setup.cpp: disable intro items in select satellite -"
seems to be fixed.

This reverts commit 8e29de022a.


Origin commit data
------------------
Commit: 5c60ba98e6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-27 (Thu, 27 Jun 2013)
2013-06-27 15:03:48 +04:00
vanhofen
09e6f924d9 yweb: re-introduce 'WebsiteMain.hosted_directory'
* this directory can be used to host some of your cracy stuff.
 yhtm, yjs and ysh will also parsed now. it is reachable with
 <boxip>/hosted/
* if exist a subdir named 'logos' in this directory you can use
 this as an external logo-dir for yweb too
* path can be configured with '--with-hosted_httpddir=PATH'


Origin commit data
------------------
Commit: 9078775a0a
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-27 (Thu, 27 Jun 2013)

Origin message was:
------------------
- yweb: re-introduce 'WebsiteMain.hosted_directory'

* this directory can be used to host some of your cracy stuff.
 yhtm, yjs and ysh will also parsed now. it is reachable with
 <boxip>/hosted/
* if exist a subdir named 'logos' in this directory you can use
 this as an external logo-dir for yweb too
* path can be configured with '--with-hosted_httpddir=PATH'
2013-06-27 12:20:29 +02:00
Thilo Graf
d394b3e0b5 CComponentsWindow: fix missing init of footer
Origin commit data
------------------
Commit: ac53313da4
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)
2013-06-25 11:36:04 +02:00
Thilo Graf
4227c602f1 CComponentsForm: add more debug details
Origin commit data
------------------
Commit: f3cb2bc41c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)
2013-06-25 11:36:04 +02:00
Thilo Graf
bef294c807 CComponentsForm: fix possible segfault
Origin commit data
------------------
Commit: 7fd870a063
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)
2013-06-25 11:36:04 +02:00
Thilo Graf
3901c1be41 CComponentsWindow: add member Refresh() to reinit dimensions and positions
Origin commit data
------------------
Commit: 5521a3b341
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-24 (Mon, 24 Jun 2013)
2013-06-25 11:36:03 +02:00
vanhofen
af7247fd4a yweb: a more suitable caption of remotecontrol button
Origin commit data
------------------
Commit: 5f87a1246d
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)

Origin message was:
------------------
- yweb: a more suitable caption of remotecontrol button
2013-06-25 10:37:00 +02:00
vanhofen
f2af6a0841 yweb: use a more matching icon for remotecontrol
Origin commit data
------------------
Commit: 177eb70b91
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)

Origin message was:
------------------
- yweb: use a more matching icon for remotecontrol
2013-06-25 09:59:28 +02:00
vanhofen
c6146396e0 yweb: supplement2 to 3a179d7 (typo)
Origin commit data
------------------
Commit: ef64f1dfbc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)

Origin message was:
------------------
- yweb: supplement2 to 3a179d7 (typo)
2013-06-25 08:31:28 +02:00
vanhofen
dd17f2d35b yweb: supplement to 3a179d7 (the missing language entrys)
Origin commit data
------------------
Commit: b9d9bdc21b
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-24 (Mon, 24 Jun 2013)

Origin message was:
------------------
- yweb: supplement to 3a179d7 (the missing language entrys)
2013-06-24 15:37:14 +02:00
vanhofen
3a179d7dac yweb: use correct remotecontrol in dependecy from neutrino-setting ...
... or choose another remotecontrol for yweb only

* TODO: add an image an an imagemap for remotecontrol v4 (neo twin)
* imagemaps for dbox-remotecontrols are taken from tuxbox neutrino


Origin commit data
------------------
Commit: 915789cac8
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-24 (Mon, 24 Jun 2013)

Origin message was:
------------------
- yweb: use correct remotecontrol in dependecy from neutrino-setting ...

... or choose another remotecontrol for yweb only

* TODO: add an image an an imagemap for remotecontrol v4 (neo twin)
* imagemaps for dbox-remotecontrols are taken from tuxbox neutrino
2013-06-24 15:15:13 +02:00
Thilo Graf
e86387b795 CComponentsWindow: fix wrong type for ccw_footer
Origin commit data
------------------
Commit: 4a2a55e3dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 23:28:26 +02:00
Thilo Graf
e3909c10b0 CComponentsWindow: remove unused member
Origin commit data
------------------
Commit: 3fe6a376a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 23:28:20 +02:00
Thilo Graf
82d16348d7 CComponentsForm: fix position of inserted item
It's not enough to insert an item object only. Also properties like
parent and index must be defined to inserted item to ensure that
positions are calculated correctly.


Origin commit data
------------------
Commit: 75fe48043e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 22:54:40 +02:00
Thilo Graf
927691cab0 CComponentsForm: use addCCItem() instead push_back
push_back doesn't make all necessary steps to add an item


Origin commit data
------------------
Commit: 460c8bbff3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 22:54:35 +02:00
Thilo Graf
1b9f02b750 CComponentsForm: add new member genIndex()
Origin commit data
------------------
Commit: a8721fa72a
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 22:54:30 +02:00
Thilo Graf
05a6f46dbe CComponentsForm: fix position of replaced item
If cc-item is bound on a parent form, it's not enough
to replace the item object only, also properties like
parent and index must be moved to new item to ensure that positions are calculated correctly.
But it's matter for unbound cc-items.


Origin commit data
------------------
Commit: c66c778326
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)
2013-06-23 20:34:19 +02:00
Thilo Graf
649d7083fa Locales: small text change for image info caption
Origin commit data
------------------
Commit: 0495780668
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-21 (Fri, 21 Jun 2013)
2013-06-21 13:52:55 +02:00