-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flowplayer/src/playlist.cpp] Convert unused /home/nemo
references, too
#107
Merged
Conversation
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
… too As discussed in issue #101.
@dcaliste, hope I have done that correctly, so the paths would basically work, when these functions are being reactivated. If so, please simply acknowledge by a positive review comment. |
It looks good to me. Thanks. |
Olf0
added a commit
that referenced
this pull request
Nov 29, 2024
* Translate translations/flowplayer.ts in sv (#90) 100% translated source file: 'translations/flowplayer.ts' on 'sv'. Co-authored-by: @eson57 via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * Translate translations/flowplayer.ts in de (#91) 100% translated source file: 'translations/flowplayer.ts' on 'de'. Co-authored-by: @Olf0 via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * Translate translations/flowplayer.ts in et (#92) 100% translated source file: 'translations/flowplayer.ts' on 'et'. Co-authored-by: @Olf0 via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * [Tx: translations/flowplayer.ts] Add Finnish translation (fi) #94 100% translated source file: 'translations/flowplayer.ts' on 'fi'. Co-authored-by: @tuplasuhveli (Elmeri Länsiharju) via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * [Tx] Updates for file translations/flowplayer.ts in fi (#95) * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. * Translate translations/flowplayer.ts in fi 100% translated source file: 'translations/flowplayer.ts' on 'fi'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * Translate translations/flowplayer.ts in fi (#96) 100% translated source file: 'translations/flowplayer.ts' on 'fi'. Authored-by: @tuplasuhveli via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> * [extras/Lockscreen.qml] Add reference to issue #102 (#103) Denote that this file currently comprises dead, problematic code; for details see issue #102. * [src/utils.cpp] Remove function `startMafw` … …, because it appears to be dead code; for details see issue #101. * [src/utils.h] Remove function declaration `startMafw` … …, because it appears to be dead code; for details see issue #101. * [src/datareader.cpp] Omit superfluous `QString oFile` (#100) For details, see #75 (comment) * Use the app config dir to save the QSettings file (#105) Sailjail is not mounting the generic config dir, so the QSettings file should be under org/app/ dir and not under the org/ dir. * [flowplayer/extras/Lockscreen.qml] Denote status in comments (#108) See issue #102 for details. * [flowplayer/src/playlist.cpp] Convert unused `/home/nemo` references, too (#107) As discussed in issue #101. * [flowplayer.changes] Add changelog entries for v0.3.6 * [flowplayer.spec] Pre-release version increase * [README.md] Add Elmeri Länsiharju (tuplasuhveli) as contributor * [flowplayer.changes] Beautify two atributions * [flowplayer.changes] Another round of name beautifying --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Co-authored-by: Damien Caliste <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #101
See there for details.