Revision e6aaf6c...
Go back to digest for 11th August 2013Other in Educational
Bernhard Beschow committed changes in [marble] /:
factor out dedicated executable "marble-mobile" for mobile devices
Having a dedicated executable for mobile devices should ease maintainance for various reasons:
1) handling the smallscreen flag correctly is rather fragile and has lead to regressions in the past
2) allows for deeper integration into the system w/o "smart" code (determining network state, screensaver handling, hardware zoom buttons, etc.)
marble-qt looses the --smallscreen and --nosmallscreen commandline switches.
REVIEW: 112242
File Changes
Added 3 files
- /marble-mobile
- src/CMakeLists.txt
- src/MobileMainWindow.cpp
- src/MobileMainWindow.h
Modified 5 files
- src/CMakeLists.txt
- src/ControlView.cpp
- src/qtmain.cpp
- src/QtMainWindow.cpp
- src/QtMainWindow.h
8 files changed in total