Coder Social home page Coder Social logo

rest's Introduction

rest

An app designed to remind you of rest and protect your eyesight when you are working.
It's my first Qt Project.


Update Log:

V0.2.1

  • Change menu text when the timer is paused
  • Move the forcelock logic into class MyTimer
  • Start another round after the screen is unlocked
  • After force quit, user doesn't need to unlock again

V0.2

  • Use LockWorkStation() rather than CloseScreen()
    (I change the general logic because the app can receive a notification when user unlock the computer. The previous version will call CloseScreen() frequently, which might do harm to the screen)
  • Redesign UI
    (Use layouts and change the structure of widgets.)
  • Refactor the class MySettings
  • Fix some bugs

V0.1

  • Add Settings
    (support customized rest time and work time)
  • Add Simple Mode
    (take less area on the screen)

V0.0.3

  • Add single instance support(experimental)
  • Refactor the code
    (Replace EventHandler with MyTimer, which is a customized subclass of QTimer)
  • Add signal interval
    (The app used to send close screen signal per seconds in rest mode, now the frequency is adjustable)
  • Add the Context Menu
    (Right click to get more actions)
  • Optimize the logic

V0.0.2

  • Fix the crash issue
    (Caused by SendMessageA since the system doesn't response the message sometimes. It get fixed after replacing SendMessageA with PostMessageA, which return immediately)
  • Add some comments
  • Add the update log to README

V0.0.1

  • Initial Version

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.