Commit Graph

18 Commits

Author SHA1 Message Date
[CST] Focus
c43438baec gui/update_settings.cpp: add option to enable/disable updates check on boot 2014-10-20 14:20:26 +04:00
[CST] Focus
3c5d5634a4 gui/update_settings.cpp: cleanup unused updateItem 2014-10-16 13:56:15 +04:00
martii
e84782bc4c drop explicit CMenuForwarder icon assignments
Conflicts:
	src/gui/3dsetup.cpp
	src/gui/bouquetlist.cpp
	src/gui/hdd_menu.cpp
	src/gui/keybind_setup.cpp
	src/gui/mediaplayer.cpp
	src/gui/mediaplayer_setup.cpp
	src/gui/moviebrowser.cpp
	src/gui/network_setup.cpp
	src/gui/nfs.cpp
	src/gui/osd_setup.cpp
	src/gui/osdlang_setup.cpp
	src/gui/parentallock_setup.cpp
	src/gui/personalize.cpp
	src/gui/proxyserver_setup.cpp
	src/gui/record_setup.cpp
	src/gui/scan_setup.cpp
	src/gui/screensetup.cpp
	src/gui/settings_manager.cpp
	src/gui/timerlist.cpp
	src/gui/update_menue.cpp
	src/gui/vfd_setup.cpp
	src/gui/videosettings.cpp
	src/neutrino_menue.cpp
2014-09-15 11:44:08 +04:00
M. Liebmann
004aa84e32 SNeutrinoSettings: convert more char[...] configuration values to std::string 2014-01-19 20:57:37 +01:00
martii
cbc9299df8 convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-12-25 12:08:14 +01:00
Jacek Jendrzej
6f07cbe3dd CUpdateSettings:: allow choose tmp(ramfs,TMPFS_MAGIC) as update dir 2013-10-08 10:10:10 +02:00
Michael Liebmann
bc069b0a84 Softupdate: Use user-defined file names
for apply settings and saving partitions from the flash.
2013-08-20 02:55:54 +02:00
[CST] Focus
73e67e8cbd gui/update_settings.cpp: disable apply settings menu item on apollo, as non-working at the moment 2013-08-13 20:13:14 +04:00
Michael Liebmann
365661e841 * Software update: Apply the settings in the options menu switchable 2013-06-08 16:20:32 +02:00
Thilo Graf
0dc4686874 fix license text, sorry, was a c&p error 2013-03-21 11:37:00 +01:00
[CST] Focus
cce9ced9f3 gui/update_settings.cpp: always enable both url and local dir option:
local dir also used as target to download image from inet
2012-11-16 19:49:25 +04:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
micha-bbg
bb4682125f * Use dynamic text for software update online/local 2012-08-11 00:40:10 +01:00
satbaby
7359504dd7 -fixes strncpy & buf size 2012-08-07 18:51:44 +02:00
Thilo Graf
9e7021025c update_settings: set url chooser as default item
So we need no hotkey
2012-06-15 10:55:25 +02:00
Thilo Graf
8c5f1a1f47 update_settings: fix order of color buttons
Order of color buttons on remote control is red, green ... not green, red
2012-06-15 10:55:16 +02:00
thilo
be0ea475b7 update settings: don't use sms input for update.url
Now use file browser to select url config file, but you can
define USE_SMS_INPUT in update_settings.h to use old methode.
The SMS-Methode is not very user friendly
2012-06-08 23:16:34 +02:00
Thilo Graf
643b9f485f update: reworked update menu
-moved software_update.cpp/h to update_menue.cpp/h
-add new class CUpdateSettings into files update_settings.cpp/h
-using update settings in sub menus, so we've got only hotkeys
 and less menu items in update menu
-reworked some locales
2012-06-08 23:15:30 +02:00