Michael Liebmann
bb87b2fdea
CComponentsItem: Set sw_cur = 0 if no shadow
...
Origin commit data
------------------
Commit: b8da504432
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-05-21 (Tue, 21 May 2013)
Origin message was:
------------------
* CComponentsItem: Set sw_cur = 0 if no shadow
2013-05-21 19:34:53 +02:00
Michael Liebmann
6ee44a7687
Fix CComponents::getScreen()/hide() & CComponentsItem::hideCCItem()
...
- Use CFrameBuffer::waitForIdle() to ensure that all GXA commands
are finished before SaveScreen() / RestoreScreen() is executed
Origin commit data
------------------
Commit: 072097cd06
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-05-17 (Fri, 17 May 2013)
Origin message was:
------------------
* Fix CComponents::getScreen()/hide() & CComponentsItem::hideCCItem()
- Use CFrameBuffer::waitForIdle() to ensure that all GXA commands
are finished before SaveScreen() / RestoreScreen() is executed
2013-05-18 14:44:20 +01:00
Michael Liebmann
fb34a0fc68
CComponents: Add corner_type to paintFbItems() => paintBoxFrame()
...
Origin commit data
------------------
Commit: c5e223a231
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-05-16 (Thu, 16 May 2013)
Origin message was:
------------------
* CComponents: Add corner_type to paintFbItems() => paintBoxFrame()
2013-05-16 11:01:41 +01:00
Thilo Graf
2b284c0978
CComponents: fix missing save of background in paint_bg=false mode
...
Exit in initVarItem() on !paint_bg was too early.
Origin commit data
------------------
Commit: 9ae72bf02d
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-05-12 (Sun, 12 May 2013)
2013-05-12 14:17:10 +02:00
Michael Liebmann
60b0c9dfd6
CComponents::paintFbItems: Fix paint frame
...
- Remove function CComponents::allowPaint()
Origin commit data
------------------
Commit: 612ef514a3
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-05-09 (Thu, 09 May 2013)
Origin message was:
------------------
* CComponents::paintFbItems: Fix paint frame
- Remove function CComponents::allowPaint()
2013-05-10 11:32:12 +01:00
Stefan Seyfried
f6c0718366
Merge remote-tracking branch 'check/next-cc'
...
needs some build-fixing and merge errors are likely :-(
Conflicts:
configure.ac
data/icons/start.jpg
data/locale/deutsch.locale
data/locale/unmaintained/dutch.locale
lib/libdvbsub/Makefile.am
lib/libdvbsub/dvbsubtitle.cpp
lib/libtuxtxt/Makefile.am
src/Makefile.am
src/daemonc/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/framebuffer.cpp
src/driver/framebuffer.h
src/driver/pictureviewer/Makefile.am
src/driver/rcinput.cpp
src/driver/streamts.cpp
src/driver/volume.cpp
src/eitd/Makefile.am
src/gui/Makefile.am
src/gui/audioplayer.cpp
src/gui/bedit/Makefile.am
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/components/Makefile.am
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
src/gui/keybind_setup.cpp
src/gui/moviebrowser.cpp
src/gui/movieplayer.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/test_menu.cpp
src/gui/test_menu.h
src/gui/update.cpp
src/gui/videosettings.cpp
src/gui/widget/Makefile.am
src/gui/widget/buttons.cpp
src/gui/widget/stringinput.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/system/Makefile.am
src/system/setting_helpers.cpp
src/system/settings.h
src/zapit/include/zapit/client/zapitclient.h
src/zapit/include/zapit/femanager.h
src/zapit/include/zapit/getservices.h
src/zapit/lib/zapitclient.cpp
src/zapit/src/Makefile.am
src/zapit/src/capmt.cpp
src/zapit/src/femanager.cpp
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
Origin commit data
------------------
Commit: 8253c4d67c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-05-10 (Fri, 10 May 2013)
2013-05-10 10:06:47 +02:00
Michael Liebmann
1c8eab938d
CComponents::paintFbItems: Don't paint item if dx or dy are 0
...
Origin commit data
------------------
Commit: 309b371060
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-05-08 (Wed, 08 May 2013)
Origin message was:
------------------
* CComponents::paintFbItems: Don't paint item if dx or dy are 0
2013-05-08 07:06:12 +01:00
Thilo Graf
109a0ba9ac
CComponents: rework kill()
...
There was some problems with restore, hide, clean and save background of item parts,
seen in detailsline. kill() worked not really clean.
kill() works now as virtual member and uses paintBackgroundBoxRel().
In consequence of which:
-unnecessary members in subclasses removed.
-add some comments
Origin commit data
------------------
Commit: a4c3e08f77
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-05-03 (Fri, 03 May 2013)
2013-05-03 19:51:57 +02:00
vanhofen
b08ecffc54
cc_detailsline.cpp: fix coordinates for shadow lines
...
Origin commit data
------------------
Commit: 62f5b11123
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-05-02 (Thu, 02 May 2013)
Origin message was:
------------------
- cc_detailsline.cpp: fix coordinates for shadow lines
2013-05-02 21:10:00 +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
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
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
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
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
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
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
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
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
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
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
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
[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
Thilo Graf
22c5bd5db2
CComponentsItem: prevent possible compile error
...
Origin commit data
------------------
Commit: df0a454efe
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-16 (Tue, 16 Apr 2013)
2013-04-16 11:56:27 +02:00
Thilo Graf
7704f0de8c
CComonents: disable debug spam
...
Origin commit data
------------------
Commit: 8813dccc7e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-16 (Tue, 16 Apr 2013)
2013-04-16 11:40:01 +02:00
Thilo Graf
a34b353f06
CComponents: add vars to modifie frames in selected mode
...
Origin commit data
------------------
Commit: 894d229b09
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-16 (Tue, 16 Apr 2013)
2013-04-16 08:32:42 +02:00
Thilo Graf
a034567d97
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.
Origin commit data
------------------
Commit: 336c3bc7a1
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-15 (Mon, 15 Apr 2013)
2013-04-16 08:26:56 +02:00
Thilo Graf
4187dcbf8e
CComponents: add own header file for unused experimental classes
...
Origin commit data
------------------
Commit: 4317b0b4fb
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-15 (Mon, 15 Apr 2013)
2013-04-16 08:26:56 +02:00
Thilo Graf
36a293b309
CComponentsForm: add own header for form classes
...
Origin commit data
------------------
Commit: 39a4e3400e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-15 (Mon, 15 Apr 2013)
2013-04-16 08:26:56 +02:00
Thilo Graf
9bec663650
CComonents: use allowPaint() as private, parameter as by rev
...
not used in sub classes
Origin commit data
------------------
Commit: d7c35b07e4
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-14 (Sun, 14 Apr 2013)
2013-04-16 08:26:56 +02:00
Thilo Graf
2e343b322e
CComponentsItem: add properties for stats enabled/selected
...
Origin commit data
------------------
Commit: 4f623b822f
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-13 (Sat, 13 Apr 2013)
2013-04-16 08:26:56 +02:00
Thilo Graf
efeecf0c07
CProgressBar: replace x/y position with real position on screen
...
Important to paint related to screen within form dimensions
btw: small cleanups
Origin commit data
------------------
Commit: f01a9071d2
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-12 (Fri, 12 Apr 2013)
2013-04-16 08:26:55 +02:00
Thilo Graf
325a23b058
CComponentsText: add debug output, changes name of arg in iToString()
...
Origin commit data
------------------
Commit: dc373666e0
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-12 (Fri, 12 Apr 2013)
2013-04-16 08:26:55 +02:00
Thilo Graf
8a97c383f9
CComponentsItem: add members to get real item position
...
Origin commit data
------------------
Commit: 9420edd932
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-12 (Fri, 12 Apr 2013)
2013-04-16 08:26:55 +02:00
Thilo Graf
e17766ee1e
CComponentsPicture: add debug output
...
Origin commit data
------------------
Commit: 3d35a30ecf
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-12 (Fri, 12 Apr 2013)
2013-04-16 08:26:55 +02:00
Thilo Graf
be1c95266b
CComponentsText: add overloaded member setText() for int vars
...
Origin commit data
------------------
Commit: fb64fb5d35
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-10 (Wed, 10 Apr 2013)
2013-04-16 08:26:55 +02:00
Thilo Graf
8a4b24c4eb
CProgressBar: use already calculated position var for diagonal line
...
Origin commit data
------------------
Commit: cd1a4c89a8
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-08 (Mon, 08 Apr 2013)
2013-04-16 08:26:54 +02:00
Thilo Graf
48237184c8
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.
Origin commit data
------------------
Commit: 62efe2cb59
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-10 (Wed, 10 Apr 2013)
2013-04-16 08:26:54 +02:00
Thilo Graf
dbc9c1e08f
CComponentsText: add helper to convert integer to string
...
Origin commit data
------------------
Commit: 546b04b846
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-10 (Wed, 10 Apr 2013)
2013-04-16 08:26:54 +02:00
Stefan Seyfried
51bbad3ab1
Merge branch 'check/pu-cc' into master
...
Conflicts:
src/gui/osd_setup.cpp
src/neutrino.cpp
Origin commit data
------------------
Commit: 61bf95f552
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-13 (Sat, 13 Apr 2013)
2013-04-13 17:17:30 +02:00
Thilo Graf
718644d286
CProgressBar: use correct default colors in constructor
...
Origin commit data
------------------
Commit: 276fa6273e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-04-07 (Sun, 07 Apr 2013)
2013-04-07 20:37:54 +02:00
Stefan Seyfried
691b4639b9
cc_frm: fix invalid cast
...
Origin commit data
------------------
Commit: 8d8ce4c55a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-06 (Sat, 06 Apr 2013)
2013-04-06 22:20:58 +02:00
Stefan Seyfried
f0f32ff08f
Merge branch 'check/pu-cc' into master
...
...needs some build- and logical fixing...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/gui/eventlist.cpp
src/gui/moviebrowser.cpp
src/gui/scan.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
Origin commit data
------------------
Commit: 8b689f4b26
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-04-06 (Sat, 06 Apr 2013)
2013-04-06 14:28:16 +02:00