Add new session button to SessionsModel
ClosedPublic

Authored by davidedmundson on Aug 26 2016, 3:02 PM.

Details

Summary

This (optionally) appends an entry to the SessionsModel to append a "New
Session" option. The lock screen / user switcher are then modified to
use it.

Messages.sh is modified so all components are covered by the same pot.

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson retitled this revision from to Add new session button to SessionsModel.
davidedmundson updated this object.
davidedmundson edited the test plan for this revision. (Show Details)
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma. · View Herald TranscriptAug 26 2016, 3:02 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.Aug 26 2016, 3:27 PM
mart added a reviewer: mart.
mart added a subscriber: mart.
mart added inline comments.
components/CMakeLists.txt
2

unrelated?

components/sessionsprivate/CMakeLists.txt
20

in same commit as -DTRANSLATION_DOMAIN?

This revision is now accepted and ready to land.Aug 26 2016, 3:27 PM
davidedmundson added inline comments.Aug 26 2016, 3:41 PM
components/CMakeLists.txt
2

I was introducting i18n into components/sessionsprivate which previously didn't have it

I didn't want to make a new .pot for 2 words, so I moved the -DTRANSLATION_DOMAN and Messages.sh
from components/shellprivate -> components

so that it covers all items in components.

This revision was automatically updated to reflect the committed changes.