Jim Miller
8ef5dcc1b3
Handle case of story URLs from removed sites in rejects more gracefully.
2021-01-30 17:24:12 -06:00
Jim Miller
586ddce59f
Make get_section_url classmethod for performance.
2021-01-30 16:06:20 -06:00
Jim Miller
8cc21d19ec
Allow tab to leave edit boxes.
2020-11-26 14:21:01 -06:00
Jim Miller
34a12c48c1
Don't use polyglot, not included until Calibre3. Remove some debug output.
2020-11-13 09:55:42 -06:00
Jim Miller
2fb09e6a2b
Add Yes/No to All question dialoig boxes.
2020-11-02 15:06:25 -06:00
Jim Miller
6925559f5f
Allow story URLs edit box to edit--remove *FromMimeData() methods.
2020-10-27 14:13:48 -05:00
Jim Miller
0bf11d6ea3
Fix drag-n-drop of emls(Thunderbird).
2020-10-27 13:07:01 -05:00
Jim Miller
915159a6d9
Don't disable Update Mode with By Action menus.
2020-10-22 12:12:00 -05:00
Jim Miller
5264a15e68
Working on many-mode-menu feature--also fixing collision translation.
2020-10-21 10:38:25 -05:00
Jim Miller
7b4a3333e7
Working on many-mode-menu feature--also fixing 'checked' parameter from menu actions.
2020-10-21 10:38:25 -05:00
Jim Miller
6910c84225
Hide series title/desc labels when not present.
2020-10-05 16:13:19 -05:00
Jim Miller
59e24831b8
Better GUI for series anthology
2020-09-27 19:47:39 -05:00
Jim Miller
882966cc0c
ensure_text plugin-example.ini for py3
2020-09-26 09:04:19 -05:00
Jim Miller
a9c87f4ecf
Add get_urls_from_page() and get_series_from_page() to adapters, add
...
support.
2020-09-24 13:43:02 -05:00
Jim Miller
33d79d503e
Display number of URLs found for an anthology.
2020-09-02 11:46:14 -05:00
Jim Miller
d0bcf638d7
Change INI error link blue color in dark mode.
2020-07-15 19:22:06 -05:00
Eli Schwartz
93e93dee92
py3: fix unicode type
2019-12-17 10:44:06 -06:00
Eli Schwartz
a2c558d864
python3: fix incorrect use of merging two dictionaries
...
In python2, this was inefficient, because it allocated *three* lists of
tuples, before finally generating a dict based on them. In python3, it
fails because you cannot combine the dict_items() type.
Moreover, retval was always a function-local dictionary used purely for
returning the value, so dict1.update(dict2) will always yield the
correct result, and we don't even need to create a copy to avoid
mutating the original dictionary.
2019-12-17 10:44:06 -06:00
Eli Schwartz
4a3640cc33
python3: enforce use of absolute imports
...
Where relative imports are currently being relied upon, do this
explicitly.
2019-12-17 10:44:06 -06:00
Jim Miller
726c836587
Fix for corner-case with deleting Rejects.
2019-08-01 09:21:01 -05:00
Jim Miller
ac72c19676
Plugin: Group reported results better.
2019-07-12 21:54:05 -05:00
Jim Miller
e1adbcf128
Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years.
2018-11-11 09:58:07 -06:00
Jim Miller
6083764346
Reject list changes: show numbers, edit title/author, incomplete save rejects as data.
2018-11-07 12:58:53 -06:00
Jim Miller
312a15029f
Plugin: Save 'Show Download Options' check in gprefs like dialog geometries.
2017-09-13 13:26:46 -05:00
Jim Miller
a2062c687f
One-off normalize Reject List URLs to save doing it all the time. Also, automatically save plugin version in prefs.
2017-05-09 18:19:04 -05:00
Yuri Chornoivan
8cf5f1b401
Fix minor typos
2017-01-27 09:27:27 +02:00
Jim Miller
d65e7bd133
Add 'Delete on Reject by Default' option. Also fix resetting confirm dialog checks. Bump test version.
2016-12-31 18:28:03 -06:00
Jim Miller
1030cf44af
Progress Bar - add extra timer loop for Win10 display.
2016-08-11 11:52:55 -05:00
Jim Miller
6b0c519f99
Make 'Go back to fix errors?' dialog scroll error list for smaller dialog size.
2016-05-22 15:55:00 -05:00
Jim Miller
2fc1a14ac4
Change log status of NotGoingToDownload books to 'Skipped'.
2016-04-28 16:07:12 -05:00
Jim Miller
3a16c49c2e
Fix for Mac OS X crashes - changes to progress bar dialogs implementation.
2016-04-24 15:56:08 -05:00
Jim Miller
6b3a19bb45
Remove some more prints in the hopes it will help Mac.
2016-04-20 16:33:55 -05:00
Jim Miller
bffc389bcf
Add 'Save All Errors' checkbox for plugin save-errors column.
2016-03-22 22:01:51 -05:00
Jim Miller
784375d15e
Adding Word Count post-processing option, like Smarten Punct.
2016-01-29 22:34:07 -06:00
Jim Miller
7ba523f20d
Reduce over long error msgs when editing personal.ini(plugin).
2015-11-06 15:48:12 -06:00
Jim Miller
3abb78a15e
Fix to allow 'Update Calibre Metadata Only(Saved Column)' as default.
2015-11-04 10:58:47 -06:00
Jim Miller
be04eed180
Add Background Metadata feature for updates.
2015-09-30 10:28:11 -05:00
Jim Miller
c18a972b12
Set 0/N as initial LoopProgressDialog display.
2015-09-09 09:02:18 -05:00
Jim Miller
2b0d2fc5c1
Add 'Download from Email Immediately' optional feature to plugin.
2015-07-23 08:19:41 -05:00
Jim Miller
26e54b3fcb
Remove unneeded vim & #! comments.
2015-07-10 10:55:46 -05:00
Jim Miller
dfa46a14cb
Merge remote-tracking branch '2FanFicFare/master' into metadata
2015-05-14 22:28:24 -05:00
Jim Miller
a5b162b187
Polish Fetch from Email, add auto-reject feature.
2015-05-14 22:28:10 -05:00
Jim Miller
b2411d5888
Suppress display of 'Update from Saved' when savemetacol not set, other fixes.
2015-05-13 12:27:24 -05:00
Jim Miller
ef52acd5b3
Save and use metadata from a custom column, and pass cal cols into fff on updates.
2015-05-08 16:36:08 -05:00
Jim Miller
52487456d7
Save more partial code for metadata saved in epubs and existing cal columns passed into update. Epub metadata version.
2015-05-05 16:13:27 -05:00
Jim Miller
0415f3bd6c
Improve Reject list
2015-04-24 13:42:16 -05:00
Jim Miller
6569c87060
Fix for anthology from URLs immediately after making non-EPUB single book.
2015-04-15 15:55:09 -05:00
Jim Miller
be1f541da9
Change some menu & gui details to be clearer, more renaming.
2015-04-11 11:10:27 -05:00
Jim Miller
6b36cb29b9
Additional Renaming from FFDL to FFF, plugin copyright/LICENSE updates.
2015-04-08 17:28:25 -05:00
Jim Miller
b3e72a271c
Move fff_internals package to fanficfare, share defaults.ini/example.ini between cli and web service again.
2015-04-08 13:49:36 -05:00