]> err.no Git - libchamplain/log
libchamplain
15 years agoFix coding style
Pierre-Luc Beaudoin [Thu, 28 May 2009 14:09:07 +0000 (10:09 -0400)]
Fix coding style

15 years agoAlso unref the previous level
Pierre-Luc Beaudoin [Thu, 28 May 2009 04:38:01 +0000 (00:38 -0400)]
Also unref the previous level

15 years agoImplement proper dispose and finalize functions where needed
Pierre-Luc Beaudoin [Thu, 28 May 2009 04:37:49 +0000 (00:37 -0400)]
Implement proper dispose and finalize functions where needed

15 years agobump version
Stephane Delcroix [Wed, 27 May 2009 13:09:31 +0000 (15:09 +0200)]
bump version

15 years agodrop the dep down to gtk# 2.12
Stephane Delcroix [Wed, 27 May 2009 12:01:33 +0000 (14:01 +0200)]
drop the dep down to gtk# 2.12

15 years agoprefix factory ctors by Create, not New
Stephane Delcroix [Fri, 24 Apr 2009 08:14:26 +0000 (10:14 +0200)]
prefix factory ctors by Create, not New

15 years agoupdated
Stephane Delcroix [Thu, 23 Apr 2009 14:25:07 +0000 (16:25 +0200)]
updated

15 years agohide the private properties
Stephane Delcroix [Fri, 6 Mar 2009 10:46:45 +0000 (11:46 +0100)]
hide the private properties

15 years agogenerate ChamplainTile
Stephane Delcroix [Fri, 6 Mar 2009 10:46:14 +0000 (11:46 +0100)]
generate ChamplainTile

15 years agono longer hide ZoomLevel
Stephane Delcroix [Fri, 6 Mar 2009 10:22:50 +0000 (11:22 +0100)]
no longer hide ZoomLevel

15 years agoreparsing api
Stephane Delcroix [Fri, 6 Mar 2009 10:22:26 +0000 (11:22 +0100)]
reparsing api

15 years agoFail if either libsoup or libsoup-gnome are not found
Pierre-Luc Beaudoin [Sun, 24 May 2009 20:13:54 +0000 (16:13 -0400)]
Fail if either libsoup or libsoup-gnome are not found

15 years agoActually show is not working, realize happens in every cases
Pierre-Luc Beaudoin [Wed, 20 May 2009 22:56:50 +0000 (18:56 -0400)]
Actually show is not working, realize happens in every cases

15 years agoThe window has to be realized (on show) before setting the cursor
Pierre-Luc Beaudoin [Wed, 20 May 2009 21:39:39 +0000 (17:39 -0400)]
The window has to be realized (on show) before setting the cursor

15 years agoBetter handling of corrupted files and correctly report if the tile was loaded from...
Pierre-Luc Beaudoin [Wed, 20 May 2009 15:25:48 +0000 (11:25 -0400)]
Better handling of corrupted files and correctly report if the tile was loaded from cache

15 years agoFix Bug 582786: champlain_network_map_source_fill_tile should be private
Pierre-Luc Beaudoin [Tue, 19 May 2009 05:01:01 +0000 (01:01 -0400)]
Fix Bug 582786: champlain_network_map_source_fill_tile should be private

by making champlain_network_map_source_fill_tile a static function to
champlain-network-map-source.c

15 years agoGenerate the correctly named pc files
Pierre-Luc Beaudoin [Wed, 20 May 2009 14:39:14 +0000 (10:39 -0400)]
Generate the correctly named pc files

if champlain-0.3 is requested, pkgconfig will look for champlain-0.3-uninstalled
first, not champlain-uninstalled

15 years agoAdd comment on name
Pierre-Luc Beaudoin [Tue, 19 May 2009 13:30:58 +0000 (09:30 -0400)]
Add comment on name

15 years agoFix .pc.in files to have the correct paths
Pierre-Luc Beaudoin [Tue, 19 May 2009 13:13:19 +0000 (09:13 -0400)]
Fix .pc.in files to have the correct paths

15 years agoFix Bug 582448: Should provide uninstalled.pc files
Pierre-Luc Beaudoin [Tue, 19 May 2009 04:53:41 +0000 (00:53 -0400)]
Fix Bug 582448: Should provide uninstalled.pc files

This makes it easier to use an uninstalled copy of libchamplain to
compile other projects, by setting PKG_CONFIG_PATH when running their
autogen.sh or configure, like this:

PKG_CONFIG_PATH=$HOME/src/libchamplain-0.3/libchamplain ./autogen.sh

