-
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
recipes: fixes upstream check #203
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
Fixes: INFO: Skip package uriparser (status = UNKNOWN_BROKEN, current version = 0.9.3, next version = N/A) After this commit: INFO: Skip package uriparser (status = MATCH, current version = 0.9.3, next version = 0.9.3) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package zeromq (status = UNKNOWN_BROKEN, current version = 4.3.2, next version = N/A) After this commit: INFO: Skip package zeromq (status = MATCH, current version = 4.3.2, next version = 4.3.2) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package czmq (status = UNKNOWN_BROKEN, current version = 4.2.0, next version = N/A) After this commit: INFO: Skip package czmq (status = MATCH, current version = 4.2.0, next version = 4.2.0) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package irssi (status = UNKNOWN_BROKEN, current version = 1.1.2, next version = N/A) After this commit: INFO: irssi, 1.1.2, 1.2.2, None, N/ Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package dbus-broker (status = UNKNOWN_BROKEN, current version = 21, next version = N/A) After this commit: INFO: dbus-broker, 21, 22, None, N/A Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package jq (status = UNKNOWN_BROKEN, current version = 1.6, next version = N/A) After this commit: INFO: Skip package jq (status = MATCH, current version = 1.6, next version = 1.6) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package pugixml (status = UNKNOWN_BROKEN, current version = 1.10, next version = N/A) After this commit: INFO: Skip package pugixml (status = MATCH, current version = 1.10, next version = 1.10) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package uim (status = UNKNOWN_BROKEN, current version = 1.8.8, next version = N/A) After this commit: INFO: Skip package uim (status = MATCH, current version = 1.8.8, next version = 1.8.8) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package libstatgrab (status = UNKNOWN_BROKEN, current version = 0.92, next version = N/A) After this commit: INFO: Skip package libstatgrab (status = MATCH, current version = 0.92, next version = 0.92) Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package icewm (status = UNKNOWN_BROKEN, current version = 1.5.5, next version = N/A) After this commit: INFO: icewm, 1.5.5, 1.6.4, None, N/A Signed-off-by: Pierre-Jean Texier <[email protected]>
Fixes: INFO: Skip package cloc (status = UNKNOWN_BROKEN, current version = 1.84, next version = N/A) After this commit: INFO: Skip package cloc (status = MATCH, current version = 1.84, next version = 1.84) Signed-off-by: Pierre-Jean Texier <[email protected]>
Now in master |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 8, 2022
Changelog: =========== This is a bug fixing release that contains the following changes Changed widget weight to avoid wrong behavior and resizing limitations (see issue openembedded#206, issue openembedded#207 and libyui/libyui-gtk#83) Added logging info if metadata have to be downloaded (expiration time). Note that MetaData update_interval <= 0 means that tha check is disabled as well as if dnf-makecache.timer is enabled Fixed clicking to the right of checkboxes wrong behaviour (issue openembedded#203) Performed an "escape" on description text before showing it as package information (issue openembedded#191) 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
Jan 8, 2024
License-Update: =============== -update feature emphasis in README -cleanup/enhance README -fix outdated examples -fix README (PyPI-friendly ReST) Changelog: ============ -The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator. -A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments. -Removed the previously deprecated decorator @expects_obj. -Type hints: basic usage to infer argument types (fixes openembedded#203) -Support realtime output through a pipe (fixes openembedded#145) -High-level functions argh.dispatch_command() and argh.dispatch_commands() -now accept a new parameter old_name_mapping_policy. 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
Jan 8, 2024
License-Update: =============== -update feature emphasis in README -cleanup/enhance README -fix outdated examples -fix README (PyPI-friendly ReST) Changelog: ============ -The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator. -A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments. -Removed the previously deprecated decorator @expects_obj. -Type hints: basic usage to infer argument types (fixes openembedded#203) -Support realtime output through a pipe (fixes openembedded#145) -High-level functions argh.dispatch_command() and argh.dispatch_commands() -now accept a new parameter old_name_mapping_policy. 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
Jan 9, 2024
License-Update: =============== -update feature emphasis in README -cleanup/enhance README -fix outdated examples -fix README (PyPI-friendly ReST) Changelog: ============ -The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator. -A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments. -Removed the previously deprecated decorator @expects_obj. -Type hints: basic usage to infer argument types (fixes openembedded#203) -Support realtime output through a pipe (fixes openembedded#145) -High-level functions argh.dispatch_command() and argh.dispatch_commands() -now accept a new parameter old_name_mapping_policy. 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
Jan 9, 2024
License-Update: =============== -update feature emphasis in README -cleanup/enhance README -fix outdated examples -fix README (PyPI-friendly ReST) Changelog: ============ -The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator. -A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments. -Removed the previously deprecated decorator @expects_obj. -Type hints: basic usage to infer argument types (fixes openembedded#203) -Support realtime output through a pipe (fixes openembedded#145) -High-level functions argh.dispatch_command() and argh.dispatch_commands() -now accept a new parameter old_name_mapping_policy. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2024
* Fix building documentation in build directory. Thanks Michael Tokarev * Updated the configure script for split openssl directories. * Fix for windows compile; asctime_r compat, search for inet_ntop in ws2_32, avoid double decl of inet_ntop, check for symlink call, include config.h in edns.c, have socket compare use correct signedness, add -u repo option to makewin.sh, fix quoting in makewin.sh and check return value of bind and connect in net.c for failure instead of a socket type. And fix to install .exe files. * Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to 48. * Fix to compile DLLs, and pick out of the lib64 dir, and include libssp-0.dll and ldns-config. * bugfix openembedded#237: Resolver uses nameserver commented out in /etc/resolv.conf. Thanks grembo. * Added RESINFO rrtype. * Added WALLET rrtype. * PR openembedded#241: Fix coverity cited problems. Thanks Enji Cooper. * PR openembedded#233: Several Python SWIG issues. Thanks Florian Weimer. * PR openembedded#231: const ldns_rdf * typemap fixes to support swig-4.2.0 Thanks William S Fulton * PR openembedded#227: keys.c: fix build with libressl >= 3.8.1 Thanks Fabrice Fontaine * PR openembedded#224: Portable executable progs don't underlink to libldns Thanks Ørjan Malde * PR openembedded#216: Update declaration for function with no argument Thanks Ed Maste * PR openembedded#214: fix the build in FreeBSD's base system Thanks Pierre Pronchery and Dag-Erling Smørgrav * PR openembedded#206: improve 'next-label' algorithm in ldns-walk Thanks Jelte Jansen * PR openembedded#205: Add functions to extract RFC 8914 extended errors Thanks Roland van Rijswijk-Deij * PR openembedded#203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian Thanks Felipe Gasper * PR openembedded#191: 16-unit-tests-edns: Fix leak & warnings Thanks Felipe Gasper * Added NXNAME rrtype. * PR openembedded#242: Openssl no engine improved support openembedded#242 Thanks Petr Menšík Detailed Changes [1] Fix buildpaths QA errors while here [1] NLnetLabs/ldns@1.8.3...1.8.4 Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 20, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 21, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 22, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 23, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 24, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 25, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 25, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 25, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 25, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 26, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 4, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 4, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 4, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 5, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 5, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 5, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 5, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 5, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 6, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 6, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 7, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 7, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 7, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 7, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 7, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 8, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 8, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 8, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 9, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 9, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 9, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 9, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 9, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 10, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 10, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 10, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 10, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 11, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 11, 2024
New in 47.0 - 14 September 2024 * Updated translations * Fix blurred background on HiDPI screens !160 openembedded#300 (Qiu Wenbo) New in 47.rc - 31 August 2024 * Updated translations * Minor improvements in defaults and settings loading (Óscar Fernández Díaz) New in 47.beta - 2 August 2024 * Updated translations * Fix help and version crashing the application openembedded#260 !148 (luiz) * UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz) * Improve initial loadgraph points openembedded#248 !151 (Luiz França) New in 47.alpha - 29 June 2024 * Updated translations * Improved flatpak app icon search !132 (Óscar Fernández Díaz) * Set affinity for all tasks !134 (Yannis Gerlach) * Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz) * Use same translatable for CPU charts and affinty openembedded#203 (Robert Roth) * Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz) * Migrate color button to GtkColorDialog (Óscar Fernández Díaz) * Add one column per group of 32 core labels !144 (Yannis Guyon) * Various interface improvements to match HIG (Óscar Fernández Díaz) Signed-off-by: Markus Volk <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Oct 14, 2024
Changelog: =========== - Merge branch 'stickz-throttle-increase' - Increase max throttle speed to 33 gigabits - Remove decision structure for popcount_wrapper - Merge branch 'kannibalox-feature/fast-delegation' - Fix double insert - Speed up delegating by returning multiple request assignments at once - Allow 10 gigabit speed throttles - Fix memory access crash with socket_address object - Add is_initialized() API - configure: Define _GNU_SOURCE when checking for pthread_setname_np - Create FUNDING.yml - Updated and cleaned up automake. (openembedded#224) - Removed obsolete files. - Added ipv6 options. - Detect ip address. - Added '--disable-execinfo' option to configure. - Fixed issue with multiple connections from NAT not working. - Improved backtrace error checking. - Added option to disable pthread_setname_np. - Replaced custom execinfo autoconf test. - Changes automake required files. - Refactor make process. (openembedded#207) - Consolidate make script to optimize build. (openembedded#206) - Fix log format so GCC can check it. (openembedded#205) - Fix compiler warnings. (openembedded#204) - Fix for inotify missing quickly renamed files (openembedded#203) - libtorrent.pc.in: add Libs.Private (openembedded#202) - Backport changes from feature-bind. (openembedded#200) - Merge pull request openembedded#195 from Nicholi/log_append - Removed log append function. Added append parameter with default value (false) to log_open_file functions. - Allow logs to be appended rather than overwritten. 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.
No description provided.