GSoC/GCI Archive
Google Code-in 2013 KDE

Remember tracking settings in the Marble KDE application (Marble #323095)

completed by: Levente Kurusa

mentors: Torsten Rahn, Dennis Nienhüser

Marble is a virtual globe and world atlas — your Swiss army knife for maps. Find your way and explore the world! The Qt version remembers tracking settings like whether to automatically center on the current location. This is implemented in src/apps/marble-qt/QtMainWindow.cpp around the code locations starting with settings.beginGroup( "Tracking" ). Please port this to the KDE version: Add suitable config values to src/apps/marble-kde/marble.kcfg and use them (the class MarbleSettings is autogenerated from marble.kcfg) in src/apps/marble-kde/marble_part.cpp similar to how QtMainWindow.cpp does.

Helpful links: