yparitcher
035be38430
Dispatcher: Set font
...
Closes : #8531
2021-12-16 15:32:40 -05:00
yparitcher
46f1f3eb5e
Dispatcher: allow args_func
2021-12-16 15:32:40 -05:00
yparitcher
fd34daf224
Dispatcher: some of these are actually strings not numbers
...
partialy revert 4c0d11c6d9
Fixes : #8534
2021-12-16 15:32:40 -05:00
hius07
d4eecd9f00
SpinWidget in Dispatcher fix ( #8558 )
...
Enable SpinWidget OK button in dispatcher for unchanged value.
2021-12-16 13:55:05 +02:00
hius07
a703b213f7
File manager: group operations ( #8536 )
...
Copy/Move/Delete for group of files.
"Select files" button in the filemanager Plus menu.
2021-12-16 13:12:25 +02:00
hius07
785eb5f3ef
Bookmark search ( #8504 )
...
From bookmark list, main menu and with a gesture.
2021-12-04 19:37:00 +02:00
yparitcher
61d02923e9
Dispatcher: fix horizontal margins ( #8344 )
...
Regression from #8287
2021-10-19 11:50:31 +02:00
yparitcher
4c0d11c6d9
Dispatcher: use absolutenumber in more places
2021-10-05 23:34:29 +02:00
hius07
1e47cd7e5f
SpinWidget: similar size in portrait and landscape ( #8226 )
2021-09-25 10:40:04 +02:00
Frans de Jonge
b48cce7fa0
Dispatcher: adjust "screen and lights" to style guide ( #8215 )
...
Same as "Taps and gestures"
2021-09-14 09:22:43 +02:00
yparitcher
1f8574cf7e
Dispatcher:removeAction()
...
Gestures: use sub_item_table_func to allow the menu to refresh on change
2021-09-13 10:56:06 -04:00
yparitcher
f5dc7b4539
Dispatcher: Revamp sections and item order
2021-09-13 10:56:06 -04:00
yparitcher
3b6f521e26
Statistics: move dispatcher items to plugin
2021-09-01 10:30:46 -04:00
yparitcher
31397e10ef
Dispatcher: initial Kopt support
2021-09-01 10:30:46 -04:00
yparitcher
5e1ab8c06b
Dispatcher: update configurable before event (like configdialog)
2021-09-01 10:30:46 -04:00
yparitcher
dc59391632
Dispatcher: use UIManager:sendEvent instead of the current instance ( #7999 )
...
This fixes inheritance issues when changing documents.
Also allow "Go to page" in FM.
2021-07-23 13:27:12 +02:00
yparitcher
002b4d4be9
Kopt/Creoptions: change to using an event to update configurable. Abstract implimentation out of ConfigDialog
2021-06-11 13:26:48 +02:00
yparitcher
0577f57617
TouchMenu: open to items page when going up a level
...
Builds on #7490
2021-06-11 13:26:48 +02:00
yparitcher
729388df81
Dispatcher: indentation
2021-06-11 13:26:48 +02:00
yparitcher
225f9aeccb
Cleanup for #7626
2021-06-11 13:26:48 +02:00
zwim
6e2be98edc
Notifications: options to show none/some/more ( #7718 )
...
Notification: adds some functions so it can be used as
a notification manager.
Have various bits of code emitting events that may generate
notifications advertize themselves as the source for following
notifications.
Add a menu to allow selecting some subsets of sources
to show or hide.
2021-05-20 23:14:11 +02:00
zwim
78fdce8e9f
Dispatcher: fix possible crash when no document ( #7716 )
2021-05-20 19:23:34 +02:00
Frans de Jonge
11a22254d6
[doc] Fix random typo ( #7676 )
2021-05-13 17:57:48 +02:00
zwim
d082f795e6
Dispatcher: some formatting cleanup, rewording and re-ordering
2021-05-10 12:44:55 +02:00
zwim
46a2d9c145
Dispatcher: Make font size actions consistent with ConfigDialog's NumberPicker ( #7626 )
2021-05-05 20:48:42 +02:00
hius07
752ec49c6f
FM: Make "Refresh content" an actual Event/Gesture ( #7592 )
...
* And enable it by default in the FM as the "hold on top-right corner" Gesture, instead of the onHold handler of the "+" button.
2021-05-05 20:43:43 +02:00
poire-z
9ef435c97a
bump crengine: more granular font weights ( #7616 )
...
Includes:
- MathML: a few minor fixes
- (Upstream) lvtext: fix possible index out of range
- Fonts: RegisterExternalFont() should take a documentId
- Fonts: fix: letter-spacing should not be applied on diacritic
- (Upstream) Fonts: more granular synthetic weights
- Fonts: synthesized weights: tweak some comments
- Fonts: keep hinting with synthetic weight
- Fonts: fix synthesized weight inconsitencies
- Fonts: fix getFontFileNameAndFaceIndex()
- Fonts: adds LVFontMan::RegularizeRegisteredFontsWeights()
- Fonts: handle synth_weight tweaks in glyph/glyphinfo slots
- (Upstream) Fonts: fix some compiler warnings
- Fix hyphenation on Armenian and Georgian text
Update the bottom menu widget "Font Weight" to allow more
granular weights than the previous "regular | bold".
Also bump thirdparty/luasec to v1.0.1.
2021-04-29 01:37:53 +02:00
hius07
86126d042f
Dispatcher: add "Toggle status bar" action ( #7606 )
2021-04-26 21:45:34 +02:00
NiLuJe
32b070f3ac
Dispatcher: nil guard against access to a document instance ( #7389 )
...
Also:
* Properly update *all* the touch zones when rotating the FM
* Unbreak (Reader) rotation labels in Dispatcher
Regression since #7306
2021-03-06 19:27:23 +01:00
poire-z
f1046f07a9
Dispatcher: increase hold_step for usability
2021-01-12 00:34:30 +01:00
yparitcher
00556715f4
Dispatcher: update document.configurable ( #7116 )
...
So ConfigDialog knows about changed settings and
properly reflects their states.
2021-01-07 23:19:23 +01:00
jperon
8eeb010dc9
Paged documents: rework zoom options ( #6885 )
...
- Move zoom options from top menu to bottom config
- Add option to manually define zoom (relative to
page width) and overlap (in percent)
- Add options to zoom to columns or rows, possibly
with overlap. Add panning direction options when
page forward in these modes
2020-11-28 17:18:57 +01:00
yparitcher
7fb20f2c55
Dispatcher: add Screenshot action ( #6858 )
2020-11-08 22:43:37 +01:00
yparitcher
602e0b3feb
ldoc fixes
2020-10-20 18:11:55 -04:00
yparitcher
433b82f162
Dispatcher: allow registering actions at runtime
2020-10-20 18:11:55 -04:00
Galunid
15455b594d
[feat] Comics: zoom to panel ( #6511 )
...
This pull requests aims to provide convenient way to zoom in comics. The idea is when user holds/double taps (not decided yet) on a manga/comic panel, it gets cut out from the rest of the image and zoomed. More details in koreader/koreader-base#1148 . Depends on koreader/koreader-base#1159
2020-09-24 15:17:37 +02:00
NiLuJe
aeaf911758
Make sure Dispatcher doesn't pickup eInk settings on !eInk devices ( #6702 )
2020-09-24 05:06:13 +02:00
yparitcher
34b3d5541d
Gestures/Profiles: make sure dispatcher is initalized
...
even when the menu is not opened. this was causing a crash when the event name was parsed from creoptions
2020-09-22 07:21:37 +02:00
yparitcher
c6ce316d4e
Dispatcher: crengine contrast (gamma)
2020-09-22 07:21:37 +02:00
smartscripts-nl
4e281f00ed
Dispatcher: adds Show terminal ( #6626 )
2020-09-03 01:14:06 +02:00
smartscripts-nl
20ddad2951
Terminal: add shortcuts for re-useable commands ( #6609 )
...
To be able to quickly repeat often used terminal commands
2020-09-02 16:09:27 +02:00
smartscripts-nl
0e7f1ba317
Dispatcher: adds Texteditor: open last file ( #6600 )
2020-08-31 11:47:37 +02:00
yparitcher
4639b03c29
Dispatcher: incremental gesture fix ( #6565 )
...
have a user set number override a gesture (gestures will still work when set to 0), this allows incremental FL changes with a tap gesture
2020-08-25 21:07:17 +02:00
NiLuJe
b5d3305876
A few e-Ink flash rate QoL tweaks ( #6528 )
...
* Add an option to *always* flash on chapter boundaries
* Optionally, in flash on chapter boundaries mode, also flash on the *second* page of a chapter.
(There's often a large river at the top of the page on a chapter's first page)
* In CRe, request a flashing update when there is significant image content on the page.
* Register all refresh rate related options in Dispatcher, making them available in Gestures & Profiles.
2020-08-21 14:33:08 +02:00
NiLuJe
1b904f0f0d
Revamp manual rotation events ( #6530 )
...
Restore a Swap event like before #6309
Implement an Invert one
And keep the fairly useless +90° CW one, but under an accurate name.
Fix #6524
2020-08-20 13:38:48 +02:00
yparitcher
d53dc3f890
Dispatcher: fix events with static argument ( #6519 )
...
Fixes showing Favorites from a gesture.
2020-08-18 12:41:58 +02:00
yparitcher
986f45871a
Dispatcher: show selected number ( #6472 )
...
followup to #6441
2020-08-17 09:55:03 +02:00
yparitcher
7583571707
Dispatcher Gestures Profiles: only flush settings when changed ( #6471 )
2020-08-05 00:19:28 +02:00
yparitcher
79c5e088af
Dispatcher: get name from item & add separators to menu & fixes
2020-08-02 16:55:09 -04:00
Frans de Jonge
0511cb1d48
[chore] Allow translating "Font Size" in Dispatcher ( #6462 )
...
See https://github.com/koreader/koreader/pull/6428#issuecomment-667687997
2020-08-02 20:31:21 +02:00