Nils
55b4888064
Mention FLTK version in the readme
4 years ago
Nils
7f9ff66897
Switch legacy-gui FLTK scheme to 'gtk+', improving rendering, fonts and widgets
4 years ago
Nils
1698cf9c2d
Protect all input dialog windows against empty strings
4 years ago
Nils
608f146bc0
update changelog
4 years ago
Nils
6380c79cc6
always send the executable name to the client first, later followed by the announced name. This is standard behaviour that was implicitely expected by legacy-gui. issue #41
4 years ago
Nils
ded564b863
comment on client/new and executable name vs reported name. no functional code changes
4 years ago
Nils
41de126bf5
Fix more corner-cases regarding labels
4 years ago
Nils
f3b7daf557
Check status for null as well, just to be super strict
4 years ago
Nils
e04c02429d
Don't send label when it is NULL. Ha, we nearly did the same mistake like we fixed earlier
4 years ago
Nils
f59790200c
Update changelog for client sending when detached
4 years ago
Nils
c8fd40bace
Detach label storing from the presense of a GUI. Send label with client list when a gui announces to already running session
4 years ago
Nils
4110af1f3f
Don't display empty client_label as (), but as nothing, which was already the default state
4 years ago
Nils
15fe4b61af
resend option-gui capability when connecting to a running nsmd with loaded session
4 years ago
Nils
ec40e6d67b
Fix client status bug that lead to code never executed and a GUI attached later to a headless nsmd never receiving client information and session name
4 years ago
Nils
171fb98c01
initial status is NULL, not empty string
4 years ago
Nils
b14a4466f9
fix further memory leaks from recent code additions
4 years ago
Nils
4e35662ab8
Replace dynamic function with one-time generation. Also fixes memory leak
4 years ago
Nils
98290ce057
Use prefix ++ operator for non-primitive type to avoid keeping a copy of the previous value around
4 years ago
Nils
a6679f9c7e
Remove variable scope by one level
4 years ago
Nils
a99663759e
performance, CWE 398: Assign addr value in the initialization list
4 years ago
Nils
24c28f5ef6
initialize missing Client member variables
4 years ago
Hermann
38338beb71
Optional gui ( #29 )
* Fix one more memleak
4 years ago
Nils
6a7aba8d34
update changelog
4 years ago
Nils
30fcdd4a5c
Merge branch 'master' of github.com:linuxaudio/new-session-manager
4 years ago
Hermann
00cb68e7e1
support optional-gui in nsm.h ( #28 )
* Add optional-gui to nsm.h
* Fix formating errors, add disclaimer for timeout wait in example code
* Add simple check if server support optional-gui
* Fix memleak
4 years ago
Nils
c8adbd8edf
Add client_id collision check with follow-up regeneration
4 years ago
Nils
4eebf079e1
Improve console log messages by using actual client names, especially when clients hang and wait. Enable client developers to figure out if it is their client that is wrong or not
4 years ago
Nils
ed085c775a
Add --version to nsmd command line parameters. Reformat help string according to POSIX, include all available options, write descriptions of options
4 years ago
Nils
0919aff9ab
manually merge --load-session patch by Rik Berkelder
4 years ago
Nils
bc586c68bb
update changelog
4 years ago
Nils
9c35646749
Better variable name
4 years ago
Nils
f1375939e3
Optimise session startup time with failed-launch clients
4 years ago
diovudau
b1c7cfeb3b
Missing program launch ( #26 )
* Add client name in PID messages. More comments
* Inform user of failed launch via label.\n\nIf a program is not installed but saved in the session or if permission to execute is false nsmd now informs the GUI through a client label that the launch in fact failed. Previously it just went into the 'stopped' status which can indicate a normal exit or a program crash. With this solution no API or GUI change is needed. Also add comments and explanations.
* Check for NULL
* adjust to code style
* Whitespace around parameter
Co-authored-by: Nils <>
4 years ago
Nils
52913d3452
Update changelog
4 years ago
falkTX
788c25a553
Improve wording on abort dialog
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9532b2a3a4
Prevent adding clients with no executable name
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
ed722c9f14
Add 128x128 hicolor as possible icon path
128 / 32 = 4, so it scales cleanly
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
f85b0c30a3
Require fltk-images for legacy-gui, needed for client images
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
85fc0708fe
Reorder and rename buttons in legacy GUI; Fix status bg color
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
Nils
38bbb999fe
Use less alarming words when a client quits
4 years ago
Nils
1570004752
update changelog and add authors file
4 years ago
Hermann
924a5d0019
Add optional-gui to nsm.h ( #23 )
* Add optional-gui to nsm.h
* Fix formating errors, add disclaimer for timeout wait in example code
4 years ago
Nils
99bdd127a0
Add comments to gui_announce and more. No functional code changes
4 years ago
Olivier Humbert
28e5aa4731
Update French comment in the desktop file
4 years ago
Nils
41d535f535
proper terminal symbol for listing sessions
4 years ago
houston
d4b9c69b84
fix operation reply to last treated client instead to reply to sender
4 years ago
Nils
2e8e64f027
Typos and sorting
4 years ago
Nils
9257a456ad
Rename new-session-manager executable to nsm-legacy-gui to prevent future confusion.
4 years ago
Nils
248e2039e6
Fix fix
4 years ago
Nils
b0f21b6dc6
Fix readme. nsmd does not depend on jack
4 years ago