diff --git a/CHANGELOG b/CHANGELOG index 3e3ec13..acb85c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ Format: Double ## for a version number followed by a space, ISO-Date, Semantic V Two empty lines before the next entry. External contributors notice at the end of the line: (LastName, FirstName / nick) + ## 2022-01-15 0.3.1 Option in Control menu to split the session view between horizontally and vertically The session list now dynamically expands to the needed with. diff --git a/engine/api.py b/engine/api.py index b362dcf..79fab81 100644 --- a/engine/api.py +++ b/engine/api.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ) diff --git a/engine/comparedirectories.py b/engine/comparedirectories.py index 5a8c534..f84563c 100644 --- a/engine/comparedirectories.py +++ b/engine/comparedirectories.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) The Non-Session-Manager by Jonathan Moore Liles : http://non.tuxfamily.org/nsm/ New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager diff --git a/engine/config.py b/engine/config.py index 3457413..3c7fda1 100644 --- a/engine/config.py +++ b/engine/config.py @@ -22,7 +22,7 @@ METADATA={ "tagline" : 'Music and audio production session manager based on NSM.', "version" : "0.3.0", - "year" : "2021", + "year" : "2022", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/agordejo", diff --git a/engine/findicons.py b/engine/findicons.py index aaddf0e..bcc4a57 100644 --- a/engine/findicons.py +++ b/engine/findicons.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/findprograms.py b/engine/findprograms.py index b0ef11a..2de956d 100644 --- a/engine/findprograms.py +++ b/engine/findprograms.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/jackclient.py b/engine/jackclient.py index 3e2797f..1cf8fb2 100644 --- a/engine/jackclient.py +++ b/engine/jackclient.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/nsmservercontrol.py b/engine/nsmservercontrol.py index ae18701..9eeda52 100644 --- a/engine/nsmservercontrol.py +++ b/engine/nsmservercontrol.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) The Non-Session-Manager by Jonathan Moore Liles : http://non.tuxfamily.org/nsm/ New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager diff --git a/engine/start.py b/engine/start.py index ac38502..06206dd 100644 --- a/engine/start.py +++ b/engine/start.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/watcher.py b/engine/watcher.py index 4b75b8d..d99fd4a 100644 --- a/engine/watcher.py +++ b/engine/watcher.py @@ -1,7 +1,7 @@ #! /usr/bi n/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/addclientprompt.py b/qtgui/addclientprompt.py index 3d43f06..b79027a 100644 --- a/qtgui/addclientprompt.py +++ b/qtgui/addclientprompt.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ). diff --git a/qtgui/changelog.py b/qtgui/changelog.py index 825b191..43fe06a 100644 --- a/qtgui/changelog.py +++ b/qtgui/changelog.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/descriptiontextwidget.py b/qtgui/descriptiontextwidget.py index 4e472f9..17000e4 100644 --- a/qtgui/descriptiontextwidget.py +++ b/qtgui/descriptiontextwidget.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ) diff --git a/qtgui/eventloop.py b/qtgui/eventloop.py index 782d5a6..d4fe739 100644 --- a/qtgui/eventloop.py +++ b/qtgui/eventloop.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ). diff --git a/qtgui/helper.py b/qtgui/helper.py index a8fd093..4ccbc29 100644 --- a/qtgui/helper.py +++ b/qtgui/helper.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of Laborejo ( https://www.laborejo.org ) diff --git a/qtgui/jacktransport.py b/qtgui/jacktransport.py index 989f020..74746af 100644 --- a/qtgui/jacktransport.py +++ b/qtgui/jacktransport.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/mainwindow.py b/qtgui/mainwindow.py index 39c6012..3e1ce33 100644 --- a/qtgui/mainwindow.py +++ b/qtgui/mainwindow.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ). diff --git a/qtgui/opensessioncontroller.py b/qtgui/opensessioncontroller.py index c10c91a..d568cf1 100644 --- a/qtgui/opensessioncontroller.py +++ b/qtgui/opensessioncontroller.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/projectname.py b/qtgui/projectname.py index 89fac48..5003b46 100644 --- a/qtgui/projectname.py +++ b/qtgui/projectname.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/sessiontreecontroller.py b/qtgui/sessiontreecontroller.py index b195af2..8850a34 100644 --- a/qtgui/sessiontreecontroller.py +++ b/qtgui/sessiontreecontroller.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ). diff --git a/qtgui/settings.py b/qtgui/settings.py index c3579b0..f8f6dd6 100644 --- a/qtgui/settings.py +++ b/qtgui/settings.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/systemtray.py b/qtgui/systemtray.py index d627bf9..846da8b 100644 --- a/qtgui/systemtray.py +++ b/qtgui/systemtray.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/usermanual.py b/qtgui/usermanual.py index aed4e92..acc0353 100644 --- a/qtgui/usermanual.py +++ b/qtgui/usermanual.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/waitdialog.py b/qtgui/waitdialog.py index 33facbf..7612d98 100644 --- a/qtgui/waitdialog.py +++ b/qtgui/waitdialog.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ) diff --git a/tools/nsm-data b/tools/nsm-data index 0453d1a..5407f17 100755 --- a/tools/nsm-data +++ b/tools/nsm-data @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/tools/nsmcmdline.py b/tools/nsmcmdline.py index c775e49..3c07198 100644 --- a/tools/nsmcmdline.py +++ b/tools/nsmcmdline.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) The Non-Session-Manager by Jonathan Moore Liles : http://non.tuxfamily.org/nsm/ With help from code fragments from https://github.com/attwad/python-osc ( DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2 ) diff --git a/tools/nsmservercontrol.py b/tools/nsmservercontrol.py index 6d64674..0d7798b 100644 --- a/tools/nsmservercontrol.py +++ b/tools/nsmservercontrol.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) The Non-Session-Manager by Jonathan Moore Liles : http://non.tuxfamily.org/nsm/ New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager