Skip to content
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

pps-tools_git.bb broken #34

Closed
hansenlabs opened this issue Mar 9, 2017 · 1 comment
Closed

pps-tools_git.bb broken #34

hansenlabs opened this issue Mar 9, 2017 · 1 comment

Comments

@hansenlabs
Copy link

The only SRC
git://github.com/ago/pps-tools.git
seems to be deleted.
Mirror?

@shr-project
Copy link
Contributor

We're not using github issues, almost nobody reads it here.

Use openembedded-devel@lists.openembedded.org as mentioned in meta-oe/README.

derekstraka pushed a commit to derekstraka/meta-openembedded that referenced this issue Jan 26, 2018
Changes in DBI 1.638:

Fix UTF-8 support for warn/croak calls within DBI internals,
    thanks to pali openembedded#53
Fix dependency on Storable for perl older than 5.8.9,
    thanks to H.Merijn Brand.

Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine,
    thanks to Jens Rehsack openembedded#42

Corrected missing semicolon in example in documentation,
    thanks to pali openembedded#55

Changes in DBI 1.637 - 16th August 2017:

Fix use of externally controlled format string (CWE-134) thanks to pali openembedded#44
    This could cause a crash if, for example, a db error contained a %.
    https://cwe.mitre.org/data/definitions/134.html
Fix extension detection for DBD::File related drivers
Fix tests for perl without dot in @inc RT#120443
Fix loss of error message on parent handle, thanks to charsbar openembedded#34
Fix disappearing $_ inside callbacks, thanks to robschaber openembedded#47
Fix dependency on Storable for perl older than 5.8.9

Allow objects to be used as passwords without throwing an error, thanks to demerphq openembedded#40
Allow $sth NAME_* attributes to be set from Perl code, re openembedded#45
Added support for DBD::XMLSimple thanks to nigelhorne openembedded#38

Documentation updates:
Improve examples using eval to be more correct, thanks to pali openembedded#39
Add cautionary note to prepare_cached docs re refs in %attr openembedded#46
Small POD changes (Getting Help -> Online) thanks to openstrike openembedded#33
Adds links to more module names and fix typo, thanks to oalders openembedded#43
Typo fix thanks to bor openembedded#37

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
halstead pushed a commit that referenced this issue Jan 27, 2018
Changes in DBI 1.638:

Fix UTF-8 support for warn/croak calls within DBI internals,
    thanks to pali #53
Fix dependency on Storable for perl older than 5.8.9,
    thanks to H.Merijn Brand.

Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine,
    thanks to Jens Rehsack #42

Corrected missing semicolon in example in documentation,
    thanks to pali #55

Changes in DBI 1.637 - 16th August 2017:

Fix use of externally controlled format string (CWE-134) thanks to pali #44
    This could cause a crash if, for example, a db error contained a %.
    https://cwe.mitre.org/data/definitions/134.html
Fix extension detection for DBD::File related drivers
Fix tests for perl without dot in @inc RT#120443
Fix loss of error message on parent handle, thanks to charsbar #34
Fix disappearing $_ inside callbacks, thanks to robschaber #47
Fix dependency on Storable for perl older than 5.8.9

Allow objects to be used as passwords without throwing an error, thanks to demerphq #40
Allow $sth NAME_* attributes to be set from Perl code, re #45
Added support for DBD::XMLSimple thanks to nigelhorne #38

Documentation updates:
Improve examples using eval to be more correct, thanks to pali #39
Add cautionary note to prepare_cached docs re refs in %attr #46
Small POD changes (Getting Help -> Online) thanks to openstrike #33
Adds links to more module names and fix typo, thanks to oalders #43
Typo fix thanks to bor #37

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
* port to meson build
* 0002-add-a-formatting-attribute-check.patch: Apllies cleanly but was not
  tested with clang - don't have resources for that

================
Evince    3.36.3
================

Fix Evince on MacOS

backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)

build:
  *  use so suffix on macOS (Tom Schoonjans)

ci:
  *  Fix meson targets (Germán Poo-Caamaño)

cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)

Developers:
  * Germán Poo-Caamaño, Tom Schoonjans

================
Evince    3.36.2
================

shell:
  *  check type of window/sidebar objects (#1409, Ilario Gelmetti)

build:
  *  Use lowercase for project name in meson (Germán Poo-Caamaño)

ci:
  *  build with meson by default and autotools manually (Germán Poo-Caamaño)

flatpak: Update Poppler to 0.88.0 (Casey Jao)

Developers:
  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti

Translations:
  * sicklylife (Japanese)

================
Evince    3.36.1
================

backends:
  * Support 'de facto' tooltip feature (openembedded#34, openembedded#842, Nelson Benítez León)

ci:
  * Add scripts to update Docker image for CI (Germán Poo-Caamaño)

help:
  * Add Ukrainian screenshots for the docs (Yuri Chornoivan)
  * Fix incorrect markup in Czech UI translation (Andre Klapper)
  * Update French help image (Charles Monzat)

libdocument:
  * Allow text entries to handle clicks (#1364, Nelson Benítez León)
  * Ignore deprecation warnings in headers (Matthew Leeds)

libview:
  * Fix "can-have-popup" prop when creating markup annotations (#1373, Casey Jao)
  * Move annotation popup window to new position (openembedded#570, Marek Kasik)

shell:
  * Set menu button to not focus-on-click (#1339, Nelson Benítez León)
  * Fix too large slides on scaled display (#1365, #2599, Nelson Benítez León)

snap:
  * Use removable-media for access to USB drives (Sébastien Bacher)

Developers:
  * Andre Klapper, Casey Jao, Charles Monzat, Germán Poo-Caamaño, Marek Kasik,
    Matthew Leeds, Nelson Benítez León, Sébastien Bacher, Yuri Chornoivan

Translations:
  * Jordi Mas (Catalan)
  * Marek Černocký (Czech help)
  * Charles Monzat (French)
  * Fabio Tomat (Friulian)
  * Tim Sabsch (German)
  * Yosef Or Boczko (Hebrew)
  * Andika Triwidada (Indonesian)
  * Daniel Șerbănescu (Romanian)
  * Марко Ко�тић (Serbian)
  * Matej Urban�i� (Slovenian)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

Translations:
  * Jordi Mas (Catalan)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Guillaume Bernard (French)
  * Gianvito Cavasoli (Italian)
  * Changwoo Ryu (Korean)
  * Piotr DrÄ…g (Polish)
  * Daniel Mustieles (Spanish)

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)

build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Bruce Cowan (British English)
  * Jordi Mas (Catalan)
  * Dz Chen (Chinese (China))
  * Chao-Hsiung Liao (Chinese (Taiwan))
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Goran Vidović (Croatian)
  * Marek Černocký (Czech)
  * Alan Mortensen (Danish)
  * Carmen Bianca BAKKER (Esperanto)
  * Jiri Grönroos (Finnish)
  * Alexandre Franke (French)
  * Alexandre Franke (French docs)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Balázs Úr (Hungarian)
  * Andika Triwidada (Indonesian)
  * Kukuh Syafaat (Indonesian)
  * sicklylife (Japanese)
  * Jor Teron (Karbi)
  * Aurimas ÄŒernius (Lithuanian)
  * Umarzuki Bin Mochlis Moktar (Malay)
  * Danial Behzadi (Persian)
  * Марко Ко�тић (Serbian)
  * Dušan Kazik (Slovak)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Daniel Korostil (Ukrainian)

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (openembedded#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (openembedded#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (openembedded#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (openembedded#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (openembedded#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (openembedded#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
* port to meson build
* 0002-add-a-formatting-attribute-check.patch: Apllies cleanly but was not
  tested with clang - don't have resources for that

================
Evince    3.36.3
================

Fix Evince on MacOS

backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)

build:
  *  use so suffix on macOS (Tom Schoonjans)

ci:
  *  Fix meson targets (Germán Poo-Caamaño)

cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)

Developers:
  * Germán Poo-Caamaño, Tom Schoonjans

================
Evince    3.36.2
================

shell:
  *  check type of window/sidebar objects (#1409, Ilario Gelmetti)

build:
  *  Use lowercase for project name in meson (Germán Poo-Caamaño)

ci:
  *  build with meson by default and autotools manually (Germán Poo-Caamaño)

flatpak: Update Poppler to 0.88.0 (Casey Jao)

Developers:
  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti

Translations:
  * sicklylife (Japanese)

================
Evince    3.36.1
================

backends:
  * Support 'de facto' tooltip feature (openembedded#34, openembedded#842, Nelson Benítez León)

ci:
  * Add scripts to update Docker image for CI (Germán Poo-Caamaño)

help:
  * Add Ukrainian screenshots for the docs (Yuri Chornoivan)
  * Fix incorrect markup in Czech UI translation (Andre Klapper)
  * Update French help image (Charles Monzat)

libdocument:
  * Allow text entries to handle clicks (#1364, Nelson Benítez León)
  * Ignore deprecation warnings in headers (Matthew Leeds)

libview:
  * Fix "can-have-popup" prop when creating markup annotations (#1373, Casey Jao)
  * Move annotation popup window to new position (openembedded#570, Marek Kasik)

shell:
  * Set menu button to not focus-on-click (#1339, Nelson Benítez León)
  * Fix too large slides on scaled display (#1365, #2599, Nelson Benítez León)

snap:
  * Use removable-media for access to USB drives (Sébastien Bacher)

Developers:
  * Andre Klapper, Casey Jao, Charles Monzat, Germán Poo-Caamaño, Marek Kasik,
    Matthew Leeds, Nelson Benítez León, Sébastien Bacher, Yuri Chornoivan

Translations:
  * Jordi Mas (Catalan)
  * Marek Černocký (Czech help)
  * Charles Monzat (French)
  * Fabio Tomat (Friulian)
  * Tim Sabsch (German)
  * Yosef Or Boczko (Hebrew)
  * Andika Triwidada (Indonesian)
  * Daniel Șerbănescu (Romanian)
  * Марко Ко�тић (Serbian)
  * Matej Urban�i� (Slovenian)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

Translations:
  * Jordi Mas (Catalan)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Guillaume Bernard (French)
  * Gianvito Cavasoli (Italian)
  * Changwoo Ryu (Korean)
  * Piotr DrÄ…g (Polish)
  * Daniel Mustieles (Spanish)

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)

build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Bruce Cowan (British English)
  * Jordi Mas (Catalan)
  * Dz Chen (Chinese (China))
  * Chao-Hsiung Liao (Chinese (Taiwan))
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Goran Vidović (Croatian)
  * Marek Černocký (Czech)
  * Alan Mortensen (Danish)
  * Carmen Bianca BAKKER (Esperanto)
  * Jiri Grönroos (Finnish)
  * Alexandre Franke (French)
  * Alexandre Franke (French docs)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Balázs Úr (Hungarian)
  * Andika Triwidada (Indonesian)
  * Kukuh Syafaat (Indonesian)
  * sicklylife (Japanese)
  * Jor Teron (Karbi)
  * Aurimas ÄŒernius (Lithuanian)
  * Umarzuki Bin Mochlis Moktar (Malay)
  * Danial Behzadi (Persian)
  * Марко Ко�тић (Serbian)
  * Dušan Kazik (Slovak)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Daniel Korostil (Ukrainian)

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (openembedded#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (openembedded#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (openembedded#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (openembedded#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (openembedded#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (openembedded#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
* port to meson build
* 0002-add-a-formatting-attribute-check.patch: Apllies cleanly but was not
  tested with clang - don't have resources for that

================
Evince    3.36.3
================

Fix Evince on MacOS

backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)

build:
  *  use so suffix on macOS (Tom Schoonjans)

ci:
  *  Fix meson targets (Germán Poo-Caamaño)

cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)

Developers:
  * Germán Poo-Caamaño, Tom Schoonjans

================
Evince    3.36.2
================

shell:
  *  check type of window/sidebar objects (#1409, Ilario Gelmetti)

build:
  *  Use lowercase for project name in meson (Germán Poo-Caamaño)

ci:
  *  build with meson by default and autotools manually (Germán Poo-Caamaño)

flatpak: Update Poppler to 0.88.0 (Casey Jao)

Developers:
  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti

Translations:
  * sicklylife (Japanese)

================
Evince    3.36.1
================

backends:
  * Support 'de facto' tooltip feature (openembedded#34, openembedded#842, Nelson Benítez León)

ci:
  * Add scripts to update Docker image for CI (Germán Poo-Caamaño)

help:
  * Add Ukrainian screenshots for the docs (Yuri Chornoivan)
  * Fix incorrect markup in Czech UI translation (Andre Klapper)
  * Update French help image (Charles Monzat)

libdocument:
  * Allow text entries to handle clicks (#1364, Nelson Benítez León)
  * Ignore deprecation warnings in headers (Matthew Leeds)

libview:
  * Fix "can-have-popup" prop when creating markup annotations (#1373, Casey Jao)
  * Move annotation popup window to new position (openembedded#570, Marek Kasik)

shell:
  * Set menu button to not focus-on-click (#1339, Nelson Benítez León)
  * Fix too large slides on scaled display (#1365, #2599, Nelson Benítez León)

snap:
  * Use removable-media for access to USB drives (Sébastien Bacher)

Developers:
  * Andre Klapper, Casey Jao, Charles Monzat, Germán Poo-Caamaño, Marek Kasik,
    Matthew Leeds, Nelson Benítez León, Sébastien Bacher, Yuri Chornoivan

Translations:
  * Jordi Mas (Catalan)
  * Marek Černocký (Czech help)
  * Charles Monzat (French)
  * Fabio Tomat (Friulian)
  * Tim Sabsch (German)
  * Yosef Or Boczko (Hebrew)
  * Andika Triwidada (Indonesian)
  * Daniel Șerbănescu (Romanian)
  * Марко Ко�тић (Serbian)
  * Matej Urban�i� (Slovenian)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

Translations:
  * Jordi Mas (Catalan)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Guillaume Bernard (French)
  * Gianvito Cavasoli (Italian)
  * Changwoo Ryu (Korean)
  * Piotr DrÄ…g (Polish)
  * Daniel Mustieles (Spanish)

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)

build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Bruce Cowan (British English)
  * Jordi Mas (Catalan)
  * Dz Chen (Chinese (China))
  * Chao-Hsiung Liao (Chinese (Taiwan))
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Goran Vidović (Croatian)
  * Marek Černocký (Czech)
  * Alan Mortensen (Danish)
  * Carmen Bianca BAKKER (Esperanto)
  * Jiri Grönroos (Finnish)
  * Alexandre Franke (French)
  * Alexandre Franke (French docs)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Balázs Úr (Hungarian)
  * Andika Triwidada (Indonesian)
  * Kukuh Syafaat (Indonesian)
  * sicklylife (Japanese)
  * Jor Teron (Karbi)
  * Aurimas ÄŒernius (Lithuanian)
  * Umarzuki Bin Mochlis Moktar (Malay)
  * Danial Behzadi (Persian)
  * Марко Ко�тић (Serbian)
  * Dušan Kazik (Slovak)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Daniel Korostil (Ukrainian)

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (openembedded#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (openembedded#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (openembedded#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (openembedded#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (openembedded#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (openembedded#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 3, 2020
* port to meson build
* 0002-add-a-formatting-attribute-check.patch: Apllies cleanly but was not
  tested with clang - don't have resources for that

================
Evince    3.36.3
================

Fix Evince on MacOS

backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)

build:
  *  use so suffix on macOS (Tom Schoonjans)

ci:
  *  Fix meson targets (Germán Poo-Caamaño)

cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)

Developers:
  * Germán Poo-Caamaño, Tom Schoonjans

================
Evince    3.36.2
================

shell:
  *  check type of window/sidebar objects (#1409, Ilario Gelmetti)

build:
  *  Use lowercase for project name in meson (Germán Poo-Caamaño)

ci:
  *  build with meson by default and autotools manually (Germán Poo-Caamaño)

flatpak: Update Poppler to 0.88.0 (Casey Jao)

Developers:
  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti

Translations:
  * sicklylife (Japanese)

================
Evince    3.36.1
================

backends:
  * Support 'de facto' tooltip feature (openembedded#34, openembedded#842, Nelson Benítez León)

ci:
  * Add scripts to update Docker image for CI (Germán Poo-Caamaño)

help:
  * Add Ukrainian screenshots for the docs (Yuri Chornoivan)
  * Fix incorrect markup in Czech UI translation (Andre Klapper)
  * Update French help image (Charles Monzat)

libdocument:
  * Allow text entries to handle clicks (#1364, Nelson Benítez León)
  * Ignore deprecation warnings in headers (Matthew Leeds)

libview:
  * Fix "can-have-popup" prop when creating markup annotations (#1373, Casey Jao)
  * Move annotation popup window to new position (openembedded#570, Marek Kasik)

shell:
  * Set menu button to not focus-on-click (#1339, Nelson Benítez León)
  * Fix too large slides on scaled display (#1365, #2599, Nelson Benítez León)

snap:
  * Use removable-media for access to USB drives (Sébastien Bacher)

Developers:
  * Andre Klapper, Casey Jao, Charles Monzat, Germán Poo-Caamaño, Marek Kasik,
    Matthew Leeds, Nelson Benítez León, Sébastien Bacher, Yuri Chornoivan

Translations:
  * Jordi Mas (Catalan)
  * Marek Černocký (Czech help)
  * Charles Monzat (French)
  * Fabio Tomat (Friulian)
  * Tim Sabsch (German)
  * Yosef Or Boczko (Hebrew)
  * Andika Triwidada (Indonesian)
  * Daniel Șerbănescu (Romanian)
  * Марко Ко�тић (Serbian)
  * Matej Urban�i� (Slovenian)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

Translations:
  * Jordi Mas (Catalan)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Guillaume Bernard (French)
  * Gianvito Cavasoli (Italian)
  * Changwoo Ryu (Korean)
  * Piotr DrÄ…g (Polish)
  * Daniel Mustieles (Spanish)

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)

build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Bruce Cowan (British English)
  * Jordi Mas (Catalan)
  * Dz Chen (Chinese (China))
  * Chao-Hsiung Liao (Chinese (Taiwan))
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Goran Vidović (Croatian)
  * Marek Černocký (Czech)
  * Alan Mortensen (Danish)
  * Carmen Bianca BAKKER (Esperanto)
  * Jiri Grönroos (Finnish)
  * Alexandre Franke (French)
  * Alexandre Franke (French docs)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Balázs Úr (Hungarian)
  * Andika Triwidada (Indonesian)
  * Kukuh Syafaat (Indonesian)
  * sicklylife (Japanese)
  * Jor Teron (Karbi)
  * Aurimas ÄŒernius (Lithuanian)
  * Umarzuki Bin Mochlis Moktar (Malay)
  * Danial Behzadi (Persian)
  * Марко Ко�тић (Serbian)
  * Dušan Kazik (Slovak)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Daniel Korostil (Ukrainian)

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (openembedded#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (openembedded#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (openembedded#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (openembedded#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (openembedded#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (openembedded#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
iipeace pushed a commit to iipeace/meta-openembedded that referenced this issue Jun 16, 2020
* port to meson build
* 0002-add-a-formatting-attribute-check.patch: Apllies cleanly but was not
  tested with clang - don't have resources for that

================
Evince    3.36.3
================

Fix Evince on MacOS

backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)

build:
  *  use so suffix on macOS (Tom Schoonjans)

ci:
  *  Fix meson targets (Germán Poo-Caamaño)

cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)

Developers:
  * Germán Poo-Caamaño, Tom Schoonjans

================
Evince    3.36.2
================

shell:
  *  check type of window/sidebar objects (#1409, Ilario Gelmetti)

build:
  *  Use lowercase for project name in meson (Germán Poo-Caamaño)

ci:
  *  build with meson by default and autotools manually (Germán Poo-Caamaño)

flatpak: Update Poppler to 0.88.0 (Casey Jao)

Developers:
  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti

Translations:
  * sicklylife (Japanese)

================
Evince    3.36.1
================

backends:
  * Support 'de facto' tooltip feature (openembedded#34, openembedded#842, Nelson Benítez León)

ci:
  * Add scripts to update Docker image for CI (Germán Poo-Caamaño)

help:
  * Add Ukrainian screenshots for the docs (Yuri Chornoivan)
  * Fix incorrect markup in Czech UI translation (Andre Klapper)
  * Update French help image (Charles Monzat)

libdocument:
  * Allow text entries to handle clicks (#1364, Nelson Benítez León)
  * Ignore deprecation warnings in headers (Matthew Leeds)

libview:
  * Fix "can-have-popup" prop when creating markup annotations (#1373, Casey Jao)
  * Move annotation popup window to new position (openembedded#570, Marek Kasik)

shell:
  * Set menu button to not focus-on-click (#1339, Nelson Benítez León)
  * Fix too large slides on scaled display (#1365, #2599, Nelson Benítez León)

snap:
  * Use removable-media for access to USB drives (Sébastien Bacher)

Developers:
  * Andre Klapper, Casey Jao, Charles Monzat, Germán Poo-Caamaño, Marek Kasik,
    Matthew Leeds, Nelson Benítez León, Sébastien Bacher, Yuri Chornoivan

Translations:
  * Jordi Mas (Catalan)
  * Marek Černocký (Czech help)
  * Charles Monzat (French)
  * Fabio Tomat (Friulian)
  * Tim Sabsch (German)
  * Yosef Or Boczko (Hebrew)
  * Andika Triwidada (Indonesian)
  * Daniel Șerbănescu (Romanian)
  * Марко Ко�тић (Serbian)
  * Matej Urban�i� (Slovenian)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

Translations:
  * Jordi Mas (Catalan)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Guillaume Bernard (French)
  * Gianvito Cavasoli (Italian)
  * Changwoo Ryu (Korean)
  * Piotr DrÄ…g (Polish)
  * Daniel Mustieles (Spanish)

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)

build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Bruce Cowan (British English)
  * Jordi Mas (Catalan)
  * Dz Chen (Chinese (China))
  * Chao-Hsiung Liao (Chinese (Taiwan))
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Goran Vidović (Croatian)
  * Marek Černocký (Czech)
  * Alan Mortensen (Danish)
  * Carmen Bianca BAKKER (Esperanto)
  * Jiri Grönroos (Finnish)
  * Alexandre Franke (French)
  * Alexandre Franke (French docs)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Balázs Úr (Hungarian)
  * Andika Triwidada (Indonesian)
  * Kukuh Syafaat (Indonesian)
  * sicklylife (Japanese)
  * Jor Teron (Karbi)
  * Aurimas ÄŒernius (Lithuanian)
  * Umarzuki Bin Mochlis Moktar (Malay)
  * Danial Behzadi (Persian)
  * Марко Ко�тић (Serbian)
  * Dušan Kazik (Slovak)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Daniel Korostil (Ukrainian)

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (openembedded#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (openembedded#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (openembedded#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (openembedded#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (openembedded#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (openembedded#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 12, 2021
It builds out of tree fine now.

Release notes for 4.16.0

========================
- Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and
UTF-32 BE/LE encodings
- Replace Gtk/Gdk/GLib deprecated code (openembedded#6)
- Use "match all" method for fulltext search (openembedded#30)

Translation Updates:
Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French,
Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish

Release notes for 4.15.0
========================
[Please note that this is a development release.]

Disclaimer on the significant version bump (1.4.x to 4.15.x):
With this release, Catfish has started integrating Xfce components.
Going forward, Catfish's versioning scheme will reflect the target Xfce
release.

Dependency Changes:
- GTK >= 3.22
- GLib >= 2.42
- Python 2 support has been removed
- Python 3 >= 3.2 (openembedded#33)
- Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL)
- Zeitgeist optional dependency now requires GObject Introspection

New Features:
- Added Ctrl+H shortcut to show/hide hidden files (openembedded#16)
- Added "Today" and "Month" filters to the sidebar (openembedded#23)
- Fulltext searches now include more text files (openembedded#7)

General:
- New app icon, now using an rDNS icon name (org.xfce.catfish)
- Migrated ChangeLog to NEWS to better match Xfce projects
- Renamed README to README.md and updated to match Xfce projects
- Updated INSTALL to reference python3-specific packages (openembedded#36)
- Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26)
- Added additional padding to Other and Custom gear icons (openembedded#20)

Bug Fixes:
- Check if zeitgeist daemon is running at startup (openembedded#34)
- Correctly position custom filter popups above gear icon (openembedded#18)
- Default to the current date in the custom date filters (openembedded#24)
- Fix 'list' object has no attribute 'lower' (openembedded#9)
- Fix fulltext freeze with special files (openembedded#32)
- Fix python crash when some extension scheme is used (openembedded#35)
- Fix statusbar moving on mouseover
- Move custom file extension hint to tooltip (openembedded#25)
- Sidebar entries no longer move when losing focus (openembedded#22)

Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 13, 2021
It builds out of tree fine now.

Release notes for 4.16.0

========================
- Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and
UTF-32 BE/LE encodings
- Replace Gtk/Gdk/GLib deprecated code (openembedded#6)
- Use "match all" method for fulltext search (openembedded#30)

Translation Updates:
Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French,
Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish

Release notes for 4.15.0
========================
[Please note that this is a development release.]

Disclaimer on the significant version bump (1.4.x to 4.15.x):
With this release, Catfish has started integrating Xfce components.
Going forward, Catfish's versioning scheme will reflect the target Xfce
release.

Dependency Changes:
- GTK >= 3.22
- GLib >= 2.42
- Python 2 support has been removed
- Python 3 >= 3.2 (openembedded#33)
- Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL)
- Zeitgeist optional dependency now requires GObject Introspection

New Features:
- Added Ctrl+H shortcut to show/hide hidden files (openembedded#16)
- Added "Today" and "Month" filters to the sidebar (openembedded#23)
- Fulltext searches now include more text files (openembedded#7)

General:
- New app icon, now using an rDNS icon name (org.xfce.catfish)
- Migrated ChangeLog to NEWS to better match Xfce projects
- Renamed README to README.md and updated to match Xfce projects
- Updated INSTALL to reference python3-specific packages (openembedded#36)
- Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26)
- Added additional padding to Other and Custom gear icons (openembedded#20)

Bug Fixes:
- Check if zeitgeist daemon is running at startup (openembedded#34)
- Correctly position custom filter popups above gear icon (openembedded#18)
- Default to the current date in the custom date filters (openembedded#24)
- Fix 'list' object has no attribute 'lower' (openembedded#9)
- Fix fulltext freeze with special files (openembedded#32)
- Fix python crash when some extension scheme is used (openembedded#35)
- Fix statusbar moving on mouseover
- Move custom file extension hint to tooltip (openembedded#25)
- Sidebar entries no longer move when losing focus (openembedded#22)

Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Jan 14, 2021
It builds out of tree fine now.

Release notes for 4.16.0
========================
- Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and
UTF-32 BE/LE encodings
- Replace Gtk/Gdk/GLib deprecated code (openembedded#6)
- Use "match all" method for fulltext search (openembedded#30)

Translation Updates:
Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French,
Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish

Release notes for 4.15.0
========================
[Please note that this is a development release.]

Disclaimer on the significant version bump (1.4.x to 4.15.x):
With this release, Catfish has started integrating Xfce components.
Going forward, Catfish's versioning scheme will reflect the target Xfce
release.

Dependency Changes:
- GTK >= 3.22
- GLib >= 2.42
- Python 2 support has been removed
- Python 3 >= 3.2 (openembedded#33)
- Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL)
- Zeitgeist optional dependency now requires GObject Introspection

New Features:
- Added Ctrl+H shortcut to show/hide hidden files (openembedded#16)
- Added "Today" and "Month" filters to the sidebar (openembedded#23)
- Fulltext searches now include more text files (openembedded#7)

General:
- New app icon, now using an rDNS icon name (org.xfce.catfish)
- Migrated ChangeLog to NEWS to better match Xfce projects
- Renamed README to README.md and updated to match Xfce projects
- Updated INSTALL to reference python3-specific packages (openembedded#36)
- Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26)
- Added additional padding to Other and Custom gear icons (openembedded#20)

Bug Fixes:
- Check if zeitgeist daemon is running at startup (openembedded#34)
- Correctly position custom filter popups above gear icon (openembedded#18)
- Default to the current date in the custom date filters (openembedded#24)
- Fix 'list' object has no attribute 'lower' (openembedded#9)
- Fix fulltext freeze with special files (openembedded#32)
- Fix python crash when some extension scheme is used (openembedded#35)
- Fix statusbar moving on mouseover
- Move custom file extension hint to tooltip (openembedded#25)
- Sidebar entries no longer move when losing focus (openembedded#22)

Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Jan 14, 2021
It builds out of tree fine now.

Release notes for 4.16.0
========================
- Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and
UTF-32 BE/LE encodings
- Replace Gtk/Gdk/GLib deprecated code (openembedded#6)
- Use "match all" method for fulltext search (openembedded#30)

Translation Updates:
Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French,
Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish

Release notes for 4.15.0
========================
[Please note that this is a development release.]

Disclaimer on the significant version bump (1.4.x to 4.15.x):
With this release, Catfish has started integrating Xfce components.
Going forward, Catfish's versioning scheme will reflect the target Xfce
release.

Dependency Changes:
- GTK >= 3.22
- GLib >= 2.42
- Python 2 support has been removed
- Python 3 >= 3.2 (openembedded#33)
- Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL)
- Zeitgeist optional dependency now requires GObject Introspection

New Features:
- Added Ctrl+H shortcut to show/hide hidden files (openembedded#16)
- Added "Today" and "Month" filters to the sidebar (openembedded#23)
- Fulltext searches now include more text files (openembedded#7)

General:
- New app icon, now using an rDNS icon name (org.xfce.catfish)
- Migrated ChangeLog to NEWS to better match Xfce projects
- Renamed README to README.md and updated to match Xfce projects
- Updated INSTALL to reference python3-specific packages (openembedded#36)
- Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26)
- Added additional padding to Other and Custom gear icons (openembedded#20)

Bug Fixes:
- Check if zeitgeist daemon is running at startup (openembedded#34)
- Correctly position custom filter popups above gear icon (openembedded#18)
- Default to the current date in the custom date filters (openembedded#24)
- Fix 'list' object has no attribute 'lower' (openembedded#9)
- Fix fulltext freeze with special files (openembedded#32)
- Fix python crash when some extension scheme is used (openembedded#35)
- Fix statusbar moving on mouseover
- Move custom file extension hint to tooltip (openembedded#25)
- Sidebar entries no longer move when losing focus (openembedded#22)

Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian
Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 1, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 1, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 1, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 1, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 2, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 2, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Nov 2, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this issue Nov 2, 2021
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (#26)
Added Cycler.__contains__, which adds support for in checks (#34)
Wheels now includes the LICENSE file (#48)
The sdist now includes the LICENSE (#58) and tests (#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
HerrMuellerluedenscheid pushed a commit to HerrMuellerluedenscheid/meta-openembedded that referenced this issue Jan 16, 2022
This is the first Cycler feature release in some years. New features include:

Added Cycler.by_key, which produces values by key (openembedded#26)
Added Cycler.__contains__, which adds support for in checks (openembedded#34)
Wheels now includes the LICENSE file (openembedded#48)
The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32)
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
quaresmajose added a commit to quaresmajose/meta-openembedded that referenced this issue Dec 19, 2022
* gettext is need for documentation
* riscv64 machines are supported
* runtime dependencies when machines support the feature
 * add pciutils when machines have pci
 * add usbutils when machines have usbhost

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
quaresmajose added a commit to quaresmajose/meta-openembedded that referenced this issue Dec 20, 2022
* gettext is need for documentation
* riscv64 machines are supported
* runtime dependencies when machines support the feature
 * add pciutils when machines have pci
 * add usbutils when machines have usbhost

* Patch 0001-Fix-musl-build.patch merged in:
  lyonel/lshw@d3c66a6
  lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 27, 2022
Changelog:
===========
- Improve switching between windows of same application. (openembedded#26)
- Fix crash when background pixmap has non-default depth. (openembedded#34)
- Unminimaze child window together with main window. (openembedded#31)
- Updated translations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 28, 2022
Changelog:
===========
- Improve switching between windows of same application. (openembedded#26)
- Fix crash when background pixmap has non-default depth. (openembedded#34)
- Unminimaze child window together with main window. (openembedded#31)
- Updated translations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
quaresmajose added a commit to quaresmajose/meta-openembedded that referenced this issue Jan 2, 2023
* gettext is need for documentation
* riscv64 machines are supported
* runtime dependencies when machines support the feature
 * add pciutils when machines have pci
 * add usbutils when machines have usbhost

* Patch 0001-Fix-musl-build.patch merged in:
  lyonel/lshw@d3c66a6
  lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
quaresmajose added a commit to quaresmajose/meta-openembedded that referenced this issue Jan 2, 2023
* gettext is need for translation
* riscv64 machines are supported
* add packageconfig support for sqlite and zlib
  - add native pkgconfig
  - enable zlib as it will reduce considerable the data files sizes
* patches
  - add 0001-disable-docbook2man.patch to not build .sgml file
  - drop 0001-Fix-musl-build.patch as it is merged in:
   lyonel/lshw@d3c66a6
   lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
quaresmajose added a commit to quaresmajose/meta-openembedded that referenced this issue Jan 2, 2023
* gettext is need for translation
* riscv64 machines are supported
* add packageconfig support for sqlite and zlib
  - add native pkgconfig
  - enable zlib as it will reduce considerable the data files sizes
* patches
  - add 0001-disable-docbook2man.patch to not build .sgml file
  - drop 0001-Fix-musl-build.patch as it is merged in:
   lyonel/lshw@d3c66a6
   lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 5, 2023
* gettext is need for translation
* riscv64 machines are supported
* add packageconfig support for sqlite and zlib
  - add native pkgconfig
  - enable zlib as it will reduce considerable the data files sizes
* patches
  - add 0001-disable-docbook2man.patch to not build .sgml file
  - drop 0001-Fix-musl-build.patch as it is merged in:
   lyonel/lshw@d3c66a6
   lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 6, 2023
* gettext is need for translation
* riscv64 machines are supported
* add packageconfig support for sqlite and zlib
  - add native pkgconfig
  - enable zlib as it will reduce considerable the data files sizes
* patches
  - add 0001-disable-docbook2man.patch to not build .sgml file
  - drop 0001-Fix-musl-build.patch as it is merged in:
   lyonel/lshw@d3c66a6
   lyonel/lshw@0140f7f

Changelog:
- PA-RISC: handle pushd failure
- make version check optional
- Github PR85  Set product name for all netdevs sharing the same PCI number
- Merge pull request 'Add Spanish translation' (openembedded#48) from alexhenrie/lshw:es into master
- Merge branch 'master' into es
- Merge pull request 'Fix mistakes in Catalan translation' (openembedded#47) from alexhenrie/lshw:ca into master
- Add Spanish translation
- Fix mistakes in Catalan translation
- Merge pull request 'Add Catalan translation' (openembedded#46) from alexhenrie/lshw:ca into master
- merge Github PR#77
- use max (9) Gzip compression
- Add Catalan translation
- Update POT file
- Add more network speeds
- Merge pull request 'Remove unnecessary space before closing parenthesis' (openembedded#45) from alexhenrie/lshw:punctuation into master
- Merge pull request 'Translate all words of a phrase together' (openembedded#44) from alexhenrie/lshw:legos into master
- Merge pull request 'Fix another typo' (openembedded#43) from alexhenrie/lshw:typos into master
- Merge branch 'master' of https://ezix.org/src/pkg/lshw
- add some includes
- fix typo
- cosmetic fixes
- support for new ethtool capabilities
- code clean-up
- code clean-up
- allow pkg-config override
- allow pkg-config override
- Remove unnecessary space before closing parenthesis
- Translate all words of a phrase together
- Fix another typo
- Merge pull request 'Fix typos in translatable messages' (openembedded#42) from alexhenrie/lshw:typos into master
- Fix typos in translatable messages
- Fix getting size of memory banks <32GiB
- Merge pull request 'devtree: Add UUID property' (openembedded#40) from hegdevasant/lshw:lpar-uuid into master
- devtree: Add UUID property
- code clean-up
- improve portability (esp. musl)
- fix potential crash
- add static target to Makefile
- Avoid crash on device-tree parsing
- Add JEDEC manufacturer
- Report correct memory size on SMBIOS < 2.7
- fix man page after previous update
- update man page
- Update 'docs/TODO'
- Update 'docs/TODO'
- Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (openembedded#39) from linkmauve/lshw:better-about into master
- Replace the about GtkDialog with a GtkAboutDialog
- Merge pull request 'Move from GtkMenuBar to GMenu' (openembedded#38) from linkmauve/lshw:gmenu into master
- Move from GtkMenuBar to GMenu
- Merge pull request 'Switch to gtk3 by default for gtk-lshw' (openembedded#37) from linkmauve/lshw:gtk3 into master
- Enable/Disable GSimpleAction instead of button sensitivity
- Replace signals with GSimpleActions
- Move to GtkApplication
- Remove deprecated use_action_appearance property
- Remove deprecated widgets
- Replace the last GtkStock in overwrite dialog
- Replace deprecated GtkIconFactory with GHashTable
- Use GtkFileChooserNative instead of GtkFileChooserDialog
- Remove hack which is apparently not useful anymore
- Remove deprecated stock messages
- Build against gtk3 instead of gtk2
- Merge pull request 'Fix few memory leaks' (openembedded#34) from shivaprasadbhat/lshw:master into master
- Fix few memory leaks
- report product model on Power systems
- clean-up JSON output
- JSON output clean-up (list/object)
- code clean-up for read(3)
- Merge pull request 'devtree: Add capabilites to the OPAL Firmware' (openembedded#33) from shivaprasadbhat/lshw:master into master
- Merge pull request 'volumes: fix segfault in apfs volume code' (openembedded#32) from hjmallon/lshw:pr.segfault into master
- fix issue with logical names being truncated (`/dev/sda` → `sda`)
- devtree: Add capabilites to the OPAL Firmware
- merge Github PR openembedded#53
- volumes: fix segfault in apfs volume code
- Merge pull request 'devtree: Add chip-id from CPU node' (openembedded#31) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from CPU node
- Merge pull request 'devtree: Add chip-id from the dimm module' (openembedded#30) from shivaprasadbhat/lshw:master into master
- devtree: Add chip-id from the dimm module
- try to connect input devices to the right parent
- detect framebuffers
- detect sound devices
- cosmetic fixes
- begin work on input devices
- cosmetic clean-up
- correctly format SMBIOS UUID
- move PnP devices to the ISA/LPC bridge
- report CPU family/model/stepping
- get rid of RPM's debug packages
- add debug flag to GUI build

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants