| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-ncurses | Distribution: openSUSE 11.2 |
| Version: 2.18.11 | Vendor: openSUSE |
| Release: 0.1.1 | Build date: Mon Dec 21 14:01:35 2009 |
| Group: System/YaST | Build host: build13 |
| Size: 1042504 | Source RPM: yast2-ncurses-2.18.11-0.1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Summary: YaST2 - Character Based User Interface | |
This package contains the character based (ncurses) user interface component for YaST2.
GPLv2+
* Fri Dec 18 2009 ma@suse.de
- Work around 32768 lines limit in ncurses table. (bnc #550733)
- V 2.18.11
* Thu May 28 2009 gs@suse.de
- NCTable/NCTablePad: only sort in reverse order if Ctrl 'o'
is used for table sorting
- V 2.18.10
* Wed May 27 2009 gs@suse.de
- NCTablePad: add the possibility to set a dedicated sort strategy
for table sorting (required for bnc #437217)
- V 2.18.9
* Tue May 12 2009 gs@suse.de
- NCAskForFile/NCAskForDirectory: use YUI::widgetFactory() to
create the layout
* Wed Apr 29 2009 gs@suse.de
- NCursesWindow: revert the patch which sets back_color_erase to
FALSE (isn't necessary any longer, see bnc #418613). Except for
this the improvements from bce_workaround_by_werner.diff remain
in place.
- V 2.18.8
* Mon Apr 27 2009 gs@suse.de
- Allow empty labels for NCInputField, NCComboBox etc. (bnc#289600)
* Fri Apr 17 2009 kmachalkova@suse.cz
- Fixed chaotic behaviour of cursor keys after the table has been
sorted (Ctrl-O) - bnc#493884
- Improved table sort: sort in reversed order, if the same column
is selected repeatedly
* Thu Mar 26 2009 gs@suse.de
- Bugfix for IntField widget: draw the value correctly (was hidden
in some cases, e.g. in Image Creator, bnc #488757)
- V 2.18.7
* Tue Mar 17 2009 gs@suse.de
- NCRichText widget: bugfixes for text in <pre>...</pre> tags:
show DOS files correctly, add missing PadNL(), show complete
license text (bnc #484163),
only take printable chars into account in method textWidth()
- V 2.18.6
* Sun Feb 22 2009 coolo@suse.de
- fix compilation with GCC 4.4
- V 2.18.5
* Tue Feb 17 2009 gs@suse.de
- Don't set textdomain to "ncurses" in constructor of NCDialog
(would overwrite other textdomains) bnc#476245
- V 2.18.4
* Mon Feb 09 2009 gs@suse.de
- Internal changes in NCFileSelection: correct references to
YTableItems and YTableCells
- V 2.18.3
* Mon Feb 09 2009 sh@suse.de
- Require latest libyui in spec file (API change)
* Tue Jan 20 2009 kmachalkova@suse.cz
- Table widget: two variants of addItem method (all-at-once and
one-by-one) + YTable::addItems reimplemented in order to speed
up item insertion (table must not be redrawn on each insert)
(bnc#467586)
- V 2.18.2
* Mon Dec 15 2008 kmachalkova@suse.cz
- Fixed tree items indexing to ensure selecting the correct item
in modules using navigation tree (bnc#459068)
- V 2.17.12
* Wed Nov 19 2008 sh@suse.de
- Enforce table keepSorting(): Disable interactive sorting, if set
* Thu Oct 23 2008 gs@suse.de
- Add missing method selectItem() to NCComboBox
- V 2.17.11
* Wed Oct 15 2008 sh@suse.de
- Require latest libyui (API change!)
- V 2.17.10
* Wed Oct 15 2008 gs@suse.de
- Remove "/bin/dumpkeys | /bin/loadkeys --unicode" from
NCApplication::initConsoleKeyboard. The line breaks the
console keyboard and isn't necessary at all (bnc #433016).
- Call DialogSpy upon Ctrl-d-Shift-y (introspection of the
topmost dialog)
* Wed Sep 24 2008 sh@suse.de
- Require latest libyui (API change!)
- V 2.17.9
* Fri Sep 19 2008 sh@suse.de
- Fixed bnc #427370: Segfault in NCFrame called from Python
- Fixed a dozen other similar hazardous pointer uses
- Applied Werner's bce patch (now in SVN) (bnc #423615)
- Fixed bnc #427372: Segfault in empty NCTable
- V 2.17.8
* Wed Sep 17 2008 werner@suse.de
- Add workaround for bce problem, this could be caused by the
old c++ ncurses interface used in yast2-ncurses (bnc#423615)
* Fri Sep 12 2008 sh@suse.de
- Require latest libyui
- V 2.17.7
* Thu Sep 11 2008 sh@suse.de
- Require latest libyui
- V 2.17.6
* Fri Aug 22 2008 sh@suse.de
- Added ButtonBox widget (fate #303446)
- V 2.17.5
* Wed Aug 20 2008 gs@suse.de
- Support multi selection in table widget (fate #303492)
V 2.17.4
* Mon Jul 28 2008 tgoettlicher@suse.de
- Fixed case sensitve shortcuts for DumbTab (bnc #411877)
* Wed Jul 16 2008 sh@suse.de
- Added API for fate #303492: Multi selection for table widget
(just API, not really supporting multi selection yet)
- V 2.17.3
* Thu Jun 26 2008 gs@suse.de
- Improved NCDumbTab widget
V 2.17.2
* Tue Jun 24 2008 gs@suse.de
- NCDumbTab widget is available
* Tue Jun 24 2008 sh@suse.de
- Applied bubli's patch for bnc #397393: OK button default focus
* Tue Jun 10 2008 sh@suse.de
- Reformatted code according to mandatory YaST2 coding style
- Renamed some ::setNiceSize() methods to ::setPreferredSize()
- V 2.17.1
* Wed May 21 2008 sh@suse.de
- Removed YCP includes
- Removed obsolete testsuite
- Removed yast2-core-devel from BuildRequires in .spec
- V 2.16.28
* Mon May 19 2008 kkaempf@suse.de
- link against libyui to get all symbols resolved.
(required to get libyui-bindings work with ncurses)
* Thu May 15 2008 gs@suse.de
- bugfix for bnc #389761 (correct handling of empty item list in
NCTree and NCTreePad)
- V 2.16.27
* Wed May 14 2008 gs@suse.de
- NCDialog internal changes: unneeded logging removed, environment
variable "Y2NCDBG" restored (was changed to Y2yuiDebug())
* Wed May 14 2008 gs@suse.de
- bugfix for bnc #385872 (don't call YApplication::setLanguage()
which would overwrite LC_CTYPE),
correct argument for YNCursesUI::setConsoleFont() (last argument
is current language not the encoding)
- V 2.16.26
* Tue Apr 15 2008 tgoettlicher@suse.de
- fixed keyboard shortcuts in popup menu (bnc #377098)
- V 2.16.25
* Sat Apr 12 2008 coolo@suse.de
- compile with latest ncurses
- V 2.16.24
* Fri Apr 04 2008 sh@suse.de
- Fixed typo widht => width in various function names
- V 2.16.23
* Fri Apr 04 2008 sh@suse.de
- Fixed segfault from overly optimistic assumption that the NCurses UI
always just runs as a part of YaST2
- V 2.16.22
* Thu Apr 03 2008 sh@suse.de
- Build-require latest libyui
- V 2.16.21
* Thu Mar 13 2008 kmachalkova@suse.cz
- Set combobox text-area size so it matches the length of its longest
item (qt>k compatibility - bnc#367083)
- 2.16.20
* Fri Mar 07 2008 sh@suse.de
- Fixed bnc #357607: OpenItems property of Tree widget is broken
- V 2.16.19
* Fri Feb 29 2008 kmachalkova@suse.cz
- Workaround for missing arrow characters in xterm - use WACS_*ARROW
(wide version of ACS_*ARROW) in UTF-8 locale (bnc#362634)
- 2.16.18
* Thu Feb 28 2008 kmachalkova@suse.cz
- Enhancement: show module name in window title
(e.g. YaST - http-server @ host)
* Wed Feb 27 2008 coolo@suse.de
- fix package build
* Mon Feb 25 2008 kmachalkova@suse.cz
- If package selector plugin fails to load, do not fail silently,
throw YUIPluginException (bnc#363958)
- 2.16.17
* Wed Feb 20 2008 sh@suse.de
- Use and accept `opt(`immediate) for tree widget
* Mon Feb 18 2008 sh@suse.de
- NCurses UI no longer depends on libycp or liby2 (Y2Component...)
- V 2.16.16
* Fri Feb 15 2008 kmachalkova@suse.cz
- Old-style logging replaced by yui logging (sh)
- Removed obsolete YCP stuff (sh)
- yast2-ncurses-pkg and yast2-ncurses-devel split off the main
package (*-devel is built from the same specfile, *-pkg has
a package of its own)
- 2.16.15
* Fri Feb 01 2008 sh@suse.de
- Moved event handling from YUI / YNCursesUI to YDialog / NCDialog
- V 2.16.14
* Thu Jan 31 2008 sh@suse.de
- Simplified dialog handling
- V 2.16.13
* Thu Jan 31 2008 kmachalkova@suse.cz
- Align numbers in IntFields to the right margin of the label, not
to the right margin of the entire screen (bnc#309118)
* Tue Jan 29 2008 sh@suse.de
- YCP-less event handling
- V 2.16.12
* Tue Jan 29 2008 kmachalkova@suse.cz
- Delete any leftover dialogs (popups, menus) on exit from package
selector (bnc#354712)
- Moved BusyIndicator widget handling to idleLoop, do not use signals
as they may freeze yast (libncurses and malloc are not signal-safe)
(bnc#355562)
- 2.16.11
* Fri Jan 18 2008 kmachalkova@suse.cz
- Running separate UI-thread re-enabled (adjusted idleLoop, file
descriptor saving/restoring) (bug #164999, FaTE #301899)
- 2.16.10
* Wed Jan 16 2008 tgoettlicher@suse.de
- Added BusyIndicator widget
- 2.16.9
* Tue Jan 15 2008 kmachalkova@suse.cz
- 'Press F1 for Help' in window title is gone
- No Fxx keys help pop-up (all the information moved to the bottom
status line)
- Fxx key labels rendered in reversed colours
- Improved dependency conflict popup layout (Label (`opt(`outputField
instead of TextEntry, spacing re-arrangements) (#350238)
* Mon Jan 07 2008 kmachalkova@suse.cz
- Status line support added ( all quick access Fxx keys are now
shown in the bottom status line ), help popup not removed yet
- Fixed adding and indexing of combo-box items (#346862 related)
- 2.16.8
* Mon Dec 17 2007 kmachalkova@suse.cz
- Reworked repositories filter: added pref. width/height methods,
adding items adapted to new NCTable, treat RepoTag as dummy table cell
- Set dialog's default button in showDialog() routine (no further
magic, 'last one wins' approach)
- Adding table items modified so that it does not use static indexing
- exchanging table content (`Items) then misbehaves (#343870)
- Fixed displaying of visited RichText hyperlinks in rxvt theme
- 2.16.7
* Mon Dec 10 2007 sh@suse.de
Moved file and directory dialogs from NCursesUI to NCApplication:
- askForExistingDirectory()
- askForExistingFile()
- askForSaveFile()
- Added requires and buildRequires for yast2-core-2.16.15 to .spec
- 2.16.6
* Tue Dec 04 2007 kmachalkova@suse.cz
- Removed reference to printing license text (#327542)
- Set dialog's default button correctly
- 2.16.5
* Mon Dec 03 2007 kmachalkova@suse.cz
- Further changes to package selector (gs)
- NCDialog adapted to new YDialog (sh)
- Correct setValue for CheckBox (do not forget to redraw)
- Do not set focus to default button each time dialog layout is
recalculated (#343870)
- 2.16.4
* Mon Nov 26 2007 kmachalkova@suse.cz
- First version of YCP-less package selector (gs)
- Fixed includes (FSize.h and YRpmGroupsTree.h now in libyui) (sh)
- Delete any leftover dialogs in YNCursesUI destructor
- Require new yast2-core
- 2.16.3
* Mon Nov 26 2007 mvidner@suse.cz
- Added missing mode for open(O_CREAT) fixing compilation with glibc-2.7.
* Thu Nov 22 2007 sh@suse.de
- Moved setLanguage() from YUI to YApplication
* Mon Nov 19 2007 kmachalkova@suse.cz
- Unified terminology: repositories vs. inst.sources (FaTE #302970)
* Fri Nov 16 2007 kmachalkova@suse.cz
- The Great Merge [tm] - merged mod-ui branch into the trunk
- 2.16.2
* Tue Oct 30 2007 kmachalkova@suse.cz
- Explicitely set foreground (font) color to white for rxvt theme
(do not display black font on black background) (#336060)
- 2.16.1
* Tue Oct 23 2007 kmachalkova@suse.cz
- Added missing includes to compile with gcc 4.3
- Removed sources of gcc 4.3 operator priority warnings
- 2.16.0
* Fri Sep 07 2007 kmachalkova@suse.cz
- Display install notify message only if package is marked for
installation, disregard update (#308410)
- 2.15.27
* Fri Aug 24 2007 kmachalkova@suse.cz
- Smaller (vertical) default size of MultiLineEdit widget (partly
[#292282])
- Redirecting stdout/stderr to log is now separate function
- 2.15.26
* Wed Aug 22 2007 kmachalkova@suse.cz
- Correct setValue for CheckBoxFrame (added missing Redraw() call)
(#301370)
- Display repository name instead of product name in package
selector (#296782)
- 2.15.25
* Wed Aug 15 2007 jsuchome@suse.cz
- messages from proofread merged back
- 2.15.24
* Fri Aug 10 2007 mvidner@suse.cz
- Finished integrating Feature #120292, UI as a namespace callable
from yast2-*-bindings.
- 2.15.23
* Fri Aug 10 2007 kmachalkova@suse.cz
- Removed redefinition of '<<' DiskUsageCounter operator, it is now
defined directly in libzypp
* Mon Aug 06 2007 kmachalkova@suse.cz
- Added text referring to whereabouts of the license text to lic.
agreement popup (FaTE #302018)
- Show Filter: <product summary> after filling the repository list
- by gs
- 2.15.22
* Mon Aug 06 2007 mvidner@suse.cz
- Adapted to changes in yast2-core needed for making UI callable from
yast2-*-bindings.
- 2.15.21.1
* Thu Jul 19 2007 kmachalkova@suse.cz
- Make repositories list popup work (FaTE #301810 - part II) -
show repositories (and their products), show packages for selected
repository
- Added dejagnu to BuildRequires (needed to run testsuite during pkg
build)
- Changed kbd shortcut to prevent duplicates (bug #289771) - by gs
- 2.15.21
* Tue Jul 17 2007 kmachalkova@suse.cz
- Require new libzypp (>= 3.11.8)
- Correct svn merge from refactoring branch
* Mon Jul 16 2007 mvidner@suse.cz
- fixed changelog duplicates
* Mon Jul 16 2007 kmachalkova@suse.cz
- Added repositories list popup (FaTE #301810 - part II) - does
not do anything useful yet
* Wed Jul 04 2007 gs@suse.de
- adapted to libzypp-3.10
- 2.15.20
* Thu Jun 21 2007 adrian@suse.de
- fix changelog entry order
* Thu Jun 14 2007 kmachalkova@suse.cz
- Use environment variable Y2NCURSES_COLOR_THEME to set color theme
of UI (FaTE #301893)
- Added new rxvt theme (for rxvt-style terminals)
- 2.15.19
* Thu Jun 07 2007 kmachalkova@suse.cz
- Do not add extra vertical space to CheckBoxFrame widget (expand
only horizontally so that check box fits in)
- 2.15.18
* Wed Jun 06 2007 gs@suse.de
- Online Update/Package Installation: allow status change and show
correct version of patch packages, add installed packages to the
list of package versions, replace obsolete transactResKind() by
resolvePool()
* Thu May 31 2007 gs@suse.de
- Load library libpy2ncurses_pkg as plugin
* Tue May 29 2007 kmachalkova@suse.cz
- Removed obsolete save/load selection stuff + related NCPkgPopupFile
class - replaced by save/load pkgs & patterns (FaTE #300729)
- Improved usability of cancel dialog in pkg manager (#274774)
- Fix disappearing 'Etc./All Packages List' submenu after unchecking
AutoDependency Check
- Place all popup dialogs in pkg manager to the centre of the screen
and calculate their size relatively to the screen size (if applicable)
(#275610)
- 2.15.17
* Wed May 23 2007 gs@suse.de
- Package Installation: check the partition size to prevent
division by zero during disk space calculation (bug #270836)
* Wed May 16 2007 gs@suse.de
- Move all files related to package installation to subdir 'pkg'
and create a separate library libpy2ncurses_pkg (not yet loaded
as a plugin).
* Thu May 10 2007 kmachalkova@suse.cz
- Replace &#xy; elements in richtext by their ascii character
equivalents (#269919)
- Calculate license agreement & notify text popup size and position
relatively to the current screen size (#269918)
- 2.15.16
* Wed May 02 2007 gs@suse.de
- Disable child widgets of a NCCheckBoxFrame correctly (bug #268352)
* Thu Apr 26 2007 kmachalkova@suse.cz
- For containter (Box) and alignment (Left, Right,...) widgets
enable/disable all the children recursively (#256707)
- 2.15.15
* Mon Apr 23 2007 kmachalkova@suse.cz
- Really correct setting of current item in ComboBox widget :-)
consider also `opt(`editable) combos (#233593)
* Thu Apr 19 2007 gs@suse.de
- Enable/disable the RadioButtons in a RadioButtonGroup correctly
(bug #168770)
- ncurses-devel added to BuildRequires
- 2.15.14
* Thu Apr 19 2007 kmachalkova@suse.cz
- Package selector: added filter for languages (zypp::Language) -
beta version (FaTE #301810 - part I)
* Thu Apr 19 2007 gs@suse.de
- Inform the user that all dependencies/the system are/is OK after
a check from 'Etc.' menu (bug #249281)
* Wed Mar 21 2007 kmachalkova@suse.cz
- Correct pkg/pattern/patch state transition from S_AutoInstall to
S_Taboo on toggle with SPACE key (#254816)
- Do not set state to S_Install if no candidate is available
- 2.15.13
* Thu Mar 08 2007 gs@suse.de
- Don't throw away keys from the input buffer after a ValueChanged or
SelectionChanged event but save them e.g. for input in TextEntry,
MultiLineEdit or to scroll in lists ( bug #245476 )
- 2.15.12
* Wed Mar 07 2007 kmachalkova@suse.cz
- Tree widget: handle arrows and HOME/END keys in compatible way
with other widgets (#251216)
* Tue Mar 06 2007 kmachalkova@suse.cz
- initscr() code is back - needed for running yast clients from
scripts with no terminal associated (#248864)
- 2.15.11
* Fri Mar 02 2007 kmachalkova@suse.cz
- Replaced 'Solve' label with 'OK -- Try again' in pkg manager (to
be compatible with Qt), enhanced help text (#213602)
- 2.15.10
* Thu Mar 01 2007 gs@suse.de
- Replace &product; in RichText widget correctly (bug #247845)
* Thu Feb 22 2007 gs@suse.de
- Online Update: Add column with patch version and show the version in
the description window (bug #239829)
- 2.15.9
* Wed Feb 21 2007 kmachalkova@suse.cz
- Show 'automatic changes' popup when any pkgs are selected for
installation by 'verify system' call (#239750)
- Remember pkgs already marked for automatic installation by 'verify
system' and do not show them in 'automatic changes' popup again
- 2.15.8
* Wed Feb 14 2007 kmachalkova@suse.cz
- Use generic xterm/vt100 termifo in case required terminfo is missing
(#235954)
- Removed obsolete initscr() code
- 2.15.7
* Tue Feb 06 2007 kmachalkova@suse.cz
- Correct setting of current item in ComboBox widget (#233593)
* Thu Feb 01 2007 gs@suse.de
- Online Update: Show patch name (ID) in patches list (bug #239829)
- 2.15.6
* Wed Jan 17 2007 kmachalkova@suse.cz
- Substitute right arrows back for tab characters when querying
content of MultiLineEdit widget (mostly) (#142509)
- 2.15.5
* Tue Jan 16 2007 gs@suse.de
- Spec file: Requires: libzypp >= 2.12.1
- Improve CheckBoxFrame widget (related to Fate #5673)
- Add argument to verifySystem() call (related to Fate #301178)
* Fri Jan 12 2007 gs@suse.de
- CheckBoxFrame widget added (Fate #5673)
* Wed Jan 10 2007 kmachalkova@suse.cz
- Added functionality to export/import list of all packages and
patterns to xml file (FaTE #300729)
- 2.15.4
* Thu Jan 04 2007 kmachalkova@suse.cz
- Added functionality to update list of pkgs if newer version is
available (#227043)
- Improved switching between states of pkgs (install->don't install
update->don't update) (partly #204072)
- 2.15.3
* Tue Dec 12 2006 gs@suse.de
- Package Installation: add functionality 'Verify System' to Etc./
Dependencies menu (Fate #301178)
- Online Update: patch searching ability added to Filter menu
(Fate #153197)
- 2.15.2
* Tue Dec 05 2006 kmachalkova@suse.cz
- Added RunInTerminal UI builtin for running external programs in
the same terminal
- 2.15.1
* Tue Dec 05 2006 kmachalkova@suse.cz
- Use the same color palette - 8 colors - for all terminals (thanks
to tiwai) (#221614)
- Highlight keyboard shortcuts in mono theme (#224892)
- 2.15.0
* Wed Nov 29 2006 kmachalkova@suse.cz
- Display updated patches also in 'installable' view (not only in
'installed' one) (#223416)
- 2.14.4
* Fri Nov 24 2006 kmachalkova@suse.cz
- Reverted fix for refreshing screen in installation (#199256)
- More space for filter description in package selector (#222549)
- 2.14.3
* Tue Nov 07 2006 gs@suse.de
- Package Installation/Online Update: added support for resolver
test case generation, additional entry 'Etc.' menu (Fate #300756)
- 2.14.2
* Thu Nov 02 2006 gs@suse.de
- Online update: Improved list of relevant patches (bug #168758)
- 2.14.1
* Tue Oct 31 2006 kmachalkova@suse.cz
- (Temporary) fix for refreshing screen during the installation
(#199256)
- Adjusted spec to require libzypp >=2.7.0 (zypp::ui::PatternContent)
- 2.14.0
* Mon Oct 30 2006 gs@suse.de
- Package Installation: Fold hidden patterns into parents (Fate #301229)
- Online Update: show list of installable (relevant) patches
(bug # 168758)
- 2.13.47
* Wed Oct 11 2006 gs@suse.de
- Online Update: Allow deletion of patches (bug #208694)
Package Installation: change status to delete if '-' is pressed,
use % key to reset taboo status (bug #204072)
- 2.13.46
* Tue Oct 10 2006 gs@suse.de
- Package Installation: Show low disk space warning similiar to
QT version (FaTE #300548)
- 2.13.45
* Wed Sep 27 2006 kmachalkova@suse.cz
- Better displaying of visited hyperlinks in NCRichText (#144428)
- 2.13.44
* Mon Sep 18 2006 kmachalkova@suse.cz
- Improved HTML parser in NCRichText (header, paragraph and list
handling) (FaTE #3124)
- 2.13.43
* Thu Sep 14 2006 gs@suse.de
- Package Installation: default entry in filter menu is 'Patterns'
- 2.13.42
* Thu Sep 14 2006 kmachalkova@suse.cz
- Adding ncursesw autoconf check to configure.in.in to ensure
portability to other distros (#201705)
* Thu Sep 14 2006 gs@suse.de
- Package Installation: search in the "provides" tag of the installed
package (bug #180232)
* Wed Sep 13 2006 sh@suse.de
- Applied patch from Ricardo Cruz <rpmcruz@clix.pt>
for new UI::Beep() built-in
* Tue Sep 12 2006 gs@suse.de
- Package Installation: show details of package and pattern
dependencies (bug #178494, bug #201745)
- 2.13.41
/usr/lib64/YaST2 /usr/lib64/YaST2/plugin /usr/lib64/YaST2/plugin/libpy2ncurses.so.2 /usr/lib64/YaST2/plugin/libpy2ncurses.so.2.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:42:27 2013