(The necessary directory to put on your PKG_CONFIG_PATH is the libchamplain
subdirectory of the source distribution or git checkout, not the
top-level directory.)

15 years agoFix bug: tiles without etag (in cache db) would always be reloaded.
Pierre-Luc Beaudoin [Tue, 19 May 2009 14:05:18 +0000 (10:05 -0400)]
Fix bug: tiles without etag (in cache db) would always be reloaded.

Not finding an etag isn't an error, some servers don't support them.

15 years agoRemove trailing spaces + coding style fix
Pierre-Luc Beaudoin [Tue, 19 May 2009 14:01:22 +0000 (10:01 -0400)]
Remove trailing spaces + coding style fix

15 years agoMove the popularity incrementation on idle
Pierre-Luc Beaudoin [Tue, 19 May 2009 13:51:01 +0000 (09:51 -0400)]
Move the popularity incrementation on idle

This function is taking a lot of time and doesn't need to
be run in sync.  Running it on idle restored performances
to levels similar to how they were before ChamplainCache was
introduced.

15 years agoRemove the debug used for profiling
Emmanuel Rodriguez [Wed, 13 May 2009 18:34:38 +0000 (20:34 +0200)]
Remove the debug used for profiling

15 years agoUpdate the SQL error messages
Emmanuel Rodriguez [Wed, 13 May 2009 18:23:45 +0000 (20:23 +0200)]
Update the SQL error messages

15 years agoSafer sqlite3 calls.
Emmanuel Rodriguez [Wed, 13 May 2009 15:29:18 +0000 (17:29 +0200)]
Safer sqlite3 calls.
  - Build queries with sqlite3_mprintf() instead of g_strdup_printf().
  - Check the return value of a "SELECT sum "in champlain_cache_purge.

15 years agoThe popularity is incremented through a prepared statement
Emmanuel Rodriguez [Wed, 13 May 2009 15:06:25 +0000 (17:06 +0200)]
The popularity is incremented through a prepared statement

15 years agoBetter error handling of SQL errors.
Emmanuel Rodriguez [Wed, 13 May 2009 14:32:51 +0000 (16:32 +0200)]
Better error handling of SQL errors.

Create the table 'tiles' only if it doesn't exist.
If there's an error with the cache lookup it will force a network reload.

15 years agoUse a prepare statement for fetching the Etag
Emmanuel Rodriguez [Wed, 13 May 2009 04:39:49 +0000 (06:39 +0200)]
Use a prepare statement for fetching the Etag

15 years agoUsing TEXT as the data types for filename and etag
Emmanuel Rodriguez [Tue, 12 May 2009 17:56:04 +0000 (19:56 +0200)]
Using TEXT as the data types for filename and etag

15 years agoBug fix: get_modified_time_string() fails if the time is not set
Emmanuel Rodriguez [Fri, 15 May 2009 15:28:19 +0000 (17:28 +0200)]
Bug fix: get_modified_time_string() fails if the time is not set

Updated the documentation for set_uri() and set_filename().

15 years agoCreate the getters/setters for Champlain::MapSourceDesc
Emmanuel Rodriguez [Sun, 17 May 2009 20:52:02 +0000 (22:52 +0200)]
Create the getters/setters for Champlain::MapSourceDesc

15 years agoAdd t/ChamplainMapSourceDesc.t to the MANIFEST
Emmanuel Rodriguez [Sun, 17 May 2009 20:49:14 +0000 (22:49 +0200)]
Add t/ChamplainMapSourceDesc.t to the MANIFEST

15 years agoThe tests for Champlain::MapSourceDesc are in ChamplainMapSourceDesc.t
Emmanuel Rodriguez [Sun, 17 May 2009 20:45:45 +0000 (22:45 +0200)]
The tests for Champlain::MapSourceDesc are in ChamplainMapSourceDesc.t

15 years agoTests for Champlain::MapSourceDesc
Emmanuel Rodriguez [Sun, 17 May 2009 20:45:09 +0000 (22:45 +0200)]
Tests for Champlain::MapSourceDesc

15 years agoUse the map constants instead of the long names (namespaces).
Emmanuel Rodriguez [Sun, 17 May 2009 08:16:07 +0000 (10:16 +0200)]
Use the map constants instead of the long names (namespaces).

15 years agoAdd the MapSource ID constants
Emmanuel Rodriguez [Sun, 17 May 2009 08:13:06 +0000 (10:13 +0200)]
Add the MapSource ID constants

15 years agoAdd the VERSION macros
Emmanuel Rodriguez [Sat, 16 May 2009 20:08:20 +0000 (22:08 +0200)]
Add the VERSION macros

  - MAJOR_VERSION, MINOR_VERSION and MICRO_VERSION
