index
:
delta/qt5/qtlocation.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.5
6.5.0
6.5.1
dev
lts-6.2
noqt3d
old/5.2
stable
wip/cmake
wip/experimental_scenegraphing
wip/navigation
wip/qa
wip/qt6
code.qt.io: qt/qtlocation.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify Q(Declarative)GeoMapParameter
Volker Hilsheimer
2022-09-27
8
-124
/
+35
*
Remove MapObjects from labs
Volker Hilsheimer
2022-09-27
59
-6584
/
+5
*
Reorganize code for map items into separate folder
Volker Hilsheimer
2022-09-27
43
-43
/
+43
*
Improve QEvent::UngrabMouse handling in map gesture area
Lauri Laanmets
2022-09-27
1
-13
/
+3
*
Move the GeoJSON parser out of labs
Volker Hilsheimer
2022-09-27
3
-1
/
+1
*
Clean up CMakeLists
Volker Hilsheimer
2022-09-27
1
-86
/
+72
*
Remove duplicate type registration
Volker Hilsheimer
2022-09-27
1
-3
/
+0
*
GeoJSON: don't crash when operating on empty data
Volker Hilsheimer
2022-09-23
1
-0
/
+2
*
Cleanup: Move PlaceCategoryNode into only class using it
Volker Hilsheimer
2022-09-23
1
-8
/
+7
*
Remove save/remove implementations from Nokia engine
Volker Hilsheimer
2022-09-23
7
-198
/
+3
*
Start with changes and porting documentation
Volker Hilsheimer
2022-09-21
3
-79
/
+88
*
Cleanup: use member initialization for QGeoTiledMapScenePrivate
Volker Hilsheimer
2022-09-20
2
-29
/
+17
*
Cleanup: More nullptr instead of 0
Volker Hilsheimer
2022-09-20
63
-82
/
+90
*
Cleanup: de-virtualize QGeoCodeReplyPrivate
Volker Hilsheimer
2022-09-20
7
-79
/
+18
*
Cleanup: de-virtualize QPlaceAttributePrivate
Volker Hilsheimer
2022-09-20
2
-19
/
+1
*
Cleanup: de-virtualize QGeoManeuverPrivate
Volker Hilsheimer
2022-09-20
2
-185
/
+41
*
Cleanup: de-virtualize QGeoRouteSegmentPrivate
Volker Hilsheimer
2022-09-20
2
-198
/
+40
*
Cleanup: apply rule of zero
Volker Hilsheimer
2022-09-20
12
-60
/
+14
*
Refactor: make QGeoJson a namespace
Volker Hilsheimer
2022-09-20
2
-30
/
+33
*
Refactor: for loops
Volker Hilsheimer
2022-09-14
33
-308
/
+276
*
Refactor: remove duplicated code
Volker Hilsheimer
2022-09-14
4
-54
/
+10
*
Refactor QDeclarativeGeoMapItemUtils into a namespace
Volker Hilsheimer
2022-09-14
2
-58
/
+67
*
Cleanup: use nullptr instead of 0
Volker Hilsheimer
2022-09-14
28
-81
/
+80
*
Cleanup: Don't pass 0 to QSharedPointer constructor
Volker Hilsheimer
2022-09-14
3
-4
/
+4
*
Refactor QGeoSimplify into a namespace, simplify, remove dead code
Volker Hilsheimer
2022-09-14
2
-297
/
+73
*
Merge the factory versions into one
Volker Hilsheimer
2022-09-14
4
-112
/
+54
*
Constructor cleanup
Volker Hilsheimer
2022-09-14
94
-803
/
+352
*
Remove unused QDeclarativePeriod header and QPlacePeriod test
Volker Hilsheimer
2022-09-14
1
-102
/
+0
*
Cleanup: remove virtual keyword from overrides
Volker Hilsheimer
2022-09-14
26
-162
/
+162
*
Make QDeclarativeGeoRoute::legs type safe
Volker Hilsheimer
2022-09-14
2
-4
/
+5
*
Doc: fix type of MapItemView::autoFitViewport
Tasuku Suzuki
2022-09-14
1
-1
/
+1
*
Fix documentation warnings
Volker Hilsheimer
2022-09-03
2
-4
/
+3
*
Bring back QML documentation for CameraCapabilities
Volker Hilsheimer
2022-09-02
1
-43
/
+63
*
Remove unnecessary QML type registration data files
Volker Hilsheimer
2022-09-02
8
-2099
/
+2
*
Remove QDeclarativeGeoManeuver
Volker Hilsheimer
2022-09-01
9
-411
/
+150
*
Remove declarative wrapper for QGeoCameraCapabilities
Volker Hilsheimer
2022-08-31
4
-138
/
+6
*
Fix "invalid nullptr parameter" warning from QObject::connect
Volker Hilsheimer
2022-08-31
2
-3
/
+19
*
Gadgetize Map Value types
Volker Hilsheimer
2022-08-31
10
-0
/
+62
*
Port to pointer-to-member-function connection syntax
Volker Hilsheimer
2022-08-31
96
-537
/
+576
*
Purge remaining usage of Q_NULLPTR
Johannes Kauffmann
2022-08-30
1
-2
/
+2
*
Cleanup private map types
Volker Hilsheimer
2022-08-30
30
-405
/
+104
*
Modernize and clean up QGeoRoute(Leg)
Volker Hilsheimer
2022-08-30
2
-59
/
+31
*
Clean up mix of polymorph and value semantics
Volker Hilsheimer
2022-08-30
2
-6
/
+0
*
More include cleanup
Volker Hilsheimer
2022-07-29
31
-112
/
+125
*
Use 'const' correctly
Volker Hilsheimer
2022-07-29
52
-113
/
+112
*
Modernize Places value types
Volker Hilsheimer
2022-07-29
24
-299
/
+316
*
Clean up includes
Volker Hilsheimer
2022-07-28
97
-157
/
+238
*
Modernize Maps value types
Volker Hilsheimer
2022-07-28
20
-139
/
+183
*
Bump plugin interface version to 6.0
Volker Hilsheimer
2022-07-27
8
-8
/
+8
*
Remove unused placemacro header
Volker Hilsheimer
2022-07-27
3
-76
/
+1
[next]