/[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 4040 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 10 09:22:44 2022 UTC (20 months, 2 weeks ago) by capela
File length: 16349 byte(s)
Diff to previous 4030 , to selected 4024
- Add current system user-name to the singleton/unique application
  instance identifier. (EXPERIMENTAL)

Revision 4030 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 4 15:17:30 2022 UTC (2 years ago) by capela
File length: 15893 byte(s)
Diff to previous 4029 , to selected 4024
- Set QApplication::desktopFileName()...
- Main application icon is now presented in scalable format (SVG).

Revision 4029 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 1 17:49:25 2022 UTC (2 years ago) by capela
File length: 15758 byte(s)
Diff to previous 4024
- Corrected application icon deploy location.

Revision 4024 - (view) (download) (annotate) - [selected]
Modified Sun Feb 6 10:50:27 2022 UTC (2 years, 1 month ago) by capela
File length: 15730 byte(s)
Diff to previous 3996
- Migrated command line parsing to QCommandLineParser/Option
  (Qt >= 5.2) (EXPERIMENTAL)

Revision 3996 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 26 22:46:23 2021 UTC (2 years, 6 months ago) by capela
File length: 14754 byte(s)
Diff to previous 3911 , to selected 4024
- Fixed for Qt6 plugins path eg. widget theme styles.

Revision 3911 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 30 15:18:46 2021 UTC (2 years, 9 months ago) by capela
File length: 14654 byte(s)
Diff to previous 3910 , to selected 4024
- Force QT_QPA_PLATFORM=xcb to GUI aplications (GNU/Linux only)

Revision 3910 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 30 14:56:01 2021 UTC (2 years, 9 months ago) by capela
File length: 14623 byte(s)
Diff to previous 3849 , to selected 4024
- Force QT_QPA_PLATFORM=xcb to standalone GUI aplications.
- Updated debian/compat, control files to debhelper >= 10.

Revision 3849 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 7 16:18:02 2021 UTC (3 years, 2 months ago) by capela
File length: 14583 byte(s)
Diff to previous 3835 , to selected 4024
- Use <cmath> instead of <math.h> et al.

Revision 3835 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 9 10:18:55 2020 UTC (3 years, 4 months ago) by capela
File length: 14583 byte(s)
Diff to previous 3823 , to selected 4024
- Trade '0' for 'nullptr' on translators setup.

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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
* 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
- 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 4024
-

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 , to selected 4024
- 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) - [select for diffs]
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 , to selected 4024
* 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 4024
- 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 4024
* 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 4024
- 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 4024
- 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 4024
* 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 4024
* 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 4024
* 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 4024
* 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 4024
* 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 4024
* 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