Skip to content

Commit

Permalink
Code cleanup. Removed obsolete function. Removed CVS/SVN specific tags
Browse files Browse the repository at this point in the history
Function ScreenName has been obsolete (and empty) for some time.
$Id$ reference is not needed any more as it is CVS/SVN specific.
  • Loading branch information
mchf committed Nov 15, 2012
1 parent 42028be commit 57210c7
Show file tree
Hide file tree
Showing 88 changed files with 2 additions and 159 deletions.
1 change: 0 additions & 1 deletion data/modem-t35-keys.ycp
@@ -1,5 +1,4 @@
/**
* $Id$
* Author: Michal Svec <msvec@suse.cz>
*/

Expand Down
1 change: 0 additions & 1 deletion data/phone-codes.ycp
@@ -1,7 +1,6 @@
/**
* International phone codes map
* Author: Michal Svec <msvec@suse.cz>
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/dns.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Hostname and DNS client
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for hostname and DNS configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/dns_auto.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Client for autoinstallation
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* This is a client for autoinstallation. It takes its arguments,
* goes through the configuration and return the setting.
Expand Down
1 change: 0 additions & 1 deletion src/clients/dsl.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: DSL main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for DSL configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/dsl_proposal.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: DSL configuration proposal
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/general_proposal.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Network mode + ipv6 proposal
* Authors: Martin Vidner <mvidner@suse.cz>
*
* $Id$
*
* This is not a standalone proposal, it depends on lan_proposal. It
* must run after it.
Expand Down
1 change: 0 additions & 1 deletion src/clients/host.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Hosts client
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for hosts configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/host_auto.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Client for autoinstallation
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* This is a client for autoinstallation. It takes its arguments,
* goes through the configuration and return the setting.
Expand Down
1 change: 0 additions & 1 deletion src/clients/inst_lan.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Network cards main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id: lan.ycp 53338 2008-11-14 16:45:48Z mzugec $
*
* Main file for network card configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/isdn.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: ISDN main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for ISDN configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/isdn_proposal.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: ISDN configuration proposal
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/lan.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Network cards main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for network card configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/lan_auto.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Lan configuration proposal
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/lan_proposal.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Lan configuration proposal
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/modem.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Modems main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for modem configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/modem_proposal.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Modem configuration proposal
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/network.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Main network client
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for the network configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/provider.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Provider main file
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for provider configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/remote.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Arvin Schnell <arvin@suse.de>
* Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/remote_proposal.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Arvin Schnell <arvin@suse.de>
* Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/clients/routing.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Routing client
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* Main file for routing configuration.
* Uses all other files.
Expand Down
1 change: 0 additions & 1 deletion src/clients/routing_auto.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Client for autoinstallation
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*
* This is a client for autoinstallation. It takes its arguments,
* goes through the configuration and return the setting.
Expand Down
1 change: 0 additions & 1 deletion src/clients/save_network.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Installation routines
* Authors: Michal Zugec <mzugec@suse.cz>
*
* $Id: save_network.ycp 38154 2007-05-28 08:20:39Z mzugec $
*
*/

