Skip to content
Snippets Groups Projects
Commit 1aa5fef7 authored by savoirfairelinux's avatar savoirfairelinux
Browse files

*** empty log message ***

parent 359b8270
No related branches found
No related tags found
No related merge requests found
skins/metal/volume_on.png

433 B | W: | H:

skins/metal/volume_on.png

608 B | W: | H:

skins/metal/volume_on.png
skins/metal/volume_on.png
skins/metal/volume_on.png
skins/metal/volume_on.png
  • 2-up
  • Swipe
  • Onion skin
/**************************************************************************** /****************************************************************************
** Form implementation generated from reading ui file 'configurationpanel.ui' ** Form implementation generated from reading ui file 'configurationpanel.ui'
** **
** Created: Tue Jan 18 14:45:52 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
/**************************************************************************** /****************************************************************************
** Form interface generated from reading ui file 'configurationpanel.ui' ** Form interface generated from reading ui file 'configurationpanel.ui'
** **
** Created: Tue Jan 18 14:45:52 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
void OptionProcess (int argc,char **argv) ; void OptionProcess (int argc,char **argv) ;
QString *pOption ; QString *pOption = NULL;
int int
...@@ -44,10 +44,13 @@ main (int argc, char **argv) { ...@@ -44,10 +44,13 @@ main (int argc, char **argv) {
Config::setTree(new ConfigurationTree()); Config::setTree(new ConfigurationTree());
OptionProcess (argc,argv); OptionProcess (argc,argv);
manager = new Manager(pOption);
/*
if ( pOption ) if ( pOption )
manager = new Manager(pOption); manager = new Manager(pOption);
else else
manager = new Manager(new QString()); manager = new Manager(new QString());
*/
#if 0 #if 0
QTranslator translator (0); QTranslator translator (0);
......
...@@ -71,7 +71,7 @@ Manager::Manager (QString *Dc = NULL) { ...@@ -71,7 +71,7 @@ Manager::Manager (QString *Dc = NULL) {
b_ringing = false; b_ringing = false;
mute = false; mute = false;
b_ringtone = false; b_ringtone = false;
if (! DirectCall->isNull()) { if (DirectCall) {
qWarning ("Direct call....."); qWarning ("Direct call.....");
gui()->lcd->textBuffer = DirectCall ; gui()->lcd->textBuffer = DirectCall ;
gui()->dial(); gui()->dial();
......
...@@ -45,7 +45,7 @@ public: ...@@ -45,7 +45,7 @@ public:
AudioRtp *audioRTP; AudioRtp *audioRTP;
AudioDrivers *audiodriver; AudioDrivers *audiodriver;
ToneGenerator *tone; ToneGenerator *tone;
QString *DirectCall; // from argv[1] QString *DirectCall; // from -p argv
bool mute; bool mute;
bool tonezone; bool tonezone;
std::string path; std::string path;
......
/**************************************************************************** /****************************************************************************
** Form implementation generated from reading ui file 'phonebook.ui' ** Form implementation generated from reading ui file 'phonebook.ui'
** **
** Created: Tue Jan 18 14:45:51 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
/**************************************************************************** /****************************************************************************
** Form interface generated from reading ui file 'phonebook.ui' ** Form interface generated from reading ui file 'phonebook.ui'
** **
** Created: Tue Jan 18 14:45:51 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
/**************************************************************************** /****************************************************************************
** Form implementation generated from reading ui file 'url_input.ui' ** Form implementation generated from reading ui file 'url_input.ui'
** **
** Created: Tue Jan 18 14:45:52 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
/**************************************************************************** /****************************************************************************
** Form interface generated from reading ui file 'url_input.ui' ** Form interface generated from reading ui file 'url_input.ui'
** **
** Created: Tue Jan 18 14:45:52 2005 ** Created: Wed Jan 19 19:22:37 2005
** by: The User Interface Compiler ($Id$) ** by: The User Interface Compiler ($Id$)
** **
** WARNING! All changes made in this file will be lost! ** WARNING! All changes made in this file will be lost!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment