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

Diff of /gigedit/trunk/ChangeLog

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

revision 1156 by schoenebeck, Wed Apr 11 21:36:30 2007 UTC revision 1582 by persson, Sat Dec 8 12:28:53 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD  Version CVS HEAD (?)
2    
3      * fixed file properties dialog - properties now can be edited
4    
5    Version 0.1.1 (2007-12-06)
6    
7      * multiple editor windows can now be opened by the plugin
8      * bugfix: gigedit didn't start on windows 2000
9      * standard gtk command line parameters is now handled
10      * parameter edits can now be applied to multiple regions and
11        dimension regions simultaneously - three checkboxes were added
12        that select if changes apply to all regions and/or all dimension
13        regions
14    
15    Version 0.1.0 (2007-10-15)
16    
17    * fixed compilation with older gcc versions    * fixed compilation with older gcc versions
18    * added German translation    * added German translation
# Line 9  Version CVS HEAD Line 23  Version CVS HEAD
23    * added Makefile.cvs (just for standard compliance with other projects)    * added Makefile.cvs (just for standard compliance with other projects)
24    * added Debian packaging infrastructure    * added Debian packaging infrastructure
25    * implemented sample loop editing    * implemented sample loop editing
26      * improved labels in dimension region editor
27      * use normal layout for checkboxes
28      * allow to resize dimension zones even when the respective dimension has
29        no custom dimension splits yet
30      * moved instrument editor into a shared library 'libgigedit', the 'gigedit'
31        binary is now just calling that shared library
32      * implemented an "instrument editor plugin" for LinuxSampler to allow
33        on-the-fly instrument editing within the sampler's own process
34        (revised directories to a more automake-friendly structure for this, to
35        avoid compilation and install errors)
36      * added experimental support to synchronize gigedit with LinuxSampler to
37        avoid race conditions / crash while modifying data structures
38      * added quick start documentation by Alexander Methke
39      * a changed file is now marked with an asterisk in the window title
40      * added close confirmation dialog, shown if file is changed
41      * "save" means "save as" for new files
42      * enabled acceleration keys
43      * add .gig to filename in "save as" if it's not already there
44      * filename character encodings other than utf-8 supported
45      * regions can now be moved, not just resized
46      * improved labels in instrument properties dialog
47      * remove file extensions from file names when importing samples
48      * added digits for octave numbers on the keyboard and made keys
49        outside piano range grey
50      * added support for 24 bit sample import
51      * when importing samples, settings for loops and root note are
52        copied from the sample files (if they have such settings)
53      * start with a new gig file by default
54      * make sure samplechannel dimension gets created for stereo samples
55      * allow building with older versions of gtk and libsndfile
56      * remember selected dimension when switching regions
57      * check if file is savable before trying to save
58      * gettext is now an optional dependency
59      * added Dev-C++ project files for Windows systems
60      * added status bar to the bottom of main window (independent area on the
61        right shows whether gigedit is running stand-alone or attached to
62        LinuxSampler)
63      * fixed crash when gigedit was compiled with CXXFLAGS="-g"
64    
65  Version 0.0.3 (2007-03-24)  Version 0.0.3 (2007-03-24)
66    

Legend:
Removed from v.1156  
changed lines
  Added in v.1582

  ViewVC Help
Powered by ViewVC