- CHECK_VERSION
- GET_VERSION_INFO

15 years agoNow running 81 tests
Emmanuel Rodriguez [Sat, 16 May 2009 19:37:46 +0000 (21:37 +0200)]
Now running 81 tests

15 years agoNo need to unref the loader in case of error
Emmanuel Rodriguez [Tue, 12 May 2009 14:17:43 +0000 (16:17 +0200)]
No need to unref the loader in case of error

15 years agoDocumentation updates
Emmanuel Rodriguez [Tue, 12 May 2009 11:42:07 +0000 (13:42 +0200)]
Documentation updates

15 years agoReset the factory instance pointer to NULL if it gets destroyed
Pierre-Luc Beaudoin [Tue, 12 May 2009 15:41:08 +0000 (11:41 -0400)]
Reset the factory instance pointer to NULL if it gets destroyed

15 years agolibsoup-gnome 2.26 works also
Emmanuel Rodriguez [Tue, 12 May 2009 08:53:13 +0000 (10:53 +0200)]
libsoup-gnome 2.26 works also

15 years agoTest the reset of the font name
Emmanuel Rodriguez [Mon, 11 May 2009 20:10:43 +0000 (22:10 +0200)]
Test the reset of the font name

15 years agochamplain_marker_set_font_name() resets the font when NULL is used.
Emmanuel Rodriguez [Mon, 11 May 2009 20:07:52 +0000 (22:07 +0200)]
champlain_marker_set_font_name() resets the font when NULL is used.

 - Fix the documentation for the function (wrong name).
 - Update the documentation for champlain_marker_set_image().

15 years agoAccept a NULL image for champlain_marker_set_image()
Emmanuel Rodriguez [Mon, 11 May 2009 20:07:06 +0000 (22:07 +0200)]
Accept a NULL image for champlain_marker_set_image()

15 years agoReset the colors by passing undef
Emmanuel Rodriguez [Mon, 11 May 2009 19:49:19 +0000 (21:49 +0200)]
Reset the colors by passing undef

15 years agoTest set_color() and set_text_color()
Emmanuel Rodriguez [Mon, 11 May 2009 19:49:00 +0000 (21:49 +0200)]
Test set_color() and set_text_color()

15 years agoAllow NULL to set_color() and set_text_color()
Emmanuel Rodriguez [Mon, 11 May 2009 19:48:32 +0000 (21:48 +0200)]
Allow NULL to set_color() and set_text_color()

15 years agoReset the colors when NULL is passed to set_color and set_text_color
Emmanuel Rodriguez [Mon, 11 May 2009 19:48:02 +0000 (21:48 +0200)]
Reset the colors when NULL is passed to set_color and set_text_color

15 years agoAdd documented but missing symbols to the documentation
Emmanuel Rodriguez [Tue, 12 May 2009 01:27:25 +0000 (21:27 -0400)]
Add documented but missing symbols to the documentation

15 years agoAdd the new getters to the documentation
Emmanuel Rodriguez [Mon, 11 May 2009 13:31:40 +0000 (15:31 +0200)]
Add the new getters to the documentation

15 years agoNew getters as in the bug 581786
Emmanuel Rodriguez [Mon, 11 May 2009 12:41:26 +0000 (14:41 +0200)]
New getters as in the bug 581786

15 years agoAdd tests for the new getters in Champlain::View
Emmanuel Rodriguez [Mon, 11 May 2009 12:39:44 +0000 (14:39 +0200)]
Add tests for the new getters in Champlain::View

Add also the tests for 'keep-center-on-resize'

15 years agoFix the check for the default height
Emmanuel Rodriguez [Mon, 11 May 2009 11:52:28 +0000 (13:52 +0200)]
Fix the check for the default height

15 years agoUpdate the version 0.04
Emmanuel Rodriguez [Sun, 10 May 2009 21:36:26 +0000 (23:36 +0200)]
Update the version 0.04

15 years agoNew examples and one unit test
Emmanuel Rodriguez [Sun, 10 May 2009 21:31:11 +0000 (23:31 +0200)]
New examples and one unit test

15 years agoIgnore .gitignore files
Emmanuel Rodriguez [Sun, 10 May 2009 21:30:46 +0000 (23:30 +0200)]
Ignore .gitignore files

15 years agoNo need to show the tests in a window
Emmanuel Rodriguez [Sun, 10 May 2009 21:26:41 +0000 (23:26 +0200)]
No need to show the tests in a window

15 years agoSimpler SvChamplainMapSourceDesc()
Emmanuel Rodriguez [Sun, 10 May 2009 21:20:38 +0000 (23:20 +0200)]
Simpler SvChamplainMapSourceDesc()

15 years agoImplement champlain_map_source_factory_register() (constructor callback is missing)
Emmanuel Rodriguez [Sun, 10 May 2009 20:53:30 +0000 (22:53 +0200)]
Implement champlain_map_source_factory_register() (constructor callback is missing)

Fix the checks for the keys in SvChamplainMapSourceDesc().

15 years agoUpdate the release notes for 0.04
Emmanuel Rodriguez [Sun, 10 May 2009 20:15:02 +0000 (22:15 +0200)]
Update the release notes for 0.04

15 years agoUse the dedicated setters instead of set('prop', 'value');
Emmanuel Rodriguez [Sun, 10 May 2009 20:09:18 +0000 (22:09 +0200)]
Use the dedicated setters instead of set('prop', 'value');

15 years agoBetter checking for the current position of the view
Emmanuel Rodriguez [Sun, 10 May 2009 19:42:44 +0000 (21:42 +0200)]
Better checking for the current position of the view

15 years agoAdd the tests for ensure_markers_visible() and ensure_visible().
Emmanuel Rodriguez [Sun, 10 May 2009 19:26:29 +0000 (21:26 +0200)]
Add the tests for ensure_markers_visible() and ensure_visible().
Tests using animations wait for the end of the animation.

15 years agoImplement champlain_view_ensure_markers_visible()
Emmanuel Rodriguez [Sun, 10 May 2009 19:25:58 +0000 (21:25 +0200)]
Implement champlain_view_ensure_markers_visible()

15 years agochamplain_map_source_get_tile() is no longer available
Emmanuel Rodriguez [Sat, 9 May 2009 16:50:05 +0000 (18:50 +0200)]
champlain_map_source_get_tile() is no longer available

15 years agoAdd get_license_uri() and set_license_uri() with unit tests
Emmanuel Rodriguez [Fri, 8 May 2009 15:18:00 +0000 (17:18 +0200)]
Add get_license_uri() and set_license_uri() with unit tests

15 years agoTest get/set draw_background
Emmanuel Rodriguez [Fri, 8 May 2009 14:38:25 +0000 (16:38 +0200)]
Test get/set draw_background

Update the test of get/set single_line_mode to use FALSE. This will actually
change the value.

15 years agoRename 'wrap' to 'background' (as it is in the doc)
Emmanuel Rodriguez [Fri, 8 May 2009 14:37:58 +0000 (16:37 +0200)]
Rename 'wrap' to 'background' (as it is in the doc)

15 years agoImplement set_draw_background() and get_draw_background()
Emmanuel Rodriguez [Fri, 8 May 2009 14:36:32 +0000 (16:36 +0200)]
Implement set_draw_background() and get_draw_background()

15 years agoFormatting
Emmanuel Rodriguez [Fri, 8 May 2009 14:31:54 +0000 (16:31 +0200)]
Formatting

15 years agoWorks now with the new API
Emmanuel Rodriguez [Fri, 8 May 2009 07:42:13 +0000 (09:42 +0200)]
Works now with the new API

15 years agoCall ensure_visible()
Emmanuel Rodriguez [Thu, 7 May 2009 21:17:13 +0000 (23:17 +0200)]
Call ensure_visible()

The method is hard to test, but at least it is called in order to see if it will crash.

15 years agoTest set_show_license() and set_zoom_on_double_click()
Emmanuel Rodriguez [Thu, 7 May 2009 21:11:04 +0000 (23:11 +0200)]
Test set_show_license() and set_zoom_on_double_click()

15 years agoTest set_decel_rate() and set_scroll_mode()
Emmanuel Rodriguez [Thu, 7 May 2009 21:05:43 +0000 (23:05 +0200)]
Test set_decel_rate() and set_scroll_mode()

15 years agoBug fix: reading the property "decel-rate" causes a GLib-GObject-WARNING
Emmanuel Rodriguez [Thu, 7 May 2009 21:03:04 +0000 (23:03 +0200)]
Bug fix: reading the property "decel-rate" causes a GLib-GObject-WARNING

