[Marble-devel] Review Request 111733: Use generic OS X fullscreen method
Dennis Nienhüser
earthwings at gentoo.org
Sat Jul 27 19:55:11 UTC 2013
> On July 26, 2013, 7:12 p.m., Dennis Nienhüser wrote:
> > src/CMakeLists.txt, line 111
> > <http://git.reviewboard.kde.org/r/111733/diff/3/?file=173898#file173898line111>
> >
> > Can you move that a bit down and just append mac/MarbleMac.* to the existing lists?
>
> Mohammed Nafees wrote:
> can you elaborate please.
Like this:
set(marble_SRCS ControlView.cpp MarbleTest.cpp qtmain.cpp QtMainWindow.cpp StackableWindow.cpp)
set(marble_HDRS ControlView.h MarbleTest.h QtMainWindow.h StackableWindow.h)
if (APPLE)
LIST(APPEND marble_SRCS mac/MarbleMac.mm)
LIST(APPEND marble_HDRS mac/MarbleMac.h)
endif()
- Dennis
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111733/#review36566
-----------------------------------------------------------
On July 26, 2013, 6:56 p.m., Mohammed Nafees wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/111733/
> -----------------------------------------------------------
>
> (Updated July 26, 2013, 6:56 p.m.)
>
>
> Review request for Marble.
>
>
> Description
> -------
>
> This patch enables Marble to use the native OS X full screen method/way which makes it more customized for OS X.
>
>
> Diffs
> -----
>
> CMakeLists.txt bad9e74
> src/CMakeLists.txt b2a3e09
> src/QtMainWindow.cpp cda67ce
> src/mac/MarbleMac.h PRE-CREATION
> src/mac/MarbleMac.mm PRE-CREATION
>
> Diff: http://git.reviewboard.kde.org/r/111733/diff/
>
>
> Testing
> -------
>
> Testing done and works!
>
>
> Thanks,
>
> Mohammed Nafees
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/marble-devel/attachments/20130727/8e189ca1/attachment.html>
More information about the Marble-devel
mailing list