----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127197/ -----------------------------------------------------------
(Updated Фев. 29, 2016, 9:36 след обяд) Status ------ This change has been marked as submitted. Review request for KDE Frameworks, Plasma, David Edmundson, David Faure, Hugo Parente Lima, and Thomas Lübking. Repository: plasma-desktop Description ------- Start porting to find leaks on X in radeon driver. Diffs ----- kcms/colors/CMakeLists.txt f02e0eb kcms/colors/colorscm.h 8e74e8a kcms/colors/colorscm.cpp f3c4f05 Diff: https://git.reviewboard.kde.org/r/127197/diff/ Testing ------- 1. Open dolphin, kate, etc... 2. kcmschell5 colors 3. Apply color scheme 4. Extremly leak on X The bug is in this peace of code QDBusMessage message = QDBusMessage::createSignal(QStringLiteral("/KGlobalSettings"), QStringLiteral("org.kde.KGlobalSettings"), QStringLiteral("notifyChange") ); QList<QVariant> args; args.append(0);//previous KGlobalSettings::PaletteChanged. This is now private API in khintsettings args.append(0);//unused in palette changed but needed for the DBus signature message.setArguments(args); QDBusConnection::sessionBus().send(message); File Attachments ---------------- Screenshot_20160227_102609.png https://git.reviewboard.kde.org/media/uploaded/files/2016/02/27/a23bfdad-7465-422e-9cef-25fe7991e795__Screenshot_20160227_102609.png Thanks, Anthony Fieroni
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel