Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linestest #29

Closed
wants to merge 115 commits into from
Closed

Linestest #29

wants to merge 115 commits into from

Commits on Jan 31, 2016

  1. [Processing]Add v.what.rast algorithms

    * Implements Redmine feature request qgis#6859.
    * v.what.rast.points when type=point. For points input layers.
    * v.what.rast.centroids when type=centroid. For polygons input layers.
    Médéric RIBREUX committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    a39d258 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    4772837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b39ef View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. r.reclass inline rules also for MS-Windows

    Médéric Ribreux committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    b780d7c View commit details
    Browse the repository at this point in the history
  2. [Processing] GRASS7 v.distance (implements Redmine qgis#12817)

    Médéric Ribreux committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    4196293 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Configuration menu
    Copy the full SHA
    da65e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3039f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    5f157a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc19a57 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Make layer tooltips more user friendly

    Now the layer tooltips (in the layer tree) contains:
    * title (or the short name, if title empty)
    * abstract (if not empty)
    * URL
    Patrick Valsecchi committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    0389a36 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. indentation

    alexbruy committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    0571395 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Revert "Revert "[travis] Use newer clang 3.7 for linux builds""

    This reverts commit d902c56.
    
    Default precise clang versions are now also randomly failing, so
    let's try using a newer clang version (3.8) again and see if this
    fixes it.
    nyalldawson committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    697a25d View commit details
    Browse the repository at this point in the history
  2. Draw markers faster

    The code takes advantage of points already created to paint the
    geometries to draw the markers.
    ahuarte47 committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    c0f0bd5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request qgis#2747 from medspx/processing_grass_vwhatrast

    [processing] add v.what.rast GRASS 7 algorithms
    alexbruy committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    b2189f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request qgis#2781 from medspx/processing_grass7_rnull

    [processing] add r.null GRASS7 algorithm (fix qgis#6893)
    alexbruy committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    91e222e View commit details
    Browse the repository at this point in the history
  5. Merge pull request qgis#2782 from medspx/processing_r_reclass

    [processing] add GRASS7 r.reclass inline rules (fix qgis#5583)
    alexbruy committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    0061dcc View commit details
    Browse the repository at this point in the history
  6. Merge pull request qgis#2787 from medspx/processing_vdistance

    [processing] add GRASS7 v.distance (fix qgis#12817)
    alexbruy committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    61e5799 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cc8366 View commit details
    Browse the repository at this point in the history
  8. debian packaging update

    jef-n committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    b766ac1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request qgis#2853 from ahuarte47/Rendering_DrawingMarkersF…

    …aster
    
    [Improvement] Draw markers faster
    m-kuhn committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    1cdffd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d3cbd9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    527fe9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30449e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request qgis#2707 from pvalsecc/layer_tooltips

    Layer tooltips
    NathanW2 committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    4dbd884 View commit details
    Browse the repository at this point in the history
  2. Fix OGR expression compiler with GDAL >= 2.0

    Some extreme corner cases (eg "NULL OR TRUE") tested by the provider
    tests were failing with GDAL 2.0. In GDAL<2.0 these expressions would
    be rejected by OGR, but it seems GDAL>=2.0 has partial support for
    these so the expression compiler needs to handle them before handing
    off to GDAL.
    nyalldawson committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    81be559 View commit details
    Browse the repository at this point in the history
  3. Update test mask images

    nyalldawson committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    dc2f152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    193fedf View commit details
    Browse the repository at this point in the history
  5. Merge pull request qgis#2804 from Gustry/processing-error

    [Bugfix] [Processing] Catch some python errors in batch mode
    volaya committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    b3b4101 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e904f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2354677 View commit details
    Browse the repository at this point in the history
  8. Fix Qt5 build

    m-kuhn committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    281117d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5a731b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f722bb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c87529e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f83f73 View commit details
    Browse the repository at this point in the history
  13. debian packaging update

    jef-n committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    0a6509d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b253a96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98a216e View commit details
    Browse the repository at this point in the history
  16. Revert "Followup 193fedf, updated expected results"

    This reverts commit f722bb2.
    nyalldawson committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    5a18bb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    db2ca3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24a2df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0395b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61b8896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88bddb8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request qgis#2847 from alexbruy/plugin-manager-auth

    [pluginmanager] apply auth also when downloading plugin package
    dakcarto committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    b63461c View commit details
    Browse the repository at this point in the history
  7. Merge pull request qgis#2867 from dzolo/master

    [FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements qgis#12980)
    jef-n committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    c8a73da View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. Add extra checks to provider test:

    - test that fetching subset of attributes results in nulls for
    all other fields
    - test that geometry is fetched by default, but empty when
    NoGeometry flag is passed
    nyalldawson committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    1e7eae7 View commit details
    Browse the repository at this point in the history
  2. Indentation

    nyalldawson committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    1e3dc29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d6195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb8243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c0e78a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. fix/adds SAGA 2.2.3 tools

    Giovanni Manghi committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    f8ea9d9 View commit details
    Browse the repository at this point in the history
  2. processing: fix GRASS7 v.buffer.column

    Giovanni Manghi committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    8bdd4f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce69d21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e90786 View commit details
    Browse the repository at this point in the history
  5. Merge pull request qgis#2869 from NaturalGIS/processing_fix_saga_223_…

    …changed_modules
    
    [processing] fix/adds SAGA 2.2.3 tools
    alexbruy committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    6289786 View commit details
    Browse the repository at this point in the history
  6. Merge pull request qgis#2870 from NaturalGIS/processing_fix_grass7_v_…

    …buffer
    
    [processing] fix GRASS7 v.buffer.column
    alexbruy committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    7464d4d View commit details
    Browse the repository at this point in the history
  7. Merge pull request qgis#2872 from medspx/processing_localdoc

    [processing] use local GRASS7 help files if they exist (fix qgis#7745)
    alexbruy committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    9e3a5b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b1d73e View commit details
    Browse the repository at this point in the history
  9. Fix qgis#14426 - Zoom to layer behaves really weird when using a filt…

    …er on a Shape file:
    
    Fix extent for OGR provider, followup 9fb7819
    slarosa committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    5bb25d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42d8884 View commit details
    Browse the repository at this point in the history
  11. processing: add extent parameter to gdal rasterize

    Giovanni Manghi committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    e4f7567 View commit details
    Browse the repository at this point in the history
  12. processing: in SAGA grid masking it is not mandatory for inputs to ha…

    …ve the same extent
    Giovanni Manghi committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    6a0606b View commit details
    Browse the repository at this point in the history
  13. Merge pull request qgis#2868 from manisandro/next_vertex

    Fix out of bounds array access if nextVertex is called on empty geometry collection
    nyalldawson committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    c50161d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d1743a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df22d56 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5104438 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eb31e01 View commit details
    Browse the repository at this point in the history
  18. Merge indidividual regression1141.cpp and regression1141.cpp checks

    into testqgsrasterlayer and testqgsvectorfilewriter
    
    (slightly speeds up compiling and running tests)
    nyalldawson committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    a89b510 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Use BoundingBoxes in labeling

    Use BoundingBoxes to check faster if clipping is necessary
    ahuarte47 committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    b07bbd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request qgis#2852 from ahuarte47/Labeling_CheckBoundingBoxes

    [Improvement] Use BoundingBoxes in labeling
    nyalldawson committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    bd140a7 View commit details
    Browse the repository at this point in the history
  3. processing fix SAGA 2.2.* grid_spline tools

    Giovanni Manghi committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    35c81b4 View commit details
    Browse the repository at this point in the history
  4. processing fix SAGA 2.2.x resampling

    Giovanni Manghi committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    278b7f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request qgis#2874 from NaturalGIS/processing_saga_mask

    [processing] allow unmatching extents in SAGA grid masking algs
    alexbruy committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    6d0fa65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request qgis#2875 from neteler/patch-74

    [processing] include target elevation above the ground parameter in GRASS7 r.viewshed
    alexbruy committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    6292789 View commit details
    Browse the repository at this point in the history
  7. Merge pull request qgis#2877 from NaturalGIS/processing_fix_saga_2_2_…

    …x_grid_spline
    
    [processing] fix SAGA 2.2.x grid_spline tools
    alexbruy committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d30ad84 View commit details
    Browse the repository at this point in the history
  8. Merge pull request qgis#2878 from NaturalGIS/processing_fix_saga_2_2_…

    …x_resampling
    
    [processing] fix SAGA 2.2.x resampling
    alexbruy committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    c51025a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2c326c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1b7b65 View commit details
    Browse the repository at this point in the history
  11. QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all …

    …situations
    
    Currently the mContext.renderingStopped() check is done only if the feature
    has a geometry. Which makes it possible to have really really long loops if
    a long series of features without geometries are returned by the feature iterator.
    This is perhaps not something that can happen in practice, but I hit that issue
    when prototyping my WFS asynchronous feature downloading that currently only returns
    dummy features. QGIS was completely blocked due to the iterator returning infinite
    geometry-less features.
    rouault committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    b1f5b5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c20b33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94e7720 View commit details
    Browse the repository at this point in the history
  14. [FEATURE] Parameterized svg support for composer svg images

    This makes it possible to change SVG fill/outline color and outline
    width when using parameterised SVG files such as those included
    with QGIS (fix qgis#10542)
    nyalldawson committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    ed3cb12 View commit details
    Browse the repository at this point in the history
  15. Merge pull request qgis#2880 from rouault/avoid_busy_loop_in_QgsVecto…

    …rLayerRenderer_drawRendererV2
    
    QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all …
    jef-n committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    7ade582 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de0b770 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d2fe8f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8c0230f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8d3e3a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. [FEATURE] Add setting for default attribute dialog view

    Options for table view, form view and remember last view
    nyalldawson committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    f98b4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea10c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d97b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6ebb8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request qgis#2827 from SebDieBln/AllowNullInRelationRef

    [Bugfix] offer NULL value in relation reference widget if allowed (fixes qgis#14162)
    m-kuhn committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    e08130d View commit details
    Browse the repository at this point in the history
  6. try fix indentation

    Giovanni Manghi committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2c7f40b View commit details
    Browse the repository at this point in the history
  7. Merge pull request qgis#2873 from NaturalGIS/processing_add_extent_gd…

    …al_rasterize
    
    [processing] add extent parameter to gdal rasterize
    alexbruy committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    dc137d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request qgis#2881 from NaturalGIS/processing_missing_saga_…

    …shapes_polygons_tools
    
    [processing] add missing SAGA 2.2.x shapes_polygons_tools tools
    alexbruy committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    e0c98cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f17903 View commit details
    Browse the repository at this point in the history
  10. globe: adapt to osgearth 2.7

    jef-n committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    6327558 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f01cc55 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3059dd5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e404a1c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    6be8d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de06cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee46ece View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bb1723 View commit details
    Browse the repository at this point in the history
  5. [BUG] Avoid trying to split a line with itself

    Bernhard Ströbl authored and m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    ee499ae View commit details
    Browse the repository at this point in the history
  6. [BUG] Do not output lines shorter than 0.00001

    Bernhard Ströbl authored and m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    583159e View commit details
    Browse the repository at this point in the history
  7. [BUG] access geometry the right way

    Bernhard Ströbl authored and m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    a827992 View commit details
    Browse the repository at this point in the history
  8. [BUG] Do not output lines with two identical points

    Bernhard Ströbl authored and m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    e4d18f7 View commit details
    Browse the repository at this point in the history
  9. [processing] test cases for splitlineswithlines

    Bernhard Ströbl authored and m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    2f68e9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e4b1d4 View commit details
    Browse the repository at this point in the history
  11. Fix indentation problems

    m-kuhn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    d6a3359 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    924a18e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    0e6cb46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223d625 View commit details
    Browse the repository at this point in the history