All Projects → fathomssen → redtimer

fathomssen / redtimer

Licence: LGPL-3.0 license
RedTimer - Redmine Time Tracker

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
shell
77523 projects
QMake
1090 projects
Qt Script
14 projects

Projects that are alternatives of or similar to redtimer

time-tracker-cli
Super tiny and ligthway time tracker for all cli lovers
Stars: ✭ 79 (+33.9%)
Mutual labels:  tracker, timer, time-tracker
Takt
Track your tasks and time
Stars: ✭ 142 (+140.68%)
Mutual labels:  timer, time-tracker
Hackaru
Simple, cross-platform time tracking application
Stars: ✭ 82 (+38.98%)
Mutual labels:  timer, time-tracker
Update Background Locations
A sample iOs example that tracks background locations.
Stars: ✭ 7 (-88.14%)
Mutual labels:  tracker, timer
Atom Wakatime
Atom plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 303 (+413.56%)
Mutual labels:  timer, time-tracker
redmine tracker
Multi platform application to track time and synchronize it into Redmine.
Stars: ✭ 14 (-76.27%)
Mutual labels:  redmine, time-tracker
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (-66.1%)
Mutual labels:  tracker, time-tracker
wht
Working Hours Tracker for Sailfish OS
Stars: ✭ 20 (-66.1%)
Mutual labels:  tracker, timer
time
React UI for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (-59.32%)
Mutual labels:  tracker, time-tracker
Redmine issue templates
Maintenance Repository - https://github.com/agileware-jp/redmine_issue_templates
Stars: ✭ 181 (+206.78%)
Mutual labels:  tracker, redmine
Baralga
Baralga open-source time tracker for the desktop.
Stars: ✭ 77 (+30.51%)
Mutual labels:  tracker, time-tracker
chronoman
Utility class to simplify use of timers created by setTimeout
Stars: ✭ 15 (-74.58%)
Mutual labels:  utility, timer
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-74.58%)
Mutual labels:  redmine, timer
tm
timers and timeline
Stars: ✭ 31 (-47.46%)
Mutual labels:  timer
pino-caller
🌲 Include call site of pino log messages
Stars: ✭ 35 (-40.68%)
Mutual labels:  utility
flipdown-timer-card
Flipdown Timer Card for Home Assistant Lovelace
Stars: ✭ 28 (-52.54%)
Mutual labels:  timer
meteor-server-autorun
Server-side Tracker.autorun
Stars: ✭ 36 (-38.98%)
Mutual labels:  tracker
timerlab
⏰ A simple and customizable timer
Stars: ✭ 94 (+59.32%)
Mutual labels:  timer
flawesome
Productivity Tool
Stars: ✭ 56 (-5.08%)
Mutual labels:  utility
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (-37.29%)
Mutual labels:  redmine

Travis CI build AppVeyor CI build

Redmine Time Tracker

RedTimer is an easy-to-use platform-independent time tracker which allows the user to track time while working on an issue. Furthermore, a user can create new issues using RedTimer during which the time tracking will already start.

Usage

After starting RedTimer for the first time, the settings window will be displayed. In the settings window, you can specify the URL of the Redmine instance and the API key which can be found in the Redmine account settings.

Settings window

In the main window, you can enter or select an issue. After issue selection, the issue data will be displayed and the timer can be started.

Main window

To select an issue, you can use the Issue Selector which lists available issues according to the selected project, assignee and version.

Issue Selector

To create a new issue, you can use the Issue Creator which will start tracking time while you type the new issue data.

Issue Creator

Installation instructions

For Ubuntu instructions, please have a look at the Ubuntu README.

The simplest way is to pick a binary from GitHub (https://github.com/fathomssen/redtimer/releases). Daily builds can be found at https://www.redtimer.org/builds.

The latest development build for Windows can be found at https://ci.appveyor.com/project/fathomssen/redtimer/build/artifacts.

To use Redmine custom fields in RedTimer, please install the redmine_shared_api plugin from https://github.com/anovitsky/redmine_shared_api.

The following instructions can be used to build the application from source.

git clone https://github.com/fathomssen/redtimer.git
cd redtimer
git submodule update --init

qmake -r
make

This requires for you to have Qt 5.5+ and GCC 4.8.4+ installed and in your path.

Alternatively, you can use a QtCreator distribution from https://www.qt.io. In QtCreator, you can open the project file RedTimer.pro and start the build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].