checked in (request 50743) OBS-URL: https://build.opensuse.org/request/show/50743 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libchamplain?expand=0&rev=35
285 lines
11 KiB
Plaintext
285 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Sep 18 10:19:15 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.7.2:
|
|
+ Added missing header file for vala bindings generation
|
|
+ Cleaned up build system
|
|
+ Fixed documentation creation when compiled without memphis
|
|
+ Updated for newer gobject-introspection
|
|
- Explicitly list libraries, typelib, pkg-config and vala files to
|
|
be sure that the packaging is right.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 29 12:15:34 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Add memphis-devel BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 29 12:11:19 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Remove explicit Requires in devel subpackage: they will be
|
|
automatically added with pkgconfig() Requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 27 13:05:38 UTC 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.7.1:
|
|
+ bgo#623043 champlain.pc file has too much requires
|
|
+ Layer speedup by using clutter functions for marker ordering
|
|
+ Use the renderer to render cached tiles
|
|
+ Fixed crashes caused by improper tile loading termination
|
|
+ Fixed many memory leaks
|
|
+ Use memory cache in addition to file cache by default
|
|
+ Use memphis_renderer_tile_has_data() as it works with
|
|
libmemphis 0.2.1
|
|
+ On double click center to the clicked area
|
|
+ Make ChamplainRenderer inherit from GInitiallyUnowned
|
|
+ Access the elements in memory cache directly, not sequentially
|
|
+ Updated documentation
|
|
+ Use stable api version in soname also in development releases
|
|
+ Minor fixes and cleanups
|
|
- Rename libchamplain0 to libchamplain-0_8-0.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 18 19:14:04 CEST 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.7.0:
|
|
+ Separation of map sources and renderers
|
|
+ Add null tile source (a dummy data source not reading any data)
|
|
and error tile renderer. Remove error tile source
|
|
+ Get rid of non-persistent file tile cache and introduce memory
|
|
cache
|
|
+ Minor fixes and cleanups
|
|
- Changes from version 0.6.1:
|
|
+ New Vala bindings
|
|
+ Updated Python bindings
|
|
+ Do not distribute gir files
|
|
+ Minimal libchamplain usage demos
|
|
+ Minor fixes and improvements
|
|
- Changes from version 0.6.0:
|
|
+ Fix a problem on some machines when tiles are being destroyed
|
|
+ Add minimal demos
|
|
+ Some other minor fixes
|
|
- Changes from version 0.5.2:
|
|
+ Different tile reference management eliminating tile leaks
|
|
+ General performance improvements
|
|
+ Tile download cancellation when tile not displayed any more
|
|
+ Build process improvements, libmemphis dependency made
|
|
optional
|
|
+ Removal of unmaintained mono bindings, removal of perl bindings
|
|
+ New demo using introspection written in javascript
|
|
+ Many bugfixes and cleanups
|
|
- Changes from version 0.5.1:
|
|
+ Disable Python and Instrospection until libMemphis gets
|
|
bindings
|
|
+ Add missing files in tarball
|
|
+ Remove generated headers from build
|
|
- Changes from version 0.5.0:
|
|
+ Add local rendering of OpenStreetMap data
|
|
+ New map source infrastructure (à la Pipe and Filter)
|
|
+ ChamplainPolygon and ChamplainMapSource inherit from
|
|
GInitiallyUnowned
|
|
- Move .gir file to -devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 7 11:56:01 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Drop libchamplain-use-new-clutter-gtk.patch: we're going back to
|
|
a released version of clutter-gtk, so we don't need this anymore.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 29 17:10:29 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.4.5:
|
|
+ Fix missing lat/lon property notifications
|
|
+ Remove the need to explicitly set the size of actors
|
|
+ Properly get rid of marker's previous image
|
|
- Add libchamplain-use-new-clutter-gtk.patch to fix build against
|
|
newer clutter-gtk.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 31 23:53:49 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.4.4:
|
|
+ Fixes:
|
|
- bgo#580372: Get rid of champlain_view_set_size, replaced by
|
|
clutter_actor_set_size
|
|
- Fix the Python demos to use ChamplainEmbed instead of
|
|
ClutterEmbed
|
|
- Ship all the python .defs files in tarballs, fixes the Python
|
|
bindings
|
|
- Simplification of the internal licence displaying code
|
|
- Optimize the initialization process, now loads only the
|
|
needed tiles
|
|
- Limit further more the number of times the scale is redrawn
|
|
- Limit the internal operations that happen when the user moves
|
|
- Async loading of tiles from the cache
|
|
- Use the shared tile cache paths when built with
|
|
--enable-maemo
|
|
- bgo#606393: The display of tiles looks very programmatic,
|
|
they now load in spiral order
|
|
- Limit the number of times notify::latitude and
|
|
notify::longitude are emited
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 14 03:47:21 CET 2010 - captain.magnus@opensuse.org
|
|
|
|
- Update to version 0.4.3:
|
|
+ GObject-introspection, Python and Perl bindings are in a
|
|
working state
|
|
+ Additions:
|
|
- A scale
|
|
- User configurable additional license text to view
|
|
- An option to highligh points in Polygons
|
|
+ Fixes:
|
|
- Also report as loading when validating the cache
|
|
- Fix linking with gold
|
|
- bgo#604784: SIGSEGV in function cairo_set_operator
|
|
- Fix segfault when polygon has been delete before redraw
|
|
- Make queue_redraw visible to subclasses
|
|
- Some memory usage improvements by reusing images already
|
|
loaded
|
|
- Don't eat clicks on the map when using
|
|
ChamplainSelectionLayer
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 23 12:05:55 CET 2009 - vuntz@opensuse.org
|
|
|
|
- Drop gir-repository BuildRequires: it's not needed with recent
|
|
gtk2 that have introspection data.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 14 02:34:56 CET 2009 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.4.2:
|
|
+ Fixes:
|
|
- bgo#595552: ChamplainView "decel-rate" accepts values below
|
|
1.0
|
|
- bgo#598942: Fix champlain-gtk GObject introspection
|
|
- Fix compiler warning "function declaration isn't a prototype"
|
|
- Changes from version 0.4.1:
|
|
+ Enhancements:
|
|
- Added champlain_view_remove_layer
|
|
- ChamplainSelectionLayer now have a "changed" signal
|
|
- Added champlain_marker_set_highlighted_text_color
|
|
- Added champlain_marker_get_highlighted_text_color
|
|
- Added champlain_marker_get_highlighted_color
|
|
+ Fixes:
|
|
- Selection color is always blue
|
|
- bgo#595534: Fix building on Solaris
|
|
- Emit map-source notifications
|
|
- Don't emit invalid lat and lon notifications
|
|
- bgo#597272: Adjust the typedefs to to keep the C++ bindings
|
|
happy
|
|
- Fix OSM licences
|
|
- Fix slowdowns with big caches
|
|
- bgo#598106: champlain plugin: map isn't displayed
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 18:54:51 CEST 2009 - lmedinas@opensuse.org
|
|
|
|
- Update to version 0.4.0:
|
|
+ Enhancements:
|
|
- Updated documentation
|
|
- Don't reload tiles if we are zooming at a level we just left
|
|
+ Fixes:
|
|
- Remove OpenAerialMap from available sources
|
|
- Get rid of black lines between tiles at high zoom levels
|
|
- Fix polygon not visible at higher zoom levels
|
|
- bgo#594963: Initial scrolling results in map being in
|
|
Antarctica
|
|
- Make default selection mode in ChamplainSelectionMode single
|
|
to match Gtk+
|
|
- Remove deprecated symbols introduced in 0.3 and removed in
|
|
0.3
|
|
- Rename includedir to from 0.3 to 0.4
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 4 14:18:00 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 0.3.92:
|
|
+ Enhancements:
|
|
- New marker downloading demo: url-marker
|
|
- ChamplainView now has keyboard shortcuts (but not when used
|
|
with GtkChamplainEmbed)
|
|
- Updated to PyClutter 1.0 Python bindings
|
|
+ Fixes:
|
|
- bgo#594003: invalid write of size 4
|
|
- Memory leaks in ChamplainLayer
|
|
- bgo#577592: Use _priv instead of the GET_PRIVATE macro
|
|
- bgo#590692: Workaround for X error when using
|
|
GtkChamplainEmbed
|
|
- bgo#592096: champlain_map_source_desc_copy and _free are
|
|
incomplete
|
|
- bgo#585754: Nicer compilation output with AM_SILENT_RULES
|
|
automake option
|
|
- Tiles are now loaded if view is resized vertically only
|
|
- Comment misleading event on markers in demos
|
|
- bgo#591132: Attempting to remove actor when zooming in/out
|
|
- Respect OSM tile usage policy
|
|
- bgo#593505: Memory leak in ChamplainLayer
|
|
- bgo#590727: Events are not send until the mouse move
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 25 13:34:52 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 0.3.91:
|
|
+ Improved documentation
|
|
+ Fix in animation being an out animation
|
|
+ Simplified flickr Perl demo
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 12:26:27 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 0.3.90:
|
|
+ Fix memory management
|
|
+ bgo#590818: Fix build of introspection data with clutter 1.0
|
|
+ bgo#591128: Perl bindings are not provided in the tar.gz
|
|
- Drop libchamplain-clutter-1.0.patch: fixed upstream.
|
|
- Drop call to gnome-autogen.sh, and remove gnome-common
|
|
BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 5 11:27:09 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 0.3.6:
|
|
+ Enhancements:
|
|
- New marker animation API
|
|
+ Fixes:
|
|
- bgo#576391: Port to Clutter 1.0
|
|
- bgo#586029: ChamplainPolygon should inherit from
|
|
GInitiallyUnowned
|
|
- Make buildable with Gtk 2.12 instead of 2.14
|
|
- Changes from version 0.3.5:
|
|
+ Fixes:
|
|
- Fix a division by 0 experienced by MacBooks users
|
|
- Changes from version 0.3.4:
|
|
+ Enhancements:
|
|
- bgo#577909: Marker selection API
|
|
- Updated Perl bindings
|
|
- Updated Python bindings
|
|
+ Fixes:
|
|
- bgo#585854: Make distcheck required --enable-python but
|
|
doesn't say so
|
|
- bgo#588224: Does not build with automake 1.11
|
|
- bgo#586157: libchamplain-gtk does not build with GTK 2.2
|
|
- And numerous other fixes
|
|
- Drop libchamplain-clutter-1.0.patch.bz2: was taken from upstream.
|
|
- Add libchamplain-clutter-1.0.patch to fix introspection build.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 30 16:18:29 CEST 2009 - vuntz@novell.com
|
|
|
|
- Add libchamplain-clutter-1.0.patch.bz2, taken from upstream, to
|
|
make it compile with clutter 1.0.
|
|
- Remove clutter-cairo-devel BuildRequires.
|
|
- Add gtk2-devel and clutter-gtk-devel Requires to devel package.
|
|
- Add gir-repository and gobject-introspection-devel BuildRequires
|
|
to get introspection support.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 17 18:29:52 CEST 2009 - vuntz@novell.com
|
|
|
|
- Initial package.
|
|
|