Skip to content

Commit f164068

Browse files
committed
New: Turn pages with mouse wheel
1 parent 6dfa3ca commit f164068

25 files changed

+402
-464
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.3.2 (dd-mm-yyyy)
8+
9+
##### 🚀 New Features
10+
11+
- Turn pages with mouse wheel
12+
713
## [v1.3.1](https://github.com/ollm/OpenComic/releases/tag/v1.3.1) (05-10-2024)
814

915
##### 🐛 Bug Fixes

build/flatpak/app.opencomic.OpenComic.metainfo.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<url type="homepage">https://github.com/ollm/OpenComic</url>
1616
<url type="bugtracker">https://github.com/ollm/OpenComic/issues</url>
1717
<url type="help">https://github.com/ollm/OpenComic/issues</url>
18-
<url type="translate">https://github.com/ollm/OpenComic/blob/master/TRANSLATE.md/</url>
18+
<url type="translate">https://github.com/ollm/OpenComic/blob/master/TRANSLATE.md</url>
1919
<url type="donation">https://github.com/ollm/OpenComic/blob/master/FUNDING.md</url>
2020
<url type="vcs-browser">https://github.com/ollm/OpenComic</url>
2121
<icon type="remote">https://raw.githubusercontent.com/ollm/OpenComic/master/images/icon-border-transparent.png</icon>
@@ -64,4 +64,4 @@
6464
</description>
6565
</release>
6666
</releases>
67-
</component>
67+
</component>

languages/ca.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Moure el zoom mitjançant el cursor (Desactiva moure mitjançant arrossegar i deixar anar)",
230230
"scrollWithMouse": "Realitzar desplaçament movent el cursor per les vores de la pantalla (Desactiva desplaçament mitjançant arrossegar i deixar anar)",
231231
"goNextPrevChapterWithScroll": "Anar al capítol següent/anterior amb el desplaçament del ratolí (Lectura vertical)",
232+
"turnPagesWithMouseWheel": "Passar pàgines amb la roda del ratolí (Zoom només amb la tecla Ctrl pressionada)",
232233
"rotateHorizontalsAnticlockwise": "Al rotar imatges horitzontals fer-ho en sentit antihorari",
233234
"startReadingInFullScreen": "Començar la lectura a pantalla completa",
234235
"trackingAtTheEnd": "Seguiment al final del capítol/tom"

languages/cs.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/de.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/empty.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Move zoom using cursor (Disables moving by drag and drop)",
230230
"scrollWithMouse": "Scroll by moving the cursor along the edges of the screen (Disables drag and drop scrolling)",
231231
"goNextPrevChapterWithScroll": "Go next/previous chapter with mouse scroll (Vertical reading)",
232+
"turnPagesWithMouseWheel": "Turn pages with mouse wheel (Zoom only with Ctrl key pressed)",
232233
"rotateHorizontalsAnticlockwise": "When rotating horizontal images, do so counterclockwise",
233234
"startReadingInFullScreen": "Start reading in full screen",
234235
"trackingAtTheEnd": "Tracking at the end of the chapter/volume"

languages/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Mover el zoom mediante el cursor (Desactiva mover mediante arrastrar y soltar)",
230230
"scrollWithMouse": "Realizar desplazamiento moviendo el cursor por los bordes de la pantalla (Desactiva desplazamiento mediante arrastrar y soltar)",
231231
"goNextPrevChapterWithScroll": "Ir al capítulo siguiente/anterior con el desplazamiento del mouse (Lectura vertical)",
232+
"turnPagesWithMouseWheel": "Pasar páginas con la rueda del raton (Zoom solo con la tecla Ctrl presionada)",
232233
"rotateHorizontalsAnticlockwise": "Al rotar imágenes horizontales hacerlo en sentido antihorario",
233234
"startReadingInFullScreen": "Empezar la lectura en pantalla completa",
234235
"trackingAtTheEnd": "Seguimiento al final del capítulo/tomo"

languages/fr.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Déplacer le zoom avec la souris",
230230
"scrollWithMouse": "Faire défiler avec la souris",
231231
"goNextPrevChapterWithScroll": "Aller au chapitre suivant/précédent avec le défilement",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "Faire pivoter horizontalement dans le sens anti-horaire",
233234
"startReadingInFullScreen": "Commencer la lecture en plein écran",
234235
"trackingAtTheEnd": "Suivi à la fin"

languages/hu.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/it.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Sposta zoom tramite cursore (Disabilita movimento tramite drag e drop)",
230230
"scrollWithMouse": "Scrolla spostando il cursore lungo i bordi dello schermo (Disabilita scrollamento tramite drag e drop)",
231231
"goNextPrevChapterWithScroll": "Passa al capitolo precedente/successivo con la rotella del mouse (Scorrimento)",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "Ruota immagini orizzontali, ma in senso antiorario",
233234
"startReadingInFullScreen": "Inizia a leggere a schermo intero",
234235
"trackingAtTheEnd": "Tracking a fine capitolo/volume"

languages/ja.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/ko.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/pt-br.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/ru.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

languages/sv.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Flytta zoom med hjälp av muspekare (inaktiverar flyttning med dra och släpp)",
230230
"scrollWithMouse": "Bläddra genom att flytta muspekaren längs skärmens kanter (inaktiverar dra och släpp-rullning)",
231231
"goNextPrevChapterWithScroll": "Gå till nästa/förra kapitlet med musrullning (vertikal bläddring)",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "Börja läsningen i helskärmsläge",
234235
"trackingAtTheEnd": "Spårning i slutet av kapitlet/volymen"

languages/th.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "ย้ายซูมโดยใช้เคอร์เซอร์ (ปิดการย้ายโดยลากวาง)",
230230
"scrollWithMouse": "เลื่อนโดยย้ายเคอร์เซอร์ไปตามขอบจอ (ปิดการเลื่อนแบบลากและวาง)",
231231
"goNextPrevChapterWithScroll": "ไปตอนถัดไป / ก่อนหน้าด้านการเลื่อนเม้าส์ (การอ่านแนวตั้ง)",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "เริ่มอ่านแบบเต็มจอ",
234235
"trackingAtTheEnd": "ติดตามส่วนท้ายของตอน/เล่ม"

languages/vi.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "Thay đổi thu phóng với con trỏ (tắt di chuyển bằng đúp chuột)",
230230
"scrollWithMouse": "Cuộn khi di chuyển con trỏ theo viền màn hình (tắt cuộn bằng đúp chuột)",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "Khởi động trình đọc trong chế độ toàn màn hình",
234235
"trackingAtTheEnd": "Theo dõi tại đầu của chương/tập truyện"

languages/zh-hans.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "使用鼠标移动缩放(禁用通过拖放移动)",
230230
"scrollWithMouse": "通过沿着屏幕边缘移动鼠标来滚动(禁用拖放滚动)",
231231
"goNextPrevChapterWithScroll": "使用鼠标滚动转到下一章/上一章(垂直阅读)",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "旋转水平图像时,逆时针旋转",
233234
"startReadingInFullScreen": "开始全屏阅读",
234235
"trackingAtTheEnd": "在章节/卷末尾进行跟踪"

languages/zh-hant.json

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"moveZoomWithMouse": "",
230230
"scrollWithMouse": "",
231231
"goNextPrevChapterWithScroll": "",
232+
"turnPagesWithMouseWheel": "",
232233
"rotateHorizontalsAnticlockwise": "",
233234
"startReadingInFullScreen": "",
234235
"trackingAtTheEnd": ""

0 commit comments

Comments
 (0)