summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/configwidgets/tdenetman-connection_settings_dialog.cpp
blob: 9cb8b46e0120acc47f7e60e74e436266a9bae453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
/***************************************************************************
 *
 * tdenetman-devicestore_dbus.cpp - A NetworkManager frontend for TDE
 *
 * Copyright (C) 2005, 2006 Novell, Inc.
 *
 * Author: Helmut Schaa        <hschaa@suse.de>, <helmut.schaa@gmx.de>
 * Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 **************************************************************************/

// qt headers
#include <tqwidget.h>
#include <tqcombobox.h>
#include <tqtabwidget.h>
#include <tqpushbutton.h>
#include <tqwidgetstack.h>
#include <tqapplication.h>
#include <tqlabel.h>

// tde headers
#include <kiconloader.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <tdelocale.h>
#include <tdemessagebox.h>

// tdenm headers
#include "tdenetman-connection_setting_widget_interface.h"
#include "tdenetman-connection_settings_dialog.h"
#include "tdenetman-connection_setting_cdma_widget.h"
#include "tdenetman-connection_setting_gsm_widget.h"
#include "tdenetman-connection_setting_ppp_widget.h"
#include "tdenetman-connection_setting_serial_widget.h"
#include "tdenetman-connection_setting_wireless_widget.h"
#include "tdenetman-connection_setting_wireless_security_widget.h"
#include "tdenetman-connection_setting_ipv4_widget.h"
#include "tdenetman-connection_setting_info_widget.h"
#include "tdenetman-connection_setting_vpn_widget.h"
#include "tdenetman-wireless_network.h"
#include "tdenetman-wireless_manager.h"

using namespace ConnectionSettings;

ConnectionSettingsDialogImpl::ConnectionSettingsDialogImpl(TDENetworkConnection* conn, bool new_conn, TQByteArray networkextid, TQWidget* parent, const char* name, bool modal, WFlags fl)
	: ConnectionSettingsDialog(parent, name, modal, fl)
	, _disable_next_button(false)
	, _conn(conn)
	, _new_conn(new_conn)
	, _networkextid(networkextid)
{
	updateDialogForDeviceType();
	
	// get notified if device combo changes
	connect(btnConnect, TQT_SIGNAL(clicked()), this, TQT_SLOT( slotConnect()) );
	connect(pbNext, TQT_SIGNAL(clicked()), this, TQT_SLOT( slotNext()) );
	connect(pbBack, TQT_SIGNAL(clicked()), this, TQT_SLOT( slotBack()) );
	connect(pbCancel, TQT_SIGNAL(clicked()), this, TQT_SLOT( slotCancel()) );
	connect(pbSave, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotSave()) );

	// nice images for the buttons
	btnConnect->setIconSet(SmallIcon ("connect_creating", TQIconSet::Automatic));
	pbNext->setIconSet(SmallIcon ("1rightarrow", TQIconSet::Automatic));
	pbBack->setIconSet(SmallIcon ("1leftarrow", TQIconSet::Automatic));
	pbCancel->setIconSet(SmallIcon("cancel", TQIconSet::Automatic));
	pbSave->setIconSet(SmallIcon("ok", TQIconSet::Automatic));

	// enable or disable buttons according to the current state
	slotEnableButtons();
}

