[Marble-bugs] [Bug 282865] Issues with incude files for marble lib
Dennis Nienhüser
earthwings at gentoo.org
Mon May 14 19:55:23 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=282865
Dennis Nienhüser <earthwings at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/marb
| |le/87cce17ba8156d7aee03a799
| |b7fda8e78702f290
--- Comment #3 from Dennis Nienhüser <earthwings at gentoo.org> ---
Git commit 87cce17ba8156d7aee03a799b7fda8e78702f290 by Dennis Nienhüser.
Committed on 14/05/2012 at 21:20.
Pushed by nienhueser into branch 'master'.
Endorse marble/class.h #includes (instead of simple class.h)
REVIEW: 103656
M +5 -12 FindMarble.cmake
http://commits.kde.org/marble/87cce17ba8156d7aee03a799b7fda8e78702f290
--- Comment #4 from Dennis Nienhüser <earthwings at gentoo.org> ---
Git commit bd40a2bc5722ceded5bea08b011518a368c7dc68 by Dennis Nienhüser.
Committed on 14/05/2012 at 21:40.
Pushed by nienhueser into branch 'master'.
Rename global.h to MarbleGlobal.h
The new name is consistent with the class declared by it and avoids
name conflicts with other libraries (once the placeholder global.h
will be removed). The old style inclusion using global.h is still
possible for backward compatibility and issues a friendly reminder
to switch to the renamed file.
M +1 -1 examples/cpp/map-properties/main.cpp
M +1 -1 src/MarbleTest.cpp
M +2 -2 src/bindings/python/sip/global.sip
M +1 -1 src/lib/AutoNavigation.cpp
M +1 -1 src/lib/BookmarkManager.h
M +2 -1 src/lib/CMakeLists.txt
M +1 -1 src/lib/ClipPainter.h
M +1 -1 src/lib/DownloadPolicy.h
M +1 -1 src/lib/EquirectScanlineTextureMapper.h
M +1 -1 src/lib/FileStoragePolicy.cpp
M +1 -1 src/lib/FileStorageWatcher.cpp
M +1 -1 src/lib/GeoGraphicsScene.h
M +1 -1 src/lib/GeoPainter.cpp
M +1 -1 src/lib/GeoPainter.h
M +1 -1 src/lib/GeoPainter_p.h
M +1 -1 src/lib/HttpDownloadManager.h
M +1 -1 src/lib/HttpJob.h
M +1 -1 src/lib/LatLonEdit.cpp
M +1 -1 src/lib/LatLonEdit.h
M +1 -1 src/lib/MapViewWidget.h
M +1 -1 src/lib/MapWizard.cpp
M +1 -1 src/lib/MarbleAboutDialog.cpp
M +1 -1 src/lib/MarbleControlBox.cpp
M +1 -1 src/lib/MarbleControlBox.h
R +2 -2 src/lib/MarbleGlobal.cpp [from: src/lib/global.cpp - 096%
similarity]
C +1 -1 src/lib/MarbleGlobal.h [from: src/lib/global.h - 099%
similarity]
R +1 -1 src/lib/MarbleGlobal_p.h [from: src/lib/global_p.h - 096%
similarity]
M +1 -1 src/lib/MarbleLineEdit.cpp
M +1 -1 src/lib/MarbleModel.cpp
M +1 -1 src/lib/MarbleModel.h
M +1 -1 src/lib/MarbleThemeSelectView.cpp
M +1 -1 src/lib/MarbleWidget.h
M +1 -1 src/lib/MarbleWidgetInputHandler.cpp
M +1 -1 src/lib/MercatorScanlineTextureMapper.h
M +1 -1 src/lib/MergedLayerDecorator.cpp
M +1 -1 src/lib/Planet.cpp
M +1 -1 src/lib/Projections/SphericalProjection.cpp
M +1 -1 src/lib/QtMarbleConfigDialog.cpp
M +1 -1 src/lib/QtMarbleConfigDialog.h
M +1 -1 src/lib/ServerLayout.cpp
M +1 -1 src/lib/SphericalScanlineTextureMapper.cpp
M +1 -1 src/lib/SphericalScanlineTextureMapper.h
M +1 -1 src/lib/StackedTile.h
M +1 -1 src/lib/StackedTileLoader.cpp
M +1 -1 src/lib/StackedTileLoader.h
M +1 -1 src/lib/SunLocator.cpp
M +1 -1 src/lib/TextureColorizer.cpp
M +1 -1 src/lib/TextureColorizer.h
M +1 -1 src/lib/TileCreator.cpp
M +1 -1 src/lib/TileLoader.h
M +1 -1 src/lib/TileLoaderHelper.cpp
M +1 -1 src/lib/TinyWebBrowser.cpp
M +1 -1 src/lib/VectorComposer.cpp
M +1 -1 src/lib/VectorMap.cpp
M +1 -1 src/lib/VectorMap.h
M +1 -1 src/lib/ViewParams.h
M +1 -1 src/lib/ViewportParams.h
M +1 -1 src/lib/blendings/SunLightBlending.cpp
M +1 -1 src/lib/geodata/data/GeoDataCoordinates.cpp
M +1 -1 src/lib/geodata/data/GeoDataCoordinates.h
M +1 -1 src/lib/geodata/data/GeoDataGeometry.h
M +1 -1 src/lib/geodata/data/GeoDataGroundOverlay.h
M +1 -1 src/lib/geodata/data/GeoDataLatLonAltBox.h
M +1 -1 src/lib/geodata/data/GeoDataLatLonBox.h
M +1 -1 src/lib/geodata/data/GeoDataLineString.h
M +1 -1 src/lib/geodata/data/GeoDataPhotoOverlay.h
M +1 -1 src/lib/geodata/data/GeoDataPoint.cpp
M +1 -1 src/lib/geodata/data/GeoDataPolygon.h
M +1 -1 src/lib/geodata/handlers/dgml/DgmlDownloadPolicyTagHandler.cpp
M +1 -1 src/lib/geodata/handlers/kml/KmlAltitudeTagHandler.cpp
M +1 -1 src/lib/geodata/handlers/kml/KmlCoordinatesTagHandler.cpp
M +1 -1 src/lib/geodata/handlers/kml/KmlLatitudeTagHandler.cpp
M +1 -1 src/lib/geodata/handlers/kml/KmlLongitudeTagHandler.cpp
M +1 -1 src/lib/geodata/handlers/kml/KmlRangeTagHandler.cpp
M +1 -1 src/lib/geodata/scene/GeoSceneTexture.h
M +1 -1 src/lib/geodata/scene/GeoSceneXmlDataSource.cpp
M +2 -298 src/lib/global.h
M +1 -1 src/lib/layers/PlacemarkLayout.cpp
M +1 -1 src/lib/layers/TextureLayer.h
M +1 -1 src/lib/routing/RoutingModel.cpp
M +1 -1 src/lib/routing/RoutingProfileSettingsDialog.cpp
M +1 -1 src/marble.kcfg
M +1 -1 src/marble_part.h
M +1 -1 src/plasmoid/worldclock.cpp
M +1 -1 src/plugins/declarative/MarbleDeclarativeObject.cpp
M +1 -1 src/plugins/render/aprs/AprsPlugin.cpp
M +1 -1 src/plugins/render/earthquake/EarthquakeModel.cpp
M +1 -1 src/plugins/render/mapscale/MapScaleFloatItem.cpp
M +1 -1 src/plugins/render/navigation/NavigationFloatItem.h
M +1 -1 src/plugins/render/opencaching/OpenCachingModel.cpp
M +1 -1 src/plugins/render/opendesktop/OpenDesktopModel.cpp
M +1 -1 src/plugins/render/postalcode/PostalCodeModel.cpp
M +1 -1 src/plugins/render/satellites/SatellitesItem.cpp
M +1 -1 src/plugins/render/speedometer/Speedometer.cpp
M +1 -1 src/plugins/render/weather/BBCParser.cpp
M +1 -1 src/plugins/render/weather/BBCWeatherService.cpp
M +1 -1 src/plugins/render/weather/StationListParser.cpp
M +1 -1 src/plugins/render/weather/WeatherData.cpp
M +1 -1 src/plugins/render/weather/WeatherPlugin.cpp
M +1 -1 src/plugins/render/wikipedia/GeonamesParser.cpp
M +1 -1 src/plugins/render/wikipedia/WikipediaModel.cpp
M +1 -1 src/plugins/runner/gpx/handlers/GPXgpxTagHandler.cpp
M +1 -1 src/plugins/runner/osm/handlers/OsmGlobals.cpp
M +1 -1 src/plugins/runner/osm/handlers/OsmOsmTagHandler.cpp
M +1 -1 src/qt-components/marble-touch/main.cpp
M +1 -1 tests/QuaternionTest.cpp
M +1 -1 tests/TestGeoDataCoordinates.cpp
M +1 -1 tests/TestGeoDataLatLonAltBox.cpp
M +1 -1 tests/TestGeoPainter.cpp
http://commits.kde.org/marble/bd40a2bc5722ceded5bea08b011518a368c7dc68
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list