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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3855 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 4 10:09:42 2021 UTC (3 years, 1 month ago) by capela
File length: 9484 byte(s)
Diff to previous 3853
- Silence compiler warnings to GNU/MinGW only.

Revision 3853 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 25 10:07:17 2021 UTC (3 years, 2 months ago) by capela
File length: 9514 byte(s)
Diff to previous 3793
- Silence some compiler warnings.

Revision 3793 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 15 17:21:04 2020 UTC (3 years, 9 months ago) by capela
File length: 9271 byte(s)
Diff to previous 3788
- Deprecate QDockWidget::AllDockWidgetFeatures usage.

Revision 3788 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 11 16:59:09 2020 UTC (3 years, 9 months ago) by capela
File length: 9269 byte(s)
Diff to previous 3759
- Messages widget micro-refactoring.

Revision 3759 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 28 00:28:13 2020 UTC (4 years ago) by capela
File length: 9244 byte(s)
Diff to previous 3758
- Early fixing to build for Qt >= 5.15.0. (bis)

Revision 3758 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 27 17:57:40 2020 UTC (4 years ago) by capela
File length: 9111 byte(s)
Diff to previous 3555
- Early fixing to build for Qt >= 5.15.0.

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: 9107 byte(s)
Diff to previous 3358
- In late compliance to C++11, all NULL constants replaced for nullptr.

Revision 3358 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 18 08:57:21 2017 UTC (6 years, 5 months ago) by capela
File length: 9083 byte(s)
Diff to previous 3357
- Replace WIN32 with _WIN32 (as suggested by Kjetil Matheussen,
  thanks). (FIX)

Revision 3357 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 21:44:20 2017 UTC (6 years, 5 months ago) by capela
File length: 8915 byte(s)
Diff to previous 2848
- Replace WIN32 with _WIN32 (as suggested by Kjetil Matheussen,
  while on qjackctl, thanks).

Revision 2848 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 3 15:48:18 2015 UTC (8 years, 5 months ago) by capela
File length: 8911 byte(s)
Diff to previous 2669
* Messages standard output capture has been improved again, now
  in both ways a non-blocking pipe may get. (EXPERIMENTAL)

Revision 2669 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 3 16:56:18 2014 UTC (9 years, 7 months ago) by capela
File length: 8600 byte(s)
Diff to previous 2583
* Messages standard output capture has been slightly improved
  as for non-blocking i/o, whenever available. (EXPERIMENTAL)

Revision 2583 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 21:03:25 2014 UTC (9 years, 10 months ago) by capela
File length: 8170 byte(s)
Diff to previous 2582
- Remove messages stdout/err capture redundant code.

Revision 2582 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 20:58:26 2014 UTC (9 years, 10 months ago) by capela
File length: 8168 byte(s)
Diff to previous 2459
- Remove messages stdout/err capture redundant code.

Revision 2459 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 8 10:06:57 2013 UTC (10 years, 8 months ago) by capela
File length: 8344 byte(s)
Diff to previous 2441
- Autoconf script and libqt4 >= 4.4 baseline fix.

Revision 2441 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 10 09:11:37 2013 UTC (10 years, 11 months ago) by capela
File length: 8501 byte(s)
Diff to previous 1739
* Preparations for Qt5 migration. (FIXING)

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


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: 8544 byte(s)
Diff to previous 1558
* Messages file logging makes its first long overdue appearance,
  with user configurable settings in View/Options.../Server/Logging.


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: 7325 byte(s)
Diff to previous 1474
* Qt4 migration: complete QSampler namespace overhaul.


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: 7420 byte(s)
Diff to previous 1470
* 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 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: 7420 byte(s)
Diff to previous 1465
* Qt4 migration: fixed ghost signal connections


Revision 1465 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 17:49:27 2007 UTC (16 years, 4 months ago) by capela
File length: 7285 byte(s)
Diff to previous 1464
- Qt4 migration: main toolbars and messages dock-widget fix.


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: 7697 byte(s)
Diff to previous 1461
- Qt4 migration: missing copyright headers update.


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: 7652 byte(s)
Diff to previous 920
* 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 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: 7465 byte(s)
Diff to previous 772
GPL address update.


Revision 772 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 14:00:22 2005 UTC (18 years, 6 months ago) by capela
File length: 7462 byte(s)
Diff to previous 339
* Minor fixing on the initial messages dock-window height.


Revision 339 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 12 11:05:44 2005 UTC (19 years, 2 months ago) by capela
File length: 7369 byte(s)
Diff to previous 338
Fixed messages limit optimization with Qt::LogText format (QTextEdit).


Revision 338 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 12 10:43:37 2005 UTC (19 years, 2 months ago) by capela
File length: 7370 byte(s)
Diff to previous 327
~Messages limit optimization with Qt::LogText format (QTextEdit).


Revision 327 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 14:22:55 2004 UTC (19 years, 3 months ago) by capela
File length: 7178 byte(s)
Diff to previous 115
Messages window limit is now enforced on one third excess.


Revision 115 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 7 21:41:43 2004 UTC (19 years, 9 months ago) by capela
File length: 7118 byte(s)
Diff to previous 94
* Comment SET CHANNEL MIDI_INPUT_PORT command from
  saveSessionFile(), it has no effect.

* Insert a n #include <unistd.h> on qsamplerMessages.h, between

* An initial non zero value (0.8) should be set for the channel
  volume, while GET CHANNEL INFO command is pending implementation.

* The order to load/save and setup channel settings is now as
  suggested in the following lines:

    SET CHANNEL AUDIO_OUTPUT_TYPE ...
    SET CHANNEL MIDI_INPUT_TYPE ...
    SET CHANNEL MIDI_INPUT_CHANNEL ...
    LOAD ENGINE ...
    LOAD INSTRUMENT ...
    SET CHANNEL VOLUME ...


Revision 94 - (view) (download) (annotate) - [select for diffs]
Added Sat May 29 00:21:13 2004 UTC (19 years, 10 months ago) by capela
File length: 7070 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