pgScorpio

Results 20 issues of pgScorpio

Improved inifile handling which allows saving inifiles with sections for client and server and including fileversion info. **Short description of changes** Get/Set iniset functions now take a document node parameter...

refactoring

**Short description of changes** Fix some memory leaks. Alternative for PR #2618 using exceptions to cleanly exit the application. (#2618 won't solve the problem when still using exit() or on...

bug

**Short description of changes** Commandline parsing is now implemented in a separate class Commandline parameters now accessible anywhere in the code. CHANGELOG: Refactoring: Commandline parameters are now accessible anywhere in...

refactoring

**Short description of changes** New implementation of the messageboxes part of #2583 CHANGELOG: Messageboxes will show up related to the instance instead of at system default position and they will...

refactoring

Let's keep the root folder clean after a build... **Short description of changes** Place generated moc and ui files in ./src/Generated and object files in ./obj so the jamulus root...

In the first stage I just renamed some functions in CClient to make the problem clear. The second stage should already solve this issue. **Short description of changes** First Stage:...

**Describe the bug** CServerRpc and CClientRpc/CServerRpc are created with "new" in main.cpp, but are never deleted. **To Reproduce** Run Jamulus with and without valid --jsonrpcport and --jsonrpcsecretfile parameters. Use Visual...

bug

**Has this feature been discussed and generally agreed?** Issue has been mentioned multiple times in discussion groups and on Jamulus facebook groups, but afaik not on github. The given solution...

feature request

**Describe the bug** In the past month there where a lot of changes to Jamulus.pro, leading to a lot of rebase actions with a high chance on mistakes. Especially for...

refactoring

**What is the current behaviour and why should it be changed?** Currently messageboxes for errors, warnings and info are created all over the code. Disadvantage is that they don't have...

refactoring