~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
v0.13.2
2
 
    * FIX : Graphical corruption on Intel chipsets when "Show downloaded areas" was enabled
3
 
    * FIX : API 0.6: Fix info dock links
4
 
    * FIX : Problem with "center" & "center & zoom" from the properties dock
5
 
    * FIX : API 0.6: Error when deleting a road with no nodes (fixes #1732)
 
1
v0.14
 
2
    * FIX : Optimize painter/style update
 
3
    * FIX : XML encode the changeset comments (fixes #2115)
 
4
    * ADD : Ability to create house numbers "Karlsruhe" style
 
5
        * FIX : Avoid infinite loop with imbricated relations
 
6
        * CHG : Remove api 0.5 option
 
7
        * ADD : Alternative way of drawing tracks
 
8
        * FIX : Don't fail importing lower-cased filenames
 
9
    * ADD : Select a relation member by contextual menu
 
10
    * CHG : Do not select a relation member when doing a "Center..."
 
11
    * ADD : Clicking on a relation member highlights it
 
12
        * ADD : Add a Features dock displaying the features in the current viewport
 
13
    * ADD : Add a case-sensitiveness option to the search + search by ID (closes #1509)
 
14
    * CHG : Remove support for osmarender (fixes #1966)
 
15
    * ADD : Allow multi-selection of layers; allow to show/hide or readonly several layers at once (closes #1798)
 
16
        * ADD : Also export routes in GPX
 
17
        * ADD : Paste features as a whole (closes #1807)
 
18
    * ADD : Spatial indexing of features for faster display with large downloaded areas.
 
19
    * ADD : Built-in list of epsg projections (from proj4)
 
20
    * CHG : Replaced "Commit..." command by "Force Upload". Allows to force update of existing features or to upload imported features (such as SHP, KML, ...)
 
21
    * FIX : User preferences thru OSM preferences system works again
 
22
        * FIX : Support projections when importing SHP files
 
23
        * ADD : Drag & drop re-ordering of the layers
 
24
        * ADD : Support for multiple image layers (closes #1400)
 
25
        * CHG : Load Yahoo background as a whole rather than in pseudo-tile
 
26
        * FIX : Take layer tag into account for drawing priority (fixes #1792)
 
27
        * FIX : Relations were no more drawn according to style
 
28
    * ADD : Interactions help in the info dock
 
29
    * ADD : Generic polygons creation (closes #1808)
 
30
    * FIX : Never loose selection when ctrl- or shift-clicking (fixes #1793)
 
31
    * FIX : Allow move of multiple selected features
 
32
    * ADD : Rotate function
 
33
    * FIX : Give title to progress dialogs (fixes #1512)
 
34
    * ADD : WMS Editor: Display user-friendly layers/projection list based on capabilities
 
35
    * ADD : Display plain trackpoint description/comment in infodock if found (closes #1788)
 
36
        * FIX : First node of a new way not connected to existing way after upload (fixes #1774; fixes #1780)
 
37
        * CHG : Changed way to handle WMS. Should allow exotic projections and eliminate problems.
 
38
        * ADD : Create road junction function (closes #1661)
 
39
    * FIX : force the addition of children of imported features (might solve some "prerequisites" errors)
 
40
    * FIX : import & export JOSM compatible .osm (fixes #1163)
 
41
        * ADD : log file for debugging output
 
42
        * ADD : standard command-line arguments (-h, -v, ...) (fixes #1712)
 
43
    * FIX : Use application-wide proxy (fixes #1763)
 
44
    * ADD : Allow to specify a user/password for the proxy (untested by me)
 
45
    * FIX : Photo localization patch from Toby Speight.
 
46
        * FIX : Set version of newly uploaded objects at 1.
 
47
        * FIX : Graphical corruption on Intel chipsets when "Show downloaded areas" was enabled
 
48
        * FIX : API 0.6: Add features version number in MDC'es
 
49
        * FIX : API 0.6: Fix info dock links
 
50
        * FIX : Problem with "center" & "center & zoom" from the properties dock
 
51
        * FIX : API 0.6: Error when deleting a road with no nodes (fixes #1732)
 
52
    * FIX : Correctly handle plural forms in MapLayer information
6
53
    * FIX : API 0.6: Do not add "created_by" to changed features (fixes #1728)
7
54
    * FIX : API 0.6: Allow to define a comment on a changeset (fixes #1731)
8
55
    * FIX : API 0.6 fixes
9
56
    * FIX : Nodes fetched by relations are incomplete and not completed by "download more" (fixes #1715)
10
 
v0.13.1
 
57
        * ADD : Initial support for Symbian S60v5
 
58
    * ADD : Support for discardable dialogs/messageboxes (fixes #1487)
 
59
    * FIX : Do not automerge GPX nodes (fixes #1486)
 
60
    * FIX : Proper clipping via Boost's geometry template library
 
61
        * FIX : Do not use guarded pointers (too slow) (closes #1674)
 
62
        * FIX : Styles tag selection speed optimisation (by Trav)
 
63
        * FIX : OSM/GPX import optimisations (by Trav)
11
64
    * FIX : <Esc> in Name property inspector causes AV (fixes #1672)
12
 
    * FIX : English language warning
 
65
    * CHG : Move vector background from SHP to OSB
 
66
    * CHG : Preferences are uploaded to OSM in binary, base-64 encoded, 254 char slice. Allow to bypass the 255 char per preference limitation.
 
67
    * CHG : Preferences lists (Bookmarks, WMS servers, ...) are now distributed and saved as XML in ~/.merkaartor. Allow proper merging (fixes #1401)
 
68
    * ADD : Allow to choose which Qt style to use via a combobox
 
69
    * CHG : Implement the custom styles as plugins
 
70
        * FIX : English language warning
 
71
        * ADD : Switch to template-based projection handling; remove dependency on libproj
13
72
    * FIX : proper handling of the "Don't connect GPX nodes..." disabling.
14
73
    * FIX : Fit the style editor in 1024x600 resolution (fixes #1609)
15
74
    * FIX : Reflect in dirty dock the fact that multiple objects were changed together (fixes #1507)
16
 
        * ADD : Threaded browser-based background image grabbing. (fixes #1312)
 
75
    * ADD : Threaded browser-based background image grabbing. (fixes #1312)
 
76
    * FIX : Handle redirection for TMS/WMS servers (fixes #1639)
 
77
    * FIX : Clear "hover" state when mouse leave the map widget
 
78
        * FIX : WMS has now the proper projection
 
79
        * ADD : Projections are specified in a "Projections.xml" file
 
80
        * ADD : move WMS/TMS configuration out of the preferences dialog to their own tools menu items.
 
81
        * ADD : switch to plugin-based image backgrounds
 
82
        * ADD : prioritize tile loading starting from center (by Arvin Schnell)
17
83
v0.13
18
84
    * FIX : Workaround for a crash with templates on Qt 4.5
19
85
        * FIX : Crash after TMS/WMS server renaming (fixes #1634)