vanhofen
426105bf4d
channellist: remove some unneeded calculations
...
Conflicts:
src/gui/channellist.cpp
Origin commit data
------------------
Commit: e2bbf2aa44
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-18 (Thu, 18 Apr 2013)
Origin message was:
------------------
- channellist: remove some unneeded calculations
Conflicts:
src/gui/channellist.cpp
2013-04-30 12:54:05 +04:00
vanhofen
808c0e8d29
channellist: use the bigger menu-icon
...
Origin commit data
------------------
Commit: 2d54786f4b
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-18 (Thu, 18 Apr 2013)
Origin message was:
------------------
- channellist: use the bigger menu-icon
2013-04-30 12:52:52 +04:00
[CST] Focus
6d5cc49cf7
gui/movieplayer.cpp: add subtitle display support for file playback
...
Origin commit data
------------------
Commit: 7a0c1e9674
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-04-30 (Tue, 30 Apr 2013)
2013-04-30 12:28:15 +04:00
[CST] Focus
4b99dd8dab
gui/keybind_setup.cpp add key for file play subtitle select
...
Origin commit data
------------------
Commit: 95d6580b37
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-04-30 (Tue, 30 Apr 2013)
2013-04-30 12:10:24 +04:00
[CST] Focus
4bde2549f0
gui/scan_setup.cpp: dont show rotor options on cable-only box
...
Origin commit data
------------------
Commit: 2cfb8d487a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-04-30 (Tue, 30 Apr 2013)
2013-04-30 10:14:59 +04:00
Jacek Jendrzej
eb087be495
src/gui/widget/menue.cpp: don't paint icon if no space for this
...
Origin commit data
------------------
Commit: 6f552797b4
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-04-29 (Mon, 29 Apr 2013)
2013-04-29 21:08:44 +02:00
Thilo Graf
96e8ced8a3
CTextBox: user CORNER_ALL for corner type parameter to paint text background
...
Origin commit data
------------------
Commit: a7d8597f05
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-28 (Sun, 28 Apr 2013)
2013-04-28 16:48:11 +02:00
Thilo Graf
0258039447
CNeutrinoEventList:kill text background during scrolling through event list
...
This is necessary because the background of text
is not automatically deleted.
Origin commit data
------------------
Commit: 4511d292b7
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-27 (Sat, 27 Apr 2013)
2013-04-28 16:48:11 +02:00
Thilo Graf
26547cb786
CComponentsText: force text paint after hide
...
After hide()it was not possible to paint text without forceTextPaint()
and define of ct_old_text in setText() was not enough.
Origin commit data
------------------
Commit: 76a2c44014
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-27 (Sat, 27 Apr 2013)
2013-04-28 16:48:11 +02:00
Thilo Graf
da9452cb46
CComponentsButton: use adequate arrangement for caption
...
Origin commit data
------------------
Commit: 85b1117f37
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-27 (Sat, 27 Apr 2013)
2013-04-28 16:48:10 +02:00
Thilo Graf
5dab12e9e7
CComponentsHeader/Button: force paint of text
...
Origin commit data
------------------
Commit: 988d1f3ea8
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-27 (Sat, 27 Apr 2013)
2013-04-28 16:48:10 +02:00
Thilo Graf
39683163d1
CComponentsPicture: use members as virtual members
...
Makes members ready for use in subclasses
Origin commit data
------------------
Commit: e84ac6f3a1
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-27 (Sat, 27 Apr 2013)
2013-04-28 16:48:10 +02:00
Thilo Graf
21002c268b
CComponents: add members setPos() and getSize()
...
Origin commit data
------------------
Commit: 0fe69feb96
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-28 16:48:09 +02:00
Michael Liebmann
b8a04490f4
CTextBox: When using only digits to display:
...
- Use for calculating digit height
font->getDigitHeight() / font->getDigitOffset()
Origin commit data
------------------
Commit: fccb07cfc9
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-04-24 (Wed, 24 Apr 2013)
Origin message was:
------------------
* CTextBox: When using only digits to display:
- Use for calculating digit height
font->getDigitHeight() / font->getDigitOffset()
2013-04-28 16:48:09 +02:00
Thilo Graf
2025d92dbe
CComponentsText: init CComponentsText without paint of text background
...
This avoids unnecessary render of backgrounds in textboxes. If it does,
so it's possible to enable it subsequently with doPaintTextBoxBg().
Origin commit data
------------------
Commit: 9735c670fd
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-28 16:48:08 +02:00
Thilo Graf
15d4254054
CInfoViewer: use correct text color in showInfoFile()
...
Origin commit data
------------------
Commit: 19f2d556ee
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-27 22:20:10 +02:00
Thilo Graf
e182d3e13c
CComponentsInfoBox: add missing define for text color
...
Origin commit data
------------------
Commit: cadb66e225
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-27 22:20:10 +02:00
Thilo Graf
6458c5cfb1
CInfoViewer: add member killInfobarText()
...
Ensure that no unnecessary instance of Components infobox is generated
and paint only changed text.
Origin commit data
------------------
Commit: 54d0f8b42b
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-27 22:20:10 +02:00
Thilo Graf
5e92bd4cb6
CComponentsText: paint text only on text change, add members to handle this
...
It can be usefull to hold unchanged text to avoid unnecessary text
paintings. It's also also possible to force paint of text,
use forceTextPaint(). Use textChanged(), to evaluate current text changes.
Origin commit data
------------------
Commit: dfc6e2069e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-26 (Fri, 26 Apr 2013)
2013-04-27 22:20:10 +02:00
Thilo Graf
c1a2832e55
CInfoViewer: ensure hide on deleted info file
...
Origin commit data
------------------
Commit: e30f4d2764
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-25 (Thu, 25 Apr 2013)
2013-04-27 22:20:09 +02:00
Thilo Graf
5ffe0041a3
CComponentsInfoBox: replace static parameter with inherited member
...
member value was not looped through
Origin commit data
------------------
Commit: f774eb833f
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-25 (Thu, 25 Apr 2013)
2013-04-27 22:16:15 +02:00
Jacek Jendrzej
b08214b3a9
CInfoViewer::showInfoFile -check file size
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 6d088357c3
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-04-24 (Wed, 24 Apr 2013)
2013-04-26 18:31:40 +02:00
Thilo Graf
eb10fd6315
CInfoViewer: implement CComponentsInfoBox() to show infobar.txt content
...
Origin commit data
------------------
Commit: a09d7f4a7e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-24 (Wed, 24 Apr 2013)
2013-04-26 18:31:39 +02:00
Michael Liebmann
53286b7a4a
CComponentsLabel: Use 'std::string' instead of 'const char*' for ct_text
...
- Supplement to commit 4c87ca5...
Origin commit data
------------------
Commit: eafcbf6a86
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-04-25 (Thu, 25 Apr 2013)
Origin message was:
------------------
* CComponentsLabel: Use 'std::string' instead of 'const char*' for ct_text
- Supplement to commit 4c87ca5...
2013-04-25 09:34:53 +01:00
Thilo Graf
be86748e20
CComponentsText: add bool as return value for setTextFromFile()
...
Origin commit data
------------------
Commit: cc63773920
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-24 (Wed, 24 Apr 2013)
2013-04-24 19:56:00 +02:00
Thilo Graf
d944df82e2
moviebrowser.cpp: fix wrong progress scale
...
Origin commit data
------------------
Commit: 3e0636a617
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-23 (Tue, 23 Apr 2013)
2013-04-24 19:55:26 +02:00
Thilo Graf
00df520734
CComponentsText: use member function 'ToString' as static
...
Origin commit data
------------------
Commit: ca9d7add48
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-22 (Mon, 22 Apr 2013)
2013-04-24 19:48:39 +02:00
Thilo Graf
e961ae241a
CImageInfo: use setTextFromFile() to show license text
...
Origin commit data
------------------
Commit: 91e0a0c4bf
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-22 (Mon, 22 Apr 2013)
2013-04-24 19:48:39 +02:00
Thilo Graf
f25a1ef797
CComponentsText: add member to use file as text source
...
Origin commit data
------------------
Commit: cdfc544809
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-22 (Mon, 22 Apr 2013)
2013-04-24 19:48:39 +02:00
vanhofen
10d6a69eee
moviebrowser: fix* buttonbar
...
*) not really a fix - just a better terrible solution
Origin commit data
------------------
Commit: fae9bb0985
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-24 (Wed, 24 Apr 2013)
Origin message was:
------------------
- moviebrowser: fix* buttonbar
*) not really a fix - just a better terrible solution
2013-04-24 15:34:22 +02:00
Michael Liebmann
4c87ca5fea
CComponentsText: Use 'std::string' instead of 'const char*' for ct_text
...
Origin commit data
------------------
Commit: 3a19edda45
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-04-20 (Sat, 20 Apr 2013)
Origin message was:
------------------
* CComponentsText: Use 'std::string' instead of 'const char*' for ct_text
2013-04-22 15:41:03 +01:00
Thilo Graf
fdeda0aab1
CComponentsItem: don't render shadow as full box
...
Origin commit data
------------------
Commit: 48c4142a24
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-20 (Sat, 20 Apr 2013)
2013-04-20 22:55:23 +02:00
Thilo Graf
87ba757c9b
CComponents: remove unused enum type
...
Origin commit data
------------------
Commit: 4a5044ca46
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-20 (Sat, 20 Apr 2013)
2013-04-20 22:55:23 +02:00
Thilo Graf
6f6abfc4e6
CComponentsItem: move calculation out of struct an add comment
...
Origin commit data
------------------
Commit: d725153ebe
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-20 (Sat, 20 Apr 2013)
2013-04-20 13:10:54 +02:00
Thilo Graf
d6759227fb
CTestMenu: add sample code for CComponentsButtonRed
...
Origin commit data
------------------
Commit: b0846842f3
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-16 (Tue, 16 Apr 2013)
2013-04-20 12:53:25 +02:00
Thilo Graf
32cb909a14
CComponents:add sub class CComponentsButton
...
Origin commit data
------------------
Commit: 04afa10e02
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-20 (Sat, 20 Apr 2013)
2013-04-20 12:53:25 +02:00
Michael Liebmann
96c018bca8
Infoviewer: Fix key handling for PiP
...
Origin commit data
------------------
Commit: 9e3e8e981b
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-04-19 (Fri, 19 Apr 2013)
Origin message was:
------------------
* Infoviewer: Fix key handling for PiP
2013-04-19 00:38:34 +01:00
Jacek Jendrzej
d0cddc8afd
use var passed by reference
...
Origin commit data
------------------
Commit: ddc9229efc
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-04-18 (Thu, 18 Apr 2013)
2013-04-18 19:19:30 +02:00
vanhofen
0b44ef089f
channellist: remove some unneeded calculations
...
Origin commit data
------------------
Commit: e07e2e5264
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-18 (Thu, 18 Apr 2013)
Origin message was:
------------------
- channellist: remove some unneeded calculations
2013-04-18 18:09:32 +02:00
vanhofen
7c8ad1691d
cc_item.cpp: fix wrong calc in paintInit()
...
Origin commit data
------------------
Commit: 263da08fb9
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-18 (Thu, 18 Apr 2013)
Origin message was:
------------------
- cc_item.cpp: fix wrong calc in paintInit()
2013-04-18 17:45:48 +02:00
vanhofen
df2e4ab12f
channellist: use the bigger menu-icon
...
Origin commit data
------------------
Commit: c87750e66d
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-18 (Thu, 18 Apr 2013)
Origin message was:
------------------
- channellist: use the bigger menu-icon
2013-04-18 17:20:43 +02:00
[CST] Focus
1bd0bd8a7b
Merge branch 'pu/cc' into next-cc
...
Conflicts:
acinclude.m4
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/eitd/SIlanguage.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan.h
src/gui/test_menu.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
src/neutrino.cpp
src/nhttpd/yconfig.h
Origin commit data
------------------
Commit: 8bb70d1ab3
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-04-17 (Wed, 17 Apr 2013)
2013-04-17 13:32:12 +04:00
vanhofen
fad03b00e1
src/gui/Makefile.am: fix creation of git_version.h
...
Origin commit data
------------------
Commit: 9f0816bc60
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-04-15 (Mon, 15 Apr 2013)
Origin message was:
------------------
- src/gui/Makefile.am: fix creation of git_version.h
2013-04-17 10:21:33 +04:00
Stefan Seyfried
2acc70f0d4
auto-enumerate FONT_TYPE_COUNT instead of defining it
...
Conflicts:
src/system/settings.h
Origin commit data
------------------
Commit: 5954735ed8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-15 (Mon, 15 Apr 2013)
2013-04-17 10:21:33 +04:00
Stefan Seyfried
3395fd26af
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.
Origin commit data
------------------
Commit: c0c008190e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:33 +04:00
Stefan Seyfried
c6d32100f1
CInfoViewer: delete infoViewerBB in destructor
...
Origin commit data
------------------
Commit: 268c5b84e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:33 +04:00
Stefan Seyfried
47a52eb270
CInfoViewerBB: avoid crash in destructor
...
Origin commit data
------------------
Commit: bd22ca2497
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:33 +04:00
Stefan Seyfried
5fe16ac601
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.
Origin commit data
------------------
Commit: 9eda015afe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:33 +04:00
Stefan Seyfried
fa39408116
reloadchannels: make sure that channel flags are updated when reloading
...
Origin commit data
------------------
Commit: bb560fbf47
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:33 +04:00
Jacek Jendrzej
3e78f01231
src/gui/epgview.cpp: center window
...
Origin commit data
------------------
Commit: 95cbeceb83
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-17 10:21:32 +04:00