GithubHelp home page GithubHelp logo

sterid / toggldesktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from toggl-open-source/toggldesktop

0.0 0.0 0.0 283.16 MB

Toggl Desktop app for Windows, Mac and Linux

Home Page: https://toggl.github.io/toggldesktop/

License: BSD 3-Clause "New" or "Revised" License

C++ 46.80% Objective-C 14.03% C 1.64% Go 0.52% C# 22.77% Shell 0.18% Lua 0.40% Makefile 0.73% Swift 12.33% CMake 0.40% Rich Text Format 0.03% Ruby 0.11% Objective-C++ 0.05%

toggldesktop's Introduction

Toggl

Native desktop applications for the leading time tracking tool Toggl.

GitHub last commit GitHub issues GitHub pull requests Licence BSD-3

AboutDownloadBuildChange logContribute

About

Toggl Desktop is a Toggl time tracking client with many helper functions that make tracking time more effortless and smooth. Features such as Idle detection, reminders to track and Pomodoro Timer make this app a great companion when productivity and efficiency is the goal.

Toggl Desktop apps

Download

Toggl built and signed apps for all platforms

Mac


64bit dmg    |     Mac App Store

Officially macOS 10.11 and newer stable macOS versions are supported.

Windows


64bit installer    |    32bit installer   |    Chocolatey    |    Microsoft Store

App has been tested on Windows 7, 8, 8.1 and 10. Toggl Desktop Windows app has not been tested on Surface type touchscreen environments.

Linux


Tarball    |    Flathub    

Only 64bit is supported

Build

Please check OS specific requirements below.

By default the app builds for testing server. To use the compiled app with live server see this guide https://github.com/toggl/toggldesktop/wiki/Building-Toggl-Desktop-from-source-for-usage-with-live-servers

Build using Makefile

First, build dependencies:

$ make deps

then the app itself:

$ make

To build, then run the app:

$ make run

Run unit tests with

$ make test

and UI tests with

$ make uitest

macOS

Requirements

  • macOS 10.14+, Xcode 10.2+ and Swift 4+
  • Install Bundler
$ sudo gem install bundler

Build

# Build all dependencies
$ make deps

# Prepare cocoapod
$ make init_cocoapod
  • Open workspace at src/ui/osx/TogglDesktop.xcworkspace
  • Select TogglDesktop scheme and build.

Linux

Dependencies

You'll need these Qt (at version 5.12 or higher) modules: QtWidgets (with private headers), QtWebEngine, QtWebEngineWidgets, QtNetwork, QtDBus, QtX11Extras

If Qt is not installed from your distribution's package manager, you will need to set the CMAKE_PREFIX_PATH environment variable to point to the lib/cmake folder in the Qt version you wish to use.

These dependencies are mandatory:

  • libXScrnSaver (libxss-dev in deb-based distros and libXScrnSaver-devel in rpm-based)

You can install them all in debian with a command:

 $ sudo apt install libxss-dev build-essential libgl-dev libreadline-dev

These dependencies are optional and will be bundled if the USE_BUNDLED_LIBRARIES CMake argument is set or your system does NOT have their development packages installed:

  • POCO
  • Lua
  • jsoncpp
  • Qxt

These libraries will be bundled regardless of your system:

  • bugsnag-qt
  • qt-oauth-lib

Build the app

in the toggldesktop source tree root

mkdir -p build && pushd build             # Create build directory
cmake ..                                  # Setup cmake configs
make -j8                                  # Build the app. The number defines the count of parallel jobs (number of your CPU cores is a good value for that)
./src/ui/linux/TogglDesktop/TogglDesktop  # Run the built app

Windows

Install Visual Studio 2019 with .NET desktop development, Desktop development with C++ and Universal Windows Platform development components checked during installation. You can download free Visual Studio Community here.

The solution is using OpenSSL binaries. To rebuild OpenSSL from sources refer to this page.

Change log

Change log can be viewed at http://toggl.github.io/toggldesktop/

Contribute

Before sending us a pull request, please format the source code:

$ make fmt

Also, please check for any cpplint issues:

$ make lint

Check if unit tests continue to pass:

$ make test

toggldesktop's People

Contributors

a-andreyev avatar abdulbaqi-alshareef avatar agrendalath avatar brunodlz avatar buma avatar codeman38 avatar cori avatar danielcarr avatar dev-zero avatar eatskolnikov avatar indrekv avatar javimudi avatar jayvdb avatar leland avatar martinbriza avatar nghiatranuit avatar partyka1 avatar paulcscharf avatar reederz avatar refiito avatar sainaen avatar samford avatar skel35 avatar tanel avatar tripox avatar unmultimedio avatar

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.