forked from tardypad/sailfishos-daily-comics
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [pre-commit] Fix RegEx and optimise a bit * [pre-commit] Fix quoting * Delete `plugins/donaldduck`, because … (#38) … it only extracts the first picture of 5 strips, which rotate daily since March 2022. Fixes issue #30. * Fix/settings page (#39) * fix: Settings page to use renamed component ReportNewComicRectangle introduced in 8eb2ba3 * fix: corrected spelling mistake * [AboutPage.qml] Fix spelling of "Hauke" * [FavoritesPage.qml] Fix spelling of "Hauke" * [LICENSE.txt] Fix spelling of "Hauke" * [LICENSE.txt] Fix spelling of "Hauke" at a different location * [ComicsSettingsPage.qml] Add copyright notice --------- Co-authored-by: olf <[email protected]> * update german translation texts (#40) * update german translation texts * [LICENSE.txt] Add year due to this PR #40 * [README.md] Add year due to this PR #40 --------- Co-authored-by: olf <[email protected]> * Re-add 256x256 icon removed by commit 99c1fdd (#41) * Create directory `256x256` * Add file via upload * Technically refresh logo SVG and PNGs * [README.md] Enhance slighty, in sync with FlowPlayer etc. * [build-on-tags.yml] Update to FlowPlayer's state * [build-on-pull_req.yml] Update to FlowPlayer's state * Update harbour-dailycomics.spec * [README.md] Add 2024 as year of my code contributions * [README.md] Add 2024 as year of cnlpete's code contribution --------- Co-authored-by: Hauke Schade <[email protected]>
- Loading branch information
Showing
28 changed files
with
156 additions
and
140 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../icons/108x108/harbour-dailycomics.png |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../icons/128x128/harbour-dailycomics.png |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../icons/172x172/harbour-dailycomics.png |
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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../icons/86x86/harbour-dailycomics.png |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../resources/logo.svg |
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 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 |
---|---|---|
|
@@ -3,14 +3,14 @@ The MIT License (MIT) | |
Source Code: | ||
Copyright (c) 2015-2019 Damien Tardy-Panis <[email protected]>, | ||
see https://github.com/sailfishos-applications/daily-comics/commits?author=tardypad | ||
Copyright (c) 2016,2019 Haucke Schade <[email protected]>, | ||
Copyright (c) 2016,2019,2024 Hauke Schade <[email protected]>, | ||
see https://github.com/sailfishos-applications/daily-comics/commits?author=cnlpete | ||
Copyright (c) 2018-2020 Oleg Linkin <[email protected]>, | ||
see https://github.com/sailfishos-applications/daily-comics/commits?author=Maledictus | ||
and some commits just as "Oleg Linkin" | ||
Copyright (c) 2020 Mirian Margiani <[email protected]>, | ||
see https://github.com/sailfishos-applications/daily-comics/commits?author=ichthyosaurus | ||
Copyright (c) 2023 olf <[email protected]>, | ||
Copyright (c) 2023,2024 olf <[email protected]>, | ||
see https://github.com/sailfishos-applications/daily-comics/commits?author=Olf0 | ||
|
||
Plugins: | ||
|
@@ -36,7 +36,7 @@ see https://github.com/sailfishos-applications/daily-comics/commits?author=Olf0 | |
|
||
Translations | ||
- [de]: | ||
Copyright (c) 2016,2019 Haucke Schade <[email protected]>, see | ||
Copyright (c) 2016,2019,2024 Hauke Schade <[email protected]>, see | ||
https://github.com/sailfishos-applications/daily-comics/commits?author=cnlpete | ||
Copyright (c) 2020 Mirian Margiani <[email protected]>, see | ||
https://github.com/sailfishos-applications/daily-comics/commits?author=ichthyosaurus | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
/** | ||
* Copyright (c) 2015-2019 Damien Tardy-Panis <[email protected]> | ||
* Copyright (c) 2016 Haucke Schade <[email protected]> | ||
* Copyright (c) 2016 Hauke Schade <[email protected]> | ||
* Copyright (c) 2019 Oleg Linkin <[email protected]> | ||
* Copyright (c) 2023 olf <[email protected]> | ||
* | ||
|
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,5 +1,6 @@ | ||
/** | ||
* Copyright (c) 2015 Damien Tardy-Panis <[email protected]> | ||
* Copyright (c) 2024 Hauke Schade <[email protected]> | ||
* | ||
* This file is subject to the terms and conditions defined in | ||
* file `LICENSE.txt`, which is part of this source code package. | ||
|
@@ -62,7 +63,7 @@ Dialog { | |
} | ||
} | ||
|
||
footer: RequestContactDevRectangle { | ||
footer: ReportNewComicRectangle { | ||
flickable: gridView | ||
} | ||
|
||
|
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,6 +1,6 @@ | ||
/** | ||
* Copyright (c) 2015-2019 Damien Tardy-Panis <[email protected]> | ||
* Copyright (c) 2016 Haucke Schade <[email protected]> | ||
* Copyright (c) 2016 Hauke Schade <[email protected]> | ||
* Copyright (c) 2019 Oleg Linkin <[email protected]> | ||
* Copyright (c) 2023 olf <[email protected]> | ||
* | ||
|
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
Oops, something went wrong.