toggldesktop icon indicating copy to clipboard operation
toggldesktop copied to clipboard

Toggl Desktop app for Windows, Mac and Linux

Results 113 toggldesktop issues
Sort by recently updated
recently updated
newest added

Signed-off-by: GermanAizek ### 📒 Description Commit touches on more correct work with strings and correct memory distribution of variables, std:: move does not create copies. Please check my edits I...

This is not really a pull request, more of an explanation on what I had to do to make the ARM macOS build work. Please note this is just about...

### 📒 Description There is a lot of text so please don't get scared. I just want to know your opinion, especially on the topic if this is overengineered or...

lib
WIP

### 📒 Description We would see this build error only on incremental builds. From the [documentation](https://help.apple.com/xcode/mac/current/#/dev621201fb0): > To allow fast and correct incremental builds, every build after the initial build...

### 📒 Description To state the obvious, JsonCpp is a third party library we're using to parse Json in the library. We were using quite an outdated version so I...

lib

### 📒 Description This change is a partial implementation of our current macOS app design and an almost full port of the current Linux app to QML. This gives us...

linux

### 📒 Description Close the autosuggest dialog after return was pressed even if no item from it was selected. ### 🕶️ Types of changes - **Bug fix** (non-breaking change which...

linux
qml

### 📒 Description ### 🕶️ Types of changes New feature** (non-breaking change which adds functionality) ### 🤯 List of changes -Support Undo deletion. -Avoid interrupting the running time entry so...

windows

### 📒 Description This change consists of three main parts: 1. The `src/` folder is now reorganized, the `src/model` and `src/database` folders were added to contain models and database-related classes,...

### 📒 Description Move from library events to observables ### 🕶️ Types of changes - **Breaking change** (fix or feature that would cause existing functionality to change) ### 🤯 List...

windows
WIP