Coder Social home page Coder Social logo

jurplel / qview Goto Github PK

View Code? Open in Web Editor NEW
1.7K 21.0 108.0 9.68 MB

Practical and minimal image viewer

Home Page: https://interversehq.com/qview/

License: GNU General Public License v3.0

C++ 93.51% QMake 2.75% Objective-C++ 3.74%
qt qt5 qt-widgets image-viewer photo-viewer cross-platform simple lightweight

qview's People

Contributors

ada101 avatar albanobattistella avatar atalanttore avatar bloodraven0 avatar boehs avatar comradekingu avatar crse avatar dedandrey avatar eson57 avatar istvanszabo890629 avatar jdpurcell avatar jurplel avatar kabirnayeem99 avatar kcris avatar laralem avatar lightjohn avatar milotype avatar morikoff avatar npepperlinux avatar p4ssen avatar pawel5 avatar prawilny avatar rezaalmanda avatar smarquespt avatar sonulohani avatar toni-estevez avatar trendyne avatar wangshengdong avatar xfgusta avatar xzvice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qview's Issues

Poor scaling appearance

The scaling is much less smooth compared to pViewer. A scaling algorithm should be applied somehow.

The Scaling Jitter Debacle

There is a jitter that is most observable when slowly resizing the window with the scaling algorithm enabled. This is a difficult issue to solve

file dialog sometimes crashes on macOS

objc[1320]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fffa0b37b68) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x11cb1dcd8). One of the two will be used. Which one is undefined.

Proper build system

Either static or shared, it shouldn't be manual like it is now and I should be able to start making binaries to distribute.

The zooming math predicament

Zooming seems irregular because the math to do it is inherently flawed. It will scale by 1.2 (causing the scale to go from 1.0 to 1.2) and then by 0.8 (causing the scale to go from 1.2 to 0.96) and the inaccuracy will continue to increase. This causes strange zooming behavior.

0.4 final touches

  • create linux distribution system of some description
  • make linux icons, set them up, and test them

Gnome Debaccle

Icons dont appear correctly and application is incorrectly capitalized on the top bar

Preferences

Add a settings dialog with a variety of options

File dialog is not a sheet on macOS

QFileDialog *fileDialog = new QFileDialog(this);
fileDialog->selectNameFilter(tr("Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.xbm *.xpm);;All Files (*)"));
fileDialog->open(pickedFile());

not a priority at all really

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.