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
satbaby
ac7b77df50
delete with system(rm)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2157 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-21 13:40:37 +00:00
micha-bbg
5fee27085d
* Moviebrowser: disabled 'pseudo' transparency for display screenshot
...
- Global setting for picture / icon transparency can be made
in framebuffer constuctor
- Default is old standard (transparency when Black Content)
- Individual transparency with CFrameBuffer::SetTransparent()
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2155 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-19 21:40:03 +00:00
satbaby
2591100c42
remove never used volues
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-04 17:25:48 +00:00
micha-bbg
c85c353344
* Moviebrowser: Deleting recordings
...
- Deleting of active recordings will be disabled.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2112 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-17 23:31:36 +00:00
satbaby
babf8ec7c8
moviebrowser:-fix info_hdd_level paint
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2051 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-09 17:31:22 +00:00
micha-bbg
31c9a9a67e
* Moviebrowser: Display Screenshot
...
- Delete the image files if the movie is deleted
- Calculation of the adjusted image size on 16:9
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1993 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-23 21:33:21 +00:00
micha-bbg
0d9fe927e1
* Moviebrowser: Display Screenshot
...
- Correct calculation of the image size
- Display of all supported image formats
- Suppressed Duplicate call to refresh MovieInfo() at start Moviebrowser
- remove unused code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1989 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-23 06:11:28 +00:00
focus
23ac13f702
Add missed variable init
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1976 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-16 13:07:18 +00:00
focus
6b9f35947b
Fix movie start menu
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1967 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-13 15:53:20 +00:00
focus
8f441f3f9b
Fix exchanged end and last play stop bookmarks; close all menus on menu key
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1966 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-13 14:25:46 +00:00