912 Commits

Author SHA1 Message Date
Emmanuel Engelhart
3ca631eac8 Filter out service worker based content from the online library 2022-09-22 09:29:44 +02:00
Kelson
e847867075
Merge pull request #886 from kiwix/improve-zim-file-picker
Improve zim file picker
2022-09-22 09:29:29 +02:00
Emmanuel Engelhart
ed0d2873d9
Improve ZIM filepicker filter 2022-09-18 16:36:28 +02:00
Emmanuel Engelhart
05ea729566
Better ZIM files descriptor in file picker 2022-09-18 16:19:38 +02:00
Emmanuel Engelhart
0c2d8dd4e0
Better ZIM file picker windows title 2022-09-18 16:18:10 +02:00
Matthieu Gautier
ea0a546e91
Merge pull request #880 from kiwix/version_2.3.0
Version 2.3.0
2.3.0
2022-09-07 18:49:09 +02:00
Matthieu Gautier
df7f657a61 New version 2.3.0 2022-09-07 16:58:35 +02:00
Matthieu Gautier
0629251ad2 Use last version of libzim (8.0.0) 2022-09-07 16:58:13 +02:00
Matthieu Gautier
e4af861b93 Update translations.qrc 2022-09-07 16:50:15 +02:00
Matthieu Gautier
ad494ea929
Merge pull request #864 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2022-09-07 16:49:15 +02:00
translatewiki.net
5cc887b219 Localisation updates from https://translatewiki.net. 2022-09-05 13:06:20 +02:00
Kelson
7d8b26368d
Merge pull request #867 from kiwix/tabNav
Add shortcuts for navigating tabs.
2022-08-11 08:20:21 +02:00
Nikhil Tanwar
e7223ac247 Add shortcuts for navigating tabs.
Added:
- CTRL + TAB shortcut for going to the next tab.
- CTRL + SHIFT + TAB shortcut for going to previous tab.
2022-08-11 10:42:21 +05:30
Nikhil Tanwar
d14d0d81e9 Introduce realTabCount()
It gives the tab count minus the tab for "+" button.
2022-08-11 10:42:05 +05:30
Kelson
80129ea336
Merge pull request #859 from kiwix/newFullscreen
Hide top widget and tabbar in fullscreen
2022-07-24 12:16:00 +02:00
Nikhil Tanwar
92ff6669e2 Hide top widget and tabbar in fullscreen
This change hides the topwidget and tabbar when fullscreen shortcut/button is pressed.
If the mouse is taken to the top of screen, they are shown till the time it is there.
2022-07-24 12:15:47 +02:00
Kelson
30ac41c479
Merge pull request #852 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2022-07-20 19:58:07 +02:00
translatewiki.net
294fa1b024 Localisation updates from https://translatewiki.net. 2022-07-18 13:06:26 +02:00
Kelson
7c659c22b8
Merge pull request #860 from psypherium/patch-1
Fixed spelling and grammar
2022-07-13 07:54:14 +02:00
Alistair Findlay
9b76d2a47f
Fixed spelling and grammar 2022-07-13 15:46:23 +10:00
Kelson
f1aafc1d95
Merge pull request #858 from kiwix/fix_compilation
Fix compilation after removing of wrapping in libkiwix
2022-07-08 17:31:10 +02:00
Matthieu Gautier
847b4b499d Explicit std when needed 2022-07-08 16:35:56 +02:00
Matthieu Gautier
5077e8c6d7 Add missing headers 2022-07-08 16:35:34 +02:00
Matthieu Gautier
e88af1c135 Do not include removed headers 2022-07-08 16:35:05 +02:00
Kelson
8649da5b5e
Merge pull request #855 from kiwix/fixUnsigned
Increase type cast value
2022-07-02 11:58:56 +02:00
Nikhil Tanwar
503f44ae53 Increase type cast value
b49ea7cbce83777d1c68d2ec4a8fae1e4df59fb1 introduced the unsigned type-cast for bytesAvailable to remove warnings of comparing different types.
But it caused a problem in downloads above 4GB as unsigned was too short. This changes it to unsigned long long
2022-07-02 14:09:03 +05:30
Matthieu Gautier
d172122eb5
Merge pull request #853 from kiwix/deprecateCheck 2022-06-27 16:04:39 +02:00
Nikhil Tanwar
8a546f7a69 Add check for QT version when using deprecated functions
The following functions are deprecated in QT 5.15+
QWebEngineDownloadItem::setPath
QSet<T>::fromList(const QList<T>&)
Now a check is added to support both legacy method call and modern method call, no more deprecated messages
2022-06-27 16:51:30 +05:30
Matthieu Gautier
f20d9aa70b
Merge pull request #850 from kiwix/version_2.2.2 2.2.2 2022-06-22 16:10:50 +02:00
Matthieu Gautier
69a7277354 New version 2.2.2 2022-06-22 15:51:54 +02:00
Matthieu Gautier
595d58cbd6 Udpate translations.qrc 2022-06-22 15:51:54 +02:00
Matthieu Gautier
60be74fbad
Merge pull request #848 from kiwix/translatewiki 2022-06-22 15:32:46 +02:00
translatewiki.net
9014c00982 Localisation updates from https://translatewiki.net. 2022-06-20 13:06:48 +02:00
Matthieu Gautier
c3eace12af
Merge pull request #831 from kiwix/removeLibkiwixDeprecations 2022-06-16 16:04:35 +02:00
Matthieu Gautier
b6934d707b kiwix-desktop now need libkiwix >= 11.0.0 2022-06-16 14:39:21 +02:00
Nikhil Tanwar
b49ea7cbce Remove unused variable warnings
Commented out unused variable names in function parameters
Casted unused variable (void) in for-loop
Fixed a signed-unsigned comparison warning
2022-06-16 14:25:07 +02:00
Nikhil Tanwar
b05daa197d Replace deprecated functions
This replaces the deprecated Reader and Favicon functions from libkiwix