ConnectionSettingsDialogImpl::~ConnectionSettingsDialogImpl()
{
	kdDebug() << "ConnectionSettingsDialogImpl::~ConnectionSettingsDialogImpl" << endl;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForWireless(TDENetworkConnection* conn, bool new_conn)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for wireless connection
	ret.append(new ConnectionSettings::WirelessWidgetImpl(conn, new_conn, TQByteArray(), this));
	ret.append(new ConnectionSettings::WirelessSecurityWidgetImpl(conn, new_conn, this));
	ret.append(new ConnectionSettings::IPv4WidgetImpl(conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	if (ret.isEmpty())
	{
		// we have a problem here, NetworkManager asked for a setting we do not have
		kdError() << k_funcinfo << "Unexpected setting requested" << endl;
	}

	return ret;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForWirelessKnownESSID(TDENetworkConnection* conn, bool new_conn, const TQByteArray& essid)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for wireless connection
	ret.append(new ConnectionSettings::WirelessWidgetImpl(conn, new_conn, essid, this));
	ret.append(new ConnectionSettings::WirelessSecurityWidgetImpl(conn, new_conn, this));
	ret.append(new ConnectionSettings::IPv4WidgetImpl(conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	if (ret.isEmpty())
	{
		// we have a problem here, NetworkManager asked for a setting we do not have
		kdError() << k_funcinfo << "Unexpected setting requested" << endl;
	}

	return ret;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForWired(TDENetworkConnection* conn, bool new_conn)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for wired connection
	ret.append(new ConnectionSettings::IPv4WidgetImpl(conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	return ret;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForVPN(TDENetworkConnection* conn, bool new_conn)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for virtual private connection
	ret.append(new ConnectionSettings::VPNWidgetImpl(conn, new_conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	return ret;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForCDMA(TDENetworkConnection* conn, bool new_conn)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for wired connection
	ret.append(new ConnectionSettings::CDMAWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::SerialWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::PPPWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::IPv4WidgetImpl(conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	return ret;
}

TQValueList<WidgetInterface*>
ConnectionSettingsDialogImpl::createWidgetsForGSM(TDENetworkConnection* conn, bool new_conn)
{
	TQValueList<WidgetInterface*> ret;

	// widgetlist for wired connection
	ret.append(new ConnectionSettings::GSMWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::PPPWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::SerialWidgetImpl(conn, this));
	ret.append(new ConnectionSettings::IPv4WidgetImpl(conn, this));
	ret.append(new ConnectionSettings::InfoWidgetImpl(conn, this));

	return ret;
}

void
ConnectionSettingsDialogImpl::createWidgetsForConnection(TDENetworkConnection* conn, bool new_conn)
{
	/*
	  Currently two modes:
	    * dev == NULL -> Connection should be edited without the wish to start a connection
	    * dev != NULL -> A connection should be edited for connection on this device
	*/

	if (!conn) {
		// TODO: create an empty widget and show an error
		kdWarning() << k_funcinfo << "Not handled yet" << endl;
	}
	else {
		TQValueList<WidgetInterface*> widgets;
		// TODO: move to a factory class
		if (conn->type() == TDENetworkConnectionType::WiFi) {
			if (_networkextid.isNull()) {
				widgets = createWidgetsForWireless(conn, new_conn);
			}
			else {
				widgets = createWidgetsForWirelessKnownESSID(conn, new_conn, _networkextid);
			}
		}
		else if (conn->type() == TDENetworkConnectionType::WiredEthernet) {
			widgets = createWidgetsForWired(conn, new_conn);
		}
		else if (conn->type() == TDENetworkConnectionType::Modem) {
			TDEModemConnection* modemconn = dynamic_cast<TDEModemConnection*>(conn);
			if (modemconn) {
				if (modemconn->type == TDEModemConnectionType::CDMA) {
					widgets = createWidgetsForCDMA(conn, new_conn);
				}
				else if (modemconn->type == TDEModemConnectionType::GSM) {
					widgets = createWidgetsForGSM(conn, new_conn);
				}
				else {
					kdWarning() << k_funcinfo << "Specific modem type not handled yet" << endl;
				}
			}
		}
		else if (conn->type() == TDENetworkConnectionType::VPN) {
			widgets = createWidgetsForVPN(conn, new_conn);
		}
		else {
			kdWarning() << k_funcinfo << "Not handled yet" << endl;
		}

		int id;
		for (TQValueList<WidgetInterface*>::Iterator it = widgets.begin(); it != widgets.end(); ++it) {
			id = wstackSettings->addWidget(*it);
			_widgetIds.append(id);
		}

		if (widgets.begin() != widgets.end()) {
			activateWidget(*widgets.begin());
		}
	}
}

void
ConnectionSettingsDialogImpl::updateDialogForDeviceType()
{
	// clear our tabview first
	TQWidget *page = NULL;
	while ( (page = wstackSettings->visibleWidget()) != NULL)
	{
		wstackSettings->removeWidget(page);
		delete page;
	}

	if (_conn) {
		createWidgetsForConnection(_conn, _new_conn);
	}
	else {
		// this should never happen
		TQLabel* lbl = new TQLabel(wstackSettings, "Unknown Device Type");
		wstackSettings->addWidget(lbl);

		wstackSettings->raiseWidget(lbl);
	}
}

int
ConnectionSettingsDialogImpl::getDeviceTypeFromConnection(TDENetworkConnection* conn)
{
	if (conn->type() == TDENetworkConnectionType::WiFi) {
		return TDENetworkDeviceType::WiFi;
	}
	else if (conn->type() == TDENetworkConnectionType::WiredEthernet) {
		return TDENetworkDeviceType::WiredEthernet;
	}
	else if (conn->type() == TDENetworkConnectionType::Modem) {
		return TDENetworkDeviceType::Modem;
	}

	return TDENetworkDeviceType::Other;
}

void
ConnectionSettingsDialogImpl::slotConnect()
{
	TDEGlobalNetworkManager* nm = TDEGlobal::networkManager();

	// add/save the connection
	if (nm->saveConnection(_conn)) {
		// activate device
		if (_conn && nm) {
	// 		// VPN connection needs a special specific object
	// 		if (_conn->getType() == NM_SETTING_VPN_SETTING_NAME) {
	// 			TQT_DBusObjectPath act_conn = nm->getDefaultActiveConnection();
	// 			TQT_DBusObjectPath device   = nm->getDeviceForActiveConnection(act_conn);
	// 			nm->ActivateConnectionAsync(id, "org.freedesktop.NetworkManagerUserSettings", _conn->getObjectPath(), device, act_conn, err);
	// 		}
	// 		else {
				// we need to call ActivateDevice async
				nm->initiateConnection(_conn->UUID);
	// 		}
		}
	}
	else {
		KMessageBox::error(this, i18n("<qt><b>Unable to save network connection!</b><p>Potential causes:<br> * Insufficient permissions<br> * NetworkManager not running<br> * DBUS failure</qt>"), i18n("Unable to perform requested operation"));
	}

	emit connectionSaved();
	this->close(true);
}

void
ConnectionSettingsDialogImpl::slotSave()
{
	// Make sure settings are committed
	TQValueList<int>::Iterator current = _widgetIds.find(wstackSettings->id(wstackSettings->visibleWidget()));
	if (current != _widgetIds.fromLast())
	{
		WidgetInterface* widget = NULL;

		// let the widget know about it being the active one
		widget = dynamic_cast<WidgetInterface*>(wstackSettings->widget(*current));
		if (widget) {
			deactivateWidget(widget);
		}
	}

	TDEGlobalNetworkManager* nm = TDEGlobal::networkManager();

	// save the connection
	if (!nm->saveConnection(_conn)) {
		KMessageBox::error(this, i18n("<qt><b>Unable to save network connection!</b><p>Potential causes:<br> * Insufficient permissions<br> * NetworkManager not running<br> * DBUS failure</qt>"), i18n("Unable to perform requested operation"));
	}

	emit connectionSaved();
	this->close(true);
}

void
ConnectionSettingsDialogImpl::slotCancel()
{
	close();
}

void
ConnectionSettingsDialogImpl::slotNext()
{
	TQValueList<int>::Iterator current = _widgetIds.find(wstackSettings->id(wstackSettings->visibleWidget()));
	if (current != _widgetIds.fromLast())
	{
		WidgetInterface* widget = NULL;

		// let the widget know about it being the active one
		widget = dynamic_cast<WidgetInterface*>(wstackSettings->widget(*current));
		if (widget) {
			deactivateWidget(widget);
		}

		// next widget
		current++;
	
		// let the widget know about it being the active one
		widget = dynamic_cast<WidgetInterface*>(wstackSettings->widget(*current));
		if (widget) {
			activateWidget(widget);
		}
	}
	slotEnableButtons();
}

void
ConnectionSettingsDialogImpl::slotBack()
{
	TQValueList<int>::Iterator current = _widgetIds.find(wstackSettings->id(wstackSettings->visibleWidget()));
	if (current != _widgetIds.begin())
	{
		WidgetInterface* widget = NULL;

		// let the widget know about it being the active one
		widget = dynamic_cast<WidgetInterface*>(wstackSettings->widget(*current));
		if (widget) {
			deactivateWidget(widget);
		}

		// one back
		current--;

		// let the widget know about it being the active one
		widget = dynamic_cast<WidgetInterface*>(wstackSettings->widget(*current));
		if (widget) {
			activateWidget(widget);
		}
	}
	slotEnableButtons();
}

void
ConnectionSettingsDialogImpl::activateWidget(WidgetInterface* widget)
{
	// allow the widget to press next
	connect(widget, TQT_SIGNAL(next()), this, TQT_SLOT(slotNext()));

	// allow the widget to do some initialization
	widget->Activate();

	// show the widget
	wstackSettings->raiseWidget(widget);

}

void
ConnectionSettingsDialogImpl::deactivateWidget(WidgetInterface* widget)
{
	// allow the widget to press next
	disconnect(widget, TQT_SIGNAL(next()), this, TQT_SLOT(slotNext()));

	// allow the widget to do some initialization
	widget->Deactivate();
}

void
ConnectionSettingsDialogImpl::slotEnableButtons()
{
	// enable the buttons according to the current state
	
	TQValueList<int>::Iterator current = _widgetIds.find(wstackSettings->id(wstackSettings->visibleWidget()));
	bool enabled;

	/*
	  Next: enabled if another widget is available
	*/
	enabled = true;
	if (current == _widgetIds.fromLast() || _disable_next_button) {
		enabled = false;
	}
	pbNext->setEnabled(enabled);

	/*
	 Back: enabled if the current widget has a predecessor
	*/
	enabled = true;
	if (current == _widgetIds.begin()) {
		enabled = false;
	}
	pbBack->setEnabled(enabled);

	/*
	 Connect: only show connect if the connection is valid
	*/
	if (_conn) {
		TDEGlobalNetworkManager* nm = TDEGlobal::networkManager();
		TDENetworkErrorStringMap errorStringMap;
		TDENetworkConnectionErrorFlags::TDENetworkConnectionErrorFlags errorFlags;
		bool ret;
		ret = nm->verifyConnectionSettings(_conn, &errorFlags, &errorStringMap);
		btnConnect->setEnabled(ret);
		if (!ret) {
			// FIXME
			// Check the error flags and the current dialog type to determine if an error message is warranted
			// KMessageBox::error(this, errorString, i18n("Invalid Settings Detected"));
		}
		pbSave->setEnabled(nm->verifyConnectionSettings(_conn));
	}
}

#include "tdenetman-connection_settings_dialog.moc"