Skip to content

Commit

Permalink
Version 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaliste committed Apr 20, 2014
1 parent 73afb66 commit 97908fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
14 changes: 12 additions & 2 deletions rpm/maep-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Name: harbour-maep-qt
#%define __requires_exclude ^libjpeg.*|libcairo.*|libsoup-2.4.*|libgconf-2.*|libxml2.*|libQt5Positioning.*|libdl.*|libdbus-glib-1.*|libpixman-1.*|libfontconfig.*|libfreetype.*|libxcb-shm.*|libxcb-render.*|libxcb.*|libXrender.*|libX11.*|libXau.*|libexpat.*$

Summary: Map browser with GPS capabilities
Version: 1.3.7
Release: 13
Version: 1.4.0
Release: 1
Group: Applications/Engineering
License: GPLv2
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -86,6 +86,16 @@ cd tmp
/usr/bin

%changelog
* Sat Apr 19 2014 - Damien Caliste <[email protected]> 1.4.0-1
- rework the display layout, using swipe to switch from search to
track actions.
- add support for waypoints in tracks. waypoints are editable
through the GUI (addition and modification). Close: #5
- correct track segment handling for tracks, giving correct track duration.
- use horizontal accuracy of GPS fix to enhanced track length and duration
calculation.
- add track info on cover if available.

* Fri Mar 21 2014 - Damien Caliste <[email protected]> 1.3.7-13
- modify the layout of the track management drawer to highlight possibilities when there is no track.
- add creation time of track in the track management drawer.
Expand Down
1 change: 0 additions & 1 deletion src/PlaceHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Column {
resultList.model = lst
}

// private
property bool resultVisible: false

Item {
Expand Down
2 changes: 1 addition & 1 deletion src/maep.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEFINES += DEPLOYMENT_PATH=\"\\\"\"$${DEPLOYMENT_PATH}\"\\\"\"
DEFINES += APP=\"\\\"\"maep\"\\\"\"
DEFINES += DATADIR=\"\\\"\"$${DEPLOYMENT_PATH}\"\\\"\"
DEFINES += SAILFISH
DEFINES += VERSION=\"\\\"\"1.3.7\"\\\"\"
DEFINES += VERSION=\"\\\"\"1.4.0\"\\\"\"

# Input
HEADERS += misc.h net_io.h geonames.h search.h track.h img_loader.h icon.h converter.h osm-gps-map/osm-gps-map.h osm-gps-map/osm-gps-map-layer.h osm-gps-map/osm-gps-map-qt.h osm-gps-map/osm-gps-map-osd-classic.h osm-gps-map/layer-wiki.h
Expand Down

0 comments on commit 97908fe

Please sign in to comment.