Nils
1f193b71c2
Create 'extras' directory to hold helper libraries etc. pynsm is now part of this repository
4 years ago
Nils
5f8902e574
Replace cowboy-language with normal, descriptive reply messages
4 years ago
Nils
4db63f8837
Implement various safeguards to not let orphaned clients or daemons instances live without the user realizing.
4 years ago
Nils
3b0ffc4af3
Next version is a minor one, not a patchlevel one. Introducing the --quiet switch makes this necessary.
4 years ago
Nils
992a044efa
Introduce command line parameters to handle showing nmsd messages. Default is on. Remove any NDEBUG handling, because that was overidden by distributions default build options. We want the users to report meaningful bugs
4 years ago
Nils
7efc5259cb
Rename legacy-gui to nsm-legacy-gui. This is only internal, the build and install name was already nsm-legacy-gui. This fixes the manpage which was wrong before
4 years ago
theGreatWhiteShark
03e637f854
fix resizing ( #65 )
Fixes #64
A small, resizable box in the bottom of the legacy GUI allowed the tree containing the session list to be scaled to zero width and thus to disappear.
4 years ago
Olivier Humbert
fb380bf725
Adds a French name in the desktop file ( #55 )
5 years ago
Nils
a8ab514027
Add explanation comments to nsm.h
5 years ago
Nils
972b8ca3ad
Change all occurences of argodejo to agordejo
5 years ago
Hermann
95724bd549
Fix memleak (missing free() for session_root) ( #50 )
Thanks
5 years ago
falkTX
a84e99bda5
Fix printf usage for -Wformat-security
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Nils
de77658436
Add a set of simple, neutral icons. Better than no icons
5 years ago
Nils
f80ce16151
Send consistent session name/relative-path pair to the annouced GUI, no matter how the session was loaded. #46
5 years ago
Nils
c44e7c351b
italian .desktop comment. thanks redtide
5 years ago
Nils
0e041ffa31
Provide full semantic versioning to nsmd.cpp
5 years ago
Nils
7c94b07479
provide manpage for symlink non-session-manager. Put manpage install into the right functions in meson.build. Fix typo in help string
5 years ago
Nils
47e30cc6b3
Add documentation, manpages, update all executable to have --help commandline parameters
5 years ago
Nils
9075c1b0be
legacy-gui: dark theme
5 years ago
Nils
964314f745
legacy-gui: Remove undocumented 'feature' that adds nsm-proxy when adding a single space as client name
5 years ago
Nils
11bca88db7
Only show a colored border around client widgets when there is a warning state. Normal operation is just normal looking
5 years ago
Nils
7f9ff66897
Switch legacy-gui FLTK scheme to 'gtk+', improving rendering, fonts and widgets
5 years ago
Nils
1698cf9c2d
Protect all input dialog windows against empty strings
5 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
5 years ago
Nils
ded564b863
comment on client/new and executable name vs reported name. no functional code changes
5 years ago
Nils
41de126bf5
Fix more corner-cases regarding labels
5 years ago
Nils
f3b7daf557
Check status for null as well, just to be super strict
5 years ago
Nils
e04c02429d
Don't send label when it is NULL. Ha, we nearly did the same mistake like we fixed earlier
5 years ago
Nils
f59790200c
Update changelog for client sending when detached
5 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
5 years ago
Nils
4110af1f3f
Don't display empty client_label as (), but as nothing, which was already the default state
5 years ago
Nils
15fe4b61af
resend option-gui capability when connecting to a running nsmd with loaded session
5 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
5 years ago
Nils
171fb98c01
initial status is NULL, not empty string
5 years ago
Nils
b14a4466f9
fix further memory leaks from recent code additions
5 years ago
Nils
4e35662ab8
Replace dynamic function with one-time generation. Also fixes memory leak
5 years ago
Nils
98290ce057
Use prefix ++ operator for non-primitive type to avoid keeping a copy of the previous value around
5 years ago
Nils
a6679f9c7e
Remove variable scope by one level
5 years ago
Nils
a99663759e
performance, CWE 398: Assign addr value in the initialization list
5 years ago
Nils
24c28f5ef6
initialize missing Client member variables
5 years ago
Hermann
38338beb71
Optional gui ( #29 )
* Fix one more memleak
5 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
5 years ago
Nils
c8adbd8edf
Add client_id collision check with follow-up regeneration
5 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
5 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
5 years ago
Nils
0919aff9ab
manually merge --load-session patch by Rik Berkelder
5 years ago
Nils
9c35646749
Better variable name
5 years ago
Nils
f1375939e3
Optimise session startup time with failed-launch clients
5 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 <>
5 years ago
falkTX
788c25a553
Improve wording on abort dialog
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago