[merkaartor] annotated tag 0.16.1 created (now 741e822)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 22 19:29:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag 0.16.1
in repository merkaartor.

        at  741e822   (tag)
   tagging  0e8574c1c4c8a7d349e12dfab1dabb384a4f14af (commit)
  replaces  0.15
 tagged by  Chris "Koying" Browet
        on  Sun Jun 13 18:44:01 2010 +0200

- Log -----------------------------------------------------------------
0.16.1 release

Chris "Koying" Browet (143):
      CHG : Move the "File-Render" menu to "File-Export-Raster/SVG"
      FIX : crash when coming from "Separate move mode" and a feature is selected.
      FIX : speedup node moving by disabling virtual nodes and index updates during drag
      FIX : attempt to solve the 'freeze at download' symptom
      FIX : Further virtual node fix for documents
      FIX : When nodes are hidden,do not put them in the way of selecting roads
      FIX : OSX enhacements (by Aleksandar Topuzovic) (closes #2774)
      ADD : Brazilian Portuguese translation (by Marcio Moraes)
      FIX : When merging contiguous nodes in the same way, check that we don't add the same node twice (fixes #2771)
      FIX : Cannot cleanly copy tags from one relation to another (fixezs #2746)
      FIX : RELEASE mode tweaks
      FIX : roads not always refreshed when changing type or properties (fixes #2773)
      FIX : .pro fixes
      ADD : TODO file
      FIX : Do not updateindex() if the feature is deleted
      ADD : Allow to zoom on the location of a GeoTIFF image
      FIX : Only allow virtual node updates after relations resolution (by Trav)(closes #2782)
      FIX : OSX Qt system translations location (by Aleksandar)
      FIX : Do not count deleted parents when removing children nodes (fixes #2785)
      FIX : think, man, think... (closes #2785)
      FIX : make sure polygons are at least 1 pixel wide when drawing them at creation time
      FIX : delete a way when its second to last node is deleted (fixes #2786)
      ADD : add the possibility to show a lat/lon grid
      FIX : do not show grid if not asked to
      FIX : dynamic_cast rather than static cast (fixes #2793)
      CHG : hardcode "google" projection.
      FIX : Experimently remove features destructor cleanups that shouldn't be necessary and lead to crashes
      FIX : crash when switching to google projection
      FIX : problem when joining ways
      ADD : support for WMS-C servers (see http://wiki.openstreetmap.org/wiki/Merkaartor/Documentation#WMS-C_Servers) (closes #2598)
      FIX : TMS problem with lat or long < 0
      CHG : rework "Zoom lock" and move it to the view menu
      ADD : Allow to tile (and cache) arbitrary WMS'es (only EPSG:4326 and google projection supported)
      FIX : abort tile downloading when zooming
      ADD : allow google maps links in goto and download dialogs
      FIX : allow all openlayers permalinks
      ADD : add a projection editor
      FIX : Use system Boost by default on linux
      FIX : non-wheel zoom not working
      FIX : solves a problem when hovering large relations
      ADD : allow to re-order relation members (closes #2759)
      ADD : Templates xsd (by Jonathan Bennett) (closes #2809; closes #2707)
      CHG : Allow importing geotagged photos when no track layer is present (closes #2827)
      FIX : crash when closing layers containing photos (fixes #2828)
      ADD : show geotagged photos on the map (disable via 'view-Show Photos on map')
      FIX : Do not take closed layers into account when choosing photo layer (fixes #2823)
      FIX : use gpsd api and implement gpsd-ng (but loose file logging for now)
      FIX : as gpsd is now an external dependency, make it optional. Specify GPSDLIB=1 to use the lib from the gpsd package. The default is to use the old direct connection, which is only compatible with gpsd 2.3x
      ADD : Allow to save geotagged images
      FIX : Allow to load OS VectorMap District shapefiles
      ADD : Add SHP feature attributes as not uploadable OSM Feature tags (i.e. enclosed by '_')
      FIX : GeoTIFF crash
      FIX : TMS fixe with min zoom != 0
      CHG : windows building scripts changes
      FIX : crash when closing layer with virtual nodes (fixes #2858)
      FIX : windows debug qt wix
      FIX : move geotagged photo if hovered (closes #2847)
      FIX : problem with image layer reprojections
      ADD : CSV POI import
      FIX : do not systematically geotag dropped images
      ADD : Feature-Force Delete action (deletes the feature without entry in the undo nor upload list)
      FIX : conflicts tweaks + reindex from MDC
      ADD : Import from OSC (osmChange format)
      FIX : problem uploading UTF-8 characters (fixes #2886)
      ADD : Walking Papers backgound plugin + load WP scans as geotagged images
      FIX : windows wix
      FIX : download issue + resolve relations issue
      FIX : possible fix for #2893 (High CPU when moving large ways)
      FIX : remove virtual nodes of all parent ways when moving
      FIX : issue when updating the feature dock while indexing has been blocked (fixes #2897)
      FIX : Crash when double-clicking a virtual node in "separate move" mode (fixes #2894)
      ADD : Allow to delete features from the context menu of the Features dock
      FIX : only act on left button in MoveNodeInteraction::snapMouseReleaseEvent (fixes #2900)
      FIX : splitting roads part of a relation (fixes #2901)
      CHG : Allow tag pasting between different classes of features
      CHG : remove link to external icons
      Merge branch 'master' of ssh://www.semperpax.com/home/koying/git/repos/merkaartor
      remove .svn directories
      remove .svn directories
      FIX : RTree.h and cdecl
      remove Thumbs.db
      not quite at ease with git, yet
      FIX : problem with new relations (fixes #2917)
      Merge branch 'master' of ssh://www.semperpax.com/home/koying/git/repos/merkaartor/
      Merge branch 'master' of ssh://www.semperpax.com/home/koying/git/repos/merkaartor/
      FIX : Update Feature dock when document content changes (fixes #2923)
      FIX : Allow to "Force Upload" relations, too (fixes #2926)
      FIX : more Feature dock updates
      FIX : Only draw virtual nodes when needed
      FIX : windows build mingw path
      CHG : Use QPainterPath::intersected to clip paths
      FIX : Comment dead code
      FIX : Only recalculate the viewport for WMS'es
      ADD : POC of a Gosmore map adapter
      FIX : Only recalculate the viewport for WMS'es
      ADD : POC of a Gosmore map adapter
      ADD : POC of a Navit map adapter
      FIX : POC linux fixes
      FIX : debugging leftover
      ADD : Preliminary support for OpenStreetBugs (Refs #983)
      FIX : Restrict tag paste to same class only, with the exception of way -
      FIX : Possible fix for display problem with tiles on linux (refs #2943)
      FIX : flickering WMS with last tile patch
      FIX : QPainterPath::instersected do not always work with non area
      CHG : Move "QRectInterstects" to Utils
      CHG : move encodeAttributes to Utils
      FIX : Make JOSM happy about our .osm export (fixes #2952)
      FIX : mode
      ADD : support for JOSM remote protocol on port 8111
      ADD : support for system-wide proxies (optionally via libproxy)
      CHG : Only allows one instance of Merkaartor (override with "-n")
      ADD : initial support for an "osm://" protocol
      CHG : further painting optimizations
      FIX : forgot debug in previous commit
      FIX : updated translations
      FIX : minor TODO cleanup
      FIX : Generate "content_changed" when a layer is closed/cleared
      FIX : Road buildpath
      FIX : way buildpath optimization
      FIX : Completely solve GeoTIFF issue
      CHG : 60ms per frame won on Qt >=4.6
      CHG : 60ms per frame won on Qt >=4.6
      FIX : tweakings
      FIX : tweakings
      Merge commit 'refs/merge-requests/2' of git://gitorious.org/merkaartor/main
      Merge branch 'master' into dev_master
      Merge branch 'master' into dev_master
      Nodes selectable when they ARE visible
      Merge branch 'master' into dev_master
      CHG : adjust node size depending on zoom level
      Merge branch 'master' into dev_master
      FIX : for consistency, when deleting the end-node of a polygon, don't break it (fixes #2983)
      Don't round lat and lon when creating a Coord from a QPointF.
      Merge branch 'master' into dev_master
      CHG : move Merkaartor's config from ~/.config/BartVanhauwaert to
      Background painting tweakings
      Remove unnecessary step when painting background
      Cleanup
      FIX : background no refreshing when using keyboard
      release tweakings
      FIX : complete fix for WMS/EPSG:4326 problem
      FIX : OSM export missing the first feature
      ADD : Allow to move complete relations

Chris "koying" Browet (60):
      ADD : support for "standard" (as in http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification) TMS servers
      CHG : Don't autocomplete pure numeric values (fixes #2951)
      FIX : check menu status whene resetting properties dock (fixes #2930)
      FIX : painting optimizations
      FIX : do not overwrite lists with  the ones from OSM user preferences
      FIX : reduce browserimagemanger timeout, improving Yahoo responsiveness
      FIX : CRLF endings
      FIX : move adjustSelection out of painting loop; now reacts to content_changed
      CHG : do not allocate a new QList in layer's getFeatures
      FIX : Make POI's always selectable and rename menu "Show trackpoints" to
      CHG : generalize int -> coord (e.g. coordToAng, ...)
      CHG : use double for coord
      FIX : adjust index
      CHG : ongoing coord -> double
      Merge branch 'dev_master' of gitorious.org:~koying/merkaartor/koying-sandbox into dev_master
      CHG : layer.cpp int->coord
      FIX : Make POI's always selectable and rename menu "Show trackpoints" to
      CHG : generalize int -> coord (e.g. coordToAng, ...)
      CHG : revert to plain double lat/lon for coord (fixes #2979)
      FIX : handle deleted features when adjusting selection
      FIX : do not draw ways if a parent relation has a painter
      FIX : interaction problem in lat/lon projection
      FIX : issue wen "center & zooming" since coods type change
      FIX : also check the way is "closable" (i.e. >2 nodes) when trying to
      debian subdir removed on request of the debian maintainer
      very minor fixes
      possible lat/lon grid truncation
      Merge commit 'refs/merge-requests/6' of git://gitorious.org/merkaartor/main into dev_master
      FIX : File-New was triggered after arguments processing due to delayed
      Further coords->double fixes
      Force delete tweakings
      Tweakings
      FIX slippy map download after move to doubles
      FIX : lat/lon projection & lat/lon grid tweakings
      FIX : Ensure a valid viexport
      Merge commit 'refs/merge-requests/8' of git://gitorious.org/merkaartor/main into dev_master
      more viewport checking
      Merge commit 'refs/merge-requests/9' of git://gitorious.org/merkaartor/main into dev_master
      use Qt standard grab icons
      ADD : Hovering on a read-only layer shows details in the info dock
      Decouple generic layer "fromXML" from specific. Allows to properly set
      FIX : definitive(?) solution to proper startup sequence
      FIX : proper tab order in goto dialog
      CHG : Split the view menu into a new "Show" menu
      Show menu tweaking
      FIX : SHP import: fallback mechanism if proj4 is not active
      FIX : When importing SHP, make sure the same feature is not added
      FIX : crash when trying to move nodes with middle button
      FIX : Use the same code for drawing individual ways and relations
      FIX : compilation with 4.4.3 (closes #3026; by gibson)
      FIX : change Show menu shortcut to Alt+h (to avoid clashing with Alt-S -
      FIX : probable fix for recurring post-upload crash
      Merge commit 'refs/merge-requests/11' of git://gitorious.org/merkaartor/main
      ADD : Add a "portable" mode to merkaartor via command-line ("-p") or
      typo
      FIX : Don't overzoom on layer zoom (and don't allow if the bbox is
      FIX : WMS'es in EPSG:4326 not showing
      FIX : Force "C" locale for double
      CHANGELOG
      FIX : crash when deleting relations

Chris Browet (11):
      CHG : move encodeAttributes to Utils
      FIX : Make JOSM happy about our .osm export (fixes #2952)
      Merge branch 'master' of gitorious.org:merkaartor/main
      CHG : use "git describe" if svn revision cannot be found
      Merge branch 'master' of gitorious.org:merkaartor/main
      Merge branch 'master' of gitorious.org:merkaartor/main
      FIX : fixes ASSERT in RTree.h
      FIX : Problem with EPSG:4326 thru ggl (fixes GeoTIFF issue)
      updated translations
      i18n
      i18n

Daniel "Dantje" van Gerpen (1):
      FIX : Case type in #include statement

Daniel van Gerpen (1):
      FIX : Crash drawing lat/lon grid at 180 lon

Gunter Grau (1):
      FIX: handle restriction relations correctly if splitting members

James Hogan (4):
      Add parentheses around preprocessor macro parameters
      Fix startup when zoom locked to tiled background.
      Mouse wheel zoom speed and zoom range limits.
      ImageMapLayer: Fix drawing transparent tiles.

Richard Brinkman (1):
      FIX: removed 1 compiler error and several compiler warnings

Toby Speight (32):
      Add support for multiple property delete.
      Center map from GeoImage dock.  (closes: #2848)
      Accept mlat/mlon links (e.g. from mkgmap error messages)
      Update year; add self.
      Add support for {min,max}{lat,lon} form
      Simplify OsmLink and add some error checking.
      Allow ways to be joined if their ends are on coincident distinct nodes.
      Avoid divide-by-zero crash.
      Fix for #2926: Force Upload doesn't work on relation
      Allow setting selection from multiple relation members.  Previously,
      Extend and rework shapfile importer (fixes #2932).
      Protect against NULL dereference.
      Set the correct range on the progress meter before use (fixes #2934).
      Force a minimum size for lat/lon URL input (useful for links from KeepRight)
      Add 'Simplify' action to 'Roads' menu.
      Perform downwards moves from bottom, so that earlier moves don't
      Accept JOSM-control URLs.
      Accept JOSM-control URLs.
      Stop the annoying context-menu appearing every time I zoom in.
      Allow drag-select to replace selection.
      Refactor modifiers tests to clarify what we use.
      Enable Simplify action only when one or more ways selected.
      Add hints to Simplify action
      Accept JOSM-control URLs.
      Don't permit joining if three or more selected ways meet at one node.
      Allow joining of a single way whose ends touch at coincident nodes.
      Don't clear selection when click misses object.
      Make Join more predictable and consistent.
      Click in empty space should cancel selection; drag in empty space
      Really fix clearing selection.
      A closed way needs 3 or more distinct nodes.
      Fix segfault in reversePoints().

unknown (2):
      FIX : Better WMS url handling
      FIX : When switching languages, not all widgets switch over without

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/merkaartor.git



More information about the Pkg-grass-devel mailing list