kiwix::Reader functions are converted to use zim::Archive
Favicon functions are converted to use Illustration
Fix #805
2022-06-16 14:25:07 +02:00
Kelson
5037219ab9
Merge pull request #840 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2022-06-06 19:25:16 +02:00
translatewiki.net
60e2c76776 Localisation updates from https://translatewiki.net. 2022-06-06 19:19:45 +02:00
Kelson
8da0ca6607
Merge pull request #845 from kiwix/release-badge-readme
Add release badge in README
2022-06-06 19:18:34 +02:00
Emmanuel Engelhart
46778932c6
Add release badge in README 2022-06-03 10:38:42 +02:00
Matthieu Gautier
9e0575a225
Merge pull request #844 from kiwix/search_pagination_fix 2022-06-03 09:51:48 +02:00
Veloman Yunkan
5de9745aa9 Fixed searchProtocolPrefix
kiwix/libkiwix#764 has eliminated the trailing "?" symbol from
searchProtocolPrefix.
2022-06-03 02:34:37 +04:00
Matthieu Gautier
b51a0f4b06
Merge pull request #842 from kiwix/libkiwix_api_update 2022-06-02 17:25:25 +02:00
Matthieu Gautier
7b870d0def Searcher::add_reader now takes a shared_ptr 2022-06-02 17:17:49 +02:00
Matthieu Gautier
38789f2f75 We now must pass the queryString to select the correct book. 2022-06-02 17:16:35 +02:00
Popo le Chien
e2929b01f0
Update README.md
updated expired Slack link
2022-05-23 16:57:09 +02:00
Kelson
d9d8fbaf66
Merge pull request #841 from kiwix/screenshots
Using Commons URL for screenshots in flathub
2022-05-19 19:27:41 +02:00
renaud gaudin
db6ebdfa66 Using Commons URL for screenshots in flathub 2022-05-18 15:09:23 +00:00
Matthieu Gautier
f8b8b36cee
Merge pull request #838 from kiwix/translatewiki 2022-05-11 17:05:15 +02:00