[libchamplain] Created tag LIBCHAMPLAIN_0_12_6



The signed tag 'LIBCHAMPLAIN_0_12_6' was created.

Tagger: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Feb 4 15:43:36 2014 +0000

    Release 0.12.6

Changes since the last tag 'LIBCHAMPLAIN_0_12_0':

Alexandre Rostovtsev (1):
      Call vapigen with --pkg cogl-pango-1.0

Andre Moreira Magalhaes (andrunko) (1):
      Draw background pattern for missing tiles.

Colin Walters (2):
      demos: Don't call g_thread_init
      build: Fix srcdir != builddir

Evan Nemerson (1):
      Fix symbol name referred to in ChamplainFileCache:size-limit docs

Giovanni Campagna (3):
      Add support for OpenWeatherMap
      ChamplainView: add support for overlay sources
      Add demo of the new overlay sources

Jiří Techet (124):
      Post release version bump
      When re-creating scale, remove all actors first
      Add missing redraws when path properties change
      Add other dependencies CFLAGS to champlain-gtk AM_CPPFLAGS
      Some more g_thread_init() removal
      Don't use idle function when animating markers
      In idle functions check whether ClutterActor was destroyed
      Replace some deprecated functions
      Get rid of clutter_stage_get_default()
      Add dashed line drawing to path layers
      Add description how to run the python demo
      Don't use (transfer full) for initially unowned objects
      Fix wrong zoom actor placement at low zoom levels
      Update libchamplain-sections with new functions
      Update vapi file
      Update NEWS file
      Add Python champlain-gtk demo with markers
      Minor changes/cleanups in Python demos
      Distribute the python demos and marker images
      Add auxiliary script containing all the needed parameters to make a distribution
      It's the time of the year again...
      Use vapi file generated by vala 0.15.2
      Don't generate vapi files during make distcheck
      Revert "Post release version bump"
      Correct comment in minimal-gtk demo
      Resize containing clutter actor together with the point
      Merge launcher-gtk.py and markers.py
      Update demos makefile
      Add documentation for TMSY coordinate
      Disable clutter depreciation warnings for now
      Add some missing colons in docstrings
      Get rid of libsoup warnings
      Improve background texture code
      Define g_rw_lock_* on glib <2.32 versions and use these functions for locking
      Prevent multiple SECTION docstring definitions because of multiple inclusion
      Use GdkRGBA and friends plus GdkGrid
      Update most of libchamplain to Clutter API 1.12
      Remove some more unnecessary stuff in ChamplainPoint and fix some minor issues
      Modify the background pattern interface to use ClutterContent
      Remove all the garbage from CustomMarker
      Get rid of set_anchor_point()
      Cleanup ChamplainLabel a bit
      Eliminate the easier-to-fix Clutter warnings in demos
      Use ClutterActorIter where possible
      Garbage removal in kinetic scroll & friends
      Fix borders at low zoom levels
      Hide user layers when animating zoom
      Eliminate deprecated scale-center-x
      Cleanup ChamplainView initialization and remove unnecessary queue_relayout() calls
      Optimize background tile addition a bit more
      Update demos to use Clutter 1.12 API
      Allow the background pattern to be arbitrary rectangle
      Hopefully fix map shifts after zoom
      Always create ChamplainLabel even when png is not valid
      Update Since in champlain_bounding_box_covers() and champlain_view_get_bounding_box()
      Fixes in kinetic scroll
      Make sure that viewport is redrawn even when it stops moving
      Update the js demo to the new Clutter API
      Don't use champlain_view_bin_layout_add () as it's deprecated now
      Update copyright years
      Fix documentation issues
      Fix include
      Finally fix the zoom animation problems
      Add comment about background pattern performance
      Use signal to detect that ChamplainView is realized
      Remember background pattern offset so it doesn't reposition when zooming
      Eliminate anchor from ChamplainView as much as possible
      Cleanup latitude longitude handling a bit
      Completely remove the anchor complexity from ChamplainView
      Simplify zooming code and fix the remaining issues
      Simplify the viewport code
      Simplify viewport scrolling code
      Use more neutral default background color
      Move background pattern testing from launcher-gtk to launcher demo
      Resize viewport correctly on launch
      Use gint instead of gdouble where possible in ChamplainView
      Cleanup tile loading code
      Add copyright to ChamplainViewport and friends
      Depict the actor hierarchy in comments
      Make sure license correctly redraws itself when view resized
      Pixel-align scale text
      Better path element connection
      Add more tile coordinate checks
      Make sure ChamplainView is pixel-aligned
      Update the vapi file
      Remove background zoom layer when all tiles loaded
      Update Clutter version in README
      Update AUTHORS
      Revert "Remove background zoom layer when all tiles loaded"
      Slightly improve zooming visualisation
      Emit the relocation signal less frequently and speed-up viewport panning
      Fix the view issues when it hasn't been realized yet
      Check whether hadjustment & vadjustment exist before referencing them
      Send the latitude/longitude signal less frequently and speed-up drawing
      Redraw using cairo on idle
      Remove unused functions from ChamplainAdjustment and KineticScroll
      Check whether timeout exists before destroying it
      Remove background zoom actor when not needed any more
      Use sane color selection values when the obtained one aren't
      Compute zooming offset in double instead of int to avoid rounding errors
      When zooming-in, recalculate viewport position from latitude/longitude to avoid rounding errors
      Fix the previous commit by adjusting offset based on the viewport size
      Convert some of the gints back to doubles because of lost precision
      factory: Remove the Osmarender from the factory
      factory: Revert "Drop OAM map source completely"
      factory: Define GTK_DISABLE_DEPRECATED for the deprecated sources
      path-layer: Correct version since dashed lines are supported
      Post-release version bump
      factory: Fix OSM license
      Perform tile creation in idle function
      Load tile bitmaps asynchronously
      Make sure opacity is animated correctly for error tiles
      Remove deprecated count_changes pragma and perform database vacuum on demand
      Add a check for a correct map source in tile loading idle function
      Documentation and formatting changes for the overlay sources
      Make overlay sources accessible outside of ChamplainView and update license actor
      Typo
      Post-release version bump
      Update autogenerated files
      Add the new weather map sources for Maemo builds as well
      Make sure Maemo is disabled when --disable-maemo is used
      Name parameters consistently with headers to avoid warnings
      Don't use memphis for distcheck
      Add checks if adjustments exist when stopping animation

