Michael Liebmann
c60c5c5ce3
Replace color indexes of the text colors by real color values for RenderString()
...
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
[CST] Focus
9cf2c7e0c6
src/gui/moviebrowser.cpp: change default ytquality to 1080p
2013-06-20 16:11:52 +04:00
martii
8836a15a42
yt: speed up retrieving feed data by starting multiple (up to 8, default is 4) http transfers in parallel
2013-06-20 16:07:59 +04:00
martii
e01e96c1ac
ytparser/moviebrowser: add option for selecting prefered quality
2013-06-20 16:07:59 +04:00
svenhoefer
09c651a75b
- moviebrowser: enable more characters in youtube search
2013-06-13 09:42:18 +02:00
Michael Liebmann
e59189f890
* youtube feeds: Fix header texts in movie browser
2013-06-03 19:11:58 +02:00
[CST] Focus
6f8ef9ec46
Merge branch 'next' into next-cc
...
Conflicts:
data/locale/english.locale
src/driver/framebuffer.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/moviebrowser.cpp
2013-06-02 10:46:42 +04:00
[CST] Focus
4c857837d5
gui/moviebrowser.cpp: add youtube feeds playback mode
2013-05-30 10:01:29 +04:00
Jacek Jendrzej
a549b97924
fix comma at end of enumerator list
2013-05-28 15:52:31 +02:00
[CST] Focus
2499abc6c8
gui/moviebrowser.cpp: change default columns to channel,title,date,size,duration,info;
...
change default column sizes
2013-05-15 16:02:03 +04:00
svenhoefer
ee1ca8b71f
- moviebrowser: fix* buttonbar
...
*) not really a fix - just a better terrible solution
2013-04-30 13:01:43 +04:00
Thilo Graf
3e0636a617
moviebrowser.cpp: fix wrong progress scale
2013-04-24 19:55:26 +02:00
svenhoefer
fae9bb0985
- moviebrowser: fix* buttonbar
...
*) not really a fix - just a better terrible solution
2013-04-24 15:34:22 +02:00
[CST] Focus
8bb70d1ab3
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
2013-04-17 13:32:12 +04:00
Thilo Graf
f70a30defa
Progressbars: use default frame thickness
...
It's unnecessary overhead to set the value everywhere, except it's needed.
2013-04-06 08:33:51 +02:00
Michael Liebmann
adfbfe079c
* Fix order of colors for some progress bars
2013-04-05 19:43:50 +01:00
Thilo Graf
860be9a412
CComponents: add progressbar class to cc-items
...
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item
TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework
2013-04-02 09:31:05 +02:00
svenhoefer
4714a30f83
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
Conflicts:
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
[CST] Focus
d10fca7982
gui/moviebrowser.cpp: show footer yellow, green, menu buttons
2013-03-27 16:20:45 +04:00
svenhoefer
759966f935
- strech most windows to full screen
...
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
SnowHead
2c82b79ba2
- moviebrowser: don't show additional files from enigma2 in moviebrowser
2013-03-05 20:57:40 +01:00
Stefan Seyfried
988a8ebec2
helpers: improve my_system function
...
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-03-05 11:58:49 +01:00
Gaucho316
3ece169f9b
- moviebrowser: only save settings if modified
2013-02-26 13:53:07 +01:00
Stefan Seyfried
4dbeb3a31e
neutrino: fix 32<->64bit format string warnings
...
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
svenhoefer
bce78c2cff
- moviebrowser.cpp: accept covers without appended date/time
...
patch by FlatTV
2012-12-18 21:58:00 +01:00
micha-bbg
3cad732b06
* Moviebrowser: Show message when deleting files
2012-11-27 13:01:19 +01:00
micha-bbg
964c6f9af0
* Moviebrowser: Show rec icon when recording in progress.
2012-11-27 01:20:13 +01:00
micha-bbg
86a95b039f
* Moviebrowser: Fix delete files when recording in progress.
2012-11-26 23:45:35 +01:00
micha-bbg
fefa483469
* Moviebrowser: Ask if the file of a running recording to be deleted.
2012-11-26 15:03:58 +01:00
satbaby
69ab1968b4
src/gui/moviebrowser.cpp: use CStringInputSMS instead of CStringInput
2012-11-22 21:03:07 +01:00
[CST] Focus
36fa514bed
gui/moviebrowser.cpp: save return status to check if all gui must be closed
2012-11-16 15:37:38 +04:00
Thilo Graf
55bc93f642
*CMovieBrowser: apply CTextBox::TOP for movie infobox
...
Default align is centered and to beware the old window style must add
CTextBox::TOP
2012-11-05 21:26:22 +01:00
Thilo Graf
da63457eef
*CMovieBrowser: set button yes in message box as default on delete ts file
2012-11-05 21:26:19 +01:00
satbaby
7b06b3fd38
Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
2012-10-11 14:11:05 +02:00
satbaby
bb2efeb45b
use my_system instead of system
2012-10-02 12:42:31 +02:00
satbaby
a84ba36e0b
use new for buf, fix possible memlaek
2012-09-18 18:38:03 +02:00
satbaby
e45aa72605
moviebrowser.cpp: -fix2 vfd
2012-09-14 20:12:04 +02:00
satbaby
5c89d3937f
moviebrowser.cpp: fix vfd
2012-09-13 14:40:24 +02:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
Thilo Graf
d1f22aa20c
*includes: add global.h
2012-08-21 09:48:22 +01:00
satbaby
7359504dd7
-fixes strncpy & buf size
2012-08-07 18:51:44 +02:00
satbaby
9124c20f31
comment out never used
2012-08-04 10:03:19 +02:00
[CST] Focus
3c7a4441de
src/gui/moviebrowser.cpp: use 'cancel' button in movie start menu
2012-07-19 17:54:18 +04:00
satbaby
060c1c45b2
fix gcc 4.7.x warnings
2012-07-07 13:09:08 +02:00
satbaby
7d8d995046
use empty() instead of size()
2012-06-18 16:57:44 +02:00
satbaby
41f365f308
moviebrowser.cpp: delFile: revert to unlink()
2012-06-16 11:30:24 +02:00
satbaby
bc574e9688
use empty() instead of size()
2012-06-16 09:44:42 +02:00
[CST] Focus
2cc21e9336
gui/moviebrowser.cpp: attempt to fix load default settings and starting without conf file;
...
unlink xml file without system()
2012-05-10 14:54:21 +04:00
satbaby
6248f11807
moviebrowser.cpp:fix delete file
2012-05-03 12:01:17 +02:00
micha-bbg
1136e87ce5
* Moviebrowser: Use real image width for calculating text width epgInfo2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2159 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-23 19:40:18 +00:00