/[svn]/gigedit/trunk/src/gigedit/dimensionmanager.cpp
ViewVC logotype

Log of /gigedit/trunk/src/gigedit/dimensionmanager.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2919 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 11:37:31 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 29353 byte(s)
Diff to previous 2845 , to selected 2558
* Fixed crash after changing a dimension type with the dimension manager
  dialog.
* Bumped version (1.0.0.svn15).


Revision 2845 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 20 10:18:22 2015 UTC (8 years, 6 months ago) by persson
File length: 28937 byte(s)
Diff to previous 2844 , to selected 2558
* avoid using gtk stock items, as they are deprecated in gtk 3.10


Revision 2844 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 20 08:49:40 2015 UTC (8 years, 6 months ago) by persson
File length: 28974 byte(s)
Diff to previous 2641 , to selected 2558
* allow building with gtkmm 2 and G/GDK/GTK_DISABLE_DEPRECATED


Revision 2641 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 15:24:54 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 28642 byte(s)
Diff to previous 2562 , to selected 2558
* 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.


Revision 2562 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 19 18:06:57 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 23257 byte(s)
Diff to previous 2558
* 'Dimension Manager' dialog: added support for viewing and editing
  dimensions of all regions simultaniously.


Revision 2558 - (view) (download) (annotate) - [selected]
Modified Sat May 17 23:55:30 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 15230 byte(s)
Diff to previous 2507
* Combine instruments: generalized this tool to allow combining instruments
  based on any dimension (selectable by combo box), not only the 'layer'
  dimension. Also fixed some bugs that could lead to undesired results
  when combining instruments, i.e. source instruments being copied into
  wrong target zones or in wrong order under certain conditions.
* 'Dimension Manager' dialog: show dialog window with at least 460x300px on
  initial usage (was far too small by default).


Revision 2507 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 19:37:55 2014 UTC (10 years, 2 months ago) by persson
File length: 15217 byte(s)
Diff to previous 2169 , to selected 2558
* added dialog for editing the CtrlTrigger and Legato midi rules


Revision 2169 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 6 07:51:04 2011 UTC (13 years ago) by persson
File length: 15217 byte(s)
Diff to previous 1831 , to selected 2558
* ported to gtkmm 3, keeping compatibility with gtkmm 2


Revision 1831 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 3 19:38:19 2009 UTC (15 years, 1 month ago) by persson
File length: 15124 byte(s)
Diff to previous 1733 , to selected 2558
* made all visible strings translatable


Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 09:54:36 2008 UTC (15 years, 10 months ago) by persson
File length: 14866 byte(s)
Diff to previous 1677 , to selected 2558
* allow to create amounts of dimension zones that aren't powers of two
  (patch by Devin Anderson, #89, slightly modified)


Revision 1677 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 10 08:50:35 2008 UTC (16 years, 1 month ago) by persson
File length: 13850 byte(s)
Diff to previous 1623 , to selected 2558
* bugfix: dimension manager window didn't update when another region
  was selected (#78)


Revision 1623 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 4 19:42:45 2008 UTC (16 years, 2 months ago) by persson
File length: 13654 byte(s)
Diff to previous 1411 , to selected 2558
* gig files where regions are not internally ordered are now handled
* the resize mouse pointer is not shown anymore for regions that can't
  be resized
* the region and dimregion chooser widgets are now resizable
* bugfix: sometimes you could not delete more than one dimension
* filter headers are now also greyed out when the filter is inactive


Revision 1411 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 17:46:29 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 13672 byte(s)
Diff to previous 1322 , to selected 2558
* added status bar to the bottom of main window (independent area on the
  right shows whether gigedit is running stand-alone or attached to
  LinuxSampler)
* minor cosmetical fix in dimension manager widget
* regionchooser.cpp: temporary fix for a crash which occured when gigedit
  was compiled with CXXFLAGS="-g"


Revision 1322 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 13618 byte(s)
Diff to previous 1303 , to selected 2558
* as counterpart to latest LS commit: added experimental support to
  synchronize gigedit with LinuxSampler to avoid race conditions / crash
  while modifying data structures and playing the instrument with LS at
  the same time
* packaging fixes: don't use a hard coded path to install the LS plugin
  DLL, trying to substitute the given LS plugin directory by the
  '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and
  include plugin/linuxsamplerplugin.h into the release tarball
  ('make dist')
* updated German translation (po/de.po)


Revision 1303 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 26 09:29:52 2007 UTC (16 years, 7 months ago) by persson
File length: 13068 byte(s)
Diff to previous 1225 , to selected 2558
* make sure samplechannel dimension gets created for stereo samples
* allow building with older versions of gtk and libsndfile
* remember selected dimension when switching regions
* fix for loop parameters for unmapped dimregions
* check if file is savable before trying to save


Revision 1225 - (view) (download) (annotate) - [select for diffs]
Added Sun Jun 10 10:56:11 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 13096 byte(s)
Diff to selected 2558
moved gigedit sources from src/ -> src/gigedit/


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC