forked from kiwix/kiwix-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Record TOC navigations in history (kiwix#1248)
- Loading branch information
1 parent
a599475
commit 636fa42
Showing
253 changed files
with
28,046 additions
and
27,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: kiwix # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # https://kiwix.org/support-us/ | ||
# These are supported funding model platforms | ||
|
||
github: kiwix # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # https://kiwix.org/support-us/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
daysUntilClose: false | ||
staleLabel: stale | ||
|
||
issues: | ||
daysUntilStale: 60 | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be now be reviewed manually. Thank you | ||
for your contributions. | ||
pulls: | ||
daysUntilStale: 7 | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
recent activity. It will be now be reviewed manually. Thank you | ||
for your contributions. | ||
daysUntilClose: false | ||
staleLabel: stale | ||
|
||
issues: | ||
daysUntilStale: 60 | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be now be reviewed manually. Thank you | ||
for your contributions. | ||
pulls: | ||
daysUntilStale: 7 | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
recent activity. It will be now be reviewed manually. Thank you | ||
for your contributions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,98 @@ | ||
name: CI | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
Windows: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- native_mixed | ||
runs-on: windows-2022 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup python 3.8 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.8' | ||
|
||
- name: Install packages | ||
run: | | ||
choco.exe install pkgconfiglite | ||
- name: Install QT | ||
uses: jurplel/install-qt-action@v4 | ||
with: | ||
version: 5.15.2 | ||
modules: "qtwebengine" | ||
setup-python: false | ||
|
||
- name: Setup MSVC compiler | ||
uses: bus1/cabuild/action/msdevshell@v1 | ||
with: | ||
architecture: x64 | ||
|
||
- name: Install dependencies | ||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main | ||
with: | ||
target_platform: win-x86_64-mixed | ||
|
||
- name: Compile | ||
shell: cmd | ||
run: | | ||
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig | ||
qmake PREFIX=%cd%\BUILD_win-amd64\INSTALL | ||
nmake release-all | ||
Linux: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
target: | ||
- jammy-qt5 | ||
- noble-qt6.4 | ||
- oracular-qt6.6 | ||
include: | ||
- target: jammy-qt5 | ||
image_variant: jammy | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 5 | ||
- target: noble-qt6.4 | ||
image_variant: noble | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 6 | ||
- target: oracular-qt6.6 | ||
image_variant: oracular | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 6 | ||
env: | ||
HOME: /home/runner | ||
runs-on: ubuntu-22.04 | ||
container: | ||
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05 | ||
|
||
steps: | ||
- name: Install dependencies | ||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main | ||
with: | ||
target_platform: linux-x86_64-dyn | ||
|
||
- name: Retrieve source code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Compile source code | ||
shell: bash | ||
env: | ||
PKG_CONFIG_PATH: "/home/runner/BUILD_linux-x86_64/INSTALL/lib/pkgconfig:/home/runner/BUILD_linux-x86_64/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig" | ||
run: | | ||
export QT_SELECT=qt${{matrix.qt_version}} | ||
qmake --version | ||
qmake PREFIX=$HOME/BUILD_linux-x86_64/INSTALL | ||
make | ||
name: CI | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
Windows: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- native_mixed | ||
runs-on: windows-2022 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup python 3.8 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.8' | ||
|
||
- name: Install packages | ||
run: | | ||
choco.exe install pkgconfiglite | ||
- name: Install QT | ||
uses: jurplel/install-qt-action@v4 | ||
with: | ||
version: 5.15.2 | ||
modules: "qtwebengine" | ||
setup-python: false | ||
|
||
- name: Setup MSVC compiler | ||
uses: bus1/cabuild/action/msdevshell@v1 | ||
with: | ||
architecture: x64 | ||
|
||
- name: Install dependencies | ||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main | ||
with: | ||
target_platform: win-x86_64-mixed | ||
|
||
- name: Compile | ||
shell: cmd | ||
run: | | ||
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig | ||
qmake PREFIX=%cd%\BUILD_win-amd64\INSTALL | ||
nmake release-all | ||
Linux: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
target: | ||
- jammy-qt5 | ||
- noble-qt6.4 | ||
- oracular-qt6.6 | ||
include: | ||
- target: jammy-qt5 | ||
image_variant: jammy | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 5 | ||
- target: noble-qt6.4 | ||
image_variant: noble | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 6 | ||
- target: oracular-qt6.6 | ||
image_variant: oracular | ||
lib_postfix: '/x86_64-linux-gnu' | ||
qt_version: 6 | ||
env: | ||
HOME: /home/runner | ||
runs-on: ubuntu-22.04 | ||
container: | ||
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05 | ||
|
||
steps: | ||
- name: Install dependencies | ||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main | ||
with: | ||
target_platform: linux-x86_64-dyn | ||
|
||
- name: Retrieve source code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Compile source code | ||
shell: bash | ||
env: | ||
PKG_CONFIG_PATH: "/home/runner/BUILD_linux-x86_64/INSTALL/lib/pkgconfig:/home/runner/BUILD_linux-x86_64/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig" | ||
run: | | ||
export QT_SELECT=qt${{matrix.qt_version}} | ||
qmake --version | ||
qmake PREFIX=$HOME/BUILD_linux-x86_64/INSTALL | ||
make |
Oops, something went wrong.