Shaopeng (Chris) Lin

Results 8 issues of Shaopeng (Chris) Lin

Hi! I am a GSOC student this year and its my first PR here. Changes: - Added Formatter Class in src/tools.h. Revised comments to fit our purpose and changed the...

Bug Reason: The Bookmark mode is not enabled if there is text in the search bar. Edited Changes: - Moved the Bookmark button to the right of the search bar....

#1048 introduced the feature to reopen tabs on start-up. However, on many browsers (Firefox, Chrome), the current tab is also being kept track of when restoring user sessions. It would...

enhancement
question

Fixes #1102 Tested on Qt 6.2.4. ``` src/contentmanagermodel.cpp:40:16: error: ‘class QVariant’ has no member named ‘type’; did you mean ‘typeId’? 39 | if ( r.type() == QVariant::ByteArray ) | ^~~~...

Fix #1100 Changes: - Added context menu button for book preview. - Button opens the book's URL on "https://library.kiwix.org/viewer#". - Button is available for book states Online, Downloading, and Download...

Fix #1073 Follow-up from #1120. Changes: - Custom file-not-found page when tabs have Urls that point to non-existing Zim files. - Now displays the bookmarks of the non-existing Zim files....

Fix #77 Changes: - Re-enabled file menu item and shortcut Ctrl + Shift + S for save page. - Saves the HTML of the page on the current tab to...