Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
1aa5fef7
Commit
1aa5fef7
authored
Jan 20, 2005
by
savoirfairelinux
Browse files
*** empty log message ***
parent
359b8270
Changes
10
Hide whitespace changes
Inline
Side-by-side
skins/metal/volume_on.png
View replaced file @
359b8270
View file @
1aa5fef7
433 Bytes
|
W:
|
H:
608 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/configurationpanelui.cpp
View file @
1aa5fef7
/****************************************************************************
** Form implementation generated from reading ui file 'configurationpanel.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:52
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
src/configurationpanelui.h
View file @
1aa5fef7
/****************************************************************************
** Form interface generated from reading ui file 'configurationpanel.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:52
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
src/main.cpp
View file @
1aa5fef7
...
...
@@ -33,7 +33,7 @@
void
OptionProcess
(
int
argc
,
char
**
argv
)
;
QString
*
pOption
;
QString
*
pOption
=
NULL
;
int
...
...
@@ -44,10 +44,13 @@ main (int argc, char **argv) {
Config
::
setTree
(
new
ConfigurationTree
());
OptionProcess
(
argc
,
argv
);
manager
=
new
Manager
(
pOption
);
/*
if ( pOption )
manager = new Manager(pOption);
else
manager = new Manager(new QString());
*/
#if 0
QTranslator translator (0);
...
...
src/manager.cpp
View file @
1aa5fef7
...
...
@@ -71,7 +71,7 @@ Manager::Manager (QString *Dc = NULL) {
b_ringing
=
false
;
mute
=
false
;
b_ringtone
=
false
;
if
(
!
DirectCall
->
isNull
()
)
{
if
(
DirectCall
)
{
qWarning
(
"Direct call....."
);
gui
()
->
lcd
->
textBuffer
=
DirectCall
;
gui
()
->
dial
();
...
...
src/manager.h
View file @
1aa5fef7
...
...
@@ -45,7 +45,7 @@ public:
AudioRtp
*
audioRTP
;
AudioDrivers
*
audiodriver
;
ToneGenerator
*
tone
;
QString
*
DirectCall
;
// from argv
[1]
QString
*
DirectCall
;
// from
-p
argv
bool
mute
;
bool
tonezone
;
std
::
string
path
;
...
...
src/phonebookui.cpp
View file @
1aa5fef7
/****************************************************************************
** Form implementation generated from reading ui file 'phonebook.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:51
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
src/phonebookui.h
View file @
1aa5fef7
/****************************************************************************
** Form interface generated from reading ui file 'phonebook.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:51
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
src/url_inputui.cpp
View file @
1aa5fef7
/****************************************************************************
** Form implementation generated from reading ui file 'url_input.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:52
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
src/url_inputui.h
View file @
1aa5fef7
/****************************************************************************
** Form interface generated from reading ui file 'url_input.ui'
**
** Created:
Tue
Jan 1
8
1
4:45:52
2005
** Created:
Wed
Jan 1
9
1
9:22:37
2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment