Giter Club home page Giter Club logo

plasma-timekeeper's Introduction

Plasma timekeeper

Time tracking plasma applet

Author: Jan Grulich <[email protected]>

Released under GPL 2.0+

How to compile

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DQML_INSTALL_DIR:PATH=$(QT_SELECT=5 qmake -query QT_INSTALL_QML)
make

As root:

make install

Distributions

If you don't think that compilication is a good option for you, you can try to ask your distribution packagers to include it in official repositories.

List of distributions providing plasma-timekeeper in their repositories:
Archlinux - https://aur.archlinux.org/packages/timekeeper-git

plasma-timekeeper's People

Contributors

grulja avatar jktjkt avatar kupiqu avatar marco-parillo avatar

Stargazers

 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

plasma-timekeeper's Issues

Inconsistent times

Hello, I am getting times like:
Firefox : 7:50
plasmashell: 3:39

Plasma shell should have a duration >= any praphical application, should it not ?

Error loading main.qml file module “org.kde.plasma.timekeeper” is not installed

I wanted to give it a try and I built it with no errors but the applet complains:

Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.timekeeper/contents/ui/main.qml:24:1 module “org.kde.plasma.timekeeper” is not installed

I tried to make the version match to 0.2 in metadesktop files, but it didn’t work either.

Any hint?

percentage time needs to be initilialized to work

In src/declarative/activitymodel.cpp:

@@ -637,7 +637,7 @@ void ActivityModel::prepareForShutdownChanged(bool shutdown)

void ActivityModel::updateCurrentActivityTime()
{
-    QTime totalTime;
+    QTime totalTime(0, 0);

    // Get the total time + update the current item
    foreach (ActivityModelItem *item, d->list) {

the plasmoid messes up in panels of narrow width

It shows time on top of icon (time should not be visible, only icon), and even time takes exta space out of boundary, for instance if using timekeeper in systray, time appears out of the systray itself.

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.