Commit Graph

6117 Commits

Author SHA1 Message Date
svenhoefer
b335a50ef3 - pictureviewer: using CComponentsHeader to paint header
* rework footer handling (get height from paintButtons methode)
2013-05-27 22:25:30 +02:00
svenhoefer
2204631859 - bookmarkmanager/bouquetlist: add missing includes 2013-05-27 22:08:24 +02:00
svenhoefer
d9a4f7eba8 - filebrowser: using bigger help button in buttonbar 2013-05-27 21:44:05 +02:00
svenhoefer
a0d9a6b64f - bookmarkmanager: using CComponentsHeader to paint header 2013-05-27 21:21:49 +02:00
svenhoefer
a9012e4699 - bouquetlist: using CComponentsHeader to paint header 2013-05-27 21:19:23 +02:00
svenhoefer
66e61d433d - audioplayer: using CComponentsHeader to paint header 2013-05-27 21:14:57 +02:00
Stefan Seyfried
0c3c93e7db configure: try to autodetect lualib 2013-05-27 13:36:50 +02:00
svenhoefer
c557c03695 - timerlist: rework gui stuff
* add shadow
* change some calculations to be more equal to other windows
* get footerheight from paintButtons methode
* change ok button to blue button in footer
* blue button has same function as ok button
* init members in contructor
* remove unused code
* change rotating colors because COL_MENUCONTENTDARK_PLUS_0
  is used for shadow
* replace info button with dummy if timer is not type REC or ZAP
* sort member variables in header
2013-05-27 12:03:08 +02:00
Thilo Graf
8e46f63900 CComponentsHeader: rename some members for plausible usage in subclasses
Some members are usable in subclasses, but  current names could be not
suitable or not  plausible with respect to the name of subclass.
2013-05-27 11:58:05 +02:00
svenhoefer
40a77ade7c - icons: introducing dummy buttons 2013-05-27 10:48:37 +02:00
Thilo Graf
2aa36663e1 CTimerList: prevent memory leak 2013-05-27 09:30:51 +02:00
Thilo Graf
d8f31fb5a7 CTimerList: fix include
Name of header file was changed since last commits
2013-05-27 09:30:50 +02:00
Thilo Graf
d39eaa22fc CComponents: split some header files
CComponentsInfoBox
CComponentsShapeCircle/Square
CComponentsDetailLine
CComponentsPIP
CComponentsText/CComponentsLabel
CComponentsPicture
2013-05-27 09:30:50 +02:00
Thilo Graf
09d6881b20 CComponentsFrmClock: add missing statement for #include <config.h> 2013-05-27 09:30:50 +02:00
Thilo Graf
47691515d1 CComponents: add comments for documentations
Comments contains doxygen tags.
for results see also: http://www.tuxbox.org/neutrinohd/doc/html/
Help welcome!
2013-05-27 09:22:08 +02:00
Stefan Seyfried
69c9702f37 fbaccel: fix h/v line length for unaccelerated FB 2013-05-27 00:49:35 +02:00
svenhoefer
784d8d3de2 - cc_frm_header: improve "fix neutrino locales in CComponentsHeader"
* supplement to 4cc9e76
2013-05-26 23:27:23 +02:00
svenhoefer
e492048eab - channellist: using small buttons in buttonbar 2013-05-26 23:06:58 +02:00
svenhoefer
2cc07765c7 - timerlist: using CComponentsHeader to paint header
* move info icon to buttonbar
2013-05-26 22:52:21 +02:00
svenhoefer
4cc9e7691a - cc_frm_header: fix neutrino locales in CComponentsHeader 2013-05-26 22:49:46 +02:00
Jacek Jendrzej
1a1be2a82f eitd: addEvent - fix possible segfault if lastEvent==NULL 2013-05-26 18:44:52 +02:00
Thilo Graf
eeecbb3bcd build: trivial sort fix for pipsetup.cpp 2013-05-25 23:29:49 +02:00
Thilo Graf
9d52071c39 CComponentsFrmClock: add new class CComponentsFrmClock 2013-05-25 23:29:49 +02:00
Stefan Seyfried
999dd041c1 femanager: do not open unused frontends
this frees the unused frontends for e.g. vtunerd
(reimplementation of b1b7bfef74)
2013-05-25 22:58:15 +02:00
Stefan Seyfried
6c46ea34c9 femanager: remove dead code (merge error) 2013-05-25 22:52:14 +02:00
Stefan Seyfried
98be8121ae femanager: use INFO() for FEDEBUG() to shorten filenames 2013-05-25 22:51:42 +02:00
Stefan Seyfried
7c6e91d045 CAutoModeNotifier: avoid out-of-bounds access 2013-05-25 22:04:31 +02:00
Stefan Seyfried
0767b0d9ee CAudioMute: add fb->blit() calls 2013-05-25 21:33:28 +02:00
Stefan Seyfried
17986f6b15 fix build with --as-needed enabled linkers 2013-05-25 21:10:38 +02:00
Thilo Graf
73cf6e9410 CFrameBuffer: style fixes
Scope of the some variable can be reduced, and
waitForIdle(): %d in format string requires a signed integer given in
the argument list.
2013-05-25 16:48:35 +02:00
Jacek Jendrzej
a01551d360 ChannelList::quickZap -record mode- should zap if possible, else display transponderlist 2013-05-25 13:05:55 +02:00
Jacek Jendrzej
7eb27cd212 zapit: set sdt len to max section len 2013-05-25 12:06:44 +02:00
Stefan Seyfried
8a7095c208 remove obsolete locales 2013-05-24 23:31:17 +02:00
Stefan Seyfried
9a20a6ed3e framebuffer-ng: add missing checkFbArea() calls 2013-05-24 23:25:59 +02:00
Stefan Seyfried
78620c257f framebuffer-ng: rework paintBoxRel and paintBoxFrame
rework similar to framebuffer.cpp in order to make sure the visual
appearance is identical
2013-05-24 23:14:35 +02:00
Stefan Seyfried
0c56de9801 framebuffer-ng: implement new framebuffer functions 2013-05-24 22:28:22 +02:00
Michael Liebmann
4da83b546c * CComponents: Reworked paint the shadows
- Paint rounded corners only where it is required
- Skip paint frame/paint shadow, if not defined
2013-05-24 21:48:56 +02:00
Stefan Seyfried
a7f1e0e25e Merge remote-tracking branch 'check/next-cc'
needs buildfixing in framebuffer class...

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/fontrenderer.cpp
	src/driver/volume.cpp
	src/gui/audiomute.cpp
	src/gui/audioplayer.cpp
	src/gui/osd_setup.cpp
	src/gui/widget/stringinput.cpp
	src/neutrino.cpp
