/[svn]/qsampler/trunk/src/qsamplerDeviceForm.cpp
ViewVC logotype

Log of /qsampler/trunk/src/qsamplerDeviceForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1840 - (view) (download) (annotate) - [selected]
Modified Thu Feb 19 11:44:57 2009 UTC (15 years, 1 month ago) by capela
File length: 19579 byte(s)
Diff to previous 1667
* Converted obsolete QMessageBox forms to standard buttons.


Revision 1667 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 23:24:19 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 19542 byte(s)
Diff to previous 1558 , to selected 1840
* added FX Sends dialog to channel strips
  (still under construction, so far one can only create, destroy and rename
  FX sends, the rest is still to do)
* bumped version to 0.2.1.3


Revision 1558 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 09:35:33 2007 UTC (16 years, 3 months ago) by capela
File length: 19570 byte(s)
Diff to previous 1528 , to selected 1840
* Qt4 migration: complete QSampler namespace overhaul.


Revision 1528 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 26 18:24:38 2007 UTC (16 years, 4 months ago) by capela
File length: 19923 byte(s)
Diff to previous 1520 , to selected 1840
* Qt4 migration: instrument map context menu is back in business.


Revision 1520 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 24 13:22:00 2007 UTC (16 years, 4 months ago) by capela
File length: 19914 byte(s)
Diff to previous 1519 , to selected 1840
* Refresh device list form on initial show up.


Revision 1519 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 24 13:06:19 2007 UTC (16 years, 4 months ago) by capela
File length: 19907 byte(s)
Diff to previous 1510 , to selected 1840
* Narrower QTableView row heights and header section left-alignment.
* Smoothed the old shinny display effect bitmap.


Revision 1510 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 14:17:24 2007 UTC (16 years, 4 months ago) by capela
File length: 19515 byte(s)
Diff to previous 1509 , to selected 1840
- Qt4 migration: code cleanup, personal standards beautification :)


Revision 1509 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 11:10:44 2007 UTC (16 years, 4 months ago) by capela
File length: 19518 byte(s)
Diff to previous 1504 , to selected 1840
* Audio routing table is initially hidden in the dialog, when
  creating a new sampler channel.

* README requirements and configuration notes update.


Revision 1504 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 21 11:46:40 2007 UTC (16 years, 4 months ago) by capela
File length: 19248 byte(s)
Diff to previous 1499 , to selected 1840
* Qt4 migration: Qt3Support is now scrapped.


Revision 1499 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 20 16:48:04 2007 UTC (16 years, 4 months ago) by capela
File length: 19114 byte(s)
Diff to previous 1486 , to selected 1840
* Qt4 migration: one first step forward to kiss Qt3Support goodbye.


Revision 1486 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 02:02:28 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 19176 byte(s)
Diff to previous 1477 , to selected 1840
* Qt4 migration: finished / fixed device management dialog.
* Fixed creation of devices (don't try to set device parameters which the
  user did not touch in the device creation dialog, this bug already
  existed in the Qt3 version of QSampler).


Revision 1477 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 12 01:33:13 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 17389 byte(s)
Diff to previous 1474 , to selected 1840
* again just a minor step for Qt4 port: couple fixes in device management
  list view


Revision 1474 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 5 20:47:38 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 17376 byte(s)
Diff to previous 1473 , to selected 1840
* Qt4 migration: fixed another bunch of ghost connections, fixed engine
  combo box in channel form, fixed stdout ouptut in message window (a lot
  of white lines were shown), show channel strip on the work space (and not
  in the nirvana of the desktop universe)


Revision 1473 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 5 19:07:26 2007 UTC (16 years, 4 months ago) by capela
File length: 17377 byte(s)
Diff to previous 1470 , to selected 1840
* Qt4 migration: still far from complete, the .ui files got shaved
  with special regard to some redundant or duplicated signal/slot
  connections and to the options dialog font aesthetics as also
  other minors.


Revision 1470 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 4 23:37:47 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 17347 byte(s)
Diff to previous 1466 , to selected 1840
* Qt4 migration: fixed ghost signal connections


Revision 1466 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 19:25:10 2007 UTC (16 years, 4 months ago) by capela
File length: 17303 byte(s)
Diff to previous 1464 , to selected 1840
* Qt4 migration: added missing signal/slot connections for most forms.


Revision 1464 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 17:14:21 2007 UTC (16 years, 4 months ago) by capela
File length: 16465 byte(s)
Diff to previous 1461 , to selected 1840
- Qt4 migration: missing copyright headers update.


Revision 1461 - (view) (download) (annotate) - [select for diffs]
Added Sun Oct 28 23:30:36 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 15407 byte(s)
Diff to selected 1840
* started to port QSampler to Qt4 (NOTE: this version is yet broken, use
  the latest tarball release 0.1.5 until the Qt4 port is completed)


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