679 Commits

Author SHA1 Message Date
Matthieu Gautier
aaf3d62195
Merge pull request #725 from kiwix/few-fixes-around-question-marks 2021-11-22 11:38:03 +01:00
Emmanuel Engelhart
0533b75a25
No space before questions marks & colons 2021-11-21 17:45:53 +01:00
Emmanuel Engelhart
f9c1f3ea63
Settings items without colons 2021-11-21 17:45:53 +01:00
translatewiki.net
08d34cd3ef
Localisation updates from https://translatewiki.net. (#722) 2021-11-21 17:45:42 +01:00
Matthieu Gautier
437fd4c877
Merge pull request #719 from kiwix/issue718 2021-11-16 10:28:48 +01:00
Nikhil Tanwar
bee470a46e Change all currently open tabs zoom when Default zoom level is changed 2021-11-16 10:05:27 +01:00
Nikhil Tanwar
cd328e9c36 Change label from "Zoom level" to "Default zoom level" 2021-11-16 10:05:27 +01:00
Kelson
77d452e60e
Merge pull request #721 from kiwix/issue595
Fix Back & Forward button alignment for -reverse launch
2021-11-15 13:09:56 +01:00
Emmanuel Engelhart
24182b52e0
Sligh CSS fix of history buttons margins 2021-11-14 15:53:15 +01:00
Emmanuel Engelhart
542cc14ca7 Proper CSS class assigment for History buttons 2021-11-14 15:35:13 +01:00
Emmanuel Engelhart
6cde03bbeb Better history button icon filenames 2021-11-13 16:53:21 +01:00
Emmanuel Engelhart
92376bf8d6 Proper history buttons based on language direction 2021-11-13 16:38:41 +01:00
Emmanuel Engelhart
1da48a8d15 Better history button CSS names 2021-11-13 16:31:23 +01:00
Emmanuel Engelhart
a3a4f1547b Put space after 'if' 2021-11-13 16:24:46 +01:00
Nikhil Tanwar
84971cbfbd Fix Back & Forward button alignment for -reverse launch 2021-11-13 01:00:19 +05:30
Matthieu Gautier
0e0c03e515
Merge pull request #716 from kiwix/issue636 2021-11-04 10:57:47 +01:00
Nikhil Tanwar
e5c5adcaa7 Added functionality to open new tabs right after current tab. 2021-11-04 10:49:37 +01:00
Matthieu Gautier
5a61f48dff
Merge pull request #717 from kiwix/issue637 2021-11-04 10:38:51 +01:00
Nikhil Tanwar
e044ea28f0 Added functionality to always open new URLs in background. 2021-11-04 10:33:36 +01:00
Matthieu Gautier
7c0a249493
Merge pull request #714 from kiwix/uptodate_name_mapper 2021-11-03 14:15:05 +01:00
Veloman Yunkan
44ddebf90c Thread-safe KiwixApp::NameMapperProxy
The chosen synchronization scheme between update() and
getNameForId()/getIdForName() optimizes the duration of the critical
sections - the getNameForId()/getIdForName() operations are not locked
for their full duration of execution.
2021-11-02 00:12:23 +04:00
Veloman Yunkan
df6644a7ff Library updates are propagated to the NameMapper 2021-11-01 23:14:34 +04:00
Veloman Yunkan
6747365baa Enter KiwixApp::NameMapperProxy
The new helper class `KiwixApp::NameMapperProxy` serves as a level of
indirection for `kiwix::HumanReadableNameMapper`. It will help to solve
the problem of updating the mapping when the library changes.
2021-11-01 22:55:47 +04:00
Kelson
158686862e
Merge pull request #704 from kiwix/693-draw-gradiented-text-over-empty-tab-title
Fixes #693: Draw tab title with gradient to fade-out
2021-10-30 10:22:40 +02:00
Alexander Sashnov
d883958ec4 Fixes #693: Draw tab title with gradient to fade-out 2021-10-30 14:17:20 +07:00
translatewiki.net
018f619a5e
Localisation updates from https://translatewiki.net. (#707) 2021-10-28 17:01:02 +02:00
Matthieu Gautier
8adc7798ea
Merge pull request #705 from kiwix/multiple-zoomin-shortcuts 2021-10-25 12:16:51 +02:00
Emmanuel Engelhart
e23582abf2 Add CTRL+= as zoomin shortcut 2021-10-19 20:21:50 +02:00
translatewiki.net
6145edf126
Localisation updates from https://translatewiki.net. (#699) 2021-10-19 20:21:33 +02:00
Matthieu Gautier
30d6ffde2f
Merge pull request #696 from kiwix/settingsViewFix#640 2021-10-19 11:01:45 +02:00
Nikhil Tanwar
b5a458a1ab Removed getTranslations from SettingsManager 2021-10-19 05:09:07 +02:00
Nikhil Tanwar
4f2334ecbf Naming changes for setDownloadDir and setKiwixServerPort 2021-10-19 05:09:07 +02:00
Nikhil Tanwar
afd0a37bbb Naming and consistency changes
zoomLevelSpinBox changed to zoomPercentSpinBox
zoomLevelLabel changed to zoomPercentLabel
Added consistency in use of zoomFactor
setZoom renamed to onZoomChanged
zoomFactorChanged renamed to setZoom
using the same view for checking and creating new in SettingsAction
2021-10-19 05:09:07 +02:00
juuz0
de4fdbf033 Dropped signals from SettingsView
SettingsView now responds to signals from SettingsManager to change values
Fixed indentation
2021-10-19 05:09:07 +02:00
Nikhil Tanwar
8ba4e8ab85 Stored settings view in settings manager
Deleted some helper functions (browseDownloadDir, confirmDownloadDir, resetDownloadDir) from SettingsManager
Deleted unnecessary settingsManager.js and settingsManager.html
Fixed settingsManager.css code factoring issues
2021-10-19 05:09:07 +02:00
Nikhil Tanwar
e01473085b Added more styling to match proposed design.
Changes -
Paddings in labels
Horizontal line colour changed to match original
Max width of Container widget reduced to 500
2021-10-19 05:09:07 +02:00
Nikhil Tanwar
a408a04937 Fix for Settings being painted twice 2021-10-19 05:09:07 +02:00
Nikhil Tanwar
9dfcec33b4 fix for settingsview being shown in a new tab 2021-10-19 05:09:07 +02:00
Nikhil Tanwar
6a64ea7f91 Fixed file path for settingsManager.css 2021-10-19 05:09:07 +02:00
Nikhil Tanwar
0711c4a5c1 Added white background to mainview
Followed design as specified in #640
2021-10-19 05:09:07 +02:00
Han Young
bace78ae1a add ui to qmake 2021-10-19 05:09:07 +02:00
Han Young
93854011eb port settings to Qt Widget 2021-10-19 05:09:07 +02:00
Kelson
c65bb5042c
Merge pull request #706 from kiwix/latest-kiwix-build-image
Use kiwix/kiwix-build_ci:bionic-31 in CI
2021-10-19 05:07:18 +02:00
Emmanuel Engelhart
1b4e41ab18 Use kiwix/kiwix-build_ci:bionic-31 in CI 2021-10-19 05:02:48 +02:00
Nikhil Tanwar
2b5ae1017e
Removed qt5-default and addded its individual dependencies (#702) 2021-10-09 09:06:20 +02:00
translatewiki.net
c2602f94b1
Localisation updates from https://translatewiki.net. (#691) 2021-09-18 16:10:45 +02:00
Kelson
a3c93e9c89
Merge pull request #682 from juuz0/issue665
Add tooltips to show keyboard shortcuts
2021-09-18 15:58:38 +02:00
Nikhil Tanwar
d3c43b97d1 Added shortcuts beside name in all tooltips. 2021-09-17 17:17:55 +05:30
Matthieu Gautier
b9ddf156fe
Merge pull request #689 from kiwix/issue654 2021-09-07 11:24:17 +02:00
Nikhil Tanwar
f6dbf73965
Added condition to reset zoom only for current tab 2021-09-07 08:55:06 +02:00