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
74c5fa82
Commit
74c5fa82
authored
13 years ago
by
Emmanuel Lepage
Browse files
Options
Downloads
Patches
Plain Diff
[ v1.1 ] Update version number
parent
dcabb83c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
kde/doc/index.docbook
+1
-1
1 addition, 1 deletion
kde/doc/index.docbook
kde/src/SFLPhone.h
+1
-1
1 addition, 1 deletion
kde/src/SFLPhone.h
kde/src/SFLPhoneView.h
+1
-1
1 addition, 1 deletion
kde/src/SFLPhoneView.h
kde/src/main.cpp
+1
-2
1 addition, 2 deletions
kde/src/main.cpp
with
4 additions
and
5 deletions
kde/doc/index.docbook
+
1
−
1
View file @
74c5fa82
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY sflphone-client-kde "SFLPhone KDE Client">
<!ENTITY sflphone-client-kde "SFLPhone KDE Client">
<!ENTITY kappname "&sflphone-client-kde;">
<!ENTITY kappname "&sflphone-client-kde;">
<!ENTITY sflphonerelease "
0.9.6
">
<!ENTITY sflphonerelease "
1.1.0
">
<!ENTITY current-w "Current calls window">
<!ENTITY current-w "Current calls window">
<!ENTITY history-w "Call history window">
<!ENTITY history-w "Call history window">
<!ENTITY address-w "Address book window">
<!ENTITY address-w "Address book window">
...
...
This diff is collapsed.
Click to expand it.
kde/src/SFLPhone.h
+
1
−
1
View file @
74c5fa82
...
@@ -57,7 +57,7 @@ typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel;
...
@@ -57,7 +57,7 @@ typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel;
*
*
* @short Main window
* @short Main window
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @version
0.9.6
* @version
1.1.0
**/
**/
class
SFLPhone
:
public
KXmlGuiWindow
class
SFLPhone
:
public
KXmlGuiWindow
{
{
...
...
This diff is collapsed.
Click to expand it.
kde/src/SFLPhoneView.h
+
1
−
1
View file @
74c5fa82
...
@@ -47,7 +47,7 @@ class CallView;
...
@@ -47,7 +47,7 @@ class CallView;
*
*
* @short Main view
* @short Main view
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @version
0.9.6
* @version
1.1.0
*/
*/
class
SFLPhoneView
:
public
QWidget
,
public
Ui
::
SFLPhone_view
class
SFLPhoneView
:
public
QWidget
,
public
Ui
::
SFLPhone_view
{
{
...
...
This diff is collapsed.
Click to expand it.
kde/src/main.cpp
+
1
−
2
View file @
74c5fa82
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
static
const
char
description
[]
=
"A KDE 4 Client for SFLphone"
;
static
const
char
description
[]
=
"A KDE 4 Client for SFLphone"
;
static
const
char
version
[]
=
"1.
0.2
"
;
static
const
char
version
[]
=
"1.
1.0
"
;
int
main
(
int
argc
,
char
**
argv
)
int
main
(
int
argc
,
char
**
argv
)
{
{
...
@@ -75,7 +75,6 @@ int main(int argc, char **argv)
...
@@ -75,7 +75,6 @@ int main(int argc, char **argv)
);
);
about
.
addAuthor
(
ki18n
(
"Jérémy Quentin"
),
KLocalizedString
(),
"jeremy.quentin@savoirfairelinux.com"
);
about
.
addAuthor
(
ki18n
(
"Jérémy Quentin"
),
KLocalizedString
(),
"jeremy.quentin@savoirfairelinux.com"
);
about
.
addAuthor
(
ki18n
(
"Emmanuel Lepage Vallee"
),
KLocalizedString
(),
"emmanuel.lepage@savoirfairelinux.com"
);
about
.
addAuthor
(
ki18n
(
"Emmanuel Lepage Vallee"
),
KLocalizedString
(),
"emmanuel.lepage@savoirfairelinux.com"
);
//about.setTranslator( ki18nc("NAME OF TRANSLATORS","Your names"), ki18nc("EMAIL OF TRANSLATORS","Your emails") );
KCmdLineArgs
::
init
(
argc
,
argv
,
&
about
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
about
);
KCmdLineOptions
options
;
KCmdLineOptions
options
;
KCmdLineArgs
::
addCmdLineOptions
(
options
);
KCmdLineArgs
::
addCmdLineOptions
(
options
);
...
...
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