-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The program now has new icons from Google's Material Icons * The program now switches to a 5-minute break timer when a task is completed, in accordance with what the pomodoro technique requires
- Loading branch information
Showing
30 changed files
with
88 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>icons/media-playback-start-symbolic.svg</file> | ||
<file>icons/media-playback-start-symbolic-light.svg</file> | ||
<file>icons/media-playback-stop-symbolic.svg</file> | ||
<file>icons/media-playback-stop-symbolic-light.svg</file> | ||
<file>icons/preferences-system-time-symbolic.svg</file> | ||
<file>icons/preferences-system-time-symbolic-light.svg</file> | ||
<file>icons/system-restart-symbolic.svg</file> | ||
<file>icons/system-restart-symbolic-light.svg</file> | ||
<file>icons/list-add-symbolic.svg</file> | ||
<file>icons/list-add-symbolic-light.svg</file> | ||
<file>icons/edit-delete-symbolic.svg</file> | ||
<file>icons/edit-delete-symbolic-light.svg</file> | ||
<file>icons/play_arrow.svg</file> | ||
<file>icons/play_arrow-light.svg</file> | ||
<file>icons/pause.svg</file> | ||
<file>icons/pause-light.svg</file> | ||
<file>icons/pending_actions.svg</file> | ||
<file>icons/pending_actions-light.svg</file> | ||
<file>icons/restart_alt.svg</file> | ||
<file>icons/restart_alt-light.svg</file> | ||
<file>icons/add_task.svg</file> | ||
<file>icons/add_task-light.svg</file> | ||
<file>icons/delete.svg</file> | ||
<file>icons/delete-light.svg</file> | ||
<file>icons/local_cafe.svg</file> | ||
<file>icons/local_cafe-light.svg</file> | ||
</qresource> | ||
</RCC> |
Oops, something went wrong.