Skip to content
#

gplv2

GNU General Public License is a free software license published by the Free Software Foundation whose main terms guarantee users the freedom to share and change the software.

Here are 95 public repositories matching this topic...

petersampsonaudacity
petersampsonaudacity commented Dec 30, 2021

Describe the bug
Throughout the app there is inconsistent quoting of names with '...' or "..." or not at all in user-visible messages

This was originally logged by @Paul-Licameli in September 2017 on Bugzilla
https://bugzilla.audacityteam.org/show_bug.cgi?id=1747

To Reproduce
Steps to reproduce the behavior:
1, Scan the source code for '%s'
2. Then scan it for "%s"
3. Observ

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

flegastelois
flegastelois commented Aug 26, 2015

Hello,

Il faudrait pouvoir configurer dans les profils plusieurs droits :

  • droit de créer des formulaires
  • droit de supprimer des formulaires
  • droit de lire les config des formulaires
    etc...

Actuellement les droits d'accès à la gestion des formulaires sont positionnés sur le droit "UPDATE" d'une "entity" : ce n'est pas du tout logique.

++

Wikipedia
Wikipedia