Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libyui-qt9-2.49.16-1.15 RPM for ppc64le

From OpenSuSE Leap 15.3 for ppc64le

Name: libyui-qt9 Distribution: SUSE Linux Enterprise 15
Version: 2.49.16 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.15 Build date: Sun May 5 08:11:33 2019
Group: System/Libraries Build host: cabernet
Size: 1686717 Source RPM: libyui-qt-2.49.16-1.15.src.rpm
Packager: https://www.suse.com/
Url: http://github.com/libyui/
Summary: Libyui - Qt User Interface
This package contains the Qt user interface
component for libYUI.

Provides

Requires

License

LGPL-2.1-only OR LGPL-3.0-only

Changelog

* Wed Mar 13 2019 hellcp@mailbox.org
  - Add icons for partitioner (boo#1118521)
  - 2.49.16
* Wed Feb 27 2019 shundhammer@suse.com
  - Use YQUI icon loader in YQImage whenever possible
    (bsc#1119688, bsc#1122174)
  - 2.49.15
* Thu Jan 10 2019 shundhammer@suse.com
  - Fixed segfault in YQTableItem icon (bsc#1121083)
  - 2.49.14
* Tue Dec 18 2018 shundhammer@suse.com
  - YImage: Fall back to compiled-in Qt resources (bsc#1119688)
  - 2.49.13
* Tue Dec 18 2018 aschnell@suse.com
  - log QIcon::themeName (for bsc#1119688)
  - 2.49.12
* Wed Dec 05 2018 hellcp@mailbox.org
  - Ship only primary icons with module to avoid conflicts (boo#1118521)
  - 2.49.11
* Mon Nov 19 2018 hellcp@mailbox.org
  - Fix YQTree's icon loading function (boo#1116562)
  - Fix padding on the left caused by deprecated dialog icon
    (boo#1116278)
* Thu Nov 15 2018 hellcp@mailbox.org
  - Destroy sidebar where necessary (boo#1115994)
* Tue Nov 13 2018 hellcp@mailbox.org
  - Use native icon theme methods (boo#1109378)
  - 2.49.8
* Sat Oct 13 2018 hellcp@opensuse.org
  - Fix style disappearing from sidebar (boo#1111720)
  - 2.49.7
* Wed Sep 19 2018 shundhammer@suse.com
  - Enable HiDPI (bsc#1089886)
  - 2.49.6
* Tue Aug 21 2018 schubi@suse.de
  - Changed dir of COPYING file.
* Thu Jul 26 2018 lslezak@suse.cz
  - Fix for the new FSize class (avoid the 8EiB limit, bsc#991090)
  - Update the package version
  - 2.49.5
* Fri May 11 2018 hellcp@opensuse.org
  - Fix Gnome's display of titles/icons (boo#1092845)
  - 2.49.4
* Mon May 07 2018 igonzalezsosa@suse.com
  - Replace qt5_use_modules with target_link_libraries (bsc#1091286).
  - 2.49.3
* Wed Apr 18 2018 igonzalezsosa@suse.com
  - Use QLibraryInfo to determine the path to Qt translations
    (bsc#1082569).
  - 2.49.2
* Mon Jan 08 2018 shundhammer@suse.com
  - Prevent segfault if an open dialog is left over (bsc#1074596):
    Don't do anything widget related after the QApplication is
    destroyed, in particular not deleting other widgets, even if
    indirectly via YDialog::deleteAllDialogs() in YUI.
    [#] 2.49.1
* Mon Dec 18 2017 mvidner@suse.com
  - Don't probe X11 display, for better integration
    with Wayland (bsc#1072411)
  - 2.48.1
* Wed Nov 15 2017 shundhammer@suse.de
  - Send a widget ID with Shift-F6 for automated testing (fate#324098)
  - 2.48.0
* Wed Aug 16 2017 lslezak@suse.cz
  - Removed an obsolete non-working Qt initialization hack
    (bsc#1053873)
  - 2.47.3
* Mon Aug 07 2017 mvidner@suse.com
  - Adjusted to increased so version of the base library (bsc#1052217)
  - 2.47.2
* Sun Feb 05 2017 besser82@fedoraproject.org
  - Fix crash when shutting down the UI (gh#libyui-libyui-qt#41, bsc#931762)
  - Fix a problem with hanging UI
  - 2.47.1
* Wed Nov 09 2016 cwh@suse.com
  - Add handler for Shift-F1 to show advanced keyboard shortcuts (bsc#1010039)
  - 2.47.0
* Mon Oct 17 2016 igonzalezsosa@suse.com
  - Add support for @import directive in QSS
    (related to bsc#768112 and bsc#780621)
  - 2.46.30
* Fri Oct 14 2016 igonzalezsosa@suse.com
  - Rename Y2COLORMODE to Y2ALTSTYLE for consistency
    (related to bsc#768112 and bsc#780621)
  - 2.46.29
* Thu Oct 13 2016 igonzalezsosa@suse.com
  - Rename Y2HIGHCONTRAST environment variable to Y2COLORMODE
  - Use 'alternate' instead of 'high-contrast'
  - Load default style sheet if alternate style sheet does not exist
  - All these changes are related to bsc#768112 and bsc#780621
  - 2.46.28
* Mon Oct 10 2016 igonzalezsosa@suse.com
  - Fix high-contrast support (bsc#76811 and related to bsc#780621)
  - 2.46.27
* Sun Sep 25 2016 hrvoje.senjan@gmail.com
  - Fix compilation with Qt 5.7 by using non-deprecated classes
    (boo#1001141).
* Wed Sep 21 2016 shundhammer@suse.de
  - Force showing widgets that were added after opening a dialog
    (bsc#998593)
  - Deliver timeout events only if the delivering dialog is still
    the topmost (can only happen with Ctrl-Shift-Alt key combos)
  - 2.46.25
* Mon Aug 22 2016 jreidinger@suse.com
  - Do not append new line when content of log view do not change
    (bnc#989155)
  - 2.46.24
* Fri May 13 2016 alarrosa@suse.com
  - Now Yast requests the focus to the window manager when running
    fullscreen instead of relying on the window manager focus policy
    (bsc#974627)
  - 2.46.23
* Tue Apr 05 2016 shundhammer@suse.de
  - Show help in wizard widget upon F1 and Alt-H (bnc#973389)
  - 2.46.22
* Fri Oct 02 2015 lslezak@suse.cz
  - fixed styling for the release notes dialog content (bsc#947167)
  - 2.46.21
* Wed Sep 16 2015 mvidner@suse.com
  - Reorganized git for easier tarball creation:
    - RPM spec files are kept in git verbatim, not as templates
    - no longer call PREP_SPEC_FILES in CMakeLists.common
  - No functional change but version bumped to push the package
    down the pipeline (boo#946079).
* Wed Sep 16 2015 mvidner@suse.com
  - Handle QtInfoMsg value in switch; fixes build with Qt 5.5
    (H Senjan, boo#942101).
  - so-version bumped to match the main library.
  - 2.46.19
* Wed May 06 2015 lslezak@suse.cz
  - fixed styling for non-Wizard dialogues (bnc#925882)
  - allow styling of the YQMainWinDock object (the main non-Wizard
    window)
  - the stylesheet editor (Ctrl+Shift+Alt+s) also works for
    non-Wizard dialogues now
  - 2.46.18
* Tue Feb 10 2015 jsrain@suse.cz
  - fix layout of Help and Release Notes buttons (bsc#916814)
    (credits to tgoettlicher)
  - 2.46.17
* Tue Feb 03 2015 jsrain@suse.cz
  - include Help and Release notes buttons in keyboard shortcut
    resolution (bsc#880983)
  - 2.46.16
* Fri Jan 30 2015 jsrain@suse.cz
  - added keyboard shortcuts to Help and Release Notes buttons
    (bnc#880983)
  - 2.46.15
* Wed Jan 21 2015 jsrain@suse.cz
  - added QT-specific dialog for displaying release notes
* Tue Jan 20 2015 mvidner@suse.com
  - Fixed building with cmake 3.1 (PREFIX in spec, boo#911875).
  - 2.46.14

Files

/usr/lib64/yui
/usr/lib64/yui/libyui-qt.so.9
/usr/lib64/yui/libyui-qt.so.9.0.0
/usr/share/doc/packages/libyui-qt9
/usr/share/doc/packages/libyui-qt9/COPYING.lgpl-2.1
/usr/share/doc/packages/libyui-qt9/COPYING.lgpl-3


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:44:41 2024