Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
f0ea00f2
Commit
f0ea00f2
authored
Oct 31, 2008
by
Yun Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug tickets 110, 111 and modify author related files.
parent
bbfed9f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
3 deletions
+16
-3
AUTHORS
AUTHORS
+6
-1
ChangeLog
ChangeLog
+6
-0
sflphone-gtk/src/calltree.c
sflphone-gtk/src/calltree.c
+1
-1
sflphone-gtk/src/dialpad.c
sflphone-gtk/src/dialpad.c
+1
-0
sflphone-gtk/src/menus.c
sflphone-gtk/src/menus.c
+2
-1
No files found.
AUTHORS
View file @
f0ea00f2
...
...
@@ -14,7 +14,12 @@ Alexandre Bourget <alexandre dot bourget at savoirfairelinux dot com>
Guillaume Carmel-Archambault <guillaume.carmel-archambault at savoirfairelinux dot com>
- Presence
- Contacts
Yun Liu <yun.liu at savoirfairelinux dot com>
- Change sip library to pjsip
- Support multiple accounts registration
- Add chinese translation
- Many portions of test and debugging
Polytechnic School of Montreal:
- Jean-Francois Blanchard-Dionne <jean-francois.blanchard-dionne at polymtl dot ca>
- Ala Eddine Limame <ala-eddine.limame at polymtl dot ca>
...
...
ChangeLog
View file @
f0ea00f2
2008-10-30 Yun Liu
* Change sip library to pjsip
* Support multiple accounts registration
* Update translations (Add chinese translation)
* Many portions of code and debugging
2008-03-18 Emmanuel Milou
* GTK client
...
...
sflphone-gtk/src/calltree.c
View file @
f0ea00f2
...
...
@@ -527,7 +527,7 @@ create_call_tree (calltab_t* tab)
sw
=
gtk_scrolled_window_new
(
NULL
,
NULL
);
gtk_scrolled_window_set_policy
(
GTK_SCROLLED_WINDOW
(
sw
),
GTK_POLICY_NEVER
,
GTK_POLICY_AUTOMATIC
);
gtk_scrolled_window_set_shadow_type
(
GTK_SCROLLED_WINDOW
(
sw
),
GTK_SHADOW_IN
);
g_signal_connect
(
G_OBJECT
(
sw
),
"key-
press
-event"
,
G_CALLBACK
(
on_key_released
),
NULL
);
g_signal_connect
(
G_OBJECT
(
sw
),
"key-
release
-event"
,
G_CALLBACK
(
on_key_released
),
NULL
);
tab
->
store
=
gtk_list_store_new
(
3
,
GDK_TYPE_PIXBUF
,
// Icon
...
...
sflphone-gtk/src/dialpad.c
View file @
f0ea00f2
...
...
@@ -26,6 +26,7 @@
static
void
dialpad_pressed
(
GtkWidget
*
widget
UNUSED
,
gpointer
data
)
{
gtk_widget_grab_focus
(
GTK_TREE_VIEW
(
current_calls
->
view
));
sflphone_keypad
(
0
,
(
gchar
*
)
data
);
}
...
...
sflphone-gtk/src/menus.c
View file @
f0ea00f2
...
...
@@ -114,7 +114,8 @@ help_about ( void * foo UNUSED)
"Julien Plissonneau Duquene <julien.plissonneau.duquene@savoirfairelinux.com>"
,
"Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>"
,
"Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>"
,
"Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>"
"Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>"
,
"Yun Liu <yun.liu@savoirfairelinux.com>"
"Jean-Philippe Barrette-LaPierre"
,
"Laurielle Lea"
,
NULL
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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