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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3823 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 17 16:34:38 2020 UTC (3 years, 6 months ago) by capela
File length: 14571 byte(s)
Diff to previous 3681 , to selected 2839
- More deprecation fixing for Qt >= 6.0.0.

Revision 3681 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 2 14:39:02 2020 UTC (4 years, 2 months ago) by capela
File length: 14387 byte(s)
Diff to previous 3648 , to selected 2839
- New year (2020) headers bumping...

Revision 3648 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 10 10:34:06 2019 UTC (4 years, 3 months ago) by capela
File length: 14382 byte(s)
Diff to previous 3560 , to selected 2839
- Custom color (palette) theme editor introduced; color
  (palette) theme changes are now effective immediately,
  except on default. (EXPERIMENTAL)

Revision 3560 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 23 10:27:34 2019 UTC (4 years, 7 months ago) by capela
File length: 14624 byte(s)
Diff to previous 3558 , to selected 2839
- Simplify top-level windows and dialog uniform titles (bis).

Revision 3558 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 21 17:10:11 2019 UTC (4 years, 7 months ago) by capela
File length: 14606 byte(s)
Diff to previous 3556 , to selected 2839
- Improved some widgets initial positioning...

Revision 3556 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 15 09:09:21 2019 UTC (4 years, 7 months ago) by capela
File length: 14393 byte(s)
Diff to previous 3555 , to selected 2839
- Some nitpickings on code-style...

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

Revision 3520 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 1 10:53:41 2019 UTC (4 years, 8 months ago) by capela
File length: 14360 byte(s)
Diff to previous 3508 , to selected 2839
- Traded QT_VERSION literal checking for sane QT_VERSION_CHECK macro.

Revision 3508 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 1 22:36:26 2019 UTC (4 years, 11 months ago) by capela
File length: 14224 byte(s)
Diff to previous 3496 , to selected 2839
- Re-defined all main application UNIX signal handling.
  (EXPERIMENTAL)

Revision 3496 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 10 11:06:53 2019 UTC (5 years ago) by capela
File length: 14212 byte(s)
Diff to previous 3493 , to selected 2839
- Refactored all singleton/unique application instance
  setup logic away from X11/Xcb hackery. (FIXED)

Revision 3493 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 21:47:46 2019 UTC (5 years ago) by capela
File length: 12828 byte(s)
Diff to previous 3465 , to selected 2839
- Refactored singleton instance class.

Revision 3465 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 11 16:51:26 2019 UTC (5 years, 1 month ago) by capela
File length: 13587 byte(s)
Diff to previous 3421 , to selected 2839
* HiDPI display screen support (Qt >= 5.6). (EXPERIMENTAL)

Revision 3421 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 17 19:45:17 2018 UTC (6 years, 1 month ago) by capela
File length: 13506 byte(s)
Diff to previous 3358 , to selected 2839
- Disable singleton/unique application instance setup logic
  when the display server platform is not X11. (EXPERIMENTAL)

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: 13372 byte(s)
Diff to previous 3357 , to selected 2839
- 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: 13332 byte(s)
Diff to previous 3065 , to selected 2839
- Replace WIN32 with _WIN32 (as suggested by Kjetil Matheussen,
  while on qjackctl, thanks).

Revision 3065 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 2 12:11:50 2017 UTC (7 years, 2 months ago) by capela
File length: 13322 byte(s)
Diff to previous 3001 , to selected 2839
- Update to brand New Hear (2017).

Revision 3001 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 8 22:08:39 2016 UTC (7 years, 5 months ago) by capela
File length: 13317 byte(s)
Diff to previous 2998 , to selected 2839
- Fixed a potential crash on the singleton/unique application
  instance setup.

Revision 2998 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 26 09:37:11 2016 UTC (7 years, 6 months ago) by capela
File length: 13250 byte(s)
Diff to previous 2987 , to selected 2839
-

Revision 2987 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 11:42:50 2016 UTC (7 years, 6 months ago) by capela
File length: 13108 byte(s)
Diff to previous 2839
- Almost complete overhaul on the configure script command
  line options, wrt. installation directories specification,
  eg. --prefix, --bindir, --libdir, --datadir and --mandir.
  (EXPERIMENTAL)

Revision 2839 - (view) (download) (annotate) - [selected]
Modified Tue Aug 25 18:36:55 2015 UTC (8 years, 7 months ago) by capela
File length: 13306 byte(s)
Diff to previous 2677
* Single/unique application instance control adapted to Qt5/X11.
  (EXPERIMENTAL)

Revision 2677 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 9 08:50:14 2014 UTC (9 years, 5 months ago) by capela
File length: 11167 byte(s)
Diff to previous 2631 , to selected 2839
- Initial base font size one-liner optimize.

Revision 2631 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 15 00:27:04 2014 UTC (9 years, 9 months ago) by capela
File length: 11244 byte(s)
Diff to previous 2459 , to selected 2839
* Translations install directory change. (EXPERIMENTAL)

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: 11345 byte(s)
Diff to previous 2415 , to selected 2839
- Autoconf script and libqt4 >= 4.4 baseline fix.

Revision 2415 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 14:57:43 2013 UTC (11 years, 1 month ago) by capela
File length: 11432 byte(s)
Diff to previous 2341 , to selected 2839
- Yet another Qt5 preparations fix.

Revision 2341 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 8 19:40:42 2012 UTC (11 years, 11 months ago) by capela
File length: 10779 byte(s)
Diff to previous 2282 , to selected 2839
* Added include <unistd.h> to shut up gcc 4.7 build failures.

Revision 2282 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 13 20:29:46 2011 UTC (12 years, 4 months ago) by capela
File length: 10759 byte(s)
Diff to previous 2210 , to selected 2839
* Fixed Makefile.in handling of installation directories to
  the configure script eg. --bindir, --datadir, --localedir.

Revision 2210 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 18 08:18:36 2011 UTC (12 years, 8 months ago) by persson
File length: 10437 byte(s)
Diff to previous 2181 , to selected 2839
* Made lookup of translation files work inside a Mac OS X bundle
* Minor Mac OS X compilation error fix


Revision 2181 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 5 10:21:53 2011 UTC (12 years, 9 months ago) by capela
File length: 10247 byte(s)
Diff to previous 2144 , to selected 2839
* Debugging stacktrace now applies to all working threads.

Revision 2144 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 18:49:54 2010 UTC (13 years, 5 months ago) by persson
File length: 10223 byte(s)
Diff to previous 2074 , to selected 2839
* Fixes for cross compiling and building for Windows with configure
  and make.
* Made lookup of translation files more robust on Windows


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


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