Changed the old code to work as a daemon
authorDanilo Luvizotto <danilo.luvizotto@gmail.com>
Sat, 15 Jan 2011 23:20:28 +0000 (21:20 -0200)
committerDanilo Luvizotto <traysh@japune.square>
Sat, 15 Jan 2011 23:20:28 +0000 (21:20 -0200)
commitb68b97db1eef408a0ce84201311042c2c1619aff
tree450cf06f0afa2e1f24bcccbf47177307b6381f77
parent2c337062baf4fd4615ee46b4b2b508dbf6514b2e
Changed the old code to work as a daemon
Implemented dbus (adaptor and client)
Added a settings plugin to the system settings with various options
Maybe more
39 files changed:
data/glupdater [new file with mode: 0644]
data/googlelatitude.desktop
data/libglsettingsplugin.desktop [new file with mode: 0644]
debian/changelog
debian/googlelatitude.install
googlelatitude.pro
src/common/dbusclient.cpp [new file with mode: 0644]
src/common/dbusclient.h [new file with mode: 0644]
src/daemon/customuseragentpage.h [new file with mode: 0644]
src/daemon/daemon.pro [new file with mode: 0644]
src/daemon/dbusadaptor.cpp [new file with mode: 0644]
src/daemon/dbusadaptor.h [new file with mode: 0644]
src/daemon/glatitude.cpp [new file with mode: 0644]
src/daemon/glatitude.h [new file with mode: 0644]
src/daemon/gps.cpp [new file with mode: 0644]
src/daemon/gps.h [new file with mode: 0644]
src/daemon/latitude-backup.cpp [new file with mode: 0644]
src/daemon/latitude-backup.h [new file with mode: 0644]
src/daemon/latitude.cpp [new file with mode: 0644]
src/daemon/latitude.h [new file with mode: 0644]
src/daemon/main.cpp [new file with mode: 0644]
src/daemon/qwebviewselectionsuppressor.h [new file with mode: 0644]
src/glatitude.cpp [deleted file]
src/glatitude.h [deleted file]
src/gps.cpp [deleted file]
src/gps.h [deleted file]
src/latitude.cpp [deleted file]
src/latitude.h [deleted file]
src/main.cpp [deleted file]
src/settings/main.cpp [new file with mode: 0644]
src/settings/settings.cpp [new file with mode: 0644]
src/settings/settings.h [new file with mode: 0644]
src/settings/settings.pro [new file with mode: 0644]
src/settings/settings.ui [new file with mode: 0644]
src/settings/ui_settings.h [new file with mode: 0644]
src/settingsplugin/.directory [new file with mode: 0644]
src/settingsplugin/settingsplugin.c [new file with mode: 0644]
src/settingsplugin/settingsplugin.pro [new file with mode: 0644]
src/src.pro [new file with mode: 0644]