Quantcast
Channel: Sneedacity:597cdb7428b48e797d7fc10f0f2a069df07e569d commits
Browsing index pages (39 articles)

AudacityApp.cpp and some others freed from cyclic link dependencies

View Article


ScriptCommandRelay.cpp is not link dependent on AudacityApp.cpp ...

... Let it send an event to the application instead of calling the handler directly.

View Article


Move AudacityApp::GenerateCrashReport to its own files

View Article

Remove AudacityApp::GetLogger() & HelpActions::DoShowLog()

View Article

Move AudacityApp::MacActivateApp out of WindowMenus.cpp

View Article


Don't call AudacityApp::OnMenuAbout directly from HelpMenus.cpp

View Article

Don't call QuitAudacity directly from src/menus...

... This cuts link dependency on AudacityApp.cpp, and allows the function to be private to that file

View Article

Move SaveWindowSize to Project.cpp & it no longer needs AudacityApp.h

View Article


AudacityProject.cpp does not need gIsQuitting from AudacityApp.h

View Article


Move language setting and event from AudacityApp.h to GUIPrefs.h

View Article

Move version keys from AudacityApp to AudacityPrefs

View Article

Move AudacityPathList & utilities from AudacityApp.h to FileNames.h

View Article

Move default temporary directory from AudacityApp.h to FileNames

View Article


Missing alias file tracking out of AudacityApp, into new files...

... which reduces the need for including AudacityApp.h

View Article

Some naming consistency...

Prefer "MissingAliasFiles" not other permutations of the words

View Article


Do not require AudacityApp.h when using global file history

View Article

Move an event type definition out of AudacityApp.h

View Article


A class encapsulating the global clipboard

View Article

Grid accessibility: incorrect focus can be read

Problem: this affects NVDA and Narrator, but not Jaws. If a user moves to the Delete button and presses it to delete a label, a label is incorrectly read as the new focus - the focus remains on the...

View Article

Trackpanel accessibility: incorrect focus can be read

Problem: If the initial focus is a control in a toolbar, then after applying an effect such as amplify, then the focus is read as being a track, not the control in the toolbar....

View Article
Browsing index pages (39 articles)


Latest Images