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-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
6e07d2bb
Commit
6e07d2bb
authored
Jun 07, 2019
by
Ming Rui Zhang
Committed by
Andreas Traczyk
Jun 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updater: updateconfirm ui fix and change unit for download speed
Change-Id: I70cdf2c590be091e255ee882b5c78e8d7d769922
parent
f7add23a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
downloadmanager.cpp
downloadmanager.cpp
+1
-1
updateconfirmdialog.ui
updateconfirmdialog.ui
+3
-3
No files found.
downloadmanager.cpp
View file @
6e07d2bb
...
@@ -117,7 +117,7 @@ void DownloadManager::slotDownloadProgress(qint64 bytesReceived, qint64 bytesTot
...
@@ -117,7 +117,7 @@ void DownloadManager::slotDownloadProgress(qint64 bytesReceived, qint64 bytesTot
QString
unit
;
QString
unit
;
if
(
speed
<
1024
)
{
if
(
speed
<
1024
)
{
unit
=
"
bytes/sec
"
;
unit
=
"
B/s
"
;
}
else
if
(
speed
<
1024
*
1024
)
{
}
else
if
(
speed
<
1024
*
1024
)
{
speed
/=
1024
;
speed
/=
1024
;
unit
=
"kB/s"
;
unit
=
"kB/s"
;
...
...
updateconfirmdialog.ui
View file @
6e07d2bb
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<rect>
<rect>
<x>
0
</x>
<x>
0
</x>
<y>
0
</y>
<y>
0
</y>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
<height>
200
</height>
</rect>
</rect>
</property>
</property>
...
@@ -21,13 +21,13 @@
...
@@ -21,13 +21,13 @@
</property>
</property>
<property
name=
"minimumSize"
>
<property
name=
"minimumSize"
>
<size>
<size>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
<height>
200
</height>
</size>
</size>
</property>
</property>
<property
name=
"maximumSize"
>
<property
name=
"maximumSize"
>
<size>
<size>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
<height>
200
</height>
</size>
</size>
</property>
</property>
...
...
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