/[svn]/gigedit/branches/release0_0_3
ViewVC logotype

Log of /gigedit/branches/release0_0_3

View Directory Listing Directory Listing


Sticky Revision:

Revision 1122 - Directory Listing
Modified Sat Mar 24 17:41:40 2007 UTC (17 years ago) by (unknown author)
Copied from: gigedit/trunk revision 1121
This commit was manufactured by cvs2svn to create branch 'release0_0_3'.

Revision 1121 - Directory Listing
Modified Sat Mar 24 17:41:39 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* updated README
* require libgig 3.1.1


Revision 1119 - Directory Listing
Modified Sat Mar 24 14:04:30 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* wrote ChangeLog and NEWS
* removed some verbose logging


Revision 1118 - Directory Listing
Modified Sat Mar 24 13:48:16 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- just added a tooltip to the sample entry field


Revision 1117 - Directory Listing
Modified Sat Mar 24 13:05:58 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* added +6dB parameter to DimRegionEdit
* preparations for improved instrument properties dialog


Revision 1115 - Directory Listing
Modified Sat Mar 24 00:22:13 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* implemented Region properties dialog
  (only for altering key group membership)


Revision 1114 - Directory Listing
Modified Fri Mar 23 20:08:30 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- fixed minor error message issue


Revision 1112 - Directory Listing
Modified Fri Mar 23 15:32:08 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- update dimensions dialog when a new dimension was added


Revision 1111 - Directory Listing
Modified Fri Mar 23 00:22:44 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* implemented adding and removing dimensions
  (adding dimensions yet segfaults, probably a libgig bug)


Revision 1107 - Directory Listing
Modified Thu Mar 22 20:00:10 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* added dialog for managing dimensions of a selected region
  (Add and Remove buttons not yet implemented)


Revision 1104 - Directory Listing
Modified Sun Mar 18 17:15:00 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* 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 1103 - Directory Listing
Modified Sun Mar 18 07:26:43 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* implemented add and remove region
* fixed crash in DimRegionChooser for instruments without regions


Revision 1101 - Directory Listing
Modified Sat Mar 17 17:46:09 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* 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 - Directory Listing
Modified Sat Mar 17 09:20:19 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* 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 - Directory Listing
Modified Wed Mar 14 23:19:26 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* implemented renaming of samples, groups and instruments


Revision 1096 - Directory Listing
Modified Tue Mar 13 17:14:38 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* implemented drag&drop samples tree view -> dimension region sample text
  entry field, to allow assigning / changing samples of dimension regions


Revision 1094 - Directory Listing
Modified Sun Mar 11 17:47:21 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- 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 - Directory Listing
Modified Sun Mar 11 15:21:58 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* implemented editing of dimension region upper limits


Revision 1091 - Directory Listing
Modified Sat Mar 10 21:01:36 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* 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 1090 - Directory Listing
Modified Sat Mar 10 17:08:15 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* implemented resizing of regions


Revision 1089 - Directory Listing
Modified Sat Mar 10 08:58:30 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* handle strange gigs with unused dimensions with bits == 0


Revision 1088 - Directory Listing
Modified Sat Mar 10 08:16:38 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* fixed scrollbar behaviour on sample and instrument lists


Revision 1087 - Directory Listing
Modified Fri Mar 9 19:45:45 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* 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 1086 - Directory Listing
Modified Thu Mar 8 19:30:44 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- added Christian to AUTHORS


Revision 1085 - Directory Listing
Modified Thu Mar 8 19:18:23 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- started to implement "Add Samples" function
  (not yet fully working though)


Revision 1084 - Directory Listing
Modified Thu Mar 8 16:47:15 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* 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 - Directory Listing
Modified Thu Mar 8 01:43:18 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* added right-click popup for sample list view
  (only item "Add Group" implemented yet)


Revision 1080 - Directory Listing
Modified Tue Mar 6 23:16:18 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* listview on the left is now tabbed into "Instruments" and new: "Samples",
  the latter are displayed in their respective sample group


Revision 1078 - Directory Listing
Modified Tue Mar 6 20:15:23 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- the width for dimension labels is now dynamic


Revision 1077 - Directory Listing
Modified Tue Mar 6 18:34:47 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- added strings for "smart midi" and "round robin keyboard" dimensions


Revision 1075 - Directory Listing
Modified Tue Mar 6 01:17:03 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* instrument menu items are now mutual exclusive radio menu items


Revision 1074 - Directory Listing
Modified Mon Mar 5 20:55:15 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- updated translation


Revision 1073 - Directory Listing
Modified Mon Mar 5 20:48:23 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- Yet another gettext fix (final?). Now intltool is back. I
  misunderstood, the intltool package is not needed at build time.


Revision 1072 - Directory Listing
Modified Mon Mar 5 20:01:15 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- more gettext experiments: intltool is back in autogen.sh because it
  has a nicer po/Makefile.in.in. IT_PO_SUBDIR is used instead of
  IT_PROG_INTLTOOL so intltool isn't required by configure.


Revision 1071 - Directory Listing
Modified Mon Mar 5 17:58:24 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
* added support for gig v3 custom split points


Revision 1069 - Directory Listing
Modified Sun Mar 4 22:00:46 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
* 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 1068 - Directory Listing
Modified Sun Mar 4 21:03:18 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
- removed intltool dependency completely


Revision 1067 - Directory Listing
Modified Sun Mar 4 15:36:28 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- added KDevelop project file


Revision 1066 - Directory Listing
Modified Sun Mar 4 14:49:30 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk
- just minor automake / autoconf fix (moved check for intltool from
  configure.ac to autogen.sh, since intltool is only needed at autogen.sh
  stage anyway)


Revision 1061 - Directory Listing
Modified Sat Mar 3 12:20:08 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
This commit was generated by cvs2svn to compensate for changes in r1060,
which included commits to RCS files with non-trunk default branches.

Revision 1059 - Directory Listing
Modified Sat Mar 3 12:20:07 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
Removed files committed by mistake


Revision 1057 - Directory Listing
Modified Sat Mar 3 12:20:05 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
Initial revision


Revision 1055 - Directory Listing
Modified Sat Mar 3 12:20:03 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
Initial revision


Revision 1053 - Directory Listing
Modified Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
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 - Directory Listing
Modified Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk
Initial revision


Revision 1051 - Directory Listing
Added Sat Mar 3 12:20:01 2007 UTC (17 years ago) by (unknown author)
Original Path: gigedit/trunk
Standard project directories initialized by cvs2svn.

  ViewVC Help
Powered by ViewVC