Commit Graph

49 Commits

Author SHA1 Message Date
Niels 880bc8b3ba draw poi name if it is near the middle of the screen 2011-03-23 00:32:10 +01:00
Niels a3d3597d73 beautify drawing of battery level a bit 2011-03-22 23:40:44 +01:00
Niels 3110a49a0d replace combobox with listwidget to select the poi type 2011-03-22 16:33:27 +01:00
Niels 6bdf7c5f47 show file name instead of generic Point of Interest title in layer menu 2011-03-22 16:32:06 +01:00
Niels f86e246ddb add not (yet) working downloader for routing data 2011-03-22 15:26:48 +01:00
Niels 8d77601115 remove unused funktion triggerAction() from layers 2011-02-19 13:34:01 +01:00
Niels 88bbfbef29 a bit more consistant ui 2011-02-19 13:13:21 +01:00
Niels a9d68105c8 load file with crtl+o 2011-02-18 10:21:53 +01:00
Niels d7480d3442 add download of poi to download widget 2011-02-18 09:53:32 +01:00
Niels 2cf2695997 rename map icons 2011-02-18 08:32:27 +01:00
Niels 6c5a65bbfa fix display of single poi 2011-02-17 19:49:43 +01:00
Niels 67b755ca82 add a .pri file for common settings in the build system 2011-02-17 16:57:57 +01:00
Niels 69d133c63c Revert "second try"
This reverts commit 88239a2deb.
2010-11-17 22:05:55 +01:00
Niels f1a2430393 Revert "first try to fix building with OpenWRT toolchain that does not include QtCore and QtGui in the include path"
This reverts commit da88ec21cd.

This was not the right solution
2010-11-17 22:05:12 +01:00
Niels 88239a2deb second try 2010-11-17 14:21:07 +01:00
Niels da88ec21cd first try to fix building with OpenWRT toolchain that does not include QtCore and QtGui in the include path 2010-11-17 14:11:42 +01:00
Niels bdecafa5bd draw icons of the points of interest loaded from a .osm file 2010-11-17 10:58:22 +01:00
Niels 5e06ce0453 a little start at getting routing directions 2010-11-17 09:49:16 +01:00
Niels 223efe7457 do not crash if no city is selected 2010-11-05 16:43:32 +01:00
Niels 8a33464fa9 do not crash if plugins could not be loaded 2010-11-05 13:07:12 +01:00
Niels 6c6fabbbda move route marker only if routing information is available for that point 2010-11-05 09:58:00 +01:00
Niels a8c63604ae use monav plugin to do address look ups 2010-11-04 21:01:35 +01:00
Niels 889c3fbc87 draw different symbol if gps device got no fix 2010-11-04 19:18:16 +01:00
Niels 0dd2f334d0 emit a signal if the gps device got a fix 2010-11-04 18:57:31 +01:00
Niels fd81fcf1f0 draw start and end markers only when they are set 2010-11-04 18:56:26 +01:00
Niels e18428cb23 add monav plugins from http://code.google.com/p/monav/ and use them to calculate routes 2010-11-03 21:39:06 +01:00
Niels 2d6e62a111 add layer that displays points of interest from a .osm file
TODO: draw different icons
2010-10-30 21:35:33 +02:00
Niels 1d81db0056 fix layout of download widget 2010-10-11 14:47:06 +02:00
Niels 4c4a960d13 show download progress only during the download 2010-10-11 14:41:28 +02:00
Niels c4d718f8d4 let the user select a subdirectory to mass download tiles into. Use this for tiles you want to delete after usage. Just delete the subdirectory in $HOME/Maps. 2010-10-11 14:24:36 +02:00
Niels 8daff2686c add menu to show/hide layers 2010-10-01 15:01:08 +02:00
Niels bfd639fd99 add option to skip existing tiles while downloading; based on patch by Mikhail Peselnik 2010-09-11 09:36:56 +02:00
Niels 4e98efe5a5 move handling of application parameters to main.cpp 2010-09-08 14:31:52 +02:00
Niels bf6b56644e don't perform action if a modifier is pressed 2010-09-08 14:29:50 +02:00
Niels e25b856e35 add offline routing via routino 2010-07-29 22:24:38 +02:00
Niels f550a9a873 display direction from gpsd 2010-07-21 21:18:51 +02:00
Niels 31392488d2 get direction, speed and altitude from gpsd 2010-07-21 21:04:58 +02:00
Niels 772ed4475a press Alt+s to take a screenshot of the map 2010-07-21 21:03:25 +02:00
Niels baed4e06d9 remove unused code 2010-06-23 19:03:29 +02:00
Niels 012268a764 update gpsclient to new json based gpsd protocol 2010-06-22 22:33:55 +02:00
Niels 2dbc275890 move key handling to the layers
add layer to show current gps position
2010-06-22 22:31:29 +02:00
Niels 43593f6d4b split painting code into layer classes
add time and battery status display
2010-06-21 23:38:54 +02:00
Niels ca3823c18f speed up scaling of the gpx track 2010-06-15 15:31:27 +02:00
Niels e00325730b move config file to Maps/nanomap.conf 2010-06-15 14:42:01 +02:00
Niels 95c361f90b load tracks from .gpx files and show them in the map 2010-06-15 14:31:25 +02:00
Niels a76267346b draw little arrow under marker pointing to exact location 2010-06-13 11:58:38 +02:00
Niels 327d963696 change keyboard mapping
q -> Esc
? -> h
2010-06-13 11:14:40 +02:00
Niels 38c7c10bcf add a widget that downloads the tiles of higher zoom levels of the
currently visible area
2010-06-10 23:52:34 +02:00
Niels f236bb8248 initial import 2010-06-09 11:19:24 +02:00