The call to g_object_get() wasn't using reference to a double and the program
would issue the warning:
GLib-GObject-WARNING **: IA__g_object_get_valist: value location for `gdouble' passed as NULL

15 years agoTest set_min_zoom_level() and set_max_zoom_level()
Emmanuel Rodriguez [Thu, 7 May 2009 20:42:27 +0000 (22:42 +0200)]
Test set_min_zoom_level() and set_max_zoom_level()

15 years agoTest get_coords_at()
Emmanuel Rodriguez [Thu, 7 May 2009 20:28:31 +0000 (22:28 +0200)]
Test get_coords_at()

15 years agoAdd a lot of methods that where forgotten
Emmanuel Rodriguez [Thu, 7 May 2009 20:23:48 +0000 (22:23 +0200)]
Add a lot of methods that where forgotten

15 years agoFix the GType of ChamplainScrollMode
Emmanuel Rodriguez [Thu, 7 May 2009 20:01:08 +0000 (22:01 +0200)]
Fix the GType of ChamplainScrollMode

15 years agoTest the default view size properly
Emmanuel Rodriguez [Thu, 7 May 2009 18:10:03 +0000 (20:10 +0200)]
Test the default view size properly

15 years agoImplement SvChamplainMapSourceDesc
Emmanuel Rodriguez [Wed, 6 May 2009 15:08:19 +0000 (17:08 +0200)]
Implement SvChamplainMapSourceDesc

15 years agoTest the contents of a Champlain::MapSourceDesc
Emmanuel Rodriguez [Wed, 6 May 2009 14:06:16 +0000 (16:06 +0200)]
Test the contents of a Champlain::MapSourceDesc

15 years agoAdd newSVChamplainMapSourceDesc() and implement get_list()
Emmanuel Rodriguez [Wed, 6 May 2009 14:05:51 +0000 (16:05 +0200)]
Add newSVChamplainMapSourceDesc() and implement get_list()

15 years agoHand crafted macros for ChamplainMapSourceDesc
Emmanuel Rodriguez [Wed, 6 May 2009 13:51:51 +0000 (15:51 +0200)]
Hand crafted macros for ChamplainMapSourceDesc

15 years agoAdd the macro CHAMPLAIN_MAP_SOURCE_DESC() for nicer casting
Emmanuel Rodriguez [Wed, 6 May 2009 09:10:26 +0000 (11:10 +0200)]
Add the macro CHAMPLAIN_MAP_SOURCE_DESC() for nicer casting

15 years agoRemoved some memory leaks in build_combo_box()
Emmanuel Rodriguez [Wed, 6 May 2009 06:01:37 +0000 (08:01 +0200)]
Removed some memory leaks in build_combo_box()

15 years agoFix compilation warnings
Emmanuel Rodriguez [Wed, 6 May 2009 04:30:24 +0000 (06:30 +0200)]
Fix compilation warnings

15 years agoFix leak in the python bindings' map source desc wrapping
Emmanuel Rodriguez [Wed, 6 May 2009 11:36:14 +0000 (12:36 +0100)]
Fix leak in the python bindings' map source desc wrapping

15 years agoUpdate the Python bindings to include id
Pierre-Luc Beaudoin [Wed, 6 May 2009 03:43:18 +0000 (23:43 -0400)]
Update the Python bindings to include id

15 years agoUse the factory for creating map sources
Emmanuel Rodriguez [Tue, 5 May 2009 20:23:15 +0000 (22:23 +0200)]
Use the factory for creating map sources

15 years agoTest the id and the name of the NetworkMapSource
Emmanuel Rodriguez [Tue, 5 May 2009 19:42:31 +0000 (21:42 +0200)]
Test the id and the name of the NetworkMapSource

15 years agoTest the id of the map source
Emmanuel Rodriguez [Tue, 5 May 2009 18:42:47 +0000 (20:42 +0200)]
Test the id of the map source

15 years agoAdd get_id/set_id to Champlain::MapSource
Emmanuel Rodriguez [Tue, 5 May 2009 18:41:04 +0000 (20:41 +0200)]
Add get_id/set_id to Champlain::MapSource

15 years agoFix the testing of the map names
Emmanuel Rodriguez [Tue, 5 May 2009 18:32:26 +0000 (20:32 +0200)]
Fix the testing of the map names

15 years agoDocument the parameter @id in champlain_network_map_source_new_full()
Emmanuel Rodriguez [Tue, 5 May 2009 18:16:30 +0000 (20:16 +0200)]
Document the parameter @id in champlain_network_map_source_new_full()

15 years agoFix some expected map names
Emmanuel Rodriguez [Tue, 5 May 2009 18:15:59 +0000 (20:15 +0200)]
Fix some expected map names

15 years agochamplain_network_map_source_new_full gets now passed the id
Emmanuel Rodriguez [Tue, 5 May 2009 18:05:39 +0000 (20:05 +0200)]
champlain_network_map_source_new_full gets now passed the id

15 years agoMore specific .gitignore files
Emmanuel Rodriguez [Tue, 5 May 2009 17:40:23 +0000 (19:40 +0200)]
More specific .gitignore files