Patrick Gaskin
b5fda58ae0
Add 4.33.19759 to symbol tests
2022-07-21 19:34:15 -04:00
Patrick Gaskin
ad9684b995
Add 4.33.19611 to symbol tests
2022-06-09 16:55:33 -04:00
Patrick Gaskin
bfb98ad4cc
Add 4.33.19608 to symbol tests
2022-06-01 17:08:28 -04:00
Patrick Gaskin
dcbaa3949e
Update README
2022-05-21 21:45:42 -04:00
Patrick Gaskin
1b2bd82925
Add 4.32.19501 to symbol tests
2022-04-18 05:36:54 -04:00
Patrick Gaskin
d8ff478434
Silence nickel_setting dark_mode
2022-01-22 01:09:32 -05:00
shermp
749483b883
Automatically update the ReadingView when changing dark mode
2022-01-22 15:45:58 +13:00
Patrick Gaskin
7c82cc4450
Implement nickel_setting:dark_mode action for 4.28.17623+
2022-01-20 23:30:29 -05:00
Patrick Gaskin
85213ecb1e
Tested on 4.31.19086
2022-01-20 23:19:04 -05:00
Patrick Gaskin
c9df74404b
Update year
2022-01-20 23:17:01 -05:00
Patrick Gaskin
fb1e5743c9
Add 4.31.19086 to symbol tests
2022-01-20 22:53:53 -05:00
Patrick Gaskin
7b1e6fff7a
Fix selection_search location on 4.31.19086 ( closes #119 )
2022-01-20 22:51:29 -05:00
Patrick Gaskin
2e7600dd2e
Add 4.30.18838 to symbol tests
2021-11-01 17:58:22 -04:00
Patrick Gaskin
f14bab375f
Add 4.29.18730 to symbol tests
2021-10-21 20:43:50 -04:00
Patrick Gaskin
59f7d6720f
Add 4.28.18220 to symbol tests
2021-10-21 20:43:18 -04:00
NiLuJe
691203e7c2
nickel_setting: Print the correct argument on error ( #112 )
2021-08-25 08:54:13 -04:00
Patrick Gaskin
56b5b9ddad
Add 4.28.17925 to symbol tests
2021-07-17 16:52:10 -04:00
Patrick Gaskin
22351d3b3d
Add 4.28.17826 to symbol tests
2021-07-17 16:51:57 -04:00
Patrick Gaskin
f18eb4e669
Add 4.28.17820 to symbol tests
2021-07-17 16:51:24 -04:00
Patrick Gaskin
d449c25359
Use testdata from pgaskin/kobopatch-testdata
2021-07-17 16:47:25 -04:00
Patrick Gaskin
849a34ee70
Add 4.28.17623 to symbol tests
2021-06-10 09:22:41 -04:00
Sherman Perry
649bfa6a4a
Fix Dropbox on 4.26.16704+ ( fixes #107 ) ( #108 )
...
* Create MoreController object to fix Dropbox on 16704+.
* Call MoreController's destructor after use.
2021-06-03 14:09:48 -04:00
Patrick Gaskin
3edaa45f50
Tested on 4.26.16704
2021-02-16 16:19:06 -05:00
Patrick Gaskin
4c02db00f9
Add 4.26.16704 to symbol tests
2021-02-16 16:18:32 -05:00
Patrick Gaskin
9b73100cd4
Fix function parameter order for forwarded doWikipediaSearch ( fixes #101 )
...
This fixes the regression introduced by #94 in v0.5.0 which caused
the built-in Wikipedia search to fail to load when NM is installed.
2021-01-15 22:35:04 -05:00
Patrick Gaskin
0429525e1d
Fix README typo
2021-01-10 22:19:59 -05:00
Patrick Gaskin
a732f1fa70
Update license year
2021-01-08 03:45:00 -05:00
Patrick Gaskin
cc361daaac
Implement experimental option for custom main menu icon on 4.23.15505+ ( closes #84 ) ( #98 )
2021-01-07 17:05:44 -05:00
Patrick Gaskin
edb551182a
Simplified symbol loading for actions
2020-12-30 20:03:57 -05:00
Patrick Gaskin
ac9f49d20f
Made strtrim static
2020-12-30 19:37:46 -05:00
Patrick Gaskin
1ee3645166
Improved config parser code formatting
2020-12-30 19:37:11 -05:00
Patrick Gaskin
ed39aed175
Fix error handling regressions in the config parser ( fixes #99 ) ( #100 )
...
This fixes a regression in ee0eb7c (#47 ) which caused vague error messages to be
returned instead of specific error messages from nm_config_parse__line_*. These
functions should have returned true on error, but were returning NULL (i.e.
false) instead, causing nm_config_parse to treat it as an unknown line type
instead of returning the specific issue with the line. This regression does not
cause any issues other than vague error messages being returned for certain
errors during config parsing.
In addition, this fixes another regression discovered by @NiLuJe where
configuration errors would persist in rare situations due to nm_config_files not
clearing existing errors as expected. This issue does not happen if the config
error menu item is pressed to see the error message since nm_menu_item_do clears
errors.
2020-12-03 22:12:25 -05:00
NiLuJe
59daa28dcf
Added TLFi example for selection menu substitution
...
Co-authored-by: Patrick Gaskin <patrick@pgaskin.net >
2020-12-03 13:21:37 -05:00
Patrick Gaskin
df652ee98a
Implemented selection menu location for 4.20.14622+ ( closes #93 ) ( #94 )
...
* New selection and selection_search menu locations.
* Argument transformation for selection menu items.
2020-12-03 13:18:51 -05:00
Patrick Gaskin
1f39f64a1f
Updated GitHub token for releases
2020-11-17 01:57:18 -05:00
Patrick Gaskin
666aed3c02
Switched to GitHub Container Registry for NickelTC image
2020-11-15 14:14:23 -05:00
Patrick Gaskin
a25a821e75
Fixed cmd_output newlines not being displayed ( fixes #92 ) ( #95 )
...
ConfirmationDialog uses Qt::RichText for the body text, which causes line
breaks to be collapsed since the text is rendered as HTML. This can be fixed by
using Qt::convertFromPlainText with Qt::WhiteSpacePre.
2020-11-15 12:16:46 -05:00
Patrick Gaskin
437e248c47
Decode result messages as utf-8 instead of latin-1 ( closes #96 ) ( #97 )
...
This change is fully backwards-compatible.
2020-11-14 22:23:27 -05:00
Patrick Gaskin
59ae0cc897
Added 4.25.15875 to symbol tests
2020-11-10 21:02:38 -05:00
Patrick Gaskin
91dbf2a713
Tested on 4.25.15875
2020-11-10 21:02:25 -05:00
Patrick Gaskin
85cd558715
Updated README
2020-10-02 11:31:28 -04:00
Patrick Gaskin
9c087f7a9d
Added 4.24.15676 to symbol tests
2020-10-02 11:29:04 -04:00
Patrick Gaskin
23e4cca6bf
Tested on 4.24.15676
2020-10-02 11:27:59 -04:00
Patrick Gaskin
3580ab4f30
Added 4.24.15672 to symbol tests
2020-09-24 18:42:21 -04:00
Patrick Gaskin
4207cd5995
Tested on 4.24.15672
2020-09-24 18:42:06 -04:00
Patrick Gaskin
c2d26181b9
Added link to new website in documentation
2020-09-04 00:25:54 -04:00
Patrick Gaskin
8ada23e16d
Implemented experimental:menu_main_15505_label option ( closes #88 ) ( #91 )
2020-08-28 14:26:12 -04:00
Patrick Gaskin
851ac584b2
Implemented experimental options ( closes #87 ) ( #90 )
2020-08-28 12:44:15 -04:00
Patrick Gaskin
2e44140f61
Removed deprecated nickel_open:library:library2 action ( closes #81 ) ( #89 )
2020-08-28 12:40:49 -04:00
Patrick Gaskin
9f49a292c0
Cleaned up some headers
2020-08-27 12:37:21 -04:00