Matthieu Gautier
840b731a59
Merge pull request #907 from kiwix/version_2.3.1
2.3.1
2022-11-30 18:10:33 +01:00
Matthieu Gautier
7cd4a027db
New version 2.3.1
...
* Fix the AppImage packaging. Now published AppImages work correctly on recent
distrubution (@mgautierfr #905 )
* Improve zim file picker (@kelson42 #886 )
* Do not show ServiceWorker zim file from the remote catalog (@kelson42 #887 )
2022-11-30 18:05:57 +01:00
Matthieu Gautier
b40185a168
Merge pull request #897 from kiwix/translatewiki
2022-11-30 17:53:19 +01:00
translatewiki.net
1e936d5ac2
Localisation updates from https://translatewiki.net .
2022-11-28 13:05:29 +01:00
Kelson
0d0aa054c8
Merge pull request #905 from kiwix/appimage-hack
...
Add a small hack to fix QWebEngine using appimage.
2022-11-23 17:04:43 +01:00
Matthieu Gautier
f0adaa66dc
Add a small hack to fix QWebEngine using appimage.
...
Fix #810
2022-11-23 16:59:30 +01:00
Kelson
30b242f91c
Merge pull request #883 from kiwix/translatewiki
2022-10-13 16:14:11 +02:00
translatewiki.net
df87478efe
Localisation updates from https://translatewiki.net .
2022-10-13 13:06:25 +02:00
Kelson
fde6d1fcc8
Merge pull request #887 from kiwix/no-sw-zim
2022-09-25 20:57:35 +02:00
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