From c9edfb2ebe9eec6af4b1cc7072f83569f93ad1b6 Mon Sep 17 00:00:00 2001 From: savoirfairelinux <savoirfairelinux> Date: Thu, 6 Jan 2005 19:13:11 +0000 Subject: [PATCH] *** empty log message *** --- src/configurationpanelui.cpp | 2 +- src/configurationpanelui.h | 2 +- src/phonebookui.cpp | 2 +- src/phonebookui.h | 2 +- src/qtGUImainwindow.cpp | 17 ++++++++++------- src/url_inputui.cpp | 2 +- src/url_inputui.h | 2 +- 7 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/configurationpanelui.cpp b/src/configurationpanelui.cpp index bcafb413c2..1565807ff5 100644 --- a/src/configurationpanelui.cpp +++ b/src/configurationpanelui.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'configurationpanel.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:38 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! diff --git a/src/configurationpanelui.h b/src/configurationpanelui.h index b26f17546b..8a06a24c14 100644 --- a/src/configurationpanelui.h +++ b/src/configurationpanelui.h @@ -1,7 +1,7 @@ /**************************************************************************** ** Form interface generated from reading ui file 'configurationpanel.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:38 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! diff --git a/src/phonebookui.cpp b/src/phonebookui.cpp index e6245ecc80..8e54f5cac6 100644 --- a/src/phonebookui.cpp +++ b/src/phonebookui.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'phonebook.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:37 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! diff --git a/src/phonebookui.h b/src/phonebookui.h index a6001ff420..6dd3dd8959 100644 --- a/src/phonebookui.h +++ b/src/phonebookui.h @@ -1,7 +1,7 @@ /**************************************************************************** ** Form interface generated from reading ui file 'phonebook.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:37 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! diff --git a/src/qtGUImainwindow.cpp b/src/qtGUImainwindow.cpp index c82ba96b7e..329260a99a 100644 --- a/src/qtGUImainwindow.cpp +++ b/src/qtGUImainwindow.cpp @@ -22,6 +22,7 @@ // QtGUIMainWindow Implementation // //////////////////////////////////////////////////////////////////////////////// #include <stdio.h> +#include <stdlib.h> #include <qbitmap.h> #include <qcheckbox.h> @@ -564,6 +565,7 @@ QtGUIMainWindow::toggleLine (int num_line) { chosenLine = currentLineNumber; if (!noChoose) { choose = true; + this->dialTone(true); } callmanager->phLines[currentLineNumber]->setStateLine(BUSY); } @@ -576,6 +578,7 @@ QtGUIMainWindow::toggleLine (int num_line) { chosenLine = currentLineNumber; if (!noChoose) { choose = true; + this->dialTone(true); } } // Change state to ONHOLD @@ -676,7 +679,7 @@ QtGUIMainWindow::dial (void) { * Hangup the current call. */ void -QtGUIMainWindow::hangupLine (void) { +QtGUIMainWindow::hangupLine (void) { qDebug("HANGUP: line %d", currentLineNumber); // If there is current line opened and state line not onHold if (currentLineNumber != -1 and @@ -808,38 +811,38 @@ QtGUIMainWindow::button_conf (void) { void QtGUIMainWindow::button_line0 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (0); } void QtGUIMainWindow::button_line1 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (1); } void QtGUIMainWindow::button_line2 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (2); } void QtGUIMainWindow::button_line3 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (3); } void QtGUIMainWindow::button_line4 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (4); } void QtGUIMainWindow::button_line5 (void) { - this->dialTone(true); +// this->dialTone(true); toggleLine (5); } diff --git a/src/url_inputui.cpp b/src/url_inputui.cpp index 472de8ab6a..b44a587eb9 100644 --- a/src/url_inputui.cpp +++ b/src/url_inputui.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'url_input.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:38 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! diff --git a/src/url_inputui.h b/src/url_inputui.h index 18a187855a..480222d352 100644 --- a/src/url_inputui.h +++ b/src/url_inputui.h @@ -1,7 +1,7 @@ /**************************************************************************** ** Form interface generated from reading ui file 'url_input.ui' ** -** Created: Sun Jan 2 11:20:56 2005 +** Created: Thu Jan 6 14:11:38 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! -- GitLab