620 Commits

Author SHA1 Message Date
Matthieu Gautier
f66e3aba11
Merge pull request #679 from kiwix/issue/671
added logic for removing book download URL on download complete
2021-08-31 15:36:12 +02:00
Manan Jethwani
31e63e0d9f added logic for removing book download url on download complete 2021-08-31 15:31:01 +02:00
Kelson
894e9a1b02
Create codeql-analysis.yml 2021-08-28 21:12:41 +02:00
Kelson
dc6b75ebe4
Fix typo in README 2021-08-14 17:24:49 +02:00
Kelson
2ceb404e57
Move Repology to dedicated wiki page 2021-08-14 17:20:21 +02:00
Amir E. Aharoni
851877e8e8
Remove space before exclamation point in English messages (#674) 2021-08-04 14:58:57 +02:00
translatewiki.net
408549bfec
Localisation updates from https://translatewiki.net. (#673) 2021-08-03 15:04:20 +02:00
Kelson
93db182c1c
Merge pull request #672 from kiwix/fix-url-qtooltip
Fix URL tooltip position on screen
2021-08-01 08:16:58 +02:00
Emmanuel Engelhart
27823b2675 Fix URL tooltip position on screen 2021-08-01 08:10:27 +02:00
Emmanuel Engelhart
111a1b16e0 Fix close button label 2021-07-31 22:49:57 +02:00
Kelson
e6e17cff58
Merge pull request #638 from kiwix/work/serverdialog
Improve Kiwix Serve dialog look and feel
2021-07-31 19:51:13 +02:00
Emmanuel Engelhart
1eb440b579 Don't center Kiwix Serve dialog per default 2021-07-31 19:44:51 +02:00
Emmanuel Engelhart
eab11c635c Rename label from close-dialog to close 2021-07-31 19:38:43 +02:00
Han Young
5bceb0ac83 apply suggestions 2021-07-31 11:26:44 +02:00
Han Young
89945e3fa1 modal dialog and http:// for ip addr 2021-07-31 11:26:44 +02:00
Han Young
7bd7c585fc Improve Kiwix Serve dialog look and feel #421 2021-07-31 11:26:44 +02:00
Kelson
de581750f3
Remove groovy deb package (#667) 2021-07-28 21:43:04 +02:00
translatewiki.net
f718148aba
Localisation updates from https://translatewiki.net. (#662) 2021-07-28 11:57:08 +02:00
Kelson
6d639c9797
Merge pull request #621 from kiwix/history-shortcuts
History shortcuts
2021-07-28 11:56:41 +02:00
Emmanuel Engelhart
6761df7247 Add history back/forward keyboard shortcuts
Original version of this commit by @kelson42
Topwidget: use global QActions defined in kiwixapp.cpp
2021-07-28 11:48:48 +02:00
Emmanuel Engelhart
43b094066e Fix OpenHomePageAction action text 2021-07-15 01:43:21 +07:00
translatewiki.net
df6786e2c8
Localisation updates from https://translatewiki.net. (#641) 2021-07-12 15:23:10 +02:00
Kelson
7fe513428f
Merge pull request #656 from kiwix/540-part1-title-icon-changed
Partial fix of #540: do not emit others object signals.
2021-07-08 13:26:00 +02:00
Alexander Sashnov
d8e585d668 Partial fix of #540: do not emit others object signals.
Signal currentZimIdChanged() isn't used anywhere, removed from code.
2021-07-08 13:15:26 +02:00
Kelson
d8ac53d131
Merge pull request #657 from kiwix/ppa-impish
PPA: Build for Ubuntu Impish
2021-07-08 13:14:42 +02:00
Kunal Mehta
363d721f13 PPA: Build for Ubuntu Impish 2021-07-08 13:09:15 +02:00
Kelson
1c9df34364
Merge pull request #661 from kiwix/new_tools_libkiwix
Adapt kiwix-desktop to new libkiwix's headers.
2021-07-08 13:07:57 +02:00
Matthieu Gautier
2289a633b9 Adapt kiwix-desktop to new libkiwix's headers. 2021-07-08 10:24:04 +02:00
Kelson
57162a79ed
Merge pull request #649 from kiwix/use_suggestionItem_methods
Use SuggestionItem class methods getTitle() and getPath()
2021-05-28 10:13:55 +02:00
Maneesh P M
bad3a33902 Use SuggestionItem class methods getTitle() and getPath()
We now have a new class SuggestionItem to handle suggestions in
libkiwix. We should should its class methods here as well.
2021-05-28 13:35:06 +05:30
Antoine Goutenoir
d89fc15a0d
feat: bind backward & forward mouse buttons to web history (#646) 2021-05-25 14:37:21 +02:00
HanYoung-uwu
20a66f9f99
add version and help commandline options (#631) 2021-05-19 14:27:18 +02:00
Kelson
a8bebb963f
Merge pull request #645 from kiwix/libkiwix-not-kiwixlib
Kiwix-lib has been renamed to Libkiwix
2021-05-19 07:12:26 +02:00
Emmanuel Engelhart
7f03e3eee0 Kiwix-lib has been renamed to Libkiwix 2021-05-18 13:23:49 +02:00
Matthieu Gautier
c6594afe05
Merge pull request #634 from HanYoung-uwu/work/filedialog 2021-05-18 11:14:26 +02:00
Han Young
250bf5e62a efficiency fixes 2021-05-18 16:24:59 +08:00
Han Young
11b2351c68 don't set Windows style 2021-05-18 16:22:33 +08:00
translatewiki.net
e8b2e9f687
Localisation updates from https://translatewiki.net. (#629) 2021-04-29 18:18:06 +02:00
Matthieu Gautier
93c90032d3
Merge pull request #628 from kiwix/fix_pagination
Fix pagination by setting pageLength properly
2021-04-27 11:35:37 +02:00
Maneesh P M
e738905223 Fix pagination by setting pageLength properly
The pageLength parameter of kiwix::SearchRenderer is not set properly
which causes it to take an arbitrary large value breaking pagination.

The solution is to use the same convention as kiwix-serve. Try to read
the pageLength from query if found, else use a default value of 25. Use
this pageLength to find end. Use renderer.setPageLength() method to set
the pageLength properly.
2021-04-22 12:38:58 +05:30
Matthieu Gautier
1d8c556075
Merge pull request #627 from kiwix/rollback-616
Revert "Reorder include to avoid header conflict beetween Xapiand and…
2021-04-12 15:11:40 +02:00
Emmanuel Engelhart
5881c3ef9f Revert "Reorder include to avoid header conflict beetween Xapiand and Qt (#616)"
This reverts commit 56bb1a219c91279e10dabff7fc67b21c9cc0e05a.
2021-04-12 13:24:49 +02:00
Kelson
c334da35d0
Localisation updates from https://translatewiki.net. (#619) (#625)
Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
2021-04-08 14:24:15 +02:00
translatewiki.net
4b9453e5dc
Localisation updates from https://translatewiki.net. (#619) 2021-04-03 17:31:55 +02:00
Kelson
56bb1a219c
Reorder include to avoid header conflict beetween Xapiand and Qt (#616) 2021-03-19 11:26:28 +01:00
translatewiki.net
139e2457a2
Localisation updates from https://translatewiki.net. (#612) 2021-03-12 07:12:16 +01:00
translatewiki.net
437ed8e793
Localisation updates from https://translatewiki.net. (#610) 2021-03-08 15:58:37 +01:00
Rishabh Soni
28bb88c6d7
Added the feature Alt + <digit> to switch between tabs using QAction::data() (#567) 2021-03-07 07:55:57 +01:00
translatewiki.net
13aa27d4fb
Localisation updates from https://translatewiki.net. (#599) 2021-03-04 15:34:40 +01:00
Alexander Sashnov
33ea0ff471
Fixes #604 - Prepend / to an article path to make QUrl parser happy (#606) 2021-03-04 06:49:47 +01:00