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

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

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1226)

Revision 1117 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 13:05:58 2007 UTC (17 years ago) by persson
File length: 43115 byte(s)
Diff to previous 1104 , to selected 1091
* added +6dB parameter to DimRegionEdit
* preparations for improved instrument properties dialog


Revision 1104 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 18 17:15:00 2007 UTC (17 years ago) by persson
File length: 42143 byte(s)
Diff to previous 1101 , to selected 1091
* DimRegionEdit is now disbaled when no region is selected (fixes
  crash for "new file")
* instrument is selected after it is created
* minor code cleanup


Revision 1101 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 17:46:09 2007 UTC (17 years ago) by schoenebeck
File length: 42025 byte(s)
Diff to previous 1100 , to selected 1091
* implemented creating a new .gig file
  (Menu->File->New)
* implemented adding a new instrument
  (right-click popup in instruments treeview)
* implemented removing an instrument
  (right-click popup in instruments treeview)


Revision 1100 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 09:20:19 2007 UTC (17 years ago) by persson
File length: 39797 byte(s)
Diff to previous 1097 , to selected 1091
* code refactoring: dimregion editor and parameter editors extracted
  to separate files.
* loading progress dialog now also shown when filename is given as
  argument


Revision 1097 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 14 23:19:26 2007 UTC (17 years ago) by schoenebeck
File length: 74423 byte(s)
Diff to previous 1096 , to selected 1091
* implemented renaming of samples, groups and instruments


Revision 1096 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 13 17:14:38 2007 UTC (17 years ago) by schoenebeck
File length: 73156 byte(s)
Diff to previous 1094 , to selected 1091
* implemented drag&drop samples tree view -> dimension region sample text
  entry field, to allow assigning / changing samples of dimension regions


Revision 1094 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 11 17:47:21 2007 UTC (17 years ago) by schoenebeck
File length: 70760 byte(s)
Diff to previous 1092 , to selected 1091
- fixed previously mentioned crash, root cause is yet to be fixed in libgig
  (seems as not all RIFF chunks are deleted yet when calling
  gig::File::DeleteSample())


Revision 1092 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 11 15:21:58 2007 UTC (17 years ago) by persson
File length: 70055 byte(s)
Diff to previous 1091
* implemented editing of dimension region upper limits


Revision 1091 - (view) (download) (annotate) - [selected]
Modified Sat Mar 10 21:01:36 2007 UTC (17 years ago) by schoenebeck
File length: 70242 byte(s)
Diff to previous 1088
* sample import works now (also tested with gigextract afterwards),
  there's however one bug left: adding samples, removing them again
  and then issueing 'Save' will cause a crash


Revision 1088 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 10 08:16:38 2007 UTC (17 years ago) by persson
File length: 68287 byte(s)
Diff to previous 1087 , to selected 1091
* fixed scrollbar behaviour on sample and instrument lists


Revision 1087 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 9 19:45:45 2007 UTC (17 years ago) by schoenebeck
File length: 67998 byte(s)
Diff to previous 1085 , to selected 1091
* coarsely finished 'Sample Add' feature: works non-destructive, that is
  samples are just queued to be imported and the heavy task of resizing the
  .gig file physically and importing the sample data is done when 'Save' is
  issued (Note however: unfortunately it seems to crash yet when calling
  'Save')


Revision 1085 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 19:18:23 2007 UTC (17 years ago) by schoenebeck
File length: 63102 byte(s)
Diff to previous 1084 , to selected 1091
- started to implement "Add Samples" function
  (not yet fully working though)


Revision 1084 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 16:47:15 2007 UTC (17 years ago) by schoenebeck
File length: 58863 byte(s)
Diff to previous 1082 , to selected 1091
* implemented "Remove" operation in right-click popup on
  samples and groups (in samples tree view)
  Note: you need latest CVS version of libgig for this to work!


Revision 1082 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 01:43:18 2007 UTC (17 years ago) by schoenebeck
File length: 58039 byte(s)
Diff to previous 1080 , to selected 1091
* added right-click popup for sample list view
  (only item "Add Group" implemented yet)


Revision 1080 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 23:16:18 2007 UTC (17 years ago) by schoenebeck
File length: 54384 byte(s)
Diff to previous 1075 , to selected 1091
* listview on the left is now tabbed into "Instruments" and new: "Samples",
  the latter are displayed in their respective sample group


Revision 1075 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 01:17:03 2007 UTC (17 years ago) by schoenebeck
File length: 53129 byte(s)
Diff to previous 1069 , to selected 1091
* instrument menu items are now mutual exclusive radio menu items


Revision 1069 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 22:00:46 2007 UTC (17 years ago) by schoenebeck
File length: 53053 byte(s)
Diff to previous 1053 , to selected 1091
* added new Menu "Instruments" where one of the loaded .gig files
  instrument can be selected (note: this Menu only appears when a .gig file
  is loaded)


Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
File length: 51683 byte(s)
Copied from: gigedit/branches/linuxsampler_org/src/mainwindow.cpp revision 1052
Diff to previous 1052 , to selected 1091
This commit was generated by cvs2svn to compensate for changes in r1052,
which included commits to RCS files with non-trunk default branches.

Revision 1052 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
Original Path: gigedit/branches/linuxsampler_org/src/mainwindow.cpp
File length: 51683 byte(s)
Diff to selected 1091
Initial revision


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