Coder Social home page Coder Social logo

0xb8 / wisetagger Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 1.0 1.17 MB

Simple picture tagging tool

License: Do What The F*ck You Want To Public License

CMake 0.71% QMake 1.04% CSS 0.50% HTML 3.00% C++ 94.03% C 0.57% Python 0.16%
tag-autocomplete image-viewer imageboards reverse-search crossplatform qt5 c-plus-plus image picture rename-files

wisetagger's People

Contributors

0xb8 avatar brawlence avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

brawlence

wisetagger's Issues

Incorrect tag sorting

yande.re 5-toubun_no_hanayome 536242 headphones nakano_miku pantyhose seifuku skirt_lift sweater torn_clothes undressing

Rotate CW and Rotate CCW are swapped

As the title says, currently the option Clockwise option rotates counterclockwise, and vice-versa.

Image

The hotkeys are correct, but the titles and icons are wrong

Actually there's a double mix-up happening with the hotkeys.

a_rotate_cw.setShortcut(    QKeySequence(Qt::CTRL + Qt::Key_Comma));
a_rotate_ccw.setShortcut(   QKeySequence(Qt::CTRL + Qt::Key_Period));

should probably be

a_rotate_cw.setShortcut(    QKeySequence(Qt::CTRL + Qt::Key_Period));
a_rotate_ccw.setShortcut(   QKeySequence(Qt::CTRL + Qt::Key_Comma));

And the best possible fix should be changing this line to

t.rotate(90.0f * m_rotation);

since later for void setRotation(int steps); it says /// Set image rotation in 90 degree increments clockwise

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.