--- gigedit/trunk/ChangeLog 2014/06/11 20:26:26 2624 +++ gigedit/trunk/ChangeLog 2015/01/20 18:48:15 2715 @@ -79,6 +79,36 @@ * Samples tree view: implemented sample reference browser, which shows a tree with all instruments and their respective regions which reference the selected sample once ore more. + * Restructured main menu: duplicated all popup menus to the main menu, + automatically switch to the right tree view tab when either selecting the + "Sample", "Instrument" or "Script" main menu entry. + * Dimension Region Selector: implemented multi zone selection by press and + hold CTRL key. + * Dimension Region Selector: show bottom and upper limit values for all + dimension zones, not just the currently selected ones. + * Dimension Region Selector: Fixed drawing issues when zone sizes were + altered by mouse drag and labels being displayed at wrong positions. + * Region Chooser: Double click opens dimension manager dialog. + * Dimension Manager: Clicking on dimension type cell of an existing dimension + opens a popup to alter the dimension type. + * Script Tree: Double click opens script editor. + * Fixed potential crash if exception was thrown while opening a gig file. + * Added support for visual progress bar while saving a gig file. + * Automatically switch the sampler's (audible) instrument whenever another + instrument was selected in gigedit (this default behavior can be switched + off in the settings menu of gigedit). + * Dimension Region Editor: Show coarse sample format info (audio channels, + bit depth, sample rate) and unique sample ID (since the gig format allows + different samples to have the same name). + * Dimension Region Editor: Added button "Select Sample" on the sample tab, + which allows to conveniently select the dimension region's sample on the + left hand side's samples tree view. + * Sample Referenve View Dialog: Clicking on a reference in the list closes + the dialog and jumps directly to the respective instrument, region and + dimension region the respective sample reference is located at. + * Fixed instruments, samples and scripts to appear twice after save. + * Implemented reordering of instruments by drag & drop. + * Implemented replacing of existing samples. Version 0.2.0 (2009-07-31)