/[svn]/qsampler/trunk/src/qsamplerOptionsForm.ui
ViewVC logotype

Log of /qsampler/trunk/src/qsamplerOptionsForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3559 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 18:58:38 2019 UTC (4 years, 7 months ago) by capela
File length: 45550 byte(s)
Diff to previous 3555
- Simplify top-level windows and dialog uniform titles.

Revision 3555 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 13 10:19:32 2019 UTC (4 years, 7 months ago) by capela
File length: 45560 byte(s)
Diff to previous 2722
- In late compliance to C++11, all NULL constants replaced for nullptr.

Revision 2722 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 3 17:41:04 2015 UTC (9 years ago) by capela
File length: 45560 byte(s)
Diff to previous 2678
* Added this "Don't ask/show this again" option to some if not most
  of the nagging warning/error message boxes. (EXPERIMENTAL)

Revision 2678 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 16 17:11:32 2014 UTC (9 years, 5 months ago) by capela
File length: 44143 byte(s)
Diff to previous 2107
- Stripped all hard-coded shortcuts from .ui files.

Revision 2107 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 10 09:47:33 2010 UTC (13 years, 8 months ago) by capela
File length: 45343 byte(s)
Diff to previous 2074
- Outrageous HACK: GTK+ ppl won't see green on black thing =)


Revision 2074 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 29 17:00:30 2010 UTC (14 years ago) by capela
File length: 46415 byte(s)
Diff to previous 1840
* General source tree layout and build configuration change.


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


Revision 1816 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 22 13:28:53 2008 UTC (15 years, 3 months ago) by schoenebeck
File length: 46445 byte(s)
Diff to previous 1815
* bugfix: max voices / streams spinboxes in options dialog
  were limited to 99 (now maximum is 999999999)
* bumped version to 0.2.1.22


Revision 1815 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 22 10:04:59 2008 UTC (15 years, 3 months ago) by capela
File length: 45726 byte(s)
Diff to previous 1803
* Tuning options tab layout stretch; bumped to 0.2.1.21


Revision 1803 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 13:58:16 2008 UTC (15 years, 3 months ago) by schoenebeck
File length: 45449 byte(s)
Diff to previous 1788
* Added support for runtime max. voices / disk streams setting (accessible
  from the "Options..." dialog). Those fine tuning settins will be saved
  in case the user modified them and automatically restored to the sampler
  when reconnecting to a sampler the next time.
* bumped version to 0.2.1.20


Revision 1788 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 26 15:44:42 2008 UTC (15 years, 5 months ago) by capela
File length: 42874 byte(s)
Diff to previous 1749
- Grayed/disabled palette color group fix for dark color themes.


Revision 1749 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 2 13:19:09 2008 UTC (15 years, 8 months ago) by capela
File length: 42606 byte(s)
Diff to previous 1738
* Due to some trouble with newer Qt >= 4.4 applications regarding font
  size configuration, a new global user option is now available to the
  rescue: View/Options... /Display/Other/Base font size (default none).


Revision 1738 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 15:24:22 2008 UTC (15 years, 10 months ago) by capela
File length: 41400 byte(s)
Diff to previous 1504
* Messages file logging makes its first long overdue appearance,
  with user configurable settings in View/Options.../Server/Logging.


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: 37642 byte(s)
Diff to previous 1473
* Qt4 migration: Qt3Support is now scrapped.


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: 37420 byte(s)
Diff to previous 1464
* 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 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: 47967 byte(s)
Diff to previous 1463
- Qt4 migration: missing copyright headers update.


Revision 1463 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 13:01:27 2007 UTC (16 years, 4 months ago) by capela
File length: 47922 byte(s)
Diff to previous 1461
* Qt4 migration: configure and icon/pixmaps resource arrangement.


Revision 1461 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 28 23:30:36 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 47945 byte(s)
Diff to previous 987
* 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)


Revision 987 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 19 11:19:55 2006 UTC (17 years, 3 months ago) by capela
File length: 65143 byte(s)
Diff to previous 957
* Revised error verbosity in general and on session load/save;
  hour-glass wait cursor is now displayed on session load/save;
  keyboard shortcuts changed on MIDI instruments view context;
  improved channel strip arrangement on session open/load;
  instrument map entry removal confirmation (as optional);
  corrected some tooltip text strings.


Revision 957 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 29 11:48:26 2006 UTC (17 years, 4 months ago) by capela
File length: 65178 byte(s)
Diff to previous 920
* Added preliminary MIDI instrument mapping support.


Revision 920 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 24 12:47:51 2006 UTC (17 years, 6 months ago) by capela
File length: 65178 byte(s)
Diff to previous 757
GPL address update.


Revision 757 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 26 23:04:32 2005 UTC (18 years, 7 months ago) by capela
File length: 65175 byte(s)
Diff to previous 454
* All widget captions changed to include proper application title prefix.


Revision 454 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 10:59:57 2005 UTC (19 years ago) by capela
File length: 65175 byte(s)
Diff to previous 404
New keep child windows always on top option; device icon retouching;


Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 13:47:47 2005 UTC (19 years, 1 month ago) by capela
File length: 63786 byte(s)
Diff to previous 341
* Added new menu and toolbar option: Reset All Channels.

* Channel setup changes are now properly filtered, as for
  only those settings that are actually changed gets applied;
  change information are now also posted to messages window.


Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 18 11:29:01 2005 UTC (19 years, 2 months ago) by capela
File length: 64677 byte(s)
Diff to previous 267
* Actual instrument names are now optionally retrieved
  from the instrument file, even though libgig is available,
  avoiding excessively annoying load times while on the
  channel dialog, when huge instrument files are selected.


Revision 267 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 15:42:59 2004 UTC (19 years, 5 months ago) by capela
File length: 63148 byte(s)
Diff to previous 119
* Channel strip display glass effect is now an option.


Revision 119 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 9 20:24:48 2004 UTC (19 years, 9 months ago) by capela
File length: 61318 byte(s)
Diff to previous 102
* Maximum channel volume percent setting is now a global option,
  provided to override the default (which is 100%).

* Client/server transaction timeout option upper limit has been
  increased from 5000 to 60000 milliseconds.


Revision 102 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 4 10:30:56 2004 UTC (19 years, 9 months ago) by capela
File length: 57181 byte(s)
Initial alpha release.


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