Commit Graph

26 Commits

Author SHA1 Message Date
matt335672 d77b0b3b9d Bump cppcheck to v2.11
This fixes the following errors:-

sesman/tools/authtest.c:64:14: error: syntax error [syntaxError]
    g_printf("xrdp auth module tester v" PACKAGE_VERSION "\n");
             ^
sesman/tools/sesrun.c:165:14: error: syntax error [syntaxError]
    g_printf("xrdp session starter v" PACKAGE_VERSION "\n");
             ^
vrplayer/decoder.h:35:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/playaudio.h:45:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/dlgabout.h:22:13: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    private slots:
            ^
vrplayer/playvideo.h:49:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
Additionally, cppcheck now makes use of all available CPUs
2023-06-23 15:12:51 +01:00
Alexandre Quesnel 52707ac686 Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
matt335672 5aca3aa847 Fix cppcheck warnings in vrplayer/ourinterface.cpp 2020-01-21 10:19:41 +00:00
matt335672 16c20dc6e3 misc: Fix cppcheck 1.82 + 1.90 warnings 2020-01-19 14:13:47 +00:00
Pavel Roskin 8a1de8dbc4 Remove trailing whitespace 2017-02-08 13:30:56 +09:00
Pavel Roskin ca9cbcafc8 Typo fixes 2016-05-04 23:33:30 -07:00
Pavel Roskin 92a6833e9b Fix typos 2016-02-13 20:41:07 -08:00
Jay Sorg 75978a702b vrplayer: many fixes 2013-12-18 23:33:28 -08:00
Jay Sorg d60fd3f513 vrplayer: bump version 2013-12-18 21:05:20 -08:00
Jay Sorg 5402cd1273 vrplayer: some minor fixes 2013-11-19 16:16:51 -08:00
Jay Sorg ea4e531325 vrplayer: up version number 2013-11-11 02:56:01 -08:00
Jay Sorg ad0532b1bf vrplayer: work on client timing 2013-11-11 01:52:14 -08:00
Jay Sorg f5e9bc3308 vrplayer: work on removing server side timing 2013-11-08 11:39:31 -08:00
Jay Sorg a836aa55cb vrplayer: work on removing server side timing 2013-11-08 11:20:38 -08:00
Jay Sorg bb19b8ed57 vrplayer: added help about dialog 2013-07-19 23:45:13 -07:00
Jay Sorg def3ba8d6a vrplayer: added volume, fix some useability issues 2013-07-19 17:38:36 -07:00
Jay Sorg 89daffaaef vrplayer: added help about and fix seg fault when closing 2013-07-18 22:20:34 -07:00
Jay Sorg 318ed3acb1 vrplayer: got rid of some usleep compile errors 2013-07-11 23:33:38 -07:00
Laxmikant Rashinkar 6d3a2cd5fd vrplayer: pause video during window move and resize 2013-06-27 17:48:52 -07:00
Laxmikant Rashinkar 374cb93ded vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
Jay Sorg 6daec38c65 vrplayer fixes 2013-01-16 10:31:11 -08:00
Jay Sorg 13327df86f vrplayer: change to get screen position 2013-01-13 20:13:27 -08:00
Jay Sorg fb01994dbb vrplayer: path and close changes 2012-12-30 23:02:06 -08:00
Jay Sorg 0013072938 vrplayer: rpath change 2012-12-30 17:33:17 -08:00
Laxmikant Rashinkar cae2adb75e o developer checkin
o modified vrplayer to use threads
2012-12-26 18:48:17 -08:00
Laxmikant Rashinkar 4c67aad4c4 o development checkin
o added vrplayer
2012-12-08 16:36:41 -08:00