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
Patrick Gaskin
8fc69ad965
Refactored menu locations to use macros the same way as action/generators
2020-08-27 02:15:47 -04:00
Patrick Gaskin
d654aa2af4
Refactored menu types into separate header
2020-08-27 02:13:34 -04:00
Patrick Gaskin
04aa20bf9b
Updated last tested version in docs
2020-08-27 01:58:23 -04:00
Patrick Gaskin
eca12f0b2c
Improved comments for some functions loaded from libnickel
2020-08-12 18:18:18 -04:00
Patrick Gaskin
6a23d1c12e
Added hook to add a main menu button to the bottom tab bar in 4.23.15505+ ( closes #78 ) ( #85 )
2020-08-11 20:14:34 -04:00
Patrick Gaskin
a70d09dd9e
Updated actions for compatibility with 4.23.15505 ( closes #79 ) ( #83 )
...
- Updated documentation for nickel_orientation action.
- Updated documentation for nickel_browser action.
- Updated nickel_open:library:* action.
- Updated nickel_misc:home action.
- Updated symbol tests for 4.23.15505.
2020-08-11 19:57:12 -04:00
Patrick Gaskin
da4b55e4e1
Made nickel_open:library:library identical to library2 ( #79 ) ( #81 ) ( #82 )
...
Also removed library2 from docs.
2020-08-11 19:04:20 -04:00
Patrick Gaskin
e988f02fd3
Fixed symbol test upper version limit
2020-08-11 14:03:59 -04:00
Patrick Gaskin
d34ba44af9
Added 4.22.15268 to symbol tests
2020-08-11 14:03:59 -04:00
Patrick Gaskin
1ac3706ac4
Fixed parsing browser and library locations for generators ( fixes #80 )
...
8fb56eacdd (#74 )
141333c402 (#75 )
2020-08-11 14:03:40 -04:00
Patrick Gaskin
92e5813a77
Removed outdated info from documentation
...
"You will need to reboot to see any changes." is irrelevant since afa1012cf7 .
2020-08-10 18:02:05 -04:00
Patrick Gaskin
39b19654fc
Implemented auto_usb_gadget for nickel_setting ( closes #76 ) ( #77 )
2020-08-09 21:26:39 -04:00
Patrick Gaskin
65fbea2c49
Updated version in docs
2020-08-05 21:20:43 -04:00
Patrick Gaskin
300f11ddad
Implemented nickel_orientation action ( closes #67 ) ( #70 )
2020-08-05 19:31:39 -04:00
Patrick Gaskin
6ee67452a2
Updated NickelHook
...
pgaskin/NickelHook@0ae9d9f9f7 Implemented safer file deletion helpers
2020-08-05 01:36:57 -04:00
Patrick Gaskin
afa1012cf7
Moved nickel_misc:rescan_books_full example to the library menu
2020-08-05 01:27:38 -04:00
Patrick Gaskin
141333c402
Implemented library menu location ( closes #72 ) ( #75 )
2020-08-05 01:25:51 -04:00
Patrick Gaskin
c8ce8462a5
Fixed unreleased regression in 8fb56eacdd
2020-08-05 01:12:52 -04:00
Patrick Gaskin
6afc98d5c7
Added some examples for the browser menu
2020-08-05 01:01:27 -04:00