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

Added new mime icons #2585

Closed
wants to merge 76 commits into from
Closed

Added new mime icons #2585

wants to merge 76 commits into from

Commits on Dec 21, 2015

  1. Added new mime icons

    SrNetoChan committed Dec 21, 2015
    Copy the full SHA
    25ec9ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dfd3c8d View commit details
    Browse the repository at this point in the history
  3. updated mime icons for mac

    SrNetoChan committed Dec 21, 2015
    Copy the full SHA
    a39585e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Copy the full SHA
    1fc022f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c70036 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77fdbcb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4e2c20c View commit details
    Browse the repository at this point in the history
  5. Remove unimplemented QgsSurfaceV2::pointOnSurface method

    Was always returning a point not on the surface! (0,0). Use the
    GEOS method instead.
    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    2c31c28 View commit details
    Browse the repository at this point in the history
  6. [FEATURE] Curve support for memory layers

    ...smallest diff for a new feature ever ;)
    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    81efe66 View commit details
    Browse the repository at this point in the history
  7. Fix fallback orderby and attribute subset

    Also properly closes the iterator when a fallback orderby is used
    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    31c1c4c View commit details
    Browse the repository at this point in the history
  8. [FEATURE] Allow definition of rendering order for renderers

    This allows defining the order in which features are processed by
    renderers.
    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    fe8b87c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9cc13a1 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9a30a2f View commit details
    Browse the repository at this point in the history
  11. Rename OrderBys -> OrderBy and OrderBy -> OrderByClause

    And some sip fixes
    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    91b8e4b View commit details
    Browse the repository at this point in the history
  12. Add test for rendering order

    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    b5c95e4 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c1b6311 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    c965366 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    611c9e8 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    83fff33 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    742f5ab View commit details
    Browse the repository at this point in the history
  18. Storing a pointer to QSettings instead of using stack

    The settings were allocated in the stack
    causing a segfault when accessed from the slot
    
    Fixes qgis#14021
    elpaso authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    c0caa79 View commit details
    Browse the repository at this point in the history
  19. Intendention

    mhugent authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    4b46a97 View commit details
    Browse the repository at this point in the history
  20. QgsSymbolV2 may not be copied

    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    5911be5 View commit details
    Browse the repository at this point in the history
  21. [FEATURE][QGIS Server] Add short name to layers, groups and project

    A number of elements have both a <Name> and a <Title>. The Name is a text string used for machine-to-machine
    communication while the Title is for the benefit of humans. For example, a dataset might have the descriptive Title
    “Maximum Atmospheric Temperature” and be requested using the abbreviated Name “ATMAX”.
    
    User can already set title for layers, groups and project. OWS name is based on the name used in layer tree. This name is more a label for humans than a name for machine-to-machine communication.
    
    To add the capability to users to define Name as a text string for machine-to-machine communication, this pull-request adds:
    * short name line edits to layers properties
    * WMS data dialog to layer tree group (short name, title, abstract)
    * short name line edits to project properties
    * add a regexp validator "^[A-Za-z][A-Za-z0-9\._-]*" to short name line edit accessible through a static method
    * add a TreeName element in the fullProjectSettings
    
    If a short name has been set for layers, groups and project it is used by QGIS Sever as the layer name.
    rldhont authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    3019296 View commit details
    Browse the repository at this point in the history
  22. Fix fill and select mixage

    sbrunner authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    207b09f View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    3492bef View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    76d8b67 View commit details
    Browse the repository at this point in the history
  25. Revert "QgsGeometry to datastream -> avoid extra data copy"

    This reverts commit c1b512f.
    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    df0b1b1 View commit details
    Browse the repository at this point in the history
  26. Update rubber band after editing nodes

    It has to be done this way. Just adding updateSelectFeature() in a few places
    is not enough, because then the rubber band will still not be updated after
    an undo operation.
    dgoedkoop authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    605895f View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    5effbde View commit details
    Browse the repository at this point in the history
  28. Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.

    QGIS crashes when using the Globe plugin if this package is not installed,
    as reported in QGIS issue qgis#9818 [0] and Debian Bug #808817 [1].
    
    [0] https://hub.qgis.org/issues/9818
    [1] https://bugs.debian.org/808817
    sebastic authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    c7448dc View commit details
    Browse the repository at this point in the history
  29. fix windows build and some warnings

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    759d121 View commit details
    Browse the repository at this point in the history
  30. Fix build warnings

    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    dc3e7f5 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    d7b11a2 View commit details
    Browse the repository at this point in the history
  32. [Processing] Manage default value for parameter

    To finalize commit 3472ac8 update processing to well manage default value
    rldhont authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    da2dc65 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    7dc7df5 View commit details
    Browse the repository at this point in the history
  34. [Processing] fixup parameters test

    - Broke into per class testcase
    - Each method tries to test only one aspect of behavior
    - Use unittest assertions for better error output
    - Removed non-existant serialize functionality from tests
    - Test BooleanParameter
    
    Conflicts:
    	python/plugins/processing/core/parameters.py
    michaelkirk authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    190b82b View commit details
    Browse the repository at this point in the history
  35. [Processing] update parameters test

    rldhont authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    e4fd98c View commit details
    Browse the repository at this point in the history
  36. [Processing] Update gui

    rldhont authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    03b5d2a View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    923bb62 View commit details
    Browse the repository at this point in the history
  38. Expressions, fix WhenThen crash and more tests

    * Fix a crash with WhenThenList
    * Check implicit sharing with all test expressions.
    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    6a4dbf6 View commit details
    Browse the repository at this point in the history
  39. avoid some compiler warnings on Windows

    The ERROR macro is already defined by WinGDI.h and so the warning C4005 'macro redefinition' was thrown.
    The constant 0xFE is out of range for (signed) 'char' and so the warning C4309 'truncation of constant value' was thrown.
    SebDieBln authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    8cce0ac View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    653396c View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    c71378e View commit details
    Browse the repository at this point in the history
  42. move more stl usage to qt

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    4b8ff34 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    6512a1c View commit details
    Browse the repository at this point in the history
  44. Fix qgis#14001

    m-kuhn authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    f8c1959 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    2280c46 View commit details
    Browse the repository at this point in the history
  46. change project/backup file only after preparing the data

    This avoids corrupted project files when crashing during the preparation of the XML data to write to the project file, e.g. due to a faulty plugin.
    SebDieBln authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    baa559d View commit details
    Browse the repository at this point in the history
  47. prompt the user to load backup when load project fails

    If an error occurs while loading the project file, prompt the user to load the backup file instead, if it exists.
    SebDieBln authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    90f3033 View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    4c1a5df View commit details
    Browse the repository at this point in the history
  49. Copy the full SHA
    08165e1 View commit details
    Browse the repository at this point in the history
  50. reread cached project file when its contents have changed

    When embedding layers, reread the external project file if its lastModified timestamp changed.
    SebDieBln authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    fc871a3 View commit details
    Browse the repository at this point in the history
  51. Copy the full SHA
    84c4e4e View commit details
    Browse the repository at this point in the history
  52. fix warnings

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    61b71dc View commit details
    Browse the repository at this point in the history
  53. fix lucid reference in INSTALL

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    c4f4d20 View commit details
    Browse the repository at this point in the history
  54. fix warnings on lupdate

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    ba8a8c4 View commit details
    Browse the repository at this point in the history
  55. Copy the full SHA
    214d7eb View commit details
    Browse the repository at this point in the history
  56. Copy the full SHA
    faf47b2 View commit details
    Browse the repository at this point in the history
  57. Always pass QgsFeatureId by value, not reference

    Since it's just a int64, it's faster to pass by value
    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    bebf8fc View commit details
    Browse the repository at this point in the history
  58. Copy the full SHA
    4284582 View commit details
    Browse the repository at this point in the history
  59. Copy the full SHA
    05a1762 View commit details
    Browse the repository at this point in the history
  60. Copy the full SHA
    5360e70 View commit details
    Browse the repository at this point in the history
  61. fix appending "Not supported" multiple times to label

    The term "Not supported" is not appended to the label when it is already present.
    The term is removed when no longer applicable.
    SebDieBln authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    4a6cfa8 View commit details
    Browse the repository at this point in the history
  62. fix warnings

    jef-n authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    26ce5ea View commit details
    Browse the repository at this point in the history
  63. Copy the full SHA
    6dcc4eb View commit details
    Browse the repository at this point in the history
  64. Show project path in server parsing error (revert before release)

    (an attempt to debug test failures in debian)
    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    0c5c2e8 View commit details
    Browse the repository at this point in the history
  65. Copy the full SHA
    b0e8f95 View commit details
    Browse the repository at this point in the history
  66. Fix test for QWT_POLAR

    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    e909393 View commit details
    Browse the repository at this point in the history
  67. Copy the full SHA
    398f517 View commit details
    Browse the repository at this point in the history
  68. Copy the full SHA
    2abffdb View commit details
    Browse the repository at this point in the history
  69. Copy the full SHA
    37ca30b View commit details
    Browse the repository at this point in the history
  70. Pal cleanups:

    - remove use of namespace blocks (avoids unnecessary indentation)
    - cleanup includes
    - remove old std::cout debugging blocks
    - move some documentation from cpp to headers
    nyalldawson authored and SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    61b16a9 View commit details
    Browse the repository at this point in the history
  71. Colored qlr icon

    SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    de135fd View commit details
    Browse the repository at this point in the history
  72. Added QGIS formats icons

    SrNetoChan committed Jan 4, 2016
    Copy the full SHA
    1dbdd4d View commit details
    Browse the repository at this point in the history
  73. Copy the full SHA
    d925fe1 View commit details
    Browse the repository at this point in the history