Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libyui-ncurses11 | Distribution: openSUSE Leap 15.2 |
Version: 2.54.5 | Vendor: openSUSE |
Release: lp152.1.1 | Build date: Wed Feb 5 11:15:09 2020 |
Group: System/Libraries | Build host: obs-arm-8 |
Size: 1423261 | Source RPM: libyui-ncurses-2.54.5-lp152.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://github.com/libyui/ | |
Summary: Libyui - Character Based User Interface |
This package contains the character based (ncurses) user interface component for libYUI.
LGPL-2.1-only OR LGPL-3.0-only
* Fri Jan 24 2020 Michal Filka <mfilka@suse.com> - bsc#1154694 - do not crash UI when terminal window is too tight for table - 2.54.5 * Thu Dec 19 2019 aschnell@suse.com - handle new sort-key when sorting tables (bsc#1140018) - 2.54.4 * Mon Dec 16 2019 aschnell@suse.com - update selected item in table when changing sorting only if multiselection mode is off (bsc#1159098) - 2.54.3 * Mon Dec 16 2019 aschnell@suse.com - sort new table content (unless keep-sorting flag is set) (part of bsc#1140018 and part of #1159177) - update selected item in table when changing sorting (bsc#1159098) - 2.54.2 * Fri Dec 13 2019 aschnell@suse.com - save flag for reverse sorting in SortStrategyBase (needed for bsc#1159177) - 2.54.1 * Fri Nov 29 2019 Rodion Iafarov <riafarov@suse.com> - Add support to operate on many widgets with rest-api (bsc#1132247) - Increase SO version to 11 - 2.54.0 * Thu Nov 14 2019 Stefan Hundhammer <shundhammer@suse.com> - Implemented CustomStatusItemSelector widget (bsc#1084674) - 2.53.2 * Mon Oct 14 2019 Stefan Hundhammer <shundhammer@suse.com> - Fix build failure with older boost (bsc#1084674) - 2.53.1 * Thu Sep 26 2019 Stefan Hundhammer <shundhammer@suse.com> - Implemented ItemSelector widget (bsc#1084674) - 2.53.0 * Fri Sep 13 2019 aschnell@suse.com - handle new libyui feature dealing with scrollbar position of RichText widget (bsc#1150498) - 2.52.1 * Fri Jun 28 2019 Ladislav Slezák <lslezak@suse.cz> - Send the notify events also when some widgets are changed via the REST API (CheckBox, RadioButton, InputField) (bsc#1139747) - 2.52.0 * Wed Apr 17 2019 Ladislav Slezak <lslezak@suse.cz> - Adapt to the latest libyui base library (REST API extension) - Bump the .so version to 10 to be compatible with the other libyui packages (bsc#1132247) - 2.51.0 * Wed Dec 12 2018 lslezak@suse.cz - libyui-ncurses-tools conflicts with libyui-ncurses8 (related to bsc#1113291) - 2.50.4 * Thu Oct 25 2018 mvidner@suse.com - Split off libyui-terminal into libyui-ncurses-tools (bsc#1113291) - 2.50.3 * Mon Aug 20 2018 schubi@suse.de - Changed dir of COPYING file. * Thu Jul 26 2018 lslezak@suse.cz - Update the version to match the other packages (improvement for handling big disks, bsc#991090) - 2.50.2 * Tue Feb 27 2018 jreidinger@suse.com - fix translations for advanced help text (bsc#1083015) - 2.50.1 * Thu Jan 04 2018 shundhammer@suse.com - Removed is_linetouched() function that clashes with a macro of the same name of newer NCurses libs (bsc#1074600) - 2.50.0 * Wed Nov 15 2017 shundhammer@suse.de - Send a widget ID with Shift-F6 for automated testing (fate#324098) - 2.49.0 * Mon Aug 07 2017 mvidner@suse.com - Adjusted to increased so version of the base library (bsc#1052217) - Reduce build dependencies: Use individual libboost-*-devel packages instead of boost-devel (amajer) - 2.48.4 * Tue Jul 04 2017 mfilka@suse.com - bnc#1047145 - patch to make the package buildable by gcc7 (by werner@suse.com) - 2.48.3 * Tue May 09 2017 snwint@suse.de - adjustments needed to work with latest ncurses update (bsc#1034922) - 2.48.2 * Wed Nov 30 2016 gilson.s.s@gmail.com - Treat RichText non-pair tag cases (gh#libyui-ncurses/issues#33). - 2.48.1 * Wed Nov 16 2016 cwh@suse.com - Add hotkey for help about advanced hotkeys (bsc#1010039) - 2.48.0 * Fri Oct 14 2016 anaselli@linux.it - Fix pre-selecting a tree item when adding it, in ncurses (gh#libyui-ncurses/issues#26, boo#1005889). The very first item would be selected, ignoring YTreeItem::setSelected. - 2.47.7 * Thu Jan 28 2016 gs@suse.de - replace deprecated auto_ptr by unique_ptr (bsc#962744) - 2.47.6 * Tue Nov 17 2015 gs@suse.de - Allow Ctrl-a and Ctrl-e key navigation for ComboBox, InputField and MultiLineEdit widgets (bsc#938814) - 2.47.5 * 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). - 2.47.4 * Wed Sep 16 2015 ancor@suse.com - fixed redirection of stderr and stdout to /dev/null (bnc#943757) - 2.47.3 * Tue Aug 04 2015 gs@suse.de - don't calculate height of an invisible widget (menu button) to prevent segfault (bnc#931154) - 2.47.2 * Tue Jul 21 2015 mvidner@suse.com - Added a libyui-terminal helper script (boo#937026). - 2.47.1 * Wed Jul 08 2015 mvidner@suse.com - Added NCApplication::openUI/closeUI (boo#937026). - 2.47.0 * Tue Feb 17 2015 anaselli@linux.it - NCTimeField input validity check - NCDateField input validity check - Implementation of optional widget YTimeField - Implementation of optional widget YDateField - new class NCInputText to share code between NCTimeField, NCDateField and NCInputField - 2.46.10 * Tue Feb 03 2015 gs@suse.de - don't use internal ncurses (_nc_) functions (bnc #915945) - 2.46.9 * Tue Jan 20 2015 mvidner@suse.com - Fixed building with cmake 3.1 (PREFIX in spec, boo#911875). - 2.46.8 * Fri Nov 07 2014 anaselli@linux.it - RichText hyperlinks: return as strings, like Qt and GTK do. (gh#libyui/libyui-ncurses#30) - 2.46.7
/usr/lib64/yui /usr/lib64/yui/libyui-ncurses.so.11 /usr/lib64/yui/libyui-ncurses.so.11.1.0 /usr/share/doc/packages/libyui-ncurses11 /usr/share/doc/packages/libyui-ncurses11/COPYING.lgpl-2.1 /usr/share/doc/packages/libyui-ncurses11/COPYING.lgpl-3
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:45:28 2024