]> git.itanic.dy.fi Git - maemo-mapper/commit
* Changed GPS interaction to use GPSD exclusively, including the new
authorgnuite <gnuite@gmail.com>
Sun, 25 Nov 2007 22:05:32 +0000 (22:05 +0000)
committergnuite <gnuite@gmail.com>
Sun, 25 Nov 2007 22:05:32 +0000 (22:05 +0000)
commitdfdd2c99268801a6ced0aa6ad722db5ae0c84757
tree38f1f15786a47bf8698c25e248af88c61c496fda
parent283cfc2d5674cd4ca73a38824027f0bff875cffa
  * Changed GPS interaction to use GPSD exclusively, including the new
    libgpsmgr framework.  This allows Maemo Mapper to automatically find a GPS
    receiver (no need to specify one in Settings, although Maemo Mapper will
    try to prefer the one you specify).  Hopefully, this will also address the
    "hanging" issues that people have been having, and it should also make the
    migration to Chinook easier.
  * Added an initial stab at supporting the internal GPS receiver on the N810.
    Use the "File Path" receiver type with "/dev/pgps" to use the N810's
    internal GPS receiver.  ("/dev/pgps" is now the default.)
  * Added the framework for a DBUS interface, including a single DBUS method
    (set_view_center).  More to come later....

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@131 6c538b50-5814-0410-93ad-8bdf4c0149d1
27 files changed:
src/Makefile.am
src/cmenu.h
src/data.c
src/data.h
src/dbus-ifc.c [new file with mode: 0644]
src/dbus-ifc.h [new file with mode: 0644]
src/defines.h
src/display.c
src/display.h
src/gdk-pixbuf-rotate.h
src/gps.c
src/gps.h
src/gpsbt.c [new file with mode: 0644]
src/gpsbt.h [new file with mode: 0644]
src/input.h
src/main.c
src/main.h
src/maps.c
src/maps.h
src/menu.c
src/menu.h
src/path.h
src/poi.h
src/settings.c
src/settings.h
src/types.h
src/util.h