Age | Commit message (Collapse) | Author |
|
|
|
the permissions request dialog.
|
|
|
|
|
|
dialog.
|
|
|
|
|
|
|
|
appears on Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages if detected_language is blank.
|
|
|
|
|
|
|
|
|
|
|
|
MAINT-4952: Coverted VMM to coroutines
|
|
|
|
--HG--
branch : MAINT-5575
|
|
|
|
|
|
|
|
|
|
|
|
notification
|
|
|
|
|
|
|
|
|
|
sender name.
|
|
|
|
LLSingleton currently presents two different usage styles: deriving MyClass
from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy
is the ONLY class using the typedef style -- and the apologetic comment talks
about a potential maintenance that hasn't actually happened.
Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
|
|
|
|
|
|
|