Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
98b6e949
Commit
98b6e949
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
add timestamp
parent
879c6193
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sflphone-gtk/src/Makefile.am
+2
-1
2 additions, 1 deletion
sflphone-gtk/src/Makefile.am
sflphone-gtk/src/calltree.c
+539
-526
539 additions, 526 deletions
sflphone-gtk/src/calltree.c
sflphone-gtk/src/calltree.h
+2
-1
2 additions, 1 deletion
sflphone-gtk/src/calltree.h
with
543 additions
and
528 deletions
sflphone-gtk/src/Makefile.am
+
2
−
1
View file @
98b6e949
...
...
@@ -20,11 +20,12 @@ sflphone_gtk_SOURCES = \
sliders.c
\
statusicon.c
\
codeclist.c
\
timestamp.c
\
MemManager.c
noinst_HEADERS
=
actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h codeclist.h assistant.h
\
callmanager-glue.h errors.h sflphone_const.h configurationmanager-glue.h instance-glue.h menus.h calltab.h calltree.h configwindow.h
\
accountlist.h accountwindow.h marshaller.h sliders.h statusicon.h
accountlist.h accountwindow.h marshaller.h sliders.h statusicon.h
timestamp.h
EXTRA_DIST
=
marshaller.list
sflphone_gtk_LDADD
=
$(
DEPS_LIBS
)
-lnotify
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/calltree.c
+
539
−
526
View file @
98b6e949
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/calltree.h
+
2
−
1
View file @
98b6e949
...
...
@@ -21,9 +21,10 @@
#define __CALLTREE_H__
#include
<gtk/gtk.h>
#include
<calllist.h>
#include
<calltab.h>
#include
<time.h>
#include
<time
stamp
.h>
/** @file calltree.h
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment