Changelog for
yast2-ncurses-devel-2.17.17-1.2.i586.rpm :
Fri Dec 18 13:00:00 2009 maAATTsuse.de
- Work around 32768 lines limit in ncurses table. (bnc #550733)
- V 2.17.17
Tue Mar 31 14:00:00 2009 gsAATTsuse.de
- Bugfix for IntField widget: draw the value correctly (was hidden
in some cases, e.g. in Image Creator, bnc #488757)
- V 2.17.16
Wed Mar 11 13:00:00 2009 gsAATTsuse.de
- Bugfix for RichText widget: show complete license text
(bnc #484163), show DOS file format correctly
- V 2.17.15
Tue Feb 17 13:00:00 2009 gsAATTsuse.de
- Don\'t set textdomain to \"ncurses\" in constructor of NCDialog
(would overwrite other textdomains) bnc#476245
- V 2.17.14
Tue Jan 20 13:00:00 2009 kmachalkovaAATTsuse.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.17.13
Mon Dec 15 13:00:00 2008 kmachalkovaAATTsuse.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 13:00:00 2008 shAATTsuse.de
- Enforce table keepSorting(): Disable interactive sorting, if set
Thu Oct 23 14:00:00 2008 gsAATTsuse.de
- Add missing method selectItem() to NCComboBox
- V 2.17.11
Wed Oct 15 14:00:00 2008 shAATTsuse.de
- Require latest libyui (API change!)
- V 2.17.10
Wed Oct 15 14:00:00 2008 gsAATTsuse.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 14:00:00 2008 shAATTsuse.de
- Require latest libyui (API change!)
- V 2.17.9
Fri Sep 19 14:00:00 2008 shAATTsuse.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 14:00:00 2008 wernerAATTsuse.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 14:00:00 2008 shAATTsuse.de
- Require latest libyui
- V 2.17.7
Thu Sep 11 14:00:00 2008 shAATTsuse.de
- Require latest libyui
- V 2.17.6
Fri Aug 22 14:00:00 2008 shAATTsuse.de
- Added ButtonBox widget (fate #303446)
- V 2.17.5
Wed Aug 20 14:00:00 2008 gsAATTsuse.de
- Support multi selection in table widget (fate #303492)
V 2.17.4
Mon Jul 28 14:00:00 2008 tgoettlicherAATTsuse.de
- Fixed case sensitve shortcuts for DumbTab (bnc #411877)
Wed Jul 16 14:00:00 2008 shAATTsuse.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 14:00:00 2008 gsAATTsuse.de
- Improved NCDumbTab widget
V 2.17.2
Tue Jun 24 14:00:00 2008 gsAATTsuse.de
- NCDumbTab widget is available
Tue Jun 24 14:00:00 2008 shAATTsuse.de
- Applied bubli\'s patch for bnc #397393: OK button default focus
Tue Jun 10 14:00:00 2008 shAATTsuse.de
- Reformatted code according to mandatory YaST2 coding style
- Renamed some ::setNiceSize() methods to ::setPreferredSize()
- V 2.17.1
Wed May 21 14:00:00 2008 shAATTsuse.de
- Removed YCP includes
- Removed obsolete testsuite
- Removed yast2-core-devel from BuildRequires in .spec
- V 2.16.28
Mon May 19 14:00:00 2008 kkaempfAATTsuse.de
- link against libyui to get all symbols resolved.
(required to get libyui-bindings work with ncurses)
Thu May 15 14:00:00 2008 gsAATTsuse.de
- bugfix for bnc #389761 (correct handling of empty item list in
NCTree and NCTreePad)
- V 2.16.27
Wed May 14 14:00:00 2008 gsAATTsuse.de
- NCDialog internal changes: unneeded logging removed, environment
variable \"Y2NCDBG\" restored (was changed to Y2yuiDebug())
Wed May 14 14:00:00 2008 gsAATTsuse.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
Mon Apr 14 14:00:00 2008 tgoettlicherAATTsuse.de
- fixed keyboard shortcuts in popup menu (bnc #377098)
- V 2.16.25
Sat Apr 12 14:00:00 2008 cooloAATTsuse.de
- compile with latest ncurses
- V 2.16.24
Fri Apr 4 14:00:00 2008 shAATTsuse.de
- Fixed typo widht => width in various function names
- V 2.16.23
Fri Apr 4 14:00:00 2008 shAATTsuse.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 3 14:00:00 2008 shAATTsuse.de
- Build-require latest libyui
- V 2.16.21
Thu Mar 13 13:00:00 2008 kmachalkovaAATTsuse.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 7 13:00:00 2008 shAATTsuse.de
- Fixed bnc #357607: OpenItems property of Tree widget is broken
- V 2.16.19
Fri Feb 29 13:00:00 2008 kmachalkovaAATTsuse.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 13:00:00 2008 kmachalkovaAATTsuse.cz
- Enhancement: show module name in window title
(e.g. YaST - http-server AATT host)
Wed Feb 27 13:00:00 2008 cooloAATTsuse.de
- fix package build
Mon Feb 25 13:00:00 2008 kmachalkovaAATTsuse.cz
- If package selector plugin fails to load, do not fail silently,
throw YUIPluginException (bnc#363958)
- 2.16.17
Wed Feb 20 13:00:00 2008 shAATTsuse.de
- Use and accept `opt(`immediate) for tree widget
Mon Feb 18 13:00:00 2008 shAATTsuse.de
- NCurses UI no longer depends on libycp or liby2 (Y2Component...)
- V 2.16.16
Fri Feb 15 13:00:00 2008 kmachalkovaAATTsuse.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 1 13:00:00 2008 shAATTsuse.de
- Moved event handling from YUI / YNCursesUI to YDialog / NCDialog
- V 2.16.14
Thu Jan 31 13:00:00 2008 shAATTsuse.de
- Simplified dialog handling
- V 2.16.13
Thu Jan 31 13:00:00 2008 kmachalkovaAATTsuse.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 13:00:00 2008 shAATTsuse.de
- YCP-less event handling
- V 2.16.12
Tue Jan 29 13:00:00 2008 kmachalkovaAATTsuse.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 13:00:00 2008 kmachalkovaAATTsuse.cz
- Running separate UI-thread re-enabled (adjusted idleLoop, file
descriptor saving/restoring) (bug #164999, FaTE #301899)
- 2.16.10
Wed Jan 16 13:00:00 2008 tgoettlicherAATTsuse.de
- Added BusyIndicator widget
- 2.16.9
Tue Jan 15 13:00:00 2008 kmachalkovaAATTsuse.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 7 13:00:00 2008 kmachalkovaAATTsuse.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 13:00:00 2007 kmachalkovaAATTsuse.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 13:00:00 2007 shAATTsuse.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 4 13:00:00 2007 kmachalkovaAATTsuse.cz
- Removed reference to printing license text (#327542)
- Set dialog\'s default button correctly
- 2.16.5
Mon Dec 3 13:00:00 2007 kmachalkovaAATTsuse.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 13:00:00 2007 kmachalkovaAATTsuse.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 13:00:00 2007 mvidnerAATTsuse.cz
- Added missing mode for open(O_CREAT) fixing compilation with glibc-2.7.
Thu Nov 22 13:00:00 2007 shAATTsuse.de
- Moved setLanguage() from YUI to YApplication
Mon Nov 19 13:00:00 2007 kmachalkovaAATTsuse.cz
- Unified terminology: repositories vs. inst.sources (FaTE #302970)
Fri Nov 16 13:00:00 2007 kmachalkovaAATTsuse.cz
- The Great Merge [tm] - merged mod-ui branch into the trunk
- 2.16.2
Tue Oct 30 13:00:00 2007 kmachalkovaAATTsuse.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 14:00:00 2007 kmachalkovaAATTsuse.cz
- Added missing includes to compile with gcc 4.3
- Removed sources of gcc 4.3 operator priority warnings
- 2.16.0
Fri Sep 7 14:00:00 2007 kmachalkovaAATTsuse.cz
- Display install notify message only if package is marked for
installation, disregard update (#308410)
- 2.15.27
Fri Aug 24 14:00:00 2007 kmachalkovaAATTsuse.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 14:00:00 2007 kmachalkovaAATTsuse.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 14:00:00 2007 jsuchomeAATTsuse.cz
- messages from proofread merged back
- 2.15.24
Fri Aug 10 14:00:00 2007 mvidnerAATTsuse.cz
- Finished integrating Feature #120292, UI as a namespace callable
from yast2-
*-bindings.
- 2.15.23
Fri Aug 10 14:00:00 2007 kmachalkovaAATTsuse.cz
- Removed redefinition of \'<<\' DiskUsageCounter operator, it is now
defined directly in libzypp
Mon Aug 6 14:00:00 2007 kmachalkovaAATTsuse.cz
- Added text referring to whereabouts of the license text to lic.
agreement popup (FaTE #302018)
- Show Filter:
after filling the repository list
- by gs
- 2.15.22
Mon Aug 6 14:00:00 2007 mvidnerAATTsuse.cz
- Adapted to changes in yast2-core needed for making UI callable from
yast2-
*-bindings.
- 2.15.21.1
Thu Jul 19 14:00:00 2007 kmachalkovaAATTsuse.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 14:00:00 2007 kmachalkovaAATTsuse.cz
- Require new libzypp (>= 3.11.8)
- Correct svn merge from refactoring branch
Mon Jul 16 14:00:00 2007 mvidnerAATTsuse.cz
- fixed changelog duplicates
Mon Jul 16 14:00:00 2007 kmachalkovaAATTsuse.cz
- Added repositories list popup (FaTE #301810 - part II) - does
not do anything useful yet
Wed Jul 4 14:00:00 2007 gsAATTsuse.de
- adapted to libzypp-3.10
- 2.15.20
Thu Jun 21 14:00:00 2007 adrianAATTsuse.de
- fix changelog entry order
Thu Jun 14 14:00:00 2007 kmachalkovaAATTsuse.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 7 14:00:00 2007 kmachalkovaAATTsuse.cz
- Do not add extra vertical space to CheckBoxFrame widget (expand
only horizontally so that check box fits in)
- 2.15.18
Wed Jun 6 14:00:00 2007 gsAATTsuse.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 14:00:00 2007 gsAATTsuse.de
- Load library libpy2ncurses_pkg as plugin
Tue May 29 14:00:00 2007 kmachalkovaAATTsuse.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 14:00:00 2007 gsAATTsuse.de
- Package Installation: check the partition size to prevent
division by zero during disk space calculation (bug #270836)
Wed May 16 14:00:00 2007 gsAATTsuse.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 14:00:00 2007 kmachalkovaAATTsuse.cz
- Replace y; 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 2 14:00:00 2007 gsAATTsuse.de
- Disable child widgets of a NCCheckBoxFrame correctly (bug #268352)
Thu Apr 26 14:00:00 2007 kmachalkovaAATTsuse.cz
- For containter (Box) and alignment (Left, Right,...) widgets
enable/disable all the children recursively (#256707)
- 2.15.15
Mon Apr 23 14:00:00 2007 kmachalkovaAATTsuse.cz
- Really correct setting of current item in ComboBox widget :-)
consider also `opt(`editable) combos (#233593)
Thu Apr 19 14:00:00 2007 gsAATTsuse.de
- Enable/disable the RadioButtons in a RadioButtonGroup correctly
(bug #168770)
- ncurses-devel added to BuildRequires
- 2.15.14
Thu Apr 19 14:00:00 2007 kmachalkovaAATTsuse.cz
- Package selector: added filter for languages (zypp::Language) -
beta version (FaTE #301810 - part I)
Thu Apr 19 14:00:00 2007 gsAATTsuse.de
- Inform the user that all dependencies/the system are/is OK after
a check from \'Etc.\' menu (bug #249281)
Wed Mar 21 13:00:00 2007 kmachalkovaAATTsuse.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 8 13:00:00 2007 gsAATTsuse.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 7 13:00:00 2007 kmachalkovaAATTsuse.cz
- Tree widget: handle arrows and HOME/END keys in compatible way
with other widgets (#251216)
Tue Mar 6 13:00:00 2007 kmachalkovaAATTsuse.cz
- initscr() code is back - needed for running yast clients from
scripts with no terminal associated (#248864)
- 2.15.11
Fri Mar 2 13:00:00 2007 kmachalkovaAATTsuse.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 1 13:00:00 2007 gsAATTsuse.de
- Replace &product; in RichText widget correctly (bug #247845)
Thu Feb 22 13:00:00 2007 gsAATTsuse.de
- Online Update: Add column with patch version and show the version in
the description window (bug #239829)
- 2.15.9
Wed Feb 21 13:00:00 2007 kmachalkovaAATTsuse.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 13:00:00 2007 kmachalkovaAATTsuse.cz
- Use generic xterm/vt100 termifo in case required terminfo is missing
(#235954)
- Removed obsolete initscr() code
- 2.15.7
Tue Feb 6 13:00:00 2007 kmachalkovaAATTsuse.cz
- Correct setting of current item in ComboBox widget (#233593)
Thu Feb 1 13:00:00 2007 gsAATTsuse.de
- Online Update: Show patch name (ID) in patches list (bug #239829)
- 2.15.6
Wed Jan 17 13:00:00 2007 kmachalkovaAATTsuse.cz
- Substitute right arrows back for tab characters when querying
content of MultiLineEdit widget (mostly) (#142509)
- 2.15.5
Tue Jan 16 13:00:00 2007 gsAATTsuse.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 13:00:00 2007 gsAATTsuse.de
- CheckBoxFrame widget added (Fate #5673)
Wed Jan 10 13:00:00 2007 kmachalkovaAATTsuse.cz
- Added functionality to export/import list of all packages and
patterns to xml file (FaTE #300729)
- 2.15.4
Thu Jan 4 13:00:00 2007 kmachalkovaAATTsuse.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 13:00:00 2006 gsAATTsuse.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 5 13:00:00 2006 kmachalkovaAATTsuse.cz
- Added RunInTerminal UI builtin for running external programs in
the same terminal
- 2.15.1
Tue Dec 5 13:00:00 2006 kmachalkovaAATTsuse.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 13:00:00 2006 kmachalkovaAATTsuse.cz
- Display updated patches also in \'installable\' view (not only in
\'installed\' one) (#223416)
- 2.14.4
Fri Nov 24 13:00:00 2006 kmachalkovaAATTsuse.cz
- Reverted fix for refreshing screen in installation (#199256)
- More space for filter description in package selector (#222549)
- 2.14.3
Tue Nov 7 13:00:00 2006 gsAATTsuse.de
- Package Installation/Online Update: added support for resolver
test case generation, additional entry \'Etc.\' menu (Fate #300756)
- 2.14.2
Thu Nov 2 13:00:00 2006 gsAATTsuse.de
- Online update: Improved list of relevant patches (bug #168758)
- 2.14.1
Tue Oct 31 13:00:00 2006 kmachalkovaAATTsuse.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 13:00:00 2006 gsAATTsuse.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 14:00:00 2006 gsAATTsuse.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 14:00:00 2006 gsAATTsuse.de
- Package Installation: Show low disk space warning similiar to
QT version (FaTE #300548)
- 2.13.45
Wed Sep 27 14:00:00 2006 kmachalkovaAATTsuse.cz
- Better displaying of visited hyperlinks in NCRichText (#144428)
- 2.13.44
Mon Sep 18 14:00:00 2006 kmachalkovaAATTsuse.cz
- Improved HTML parser in NCRichText (header, paragraph and list
handling) (FaTE #3124)
- 2.13.43
Thu Sep 14 14:00:00 2006 gsAATTsuse.de
- Package Installation: default entry in filter menu is \'Patterns\'
- 2.13.42
Thu Sep 14 14:00:00 2006 kmachalkovaAATTsuse.cz
- Adding ncursesw autoconf check to configure.in.in to ensure
portability to other distros (#201705)
Thu Sep 14 14:00:00 2006 gsAATTsuse.de
- Package Installation: search in the \"provides\" tag of the installed
package (bug #180232)
Wed Sep 13 14:00:00 2006 shAATTsuse.de
- Applied patch from Ricardo Cruz
for new UI::Beep() built-in
Tue Sep 12 14:00:00 2006 gsAATTsuse.de
- Package Installation: show details of package and pattern
dependencies (bug #178494, bug #201745)
- 2.13.41