Activity for Oddegamra

  • Oddegamra Oddegamra posted a comment on merge request #50

    Thank you, more translation is always welcome!

  • Oddegamra Oddegamra merged merge request #50 on Git

    Add Simplified Chinese translation to the desktop file

  • Oddegamra Oddegamra committed [fb966c] on Git

    fix: Work around broken pymupdf package on MSYS/MINGW

  • Oddegamra Oddegamra posted a comment on merge request #49

    It certainly seems like a worthwile endeavour to me. Thanks!

  • Oddegamra Oddegamra merged merge request #49 on Git

    Proposal: The CBP file extension and application/x-cbp mimetype

  • Oddegamra Oddegamra modified ticket #58

    New fix.

  • Oddegamra Oddegamra posted a comment on ticket #58

    This problem has already been resolved with MComix 2.2.0. Please upgrade MComix to a more recent version.

  • Oddegamra Oddegamra modified ticket #29

    Please update MIME types in mcomix.desktop

  • Oddegamra Oddegamra posted a comment on ticket #29

    Thank you for the suggestion, that's a very good idea. I've committed necessary changes.

  • Oddegamra Oddegamra committed [1454a2] on Git

    fix: Add official comic book mime types to desktop meta file

  • Oddegamra Oddegamra posted a comment on merge request #48

    No sweat, we hardly ever release anything anyways.

  • Oddegamra Oddegamra posted a comment on merge request #48

    Thank you! It is unfortunate that the releases block is apparently necessary to pass validation. One more file to keep up to date, I guess.

  • Oddegamra Oddegamra merged merge request #48 on Git

    Fixed some tags in the mcomix.metainfo.xml file to pass AppStream and flatpak data validation.

  • Oddegamra Oddegamra modified ticket #56

    Proposal re: icon organization

  • Oddegamra Oddegamra committed [3d359c] on Git

    fix: Use DEFLATE instead of LZMA in Win dist zipfile

  • Oddegamra Oddegamra created a blog post

    ChangeLog - MComix 3.1.0

  • Oddegamra Oddegamra created a blog post

    ChangeLog - MComix 3.1.0

  • Oddegamra Oddegamra committed [533543] on Git

    docs: Prepare version and changelog for release

  • Oddegamra Oddegamra committed [884921] on Git

    i18n: Updated German translation

  • Oddegamra Oddegamra committed [962c03] on Git

    i18n: Update translation template and translation files

  • Oddegamra Oddegamra posted a comment on merge request #46

    Thank you for your contribution! I've reviewed and tested the changes, and merged everything as well.

  • Oddegamra Oddegamra updated merge request #46

    Add support for inverting image colors

  • Oddegamra Oddegamra committed [35f558] on Git

    i18n: Update translation template and German translation

  • Oddegamra Oddegamra committed [b48412] on Git

    docs: Mention image color inversion feature

  • Oddegamra Oddegamra committed [6e8cd0] on Git

    fix: Slight tooltip tuning

  • Oddegamra Oddegamra posted a comment on merge request #46

    I apologize for the delay, I was on vacation. Will review in the coming days.

  • Oddegamra Oddegamra committed [a317e6] on Git

    docs: Update Choco installation instructions

  • Oddegamra Oddegamra posted a comment on merge request #45

    Thank you, looks good now.

  • Oddegamra Oddegamra updated merge request #45

    fix: Use raw strings for regex

  • Oddegamra Oddegamra committed [afc838] on Git

    Merge commit '815e42d78b135e61cb2fb8a71a6b1dc3bc4f812d'

  • Oddegamra Oddegamra modified a comment on merge request #45

    Looking at the diff, is removing the backslash before the dot (previously \., now only .) intentional? I get the feeling that it might not be, seeing as previously, image123. was supposed to matched (if it actually was a raw string), and now image123<any char> is matched. Otherwise, completely agree making all regexes raw strings.

  • Oddegamra Oddegamra committed [473821] on Git

    docs: Mention library search filter fix

  • Oddegamra Oddegamra posted a comment on merge request #44

    Thank you, this was likely an oversight.

  • Oddegamra Oddegamra merged merge request #44 on Git

    fix: Library search sould consider book.path

  • Oddegamra Oddegamra posted a comment on merge request #45

    Looking at the diff, is removing the backslash before the dot (previously \., now only .) intentional? I get the feeling that it might not be, seeing as previously, image123. was matched, and now image123<any char> is matched. Otherwise, completely agree making all regexes raw strings.

  • Oddegamra Oddegamra merged merge request #43 on Git

    Eliminate mcomix/iconx/HxW/ directories

  • Oddegamra Oddegamra posted a comment on merge request #43

    This is a very good change, thank you (also for updating the Makefile, I suck at writing Makefiles so I skipped that when I made the changes to the share/... directory structure)!

  • Oddegamra Oddegamra posted a comment on ticket #26

    We do not have direct influence on distribution packaging. Please refer to these lists to check which version of MComix is available in which version: Ubuntu Debian snap is pretty much the same, except that I do not know who published the existing package, and if they plan to ever update it. That being said, any MComix version greater or equal to 1.x should do fine. In reality, there weren't that many changes in the last ten years, mostly bug fixes and some minor improvements.

  • Oddegamra Oddegamra committed [4a9168] on Git

    docs: Add libjxl to MINGW64 install sequence for JPEG-XL format on Windows

  • Oddegamra Oddegamra posted a comment on ticket #133

    I can now confirm that installing libjxl on MSYS2/Windows allows MComix to open .jxl files without any further modifications. I notice that the MSYS2 package does install the GdkPixbuf plugin that is part of libjxl, so as long as other Linux distributions do the same, it should work just as well. Now, the question remains how to convince pyinstaller to bundle this GdkPixbuf plugin for the Windows distribution.

  • Oddegamra Oddegamra posted a comment on ticket #133

    MComix uses either Pillow or GdkPixbuf to decode image files, so it is able to decode all formats supported by one of the two libraries. From what I can see, Pillow itself has no working implementation. The issue contains links to two obscure plugins, which apparently need to be explicitly loaded in code to be usable. GdkPixbuf also has no built-in support for Jpeg-XL, and no plans to add new formats to the core package. However, libjxl provides a plugin for GdkPixbuf in their source tree. Installing...

  • Oddegamra Oddegamra posted a comment on discussion Help

    The mupdf package can probably removed, unless it is a dependency of mupdf-tools (doesn't look like it from my cursory searches). Regarding ICC support, you can probably ignore this warning. It pertains to color profiles, which usually aren't needed/available in comic formats.

  • Oddegamra Oddegamra posted a comment on discussion Help

    You might have success by installing mupdf-tools with apt. MComix uses the mutool part of MuPDF.

  • Oddegamra Oddegamra posted a comment on discussion Help

    Good evening. I take it you're running on Linux? To open PDF files, MComix needs the MuPDF software suite installed. Most Linux distributions have a mupdf package that you can install. If you run mcomix -Wall, you should also see a list of supported file formats. Something like DEBUG: _SUPPORTED_ARCHIVE_REGEX='\.(7z|azw3|bz2|bzip2|cb7|cbr|cbt|cbz|gz|lha|lzh|lzma|pdf|rar|tar|xz|zip)$'. You should find PDF somewhere in there if you have the correct tooling.

  • Oddegamra Oddegamra modified ticket #57

    fix a typo in metainfo.xml

  • Oddegamra Oddegamra posted a comment on ticket #57

    Thanks for spotting this, and also thanks for providing the fix!

  • Oddegamra Oddegamra committed [c28668] on Git

    fix: Syntax error in mcomix.metainfo.xml

  • Oddegamra Oddegamra posted a comment on ticket #145

    I agree that for consistency's sake, it would probably be best if the scroll-off behavior was identical in all zoom/image size modes.

  • Oddegamra Oddegamra modified ticket #145

    Scroll sensitivity steps not respected in best fit mode

  • Oddegamra Oddegamra posted a comment on discussion Open Discussion

    From what I remember there shouldn't be a limit to the number of files that can be added to the library. Maybe the program ran into an error/bug along the way and refused to add more files. If possible, start MComix with mcomix.console.exe -Wall, which should give you debug output if anything went wrong.

  • Oddegamra Oddegamra posted a comment on ticket #145

    It seems that this behavior is by design - in event.py, line 710, the number of steps before proceeding to the next page is only applied if the currently displayed page is scrollable - which will never be the case in best fit mode, or even in other modes if the image is small.

  • Oddegamra Oddegamra posted a comment on ticket #132

    Ticket moved from /p/mcomix/support-requests/24/

  • Oddegamra Oddegamra posted a comment on ticket #145

    Ticket moved from /p/mcomix/support-requests/25/

  • Oddegamra Oddegamra renamed a wiki page

    Maintenance

  • Oddegamra Oddegamra modified ticket #117

    "'NoneType' object is not iterable" error when opening a comic under certain double-page mode settings

  • Oddegamra Oddegamra posted a comment on ticket #117

    This is probably a duplicate of #113 and has been fixed already.

  • Oddegamra Oddegamra modified a blog post

    Regarding CVE-2023-5129, WebP remote code execution vulnerability

  • Oddegamra Oddegamra created a blog post

    Regarding CVE-2023-5129, WebP remote code execution vulnerability

  • Oddegamra Oddegamra committed [f01845] on Git

    docs: Add Flathub to installation sources

  • Oddegamra Oddegamra modified ticket #119

    Add support for Flatpak packages

  • Oddegamra Oddegamra posted a comment on ticket #119

    Closing, since the package already exists.

  • Oddegamra Oddegamra modified ticket #113

    Error when opening a previously-opened archive with special characters in the filename

  • Oddegamra Oddegamra committed [f5901a] on Git

    docs: Add double-page status bugfix

  • Oddegamra Oddegamra committed [8b458a] on Git

    Fix exception when file size not available

  • Oddegamra Oddegamra modified ticket #129

    MComix does not start

  • Oddegamra Oddegamra modified ticket #68

    tests.zoom.py suite fails to run

  • Oddegamra Oddegamra posted a comment on ticket #68

    Seems like the test suite was already deleted.

  • Oddegamra Oddegamra modified ticket #87

    "Recent" library collection is not renamed after language check

  • Oddegamra Oddegamra committed [47aaf0] on Git

    fix: Localize name of Recent collection everywhere.

  • Oddegamra Oddegamra committed [d4e9fe] on Git

    fix: Rename localized Recent collection to RECENT. Add some type hints.

  • Oddegamra Oddegamra committed [298aae] on Git

    docs: Mention mime type additions

  • Oddegamra Oddegamra committed [5c43e0] on Git

    fix: Wrong extension and tuple formatr for mobi format

  • Oddegamra Oddegamra committed [dfc520] on Git

    fix: Add official mime types for .cbz/.cbr

  • Oddegamra Oddegamra committed [372e18] on Git

    docs: Fix Wiki syntax highlight format

  • Oddegamra Oddegamra modified ticket #115

    Library won't automatically add folders containing .cbr files

  • Oddegamra Oddegamra posted a comment on ticket #115

    This should be fixed in the next version, if it wasn't already fixed before (I just added new mime types for CBR files).

  • Oddegamra Oddegamra posted a comment on ticket #54

    The program should now remember the maximized state, and hopefully automatically restore it without the need for a new preferences entry.

  • Oddegamra Oddegamra modified ticket #54

    Added an option to open the main window maximized by default.

  • Oddegamra Oddegamra modified ticket #119

    Cannot open next/previous archive

  • Oddegamra Oddegamra posted a comment on ticket #119

    This appears to be already fixed.

  • Oddegamra Oddegamra modified ticket #113

    Error when opening a previously-opened archive with special characters in the filename

  • Oddegamra Oddegamra modified ticket #109

    Can't be launched (Windows).

  • Oddegamra Oddegamra modified ticket #98

    Library will no longer open

  • Oddegamra Oddegamra modified ticket #63

    MComix might need a rewrite

  • Oddegamra Oddegamra modified ticket #87

    "Recent" library collection is not renamed after language check

  • Oddegamra Oddegamra modified ticket #101

    MComix does not remember window state.

  • Oddegamra Oddegamra posted a comment on ticket #101

    This should be fixed now, by remembering if the window was previously maximized.

  • Oddegamra Oddegamra modified ticket #115

    Library won't automatically add folders containing .cbr files

  • Oddegamra Oddegamra posted a comment on ticket #115

    Note to self: https://www.iana.org/assignments/media-types/media-types.xhtml

  • Oddegamra Oddegamra modified a wiki page

    Installation

  • Oddegamra Oddegamra committed [8ce143] on Git

    docs: Add winget installation instructions

  • Oddegamra Oddegamra committed [fddd91] on Git

    fix: No drag-n-drop metadata when dragging books into collections

  • Oddegamra Oddegamra committed [cbe309] on Git

    fix: Invalid Win32Surface.get_width/height in drag_begin

  • Oddegamra Oddegamra modified a wiki page

    Installation

  • Oddegamra Oddegamra created a blog post

    ChangeLog - MComix 3.0.0

  • Oddegamra Oddegamra committed [5279de] on Git

    fix: Wrong directory name for dirs with dots

  • Oddegamra Oddegamra committed [8d46e8] on Git

    build: Actually compress Win32 zipfile

  • Oddegamra Oddegamra committed [de0d92] on Git

    chore: Unify application tags

  • Oddegamra Oddegamra committed [714724] on Git

    docs: Set release date and version in preparation for release

  • Oddegamra Oddegamra committed [0c5b16] on Git

    build: Add missing ChangeLog.md to distribution

1 >