Jonas Danielsson (4):
      view: Add properties for animation mode & duration
      view: update documentation of goto-animation props
      view: notify max/min-zoom-level on set_map_source
      view: Add get_bounding_box_for_zoom_level

Marvin Schmidt (1):
      doc: Set DOC_MODULE_VERSION

Pablo Castellano (5):
      Fixed typo. Closes bug #676892
      Fixed call to unexisting get_coords() method in launcher-gtk.py
      Improvements in several files
      Minor changes
      [demos] Added polygons.py (similar to polygons.c)

Samuel Gyger (1):
      Added the possibility to use TMS correct y-axis.

Thomas Bechtold (1):
      fix osm cycle map source

William Jon McCann (1):
      Update project homepage

Zeeshan Ali (Khattak) (16):
      Add Mapquest Open Aerial map source
      Drop OAM map source completely
      Require Clutter 1.12
      ChamplainPoint: Port code to Clutter 1.12 API
      ChamplainPoint: Remove now redundant proxy implementations
      docs: Update .types
      Fix Javascript demo app
      Add champlain_view_get_bounding_box()
      Add champlain_bounding_box_covers()
      Bump version
      Deprecate champlain_view_bin_layout_add()
      Emit 'animation-completed' signal at the very end
      champlain-point: Adjust translation on size change
      Remove generated files from VCS
      Merge all NEWS entries from 0.12 branch
      Release 0.12.6


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]