From 10aa0b0ffb77023f3828486aeefcdfbf91cca7b7 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 30 Oct 2014 14:29:32 -0400 Subject: Large quality of life update to Lumina: 1) Fix up the applauncher desktop plugins so that the initial sizing is sane. 2) Completely remove all global static variables from the session. 3) Re-enable the login/logout chimes (works properly without static variables) 4) Streamline the desktop background rotation algorithms a bit. 5) Greatly streamline the Session start procedure (50% to 75% faster on my computer here) 6) Make sure the background wallpaper does not rotate every time the desktop settings file changes (only when the backgrounds for that desktop are changed, or the rotation timer goes off) --- lumina-desktop/SettingsMenu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-desktop/SettingsMenu.h') diff --git a/lumina-desktop/SettingsMenu.h b/lumina-desktop/SettingsMenu.h index b781124c..9d2d905d 100644 --- a/lumina-desktop/SettingsMenu.h +++ b/lumina-desktop/SettingsMenu.h @@ -20,6 +20,7 @@ public: ~SettingsMenu(); private slots: + void InitMenu(); void runApp(QAction* act); }; -- cgit