Main > Value Browser > Archive

Value Browser Archive

Version
Data
Changes list
Download
3.2.4 2007/11/25
  • Added TRangeValue and TRangeValidator classes.
  • Added slot TValueBrowser::clear() which clears the whole browser.
  • Added slot ValueBrowser::switchPage(const QModelIndex & index) for
    compatibility with MVC views.
  • Added LIBVB4_EXPORT macro for browser classes.
  • Fixed some crashes in Qt 4.3.x.
  • Fixed issue with clearing current page value while constructing new browser.
3.2.3 2007/09/01
  • Fixed issue with restoring tooltip font in TFontValue.
  • Group items now using all the width available for the text.
  • Group items could be drawn as subgroups (lighter than groups).
3.2.2 2007/06/23
  • Added setMinimum(), setMaximum(), setRange() to TIntValidator and TDoubleValidator.
  • Extended TTextValue editing dialog.
  • Compatibility fixes for Qt 4.3.x.
  • Compatibility fixes for 64 bit compilers.
3.2.1 2007/05/20
  • Added TPointValue and TPointValidator classes to deal with QPoint values.
  • Added TSizeValue and TSizeValidator classes to deal with QSize values.
  • Added TRectValue and TRectValidator classes to deal with QRect values.
  • TFontValue icon now represents a thumbnail of the current font.
  • Added spin button editor fot TFontValue's font size subitem.
  • Revised TIntegerValue and TDoubleValue classes: static validators moved
    to iisValidators module.
  • TValueValidator::validate() now operates with QVariant rather then QString.
  • Compatibility fixes for Qt 4.1.x.
  • Fixed issue with linking QFont values.
3.2.0 2007/04/28
  • Added TFontValue and compound classed to handle QFont values.
  • Added children support API to TBaseValue, to make possible creation of hierarchical value items.
  • TItemList API is extended to provide custom drawing and hints for the list items.
  • Added TBaseItem::visible() method.
  • Added static validators for most common usage.
  • Added TBaseValue::allowSpecials() and TBaseValue::isSpecialsAllowed() methods.
  • Added child values to TColorValue.
  • Added TValueBrowser::addFont() method.
  • Added << operators to TItemList to quickly fill the list with integers, doubles and strings.
  • Fixed issue with restoring visible state of items on page switch.
  • Fixed issue with default item height.
  • Fixed issue with height of button editor.
3.1.3 2007/04/01
  • Value is set automatically when item being edited looses focus (no more need
    pressing Enter to confirm typed data).

  • Added methods TValueBrowser::widthScale() and TValueBrowser::setWidthScale().

  • Item editor does not loose focus when page is changed out and then back.

  • Fixed issue with restoring old item value by Escape.

  • Fixed issue with icon repaint for color value.
  • Fixed issue with drop-down list size.
  • Fixed issues with traversing and tooltips with Qt 4.1.x.
  • Fixed issue with page switching.
3.1.2 2007/03/03
  • Added extra constructors to TItemList to provide more flexibility.
  • TValueBrowser::HintChanged() signal parameters updated to make it possibly
    to direct connect to, say, QLabel::setText() slot.
  • Added ELinkedType::LT_OWNTYPE value to define own linked values.
  • TValueBrowser::addList() method parameter list extended ("own" and "append" params added).
  • Added TBaseItem::itemIcon() method to provide icons for non-list values.
  • Fixed issue with color comparation.
  • Fixed issue with color value when icon become hidden in edit mode using own color.
3.1.1 2007/01/07
  • Some improvements while selecting an item.
  • Color value is allowed to input arbitrary colors by default.
  • Fixed issue with closing item editor.
3.1.0 2006/12/31
  • Doxygen documentation installed.
  • Some issues fixed.
  • Changed: all the validators are sublassed from QObject and can be managed
    in the same way as ordinal Qt objects.
  • Changed: numeric value divided into TIntegerValue and TDoubleValue.
  • Added TRegExpValidator based on QRegExp validation.
  • Added TTextValue and TTextButtonEditor classes which supporting multi-line
    text input.
  • Added auto-popups for value items. Especially useable for long and multi-line
    text.
  • Added methods for quick fill of the browser.
  • Added bindings to the external values.
  • Added import/export of internal and external values via QSettings.
3.0.0
2006/12/24
  • Value Browser ported from Qt 3 to Qt 4.
  • Added boolean checkbox editor.
  • Added Combo Editor feature.
  • Added Spin Box button editor.
  • API redesigned and simplified.