Expand Down
7 changes: 0 additions & 7 deletions src/dsl/complex.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Summary, overview and IO dialogs for DSL configuration.
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down Expand Up @@ -62,8 +61,6 @@ define symbol FinishDialog() {
*/
define symbol ReadDialog() {

ScreenName("dsl-read");

/* DSL read dialog help 1/2 */
string helptext = _("<P><B><BIG>Initializing DSL Configuration
</BIG></B><BR>Please wait...<BR></P>");
Expand All @@ -86,8 +83,6 @@ define symbol ReadDialog() {
*/
define symbol WriteDialog() {

ScreenName("dsl-write");

if(!Modified()) return `next;

/* DSL write dialog help 1/2 */
Expand Down Expand Up @@ -275,8 +270,6 @@ symbol HandleProviders (string widget_id, map event)
*/
define any OverviewDialog() {

ScreenName("dsl-overview");

/* DSL overview dialog caption */
string caption = _("DSL Configuration Overview");

Expand Down
3 changes: 0 additions & 3 deletions src/dsl/dialogs.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Configuration dialogs for DSL
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down Expand Up @@ -35,8 +34,6 @@ include "network/installation/dialogs.ycp";
*/
define any DSLDialog() {

ScreenName("dsl-dialog");

widget_descr["STARTMODE"] = MakeStartmode (
["auto", "hotplug", "manual", "off", ]);

Expand Down
1 change: 0 additions & 1 deletion src/dsl/wizards.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: DSL configuration wizards
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
8 changes: 0 additions & 8 deletions src/installation/dialogs.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Michal Svec <msvec@suse.cz>
* Arvin Schnell <arvin@suse.de>
*
* $Id$
*/

{
Expand All @@ -20,7 +19,6 @@ import "Popup";
import "Product";
import "String";
import "Wizard";
include "network/routines.ycp";
include "network/widgets.ycp";

/**
Expand Down Expand Up @@ -90,8 +88,6 @@ void SetDevice (string dev) {
*/
define symbol TestStepsDialog() {

ScreenName("installation-steps-dialog");

/* Steps dialog caption */
string caption = _("Test Internet Connection");

Expand Down Expand Up @@ -237,8 +233,6 @@ string current = Internet::device;
*/
define void AskYOUDialog() {

ScreenName("installation-you-dialog");

/* Radiobuttons */
term buttons = `VBox(
`VSpacing(1),
Expand Down Expand Up @@ -287,8 +281,6 @@ define void AskYOUDialog() {
*/
define void ShowLogs(list<map> logs, string logdir) {

ScreenName("installation-show-logs");

logs = sort(map x, map y, logs, {
return x[`prio]:0 > y[`prio]:0;
});
Expand Down
1 change: 0 additions & 1 deletion src/installation/inst_ask_net_test.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Michal Svec <msvec@suse.cz>
* Arvin Schnell <arvin@suse.de>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/installation/inst_do_net_test.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Michal Svec <msvec@suse.cz>
* Arvin Schnell <arvin@suse.de>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/installation/inst_hostname.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Mandatory hostname configuration
* Authors: Martin Vidner <mvidner@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/installation/inst_netprobe.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Start the network detection
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/installation/manual-tests/hostname.ycp
@@ -1,5 +1,4 @@
// Author: Michal Zugec
// $Id$

// this file is for development only
// running this file starts the internet test dialogs
Expand Down
1 change: 0 additions & 1 deletion src/installation/manual-tests/test-net-test.ycp
@@ -1,5 +1,4 @@
// Author: Michal Zugec
// $Id$

// this file is for development only
// running this file starts the internet test dialogs
Expand Down
1 change: 0 additions & 1 deletion src/isdn/complex.ycp
Expand Up @@ -4,7 +4,6 @@
* Summary: Summary and overview dialogs for ISDN configuration.
* Authors: Michal Svec <msvec@suse.cz>
*
* $Id$
*/

{
Expand Down
1 change: 0 additions & 1 deletion src/isdn/config.ycp
Expand Up @@ -11,7 +11,6 @@
* Authors:
* Karsten keil <kkeil@suse.de>
*
* $Id$
*
* All config settings are stored in a global variable Devices.
* Deleted devices are in the global list DeletedDevices.
Expand Down
1 change: 0 additions & 1 deletion src/isdn/ifdetails.ycp
Expand Up @@ -11,7 +11,6 @@
* Authors:
* Karsten Keil <kkeil@suse.de>
*
* $Id$
*
*/

Expand Down
1 change: 0 additions & 1 deletion src/isdn/interface.ycp
Expand Up @@ -11,7 +11,6 @@
* Authors:
* Karsten Keil <kkeil@suse.de>
*
* $Id$
*
*/

Expand Down
1 change: 0 additions & 1 deletion src/isdn/ip.ycp
Expand Up @@ -5,7 +5,6 @@
* Authors: Michal Svec <msvec@suse.cz>
* Karsten Keil <kkeil@suse.cz>
*
* $Id$
*/

{
Expand Down
2 changes: 0 additions & 2 deletions src/isdn/lowlevel.ycp
Expand Up @@ -11,7 +11,6 @@
* Authors:
* Michal Svec <msvec@suse.cz>
*
* $Id$
*
*/

Expand Down Expand Up @@ -68,7 +67,6 @@ define list<term> ISDNCards4Vendor(integer vendor, integer defcard) ``{
*/

define any SelectISDNCard() ``{
ScreenName("isdn-hardware-selection");

/* Manual selection caption */
string caption = _("Manual ISDN Card Selection");
Expand Down

0 comments on commit 57210c7

Please sign in to comment.