Revisions of treeline

buildservice-autocommit accepted request 1111904 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 24)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1111901 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 23)
- update to 3.1.6:
  * Updates:
    - Detect external file modifications by checking the file's last modified time just prior to saving.
    - Preserve the choices in the field format when switching between Choice and Combination field types.
  * Bug Fixes:
    - Fix a bug that prevented child type limits from being set back to all types.
    - Preserve the modified status of the config dialog when switching between windows displaying different files.
    - Fix problems occurring when the escape key is used to close various non-modal dialogs.
    - Avoid a traceback error message when attempting to import a CSV file with a bad header row.
    - Fix a bug using child count fields in live HTML exports.
buildservice-autocommit accepted request 1040608 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 22)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1039983 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- update to 3.1.5:
  * Add a command for strike-through font formatting.
  * For better visibility, increase the width of tree structure lines in printed
    and PDF output files.
  * Add a Russian translation of the GUI and the help files
  * Update the German GUI translation (thanks to Karsten).
  * Fix a bug preventing a second-try password entry from opening an encrypted file.
  * Add fallbacks to UTF-8 encoding if the OS encoding fails on import and export.
  * Avoid a crash when bad field name modifiers are in a math field equation.
buildservice-autocommit accepted request 861035 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 20)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 861020 from Gottfried Necker's avatar Gottfried Necker (GNE) (revision 19)
- Update to 3.1.4
  * Bug Fixes
    - Fix an incompatibility with the new Python 3.9 version under Linux
      or running from source.
    - Avoid an error message when a window is closed with the focus on a
      dialog box.
    - Fix a problem recalculating root references in field equations.
- Update to 3.1.3
  * New Features:
    - Add a more flexible tool for customizing GUI colors.
    - Add an Insert Date command that adds a timestamp to text field edit boxes.
    - Evaluate math expressions contained in fields that are referenced by math
      field equations.
    - Add support for German outline numbering using double letters in some
      levels (thanks to Teresa M).
  * Updates:
    - Update math field equation restrictions to work with Python 3.8.
    - References to a macOS port on MacPorts were added to the System
      Requirements and Installation documentation.
    - Update the libraries used to build the Windows binaries to Python 3.8
      and Qt/PyQt 5.14.
  * Bug Fixes:
    - Make the Add Child command available after filtering has ended.
    - Avoid an application error when a Find and Replace command causes
      fields to contain invalid data.
    - Perform a more complete recalculation of math fields after certain
      operations.
    - Fix problems opening files that contain circular reference errors in
      math fields.
    - Avoid problems with empty parameters in the font dialogs.
    - Fix a bug in Data Edit views when no fields are visible due to hidden
      numbering or math fields.
    - Properly update multiple windows after drag and drop tree changes.
    - Fix issues with restoring window geometry with multiple monitors and
      changing configurations.
    - Work around bugs when using files located on some types of Windows
      network drives.
    - Fix problems detecting existing TreeLine sessions when opening files
      (mostly in Linux).
buildservice-autocommit accepted request 810596 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 18)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 810595 from Gottfried Necker's avatar Gottfried Necker (GNE) (revision 17)
- Update to 3.1.2
  * Packaging:
    - Remove pushd and popd from spec file.
  * New Features:
    - Add a simplified Chinese GUI translation
      (thanks to Qu Ray for translating).
    - Add a general option to extend the height of data editors with 
      long text content. The default setting (limit the height to
      the window size) is unchanged. The new option uses the view
      scroll bars to access the full text length.
  * Updates:
    - Restore the cursor and scroll positions of data editors when
      the editors are re-created after focus changes.
    - Add an asterisk after the file name in the title bar if
      a file has been modified.
    - Change lettered outline numbering sequences to match standards.
      The sequences change from ...Y, Z, AA, AB, AC... to ...Y, Z, AA, BB, CC...
  * Bug Fixes:
    - Fix a bug that truncated plain text exports after the first line.
    - Enable the title list view's select in tree context menu to be used
      on new child nodes.
    - Modify dark mode colors to make tool tips visible.
    - Fix error due to character encoding when importing files from Treepad.
    - Fix an error caused by attempting to print an empty branch.
- changelog for 3.1.1
  * Updates:
    - Added many Show Configuration Structure data fields to show detailed
      settings for type formats and field formats.
    - Added support for finding and replacing empty data fields using the
      search and replace command.
    - Updated German and Spanish GUI translations (thanks to Maria Seliger
      and Diego).
  * Bug Fixes:
    - Fix printing problems when using the dark theme.
    - Fix incorrect numbering updates in some situations with mixed node types.
    - Fix problems defining a math field equation on a recently copied data type.
    - Eliminate a problem defining math field equations that include
      child count references.
    - Fix a minor bug affecting default directories for save-as and export
      commands when there is not already a file name set.
buildservice-autocommit accepted request 732182 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 16)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 732114 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 15)
- Update to 3.1.1 to use PyQt5 instead of PyQt4.
  * No changelog available
- Run spec-cleaner
buildservice-autocommit accepted request 360709 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 14)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 359633 from Martin Kravec's avatar Martin Kravec (mkravec) (revision 13)
- Update to version 2.0.2
 * Bug Fixes:
   - Fixed a major regression in 2.0.1 that broke data editors for
     most specialized field types (number, math, boolean, choice, etc.)
   - Reduce the amount of work that a single undo command removes
     from editors in the data edit view.
   - Fixed a bug that prevented setting the unique ID reference
     field on a newly created data type.
   - Preserve hard newlines in text fields when converting TreeLine
     1.4.x files to this version.
   - Fix problems preserving expand/collapse node states when
     indenting and unindenting nodes.
 * Updates:
   - Added methods to the plugin interface that allow general
     program options to be queried and changed.
   - Improve text table import error messages by including the line
     number where the problem is found.
   - Modified the Treepad file import to use SpacedText fields to more
     closely match Treepad formatting.
   - An optional plugin was written that can export files to the
     Treepad text file format.
   - The TreeLine icon was replaced with a new one. Thanks to
     David Reimer for contributing the artwork.
   - The German and Portuguese GUI translations were updated.
   - Updated the long text sample file to include the SpacedText field
     type, and added a conditional equation to the math sample file.
   - Updated the Math Field section of the documentation.
buildservice-autocommit accepted request 295191 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 12)
baserev update by copy to link target
buildservice-autocommit accepted request 140844 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 10)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 9)
Fix source/homepage URL
buildservice-autocommit accepted request 67667 from Pascal Bleser's avatar Pascal Bleser (pbleser) (revision 7)
baserev update by copy to link target
Pascal Bleser's avatar Pascal Bleser (pbleser) committed (revision 6)
fix
Pascal Bleser's avatar Pascal Bleser (pbleser) committed (revision 5)
1.4.0
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by