Move UpdateMode away from MessageViewer::Viewer into MessageViewer namespace
ClosedPublic

Authored by knauss on Jan 27 2016, 5:15 PM.

Diff Detail

Repository
R94 PIM: Message Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
knauss updated this revision to Diff 2121.Jan 27 2016, 5:15 PM
knauss retitled this revision from to Move UpdateMode away from MessageViewer::Viewer into MessageViewer namespace.
knauss updated this object.
knauss added a reviewer: mlaurent.
mlaurent edited edge metadata.Jan 28 2016, 5:52 AM

You change api => change messageviewer version and create patch for kdepim/kdepim-addons.
Regards

You change api => change messageviewer version and create patch for kdepim/kdepim-addons.
Regards

that is alread on my todo list.

knauss updated this revision to Diff 2144.Jan 29 2016, 6:26 PM
knauss edited edge metadata.

Also push the chagnes to kdepim and kdepim-addons.

See D885 & D886

mlaurent accepted this revision.Jan 31 2016, 5:55 PM
mlaurent edited edge metadata.

seems ok

This revision is now accepted and ready to land.Jan 31 2016, 5:55 PM
knauss added inline comments.Jan 31 2016, 7:11 PM
messageviewer/src/viewer/nodehelper.h
52

What about to move this enum to a own file, that we would get rid of adding KF5::IconsTheme everywhere?
And we may end up adding more enums there, within the split to libotp.

knauss updated this revision to Diff 2164.Feb 1 2016, 3:44 PM
knauss edited edge metadata.

use enums.h now

I think that you forgot to install enum.h no ?
otherwise it will not work with kdepim-addons and co

knauss added a comment.Feb 2 2016, 6:34 PM

I think that you forgot to install enum.h no ?
otherwise it will not work with kdepim-addons and co

Yes you are right - but all CMakeLists foo is done in D873, but I havn't pushed the newsest version with Enum been installed:

@@ -301,6 +333,7 @@ ecm_generate_headers(MessageViewer_Camelcaseviewer_HEADERS
   Stl_Util
   CSSHelperBase
   MessagePart
+  Enums
   REQUIRED_HEADERS MessageViewer_viewer_HEADERS
   PREFIX MessageViewer
   RELATIVE viewer
This revision was automatically updated to reflect the committed changes.