-
Notifications
You must be signed in to change notification settings - Fork 721
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
Add a working tvheadend recipe #91
Closed
Closed
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
The original one was previously removed by commit ec9e5ed as part of a clean-up of blacklisted recipes.
merged |
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 3, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (openembedded#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (openembedded#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42) - Add a command line option to choose encoding - Add a "Delete Line" action (openembedded#13, !66) - Make automatic addition of the last EOL character configurable (openembedded#53,!65) - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Add file monitoring (openembedded#75) - Add a setting to create a tilde-backup file when saving (openembedded#27) - Make saving atomic (openembedded#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67) - Code Refactoring: - Improve encoding management (openembedded#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (openembedded#94) - Ensure that the page setup is properly applied when printing (openembedded#90) - Avoid character escape issues in menu item action names (openembedded#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (openembedded#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83) - Improve editing keybindings consistency (openembedded#83) - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 13, 2023
Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (openembedded#91) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 13, 2023
Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (openembedded#91) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 14, 2023
Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (openembedded#91) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[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.
The original one was previously removed
by commit ec9e5ed
as part of a clean-up of blacklisted recipes.