Commit Graph

1074 Commits

Author SHA1 Message Date
Timmy Welch
5b3e9c9026
Switch to rarfile for rar/cbr support 2023-04-23 00:48:13 -07:00
Timmy Welch
e70c47d12a
Make PyICU optional
Update README.md
2023-04-23 00:48:11 -07:00
Timmy Welch
c1aba269a9
Revert "Make PyICU optional"
This reverts commit bf55037690.
2023-04-22 21:28:14 -07:00
Timmy Welch
bf55037690
Make PyICU optional
Fix more locale issues
Update README.md
2023-04-18 21:03:50 -07:00
Timmy Welch
e2dfcc91ce
Revert get_recursive_filelist Fixes #449 2023-04-13 20:58:30 -06:00
Timmy Welch
33796aa475
Fix #447 2023-04-06 10:48:40 -07:00
Timmy Welch
428879120a
Merge branch 'mizaki-talkeruigen_fix' into develop 2023-02-28 11:49:27 -08:00
Mizaki
f0b9bc6c77 Missed name changes from options move 2023-02-28 15:37:52 +00:00
Mizaki
6133b886fb String widget fix-fix 2023-02-28 15:06:59 +00:00
Mizaki
dacd767162 String widget fix 2023-02-28 14:59:58 +00:00
github-actions[bot]
4d90417ecf Update AUTHORS 2023-02-28 06:31:07 +00:00
Timmy Welch
c3e889279b
Fix EOF 2023-02-27 22:30:31 -08:00
Timmy Welch
9bf998ca9e
Remove check_api_url and fix docstrings 2023-02-27 22:29:23 -08:00
Timmy Welch
5b2a06870a
Fix talker settings validation 2023-02-27 22:21:56 -08:00
Timmy Welch
fca5818874
Merge branch 'mizaki-talker_settings_generator' into develop 2023-02-27 22:20:53 -08:00
Timmy Welch
eaf0ef2f1b
Fix Makefile dependencies
Remove dist/appimage before copy to prevent issues with 2nd run
Add dist/appimagetool target so that the appimage tool is downloaded once
2023-02-27 22:12:12 -08:00
Timmy Welch
09fb34c5ff
Merge branch 'bmfrosty-feature/add-appimage-support' into develop 2023-02-27 22:01:13 -08:00
Ben Longman
924467cc57 Add AppImage Support 2023-02-26 22:12:50 -08:00
Mizaki
2611c284b8 Revert "docs(contributor): contrib-readme-action has updated readme"
This reverts commit aba59bdbfe.
2023-02-24 13:23:29 +00:00
Mizaki
b4a3e8c2ee Add missing tool tips to labels
Change metadata select label
Use named tuple for talker tabs
Retrun a string and bool for api check
2023-02-24 00:06:48 +00:00
Mizaki
118429f84c Change source term to metadata
Generate API text field in their own function
API tests return string message of result
Add help to text field lables
2023-02-23 00:42:48 +00:00
Timmy Welch
8b9332e150
Fix linux build 2023-02-21 20:00:47 -08:00
Mizaki
5b5a483e25 Fix api key test button generation 2023-02-21 00:58:13 +00:00
Mizaki
33ea8da5bc Merge branch 'develop' into talker_settings_generator
# Conflicts:
#	comictaggerlib/settingswindow.py
#	comictalker/talkers/comicvine.py
2023-02-21 00:50:06 +00:00
github-actions[bot]
aba59bdbfe
docs(contributor): contrib-readme-action has updated readme 2023-02-21 00:43:46 +00:00
Mizaki
316bd52f21 Use currentData for combo box 2023-02-21 00:42:11 +00:00
Mizaki
59893b1d1c Fix optoin.type ifs 2023-02-21 00:38:13 +00:00
Timmy Welch
fb83863654
Update plugin settings
Make "runtime" a persistent group, allows normalizing without losing validation
Simplify archiver setting generation
Generate options for setting a url and key for all talkers
Return validated talker settings
Require that the talker id must match the entry point name
Add api_url and api_key as default attributes on talkers
Add default handling of api_url and api_key to register_settings
Update settngs to 0.6.2 to be able to add settings to a group and
  use the display_name attribute
Error if no talkers are loaded
Update talker entry point to comictagger.talker
2023-02-20 16:02:15 -08:00
Timmy Welch
f131c650fb
Merge branch 'mizaki-talker_entry_points' into develop 2023-02-20 14:27:09 -08:00
Mizaki
f439797b03 Use new display_name from settngs. Add source combobox getting and setting and add to sources dict of widgets. 2023-02-20 18:45:39 +00:00
Mizaki
bd5e23f93f Add another test case for format_internal_name 2023-02-20 00:44:51 +00:00
Mizaki
fefb3ce6cd Remove general tab from talker tab and use base tab from settings window. Additional clean up. 2023-02-19 23:33:22 +00:00
Mizaki
a24bd1c719 Generate talker general tab programatically. Move search options to search tab. 2023-02-18 17:16:56 +00:00
Mizaki
02fd8beda8 Use None as parent for api and url message boxes
Rename test_api_key and test_api_url to api_key_btn_connect and api_url_btn_connect
Make separate function to set form values, called in settings_to_form
Change isinstance to is
Call findChildren only once
2023-02-18 01:15:46 +00:00
Timmy Welch
628dd5e456
Fix actions failure when there are no new contributors 2023-02-17 13:43:41 -08:00
Timmy Welch
c437532622
Merge branch 'mizaki-cache_role_fix' into develop 2023-02-17 10:21:54 -08:00
Timmy Welch
0714b94ca1
Restrict contributions updates to only run on pushes to develop 2023-02-17 10:16:21 -08:00
github-actions[bot]
5ecaf89d15 Update AUTHORS 2023-02-17 01:23:54 +00:00
Timmy Welch
2491999a33
Update copyright statements to ComicTagger Authors 2023-02-16 17:23:13 -08:00
github-actions[bot]
9c7bf2e235 Update AUTHORS 2023-02-17 01:14:29 +00:00
github-actions[bot]
0c1093d58e
docs(contributor): contrib-readme-action has updated readme 2023-02-17 01:14:27 +00:00
Timmy Welch
a41c5a8af5
Automate contributions 2023-02-16 17:13:26 -08:00
Mizaki
b727b1288d Apply credit datatype to person data from cache 2023-02-15 17:05:14 +00:00
Mizaki
2fde11a704 Test for menu generator format_internal_name 2023-02-14 01:47:32 +00:00
Mizaki
6a6a3320cb Move talker settings menu generator to a separate file 2023-02-14 01:32:56 +00:00
Mizaki
83a8d5d5e1 Generate settings tabs for each talker 2023-02-11 01:18:56 +00:00
Mizaki
4b3b9d8691 Entry points for talkers 2023-02-10 21:16:35 +00:00
Timmy Welch
3422a1093d
Merge branch 'mizaki-showcontrols' into develop 2023-02-10 00:31:24 -08:00
Timmy Welch
4eb9e008ce
Update pre-commit 2023-02-10 00:25:20 -08:00
Timmy Welch
5e86605a46
Fix docstring typos 2023-02-10 00:25:18 -08:00