Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
33d648c8
Commit
33d648c8
authored
Apr 27, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui/views/App/Main/MainWindow): remove tooltip on timeline
parent
3c667028
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
en.ts
linphone-desktop/assets/languages/en.ts
+0
-5
fr.ts
linphone-desktop/assets/languages/fr.ts
+0
-5
MainWindow.qml
linphone-desktop/ui/views/App/Main/MainWindow.qml
+0
-4
No files found.
linphone-desktop/assets/languages/en.ts
View file @
33d648c8
...
...
@@ -727,11 +727,6 @@ Server url not configured.</translation>
calls
,
start
a
chat
or
add
a
new
contact
.
Just
enter
your
friend
&
apos
;
s
SIP
address
or
username
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
timelineTooltip
<
/source
>
<
translation
>
Click
on
one
of
your
last
exchange
to
chat
or
see
the
conversation
history
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
MainWindowMenuBar
<
/name
>
...
...
linphone-desktop/assets/languages/fr.ts
View file @
33d648c8
...
...
@@ -726,11 +726,6 @@ Url du serveur non configurée.</translation>
<
translation
>
Utiliser
la
barre
de
recherche
intelligente
pour
lancer
des
appels
audio
et
vid
é
o
,
un
chat
ou
ajouter
un
contact
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
timelineTooltip
<
/source
>
<
translation
>
Cliquer
sur
une
entr
é
e
pour
voir
vos
derniers
é
changes
,
chatter
ou
voir
l
&
apos
;
historique
de
conversation
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
MainWindowMenuBar
<
/name
>
...
...
linphone-desktop/ui/views/App/Main/MainWindow.qml
View file @
33d648c8
...
...
@@ -234,10 +234,6 @@ ApplicationWindow {
model
:
TimelineModel
onEntrySelected
:
setView
(
'
Conversation
'
,
{
sipAddress
:
entry
})
TooltipArea
{
text
:
qsTr
(
'
timelineTooltip
'
)
}
}
}
...
...
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