0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CLEANUP: Remove some of the easier deprecation warnings More... over 4 years ago
FIX: files with same name but different case, e.g. ".JPG" vs ".jpg" sometimes loaded the same/wrong file More... over 4 years ago
ADD: Smooth scaling now a persistent option More... almost 6 years ago
ADD: More image scaling options in context menu More... almost 6 years ago
FIX: Default value not used in `Setting` FIX: QVariantTo was not inline and could cause linker failure due to multiple definitions More... almost 6 years ago
CLEANUP: Move Viewer settings to a separate class, so we can more easily change settings ADD: Viewer checks the settings each time, so we can affect those values by modifying the QSettings object More... almost 6 years ago
ADD: Option to force smooth scaling More... almost 6 years ago
FIX: Use of non-standard default constructors? Added them explicitly, should solve the issue on Arch, will test later. #55 More... almost 7 years ago
FIX: Several formats not working due to overloads not calling parent methods More... almost 7 years ago
ADD: More in-depth file reading evaluation More... almost 7 years ago
FIX: Only PNG worked in LoadSpeedTest, pass the file extension to detect format
Sebastian Wahl
as spillerrec
More... almost 7 years ago
Merge branch 'master' of https://github.com/spillerrec/imgviewer More... almost 7 years ago
ADD: Quick test utility to test decoding time of QImage loaders More... almost 7 years ago
IMPROVE: Use PNG compression in .ico file to reduce file size by 60%
Sebastian Wahl
as spillerrec
More... almost 7 years ago
PNG crushing, might as well
Sebastian Wahl
as spillerrec
More... almost 7 years ago
FIX: Executable icon on Windows missing after switching to CMake
Sebastian Wahl
as spillerrec
More... almost 7 years ago
ADD: Skip merging and replace entire image if possible in indexed animation, often allows us to stay indexed when the color table changes. #46
Sebastian Wahl
as spillerrec
More... about 7 years ago
ADD: Support DisposeMode::BACKGROUND in indexed mode ADD: Support indexed transparency, since it was misusing using the background color FIX: Add transparency information when converting from indexed to ARGB FIX: REPLACE and OVERLAY was reversed in both APNG and AnimCombiner
Sebastian Wahl
as spillerrec
More... about 7 years ago
ADD: Fairly complete animation support in ReaderGif ADD: Alpha blending on indexed animations ADD: Disposal mode on indexed animations (except BACKGROUND)
Sebastian Wahl
as spillerrec
More... about 7 years ago
ADD: Start on indexed animation combination, looks promising
Sebastian Wahl
as spillerrec
More... about 7 years ago
Merge branch 'master' of https://github.com/spillerrec/imgviewer More... about 7 years ago
REMOVE: Old outdated QMake build configuration UPDATE: README.md with new build instruction and updated dependencies More... about 7 years ago
ADD: Start on GIF reader #46
Sebastian Wahl
as spillerrec
More... about 7 years ago
IMPROVE: Don't reload the icon for the animation button all the time, should circumvent #53 IMPROVE: Split up the imageContainer::update_controls to updatePosition and updateImageInfo, so that only the position gets updated with animations
Sebastian Wahl
as spillerrec
More... over 7 years ago
FIX: C++14 option in cmake not working
Sebastian Wahl
as spillerrec
More... over 7 years ago
CLEANUP: minor improvement to fileManager, and remove a debug message. Closes #38
Sebastian Wahl
as spillerrec
More... almost 8 years ago
CLEANUP: Remove fileManager::file( QString ) as it is not needed #52 CLEANUP: Remove clear_files<>() template as it does not make sense anymore
Sebastian Wahl
as spillerrec
More... almost 8 years ago
CLEANUP: Remove fileManager::prefix and change it to a function, as it gets called to rarely, so avoiding state is better. #52 CLEANUP: Remove unused old_name variable CLEANUP: Use qFind instead of manual loop
Sebastian Wahl
as spillerrec
More... almost 8 years ago
FIX: Loading a file in the same directory didn't change the current file to the dropped one
Sebastian Wahl
as spillerrec
More... almost 8 years ago
FIX: Regression in ReaderPng, PNG_DISPOSE_OP_PREVIOUS was ignored. ADD: Handle disposal in AnimCombiner #35
Sebastian Wahl
as spillerrec
More... almost 8 years ago