-
Notifications
You must be signed in to change notification settings - Fork 714
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
Added the packages python-periphery, python-sijax and python-flask-sijax #81
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
bachp
pushed a commit
to bachp/meta-openembedded
that referenced
this pull request
Jun 6, 2018
The following error is seen when do_install is run | UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in | position 16: ordinal not in range(128) ERROR: python setup.py | install execution failed. This is reported in the upstream project as part of pull request openembedded#81 stefankoegl/python-json-patch#81 Since a release is not yet available with the required fix we must apply the fix as a patch. Signed-off-by: Mark Asselstine <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
already applied. Please close it |
texierp
added a commit
to texierp/meta-openembedded
that referenced
this pull request
Jun 1, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> foo Signed-off-by: Pierre-Jean Texier <[email protected]>
texierp
added a commit
to texierp/meta-openembedded
that referenced
this pull request
Jun 1, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 1, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 2, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]>
iipeace
pushed a commit
to iipeace/meta-openembedded
that referenced
this pull request
Jun 16, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jul 3, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67) * Fixed: CMake: Support GTest 1.8.0 (GitHub #68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub #79, #81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub #77 and #78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub #74, #75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 27adb93) Signed-off-by: Armin Kuster <[email protected]>
chaitu236
pushed a commit
to chaitu236/meta-openembedded
that referenced
this pull request
Aug 10, 2020
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub ni#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub ni#68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub ni#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub ni#72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub ni#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub ni#77 and ni#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub ni#74, ni#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 27adb93) Signed-off-by: Armin Kuster <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Jan 3, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 3, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur 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
Jan 4, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Jan 4, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 4, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur 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
Jan 5, 2021
Release notes for 0.5.1 ======================= - Dependency Changes: - GLib >= 2.52.0 - GTK >= 3.22.0 - New Features: - Allow to change the font size from keyboard/mouse (openembedded#46, openembedded#54, !60) - Switch to asynchronous search (!58) - Give more choice for whitespace display (openembedded#44, !46) - Appearance Changes: - Improve the look of the search bar - Add a spinner to the search widgets - Make the occurrences count appear in the search bar - Reformulate "Home/End Keys" setting description - Code Refactoring: - Code refactoring around MousepadView properties (!60) - Code refactoring around GMenuModel-bindings (!50) - Bug Fixes: - Decrease reference count of anchored documents - Filter document signals on the active document - Fix a memory leak in the templates menu - Fix wrong conversion from uri to filename (openembedded#81) - Warn when using GLib functions newer than requirements (Mousepad 0.5.0 actually required GLib 2.60 due to such an oversight) - Translation Updates: Catalan, Chinese (Taiwan), French, German, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 0.5.0 ======================= - Bump required GTK+ in `mousepad-prefs-dialog.ui` (openembedded#78) - Fix an oversight in updating actions state (openembedded#76) - Remove TODO file (openembedded#74) - Ensure that opening modes are excluded from translation - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Slovenian, Spanish Release notes for 0.4.90 ======================== [Please note that this is a release candidate for upcoming stable version 0.5, released in about a week if nothing blocks.] - Dependency Changes: - GLib >= 2.45.8 - GTK+ >= 3.20 - GtkSourceView >= 3.24 - GTK+ 2 support has been removed - GtkSourceView 2 support has been removed - New Features: - Add keybindings to show the menubar temporarily when hidden - Add command line option and setting for file opening mode - Improve encoding dialog - Add regex search - Discontinued Features - multi-select (GTK+ 2) - Appearance Changes - Replace `$HOME` with a tilde in displayed filename - Add new default keybindings and reveal some hidden ones - Search bar tweaks - Make tabs expanded for consistency with other Xfce programs - Add copyright and license info to About dialog - Improve label texts of "Find and Replace" dialog and search bar - Make the statusbar smaller - Add new app icon and switch to reverse DNS name - Save the state of the "highlight all" button in the search bar - Update window title of Find and Replace dialog - Add "Wrap around" check box to Find and Replace dialog (Bug #11290) - Infer filetype from shebang line (Bug #10514) - Show info when Templates directory does not exist (Bug #10486) - Code Refactoring - Restore the use of the file `accels.scm` - Code refactoring around saving and restoring window geometry - Improve save-related actions - Fully switch to GtkApplication - Avoid deprecation warnings 5: CSS related - Avoid deprecation warnings 4: GtkUIManager and GtkAction - GtkStock - Avoid deprecation warnings 2: miscellaneous - Avoid deprecation warnings 1: alignment and padding - Avoid compilation warnings other than deprecation - Remove support for GTK+2 - Switch to README.md and foreign automake mode - Add basic GitLab pipeline - Bug Fixes: - Remove README.md from DISTCLEANFILES, it's not generated - Fix crash when dragging tab to GSV widget - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR - Initialize the recent manager if needed at startup - Prevent search bar from overlapping the document - Properly disconnect signal handlers - Fix make distcheck - Fix color modifications in search entries - Do not open an empty document when encoding failed - Do not search for previously selected text - Update search field with selected text - Bug #16717: Move from exo-csource to xdt-csource - Remember last save location (Bug #14165) - Use g_get_user_dir to get Templates directory (Bug #11048) - Sync remaining menu actions to their settings (Bug #11046) - Install appstream in metainfo folder (Bug #11200) - Add appdata file (Bug #11200) - Fix building with `--enable-dbus --disable-gtk3` - Change visibility of fullscreen bars after small delay (Bug #9735) - Fix return type of fullscreen settings (Bug #9735) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur 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 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81) * Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue openembedded#88) * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89) * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90) 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 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81) * Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue openembedded#88) * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89) * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90) 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 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81) * Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue openembedded#88) * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89) * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90) 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 9, 2021
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81) * Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue openembedded#88) * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. (issue openembedded#89) * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates (issue openembedded#90) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Apr 1, 2022
Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82) - Thumbnailer: Add thumbnail flavor support (openembedded#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (openembedded#76) - Translation Updates Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 2, 2022
Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82) - Thumbnailer: Add thumbnail flavor support (openembedded#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (openembedded#76) - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Apr 3, 2022
Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82) - Thumbnailer: Add thumbnail flavor support (openembedded#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (openembedded#76) - Translation Updates Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 4, 2022
Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (openembedded#82) - Thumbnailer: Add thumbnail flavor support (openembedded#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (openembedded#76) - Translation Updates Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Apr 7, 2022
Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (#82) - Thumbnailer: Add thumbnail flavor support (#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (#76) - Translation Updates Signed-off-by: Andreas Müller <[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.
No description provided.