2013-05-24 20:24:39 +02:00
Jacek Jendrzej
672c6ae4eb SIevent::getFSK() - workaround for ITA ESP FRA fsk. 2013-05-24 17:44:03 +02:00
Jacek Jendrzej
09ab981b94 CEpgData::show - Latin1_to_UTF8 no need 2013-05-24 17:38:37 +02:00
Stefan Seyfried
95813ab60e femanager: allow starting without frontend (for testing) 2013-05-24 17:06:48 +02:00
Stefan Seyfried
dcbec30d9a don't install useless (and trash existing) frontend.conf 2013-05-24 17:02:16 +02:00
Stefan Seyfried
6148b976aa audioplayer: avoid out-of-bounds access 2013-05-24 16:58:59 +02:00
Stefan Seyfried
a7e0bdfb27 audioplayer: g_Sectionsd is gone when destructor runs 2013-05-24 16:58:18 +02:00
Stefan Seyfried
c1c734f463 zapit: fix ordering of cleanup stuff 2013-05-24 16:57:16 +02:00
Michael Liebmann
00dd399ff9 * CFrameBuffer::paintBoxRel: Skip paint the line, if the calculated width < 0
- When width < 0 GXA overwrites undefined image regions
- Skip paint the line, if the calculated width = 0 (unnecessarily)
2013-05-24 09:56:07 +02:00
rhabarber1848
99221ee19c Neutrino Movieinfo: show genre, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=384587#p384587 2013-05-23 22:03:43 +02:00
rhabarber1848
995aeaeb18 Neutrino: Remove trailing comma in movieinfo`s audio track listing, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=49186 2013-05-23 21:30:56 +02:00
Gaucho316
6215d37e42 Neutrino EPG Viewer: don't show empty audio track names
Signed-off-by: Gaucho316 <Gaucho316@hotmail.com>
2013-05-23 21:19:01 +02:00
rhabarber1848
19d47e04a5 Neutrino: Show audio track descriptions and program length in EPG info, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=49185 2013-05-23 21:08:18 +02:00