port: use own modules for record and network setup

- changes on locales
- moved functions int safe_mkdir() and int check_dir from neutrino.cpp into settings_helper.cpp/
- /gui/makefile.am: added network_setup.cpp and record_setup.cpp
- small whitespace clean ups and useles comments removed
- TODO: Filename Templates in record settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@958 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: f73c6ec222
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-12-23 (Thu, 23 Dec 2010)



------------------
This commit was generated by Migit
This commit is contained in:
2010-12-23 22:43:55 +00:00
parent 7e7e7fc275
commit d5f90ad399
12 changed files with 431 additions and 444 deletions

View File

@@ -270,17 +270,9 @@ class CUCodeCheckExec : public CMenuTarget
void testNetworkSettings(const char* ip, const char* netmask, const char* broadcast, const char* gateway, const char* nameserver, bool dhcp);
void showCurrentNetworkSettings();
int safe_mkdir(char * path);
int check_dir(const char * newdir);
// // USERMENU
// class CUserMenuMenu : public CMenuTarget
// {
// private:
// int button;
// neutrino_locale_t local;
// public:
// CUserMenuMenu(neutrino_locale_t _local, int _button){local = _local;button = _button;};
// int exec(CMenuTarget* parent, const std::string & actionKey);
// };
class CTZChangeNotifier : public CChangeObserver
{