Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
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
QString
unit
;
if
(
speed
<
1024
)
{
unit
=
"
bytes/sec
"
;
unit
=
"
B/s
"
;
}
else
if
(
speed
<
1024
*
1024
)
{
speed
/=
1024
;
unit
=
"kB/s"
;
...
...
updateconfirmdialog.ui
View file @
6e07d2bb
...
...
@@ -9,7 +9,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
</rect>
</property>
...
...
@@ -21,13 +21,13 @@
</property>
<property
name=
"minimumSize"
>
<size>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
</size>
</property>
<property
name=
"maximumSize"
>
<size>
<width>
4
0
0
</width>
<width>
4
5
0
</width>
<height>
200
</height>
</size>
</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