/[svn]/gigedit/trunk/ChangeLog
ViewVC logotype

Diff of /gigedit/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3735 by schoenebeck, Sat Feb 1 19:28:43 2020 UTC revision 3821 by schoenebeck, Tue Sep 1 16:45:06 2020 UTC
# Line 45  Version SVN trunk (?) Line 45  Version SVN trunk (?)
45      which shows a small dialog for entering the instrument's new index.      which shows a small dialog for entering the instrument's new index.
46    * Added widget class 'MultiLineLabel' to fix size issues with stock Gtk::Label    * Added widget class 'MultiLineLabel' to fix size issues with stock Gtk::Label
47      on large text blocks.      on large text blocks.
48      * Script Editor: highlight new NKSP 'patch' keyword in pink color.
49      * NKSP: Added support for managing script 'patch' variables for each
50        instrument; added a dedicated "Script" tab on right-hand side of Gigedit's
51        main window with a list view to manage these variables.
52      * Use more appropriate stepping/paging increments/decrements for spinboxes'
53        plus/minus buttons (depending on the individual parameter spinbutton
54        actually controls).
55      * Script 'patch' variables editor: double click anywhere on a script's title
56        row (or hitting <enter> while that row is selected) opens script source code
57        editor for that double clicked script.
58      * Combine Tool: Fixed wrong number of output dimension zones being created
59        (on unequal, odd dimension zone count between two input instruments).
60      * Combine Tool: Prevent NULL samples in combined instrument (if source
61        dimension had less zones than output dimension).
62      * When removing sample reference by clicking the NULL button, do that
63        actually for the appropriate set of all dimension regions currently being
64        selected by user.
65      * Fixed instrument list's 'script count' column not being updated after
66        having duplicated an instrument.
67      * Refactored ModelColumns -> InstrumentsModel,
68        m_Columns -> m_InstrumentsModel, m_TreeView -> m_TreeViewInstruments,
69        m_refTreeModel -> m_refInstrumentsTreeModel,
70        m_refTreeModelFilter -> m_refInstrumentsModelFilter.
71      * Fixed MainWindow::get_instrument() having returned wrong instrument if
72        instrument name filter was used.
73      * Fixed wrong script slots being shown if instrument name filter was used.
74      * Fixed wrong instrument being selected in instruments menu if instrument
75        name filter was used.
76      * Fixed instrument properties dialog having displayed properties of wrong
77        instrument if instrument name filter was used.
78      * Fixed wrong instruments being duplicated if instrument name filter was used.
79      * Fixed wrong instruments being removed if instrument name filter was used.
80      * Fixed instrument reordering by drag and drop when instrument name filter
81        was used.
82      * Fixed wrong instruments being selected for combination if instrument name
83        filter was used.
84      * Fixed double selection if instrument name filter was active while clicking
85        an instrument from the list.
86    
87  Version 1.1.1 (2019-07-27)  Version 1.1.1 (2019-07-27)
88    

Legend:
Removed from v.3735  
changed lines
  Added in v.3821

  ViewVC Help
Powered by ViewVC