[X] The "/webmex/Webmedia_Explorer_5_0_6.zip" file could not be found or is not available. Please select another file.

A manga viewing application written in C++/Qt. CuteMangaView supports thumbnails, full screen viewing, common archive formats (planned), and manga metadata such as bookmarks and translations (planned).


http://cutemangaview.sourceforge.net





Separate each tag with a space.

Release Date:

2008-11-26

Topics:

License:

Operating System:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2008-07-05

Ratings and Reviews

Be the first to post a text review of CuteMangaView. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • File released: /CuteMangaView/0.2.4/cuteMangaView-0.2.4.dmg

    posted 354 days ago

  • File released: /CuteMangaView/0.2.4/cuteMangaView-0.2.4-src.tar.bz2

    posted 354 days ago

  • File released: /CuteMangaView/0.2.4/cuteMangaView-0.2.4-setup.exe

    posted 354 days ago

  • CuteMangaView 0.2.4 file released: cuteMangaView-0.2.4-src.tar.bz2

    CuteMangaView 0.2.4 Checklist [X] Make a Page class and have AbstractManga use it [X] Add zoom [X] Add zoom actions [X] Add a zoom combo box a la KPDF [X] Implement fit page [X] Implement fit width [X] Get smooth scaling to work [X] Implement user-entered zoom values [X] Implement zoom tool (a.k.a. rubber band zoom) [X] Revamp menu [X] Add menu options for the zoom, mode, language, tools, etc. [X] Implement File >> Open Directory... [X] Implement File >> Open Recent [X] Add tool bars [X] Add a horizontal scrollbar to the browse view so that the file names don't get cut off [X] Revamp preferences [X] Disable unimplemented preferences [X] Thumbnail configuration [X] Add an "Enable Thumbnails" checkbox [X] Add a "Thumbnail Size" that actually sets the thumbnails/thumbnailType setting [X] Cache configuration [X] Make disk cache optional [X] Display the cache size [X] Allow the user to purge the thumbnail cache [X] Allow the user to clean the thumbnail cache a la Comix [X] Delete orphaned thumbnails [X] Delete old thumbnails (don't bother recreating them... that might end up taking a while) [X] Inform the user of the progress of the cleaning [X] Store thumbnails in application settings in Windows [X] Store thumbnails in an appropriate place in OS X [X] Get rid of the caching thumbnails dialog [/] Page configuration [/] Behavior [X] Let the user choose to change the page with single, double, or no mouse click [/] Let the user choose to hide the cursor [/] Rendering [X] Let the user choose between fast and smooth transformation of the page [X] Let the user choose to use OpenGL acceleration [/] Let the user choose to stretch the page if Fit Width/Page is set [/] Style [/] Let the user choose the background color [/] let the user choose the default page color // do we really need this? [/] Let the user choose page shadows [/] Bookmark configuration [X] Allow the user to enable/disable the keeping of bookmarks [/] Allow the user to not store the last manga path [X] Keep bookmarks in a global settings file rather than in the filesystem [X] Implement xbel reading/writing [X] Add bookmark related context menus [X] Implement a bookmark view [X] Add a bookmark dock [X] Enable bookmark dragging within the bookmark view [X] Save the user's header state for each view [X] Implement manga/comic/image mode [X] Mode affects scroll bar starting positions [X] Port to OS X [X] Save preferences to net.sourceforge.cutemangaview.plist [ ] Make a dmg package [/] Follow the thumbnail-spec found at <http://jens.triq.net/thumbnail-spec/index.html>. [X] Don't create thumbnails when inside the thumbnail directories [X] Save the original file's URI as the Thumb::URI attribute [X] Save the modification time of the original file (as seconds since the Unix epoch) as the Thumb::MTime attribute [/] Replace (don't just delete) old/moved thumbnails by checking (file.mtime != thumb.MTime) [ ] Save the file size of the original file as the Thumb::Size attribute (optional) [ ] Save the mimetype of the original file as the Thumb::Mimetype attribute (optional) [ ] Save "CuteMangaView x.x.x" as the Software attribute (optional) [ ] Save the width as the Thumb::Image::Width attribute (optional) [ ] Save the height as the Thumb::Image::Height attribute (optional) [ ] Don't save thumbnails for sufficiently small images [X] Make the URIs in the form "file:///C:/..." on Windows platforms [ ] Check if the thumbnails are valid (i.e. make a new thumbnail if we can't create a QIcon from the existing thumbnail) [ ] Use temporary file names and then move the thumbnail to the proper location (use a combination of the program name and process id for the temporary file name) [X] Delete thumbnails when deleting pages

    posted 354 days ago

  • CuteMangaView 0.2.4 file released: cuteMangaView-0.2.4-setup.exe

    CuteMangaView 0.2.4 Checklist [X] Make a Page class and have AbstractManga use it [X] Add zoom [X] Add zoom actions [X] Add a zoom combo box a la KPDF [X] Implement fit page [X] Implement fit width [X] Get smooth scaling to work [X] Implement user-entered zoom values [X] Implement zoom tool (a.k.a. rubber band zoom) [X] Revamp menu [X] Add menu options for the zoom, mode, language, tools, etc. [X] Implement File >> Open Directory... [X] Implement File >> Open Recent [X] Add tool bars [X] Add a horizontal scrollbar to the browse view so that the file names don't get cut off [X] Revamp preferences [X] Disable unimplemented preferences [X] Thumbnail configuration [X] Add an "Enable Thumbnails" checkbox [X] Add a "Thumbnail Size" that actually sets the thumbnails/thumbnailType setting [X] Cache configuration [X] Make disk cache optional [X] Display the cache size [X] Allow the user to purge the thumbnail cache [X] Allow the user to clean the thumbnail cache a la Comix [X] Delete orphaned thumbnails [X] Delete old thumbnails (don't bother recreating them... that might end up taking a while) [X] Inform the user of the progress of the cleaning [X] Store thumbnails in application settings in Windows [X] Store thumbnails in an appropriate place in OS X [X] Get rid of the caching thumbnails dialog [/] Page configuration [/] Behavior [X] Let the user choose to change the page with single, double, or no mouse click [/] Let the user choose to hide the cursor [/] Rendering [X] Let the user choose between fast and smooth transformation of the page [X] Let the user choose to use OpenGL acceleration [/] Let the user choose to stretch the page if Fit Width/Page is set [/] Style [/] Let the user choose the background color [/] let the user choose the default page color // do we really need this? [/] Let the user choose page shadows [/] Bookmark configuration [X] Allow the user to enable/disable the keeping of bookmarks [/] Allow the user to not store the last manga path [X] Keep bookmarks in a global settings file rather than in the filesystem [X] Implement xbel reading/writing [X] Add bookmark related context menus [X] Implement a bookmark view [X] Add a bookmark dock [X] Enable bookmark dragging within the bookmark view [X] Save the user's header state for each view [X] Implement manga/comic/image mode [X] Mode affects scroll bar starting positions [X] Port to OS X [X] Save preferences to net.sourceforge.cutemangaview.plist [ ] Make a dmg package [/] Follow the thumbnail-spec found at <http://jens.triq.net/thumbnail-spec/index.html>. [X] Don't create thumbnails when inside the thumbnail directories [X] Save the original file's URI as the Thumb::URI attribute [X] Save the modification time of the original file (as seconds since the Unix epoch) as the Thumb::MTime attribute [/] Replace (don't just delete) old/moved thumbnails by checking (file.mtime != thumb.MTime) [ ] Save the file size of the original file as the Thumb::Size attribute (optional) [ ] Save the mimetype of the original file as the Thumb::Mimetype attribute (optional) [ ] Save "CuteMangaView x.x.x" as the Software attribute (optional) [ ] Save the width as the Thumb::Image::Width attribute (optional) [ ] Save the height as the Thumb::Image::Height attribute (optional) [ ] Don't save thumbnails for sufficiently small images [X] Make the URIs in the form "file:///C:/..." on Windows platforms [ ] Check if the thumbnails are valid (i.e. make a new thumbnail if we can't create a QIcon from the existing thumbnail) [ ] Use temporary file names and then move the thumbnail to the proper location (use a combination of the program name and process id for the temporary file name) [X] Delete thumbnails when deleting pages

    posted 354 days ago

  • CuteMangaView 0.2.4 file released: cuteMangaView-0.2.4.dmg

    CuteMangaView 0.2.4 Checklist [X] Make a Page class and have AbstractManga use it [X] Add zoom [X] Add zoom actions [X] Add a zoom combo box a la KPDF [X] Implement fit page [X] Implement fit width [X] Get smooth scaling to work [X] Implement user-entered zoom values [X] Implement zoom tool (a.k.a. rubber band zoom) [X] Revamp menu [X] Add menu options for the zoom, mode, language, tools, etc. [X] Implement File >> Open Directory... [X] Implement File >> Open Recent [X] Add tool bars [X] Add a horizontal scrollbar to the browse view so that the file names don't get cut off [X] Revamp preferences [X] Disable unimplemented preferences [X] Thumbnail configuration [X] Add an "Enable Thumbnails" checkbox [X] Add a "Thumbnail Size" that actually sets the thumbnails/thumbnailType setting [X] Cache configuration [X] Make disk cache optional [X] Display the cache size [X] Allow the user to purge the thumbnail cache [X] Allow the user to clean the thumbnail cache a la Comix [X] Delete orphaned thumbnails [X] Delete old thumbnails (don't bother recreating them... that might end up taking a while) [X] Inform the user of the progress of the cleaning [X] Store thumbnails in application settings in Windows [X] Store thumbnails in an appropriate place in OS X [X] Get rid of the caching thumbnails dialog [/] Page configuration [/] Behavior [X] Let the user choose to change the page with single, double, or no mouse click [/] Let the user choose to hide the cursor [/] Rendering [X] Let the user choose between fast and smooth transformation of the page [X] Let the user choose to use OpenGL acceleration [/] Let the user choose to stretch the page if Fit Width/Page is set [/] Style [/] Let the user choose the background color [/] let the user choose the default page color // do we really need this? [/] Let the user choose page shadows [/] Bookmark configuration [X] Allow the user to enable/disable the keeping of bookmarks [/] Allow the user to not store the last manga path [X] Keep bookmarks in a global settings file rather than in the filesystem [X] Implement xbel reading/writing [X] Add bookmark related context menus [X] Implement a bookmark view [X] Add a bookmark dock [X] Enable bookmark dragging within the bookmark view [X] Save the user's header state for each view [X] Implement manga/comic/image mode [X] Mode affects scroll bar starting positions [X] Port to OS X [X] Save preferences to net.sourceforge.cutemangaview.plist [ ] Make a dmg package [/] Follow the thumbnail-spec found at <http://jens.triq.net/thumbnail-spec/index.html>. [X] Don't create thumbnails when inside the thumbnail directories [X] Save the original file's URI as the Thumb::URI attribute [X] Save the modification time of the original file (as seconds since the Unix epoch) as the Thumb::MTime attribute [/] Replace (don't just delete) old/moved thumbnails by checking (file.mtime != thumb.MTime) [ ] Save the file size of the original file as the Thumb::Size attribute (optional) [ ] Save the mimetype of the original file as the Thumb::Mimetype attribute (optional) [ ] Save "CuteMangaView x.x.x" as the Software attribute (optional) [ ] Save the width as the Thumb::Image::Width attribute (optional) [ ] Save the height as the Thumb::Image::Height attribute (optional) [ ] Don't save thumbnails for sufficiently small images [X] Make the URIs in the form "file:///C:/..." on Windows platforms [ ] Check if the thumbnails are valid (i.e. make a new thumbnail if we can't create a QIcon from the existing thumbnail) [ ] Use temporary file names and then move the thumbnail to the proper location (use a combination of the program name and process id for the temporary file name) [X] Delete thumbnails when deleting pages

    posted 354 days ago

  • File released: /CuteMangaView/0.2.3/cuteMangaView-0.2.3-setup.exe

    posted 478 days ago

  • File released: /CuteMangaView/0.2.3/cuteMangaView-0.2.3-src.tar.bz2

    posted 478 days ago

  • CuteMangaView 0.2.3 file released: cuteMangaView-0.2.3-src.tar.bz2

    CuteMangaView 0.1.0 Checklist [X] Fix QDockWidget bugs [X] Implement delete [X] Implement refresh [X] Fix bugs with no thumbnails mode [X] Make a BrowseWidget class [X] Refactor classes so that MainWindow is no longer a god-like class [X] Add a README file CuteMangaView 0.2.1 Checklist [X] Make loading the thumbnails less annoying [X] Load the thumbnails in a seperate thread [X] Inform the user of the operation even if the thumbnail dock isn't visible [X] Allow the user to cancel the operation [X] Delete thumbnails along with their images [X] Fix bug when the user enters the ~/.thumbnails directory and cacheThumbnailsThread tries to cache thumbnails [X] Fix bug where the thumbnails are loaded twice when starting up [X] Implement copy in thumbnail view [X] Fix bug, a regression caused by the new thread, where thumbnail isn't focused on when changing directories CuteMangaView 0.2.2 Checklist [X] Seperate the manga from the GUI with the AbstractManga class [X] Implement a FlatFileManga class to support manga stored in flat files [X] Make a project website [X] Post screenshots CuteMangaView 0.2.3 Checklist [X] Debug regressions caused by adding the AbstractManga class [X] Change BrowseView to treat manga directories and manga archives the same [X] Port to Windows [X] Make an nsis package [X] Store the settings in the registry [ ] Attempt to port to OS X [ ] Make a dmg package [X] Package for Linux [X] Get "make install" working on *nix [X] Write a decent INSTALL file

    posted 478 days ago

  • CuteMangaView 0.2.3 file released: cuteMangaView-0.2.3-setup.exe

    CuteMangaView 0.1.0 Checklist [X] Fix QDockWidget bugs [X] Implement delete [X] Implement refresh [X] Fix bugs with no thumbnails mode [X] Make a BrowseWidget class [X] Refactor classes so that MainWindow is no longer a god-like class [X] Add a README file CuteMangaView 0.2.1 Checklist [X] Make loading the thumbnails less annoying [X] Load the thumbnails in a seperate thread [X] Inform the user of the operation even if the thumbnail dock isn't visible [X] Allow the user to cancel the operation [X] Delete thumbnails along with their images [X] Fix bug when the user enters the ~/.thumbnails directory and cacheThumbnailsThread tries to cache thumbnails [X] Fix bug where the thumbnails are loaded twice when starting up [X] Implement copy in thumbnail view [X] Fix bug, a regression caused by the new thread, where thumbnail isn't focused on when changing directories CuteMangaView 0.2.2 Checklist [X] Seperate the manga from the GUI with the AbstractManga class [X] Implement a FlatFileManga class to support manga stored in flat files [X] Make a project website [X] Post screenshots CuteMangaView 0.2.3 Checklist [X] Debug regressions caused by adding the AbstractManga class [X] Change BrowseView to treat manga directories and manga archives the same [X] Port to Windows [X] Make an nsis package [X] Store the settings in the registry [ ] Attempt to port to OS X [ ] Make a dmg package [X] Package for Linux [X] Get "make install" working on *nix [X] Write a decent INSTALL file

    posted 478 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

CuteMangaView Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review