Ver código fonte

2022 files

master
Nils 2 anos atrás
pai
commit
5f31497df9
  1. 1
      CHANGELOG
  2. 2
      engine/api.py
  3. 2
      engine/comparedirectories.py
  4. 2
      engine/config.py
  5. 2
      engine/findicons.py
  6. 2
      engine/findprograms.py
  7. 2
      engine/jackclient.py
  8. 2
      engine/nsmservercontrol.py
  9. 2
      engine/start.py
  10. 2
      engine/watcher.py
  11. 2
      qtgui/addclientprompt.py
  12. 2
      qtgui/changelog.py
  13. 2
      qtgui/descriptiontextwidget.py
  14. 2
      qtgui/eventloop.py
  15. 2
      qtgui/helper.py
  16. 2
      qtgui/jacktransport.py
  17. 2
      qtgui/mainwindow.py
  18. 2
      qtgui/opensessioncontroller.py
  19. 2
      qtgui/projectname.py
  20. 2
      qtgui/sessiontreecontroller.py
  21. 2
      qtgui/settings.py
  22. 2
      qtgui/systemtray.py
  23. 2
      qtgui/usermanual.py
  24. 2
      qtgui/waitdialog.py
  25. 2
      tools/nsm-data
  26. 2
      tools/nsmcmdline.py
  27. 2
      tools/nsmservercontrol.py

1
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. Two empty lines before the next entry.
External contributors notice at the end of the line: (LastName, FirstName / nick) External contributors notice at the end of the line: (LastName, FirstName / nick)
## 2022-01-15 0.3.1 ## 2022-01-15 0.3.1
Option in Control menu to split the session view between horizontally and vertically Option in Control menu to split the session view between horizontally and vertically
The session list now dynamically expands to the needed with. The session list now dynamically expands to the needed with.

2
engine/api.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org )

2
engine/comparedirectories.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/ The Non-Session-Manager by Jonathan Moore Liles <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/
New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager

2
engine/config.py

@ -22,7 +22,7 @@ METADATA={
"tagline" : 'Music and audio production session manager based on NSM.', "tagline" : 'Music and audio production session manager based on NSM.',
"version" : "0.3.0", "version" : "0.3.0",
"year" : "2021", "year" : "2022",
"author" : "Laborejo Software Suite", "author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/agordejo", "url" : "https://www.laborejo.org/agordejo",

2
engine/findicons.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
engine/findprograms.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
engine/jackclient.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
engine/nsmservercontrol.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/ The Non-Session-Manager by Jonathan Moore Liles <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/
New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager

2
engine/start.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
engine/watcher.py

@ -1,7 +1,7 @@
#! /usr/bi n/env python3 #! /usr/bi n/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/addclientprompt.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ). This file is part of the Laborejo Software Suite ( https://www.laborejo.org ).

2
qtgui/changelog.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/descriptiontextwidget.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org )

2
qtgui/eventloop.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ). This file is part of the Laborejo Software Suite ( https://www.laborejo.org ).

2
qtgui/helper.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ) This file is part of Laborejo ( https://www.laborejo.org )

2
qtgui/jacktransport.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/mainwindow.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ). This file is part of the Laborejo Software Suite ( https://www.laborejo.org ).

2
qtgui/opensessioncontroller.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/projectname.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/sessiontreecontroller.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ). This file is part of the Laborejo Software Suite ( https://www.laborejo.org ).

2
qtgui/settings.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/systemtray.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/usermanual.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),

2
qtgui/waitdialog.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org )

2
tools/nsm-data

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application. more specifically its template base application.

2
tools/nsmcmdline.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/ The Non-Session-Manager by Jonathan Moore Liles <male@tuxfamily.org>: 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 ) With help from code fragments from https://github.com/attwad/python-osc ( DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2 )

2
tools/nsmservercontrol.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/ The Non-Session-Manager by Jonathan Moore Liles <male@tuxfamily.org>: http://non.tuxfamily.org/nsm/
New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager

Carregando…
Cancelar
Salvar