From df860ea89a475df1e436175b6ecd18f7cbf05209 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 25 Oct 2019 14:14:52 +0200 Subject: [PATCH] changelog and news update for 3.10 --- ChangeLog | 49454 +++++++++++++++++---------- NEWS | 283 +- doc/news.html | 350 +- doc/news.t2t | 80 + linux/org.qgis.qgis.appdata.xml.in | 1 + 5 files changed, 31227 insertions(+), 18941 deletions(-) diff --git a/ChangeLog b/ChangeLog index da88c9e8b44..7dd8dcdb944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11464 @@ -Juergen E. Fischer 2019-06-21 +Jürgen E. Fischer 2019-10-25 + + translation update for 3.10.0 from transifex + +Jürgen E. Fischer 2019-10-25 + + visual changelog url changed again + +Nyall Dawson 2019-10-25 + + [labeling] Fix broken numeric formatting settings, add tests + + Fixes #32393 + +Alessandro Pasotti 2019-10-24 + + Fix unreported crash with "fill ring" tool + + unitialized smart ptr + +Merge: 1d6a2dedd9 188cbcb8fe +Blottiere Paul 2019-10-24 + + Merge pull request #32352 from pblottiere/fix_schema_location + + Server: fix schemaLocation in WMS GetCapabilities document + +Merge: 51d95c619c 2d5027b1ae +Alessandro Pasotti 2019-10-24 + + Merge pull request #32370 from elpaso/bugfix-gh32362-dd-browser-multi-geom + + Fix browser DD on GPKG/PG with multi geom + +Merge: 4d72fc4181 c32caf8ab7 +Alessandro Pasotti 2019-10-24 + + Merge pull request #32361 from elpaso/bugfix-gh32354-wms-casesensitive-request + + Server WMS fix case sensistive REQUEST + +Alessandro Pasotti 2019-10-23 + + Server WMS fix case sensistive REQUEST + + Fixes #32354 + +Alessandro Pasotti 2019-10-23 + + Fix browser DD on GPKG/PG with multi geom + + Fixes #32362 + +Merge: 3119209334 312ac93b58 +Alessandro Pasotti 2019-10-23 + + Merge pull request #32336 from elpaso/bugfix-gh32257-pg-source-select-multiline-comments + + PG source select dlg: show multiline comments in tooltips + +Alessandro Pasotti 2019-10-23 + + PG source select: remove initial newlines from table comments + +Blottiere Paul 2019-10-23 + + Fixes more tests + +sklencar 2019-10-23 + + [quick] Fixes to photo widget (#32175) + + * [QgsQuick] + Added a back button to photopanel + + * Split camera output and preview. + Visible only one of them at the same time + + * Fix of mixing features external resource value + If a feature's value has been changed, it affects also another feature + + * [QgsQuick] Reverted back photo panel opacity + The value is set to default value, keep it for adjustment anyway + + * Udpated icon + Used material design + removed circular background + + * Resized back icon + + * Refactoring + Renamed cancel event to more descriptive name (PhotoPanel) + Removed clearing of preview image source on visibleChanged - live view and preview are now exclusivly visible, preview is not stuck anymore (PhotoPanel) + Delete redundant funtion call in onComplete function external resource widget + +Blottiere Paul 2019-10-23 + + Update unit tests data + +Blottiere Paul 2019-10-11 + + Fixes schemaLocation in WMS GetCapabilities. Fixes #32085 + +Merge: 13ad9d66be 4462509f52 +Alessandro Pasotti 2019-10-23 + + Merge pull request #32351 from elpaso/bugfix-gh32347--getcap-crash-more + + Server: fix more pointer errors when plugins are off + +Alessandro Pasotti 2019-10-23 + + Server: fix more pointer errors when plugins are off + + Fixes #32347 + +Merge: 672399f6c6 7034adb6dd +Alessandro Pasotti 2019-10-22 + + Merge pull request #32345 from elpaso/bugfix-gh32338-getcap-crash + + Server fix getCapabilities crash when plugins are off + +Alessandro Pasotti 2019-10-22 + + Server fix getCapabilities crash when plugins are off + + Fixes #32338 + +Alessandro Pasotti 2019-10-22 + + Code layout + +Alessandro Pasotti 2019-10-22 + + PG source select maintain newline in tooltips + +Alessandro Pasotti 2019-10-22 + + PG source select word wrap table comments + +Alessandro Pasotti 2019-10-22 + + PG source select align table comment top + +Alessandro Pasotti 2019-10-22 + + PG source select: do not add tooltip if table comment is empty + +Alessandro Pasotti 2019-10-22 + + PG source select dlg: show multiline comments in tooltips + + Fixes #32257 + +Jürgen E. Fischer 2019-10-21 + + debian packaging: suggest otb-qgis + +Jürgen E. Fischer 2019-10-19 + + fix build (followup 8ef8efa7fb7) + +Denis Rouzaud 2019-10-18 + + include nlohmann/json_fwd.hpp in core source headers (#32294) + + the file was manually added later to the installted headers, but not on mac + + it is not possible to install a file in a Headers subfolder within a framework if the original header is not in the same cmake current directory + + installing a header in a subdirectory is achieved by setting the MACOSX_PACKAGE_LOCATION property of the source file + but setting a property can only be achieved if it is in the same cmake directory (from the docs: Source file properties are visible only to targets added in the same directory [0]) + + [0] https://cmake.org/cmake/help/latest/command/set_source_files_properties.html + +Mathieu Pellerin 2019-10-18 + + Add test + +Mathieu Pellerin 2019-10-18 + + Fix assert with negative QVector size in transformBoundingBox + This fixes #32302 by insuring that the multilication of nXPoints and nYPoints + doesn't result in overflown (and threfore negative) int value + +Julien Cabieces 2019-10-17 + + Revert "Merge pull request #31374 from troopa81/parallelize_snap_caching" + + This reverts commit 87b1aa9a5d6efb279693aea68dc2dcb5b51b3e86 + +Merge: 2829f6ba35 6fed2fafd7 +Alessandro Pasotti 2019-10-17 + + Merge pull request #32274 from elpaso/bugfix-server-wfs3-extent-and-name + + Server WFS3 update to latest (final) core specs + +Alessandro Pasotti 2019-10-16 + + Fix bbox multiple array and add two more tests + +Alessandro Pasotti 2019-10-16 + + Server WFS3 update to latest (final) core specs + + - extent -> spatial -> array of bboxes + - collections name -> id + +Denis Rouzaud 2019-10-17 + + [docker] fix cache and enable timeouts for Docker images (on cron jobs) (#32264) + + This allows faster builds of the Docker images on cron jobs by fixing the caching on Travis (it has a distinct cache than the standard testing builds) + To get the cache, it has to be stored on some point in a docker image. To avoid image size increase, a second build is done with removing the cache and build information and using squash builds (currently an experimental feature of Docker). + +Merge: cc8c2b6fe4 6a08e0bd81 +Alessandro Pasotti 2019-10-17 + + Merge pull request #32205 from sbrunner/fix-core-dump-master + + [Server] Fix crach on WFS Insert + +Alessandro Pasotti 2019-10-16 + + Server WFS3 fix rel=service_desc -> rel=service-desc + + Fixes #32268 + +SrNetoChan 2019-10-16 + + Better icon for No CRS indicator + +Denis Rouzaud 2019-10-15 + + replace deprecated in by deprecated since (#32260) + +Denis Rouzaud 2019-10-15 + + commenting noisy warnings (#32238) + + * commenting noisy warnings + + These are annoying and prevent from correctly testing QGIS nightlies. + Will be reverted when #32176 is merged + +Merge: 5f24a0b214 758d7cff4a +Denis Rouzaud 2019-10-15 + + Merge pull request #32258 from 3nids/pyqgis_deprecated + + [sipify] correctly output deprecation + +Denis Rouzaud 2019-10-15 + + run sipify to update deprecation annotations + +Denis Rouzaud 2019-10-15 + + [sipify] correctly output deprecation + +Richard Duivenvoorde 2019-10-12 + + Change help answer to what is actually shown in the preview + +SrNetoChan 2019-10-10 + + Adds better Layer panel indicator for noCRS + +Merge: fa82f8690c 85e4827b19 +Even Rouault 2019-10-13 + + Merge pull request #32226 from rouault/wfs_fix_filter_expression + + [WFS provider] Do not forward FilterExpression to spatialite cache if the expression needs a geometry + +Sandro Santilli 2019-10-13 + + Fix typo + +Sandro Santilli 2019-10-13 + + Fix handling of RASTER layers in retrieveLayerTypes + +Sandro Santilli 2019-10-13 + + Only pick distinct srid/type combinations from vector layers + + Closes #32223 + +Merge: d9ef585e47 436b09ce13 +D'Hont René-Luc 2019-10-13 + + Merge pull request #32222 from rldhont/abstract-content-cache-task-wait-for-finished + + Wait for finished in abstract content cache when fetching with blocking + +Even Rouault 2019-10-13 + + [WFS provider] Do not forward FilterExpression to spatialite cache if the expression needs a geometry + +Even Rouault 2019-10-13 + + featuresourcetestbase.py: make assert_query() robust to non-0 attribute index for pk field + +D'Hont René-Luc 2019-10-12 + + Try to wait for already fetch content in abstract content cache + +D'Hont René-Luc 2019-10-12 + + Enhance wait for finished in abstract content cache to be sure reply has been checked + +D'Hont René-Luc 2019-10-12 + + Wait for finished in abstract content cache when fetching with blocking + +D'Hont René-Luc 2019-10-12 + + Abstract content cache: delete task later + + Try to fix travis segfault by replacing the delete task calls with task->deleteLater() in QgsAbstractContentCache + +Nyall Dawson 2019-10-12 + + Fix uncaught transform exception when determining AFS layer bounds + +Merge: b68ceacf72 46280fb36f +signedav 2019-10-11 + + Merge pull request #32158 from signedav/null-strings-datetime + + Null representation in QgsDateTimeEdit on getting focus + +Stéphane Brunner 2019-10-11 + + The layer can be null + +Sandro Santilli 2019-10-10 + + Honour "useEstimatedMetadata" config in QgsPostgresProviderConnection::tables + +Sandro Santilli 2019-10-10 + + Always honour useEstimatedMetadata connection setting + + ... rather than hard-coding a "true" value + + References #32053 + +Sandro Santilli 2019-10-10 + + When using estimated metadata, skip NULL geometries + + This allows determining srid/type of columns having a NULL + geometries in the first 1000 records, at the cost of possibly + scanning whole tables when geometries are ALL nulls. + + References #32053 + +Sandro Santilli 2019-10-11 + + Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci (#32199) + + * Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci + + Closes #32143 + + * Update python/plugins/processing/tests/CMakeLists.txt + + Co-Authored-By: Harrissou Sant-anna + +Sandro Santilli 2019-10-07 + + More commitTransaction error handling + +Sandro Santilli 2019-10-07 + + Return false on commit failure from QgsOgrProvider::changeGeometryValues + + Fixes #32144 + +Sandro Santilli 2019-10-11 + + Simplify GEOS version extraction code + +D'Hont René-Luc 2019-10-11 + + [Bugfix] Get remote SVG synchronously - in the server context + +Sandro Santilli 2019-10-09 + + Fix detection of GEOS release candidate versions + + Closes #32170 + +Peter Petrik 2019-10-09 + + [ios] [qgsquick] fix crash of GPS widget on iOS, see input issue 470 + +Merge: bbdbca418c 5430596241 +Alessandro Pasotti 2019-10-10 + + Merge pull request #32185 from elpaso/bugfix-gh32118-remove-windows-qgz-T-attr-bis + + Move clear T attr on windows before tmp file is renamed + +Sandro Santilli 2019-10-10 + + Rewrite layers retrival code to use less queries + + Drastically reduces waiting times when using QGIS against a remote + database with high latency. + + Fixes #32002 + +Sandro Santilli 2019-10-10 + + Tweak layer type retrival test to be immune from ordering + +Alessandro Pasotti 2019-10-10 + + Move clear T attr on windows before tmp file is renamed + + Fixes #32118 + +Nyall Dawson 2019-10-10 + + Fix qt warning thrown when converting a 2.18 project + +Nyall Dawson 2019-10-10 + + Optimise grid polygon creation + + Avoid the unwanted expense of converting QgsPointXY sequences to geometries + and just construct the desired geometries directly + +Jorge Gustavo Rocha 2019-10-10 + + Format legend name for remote rasters added via http/https/ftp (#32169) + +Clemens Raffler 2019-10-10 + + [processing] Port of Create Grid algorithm to C++ + + MUCH faster grid creation vs the Python implementation + +Nyall Dawson 2019-10-10 + + [processing] Drop precision of attribute check for create grid test results + +Denis Rouzaud 2019-10-09 + + fix building custom widgets + +Denis Rouzaud 2019-10-09 + + [custom widgets] add QgsAuthConfigSelect (#32178) + +ThiesVanLoon <56346766+ThiesVanLoon@users.noreply.github.com> 2019-10-09 + + Bug fix resolving issue 32172 + + The 'upload' parameter value 'to_attr' should not involve a closing bracket + + https://github.com/qgis/QGIS/issues/32172 + +Merge: 6e26963908 3b56da8252 +Alessandro Pasotti 2019-10-09 + + Merge pull request #32161 from elpaso/bugfix-gh32149-rangewidget-negative-integers + + Fix range widget negative integers -> NULL + +Nyall Dawson 2019-10-09 + + Cleanup QgsMapLayerRenderer api + + Make associated QgsRenderContext a base class member, since all + renderer subclasses require this + +Nyall Dawson 2019-10-08 + + Test mask + +Nyall Dawson 2019-10-08 + + Add unit tests for raster rendering during staged render jobs + +Nyall Dawson 2019-10-08 + + Fix export to geopdf skips raster and mesh layers + + Fixes #32148 + +Nyall Dawson 2019-10-07 + + Fix API break, update test results which relied on layers with unknown CRS + +Nyall Dawson 2019-10-09 + + Rename variable for clarity + +Nyall Dawson 2019-10-07 + + Cleanup cursor handling + +Nyall Dawson 2019-10-07 + + Allow layer projection to be set via indicator icon click + +Nyall Dawson 2019-10-07 + + Don't show invalid CRS indicator for layers which are themselves + invalid + + It's useless information which is usually fixed when setting the layer's + path to the correct one. + +Nyall Dawson 2019-10-07 + + [api] Add API to indicate that individual layers may be loaded without any + CRS validation, regardless of the user's settings + + This avoids hacks put in place in other parts of QGIS code or in plugins + to temporarily deactivate the CRS validation prompt, providing a supported, + stable method to indicate that when loading a particular layer no CRS + validation is required. + +Nyall Dawson 2019-10-07 + + Fix QgsProject::defaultCrsForNewLayers() + +Nyall Dawson 2019-10-07 + + [needs-docs] Add option to take no action ("Leave as an unknown CRS") when + a layer is loaded which has no CRS + + This is the new default behavior. It effectively defers the choice of CRS + from layer loading time to a later time which is convenient for users. E.g. + it no longer asks for CRS choice 100x when loading 100 files into QGIS at once. + (Effectively an application crash/hang... no one will sit through these 100 dialogs!) + + The new behavior means there's no prompt (by default!) when loading these layers, + and instead the layers will be shown in the layer tree with an "unknown CRS" + indicator icon. They'll also be un-referenced, with coordinates from the layer + treated as purely numerically, non-earth values. I.e. the same behavior + as all layers get when a project is set to have no CRS. + + The user can then resolve these in their own time, and by using convenient + shortcuts like highlighting multiple layers at once and then setting the CRS + for all these in a single action. + + Fixes #19762, #27634, #24815 (and probably others) + +Nyall Dawson 2019-10-07 + + Update/enhance unit tests for CRS validation + +Nyall Dawson 2019-10-07 + + [needs-docs] Add an indicator icon for layers with an unknown/invalid CRS + +Nyall Dawson 2019-10-07 + + Don't force fallback to WGS84 for unknown layer CRSes + + Because: + + 1. There's very little chance this is the correct choice for the layer + 2. WGS84 use MUST be discouraged moving forward and the spatial community + needs to move away from this CRS (see https://www.opengeospatial.org/blog/3045 + for justification) + 3. It's better to fallback to an unknown CRS and correctly reflect + this ambiguity in the GUI for users + +Nyall Dawson 2019-10-07 + + Avoid a CRS detach when no validation function set + +Nyall Dawson 2019-10-07 + + Fix static variable prefix + +Alessandro Pasotti 2019-10-08 + + Update tests/src/gui/testqgsrangewidgetwrapper.cpp + + Co-Authored-By: signedav + +Merge: a491117c88 5aa44b79ed +Alessandro Pasotti 2019-10-08 + + Merge pull request #32166 from elpaso/bugfix-gh32118-remove-windows-qgz-T-attr + + Remove T attribute on project QGZ files on windows + +Merge: 7f54c6acf0 d7f5bd0ea3 +Even Rouault 2019-10-08 + + Merge pull request #32162 from rouault/fix_29212_followup_revived + + Application options: defer disabling of drivers after application restart (relates to #29212) + +Even Rouault 2019-09-16 + + Application options: defer disabling of drivers after application restart (relates to #29212) + + This is a follow-up of https://github.com/qgis/QGIS/pull/31772 + + Driver de-registration is now defered after application restart to avoid + any risk of potential crashes if a dataset using a disabled driver was + already in use. + +Jürgen E. Fischer 2019-10-08 + + debian packging [ci skip]: + * scripts/scandeps.pl: remove python3-autopep8 from INSTALL build + dependency list (not an actually dependency anyway) + * include eoan in INSTALL + +Nyall Dawson 2019-10-08 + + Fix memory layers cannot use non-EPSG CRS codes + + Likely also fixes other bugs relating to use of non-EPSG authorities, + by making QgsCoordinateReferenceSystem::createFromString correctly + handle other authorities and avoid forced conversion of the identifier + to a number. + +Nyall Dawson 2019-10-08 + + Fix crash after deleting report sections + + Fixes #31302 + +Alessandro Pasotti 2019-10-08 + + Remove T attribute on project QGZ files on windows + + Fixes #32118 + +Merge: eaea8e0738 4762e6ae06 +Even Rouault 2019-10-08 + + Merge pull request #32150 from rouault/ogr_provider_oapif + + [OGR provider] Set of usability fixes for OAPIF/WFS3 datasets + +Mathieu Pellerin 2019-10-08 + + [expression] Fix is_layer_visible function not taking scale-based visibility into account (#32156) + +Alessandro Pasotti 2019-10-08 + + Fix range widget negative integers -> NULL + + Fixes #32149 + + With tests + +David Signer 2019-10-08 + + avoid double check + +David Signer 2019-10-08 + + tests for datetime widget regarding focus and null value representers + +David Signer 2019-10-08 + + widget initialization minor fix + +David Signer 2019-10-08 + + do not trigger editing finished in inFocus event like it does in outFocus event + + function docs in header + +Jorge Gustavo Rocha 2019-10-08 + + Uh-oh misspelling fix 32117 + +Even Rouault 2019-10-07 + + OGR sublayers: add a 'Description' column in the GUI + + Some OAPIF/WFS3 datasets uses UUID as the layer name, so this is highly + impractical for the user. However they publish a user friendly name in + the TITLE metadata, so use that. + +David Signer 2019-10-07 + + use displayCurrentDate in clear for the clear button and for the setDateTime initialization it overwrites the value with the null value representation by calling displayNull after + +David Signer 2019-10-07 + + go to the end of the lineEdit content, otherwise it cannot be set to the null representation value + +David Signer 2019-10-07 + + check if null instead of the value of the lineEdit + +David Signer 2019-10-07 + + if the lineEdit contains the Null Representation it should replace the text with the current date + +Even Rouault 2019-10-07 + + [OGR provider] Optimize for OAPIF/WFS3 datasets + + OAPIF/WFS3 datasets can be very slow, up to the point where this freeze QGIS + for hours, when they have a lot of collections (i.e. layers), because: + - the feature count is absent from collection metadata, so it + would require a full scan of the collection + See https://github.com/opengeospatial/ogcapi-features/issues/261 + - the layer geometry type is absent from collection metadata. + See https://github.com/opengeospatial/ogcapi-features/issues/262 + OGR curretly does one /items request to get the first features and guess + the geometry type for it, but this approach is still too slow with datasets + with a huge number of collections. + - the layer extent is generally present in the metadata, but some servers + do not offer it, so if OLCFastGetExtent reports FALSE, return a world bbox + instead of iterating over the whole collection + + This is best used together with the latest enhancements & fixes of the + OAPIF driver of GDAL master (503585c5abe8c3f8fde428af8b3f511d4fa3359f) + or with their backport to GDAL 3.0 branch (https://github.com/OSGeo/gdal/pull/1910) + +Even Rouault 2019-10-07 + + splitSubLayerDef(): remove useless code path + + Since 144e9a2e457d48ca7680d6bbc7a0c74b59a6b2ad, we no longer use + ':' as the separator for the OGR sublayer informations. Consequently + we no longer need the hack that was needed to merged back Windows + paths like "C" : "\foo" + +Jürgen E. Fischer 2019-10-07 + + fix 4cbcfbbd4 + +Mathieu Pellerin 2019-10-07 + + [ui] Fix overview panel's extent polygon red-on-red visibility issue + +Mathieu Pellerin 2019-10-07 + + [canvas] Clear cache to re-create selected feature highlight color + +Mathieu Pellerin 2019-10-07 + + [projects] Add Q_PROPERTYs for backgroundColor and selectionColor + +Mathieu Pellerin 2019-10-07 + + Fix spelling, revert world_map.gpkg change (arg) + +Mathieu Pellerin 2019-10-07 + + [projects] Insure backgroundColorChanged / selectionColorChanged signals emitted only when color changes + +Mathieu Pellerin 2019-10-07 + + Use project signals to update canvas background and selection colors + +Mathieu Pellerin 2019-10-07 + + [canvas] Refresh canvas when the canvas (i.e. background) color is changed + +Mathieu Pellerin 2019-10-07 + + [projects] Add signals for background color and selection color change + +Mathieu Pellerin 2019-10-07 + + Add tests + +Mathieu Pellerin 2019-10-07 + + [projects] Serve selection color through a proper API + +Mathieu Pellerin 2019-10-07 + + [projects] Serve default canvas background color through a proper API + +Nyall Dawson 2019-10-07 + + Drop mersenne-twister from analysis + + This isn't exposed to stable api, is currently unused, and the std + library version should be preferred instead in any case + +Nyall Dawson 2019-10-07 + + Avoid use of too new CMAKE VERSION_GREATER_EQUAL + +Alexandre Neto 2019-10-03 + + Update tests + +Alexandre Neto 2019-10-03 + + Better approach for preferredFormat + +Alexandre Neto 2019-10-02 + + Checks is gpkg is available for writing + +Alexandre Neto 2019-10-01 + + Makes GPKG prefered input format for OGR algs #Fixes 29097 + +Nyall Dawson 2019-10-07 + + Fix build warnings + +Harrissou Sant-anna 2019-10-06 + + Display the label's background Size Y DD button + + for regular geometric background shape when setting text format + +Nyall Dawson 2019-10-06 + + Deprecated QgsGeometry::createPolylineFromQPolygonF and + QgsGeometry::createPolygonFromQPolygonF + + These were internal details which should never have been exposed + to public API + +Nyall Dawson 2019-10-06 + + Optimise QgsGeometry::asQPolygonF + +Nyall Dawson 2019-10-06 + + Add QgsLineString::fromQPolygonF + +Nyall Dawson 2019-10-06 + + Ensure polygon rings generated for rendering are always closed + + Avoids issues with unclosed rings and use of spatial algorithms + during rendering (e.g. GEOS routines) + +Merge: 761b2e7785 61579538b2 +Alessandro Pasotti 2019-10-06 + + Merge pull request #32120 from elpaso/bugfix-gh32020-server-contextual-legend + + Fix Server getlegendgraphic duplicated symbols + +Nyall Dawson 2019-10-05 + + Don't crash QgsTessellator when an empty polygon is added + +Nyall Dawson 2019-10-05 + + Optimise xy geometry conversion + +Nyall Dawson 2019-10-05 + + Optimise QgsGeometry::fromQPolygonF + +Alessandro Pasotti 2019-10-05 + + Oouch (again) on that silly WMS 1.3.0 inverted axis + + A reminder for me (from geoserver docs) + + The WMS 1.3.0 specification mandates that the axis ordering for geographic coordinate systems defined in the EPSG database be latitude/longitude, or y/x. This is contrary to the fact that most spatial data is usually in longitude/latitude, or x/y. This requires that the coordinate order in the BBOX parameter be reversed for SRS values which are geographic coordinate systems. + +Merge: 3ec34e8ce8 5c1cc4a40d +Borys Jurgiel 2019-10-05 + + Merge pull request #32100 from borysiasty/fix_dash_in_zip_filenames + + [Plugin installer] Fix handling zip file names with a dash as a version suffix separator + +Alessandro Pasotti 2019-10-05 + + Add another control image mask + +Nyall Dawson 2019-10-05 + + Silence deprecation warning + +Nyall Dawson 2019-10-03 + + Use a prepared geometry in topology checker overlap check + +Nyall Dawson 2019-10-03 + + Remove useless check slowing down topology duplicate geometry check + +Nyall Dawson 2019-10-03 + + More responsive topology checker cancelation + +Nyall Dawson 2019-10-03 + + Use proper API for geometry validity check in topology test + +Nyall Dawson 2019-10-03 + + Better (more responsive) handling of cancelation during topology checks + +Nyall Dawson 2019-10-03 + + Fix crash in topology checker plugin after a check is canceled + during index preparation + +Nyall Dawson 2019-10-03 + + [topology] Fix topology checker multipart check + + Instead of checking the geometry type, actually check the number + of geometry parts present + + Fixes #28361 + +Nyall Dawson 2019-10-03 + + Fix crash on exit when topology checker dock is open with visible results + +Nyall Dawson 2019-10-03 + + Try to resolve dox warning + +Nyall Dawson 2019-09-29 + + C++ API for generating random points inside geometry + + Adds an optimised c++ method for generating random points inside + a polygon geometry, using a tessellation based approach to + avoid the inefficiencies of the brute force filtered-random-points-within-extent + approach. + +Alessandro Pasotti 2019-10-04 + + Catch cs exception and add another control file mask + +Alessandro Pasotti 2019-10-04 + + Added control image 3 + +Alessandro Pasotti 2019-10-04 + + Control image mask 2 + +Borys Jurgiel 2019-10-02 + + [Plugin installer] properly handle zip file names with a dash as a version suffix separator + +Alessandro Pasotti 2019-10-04 + + Code layout and mask image 1 + +Merge: f743a4c242 e2abf207e1 +Alessandro Pasotti 2019-10-04 + + Merge pull request #32108 from elpaso/bugfix-gh32089-db-manager-force-to-single-part + + Fix layer exporter force to single-part + +Merge: 9a55675848 4a94a9054c +Alessandro Pasotti 2019-10-04 + + Merge pull request #32106 from elpaso/bugfix-gh32065-server-json-content-type + + Server fix #32065 geojson content type accept + +Alessandro Pasotti 2019-10-04 + + Fix Server getlegendgraphic duplicated symbols + + ... and fix a few build warnings + + Now uses the hit test from QGIS API. + + Fixes #32020 + +Alessandro Pasotti 2019-10-04 + + WMS contextual legend: fix unreported issue with reprojection + + When using contextual WMS legends with a different projection + in the canvas and in the layer, the extent was not transformed. + +Alessandro Pasotti 2019-10-04 + + Update src/core/qgsvectorlayerexporter.cpp + + Co-Authored-By: Nyall Dawson + +Jürgen E. Fischer 2019-10-04 + + fix 85d2cb042 + +Nyall Dawson 2019-10-03 + + Don't load print layouts when opening project browser items + + This can cause crashes, e.g. if the layouts use HTML based items + (since QWebPage cannot be used on background threads) + +Nyall Dawson 2019-10-03 + + Add QgsProject flag to avoid loading print layouts when reading a project file + + Speeds up project read time when these aren't needed, and also potentially + avoids issues caused by non-thread-safety in layouts (since some items rely + on classes which can only be used in the main thread e.g. QWebPage) + +Nyall Dawson 2019-10-03 + + [layouts] Don't try to load HTML content when a layout is created + in a background thread + + The underlying QWebPage class used to render these can ONLY be + used from the main thread. So we raise an error and render nothing + to avoid crashes. + +Jürgen E. Fischer 2019-10-03 + + debian packaging: add eoan + +Alessandro Pasotti 2019-10-03 + + Fix layer exporter force to single-part + + Try to respect the option and fails if is there + any real MULTI geometry in the input layer. + + Fixes #32089 + +Merge: 0c5f67787c 411d9957b1 +Denis Rouzaud 2019-10-03 + + Merge pull request #32095 from 3nids/from_init_python_url_v2 + + allow to use remote content for init code file path in attribute form + +Denis Rouzaud 2019-10-03 + + disable test + + it is segfaulting on Travis no idea why + +Merge: 387272d441 cd71ea1f3c +Alessandro Pasotti 2019-10-03 + + Merge pull request #32088 from NaturalGIS/change_confusing_dbmanager_option_name + + change confusing parameter name in DB Manager + +Nyall Dawson 2019-10-03 + + QgsProject documentation improvements + +Harrissou Sant-anna 2019-09-16 + + Visual cleanup for qgsProject in pyqgis doc + +Alessandro Pasotti 2019-10-03 + + Added test reference file + +Alessandro Pasotti 2019-10-03 + + Server WFS3 be nice too with geojson content types + + Fixes #32065 for WFS3 + +Alessandro Pasotti 2019-10-03 + + Server be nice and accept geojson mime type variants + + Fixes #32065 + +Denis Rouzaud 2019-10-03 + + run lambda if macros are allowed + + not only when asking + + also show a warning when message bar exists + +Denis Rouzaud 2019-10-03 + + download immediately + +Nyall Dawson 2019-10-01 + + Add stable api for setting/retrieving project custom scales + + Previously this was all done through raw project key manipulation, + but there's a use case for exposing this nicely for use by plugins. + +lbartoletti 2019-10-01 + + fix build + +lbartoletti 2019-10-01 + + one wmore deprecated method + +lbartoletti 2019-10-01 + + fix build + +lbartoletti 2019-10-01 + + deprecate methods in qgsvectorlayereditutils. Better deprecated dox. + +lbartoletti 2019-09-12 + + update dox + +lbartoletti 2019-09-10 + + rename QgsPointSequence QgsMapToolCapture::points() const; to QgsPointSequence QgsMapToolCapture::pointsZM() const; + +lbartoletti 2019-08-14 + + fix dox and tests + +lbartoletti 2019-08-14 + + fix qgsgeometry + +lbartoletti 2019-08-08 + + deprecate addTopologicalPoints methods with QgsPointXY + + deprecate other methods + +Harrissou Sant-anna 2019-09-19 + + Add "concatenate_unique" as aggregate parameter + + to relation_aggregate function + +Harrissou Sant-anna 2019-09-19 + + Add "concatenate_unique" and "array_agg" as aggregate parameter + + of aggregate function + +Etienne Trimaille 2019-09-26 + + update docstrings in qgsdatetimeedit.h + +Etienne Trimaille 2019-09-25 + + implement date() and time() in QgsDateTimeEdit to handle NULL values + +Peter Petrik 2019-09-24 + + fix #29188 changing of color ramp for mesh layer now works without clicking on load button first + +David Signer 2019-09-30 + + set the line edits null value over setSpecialValueText if existing + + fixes #22883 + +David Signer 2019-09-30 + + testing focus and null representations for QgsSpinbox as well (not only QgsDoubleSpinBox) + +David Signer 2019-09-30 + + remove setNullValues on lineEdit because this should be set over the setSpecialValue + +David Signer 2019-09-30 + + check widget if it's null instead of redundant text if contained text is the null representer + +Denis Rouzaud 2019-10-02 + + add missing import + +Denis Rouzaud 2019-10-02 + + fix API docs + +Denis Rouzaud 2019-10-02 + + fix test + +Denis Rouzaud 2019-10-02 + + test if python macros can be run in form + +Denis Rouzaud 2019-09-30 + + switch back to non scoped enum + + there is an issue in SIP when mixing non-scoped and scoped enums in the same class + see https://www.riverbankcomputing.com/hg/sip/rev/ccc4eda868de + + and if switching all to scoped enum, there is a conversion issue in slot + for MessageLevel (whhen connection QgsMessageLog::messageReceived) + +Denis Rouzaud 2019-09-30 + + create a method in QgsGui to determine if running Python macros is allowed + +Denis Rouzaud 2019-09-27 + + use an enum for enable macros possibilities + +Denis Rouzaud 2019-09-26 + + add test for Python init form function + +Denis Rouzaud 2019-09-26 + + allow to use remote content for init code file path in attribute form + +Nyall Dawson 2019-10-02 + + Grammar + +Nyall Dawson 2019-09-30 + + Spelling + +Nyall Dawson 2019-09-30 + + Add a switch to QgsTessellator to avoid z handling and fallback to a + purely 2d tesselation + + Optimises tessellation when only a 2d tessellation is required by + skipping unnecessary/unwanted calculations + +Nyall Dawson 2019-09-30 + + Heavily optimised QgsTessellator::_minimum_distance_between_coordinates check + +Nyall Dawson 2019-09-30 + + Optimise QgsTriangle constructors + +Nyall Dawson 2019-09-30 + + Reserve data size + +Nyall Dawson 2019-09-30 + + More optimisations to tesselation conversion to tri polys + + Use an unordered set for previously encountered points, avoids expensive + loop through existing points to determine point uniqueness + +Nyall Dawson 2019-09-29 + + Fix warnings + +Nyall Dawson 2019-09-29 + + Spelling and build warning + +Nyall Dawson 2019-09-29 + + Optimise QgsLineString::transform + +Nyall Dawson 2019-09-29 + + Huge speed up to QgsTessellator + + Don't construct Points just for comparison to an existing x/y value + +Nyall Dawson 2019-09-29 + + Some optimisations for QgsTessellator::_check_intersecting_rings to avoid unecessary cloning and repeated geos conversions + +Nyall Dawson 2019-09-29 + + Because QgsTessellator ONLY works with QgsPolygon geometry inputs, + we can safely assume all rings are QgsLineStrings (not the abstract + QgsCurve type) and accordingly can use optimised methods for retrieving + points from the rings + +Nyall Dawson 2019-09-29 + + [tesselator] Allow internal scaling of coordinates by input coordinate + bounds to avoid numerical instability with close coordinates (e.g. calculating + tesselation of geometries in geographic CRS) + +Merge: 697b65075d fecbd08319 +Alessandro Pasotti 2019-10-02 + + Merge pull request #32018 from elpaso/bugfix-gh31961-snapping-units-from-crs + + Update snapping GUI units when canvas CRS changes + +Giovanni Manghi 2019-10-02 + + change confusing parameter name in DB Manager + +Harrissou Sant-anna 2019-10-01 + + Add help button to the "Adjust scaling range" dialog + +Giovanni Manghi 2019-10-01 + + make the A_SRS parameter optional + +Mathieu Pellerin 2019-10-01 + + [symbology] Fix clipped rotated marker when rendering using cache + (fixes #32059) + +Nyall Dawson 2019-09-29 + + Add method to return weighted point inside triangle + +Nyall Dawson 2019-09-29 + + Add method to calculate the area of a triangle + +Nyall Dawson 2019-09-30 + + [processing] Ensure all objects used by the model are correctly imported + + Fixes #32004 + +Mathieu Pellerin 2019-09-30 + + [decorations] Fix center alignmed decoration can't be moved leftwards + +Mathieu Pellerin 2019-09-30 + + [decorations] Fix missing top/bottom center alignment for north arrow + +Mathieu Pellerin 2019-09-30 + + [decorations] Fix missing top/bottom center alignment for scale bar + +Sandro Santilli 2019-09-30 + + Do not assume PostGIS 2.0+ has raster (#32064) + + People installing PostGIS via scripts do not necessarely install + raster support, even after PostGIS 2.0. + Starting with PostGIS 3.0 the raster support is not enforced as + active even when installing via extension. + + This change detects raster support by the presence of a "raster" + named custom type. + +Merge: b5524eebc6 10d589fedd +Alessandro Pasotti 2019-09-30 + + Merge pull request #32062 from elpaso/bugfix-gh32050-pg-storage-intially-empty-list + + Fix PG project storage initially empty list + +Mathieu Pellerin 2019-09-30 + + [quick] Insure project background color is respected in map settings + +Alessandro Pasotti 2019-09-30 + + Revert unrelated word-wrap changes + +Alessandro Pasotti 2019-09-30 + + Fix PG project storage initially empty list + + Fixes #32050 + +Nyall Dawson 2019-09-30 + + [processing] Avoid confusing use of expression parameter type in + Random Points in Polygon algorithm + + Instead, use a standard numeric parameter which accepts data-defined + expression values + + Fixes #27640 + +Nyall Dawson 2019-09-30 + + [processing] Make minimum distance between points in "Random Points in polygon" + algorithm optional + + And don't do any unnecessary index work when it's not set. Shaves roughly 1/3rd + off the time of algorithm execution. + +Andrea Giudiceandrea 2019-09-29 + + Modeler: Set default action to Export as Script Algorithm + + otherwise the button tooltip is not shown + +Nyall Dawson 2019-09-27 + + [layouts] Update map settings variables in UI when map extent/rotation changes + + Fixes #24136 + +Nyall Dawson 2019-09-27 + + [layouts] Fix layout variables set programmatically do not show in GUI + + Fixes #28837 + +Nyall Dawson 2019-09-27 + + [layouts] Ensure variable panels are updated when layout or atlas + properties change + + Fixes #26402 + +Merge: aef6cd417b e59c1134d7 +Alessandro Pasotti 2019-09-27 + + Merge pull request #32026 from elpaso/rastercalculator-multiple-bugs-and-new-operators + + [needs-docs] Fix multiple raster calc issues (+ new operators) + +Mathieu Pellerin 2019-09-27 + + [locator] Fix crash when all layer features locator searching against an invalid layer + +Alessandro Pasotti 2019-09-27 + + Code layout + +Denis Rouzaud 2019-09-27 + + [locator] allow to trigger locator search from the API (#32017) + +Denis Rouzaud 2019-09-27 + + rename QgsLayerTreeRegistryBridge.InsertionPoint.parent to group (#32031) + + because I find it confusing to do insertionPoint.parent.insertLayer + insertionPoint.group.insertLayer + +Harrissou Sant-anna 2019-09-27 + + Various fixes on date functions help + + including replacement of todate and tointerval, use of third person + conjugation and addition/fix of examples + +Alessandro Pasotti 2019-09-27 + + Update tests/src/analysis/testqgsrastercalculator.cpp + + Co-Authored-By: Nyall Dawson + +Alessandro Pasotti 2019-09-27 + + Update src/analysis/raster/qgsrastermatrix.cpp + + Co-Authored-By: Nyall Dawson + +Nyall Dawson 2019-09-27 + + [layouts][needs-docs] Move page background setting to a per-page option + + The UI for this setting was sitting under the page properties panel, + which led users to believe it was a per-page setting (rather than + applying to ALL pages in the layout). + + Instead, move this property to sit within individual layout item pages + so that the behavior matches what the UI suggests. + + Fixes #25695 + +Nyall Dawson 2019-09-27 + + Readd accidentally removed Page Properties action + +Nyall Dawson 2019-09-26 + + Optimize QgsContrastEnhancementFunction + + Allow some methods to be inlined, and precalculate maximum/minimum values + possible instead of recalculating them for every pixel + +Alessandro Pasotti 2019-09-26 + + Fix multiple raster calc issues + + Fixes #32023 Raster calculator change sign does not work when OpenCL is on + Fixes #32025 QGIS Raster Calculator outputs nodata only rasters + + Bonus: three new operators with full test coverage + - ABS + - MIN + - MAX + +Nyall Dawson 2019-09-26 + + [processing] Highlight row_number variable in batch expression editor + +Nyall Dawson 2019-09-26 + + [layouts] Prevent removal of the last remaining page in a layout + +Nyall Dawson 2019-09-26 + + [layouts] Fix crash when exporting layout with no pages + +Alessandro Pasotti 2019-09-26 + + Update snapping GUI units when canvas CRS changes + + Fixes #31961 + +Nyall Dawson 2019-09-26 + + Discard fid columns when exporting features for geopdf documents + + Otherwise we run into issues with duplicate fids or incompatible + fid field types due to the geopackage format used as a temporary + store of the rendered features. + + Fixes failure to create GeoPDF documents in some circumstances. + +Nyall Dawson 2019-09-26 + + Don't report successful geopdf creation when it wasn't successful + +Nyall Dawson 2019-09-26 + + Tweak legend symbol variable help + +Nyall Dawson 2019-09-26 + + Highlight legend variables in expression editor + +Alex 2019-09-14 + + remove label input in layer expression + +Nyall Dawson 2019-09-26 + + Add missing file + +Nyall Dawson 2019-09-26 + + Spelling + +Nyall Dawson 2019-09-25 + + Fix some more conditional formatting panel high dpi issues + +Nyall Dawson 2019-09-25 + + Fix loss of font setting when editing conditional format + +Nyall Dawson 2019-09-25 + + Use a proper panel widget for conditional formatting configuration widget + + Fixes a number of UI issues, including poor hi-dpi compatibility. + +Nyall Dawson 2019-09-25 + + Remember splitter width for conditional formatting panel in attribute table + +Mathieu Pellerin 2019-09-26 + + Use QStringLiteral() when building the about version string + +Nyall Dawson 2019-09-26 + + Avoid overflow in QgsImageOperation + +Nyall Dawson 2019-09-25 + + [processing] Extend api for retrieving a layer in a compatible format + + A few releases ago a bug fix was implemented which forced conversions + of multi-layer sources. This was a valid bug fix, but the consequence + was that any algorithm using this api with a source file containing + multiple layers (e.g. gpkg) performed a complete copy of the target + layer to a new file, severely impacting performance. + + This commit adds new API to retrieve a compatible layer path in the + case when an algorithm CAN correctly handle specific target layer names. + In this case, the forced copy of the source layer is avoided when + using multi-layer inputs like geopackage. + +Nyall Dawson 2019-09-26 + + Don't generate moc for header without qobject + +Nyall Dawson 2019-09-26 + + Add missing file + +Nyall Dawson 2019-09-26 + + Fix indentation of qgsvectorlayer.cpp + +Mathieu Pellerin 2019-09-25 + + [decoration] Fix north arrow decoration rotation not saved/restored + +Mathieu Pellerin 2019-09-25 + + [ui] Avoid hard-coded white background for north arrow / image decoration preview + +Mathieu Pellerin 2019-09-25 + + followup e90b25b: translation fix + +Mathieu Pellerin 2019-09-25 + + Harmonize provider description string + - Remove ogr/gdal version info from ogr provider description + - Add 'data' to gdal provider description + +Mathieu Pellerin 2019-09-25 + + Add active python/provider plugins in the about dialog + This extra information is added with the hope it'll add + value to issues reporting when people are pasting the + content of the about dialog's text box. + + Specifically, it'll allow people reviewing newly filed + issues to know whether 3rd-party plugins were active or + not without the need of asking: "did you deactivate + plugins?". + +Nyall Dawson 2019-09-25 + + Fix conditional styles in feature list view do not update when + the layer's conditional styles are changed + +Nyall Dawson 2019-09-25 + + Fix broken display of conditional styles in feature list view + + While the model was correctly returning the right values for the + font/color/decoration roles, these were not being utilised by + the delegate and had no impact on the rendering of the list. + +Nyall Dawson 2019-09-25 + + Fix conditional style compression incorrect considers invalid + styles as valid objects + + Results in invalid conditional style settings being returned + for a feature in some circumstances + +Nyall Dawson 2019-09-25 + + Use invalid colors, not transparent colors, to indict not set colors + in QgsConditionalStyle + + Otherwise we can't differentiate a "not set" value from a "set but + transparent" value. And this use case is exactly why invalid QColor + states exist. + +Nyall Dawson 2019-09-25 + + Astyle + +Nyall Dawson 2019-09-25 + + Make QgsConditionalLayerStyles a QObject + + and add a "changed" signal to it, so that we can tell when the + layer's conditional styles change + +Nyall Dawson 2019-09-25 + + Add equality operator for QgsConditionalStyle + +Nyall Dawson 2019-09-25 + + Add a __repr__ method for QgsConditionalStyle + +Merge: 95fc1a1f6c 0c3d9c5dc4 +Matthias Kuhn 2019-09-25 + + Merge pull request #30972 from qgis/3nids-patch-1 + + Fix virtual fields that use functions requiring all attributes + +Mathieu Pellerin 2019-09-25 + + [ui] Insure symbol widgets are enabled only when grid decoration is enabled + (fixes #31946) + +Mathieu Pellerin 2019-09-24 + + [ui] Insure color widgets are enabled only when image decoration enabled + (fixes #31962) + +Nyall Dawson 2019-09-24 + + [labeling] When an extreme number of features are being labeled from + a single layer, place additional limits on the maximum number of + labeling candidates to generate for features in this layer + + Helps avoid extreme labeling times (e.g. on my test project with + some 3000 point features being registered for labeling, the labeling + time cuts from 30 seconds to 3 seconds). There should be no loss + in quality here either, given that the labeling placement solution + for any map with this many labels is always going to be quasi-random + anyway (and is likely never going to be a cartographic masterpiece....) + +Nyall Dawson 2019-09-25 + + Identation + +Nyall Dawson 2019-09-25 + + Revert "[ASTYLE] increase max-instatement-indent to get nicer alignments on multilines" + + This reverts commit 0e994fda020352a579b2ca73b94665899d7bf862. + + Breaks travis on many PRs -- requires a bulk astyle update to accompany the PR + +Nyall Dawson 2019-09-24 + + [layouts] Fix incorrect alignment of items when the align or distribute + tools are used with items with a non-top-left reference point + + Fixes #31900 + +Nyall Dawson 2019-09-24 + + Add Python __repr__ for QgsLayoutPoint, QgsLayoutSize, QgsLayoutMeasurement + +Mathieu Pellerin 2019-09-20 + + [categorized][graduated] Handle categorized<->graduated renderer conversion + (fixes #31633) + +Merge: 4df50691bc 3ee9cd7186 +Denis Rouzaud 2019-09-24 + + Merge pull request #31963 from 3nids/fix_bool_attrtable + + fix false boolean not shown as so in attribute table + +Merge: 49ef3fa921 78a289348a +Alexander Bruy 2019-09-24 + + Merge pull request #31901 from alexbruy/fix-29336 + + [processing] correctly handle case when layer source is not a plain path (fix #29336) + +Denis Rouzaud 2019-09-24 + + fix test + +Denis Rouzaud 2019-09-24 + + add code description + +Denis Rouzaud 2019-09-24 + + display value rather than NULL + +Merge: 90bac82f12 f9ae5cb30d +Alessandro Pasotti 2019-09-24 + + Merge pull request #31959 from elpaso/bugfix-gh31927-crash-adding-wmts + + Fix browser crash when adding (broken) WMTS + +Nyall Dawson 2019-09-24 + + [needs-docs][processing] Respect user set default vector output format + in vector split algorithm + + The created outputs will now be created using the format specified from + the Processing setting default vector format setting. + +Nyall Dawson 2019-09-24 + + Add methods to QgsProcessingContext to return the preferred vector and raster formats + + These methods return a file extension to use when creating vector/raster outputs (e.g. "tif"). Generally, + it is preferable to use the extension associated with a particular parameter, which can be retrieved through + QgsProcessingDestinationParameter::defaultFileExtension(). However, in some cases, a specific parameter + may not be available to call this method on (e.g. for an algorithm which has only an output folder parameter + and which creates multiple output layers in that folder). In this case, the format returned by this + function should be used when creating these outputs. + + It is the algorithm's responsibility to check whether the returned format is acceptable for the algorithm, + and to provide an appropriate fallback when the returned format is not usable. + +Nyall Dawson 2019-09-24 + + [processing][needs-docs] Resurrect setting for default raster/vector + output format + + This setting is still used and required in some circumstances, e.g. + it is used as the default selection in outputs file pickers when + the previously used format is not valid. + +Nyall Dawson 2019-09-24 + + Followup cbc86ffc1ac + + Fix exceptions, breakage of raster output format handling + +Nyall Dawson 2019-09-24 + + [processing] Add API support for algorithm aliases + + Allows us to freely move algorithms between providers without + breaking existing scripts + +Alexander Bruy 2019-09-24 + + use html.escape to escape strings + +Denis Rouzaud 2019-09-24 + + add test for QgsCheckBoxFieldFormatter + +Denis Rouzaud 2019-09-24 + + also consider non boolean fields + +Harrissou Sant-anna 2019-09-24 + + [needs-docs][ui] Reorganize decoration dialog (#31948) + +Nyall Dawson 2019-09-23 + + Fix inconsistent use of QgsLayoutAtlas::changed signal + + Fixes GUI is not updated when layout atlas is set to use the + default filename expression + + Fixes #20786 + +Roland Siegbert 2019-09-23 + + Fix linebreak in README.md + +Merge: 20e274888a 30e2fbfe88 +Alessandro Pasotti 2019-09-23 + + Merge pull request #31950 from elpaso/bugfix-server-wfs3-API-template + + Server fix openapi HTML template and improve styling + +Alessandro Pasotti 2019-09-23 + + Fix browser crash when adding (broken) WMTS + + The crash was caused by duplicated paths in data items. + + While in theory identifiers should be unique, a broken + getCapabilities might serve duplicated (or empty) + identifiers. + +Matthias Kuhn 2019-09-23 + + Fix warning in external resource widget + +Nyall Dawson 2019-09-23 + + Silence some recent gcc warnings which we can't fix + + Since the fixes for these are either outside our control (residing + in Qt system headers), or break compatiblity with older compiler + versions which we still support. + +Nyall Dawson 2019-09-23 + + A little dox improvement to test sip prepare-commit changes + +Nyall Dawson 2019-09-23 + + Avoid touching unchanged sip files in prepare commit script + + Since any modification to these files triggers a new cmake run and + rebuilding of the sip bindings (slow!), we want to avoid touching + the sip files in any way if there's no actual changes to push. + + Speeds up rebuilding in some circumstances by avoiding needless + rebuilding of sip bindings. + +Nyall Dawson 2019-09-23 + + Avoid using expensive geos polygon overlap calculation for two horizontal labels + + We can dramatically speed up label overlap detection on this common case, since + it reduces to overlap of two axis-aligned rectangles. + + Speeds up rendering of labels on complex maps + +Nyall Dawson 2019-09-23 + + [reports] Remove useless extra set of export actions + + Fixes #26384 + +Nyall Dawson 2019-09-23 + + Add Print Report action to Report menu + + Previously it was only available via the report toolbar... + +Nyall Dawson 2019-09-23 + + [reports] Fix crash when print button clicked before a report section + is opened + +Nyall Dawson 2019-09-23 + + [reports] Reduce minimum width of report organiser dock + + Fixes #25916 + +Nyall Dawson 2019-09-23 + + [layouts][needs-docs] Add a page number selection combo box at the top + of the guide manager dock + + This allows users to easily select the page they want to manage guides + for + + Fixes #25700 + +Nyall Dawson 2019-09-23 + + [needs-docs] Add "Manager Guides for Page" action to layout designer + right click page menu + + Makes it easier for users to explicitly choose which page they + want to manage the guides for + + Refs #25700 + +Nyall Dawson 2019-09-23 + + [needs-docs] Show color button style "Pick color" and "Chooe Color" actions + in symbol button menu + + Synchronizes the behavior of the color and symbol buttons + + Fixes #25696 + +Nyall Dawson 2019-09-23 + + Move methods to sample screen pixels to QgsGui + +Nyall Dawson 2019-09-23 + + [layouts] Fix out of sync layout bounds after page removal + + Fixes #26665 + +Nyall Dawson 2019-09-23 + + [layouts] Fix odd selection behavior when keyboard modifiers are pressed + when rectangular selection ends + +Nyall Dawson 2019-09-23 + + Fix group members themselves are sometimes incorrectly selected when clicking in layouts + +Nyall Dawson 2019-09-23 + + [layouts] Fix interaction with group members in items panel + + When an item belonging to a group is selected in the panel, we actually + need to set the selection as the top-most group containing that item. + + Fixes #26674 + +Nyall Dawson 2019-09-23 + + [layouts] Only draw item boundary rectangles for direct descendants + of item groups + + Refs #26674 + +Merge: cebdc8dded 3095aeeede +Alexander Bruy 2019-09-23 + + Merge pull request #31960 from alexbruy/fix-26054 + + replace old extension when changing output format (fix #26054) + +Denis Rouzaud 2019-09-23 + + fix spelling + +Denis Rouzaud 2019-09-23 + + fix false boolean not shown as so in attribute table + +Denis Rouzaud 2019-09-23 + + [ASTYLE] increase max-instatement-indent to get nicer alignments on multilines + +Alexander Bruy 2019-09-23 + + replace old extension when changing output format (fix #26054) + +Alexander Bruy 2019-09-23 + + use GDAL connection string to support not only file-based layer but also + database and WFS + +Alexander Bruy 2019-09-21 + + use another approach for test + +Alexander Bruy 2019-09-20 + + [processing] correctly handle case when layer source is not a plain path + in the virtual vector algorithm (fix #29336) + +Alessandro Pasotti 2019-09-23 + + Server fix openapi HTML template and improve styling + + Mostly cosmetic fixes plus re-add links to openapi + json in case content-type is NOT OPENAPI3, because + it would break validation in that cae. + +Alexander Bruy 2019-09-22 + + [dbmanager] don't ignore field modifiers (e.g. length or geometry + definition) when updating it (fix #27613) + +Alexander Bruy 2019-09-22 + + [georeferencer] clear canvas cache and layers when resetting (fix #26700) + +Matthias Kuhn 2019-09-22 + + Maximum 4 recursive iterators + + Prevent connection pool drainage freeze + +Merge: 02a28cf94e f96c4a2308 +Matthias Kuhn 2019-09-22 + + Merge pull request #31905 from KDAB/fix_26948 + + Block the events while showing a dialog + +BogDan Vatra 2019-09-20 + + Block the events while showing a dialog + + When showing a file dialog, Qt can choose to use the "system" file + dialog, which will make QgsExternalResourceWidget to loose the focus. + This patch blocks all the events that are sent to + QgsExternalResourceWidget while a dialog is shown, this way it will keep + the focus until the dialog is closed. + + Sponsored by the QGIS project (qgis.org) + + Fixes: #26948 + +Merge: 766db97855 f568e6f06c +Alessandro Pasotti 2019-09-22 + + Merge pull request #31920 from elpaso/bugfix-unreported-server-openapi + + Fix Server OPENAPI validation and unreported QStringList to JSON conversion error + +Jürgen E. Fischer 2019-09-21 + + show sqlite version in about (closes #31911) + +Alessandro Pasotti 2019-09-21 + + Server OGC API OPENAPI validation + + Fix some OPENAPI validation issues. + + Swagger is happy now, except for the MAP=/... + in the query string: no query string parameters + are allowed in the endpoint, but we can + fix this in the web server configuration. + +Alessandro Pasotti 2019-09-21 + + Fix JSON utils QStringList to json conversion + + unreported + +Jürgen E. Fischer 2019-09-21 + + fix 757017c2c2 + +Jürgen E. Fischer 2019-09-20 + + update_ts.sh: don't update ts files on pull w/o build directory + +Alexander Bruy 2019-09-14 + + use PostgreSQL quote_ident() function to quote schema and table names + when querying list of tables. This fixes syntax error when table name + itself contains quotes. + +Alexander Bruy 2019-09-20 + + [dbmanager] handle attempts to edit raster tables (fix #30214) + +Nyall Dawson 2019-09-20 + + [layout] Fix invalid svg exports when including metadata + + The generated svgs with cc:Work elements were failing xml validation, + causing illustrator to reject them. Add the required ns for cc:Work + and also adapt the svg metadata to be compatible both with the svg + spec AND the metadata format Inkscape uses. + + Fixes #28130 + +Nyall Dawson 2019-09-20 + + [layouts] Auto select first result in validity check results + +Nyall Dawson 2019-09-20 + + [legends] Fix missing symbols for inverted polygon layers when using + filter by map content + + Fixes #22718 + +Merge: 54dda46e85 23bd724546 +Matthias Kuhn 2019-09-20 + + Merge pull request #31863 from m-kuhn/gapCheckIgnoreMissingLayer + + Gap check ignore missing layer + +Merge: 04cbf44668 be25b2e392 +Matthias Kuhn 2019-09-20 + + Merge pull request #31899 from paulwittle/master + + Update general.py + +Merge: 387bffe20e 0c4f826039 +Alexander Bruy 2019-09-20 + + Merge pull request #31902 from alexbruy/processing-import + + [processing] add missed import + +Merge: e3a7982c47 e53c6a14d8 +Matthias Kuhn 2019-09-20 + + Merge pull request #31908 from m-kuhn/fromLatin1 + + Do not use QString::fromAscii + +Matthias Kuhn 2019-09-20 + + Do not use QString::fromAscii + + it is deprecated + +Merge: 240bfb2a3f 21a73ae75e +Alexander Bruy 2019-09-20 + + Merge pull request #31898 from alexbruy/fix-31353 + + [georeferencer] set target CRS when generating GDAL script (fix #31353) + +Alexander Bruy 2019-09-20 + + [processing] add missed import + +Alexander Bruy 2019-09-20 + + [georeferencer] set target CRS when generating GDAL script (fix #31353) + +Paul Wittle 2019-09-20 + + Update general.py + + Correction of error return type from bool to None (as per comments). This is to resolve unexpected exception messages when algorithm is not found. + +Merge: 757017c2c2 60fb0cb47f +Alessandro Pasotti 2019-09-20 + + Merge pull request #31871 from elpaso/bugfix-gh31635-spinbox-double-changed-event + + Fix double event fired by QSpinBox in slow graduated + +Nyall Dawson 2019-09-20 + + Use a slightly larger font size in CRS details on Windows + + Fixes #31297 + +Harrissou Sant-anna 2019-09-20 + + Allow to collapse the GeoPdf options when exporting to pdf + +Nyall Dawson 2019-09-20 + + Capitalization, ellipsis + +Nyall Dawson 2019-09-20 + + [processing] Add warning when packaging a geopackage with no layers + + Fixes #31888 + +Julien Cabieces 2019-09-05 + + make the layer editable to the default value constraint could be updated + +Julien Cabieces 2019-09-05 + + Select feature to fix the multiedit mode test + +Julien Cabieces 2019-08-20 + + fieldIsEditable looks for joined feature to exist if no upsertOnEdit + +Julien Cabieces 2019-08-14 + + Add a utils method fieldIsEditable + +Julien Cabieces 2019-08-13 + + Fix multi edit button not displayed for auxiliary storage attribute + +Nyall Dawson 2019-09-19 + + [layouts] Fix crash when opening layout with dynamic image in html label + + Fixes #28996 + +Alexander Bruy 2019-09-19 + + [processing] add default icon for scripts created using decorator (fix #31252) + +Nyall Dawson 2019-09-19 + + [reports] Expose report feature settings when an attribute table is + used in an atlas + + Fixes #28441 + +Merge: cc64787ee6 97fab83eea +Even Rouault 2019-09-19 + + Merge pull request #31765 from rouault/fix_31026 + + [WFS provider] Re-inject custom query parameters in DCP HTTP URLs (fixes #31026) + +Merge: 015b7e91a1 13119193ba +Denis Rouzaud 2019-09-19 + + Merge pull request #31859 from 3nids/layer_tree_insertion_point_v2 + + [layer tree] dedicated method in QgisApp to determine insertion point + +Mathieu Pellerin 2019-09-19 + + Add test case covering drawing of effects in legend renderer + +Mathieu Pellerin 2019-09-19 + + [symbol] Fix missing effects when rendering polygon simple line symbol preview + +Alessandro Pasotti 2019-09-19 + + Apply timer spinbox workaround to QgsDoubleSpinBox too + + To prevent double changed event fired in case the slot + takes too long to execute. + +Alessandro Pasotti 2019-09-19 + + Use scoped class for wait cursor + +Denis Rouzaud 2019-09-19 + + fix API doc and init values + +Nyall Dawson 2019-09-19 + + Update reference images + +Nyall Dawson 2019-09-19 + + [layouts] Fix attribute table ignores cell margin for top/bottom aligned text + + Fixes #31259 + +Merge: 6b5d43ec26 e4ea247c6a +Alessandro Pasotti 2019-09-19 + + Merge pull request #31876 from elpaso/bugfix-gh30550-gpkg-project-removed-dirty + + Set GPKG-stored project dirty when removed + +Nyall Dawson 2019-09-19 + + More test mask updates + +Nyall Dawson 2019-09-19 + + Fix test which relied on local layout default font setting + +Nyall Dawson 2019-09-19 + + More test mask updates + +Nyall Dawson 2019-09-19 + + Ensure legend symbols are rendered using the correct output dpi to match + layout maps + +Nyall Dawson 2019-09-19 + + Add some test mask images + +Nyall Dawson 2019-09-19 + + Fix truncated legend symbol borders when layer has opacity set + +Nyall Dawson 2019-09-18 + + Avoid another creation of unnecessary temporary render context + + Fixes #29058 + +Nyall Dawson 2019-09-18 + + Avoid creating temporary render context when we already have a real one + available + + This also fixes the low-resolution preview symbols shown in the print + layout designer when a layer is semi-transparent. + + Refs #29058 + +Nyall Dawson 2019-09-18 + + Avoid creating some temporary render contexts whilst determining legend size + + Refs #29058 + +Nyall Dawson 2019-09-18 + + [layouts] Only evaluate default layout font when creating legends, not + when drawing every single part of the legend + + QgsSettings is sloooow, so we need to avoid using it as much as possible + + Refs #29058 + +Merge: 3ff8ca5736 2a2cb87f8e +Even Rouault 2019-09-18 + + Merge pull request #31860 from rouault/fix_30518 + + [OGR provider] Invalid feature count on layer reload (fixes #30518) + +Alessandro Pasotti 2019-09-18 + + Set GPKG-stored project dirty when removed + + if it's the current project + + Fixes #30550 + +Merge: 7a77d90c52 3b95172362 +D'Hont René-Luc 2019-09-18 + + Merge pull request #31855 from Gustry/datetime + + update docstring about QgsDateTimeEdit with NULL values + +Merge: c7aeb4ceb2 4823054019 +D'Hont René-Luc 2019-09-18 + + Merge pull request #31351 from rldhont/server-wms-dimensions + + Support WMS dimensions in QGIS Server + +Alessandro Pasotti 2019-09-18 + + Fix double event fired by QSpinBox in slow graduated + + ... renderer widget + + Fixes #31635 + + For the record of the underlying issue: + + https://lists.qt-project.org/pipermail/interest/2013-July/007936.html + https://forum.qt.io/topic/82181/qt-doublespin-box-value-changed-slot-has-called-twice + https://forum.qt.io/topic/96094/qspinbox-value-changed-slot-has-called-twice-on-mouse-click + https://www.qtcentre.org/threads/53709-slot-valueChanged(double)-of-doubleSpinBox-called-twice-if-breakpoint-is-set + +Mathieu Pellerin 2019-09-18 + + [themes] Add disabled state for tree/table/list widgets + +Merge: 076b988537 10cf18a995 +Alessandro Pasotti 2019-09-18 + + Merge pull request #31865 from elpaso/bugfix-gh31846-server-contextual-legend-no-width-no-height + + Server fix getLegendGraphic default WIDTH/HEIGHT when BBOX + +Merge: d45c3dd4f1 e3eb91d25e +Matthias Kuhn 2019-09-18 + + Merge pull request #31854 from m-kuhn/gapCheckFixMz + + Allow allowed gap layer to be of different ZM type than main layer + +Even Rouault 2019-09-17 + + QgsCoordinateTransform: remove entries from cache when a thread exits (relates to #31762) + + Follow-up to https://github.com/qgis/QGIS/pull/31848 + + When a thread exits, make sure that we iterate over QgsCoordinateTransform::sTransforms + to remove from QgsCoordinateTransformPrivate::mProjProjections objects that + relates to the current thread, in order to free memory. + + This is only implemented in the PROJ >= 6 case. In theory, we could probably + now revert //github.com/qgis/QGIS/pull/31848 for its PROJ 6 code paths, but + keeping it doesn't hurt... + + A similar fix could potentially be done in PROJ < 6 case, but it would require + probably the starting call to be in QgsProjContextStore::~QgsProjContextStore() + instead of QgsProjContext::~QgsProjContext() + +Alessandro Pasotti 2019-09-18 + + Add mask to getLegendGraphic test and check SRC(HEIGHT/WIDTH) + +Merge: b5be645ddb 55f237911a +Alessandro Pasotti 2019-09-18 + + Merge pull request #31841 from elpaso/bugfix-gh31799-tid-in-views + + PG views: be tolerant for unsupported field type ... + +Even Rouault 2019-09-17 + + Fix crash in QgsCoordinateTransformPrivate at application exit (fixes #31762) + + This fixes the following Valgrind reported error: + ``` + ==1703== Invalid read of size 4 + ==1703== at 0xE614195: internal_pj_ctx_get_errno (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==1703== by 0xE6116AE: internal_pj_free (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==1703== by 0xE624E78: internal_proj_destroy (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==1703== by 0x7D3EFE7: QgsCoordinateTransformPrivate::freeProj() (qgscoordinatetransform_p.cpp:659) + ==1703== by 0x7D3CD23: QgsCoordinateTransformPrivate::~QgsCoordinateTransformPrivate() (qgscoordinatetransform_p.cpp:120) + ==1703== by 0x7D3AC46: QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer() (qshareddata.h:165) + ==1703== by 0x7D36D63: QgsCoordinateTransform::~QgsCoordinateTransform() (qgscoordinatetransform.cpp:148) + ==1703== by 0x7D3C425: QHashNode, QgsCoordinateTransform>::~QHashNode() (qhash.h:149) + ==1703== by 0x7D3C459: QHash, QgsCoordinateTransform>::deleteNode2(QHashData::Node*) (qhash.h:536) + ==1703== by 0x9BEEB78: QHashData::free_helper(void (*)(QHashData::Node*)) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==1703== by 0x7D3B81C: QHash, QgsCoordinateTransform>::freeData(QHashData*) (qhash.h:576) + ==1703== by 0x7D3B2B3: QHash, QgsCoordinateTransform>::~QHash() (qhash.h:254) + ==1703== by 0x7D3B7DA: QHash, QgsCoordinateTransform>::operator=(QHash, QgsCoordinateTransform>&&) (qhash.h:260) + ==1703== by 0x7D3B239: QHash, QgsCoordinateTransform>::clear() (qhash.h:582) + ==1703== by 0x7D3A685: QgsCoordinateTransform::invalidateCache(bool) (qgscoordinatetransform.cpp:958) + ==1703== by 0x7C73601: QgsApplication::invalidateCaches() (qgsapplication.cpp:365) + ==1703== by 0x7C7A490: QgsApplication::exitQgis() (qgsapplication.cpp:1275) + ==1703== by 0x511BCC5: QgisApp::~QgisApp() (qgisapp.cpp:1662) + ==1703== by 0x511BE73: QgisApp::~QgisApp() (qgisapp.cpp:1664) + ==1703== by 0x418CB4: main (main.cpp:1579) + ==1703== Address 0x48fc4710 is 0 bytes inside a block of size 136 free'd + ==1703== at 0x4C2F440: operator delete(void*) (vg_replace_malloc.c:586) + ==1703== by 0xE625A3A: internal_proj_context_destroy (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==1703== by 0x7F9B78A: QgsProjContext::~QgsProjContext() (qgsprojutils.cpp:48) + ==1703== by 0xA6195FE: __call_tls_dtors (cxa_thread_atexit_impl.c:155) + ==1703== by 0x10A936C7: start_thread (pthread_create.c:343) + ==1703== by 0xA6E641C: clone (clone.S:109) + ==1703== Block was alloc'd at + ==1703== at 0x4C2E709: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387) + ==1703== by 0xE61445E: internal_pj_ctx_alloc (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==1703== by 0x7F9B761: QgsProjContext::QgsProjContext() (qgsprojutils.cpp:39) + ==1703== by 0x7F9C6B9: __tls_init (qgsprojutils.cpp:31) + ==1703== by 0x7F9C703: TLS wrapper function for QgsProjContext::sProjContext (in /home/even/qgis/QGIS/build/output/lib/libqgis_core.so.3.9.0) + ==1703== by 0x7F9B796: QgsProjContext::get() (qgsprojutils.cpp:57) + ==1703== by 0x7D3D5AA: QgsCoordinateTransformPrivate::threadLocalProjData() (qgscoordinatetransform_p.cpp:299) + ==1703== by 0x7D3D11A: QgsCoordinateTransformPrivate::initialize() (qgscoordinatetransform_p.cpp:199) + ==1703== by 0x7D368E4: QgsCoordinateTransform::QgsCoordinateTransform(QgsCoordinateReferenceSystem const&, QgsCoordinateReferenceSystem const&, QgsCoordinateTransformContext const&) (qgscoordinatetransform.cpp:75) + ==1703== by 0x8317CBE: QgsRasterProjector::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) (qgsrasterprojector.cpp:779) + ==1703== by 0x82EBE87: QgsRasterIterator::readNextRasterPartInternal(int, int&, int&, std::unique_ptr >*, int&, int&, QgsRectangle*) (qgsrasteriterator.cpp:130) + ==1703== by 0x82EB791: QgsRasterIterator::readNextRasterPart(int, int&, int&, std::unique_ptr >&, int&, int&, QgsRectangle*) (qgsrasteriterator.cpp:80) + ==1703== by 0x8334E8D: QgsRasterDrawer::draw(QPainter*, QgsRasterViewPort*, QgsMapToPixel const*, QgsRasterBlockFeedback*) (qgsrasterdrawer.cpp:60) + ==1703== by 0x830AEE3: QgsRasterLayerRenderer::render() (qgsrasterlayerrenderer.cpp:269) + ==1703== by 0x7E764FB: QgsMapRendererCustomPainterJob::doRender() (qgsmaprenderercustompainterjob.cpp:310) + ==1703== by 0x7E76027: QgsMapRendererCustomPainterJob::staticRender(QgsMapRendererCustomPainterJob*) (qgsmaprenderercustompainterjob.cpp:261) + ==1703== by 0x7E788D6: QtConcurrent::StoredFunctorCall1::runFunctor() (qtconcurrentstoredfunctioncall.h:432) + ==1703== by 0x7E76E42: QtConcurrent::RunFunctionTask::run() (qtconcurrentrunbase.h:136) + ==1703== by 0x9B93942: ??? (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==1703== by 0x9B97658: ??? (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==1703== by 0x10A936B9: start_thread (pthread_create.c:333) + ==1703== by 0xA6E641C: clone (clone.S:109) + ``` + + This issue is also found on QGIS 3.4 / PROJ 5 with a slighly comparable stack + trace. + + The issue here is that the static QgsCoordinateTransform::sTransforms cache map + contains QgsCoordinateTransformPrivate::mProjProjections objects, which themselves + are PJ*/projPJ PROJ objects. Those objects may have been created by a thread, + using a PROJ context, which is a TLS object, and thus has been deleted when + the thread is itself deleted. However sTransforms is cleaned afterwards, and + when destroying a PJ*/projPJ object, the context it is attached to must still + be alive. + + This fix of this commit consists in creating a temporary PROJ context and assigning + it to the PJ* object before its destruction. + + A proper fix would be to remove from sTransforms the PROJ objects that belong to + a given thread when that thread is deleted (or more exactly QgsProjContext is destroyed), + but that's more involved. Another reason for such a proper fix is to avoid a + kind of memory leak, since currently sTransforms might grow without control when + threads are created and destroyed. + +Merge: 2c69b24ffe ea09452b5b +Even Rouault 2019-09-18 + + Merge pull request #31813 from rouault/fix_29844 + + [WFS provider] Fix recovery of GeoServer server error when lack of primary key (fixes #29844) + +Alessandro Pasotti 2019-09-18 + + Add some comments for checkParameters function + + also set const back + +Alessandro Pasotti 2019-09-18 + + code layout + +Matthias Kuhn 2019-09-18 + + Add safety check for nullptr to fix a crash + +Matthias Kuhn 2019-09-18 + + Add API to hook into resolveReferences + +Nyall Dawson 2019-09-18 + + Avoid use of deprecated method in test + +Nyall Dawson 2019-09-18 + + Fix API break + +Nyall Dawson 2019-09-17 + + [reports] Fix predefined scale mode is incompatible with report outputs + + Fixes #29196 + +Nyall Dawson 2019-09-18 + + Remove const_cast + +Nyall Dawson 2019-09-17 + + Ensure atlas expression evaluation has access to coverage layer scope + + Fixes #31807 + +Even Rouault 2019-09-17 + + [OGR provider] Invalid feature count on layer reload (fixes #30518) + +Denis Rouzaud 2019-09-17 + + [layer tree] dedicated method in QgisApp to determine insertion point + + and create bindings to get the current insertion point in QgisInterface + +Nyall Dawson 2019-09-17 + + [layouts] Resizing pages to content should not create empty page size + if no items are present + + Fixes #29034 + +Nyall Dawson 2019-09-17 + + [layouts] Fix map rotation does not immediately restore in reports + + Fixes #31217 + +Nyall Dawson 2019-09-17 + + [properties] Do not return nan values when an assistant is used + with min val == max val + + Fixes #31242 + +Nyall Dawson 2019-09-17 + + [layouts] Fix label items don't update when their opacity < 100 + + Fixes #29079 + +Nyall Dawson 2019-09-17 + + Be super safe against a stuck project load indicator + +Nyall Dawson 2019-09-17 + + Fix QgsProject::layerLoaded sometimes emitted with incorrect total layer count + + Causes the project load status indicator to get "stuck" after project load + +Harrissou Sant-anna 2019-09-17 + + Add empty line for list rendering + +Harrissou Sant-anna 2019-07-11 + + Allow better rendering for list items + +Alessandro Pasotti 2019-09-17 + + Server getLegendGraphic default WIDTH/HEIGHT when BBOX + + is set. + + Fixes #31846 + +Etienne Trimaille 2019-09-17 + + update docstring about QgsDateTimeEdit about NULL values + +Matthias Kuhn 2019-09-17 + + Allow gap layer to be of different ZM type than main layer + +Sandro Santilli 2019-09-17 + + Make apidoc installation optional when building it on demand + + Fixes #31842 + +Merge: 6942b4b93d c7c91de52e +Alexander Bruy 2019-09-17 + + Merge pull request #31735 from alexbruy/fix-29663 + + [processing] add support for WFS as input (fix #29663) + +Jürgen E. Fischer 2019-09-17 + + Update qgspostgresprovider.cpp + +Jürgen E. Fischer 2019-09-17 + + Update qgspostgresprovider.cpp + +Alessandro Pasotti 2019-09-17 + + Add test for tid key types in PG views + +Alessandro Pasotti 2019-09-17 + + PG views: be tolerant for unsupported field type ... + + ... if it's in URI key + + Fixes #31799 + +Sandro Santilli 2019-09-17 + + Fix endless loop on curve linearization with maxdistance tolerance higher than arc radius (#31838) + + * Test curve linearization with higher than sagitta tolerance + * segmentizeArc: keep max distance tolerance below twice the radius + + Fixes #31832 + +Even Rouault 2019-09-16 + + [WFS provider] Fix recovery of GeoServer server error when lack of primary key (fixes #29844) + +Denis Rouzaud 2019-09-17 + + fix adding/removing classes in graduated renderer widget (#31824) + +Merge: 9f479162e2 4a8f489722 +Matthias Kuhn 2019-09-17 + + Merge pull request #31793 from Gustry/unittest + + use a single comment checking unittest in DB Manager SQL window + +Mathieu Pellerin 2019-09-17 + + [wmst] Fix bad allocation exception with high resolution tiled servers (fixes #30634) + +Mathieu Pellerin 2019-09-17 + + [browser] Do not show the file properties menu action for non-file items + +Mathieu Pellerin 2019-09-17 + + Be on the safe side, check for null message bar pointer + +Mathieu Pellerin 2019-09-17 + + Do not show QtSVG warnings for SVG spec implementation gaps + +Alexander Bruy 2019-09-17 + + fix tests + +Nyall Dawson 2019-09-17 + + Avoid qt warning on project load when thumbnail doesn't exist + +Nyall Dawson 2019-09-17 + + Expand GNSS and CORS acroynms in proj scope text + + (I'm sure I'm not the only one who continually reads CORS as + "Cross-origin resource sharing"!) + +Even Rouault 2019-09-15 + + test_qgsrasterfilewritertask.py: test failure + +Even Rouault 2019-09-15 + + QgsRasterFileWriter: improve error reporting + +Even Rouault 2019-09-15 + + QgsRasterFileWriter: fix crash when exporting to GS7BG driver (fixes #31775), and detect more potential crashing situations + +Matthias Kuhn 2019-09-16 + + Update src/providers/grass/CMakeLists.txt + +Matthias Kuhn 2019-09-16 + + Add dependency on UI if providers are compiled with gui + +Even Rouault 2019-09-16 + + [OGR provider] Disable OSM_USE_CUSTOM_INDEXING to fix loading of some .osm.pbf files (fixes #31062) + +D'Hont René-Luc 2019-09-16 + + Define an enum for predefined WMS Dimension names + +Merge: f13e0ebc86 cbc86ffc1a +Even Rouault 2019-09-16 + + Merge pull request #31811 from rouault/add_pgdump + + QgsVectorFileWriter: add PGDUMP output format (fixes #31421) + +Even Rouault 2019-09-16 + + Processing: disable 'open output layer' for write-only formats such as PGDUMP (relates to #31421) + +Even Rouault 2019-09-16 + + GUI Save as vector layer: disable 'add output layer to canvas' for write-only formats such as PGDUMP (relates to #31421) + +Even Rouault 2019-09-16 + + QgsVectorFileWriter: add PGDUMP output format (fixes #31421) + +Matthias Kuhn 2019-09-16 + + Add error log messages + +Denis Rouzaud 2019-09-16 + + [locator] fix sorting of grouped results (#31797) + + when they do not arrive in a sequence + +Merge: eedb3df427 2fb45b08e3 +Even Rouault 2019-09-16 + + Merge pull request #31772 from rouault/fix_29212 + + [GDAL provider] Be more robust to driver being disabled after provider creation (fixes #29212) + +Harrissou Sant-anna 2019-09-16 + + Connect the bookmark editor dialog to the user manual (#31795) + +Jürgen E. Fischer 2019-09-16 + + api doc archive is 7z now + [ci skip] + +Denis Rouzaud 2019-09-16 + + remove duplicated code with single method for QgsVectorLayer::min and max values (#31790) + +Merge: 1b69a99028 f347ae709a +Matthias Kuhn 2019-09-16 + + Merge pull request #31760 from m-kuhn/fixSymbolScopeMissing + + Add symbol scope to legend item + +Etienne Trimaille 2019-09-16 + + use a single unittest in DB Manager SQL window + +Merge: e3334b1e65 644cc25214 +Matthias Kuhn 2019-09-16 + + Merge pull request #31791 from daniviga/grass78-fedora31 + + [RPM] Fedora 31 will ship GRASS 7.8 + +Matthias Kuhn 2019-09-16 + + Add scope + +Matthias Kuhn 2019-09-16 + + Properly add symbol_label + +Merge: aa9c53a897 1aa102815c +Borys Jurgiel 2019-09-16 + + Merge pull request #31784 from borysiasty/plugininstaller_fix_31783 + + [Plugin Installer] Only force http icon protocol for http-based repositories + +Daniele Viganò 2019-09-16 + + [RPM] Fedora 31 will ship GRASS 7.8 + +Borys Jurgiel 2019-09-15 + + [Plugin Installer] Only force http icon protocol for http-based repositories. Fixes #31783 + +Mathieu Pellerin 2019-09-15 + + [categorized renderer] When color ramp is set to random, randomize color + of appended categories to pre-existing list when hitting the + classify button (fixes #31579) + +Nyall Dawson 2019-09-16 + + Fix corrupted expressions in filter indicator tooltips + +Alexander Bruy 2019-09-13 + + [processing] export vector layers which use VSI mechanism (fix #29001) + +Alexander Bruy 2019-09-13 + + [processing] force onLayerChanged() call in the + QgsProcessingMapLayerCombobox constructor to setup signals and + feature selection handling with initially selected layer (fix #30636) + +Alessandro Pasotti 2019-09-13 + + Processing editing in place: handle constraints + + Fixes #31634 + +Fran 2019-09-14 + + Added myself as a translator + +Aleix Pol 2019-09-15 + + Use CC-BY-3.0 + + It is unclear to AppStream whether MIT is acceptable for metadata, and it gets + rejected on flathub, use Creative Commons instead: + https://creativecommons.org/licenses/by/3.0/ + + See https://github.com/hughsie/appstream-glib/issues/320 + +Merge: 2c71035d62 79cb35166b +Even Rouault 2019-09-15 + + Merge pull request #31768 from rouault/fix_31213 + + [Postgresql Provider] Fix crash in discoverRelations() on invalid layer (fixes #31213) + +Merge: 7d90d62d2a c3fba1b84b +Even Rouault 2019-09-15 + + Merge pull request #31766 from rouault/rasterfilewriter_fixes + + QgsRasterFileWriter: assorted set of fixes (might be related to refs #30937) + +Merge: 65359bc7ea 9525deb962 +Even Rouault 2019-09-15 + + Merge pull request #31771 from rouault/fix_30644 + + Raster export: fix issues with multiband raster and GeoPackage (fixes #30644) + +Merge: 738ced6488 fdcca14f65 +Even Rouault 2019-09-15 + + Merge pull request #31764 from rouault/fix_invalid_free_with_ellipsoid_utils + + Make sure ellipsoid parameter and definition caches are cleared before app exit (related to #31762) + +Even Rouault 2019-09-15 + + [GDAL provider] Be more robust to driver being disabled after provider creation (fixes #29212) + + This is still quite a dangerous practice, and this commit is more a band-aid + than a definitive fix. + In case a GDALDataset would hold and use a pointer to the GDALDriver that has + created it (which is not common in GDAL drivers though), crash would occur. + Safer but more involved fixes could be: + - to prevent disabling a driver that is in use + - to post-pone the effect of driver disabling to application restart, or when + the last dataset using the driver has been closed + +Even Rouault 2019-09-15 + + Raster export: fix issues with multiband raster and GeoPackage (fixes #30644) + + - Fix guess of appropriate nodata value when comparing stat minimum value and + output data type minimum value (copy & paste issue) + - When exporting to GeoPackage, do not promote Byte to a larger type, as this + is unsupported by GeoPackage + - When determining if the output extent is included in the source extent, + use a tolerance to avoid being to sensitive to rounding issues. + - QgsRasterBlock::setIsNoData() and setIsNoDataExcept(): initialize mData to + zero when there is no nodata value, to avoid uninitialized/old memory to + be used when reading bits(). + +Even Rouault 2019-09-14 + + QgsRasterFileWriter: assorted set of fixes (might be related to refs #30937) + + - Lack of error checking on destination provider creation (in saveAsImage mode) + - Wrong computation of number of blocks if dimension is exactly a multiple of + the block size + - Lack of error checking when writing blocks + - Slow computation of non-premultiplied r,g,b values, and inappropriate use + of memcpy() + +Even Rouault 2019-09-14 + + [Postgresql Provider] Fix crash in discoverRelations() on invalid layer (fixes #31213) + +Even Rouault 2019-09-14 + + [WFS provider] Re-inject custom query parameters in DCP HTTP URLs (fixes #31026) + + Since f1b59876344bf0c0f066c81bf8ef73ef25365023, we honour DCP HTTP endpoints + exposed in GetCapabilities. + But some (all?) servers fail to add in those endpoints the custom query parameters + the user might have injected in the GetCapabilities URL. + So re-add them manually. + +Even Rouault 2019-09-14 + + test_provider_wfs.py: fix tests so they pass with PROJ 6 + +Even Rouault 2019-09-14 + + Make sure ellipsoid parameter and definition caches are cleared before app exit (related to #31762) + + This should apply to both PROJ < 6 and >=6 builds. + + Fixes the following error reported by Valgrind + ``` + ==5848== Invalid read of size 4 + ==5848== at 0xE5E4195: internal_pj_ctx_get_errno (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==5848== by 0xE5E16AE: internal_pj_free (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==5848== by 0xE5F4E78: internal_proj_destroy (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==5848== by 0x7F961A7: QgsProjUtils::ProjPJDeleter::operator()(PJconsts*) (qgsprojutils.cpp:76) + ==5848== by 0x7D2D44C: std::unique_ptr::~unique_ptr() (unique_ptr.h:239) + ==5848== by 0x7D2C9BD: QgsCoordinateReferenceSystemPrivate::~QgsCoordinateReferenceSystemPrivate() (qgscoordinatereferencesystem_p.h:94) + ==5848== by 0x7D2D6FA: QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer() (qshareddata.h:165) + ==5848== by 0x7CDFA77: QgsCoordinateReferenceSystem::~QgsCoordinateReferenceSystem() (qgscoordinatereferencesystem.cpp:233) + ==5848== by 0x55CC0AF: QgsEllipsoidUtils::EllipsoidParameters::~EllipsoidParameters() (qgsellipsoidutils.h:39) + ==5848== by 0x7D8C40B: QHashNode::~QHashNode() (qhash.h:149) + ==5848== by 0x7D8C43F: QHash::deleteNode2(QHashData::Node*) (qhash.h:536) + ==5848== by 0x9BE3B78: QHashData::free_helper(void (*)(QHashData::Node*)) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==5848== by 0x7D8C466: QHash::freeData(QHashData*) (qhash.h:576) + ==5848== by 0x7D8CCED: QHash::~QHash() (qhash.h:254) + ==5848== by 0xA60E369: __cxa_finalize (cxa_finalize.c:56) + ==5848== by 0x77BE742: ??? (in /home/even/qgis/QGIS/build/output/lib/libqgis_core.so.3.9.0) + ==5848== by 0x4010DF6: _dl_fini (dl-fini.c:235) + ==5848== by 0xA60DFF7: __run_exit_handlers (exit.c:82) + ==5848== by 0xA60E044: exit (exit.c:104) + ==5848== by 0xA5F4836: (below main) (libc-start.c:325) + ==5848== Address 0x45db80e0 is 0 bytes inside a block of size 136 free'd + ==5848== at 0x4C2F440: operator delete(void*) (vg_replace_malloc.c:586) + ==5848== by 0xE5F5A3A: internal_proj_context_destroy (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==5848== by 0x7F9617A: QgsProjContext::~QgsProjContext() (qgsprojutils.cpp:48) + ==5848== by 0xA60E5FE: __call_tls_dtors (cxa_thread_atexit_impl.c:155) + ==5848== by 0xA60DF26: __run_exit_handlers (exit.c:40) + ==5848== by 0xA60E044: exit (exit.c:104) + ==5848== by 0xA5F4836: (below main) (libc-start.c:325) + ==5848== Block was alloc'd at + ==5848== at 0x4C2E709: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387) + ==5848== by 0xE5E445E: internal_pj_ctx_alloc (in /home/even/proj/install-proj-master/lib/libproj.so.15.2.0) + ==5848== by 0x7F96151: QgsProjContext::QgsProjContext() (qgsprojutils.cpp:39) + ==5848== by 0x7F970A9: __tls_init (qgsprojutils.cpp:31) + ==5848== by 0x7F970F3: TLS wrapper function for QgsProjContext::sProjContext (in /home/even/qgis/QGIS/build/output/lib/libqgis_core.so.3.9.0) + ==5848== by 0x7F96186: QgsProjContext::get() (qgsprojutils.cpp:57) + ==5848== by 0x7D86B13: QgsEllipsoidUtils::definitions() (qgsellipsoidutils.cpp:351) + ==5848== by 0x7D863FE: QgsEllipsoidUtils::ellipsoidParameters(QString const&)::{lambda()#1}::operator()() const (qgsellipsoidutils.cpp:173) + ==5848== by 0x7D87EE1: void std::_Bind_simple::_M_invoke<>(std::_Index_tuple<>) (functional:1531) + ==5848== by 0x7D87BC5: std::_Bind_simple::operator()() (functional:1520) + ==5848== by 0x7D879A2: void std::__once_call_impl >() (mutex:706) + ==5848== by 0x10A6AA98: __pthread_once_slow (pthread_once.c:116) + ==5848== by 0x7D863CE: __gthread_once(int*, void (*)()) (gthr-default.h:699) + ==5848== by 0x7D8787F: void std::call_once(std::once_flag&, QgsEllipsoidUtils::ellipsoidParameters(QString const&)::{lambda()#1}&&) (mutex:738) + ==5848== by 0x7D86476: QgsEllipsoidUtils::ellipsoidParameters(QString const&) (qgsellipsoidutils.cpp:174) + ==5848== by 0x7E8D572: QgsMapSettings::setEllipsoid(QString const&) (qgsmapsettings.cpp:322) + ==5848== by 0x6A4E5F1: QgsMapCanvas::QgsMapCanvas(QWidget*) (qgsmapcanvas.cpp:143) + ==5848== by 0x5110841: QgisApp::QgisApp(QSplashScreen*, bool, bool, QString const&, QString const&, QWidget*, QFlags) (qgisapp.cpp:803) + ==5848== by 0x417DB9: main (main.cpp:1339) + ==5848== + ``` + +Mathieu Pellerin 2019-09-14 + + Avoid qt warning when opening the raster properties dialog + + (while visiting the function, remove use of my* variable + names) + +Matthias Kuhn 2019-09-14 + + Add symbol scope to legend item + + Fix #31756 + +Peter Petrik 2019-09-13 + + fix #30766, sip crash for QgsHighlight + +Matthias Kuhn 2019-09-13 + + Use range based for loop + +Merge: 635e245143 7b6a7a1cec +Matthias Kuhn 2019-09-13 + + Merge pull request #31393 from seralra96/fix_31292 + + Improve validation for QgsRelationAddDlg Fixes #31292 + +D'Hont René-Luc 2019-09-13 + + Use unique_ptr for QgsVectorLayerServerProperties in QgsVectorLayer + +D'Hont René-Luc 2019-09-13 + + [Server] Define QgsWms::QgsRenderer::dimensionFilter method + +Merge: 784fd1affd 37803810eb +D'Hont René-Luc 2019-09-13 + + Merge pull request #31746 from Gustry/combo_sql + + fix combobox ID not having correct checked state when we update a SQL layer + +Merge: 99a525c513 81985a9ca4 +Alessandro Pasotti 2019-09-13 + + Merge pull request #31741 from elpaso/bugfix-gh31732-datasource-manager-tabs-resize + + Resize not-focused tabs for datasource and options dlgs + +Etienne Trimaille 2019-09-13 + + fix combobox ID not having correct checked state when we update a SQL layer + +Matthias Kuhn 2019-09-13 + + Fix warning + +Jürgen E. Fischer 2019-09-13 + + translation string fixes [ci skip] + +Alessandro Pasotti 2019-09-13 + + Resize not-focused tabs for datasource and options dlgs + + Moved logic into base class. I did not find any other + suclass affected. + +Merge: 8314aaece1 c5b5ec4b47 +Alessandro Pasotti 2019-09-13 + + Merge pull request #31734 from elpaso/bugfix-gh31428-text-formatting-enable-disable + + Update bg and buffer status in text format widget + +Merge: d2f3f8b63c 7ad9c00690 +Alessandro Pasotti 2019-09-13 + + Merge pull request #31731 from elpaso/bugfix-gh31730-broken-gpkg-actions + + fix broken gpkg actions + +Alessandro Pasotti 2019-09-13 + + Bulletproof guarded ptr for collection item + +Alexander Bruy 2019-09-13 + + return only base URL as connection string + adopt ogrinfo and ogrtabletopostgis algorithms so they can work with WFS + +Alessandro Pasotti 2019-09-13 + + Update bg and buffer status in text format widget + + Fixes #31428 + +Alessandro Pasotti 2019-09-13 + + Fix browser action create new layer/table in GPKG + + Fixes #31730 + +Alessandro Pasotti 2019-09-13 + + Fix GPKG vacuum action + + Fixes #31730 + +Alexander Bruy 2019-09-12 + + [processing] support for WFS layers in GDAL algorithms (fix #29663) + +Matthias Kuhn 2019-09-13 + + Adjust test + +Nyall Dawson 2019-09-13 + + Fix build + +Nyall Dawson 2019-09-13 + + Add unit test for GPS widget multipart layer type handling + +Nyall Dawson 2019-09-12 + + [gps] Use messagebar instead of message boxes for feedback + +Nyall Dawson 2019-09-12 + + [gps] Fix incorrect initial enabled state of "Add Track Point" button + +Nyall Dawson 2019-09-12 + + [gps] Fix cannot use GPS panel to draw features in multi polygon/line + layer (e.g. shapefiles) + + And cleanup and modernise a lot of code + + Fixes #29144 + +Nyall Dawson 2019-09-13 + + Fix loss of label background settings when restoring projects. + + Fixes #31427 (master only) + +Nyall Dawson 2019-09-13 + + Don't try to load mssql data + +Nyall Dawson 2019-09-13 + + Disable mssql server docker use, it's down too often... + +Nyall Dawson 2019-09-13 + + [layouts] Fix grids cannot be disabled, ui widgets for grids get incorrectly + disabled blocking the ability to re-enable grids (master only) + +Nyall Dawson 2019-09-12 + + Add fromBezierCurve method to QgsLineString + + Returns a new QgsLineString as a segmentized version of a bezier curve. + +Matthias Kuhn 2019-09-12 + + Add stack depth check to feature iterator + + This adds a safety guard for malformed expressions. + For example, self-referencing virtual fields. It's impossible to detect all possible triggers for this during preparation. + + A simple hand-crafted example to illustrate an impossible to detect situation: + + A layer with one field, let's call it "v", and on feature with the value "virtual" as value for "v". + + A virtual field with the name "virtual" and the definition `eval("v")` will cause an infinite recursion. + + This patch will simply check the recursion depth and bail out after 255 nested iterators. + +Merge: 8c4bc20a76 dabc380906 +Alessandro Pasotti 2019-09-12 + + Merge pull request #31673 from elpaso/server-api-wfs3-acl + + Server api wfs3 acl + +Matthias Kuhn 2019-07-29 + + Fix virtual fields that use functions requiring all attributes + +Denis Rouzaud 2019-07-29 + + add test for virtual field depending on other fields + + the requested fields to evaluate the virtual field where not fetched if only the virtual field was requested at the request creation + +Merge: 04b2f4d696 3f54e1db9a +Alexander Bruy 2019-09-12 + + Merge pull request #31712 from alexbruy/fix-30878 + + [processing] quote field names in GDAL commands (fix #30878) + +Merge: 5d05322bc3 69af5a27c2 +D'Hont René-Luc 2019-09-12 + + Merge Vector Layer Server Dimensions Dialog: use explicit connection instead of in the UI file + + Use explicit connection instead of in the UI file in QgsWmsDimensionDialog + +Alexander Bruy 2019-09-12 + + use doublequotes for indentifiers as required by GDAL's RFC52 + +Daniele Viganò 2019-09-12 + + [RPM] Update examples and documentation (#31623) + + * [RPM] Update examples and documentation + + * [RPM] Fix a typo + +Nyall Dawson 2019-09-12 + + Fix invalid model warning when opening an attribute table which contains no columns + +Nyall Dawson 2019-09-12 + + Fix another qt null connection warning + +Alexander Bruy 2019-09-12 + + [processing] quote field names in GDAL commands (fix #30878) + +Nyall Dawson 2019-09-12 + + Avoid qt warnings when opening layer tree group menu + +Nyall Dawson 2019-09-12 + + Cleanup code in graduated renderer widget + +Harrissou Sant-anna 2019-09-11 + + [needs-docs] Do not display graduated method combobox + + when the layer is of polygon geometry type to avoid a single item combobox + +Nyall Dawson 2019-09-12 + + Fix crash in point displacement renderer + +Harrissou Sant-anna 2019-08-25 + + [3d][ui] Display Help button on the 3D configuration dialog + +Nyall Dawson 2019-09-09 + + [needs-docs] Address QGIS 2.x -> 3.x regression in offset features tool + + In QGIS 2 it was possible to offset features from a non-active layer + which would result in an offset copy of these features being inserted + into the (editable) active layer + + This behavior was lost in QGIS 3, which only permits offsetting + features within the active layer. + + Resurrect this behavior, with some tweaks: + - the copy-and-offset mode is activated only when ctrl is held + while offsetting. In earlier 3.x versions this also resulted in + copy-and-offset, but only for features within the current layer. + Now, copy-and-offset respects the project's snapping configuration + and potentially copies from other layers + - We use refined logic to correctly map attributes across from + the source feature layer to the destination layer, and apply + default values and provider constraints on feature copy (also + applies to copy-and-offsets where the source and destination + layer are the same) + +Nyall Dawson 2019-09-09 + + When copying features in offset tool, correctly QgsVectorLayerUtils::createFeature + to create new features + + This ensures the newly created features are compatible with the destination layer, + e.g. converting single parts to multipart where required, and also ensures + that default values and provider-side constraints are correctly handled. + +Nyall Dawson 2019-09-09 + + Rename variables for clarity + +Nyall Dawson 2019-09-09 + + Show snapping cursor before picking features in offset tool + + This allows users to see which feature will be offset prior to + starting the operation + +Nyall Dawson 2019-09-11 + + [needs-docs] Add iface.pluginHelpMenu() + + Returns a reference to the main window "Plugin Help" sub-menu. + + Plugins are encouraged to insert help and about actions in this submenu instead of creating + a submenu under the pluginMenu() which solely contains Plugin Help or About actions. + + For example, a plugin which only implements a processing provider should not + create additional ui menus just to link to the plugin help pages. Rather, they + should use this new submenu (available under the Help menu) to insert + their help links. + +Nyall Dawson 2019-09-11 + + Capitalization + +Nyall Dawson 2019-09-12 + + Address review comments + +Nyall Dawson 2019-09-09 + + [needs-docs] Improve UX when a missing grid transform is desired/required + + Instead of just showing users the URL to download the grid from, also + present them with a user-friendly dialog allowing them to install + the grid to the required location + +Harrissou Sant-anna 2019-09-11 + + [needs-docs] Use "Value" as standard label of the widget + + to filter labeling and symbology (categorized, graduated) + instead of "Label with" and "Column" + +Alexandre Neto 2019-09-01 + + Revert "Moves MapTip away from the mouse cursor" + + This reverts commit 8b052fd1c8f1658fd3a2c5596c2267d809a4ab00. + +Alexandre Neto 2019-09-01 + + Revert "Better Support to hidpi" + + This reverts commit 6a1b57214da17fee2db572091ef056a458e86a0f. + +Alexandre Neto 2019-09-01 + + Revert "Revise map tip cursor offset calculations to better handle hidpi screens" + + This reverts commit 73776269969dbee33267d2f814c804eab147ad6d. + +Nyall Dawson 2019-09-10 + + [o2] If an o2 auth refresh reply contains an error message, then + the refresh was NOT successful and we need to unlink the auth so + that a new login will be prompted + + Fixes connections to ESRI portal fail after refresh token expires + on the server + +Merge: 6bbb4c103d 0c657f01af +Alessandro Pasotti 2019-09-11 + + Merge pull request #31690 from elpaso/bugfix-gh31193-rastercalc-bool-to-float + + Fix raster calc OpenCL bool to float + +Alessandro Pasotti 2019-09-11 + + Fix raster calc OpenCL bool to float + + Fixes #31193 + +Merge: 970e42b7f7 69bc22f926 +Alessandro Pasotti 2019-09-11 + + Merge pull request #31688 from elpaso/csv-update-attr-table-on-data-chaged + + Fix attr table not updated while watching a CSV + +Alessandro Pasotti 2019-09-11 + + Fix attr table not updated while watching a CSV + + Found while investigating #31452 + +Mathieu Pellerin 2019-09-11 + + Followup 6747e76 : raise information bar to display on top of canvas + +Alessandro Pasotti 2019-09-11 + + Typo + +Merge: 3169ef66e3 fcd0314e9e +Alessandro Pasotti 2019-09-11 + + Merge pull request #31669 from elpaso/gpkg-project-storage-multiple-fixes + + Gpkg project storage multiple fixes + +Merge: 18629af3ee af2f519c2b +Alessandro Pasotti 2019-09-11 + + Merge pull request #31631 from elpaso/browser-use-floating-connections + + Use floating connections from browser items + +Denis Rouzaud 2019-09-11 + + avoid crash in testing or custom widgets (#31677) + +Mathieu Pellerin 2019-09-11 + + [3d][ui] Save/restore 3D settings dialog geometry + +Mathieu Pellerin 2019-09-11 + + [3d][ui] Set sane minimum size for the 3D settings dialog + +Hugo Mercier 2019-09-10 + + Wait for threads on exit. + + Move the fixups that were in renderings tests to QgsApplication::exitQgis + +Jorge Gustavo Rocha 2019-09-10 + + improve showContextMenuForProjects + +Jorge Gustavo Rocha 2019-08-25 + + take advantage of the QgsProjectStorage class + +Jorge Gustavo Rocha 2019-08-24 + + Fix #31011 #31385 #28655 + +Jürgen E. Fischer 2019-09-10 + + Switch some links to https + +Alessandro Pasotti 2019-09-10 + + QGIS Server WFS3 ACL + alias + excluded fields + + Takes into account aliases, excluded attributes and ACL plugins + +Alessandro Pasotti 2019-09-08 + + Cast vector layer + +Alessandro Pasotti 2019-08-28 + + Typo + +Alessandro Pasotti 2019-08-28 + + WFS3 add ACL and other visibility options + +Jürgen E. Fischer 2019-09-10 + + add translation strings [ci skip] + +Merge: 90b1355536 09a79b70b8 +Matthias Kuhn 2019-09-10 + + Merge pull request #31654 from Gustry/crash_id + + fix simple quote in markdown URL fix #31629 + +Alessandro Pasotti 2019-09-10 + + GPKG prj storage: fix datetime and win shares + + - fixes timestamp for last modified + - fix load/save to network storage like \\192.168.99.1\MyShare\MyDb.gpkg + + Hopefully fixes #31310 + +Alessandro Pasotti 2019-09-10 + + Shout out loudly when a project load/save failed + +Merge: ac74a27fd3 ce9ffa325b +Matthias Kuhn 2019-09-10 + + Merge pull request #31666 from m-kuhn/dont_watch_non_existant_template_dir + + Do not scan non existant directory + +Merge: 760cc7a5b3 6747e760df +Matthias Kuhn 2019-09-10 + + Merge pull request #31663 from wonder-sk/fix-crash-on-startup + + Move info bar creation before welcome page (fixes crash on start) + +Matthias Kuhn 2019-09-10 + + Do not scan non existant directory + +Merge: b884c0d5a1 a02771e935 +Alessandro Pasotti 2019-09-10 + + Merge pull request #31665 from elpaso/adjust-layer-properties-stacked-widget-sizes + + Adjust stacked widgets size in vector layer properties dlg + +Alessandro Pasotti 2019-09-10 + + Adjust stacked widgets size in vector layer properties dlg + + Fixes #31449 + +Peter Petrik 2019-09-09 + + fix path for photo on ios + +Harrissou Sant-anna 2019-09-10 + + Tweak decoration widgets' enabled state upon opening dialogs (#31645) + + - Font widgets in the scale bar, title, and copyright dialogs + - All widgets in layout extents dialog + +Martin Dobias 2019-09-10 + + Move info bar creation before welcome page (fixes crash on start) + + Welcome page creates QgsTemplateProjectsModel which adds a file watcher + which triggers a Qt warning which tried to use null info bar. + +Mathieu Pellerin 2019-09-10 + + Do not style null pixmap icon in application proxy style + +Jürgen E. Fischer 2019-09-10 + + translation string fix + +Etienne Trimaille 2019-09-10 + + fix simple quote in markdown URL fix #31629 + +Nyall Dawson 2019-09-10 + + Indentation + +Nyall Dawson 2019-09-10 + + Less debug noise on project load/save + +Nyall Dawson 2019-09-10 + + Don't show semi-expected qt warnings in message bar + + We only want to highlight unexpected messages thrown internally + from within Qt + +Harrissou Sant-anna 2019-09-09 + + Use direct link to doc for layout extents + +Etienne Trimaille 2019-09-09 + + use explicit connection instead of in the UI file + +Alessandro Pasotti 2019-09-09 + + Use floating connections from browser items + + Fixes an unreported issue when deleting/renaming GPKG layers + from the browser if the connection was not stored + +Nyall Dawson 2019-09-09 + + Add API for volume units to QgsUnitTypes + + Complements the existing API for distance and area handling + +Mathieu Pellerin 2019-09-09 + + [ui] Set a sane minimum size for the symbol selector dialog (fixes #31578) + +Mathieu Pellerin 2019-09-09 + + [singleband pseudocolor renderer] Fix crash when calling setBand with no input (fixes #31568) + +Mathieu Pellerin 2019-09-09 + + [wfs] Fix crash when creating data items with missing feature type crs capability (fixes #31607) + +Nyall Dawson 2019-09-09 + + On debug builds, show an obnoxious, super-visible error in the message bar + whenever a Qt warning is thrown + + These reveal deep, underlying issues in QGIS, and should NEVER be ignored + +Nyall Dawson 2019-09-09 + + Fix layer corruption/loss of edits when the offset tool is used with + a 0 distance offset + +Nyall Dawson 2019-09-09 + + Fix invalid "no active vector layer" errors in offset tool + +Nyall Dawson 2019-09-09 + + Fix warnings in offset tool + +Jürgen E. Fischer 2019-09-08 + + osgeo4w: add dlls to fetch pdbs from symstores + [ci skip] + +Jürgen E. Fischer 2019-09-08 + + fix crash handler [ci skip] + +Anita Graser 2019-09-07 + + Update to Bucharest + +Jürgen E. Fischer 2019-09-07 + + fix warnings [ci skip] + +Jürgen E. Fischer 2019-09-07 + + osgeo4w: fix inclusion of grass-less batch in nightly + + [ci skip] + +D'Hont René-Luc 2019-08-30 + + [Test] Server: Add GetMap tests to PyQgsServerWMSDimension test + +D'Hont René-Luc 2019-08-30 + + [Test] Server: Create PyQgsServerWMSDimension test + +D'Hont René-Luc 2019-08-30 + + [Test] Server: Fixing concatenation of Path in TestQgsServerWMSTestBase + +D'Hont René-Luc 2019-08-26 + + API: Define QgsVectorLayerServerProperties to manage QGIS Server properties like WMS DImensions + +D'Hont René-Luc 2019-08-23 + + [Server] WMS: use dimension information to filter layers + +D'Hont René-Luc 2019-08-22 + + [Server] WMS : display dimension information in GetCapabilities + +D'Hont René-Luc 2019-08-22 + + Save and load QGIS Server WMS Dimensions in layer properties + +D'Hont René-Luc 2019-08-21 + + Update UI to manage QGIS Server WMS Dimensions + +D'Hont René-Luc 2019-08-20 + + Create UI to defined QGIS Server WMS Dimensions + +Merge: bf8263a40f 36be8ca200 +Matthias Kuhn 2019-09-07 + + Merge pull request #31424 from signedav/valrel-config + + Set the layer on the key and value field + +Merge: 223cc06eaf 8b68121ac2 +Matthias Kuhn 2019-09-07 + + Merge pull request #31377 from seralra96/fix_30063 + + Prevent installation of ZIP plugins if they don't have the root folder + +Merge: 2212617f0c 8bd8a3913f +Matthias Kuhn 2019-09-07 + + Merge pull request #31531 from m-kuhn/qgis_version + + Add _QGIS_VERSION_INT and _QGIS_VERSION #defines to qgsconfig.h + +Nyall Dawson 2019-09-07 + + Reuse a single expression context when building icons in QgsStyleModel + + Whilst usually this is bad practice (reusing an existing expression context), + and instead you should make a new context for every batch of expression evaluations, + we can't do this in the style model and we end up potentially creating + thousands of new contexts. So instead, we use a single one, which is + safe because the actual expression context used here is a very + basic one... + +Nyall Dawson 2019-09-06 + + Make a shared instance of QgsStyleModel for the default application style + + This allows shared caching of symbol icons, greatly speeding up display + of views which use style models + +Nyall Dawson 2019-09-06 + + Avoid needlessly recalculating symbol icons + +Nyall Dawson 2019-09-06 + + Make QgsProject responsible for project expression context creation, + and cache the project expression context as much as possible + + This scope can be expensive to create upfront, but is cheap to copy + +Nyall Dawson 2019-09-06 + + Cache project home path value + + This can be incredibly expensive to calculate in some circumstances, + e.g. when the QFileInfo::canonicalFilePath function is called on network + paths under windows. + + And this function is called A LOT. Like, I mean A LOOOOOOOOOOOOOT. I've + seen this responsible for multi-second delays when toggling between + layers in a client's projects and just generally grinding QGIS to a halt + when the project was opened. + +Geoff Kimbell 2019-09-06 + + [processing] fix gdalwarp handling of custom projection for target extent + + Fixes #31276 + +Harrissou Sant-anna 2019-09-06 + + Improve wording + +Harrissou Sant-anna 2019-09-06 + + [3D] Add details to error dialog + +Harrissou Sant-anna 2019-09-06 + + Pluralize "millimeter" in the unit selection widget + + like other units + +Jürgen E. Fischer 2019-09-06 + + fix a76f127ca9b + +Sergio Ramírez 2019-09-06 + + Use QgsHelp Class instead webbrowser lib to point to the documentation in The Install From ZIP tab + +Sergio Ramírez 2019-09-06 + + Change message wording and add a button for more information pointing to the documentation + +Jürgen E. Fischer 2019-09-06 + + typo fix + + [ci skip] + +Mathieu Pellerin 2019-09-06 + + [delimiter text] Add Point{Z,M,ZM} geometry support (fixes #25645) (#31595) + + [FEATURE][delimiter text] Add Point{Z,M,ZM} geometry support (fixes #25645) + +Merge: 1bf89c70a0 57aec1f4af +Matthias Kuhn 2019-09-06 + + Merge pull request #31374 from troopa81/parallelize_snap_caching + + [FEATURE] Parallelize snap index build + +Julien Cabieces 2019-09-06 + + Fix documentation + +Julien Cabieces 2019-09-06 + + Don't break QgsMapCanvasSnappingUtils API + +Julien Cabieces 2019-09-06 + + don't beak API and remove QFuture includes + +Merge: 412f50964d 2c2197867c +D'Hont René-Luc 2019-09-06 + + Merge pull request #31517 from rldhont/server-wms-filter-whitelist + + [Server] Extend the WMS FILTER whitelist with IS, NOT, NULL + +Merge: c0d7ab4bd7 a01db6409c +Sandro Santilli 2019-09-06 + + Merge pull request #31588 from strk/topoviewer-layer-order + + Have TopoViewer use custom layer ordering + +Mathieu Pellerin 2019-09-06 + + [ui] Add decoration icon in the spatial bookmark manager list view + +Julien Cabieces 2019-09-04 + + fix spell errors + +Julien Cabieces 2019-09-04 + + Improve task management + +Julien Cabieces 2019-09-03 + + Manage edition while indexing + +Julien Cabieces 2019-09-03 + + Add test for asynchronous mode + +Julien Cabieces 2019-09-03 + + Fix tests + +Julien Cabieces 2019-09-03 + + Fix tests + +Julien Cabieces 2019-09-03 + + Fix doxygen + +Julien Cabieces 2019-09-03 + + Forget qgspointlocatorinittask files + +Julien Cabieces 2019-09-03 + + add the deprecated doxygen tags + +Julien Cabieces 2019-09-03 + + Use TaskManager to build index + +Julien Cabieces 2019-09-02 + + Add asynchronous bool on QgsSnappingUtils/QgsPointLocator API + +Julien Cabieces 2019-09-02 + + s/an other/another + +Julien Cabieces 2019-09-02 + + Don't use object that could be deleted/modified outside the thread + while building the index + +Julien Cabieces 2019-08-23 + + [FEATURE] Parallelize snap index build + +Sandro Santilli 2019-08-27 + + Have TopoViewer use custom layer ordering + + This is used to make sure edges are rendered above faces and nodes + above edges, despite legend order. + +Julien Cabieces 2019-09-06 + + Digitize the geometry from the relation reference widget add button (#30905) + + * [FEATURE] [needs-docs] Add the possibility to digitize the geometry + when creating a feature from the plus button on the relation reference widget + +Mathieu Pellerin 2019-09-05 + + [ui] Make the show bookmarks action focus on browser panel's bookmark node + +Nyall Dawson 2019-09-05 + + [FEATURE] "Reselect Features" action in Edit -> Select menu + + Allows restoration of a layer's selection following a selection + clear operation. Handy for anyone who has ever painstakingly + built a custom selection only to accidently click and clear + this selection... + +Nyall Dawson 2019-09-06 + + Allow individual groups of bookmarks to be exported + + Also avoids the unfortunate situation where the first item shown + in the right click menu for a bookmark group is the "delete" action + +Nyall Dawson 2019-09-06 + + [FEATURE] Bookmark groups can be renamed in browser + +Nyall Dawson 2019-09-05 + + [FEATURE][processing] New algorithm "Split features by character" + + This algorithm splits features into multiple output features by + splitting a field's value with a specified character. + + For instance, if a layer contains features with multiple comma + separated values contained in a single field, this algorithm can + be used to split these values up across multiple output features. + + Geometries and other attributes remain unchanged in the output. + + Optionally, the separator string can be a regular expression for + added flexibility. + + Designed for use in models which need to process input files + with multiple concatenated values in a single attribute, e.g. + geocoding a table with "address1,address2,address3" format strings + +Harrissou Sant-anna 2019-09-02 + + Allow Italic and Bold style icons to be visible + + in Text formats dialog + +Stephen Knox 2019-09-06 + + Fixing db_manager so that it can run sql with inline comments + + Fixes #29089 + +Harrissou Sant-anna 2019-08-17 + + Save/Restore Shape digitize active tool + +Harrissou Sant-anna 2019-08-08 + + Enable Cancel and Help buttons in "Effect properties" dialog + +Nyall Dawson 2019-09-06 + + Move some debug noise to lower levels + +Harrissou Sant-anna 2019-08-04 + + Enable help button on text and label settings dialog + +Julien Cabieces 2019-08-07 + + Add mutex locker when accessing to attribute member + +Harrissou Sant-anna 2019-08-21 + + Revert measure line shortcut change and remove add mssql's + +Harrissou Sant-anna 2019-08-17 + + Remove duplicate 'Ctrl+Shift+M' shortcuts + +Harrissou Sant-anna 2019-08-17 + + Add shortcut to Add Delimited Text Layer + +Giovanni Manghi 2019-09-05 + + fix SAGA seeds generation tool + +Nyall Dawson 2019-09-05 + + Add some tooltips to dual view navigation buttons, fix bad label + string when layer has no features + +Nyall Dawson 2019-09-05 + + Fix some algorithms fail to execute correctly in in-place mode + +Nyall Dawson 2019-09-05 + + Show "Zoom to Bookmark" as first action when right clicking a bookmark in browser + +Nyall Dawson 2019-09-05 + + Remove empty bookmark groups from browser + +Nyall Dawson 2019-09-05 + + Expand wording + +Nyall Dawson 2019-09-05 + + [FEATURE] Add import/export bookmarks actions to browser right-click bookmarks menu + +Nyall Dawson 2019-09-05 + + Tooltips for bookmarks in browser + +Nyall Dawson 2019-09-05 + + Fix sort order of newly made bookmark groups + +Nyall Dawson 2019-09-05 + + Set focus on bookmark name widget when opening bookmark editor dialog + +Nyall Dawson 2019-09-05 + + Also show "new bookmark" action when right clicking project or user group + +Nyall Dawson 2019-09-05 + + Allow removal of entire groups of bookmarks through browser + +Nyall Dawson 2019-09-05 + + Fix new groups not created in some circumstances + +Nyall Dawson 2019-09-05 + + Don't refresh whole model when bookmarks are added + +Nyall Dawson 2019-09-05 + + Don't refresh whole bookmark browser node when a bookmark changes + +Nyall Dawson 2019-09-05 + + Allow deletion of multiple bookmarks from browser + +Nyall Dawson 2019-09-05 + + Don't refresh whole bookmarks browser node when deleting an item + +Mathieu Pellerin 2019-09-05 + + [ui] Rework the add bookmark icon + +Mathieu Pellerin 2019-09-05 + + Address review + +Mathieu Pellerin 2019-09-05 + + [FEATURE][bookmarks] New bookmark editor dialog to improve creation and editing of bookmarks + +Nyall Dawson 2019-09-05 + + Consolidate some duplicate code relating to zooming canvas to bookmarks + +Nyall Dawson 2019-09-05 + + [FEATURE] Allow bookmark renames via browser + +Nyall Dawson 2019-09-05 + + Fix broken rename support in browser + +Nyall Dawson 2019-09-05 + + [FEATURE] Allow deletion of bookmarks through browser + + And port to QgsDataItemGuiProvider + +Nyall Dawson 2019-09-05 + + [FEATURE] Support drag and drop copying of bookmarks in browser, or + drag and drop to move bookmarks between groups + +Nyall Dawson 2019-09-05 + + [FEATURE] Allow bookmarks to be dragged onto map canvases to zoom to bookmark + + This allows bookmarks to play nice in multi-canvas projects, since you can + drop them onto a specific canvas to zoom + +Nyall Dawson 2019-09-05 + + Minor cleanups + +Nyall Dawson 2019-09-05 + + Add API to QgsCustomDropHandler to support custom drop handlers which + allow drops onto a QgsMapCanvas + +Nyall Dawson 2019-09-05 + + Tweak wording + +Nyall Dawson 2019-09-04 + + [FEATURE][processing] New algorithms for exporting and importing + bookmarks to/from map layers + + These algorithms allow users to create a bunch of new bookmarks + corresponding to the features from a layer, or export bookmark + extents to a new polygon layer. + +Nyall Dawson 2019-09-05 + + Fix crash in layout map bookmark menu when only groups are present + +Alexandre Neto 2019-09-04 + + Fix Saga Raster Skeletonization algorithm + + The saga tool expects integers only for the convergence parameter. + +Mathieu Pellerin 2019-09-05 + + [themes] Add fixed color/background for web widgets for improved compatibility + +Harrissou Sant-anna 2019-09-02 + + Rename no map theme selected entry to "none" + + in 3D config dialog to homogenize with map view and Layout map item properties + +Harrissou Sant-anna 2019-09-02 + + Rename no map theme selected entry to "none" + + inline with map layout item property + +Martin Dobias 2019-09-04 + + Fix loading of rotation in 3d point symbols in GUI (fixes #31410) (#31416) + + The conversion to Euler angles may give angles in range (-180, 180) + but spin boxes in GUI only expect range (0, 360) + +Nyall Dawson 2019-09-04 + + Fix crash on removing bookmarks + +Nyall Dawson 2019-09-04 + + [FEATURE][layouts] Allow setting layout map item extent to an + existing bookmark + + This new button in the map item properties toolbar shows a menu + which allows directly setting a map item to the extent of that + bookmark. + + Fixes #20279 + +Mathieu Pellerin 2019-09-04 + + [FEATURE][browser] Add bookmarks data items to the browser panel + +Mathieu Pellerin 2019-09-04 + + [bookmarkmanager] Add group-related functions + +Even Rouault 2019-09-04 + + qgsbookmarkmodel.cpp: fix crash with gcc 5.5, likely due to variable aliasing + +Even Rouault 2019-09-04 + + wms/CMakeLists.txt: fix CMake warning about unbalenced IF / ENDIF + +Jürgen E. Fischer 2019-09-04 + + osgeo4w: proj.lib back again (refs 4cbcae3a58, OGGeo/PROJ#1581) + +Peter Petrik 2019-09-02 + + Allow to use WMS as static provider + +Nyall Dawson 2019-09-04 + + Address review comments + +Nyall Dawson 2019-09-04 + + Indentation + +Nyall Dawson 2019-09-04 + + Fix zooming to bookmark extents + +Nyall Dawson 2019-09-04 + + Don't reuse existing bookmark list state, reset to defaults + +Nyall Dawson 2019-09-04 + + Fix broken see also link + +Nyall Dawson 2019-09-04 + + Dox + +Nyall Dawson 2019-09-04 + + Create a sorting proxy model for bookmarks + +Nyall Dawson 2019-09-04 + + Fix bookmark locator filter + +Nyall Dawson 2019-09-04 + + Add some custom roles to model + +Nyall Dawson 2019-09-04 + + New class QgsBookmarkManagerModel + + Move bookmark model logic to core, add tests + +Nyall Dawson 2019-09-04 + + Add unit test for importing/exporting bookmarks + +Nyall Dawson 2019-09-03 + + Improve performance of bookmark storage/loading + +Nyall Dawson 2019-09-03 + + Fix crash on exit + +Nyall Dawson 2019-09-03 + + Use a xml file for application bookmark storage instead of qsettings + +Nyall Dawson 2019-09-03 + + Port import/export functionality to QgsBookmarkManager, remove SQLITE + based model + +Nyall Dawson 2019-09-03 + + Add method to move bookmarks between managers + +Nyall Dawson 2019-09-03 + + Transition old application bookmarks to new store + +Nyall Dawson 2019-09-03 + + Attach a global bookmark manager to QgsApplication + +Nyall Dawson 2019-09-02 + + Nicer model updates + +Nyall Dawson 2019-09-02 + + Update bookmark model to use QgsBookmarkManager + +Nyall Dawson 2019-09-02 + + Add unit test for upgrading older project bookmarks + +Nyall Dawson 2019-09-02 + + Add API for updating bookmarks + +Nyall Dawson 2019-09-02 + + Start on unit tests + +Nyall Dawson 2019-09-02 + + Add some missing equality operators + +Nyall Dawson 2019-09-02 + + [FEATURE][API] New class QgsBookmarkManager + + Attached to QgsProject, this provides a stable, supported method + of managing project bookmarks (vs the old undocumented, not stable + approach of directly manipulating project keys) + +Luigi Pirelli 2019-09-03 + + Hey! the var is dynamic! + +Luigi Pirelli 2019-09-02 + + changed to row_number to be consistent with other expression variables + +Luigi Pirelli 2019-09-02 + + Added batch_number variable in algorithm scope to allow use it in the expression editor in Processing batch context + +Merge: 00712a7e97 3687afafa0 +Denis Rouzaud 2019-09-03 + + Merge pull request #31533 from 3nids/classification_logarithmic + + [FEATURE] add logarithmic scale method for graduated renderer + +Denis Rouzaud 2019-09-03 + + fix test and indentation + +Denis Rouzaud 2019-09-03 + + add test for QgsClassificationLogarithmic + +Denis Rouzaud 2019-09-03 + + rename listToValues to classesToBreaks + +Denis Rouzaud 2019-09-03 + + fix wrong index + +Denis Rouzaud 2019-09-03 + + leave comment for deprecated QAbstractItemModel::reset() + +Denis Rouzaud 2019-09-03 + + add __repr__ for QgsClassificationRange + +Jürgen E. Fischer 2019-09-03 + + fix warnings (or vs || and and vs &&) + +Denis Rouzaud 2019-09-03 + + fix API docs + +Denis Rouzaud 2019-09-03 + + simplify QString code + +Denis Rouzaud 2019-09-03 + + classification method registry orders methods by name + +Denis Rouzaud 2019-09-03 + + fix images path + +Denis Rouzaud 2019-09-03 + + helper to return icon from method ID in classification method registry + + this avoids creating a clone of the method + +Denis Rouzaud 2019-09-03 + + implement virtual icon() for classification methods + +Denis Rouzaud 2019-09-03 + + fix standard deviation label (#31540) + + * fix standard deviation label + + * Update qgsclassificationstandarddeviation.cpp + + * Update qgsclassificationstandarddeviation.cpp + +Denis Rouzaud 2019-09-03 + + add SVG images for classification methods + + credits to @nirvn + +Mathieu Pellerin 2019-09-03 + + [ui] Add a locator bookmark filter item icon + +Denis Rouzaud 2019-08-31 + + [FEATURE] add logarithmic scale method for graduated renderer + + So easy with new API :) + +Nyall Dawson 2019-09-03 + + Fix custom groups not correctly respected in geopdf export when multiple + layers have the same group name + +Nyall Dawson 2019-09-03 + + Nicer edits in the GeoPDF layer tree model + +Nyall Dawson 2019-09-03 + + Fix map themes "stick" even when "export map themes" box is unchecked + +Nyall Dawson 2019-09-03 + + Correctly show raster transparency settings for invalid layer sources + +Nyall Dawson 2019-09-03 + + Fix some missing signals from QgsRasterBandComboBox when not set + to a valid layer + +Nyall Dawson 2019-09-03 + + Try to fix dox warning + +Nyall Dawson 2019-09-03 + + Cleanup loops + +Nyall Dawson 2019-09-03 + + Translate strings + +Nyall Dawson 2019-09-03 + + Fix a bunch of QString allocation warnings + +Nyall Dawson 2019-09-03 + + Fix a bunch of deprecation warnings + +Nyall Dawson 2019-09-03 + + Fix leak + +Nyall Dawson 2019-09-03 + + Add missing SIP_DEPRECATED + +Nyall Dawson 2019-09-03 + + Don't pass doubles by reference, pass lists by reference + +Áron Gergely 2019-08-25 + + Add README and QGIS model for world_map.gpkg + +Áron Gergely 2019-08-22 + + Update GeoPackage layers: + Updated data: + - countries(poly): Admin 0 level boundaries + - states_provinces(poly): Admin 1 level boudnaries + Updated styling: + - disputed_borders(line): Disputed Admin 0 level borders. + New styling to make these borders stand out less. + + Attribute tables of all layers contain the name and identification codes fields. + The geometries of of countries and states_provinces has both been processed + from the same source data (NE admin level 1 borders); + Geometries vere generalized and attribute tables were cleaned in order to reduce size. + For the countries layer, attribute table fields have been joined in from the original + admin level 0 dataset. + + Data source: Natural Earth 1:10m generalization level, admin level 0 and level 1 datasets + (version 4.1.0) + +arongergely 2019-07-16 + + Update GeoPackage with 3 layers and corresponding default stylings: + + - countries(poly): Admin 0 level boundaries: Now Correct topology, higher level of detail + - states_provinces(poly): Admin 1 level boudnaries of the top 15 largest countries by area: + Russia, Antarctica, Canada, United States, China, Brazil, + Australia, India, Argentina, Kazakhstan, + Dem. Republic Of Congo, Algeria, Greenland, Mexico, Saudi Arabia + - disputed_borders(line): Disputed Admin 0 level borders + + Attribute tables of all layers contain the name and identification codes fields. + Source: Natural Earth 1:10m generalization level - version 4.1.0 datasets. + +arongergely 2019-07-10 + + Replaced data path to GeoPackage + +arongergely 2019-07-09 + + Remove the now redundant world_map shapefile and its .qml styling + +arongergely 2019-07-09 + + Updated the 'world' easter egg to work with GeoPackage. + + The new GeoPackage contains the features + styling of the pre-existing world_map.shp and world_map.qml. + +Nyall Dawson 2019-09-02 + + Fix warnings + +Nyall Dawson 2019-09-02 + + Ensure QgsRasterMinMaxOrigin works OK with invalid raster sources + +Nyall Dawson 2019-09-02 + + More unit tests + +Nyall Dawson 2019-09-02 + + Improve QgsRasterBandComboBox handling of invalid layers + + If a layer is invalid, don't try to populate the combo box with + available bands. Instead, fallback to a free-form text entry + mode, allowing users to manually type a band. + + Avoids loss of band information when a combo box is linked to + an invalid raster + +Merge: b59d68c7dd b3d52df67b +Sergio Ramírez 2019-09-02 + + Merge with master and fix minor conflicts + +Matthias Kuhn 2019-09-02 + + Add todos + +Merge: 3d4dcd6317 9a089132a3 +Denis Rouzaud 2019-09-02 + + Merge pull request #31500 from 3nids/refactor_classification + + Refactor graduated symbol renderer + +Matthias Kuhn 2019-09-02 + + Update cmake_templates/qgsconfig.h.in + +Matthias Kuhn 2019-09-02 + + Update cmake_templates/qgsconfig.h.in + +Jürgen E. Fischer 2019-09-02 + + crashhandler: fix build and keep it independant of core + +Jürgen E. Fischer 2019-09-02 + + osgeo4w: detect proj library name + +Denis Rouzaud 2019-09-02 + + src/gui/processing/models does not exist (#31532) + +Denis Rouzaud 2019-09-02 + + remove Q_DECL_DEPRECATED as Doxygen throws a warning + +Denis Rouzaud 2019-09-02 + + use flags to defined classification method properties + +Matthias Kuhn 2019-09-02 + + Add QGIS_VERSION_INT and QGIS_VERSION variables to qgsconfig.h + + Because having VERSION_INT and VERSION in public headers is just screaming for conflicts. + +Denis Rouzaud 2019-09-02 + + add classification methods to API docs + +Denis Rouzaud 2019-09-02 + + do not use a pointer + +Denis Rouzaud 2019-09-02 + + move src/core/symbology/classification to src/core/classification + +Denis Rouzaud 2019-09-02 + + missing SIP_FACTORY, addMethod returns bool, and minor fixes + +Denis Rouzaud 2019-09-02 + + exclude QgsGraduatedSymbolRenderer::Mode from API docs + +Nyall Dawson 2019-09-02 + + Add some missing Python repr overloads + +Nathan Woodrow 2019-09-02 + + Show message when stack trace can't be generated from missing symbols (#31516) + + * [crash handler] Show message when stack trace can't be generated from missing symbols + + * [crash handler] Tweak wording on crash dialog + + * [crash handler] Fix wording spaces on dialog + + * [crash handler] add more wording for report details + + * [crash handler] Grammer fix + + * [crash handler] grammer fixes + +D'Hont René-Luc 2019-08-31 + + [Server] Extend the WMS FILTER whitelist with IS, NOT, NULL + + The QGIS Server Filter parameter accept OGC Filter and an SQL where clause. + + In the case of the SQL where clause, to avoid injection and garanty some safety, QGIS Server uses a whitelist of allowed characters and keywords. + The whitelist was AND,OR,IN,=,<,>=,>,>=,!=,',',(,),DMETAPHONE,SOUNDEX. + + We need to be able to handle NULL values. + +Alex 2019-08-31 + + [API] Cache feature ids for each symbol in the QgsVectorLayer (#31061) + +Denis Rouzaud 2019-08-31 + + patch for statx calls on Docker should not be required anymore on Bionic + +Denis Rouzaud 2019-08-31 + + Use Bionic on Travis (#31514) + + * Use Bionic on Travis + + To get newer Doxygen + + * newer Python + +Denis Rouzaud 2019-08-31 + + make variables private, correclty initalize label format + +Denis Rouzaud 2019-08-31 + + a bit more API doc + +Denis Rouzaud 2019-08-31 + + fix cloning of standard deviation method + +Denis Rouzaud 2019-08-31 + + fix enum doc + +Peter Petrik 2019-08-28 + + fix building without qt' printer + +Peter Petrik 2019-08-27 + + fix showing picture widget on ios + +Sandro Santilli 2019-08-29 + + [make check] Use xvfb with screen number 0 + + This fixes make check for me, and it is already what debian/rules + uses (and scripts/jenkins-run.sh) + + Closes #31473 + +Sandro Santilli 2019-08-29 + + Fix typo in xvfb package name comment + +Etienne Trimaille 2019-08-27 + + make the crash ID clickable on github + +Mathieu Pellerin 2019-08-30 + + [layout] Fix PDF epxort dialog vertical widget distribution + +Mathieu Pellerin 2019-08-30 + + [layout] Put the geopdf vector feature widget in the right stack + +Keith Jenkins 2019-08-30 + + correct acres abbreviation to "ac" + +Denis Rouzaud 2019-08-30 + + fix missing lower bound in ranges + +Denis Rouzaud 2019-08-30 + + correctly set method when updating classes + +Denis Rouzaud 2019-08-30 + + better naming of methods and API documentation + +Denis Rouzaud 2019-08-30 + + fix deprecated methods and remove leftovers + +Denis Rouzaud 2019-08-30 + + run sipify + +Denis Rouzaud 2019-08-30 + + fix deprecated methods in tests + +Denis Rouzaud 2019-08-30 + + complete CMakeLists.txt + +Denis Rouzaud 2019-08-30 + + modification to UI + + use an editable combobox instead of a spin or combobox + +Denis Rouzaud 2019-08-30 + + refactor QgsGraduatedSymbolRendererWidget (gui) + +Denis Rouzaud 2019-08-30 + + refactor QgsGraduatedSymbolRenderer (core) + +Denis Rouzaud 2019-08-30 + + add different implementations of classification methods + +Denis Rouzaud 2019-08-30 + + add classification methods registry + +Denis Rouzaud 2019-08-30 + + add QgsClassificationMethod + + an abstract class for classification methods + +Mathieu Pellerin 2019-08-29 + + [clipboard] Fix copying of string attributes containing new lines and tabs characters + +Merge: 0e3a4478d9 75fa58e83e +signedav 2019-08-29 + + Merge pull request #31349 from signedav/stored-expressions + + Stored filter expressions + +Nyall Dawson 2019-08-30 + + Add missing transfer annotation (#31482) + +Denis Rouzaud 2019-08-29 + + fix sipify + +Sandro Santilli 2019-08-28 + + Add test for custom bbox in postgresql provider + + See #18107 + +Sandro Santilli 2019-08-27 + + Add support for "bbox" URI parameter in PostgreSQL provider + + .. and use it from TopoViewer DBManager plugin + + Closes #18107 + +Sandro Santilli 2019-08-28 + + [tests] Load postgis_raster extension when available, and needed + +Denis Rouzaud 2019-08-29 + + [sipify] handle deprecation of enums + +Sandro Santilli 2019-08-29 + + Update TopoViewer layer style templates + + From 1.9 version to 2.18 version + + Closes #31471 + +Denis Rouzaud 2019-08-29 + + [sipify] handle Q_DECL_DEPRECATED in class declarations (#31489) + +Nyall Dawson 2019-08-29 + + [FEATURE] Add make_line expression function variant which accepts + an array of points + + Allows creation of lines from variable numbers of points, and + from sequences from aggregates/dynamically generated sequences + + Fixes #31268 + +Nyall Dawson 2019-08-29 + + [FEATURE] New expression function "collect_geometries" + + Collects a set of geometries into a multi-part geometry object. + Geometry parts can either be specified as seperate arguments to the + function, or (more flexibly), as an array of geometry parts. + + This allows geometries to be generated using iterator based approaches, + such as transforming an array generated using generate_series, e.g: + + collect_geometries( + array_foreach( + generate_series( 0, 330, 30), + project($geometry, .2, radians(@element)) + ) + ) + + Gives a nice radial effect of points surrounding the central feature + point when used as a MultiPoint geometry generator + +Mathieu Pellerin 2019-08-29 + + [postgresql] Fix crash when testing a connection fails + +Denis Rouzaud 2019-08-29 + + fix missing SIP_OUT (#31470) + +Merge: 19231331ba ee6f8c580c +Denis Rouzaud 2019-08-29 + + Merge pull request #31414 from 3nids/rel_ref_wid_comp_keys + + use composite keys in relation reference widget + +Denis Rouzaud 2019-08-27 + + const correctness, fix deprecated methods, + qVariantListIsNull returns true for an empty list + +David Signer 2019-08-28 + + docs and style and set parent of mStoredExpressionManager to the layer + +David Signer 2019-08-28 + + proper use of category tags - use of all tag as default in filtering + +David Signer 2019-08-27 + + sip include + +David Signer 2019-08-26 + + - removed the modes from QgsStoredExpressionManager and do the categorization over category tags + - use QStrings instead of QUuids in QgsStoredExpression + - docs, style and beautifications + +David Signer 2019-08-22 + + some tests for QgsStoredExpressionManager + +David Signer 2019-08-22 + + no constructor in QgsStoredExpression because it leaded to issues with compiling sip + + dialoges for stored filter expressions contains labels and expression line edit + +David Signer 2019-08-22 + + make proper constructor + +David Signer 2019-08-22 + + wait 300 ms before update stored expression button after text changed on filter query line edit + more comments and clean up + +David Signer 2019-08-22 + + functionality to save and update stored expressions + +David Signer 2019-08-22 + + listening on triggered instead of toggled, because triggered is happening on click and not on setChecked etc. + +David Signer 2019-08-20 + + descriptive name for mStoredFilterExpressions to make a difference to future QgsStoredExpression objects + +David Signer 2019-08-20 + + remove unused functions - but having issue when toggling the storeExpressionButton (fires Actions every time) + +David Signer 2019-08-20 + + on textchange update the actions + +David Signer 2019-08-20 + + use of struct instead of QPair and use Uuid instead of name as identification + +David Signer 2019-08-19 + + stored expression icons to 'bookmark' expressions + +David Signer 2019-08-19 + + stored filter expression saving part + +David Signer 2019-08-19 + + improve gui for stored filter expressions + +David Signer 2019-08-19 + + remove expression functionality identified by name + +David Signer 2019-08-19 + + menu basics including stored filter expression + +David Signer 2019-08-19 + + stored expressions comments + +David Signer 2019-08-19 + + read write storedexpressions + +David Signer 2019-08-15 + + stored expression base class with read write methods + +Denis Rouzaud 2019-08-26 + + use composite keys in relation reference widget wrapper + +Denis Rouzaud 2019-08-26 + + use composite keys in relation reference widget + +Nyall Dawson 2019-08-29 + + Actually properly revert cmake test changes + +Nyall Dawson 2019-08-29 + + Indentation + +Nyall Dawson 2019-08-29 + + Improve help text for size/offset properties + + Refs #31444 + +Nyall Dawson 2019-08-29 + + [FEATURE] Allow array values as a valid result for data defined offset + or size properties + + Previously only string values of the format 'x,y' would be permitted. But + I've seen MANY bug reports and questions about this, so also allow + arrays of doubles as a valid result. E.g. "array(3,5)". In any case, it's + just nicer. + + Fixes #31444 + +Nyall Dawson 2019-08-29 + + Rework layout picture test to avoid need for image resources + +Nyall Dawson 2019-08-29 + + Revert changes to core test cmake configuration + +Borys Jurgiel 2019-08-28 + + Add a context menu to the QgsMessageLogViewer's tab bar, so all unwanted tabs can be closed at once + +Ismail Sunni 2019-08-27 + + Fix un-changed cursor when switching between 3d tool. + +Denis Rouzaud 2019-08-28 + + replace deprecated QString::null by QString() (#31466) + +Denis Rouzaud 2019-08-28 + + move QgsRenderRange and QgsRendererRangeLabelFormat to their own file (#31464) + +Merge: 74abbaac9c b4635f53ed +Denis Rouzaud 2019-08-28 + + Merge pull request #31460 from nyalldawson/travis_t + + Partially revert 596ffd06 + +Jürgen E. Fischer 2019-08-28 + + osgeo4w: update nightly after proj-dev 6.2 update + +Denis Rouzaud 2019-08-28 + + fix condition + +Denis Rouzaud 2019-08-28 + + fix order + +Denis Rouzaud 2019-08-28 + + option to add compiled resources to executable + +Mathieu Pellerin 2019-08-28 + + [themes] Fix removed default QWidget text color + +Denis Rouzaud 2019-08-28 + + fix test name + +Denis Rouzaud 2019-08-28 + + use AUTORCC + +Denis Rouzaud 2019-08-26 + + fix return values when identifier values have not been initiliazed + +Denis Rouzaud 2019-08-26 + + fix additional fields edition in attribute table and form + +Mathieu Pellerin 2019-08-28 + + [themes] Properly style the calendar widget + +Nyall Dawson 2019-08-27 + + Unit tests for dynamic grid interval + +Nyall Dawson 2019-08-27 + + Fix layout map grid annotations sometimes incorrectly show as + geographic text + +Nyall Dawson 2019-08-27 + + [FEATURE][layouts] Add "fit segment size" mode for map grid interval + + Like the existing scalebar setting of the same name, this allows + users to set a page-size-based range for map grid intervals. The + grid interval will be dynamically calculated based on the map + extent and scale to pick the largest possible "pretty" interval + which results in grid sizes inside the desired range. + +Nyall Dawson 2019-08-27 + + Refactor out scalebar code for calculating pretty interval sizes + into reusable function + +Nyall Dawson 2019-08-27 + + UI and API setup for dynamically calculated grid intervals + +Nyall Dawson 2019-08-27 + + Unit tests for data defined grid + +Nyall Dawson 2019-08-27 + + Fix grid annotation positions were not accounting for grid frame width + +Nyall Dawson 2019-08-27 + + Add missing data defined properties + +Nyall Dawson 2019-08-27 + + Use map expression context as basis for map grid expression context + + Allows use of map related variables like @map_scale, @map_extent_width, + etc in layout map grid data defined expressions + +Nyall Dawson 2019-08-27 + + [needs-docs][layouts] Move grid "enabled" check box to grid properties + panel + + Allows it to sit next to the corresponding data defined button + +Nyall Dawson 2019-08-21 + + [FEATURE][layouts] Data defined control over grid properties + + Adds data defined control over layout map grid: + - enabled state + - interval X/Y + - offset X/Y + - frame size and margin + - annotation distance from frame + - cross size + - frame line thickness + + Fixes #30246, fixes #27737 + +Nyall Dawson 2019-08-28 + + Partially revert 596ffd06 + + Just to see if this is throwing off Travis... + +Nyall Dawson 2019-08-28 + + Show callout style in label settings preview icon + +Nyall Dawson 2019-08-27 + + [FEATURE] Expose font kerning setting to text format widget/label settings + + Allows users to control whether label fonts are kerned or not + +Harrissou Sant-anna 2019-08-28 + + Fix code sample rendering in pyqgis doc + +Harrissou Sant-anna 2019-08-26 + + [needs-docs] Labels toolbar actions no longer need the layer to be in edit mode + +Jorge Gustavo Rocha 2019-08-27 + + include old project version on the initial warning message + +Nyall Dawson 2019-08-27 + + Fix crash when using format function with no arguments + + Fixes #31425 + +Harrissou Sant-anna 2019-08-17 + + Remove "&" character from labels in Customization dialog + +Harrissou Sant-anna 2019-08-26 + + [needs-docs]Set the service area algorithms speed to 50km/h + + using the same value as the "Shortest Path" algorithms + +Jürgen E. Fischer 2019-08-27 + + more debug opencl debug info + +Mathieu Pellerin 2019-08-27 + + [FEATURE] Add possibility to export metadata when saving map canvas as PDF + +Jürgen E. Fischer 2019-08-27 + + layout picture: prepare expressions on refresh + +Jürgen E. Fischer 2019-08-26 + + don't use feed language C + +Jürgen E. Fischer 2019-08-26 + + grass plugin: remove unconnected noop slot + +Nyall Dawson 2019-08-26 + + Optimise some geometry->QgsPointXY conversions + +Nyall Dawson 2019-08-26 + + Optimise QgsPoint and QgsPointXY equality operators + + Give more opportunities for shortcutting unnecessary calculations + +Ismail Sunni 2019-08-27 + + [FEATURE][3D] Billboard Rendering for Points (#31308) + + * Add button to change billboard symbol. + + * Add shaders for billboards. + + * Add billboard material class. + + * Add sample billboard image. + + * Add dummy handler for billboard. + + * Add billboard geometry class. + + * First working version of 3D point as billboard. + + * Make selected feature bigger. + + * Use default symbol preview as billboard. + + * Update billboard when changes the viewport size. + + * Use QgsTerrainTextureImage for adding image to texture. + + * Show better quality of billboard default symbol. + + * Promote QgsSymbolButton not working. + + * Add QgsSymbolButton properly. + + * Add seTexture2DFromSymbol. + + * Use default symbol + + * [On Progress] Get symbol from the QgsSymbolButton. + + * [On progress] failed to change the symbol + + * Fix billboard fragment shader for macOS + + * Better transparency handling. + + * Use size from the symbol. + + * Add set layer for 3d billboard symbol. + + * Set billboard size from the symbol pixel size * 20 + + * Use size from the image. + + * [Debug] set white symbol to success kid, it work when previous billboard is success kid. + + * Use store and restore symbol from Nyall. + + * Remove unrelated code. + + * Apply random extent to fix the bug, from Martin. + + * Remove add mesh entities for billboard. + + * Hide material and transformation widget for billboard. + + * Remove add scene entities for billboard. + + * Add selected as parameter in drawPreviewIcon. + + * Add QgsMarkerSymbol to store the symbol in billboard + + * Put billboard symbol in point3dsymbol serialization. + + * Add billboard height in the UI. + + * Set height for billboard. + + * Store billboard height separately. Perhaps better to use existing transform. + + * Set height of billboard to TY. + + * Flipped image for billboard symbol. + + * Add helper function to set billboard function. + + * Generate billboard transform from general transform. + + * Use static dpi for context size. + + * Remove debug message. + + * Use Qgs3DRenderContext for selection color and dpi from QgsApplication. + + * Remove unnecessary file and code. + + * Remove commented iut code. + + * Add documentation of new classes. + + * Fix banned keywords. + + * Add missing parameter's documentation. + + * Address PR review. + + * Use context from readXML. + + * Remove one line function. + + * Fix billboard size. + + * Make some functions private, remove unused function. + + * Use unique_ptr for the ownership. + + * Use unique_ptr for default symbol to avoid memory leak. + + * Add parent to texture2D. + + * Fix documentation. + + * Add copy constructor. + + * Fix documentation. + + * Remove documentation warning. + + * Fix sip error. + + * Add unit test for billboard rendering. + + * Set ambient to not transparent for measurement line. + + * Add dpi in the Qgs3DMapSetting + + * Update billboard rendering unit test. + + * Remove layer from 3d point widget since it's not supported yet. + + * Addressing PR review from Martin. + + * Attach dom directly for the billboard symbol. + + * Remove unused constructor for point3dsymbol. + + * Use stroke width ratio for solving big stroke width. + + * Update unit test for rendering with some stroke color. + + * Fix typo. + +Alessandro Pasotti 2019-08-27 + + Add more debug msg info to OpenCL device scanning + +Mathieu Pellerin 2019-08-27 + + Fix non-rasterized PDFs not georeferenced when saving map canvas + +Nyall Dawson 2019-08-26 + + Add oracle transaction unit tests + +Nyall Dawson 2019-08-26 + + Make Oracle tests more robust + +Nyall Dawson 2019-08-26 + + Remove temporary hack + +Nyall Dawson 2019-08-19 + + Working transaction support for Oracle provider + +Nyall Dawson 2019-08-19 + + Avoid staged changes as part of a transaction being committed immediately + to the database. + + Commit on success seems to bypass any existing open transactions. sigh... oracle. + +Nyall Dawson 2019-08-19 + + [FEATURE][oracle] Database transaction support + +Mathieu Pellerin 2019-08-27 + + [themes] Fix night mapping widget background issues + +Mathieu Pellerin 2019-08-27 + + [themes] Fix blend of gray widget background issues + +Nyall Dawson 2019-08-27 + + Try bumping ccache size + +Nyall Dawson 2019-08-27 + + Fix deprecated warning (calling function is also deprecated) + +Nyall Dawson 2019-08-26 + + Don't create an unused expression context when a layer iterator has + no virtual fields + +Denis Rouzaud 2019-08-26 + + const correction + +David Signer 2019-08-26 + + set the layer on mKeyField and mValueField to the currentLayer of the mLayerName (it's the one with index 0 if layers in the model or invalid if no layers, what would unset the QgsFieldModel) + +Mathieu Pellerin 2019-08-26 + + Add dox note on symbol ownership in QgsSymbolSelectorWidget class + +Mathieu Pellerin 2019-08-26 + + QgsSymbolSelector{Widget,Dialog} class cleanup + +Mathieu Pellerin 2019-08-26 + + [ui] Fix single feat. renderer symbol levels reset when changing style (fixes #26547) + +Nyall Dawson 2019-08-25 + + Replace paths pointing to inbuilt data folder with "inbuilt:" prefix + during project write, and redirect paths beginning with "inbuilt:" prefix + to actual local install folder during project read + + Allows projects using data like the built-in world map layer to + work correctly across different installs + +Denis Rouzaud 2019-08-26 + + modify editor widget wrappers to handle additional fields (#31270) + +Julien Cabieces 2019-08-26 + + [FEATURE] [needs-docs] Add circular data dependencies (#30947) + + * [FEATURE] [needs-docs] Add circular data dependencies + +Merge: 17eacea18a 213e265af8 +Denis Rouzaud 2019-08-26 + + Merge pull request #31355 from 3nids/featurelist_compoundkeys + + allow QgsFeatureListComboBox to handle multiple keys + +Harrissou Sant-anna 2019-08-26 + + Fix typo (#31411) + +Matthias Kuhn 2019-08-26 + + Fix NULL values + + * Simplify and constify code + * Fix NULL values + +Harrissou Sant-anna 2019-08-22 + + Fix typo + +Nyall Dawson 2019-08-25 + + Avoid deprecation warning from third party module + + Fixes #31391 + +Merge: a3f411acce 6bc5faed1e +Matthias Kuhn 2019-08-25 + + Merge pull request #31398 from myarjunar/https-feed + + use https for qgis feed source url + +Tim Sutton 2019-08-24 + + Updated hackfests easter egg data + +gacarrillor 2019-08-24 + + Fix docstring of QgsVectorDataProvider.empty() method. + +Muhammad Yarjuna Rohmat 2019-08-25 + + use https for qgis feed source url + +Jürgen E. Fischer 2019-08-24 + + Fix layout picture item test (alternate fix to #31382) (#31383) + + * Fix layout picture item test (alternate fix to #31382) + * doxygen: add pointer to QgsProperty::value() to QgsAbstractPropertyCollection::value() + +Jürgen E. Fischer 2019-08-24 + + version info: there's no point in showing the download link to the version we already have (refs #31298) + + (cherry picked from commit f870014f6107dd436b7177681399e0633eb3226b) + +Sergio Ramírez 2019-08-24 + + Improve validation for QgsRelationAddDlg Fixes #31292 + +Ismail Sunni 2019-08-24 + + Set ambient to not transparent for measurement line. + +Matthias Kuhn 2019-08-24 + + Remove funding tests + +Matthias Kuhn 2019-08-24 + + Remove some funding usernames + +Matthias Kuhn 2019-08-24 + + Funding + +Mathieu Pellerin 2019-08-23 + + Play safe, lock mutex on all QgsTileCache functions + +Sergio Ramírez 2019-08-23 + + Prevent installation of ZIP plugins if they don't have the root folder Fixes #30063 + +Jürgen E. Fischer 2019-08-23 + + add feeding of layout pictures with blobs + +Denis Rouzaud 2019-08-23 + + add method to set extra identifier values to Null and embryon of test + +Jürgen E. Fischer 2019-08-23 + + escape ampersands in recent file menu (eg. from database projects) + +Denis Rouzaud 2019-08-23 + + avoid deprecation warnings/errors + +Denis Rouzaud 2019-08-22 + + allow QgsFeatureListComboBox to handle multiple keys + +Mathieu Pellerin 2019-08-23 + + Fix wrong direction of legend opacity slider widget for raster layers (fixes #31354) + +Nyall Dawson 2019-08-22 + + [needs-docs] Revise QgsPathResolver::setPathPreprocessor API + + Allow path preprocessors to be chained and don't force replace + any existing ones. + + Processors can be removed via a call to QgsPathResolver::removePathPreprocessor, + using the unique ID returned by the original call to setPathPreprocessor + +Nyall Dawson 2019-08-22 + + Make Extract Selected Features algorithm thread safe + + Now it can safely run as a background task + +Nyall Dawson 2019-08-22 + + [FEATURE] When a layer path is fixed in a project, auto scan through + all other broken paths and try to auto-fix any others which were + also pointing to the same original broken file path + + AKA the ArcMap behavior + +Nyall Dawson 2019-08-22 + + Fix massive regression in speed of editing operations (E.g. pasting 100s+ + features into a layer) + + This was triggering multiple duplicate geometry requests from the provider + even when no validation settings were specified for a layer + +Nyall Dawson 2019-08-22 + + Update test + +Nyall Dawson 2019-08-22 + + Update test mask image + +Nyall Dawson 2019-08-22 + + Fix font markers become too large when size is actually very small + + When the font size drops below a certain threshold, qt resets it to + a default size. This means that font markers which should be rendered + tiny (e.g. 0.5 pixels) end up being 10pt font size... + + Also bypass font marker rendering completely if marker size is specifically + set to 0. + +Nyall Dawson 2019-08-22 + + Add a fast shortcut to rectangle/geometry intersection test + + We can shortcut a lot of heavy lifting by first testing that + the bounding boxes intersect + +Nyall Dawson 2019-08-22 + + Some BIG speed ups to QgsGeometry::isGeosEqual test + + Implement some shortcuts to avoid expensive checks where we can + + Speeds up processing "delete duplicate geometry" algorithm and + topology plugin duplicate geometry checks by orders of magnitude + +Alessandro Pasotti 2019-08-22 + + Call QgsRasterBlock destructor from SIP (add factory) + + Fixes #31343 memory leak + +Nyall Dawson 2019-08-22 + + Speed up QgsFeatureRequests::acceptFeature when only non-exact intersection tests are required + +Mathieu Pellerin 2019-08-22 + + Fix save map canvas to clipboard feature + +Merge: 77191597ff aa0f3e168f +Matthias Kuhn 2019-08-22 + + Merge pull request #31280 from DelazJ/addtoolbarsWidgets + + Allow more actions from toolbar to be listed/managed in the customization dialog + +Nyall Dawson 2019-08-22 + + Spelling + +Nyall Dawson 2019-08-22 + + More explicit documentation of geometry classes, with warnings + that calculations are Cartesian only and point users to QgsDistanceArea + for ellipsoidal calculations + + Fixes #31275 + +Merge: 4e4a93dbf9 a092a82b52 +Alessandro Pasotti 2019-08-22 + + Merge pull request #31319 from elpaso/db_interface_new_constructors + + New ctors for connections interface + +Nyall Dawson 2019-08-22 + + Don't try to resolve svg paths corresponding to embedded svg files + + Big speedup when loading symbols with embedded paths + +Merge: ae0721891b ed7794cd81 +Alessandro Pasotti 2019-08-21 + + Merge pull request #31325 from elpaso/bugfix-gh31226-gfi-href + + Fix crash when clicking on an hyperlink in identify + +Alessandro Pasotti 2019-08-21 + + Fix crash when clicking on an hyperlink in identify + + Fixes #31226 + +Sandro Santilli 2019-08-21 + + Restore TopoViewer functionality + + This was broken in commit d7166404030292b9536e649795e9efec49225dfd + +Alessandro Pasotti 2019-08-21 + + New ctors for connections interface + + Tries to make it clearer what are the use cases for the two + constructors (name and uri). + +Merge: 09785d653c 8402a408ce +Alessandro Pasotti 2019-08-21 + + Merge pull request #31318 from elpaso/server-api-remove-debug-output + + Remove debugger from HTML template + +Alessandro Pasotti 2019-08-21 + + Remove debugger from HTML template + +Nyall Dawson 2019-08-21 + + Add unit test for custom groups + +Nyall Dawson 2019-08-21 + + Respect custom PDF group settings during export + +Nyall Dawson 2019-08-21 + + Revert temporary change + +Nyall Dawson 2019-08-21 + + Don't export features for layers set to skip + +Nyall Dawson 2019-08-21 + + Don't show canvas specific formatting settings in layer tree model + used outside of main canvas + + E.g. we shouldn't show scale based visibility text format changes + or the editable toggle in models used for snapping dialog, project + properties, etc. + + These properties are only associated with the main map canvas. + +Nyall Dawson 2019-08-21 + + UI + +Nyall Dawson 2019-08-20 + + [FEATURE] Add UI for configuring layer-by-layer export attributes and layer groups to GeoPDF export + + Allows users to set on a layer-by-layer basis whether layers should be identifiable + and include vector features in a GeoPDF export, and optionally whether to group multiple + layers together into a single logical, switchable entry in the GeoPDF layer tree. + +Nyall Dawson 2019-08-21 + + [FEATURE] "Center of segment" placement mode for marker and hash line symbol layers + + Adds a new placement option to place markers/hash lines at the center + point of individual line segments + + Refs #29785 + +Mathieu Pellerin 2019-08-21 + + [ui] Improve height of save map canvas as PDF dialog + +Nyall Dawson 2019-08-20 + + Fix unit test + +Nyall Dawson 2019-08-20 + + Dox + +Nyall Dawson 2019-08-20 + + No crash when geopdf export is not available + +Nyall Dawson 2019-08-20 + + [FEATURE][layouts] Option to export multiple map themes while + creating GeoPDF documents from layouts + +Nyall Dawson 2019-08-20 + + Bounds polygon must be in PDF units + +Nyall Dawson 2019-08-20 + + Correctly georeference layout geopdf exports + +Nyall Dawson 2019-08-20 + + Add API to handle non-rectangular georeferenced regions in geopdf pages + +Nyall Dawson 2019-08-20 + + Hookup other pdf export settings to settings dialog + +Nyall Dawson 2019-08-20 + + [FEATURE] Option to export layouts as GeoPDF files + +Nyall Dawson 2019-08-20 + + Make PDF export options dialog a real class + +Denis Rouzaud 2019-08-20 + + remove uncessary breaks + +Merge: 07841c4e2e c9c2d3ed27 +Alessandro Pasotti 2019-08-20 + + Merge pull request #31299 from elpaso/server-python-catch-plugins-exceptions + + Server: catch Python exceptions from plugins + +Peter Petrik 2019-08-19 + + fix sip + +Peter Petrik 2019-08-16 + + qt 5.13.1 does not have QPrinter header + +Peter Petrik 2019-08-16 + + fix qml loading + +Alessandro Pasotti 2019-08-20 + + Server API: simplify contentTypes handling and allow overrides + +Nyall Dawson 2019-08-20 + + Spelling + +Nyall Dawson 2019-08-20 + + Remove outdated code + +Nyall Dawson 2019-08-20 + + Respect group structure in geopdf output + +Nyall Dawson 2019-08-20 + + Unit tests for theme based layout rendering feature collection + +Nyall Dawson 2019-08-20 + + Fix crash in staged render jobs + +Nyall Dawson 2019-08-20 + + If a layout map is set to follow a particular theme, don't iterate over + the export themes for that map + + Otherwise it breaks the ability to have inset maps during iterated theme exports + +Nyall Dawson 2019-08-20 + + Start prepping for group-based output, shuffle tests so that some work on GDAL < 3 + +Nyall Dawson 2019-08-19 + + Start on tests - todo - handle map theme in feature registration! + +Nyall Dawson 2019-08-19 + + More tests + +Nyall Dawson 2019-08-19 + + Update export layer names + +Nyall Dawson 2019-08-19 + + Expose map theme info to export layer details + +Nyall Dawson 2019-08-19 + + [layouts] API framework to allow rendering multiple map themes to layered exports + +Mathieu Pellerin 2019-08-20 + + [FEATURE] Brand new map canvas image decoration (#31291) + +Alessandro Pasotti 2019-08-19 + + More Python exception bubbling and SIP enum fix + +Alessandro Pasotti 2019-08-19 + + Server: catch Python exceptions from plugins + + Make sure Python exceptions are converted into + QgsServerException and catched by the main + service executor. + + Without this patch, the server process is terminated + (aborted). + +Merge: 8cdfc2554d b20f2ea175 +Alessandro Pasotti 2019-08-19 + + Merge pull request #31295 from elpaso/server-wfs3-layerid-as-operation-id + + Use layerId as OperationId (because of spaces and utf8 in the layer + +Alessandro Pasotti 2019-08-19 + + Use layerId as OperationId (because of spaces and utf8 in the layer + names) + +Matteo Ghetta 2019-08-19 + + Rename Parent to Child (#31290) + +Merge: 8bcfdd355e 69b1ba5c83 +Alessandro Pasotti 2019-08-19 + + Merge pull request #31293 from elpaso/json-fix-gcc-list-initialized + + Fix nlohman::json array list initializer broken on GCC + +Alessandro Pasotti 2019-08-19 + + Remove const copy in favor of qgis::as_const + +Alessandro Pasotti 2019-08-19 + + Remove unnecessary definition + +Alessandro Pasotti 2019-08-19 + + Fix nlohman::json array list initializer broken on GCC + + the issue: + + json j { something_returning_json_array_of_values() }; + + produces a json::array( json::array( values ) ) ) + + instead of json::array( values ) + + by using the assignment all is fine: + + json j = something_returning_json_array_of_values(); + + produces a json::array( values ) as expected + +Merge: 386e09c37a a81c4b2f93 +Denis Rouzaud 2019-08-19 + + Merge pull request #31273 from 3nids/fix_deprecated_combo_signal + + fix deprecated QComboBox::currentIndexChanged with string + +David Signer 2019-08-19 + + print logmessage instead of debug log + +Mathieu Pellerin 2019-08-19 + + [style manager] Fetch remote style XML file using QgsNetworkContentFetcherTask + + Advantages include: + - automatic handling of URL redirects + - use the user's authentication settings + - all QGIS task bonuses (notification, task bar progress, etc.) + +Nyall Dawson 2019-08-19 + + Add note + +Nyall Dawson 2019-08-19 + + Unit test for georeferencing output + +Nyall Dawson 2019-08-19 + + Correctly georeference canvas to GeoPDF exports + +Nyall Dawson 2019-08-19 + + Fix georeferencing of geopdf exports + +Nyall Dawson 2019-08-19 + + UI improvements when GeoPDF export not available + +Nyall Dawson 2019-08-19 + + Fix geometry transform for output GeoPDF features, clean up UI + +Nyall Dawson 2019-08-19 + + [needs-docs] Expose choice of whether to include vector features in GeoPDF canvas output + +Nyall Dawson 2019-08-19 + + [needs-docs] Move some Export map to PDF settings to a new "advanced" group box + +Nyall Dawson 2019-08-19 + + [needs-docs] Expose choice of text export setting to Save Map as PDF option + + Exposes the same text output format choices as are available from + print layouts + +Nyall Dawson 2019-08-19 + + Fix truncated GeoPDFs exported from map canvas + +Nyall Dawson 2019-08-19 + + [needs-docs] Expose choice of GeoPDF export format to users + + Either "ISO3200 extension" or "OGC 'best practice'" options are availab.e + + ISO3200 format is recommended, and results in Geospatial PDF files compatible + with the built-in Acrobat geospatial tools. + + The OGC Best Practice format results in GeoPDF files compatible with the TerraGo + suite of tools, but can break compatibility with the built-in Acrobat + geospatial tools (yes, GeoPDF format is a mess!). + +Nyall Dawson 2019-08-19 + + [FEATURE] Add option to simplify geometries when exporting canvas to PDF + + Reduces output file size by removing redundant vertices given export + DPI settings + +Nyall Dawson 2019-08-19 + + Don't omit .pdf extension when exporting map to pdf + +Nyall Dawson 2019-08-19 + + [FEATURE] Add option on whether to include RDF metadata during + save map to GeoPDF operations + +Nyall Dawson 2019-08-19 + + [FEATURE] Add GUI option when exporting canvas to PDF for GeoPDF export + + Adds a checkbox allowing users to control whether GeoPDF files should + be created when exporting the canvas as a PDF. If GeoPDF isn't available + (e.g. due to having GDAL < 3.0, or GDAL built without PDF read support), + then this option is disabled and an explanation shown as to why instead. + +Nyall Dawson 2019-08-19 + + Replace enum based ifs with switches + + And fix some double->int truncation warnings + +Harrissou Sant-anna 2019-08-18 + + Add const to lists and remove redundant condition + +Denis Rouzaud 2019-08-18 + + fix indentation + +Jürgen E. Fischer 2019-08-17 + + fix windows build including some warnings + +Harrissou Sant-anna 2019-08-17 + + Set objectName of items to allow their children status restoring + +Harrissou Sant-anna 2019-08-16 + + Enable restoring of actions embedded within drop-down toolbuttons on Toolbar + +Harrissou Sant-anna 2019-08-16 + + Fix doc + +Harrissou Sant-anna 2019-08-15 + + Allow widgets in toolbars to show subitems in customization dialog + + Toolbar items are not necessarily QAction. They can be QToolButton, hence have children that can + no be listed if handling only QAction. + +Nyall Dawson 2019-08-17 + + Fix page size to PDF coordinate space conversion, add some comments regarding 72 dpi assumptions + +Nyall Dawson 2019-08-17 + + Copy layout metadata to GeoPDF export settings if exporting metadata + +Nyall Dawson 2019-08-17 + + Fix metadata export in GeoPDF + +Nyall Dawson 2019-08-17 + + Dox ++ + +Nyall Dawson 2019-08-17 + + Only export by layer for geopdf exports + +Nyall Dawson 2019-08-16 + + Remove outdated comment + +Nyall Dawson 2019-08-16 + + Fix broken see also link + +Nyall Dawson 2019-08-16 + + SHUDDDDUP + +Nyall Dawson 2019-08-16 + + No warning + +Nyall Dawson 2019-08-16 + + [FEATURE] GeoPDF export in map renderer task (e.g. save as canvas) + + Not exposed to UI yet + +Nyall Dawson 2019-08-16 + + Make QgsMapRendererStagedRenderJob thread safe + +Nyall Dawson 2019-08-16 + + Fix travis build + +Nyall Dawson 2019-08-16 + + Dox + +Nyall Dawson 2019-08-16 + + Fix build on Travis + +Nyall Dawson 2019-08-16 + + QgsMapRendererTask was NOT thread safe! ouch + +Nyall Dawson 2019-08-16 + + Fix dox warnings + +Nyall Dawson 2019-08-16 + + Update tests + +Nyall Dawson 2019-08-16 + + More tests + +Nyall Dawson 2019-08-16 + + Tests + +Nyall Dawson 2019-08-16 + + GeoPDF export also requires GDAL builds with poppler/pdfium support built in + +Nyall Dawson 2019-08-16 + + GeoPDF creation requires GDAL 3 or later, add API to determine whether it's available at runtime + +Nyall Dawson 2019-08-16 + + Use abstract base class for QgsLayoutGeoPdfExporter + +Nyall Dawson 2019-08-16 + + Start splitting GeoPDF exporter to allow use with non-layout exports + +Nyall Dawson 2019-08-13 + + Switch back to ISO georeferencing format + +Nyall Dawson 2019-08-13 + + Small fixes + +Nyall Dawson 2019-08-13 + + Export PDF to correct location + +Nyall Dawson 2019-08-09 + + Set correct field to display + +Nyall Dawson 2019-08-09 + + Georeference PDFs (WIP) + +Nyall Dawson 2019-08-09 + + Progress on exporting layered PDFs + +Nyall Dawson 2019-08-09 + + Refactor out logic for exporting layouts into separate layers + +Nyall Dawson 2019-08-09 + + Fudge size + +Nyall Dawson 2019-08-08 + + Use GADL to create actual GeoPDF from composition file + +Nyall Dawson 2019-08-08 + + Initial steps towards creation of GDAL composition XML + +Nyall Dawson 2019-08-08 + + Write out rendered features to temporary layers on finalize + +Nyall Dawson 2019-08-08 + + Add method to collate all collected features from different maps but the same layer + +Nyall Dawson 2019-08-08 + + Add unit test with second map, correct map to layout transform calculation + +Nyall Dawson 2019-08-08 + + Transform rendered feature bounds to layout item coordinate space + +Nyall Dawson 2019-08-08 + + We require a per-map-item rendered feature handler + +Nyall Dawson 2019-08-08 + + Collect all features rendered during a geopdf export + +Nyall Dawson 2019-08-08 + + Start on GeoPDF exporter class + +Alessandro Pasotti 2019-08-16 + + Providers connections interface API + + This is the implementation of the new DB connections API (grant proposal 2019). + Summary + + The new API makes it available to QGIS core a new interface for provider connections and will allow to: + + replace the provider specific QgsSettings management in QGIS4 (save/load connections from the settings) NOT IN SCOPE FOR NOW. + provide a unified API for common operations on DB connections: + executeSql and get the results + list tables names and properties and schemas + create a new vector table (no rasters for now) + create/rename/drop schemas and tables + vacuum + .... + +Alessandro Pasotti 2019-08-16 + + Fix cdash url + +Merge: bdf18ee0fd 556551be32 +Matthias Kuhn 2019-08-16 + + Merge pull request #31167 from signedav/default-values-update + + Update widgets with default values on attribute form + +signedav 2019-08-16 + + Update src/core/qgis.cpp + + Co-Authored-By: Matthias Kuhn + +Denis Rouzaud 2019-08-16 + + fix deprecated QComboBox::currentIndexChanged with string + +Mathieu Pellerin 2019-08-16 + + Add a QgsStringUtils function to substitute characters with vertical representation counterparts + +Mathieu Pellerin 2019-08-16 + + [labeling] replace characters with vertical presentation form counterparts + +Mathieu Pellerin 2019-08-15 + + [labeling] Prohibit non horizontal orientation for curved placement + +Peter Petrik 2019-08-14 + + fix build when QT defines QT_NO_PRINTER + +Merge: 3c52497a08 e7e87804d2 +Matthias Kuhn 2019-08-16 + + Merge pull request #31158 from m-kuhn/geom_gaps_allowed + + "Allowed gaps" layer for gap check + +David Signer 2019-08-15 + + do only return true if both values are null and none of them is invalid + +Merge: 992d26135d 371c7c7c8d +Matthias Kuhn 2019-08-15 + + Merge pull request #31264 from m-kuhn/fix_json + + Fix variant to json array handling + +David Signer 2019-08-15 + + using qgsVariantEqual + +Stephen Knox 2019-07-18 + + Fix variant to json array handling + +Stephen Knox 2019-07-25 + + Cascade change to variable initialisation to other files + +David Signer 2019-08-15 + + missing sip + +David Signer 2019-08-15 + + handles two null values as equal, since they can be handled as not equal by == comparison. + +Nyall Dawson 2019-08-15 + + Fix replacement of fill/stroke opacity in parameterized svgs with opacity in style attributes + +Merge: 27124a5d27 f9b4d86898 +Matthias Kuhn 2019-08-15 + + Merge pull request #31072 from DelazJ/vectorlayertooltip + + Add tooltips to vector layer properties tabs + +Mathieu Pellerin 2019-08-14 + + [layout] Skip empty multiframe items when writing xml + +Mathieu Pellerin 2019-08-14 + + [layout] Fix crash an attribute table item tries to access a destroyed map + +Matthias Kuhn 2019-08-14 + + Add ingroup + +Matthias Kuhn 2019-08-12 + + Dox + +Matthias Kuhn 2019-08-12 + + struct class + +Mathieu Pellerin 2019-08-14 + + [expression] Update the format_date function help hyperlink to point to qt5 doc + +Mathieu Pellerin 2019-08-14 + + [virtuallayer] Properly register expression function containing optional parameters + +Mathieu Pellerin 2019-08-13 + + [FEATURE][expression] Optional format parameter for to_date, to_datetime, to_time functions + +Mathieu Pellerin 2019-08-14 + + [ui] Fix function help hyperlinks not working + +lbartoletti 2019-08-06 + + obviously + +lbartoletti 2019-08-06 + + prevent potential misuse and remove duplicate nodes for some topological cases + +lbartoletti 2019-07-31 + + avoid potential crash + +lbartoletti 2019-07-31 + + topological editing: fix topological editing for trim/extend map tool + +lbartoletti 2019-08-07 + + topological editing: fix copy/move feature + +lbartoletti 2019-08-14 + + Topological editing: fix vertex tool (Z support) (#31163) + +Nyall Dawson 2019-08-13 + + Warnings + +Nyall Dawson 2019-08-13 + + More dox fixes + +Nyall Dawson 2019-08-13 + + More attempt to fix doxygen warning + +Nyall Dawson 2019-08-13 + + Fix warning + +Nyall Dawson 2019-08-13 + + Always clear map layer ID after exporting a multi-layer item + +Nyall Dawson 2019-08-13 + + Dox fixes + +Nyall Dawson 2019-08-13 + + Reenable test + +Nyall Dawson 2019-08-13 + + Dox++ + +Nyall Dawson 2019-08-13 + + [layouts] Add flags to control whether labels are split to multiple + layers in multi-layer exports + +Nyall Dawson 2019-08-13 + + Add API to allow labels in QgsMapRendererStagedRenderJob to be + rendered by individual map layer + + This allows seperation of labels belonging to different layers, + but may affect label stacking order as the order will become + layer-dependant, instead of per-label-dependant. + +Nyall Dawson 2019-08-13 + + Make QgsLabelingEngine an abstract base class, and make QgsDefaultLabelingEngine + as the default concrete class implementation of this + + Allows other labeling engine subclasses which can do things like + render labels belonging to each individual layer to different + QPainter devices. + +Nyall Dawson 2019-08-13 + + Add direct storage of map layer ID to render jobs, to use as an identifer only + +Nyall Dawson 2019-08-12 + + Fix use of deprecated methods + +Nyall Dawson 2019-08-12 + + SVG multilayered export no longer messes up label placement (yay!) + +Nyall Dawson 2019-08-12 + + Fix generation of layer names for exported multi-layer map exports + +Nyall Dawson 2019-08-12 + + [layouts] Rework API for item export to multi-layered exports + + Reworks the QgsLayoutItem API for handling multi-layered exports + to work as an iterator. The advantage with this is that it avoids + items needing to calculate in advance how many layers they require + in the output file. + +Nyall Dawson 2019-08-12 + + Split part iteration for staged render job to a manual API call + +Nyall Dawson 2019-08-12 + + Correctly respect label blocking items during layered layout exports + +Nyall Dawson 2019-08-12 + + Add isFinished method to staged render job + +Nyall Dawson 2019-08-12 + + Render labels in staged renderer job + +Nyall Dawson 2019-08-12 + + Add QgsMapRendererStagedRenderJob + + This map renderer job subclass is designed for step-by-step rendering + of a map to different QPainters. + + It exposes an API which lets callers iterate over parts of a map + (e.g. individual map layers, labels), specifying a destination + QPainter for each step in the iteration. + + This is designed to improve the existing print layout export to + layered output map rendering, where currently the maps are rendered + by multiple renderer jobs, each only rendering one layer at a time. + This current approach of rendering individual layers are separate + jobs is fundamentally broken (and cannot be fixed), because it + prevents any handling of interactions between map layers (e.g. shifting + colliding labels). + +Nyall Dawson 2019-08-12 + + Move more QgsMapRendererJob code to correct .cpp file + +Nyall Dawson 2019-08-12 + + Start splitting out parts of QgsMapRendererCustomPainterJob to an intermediate base class + +Nyall Dawson 2019-08-12 + + Fix some warnings + +Nyall Dawson 2019-08-12 + + Move QgsMapRendererJob::needTemporaryImage to correct .cpp file + +Nyall Dawson 2019-08-13 + + Convert doxygen \throws to Sphinx :raises: syntax in sipify + +Merge: 6d1c87cfae bb775ddc60 +Denis Rouzaud 2019-08-13 + + Merge pull request #31178 from 3nids/relation_composite_gui + + [FEATURE] allow to define multiple field pairs for relations (composite keys) + +Merge: a46803844a 8a0a67e017 +Alessandro Pasotti 2019-08-13 + + Merge pull request #31191 from elpaso/bugfix-gh31177-server-gfi-cascading + + Fix server WMS cascading getfeatureinfo + +Nyall Dawson 2019-08-13 + + [layouts] Add an indicator in the status bar while a map redraw is + occurring in the background + + Otherwise there's no way to tell if a redraw is humming away in + the background, or is completed... + +Denis Rouzaud 2019-08-13 + + simpler code to create strings + +Nyall Dawson 2019-08-13 + + Fix crash in categorized renderer widget (master only) + +Mathieu Pellerin 2019-08-12 + + Add test case for georeferencing of layouts exported to PDF + +Mathieu Pellerin 2019-08-12 + + [needs-docs][layout] Limit georeferencing of exported PDFs when reference map is on the first page + +Mathieu Pellerin 2019-08-12 + + Be more descriptive as to what 'RDF metadata' is + +Mathieu Pellerin 2019-08-12 + + [needs-docs][layout] Give user explicit option to georeference (or not) PDF exports + +Nyall Dawson 2019-08-12 + + Fix unnecessary layer reloads triggering after project load, which + also causes a leak + +Alexander Bruy 2019-08-12 + + add Ukrainian translation to tx config and update translators list + +Nyall Dawson 2019-08-12 + + Cleanup default item displayName formatting in export layers + +Nyall Dawson 2019-08-12 + + Use reference instead of pointer + +Nyall Dawson 2019-08-12 + + Remove unused layer + +Nyall Dawson 2019-08-11 + + Another tweak to export names: indicate source map item in map item sublayer names + +Nyall Dawson 2019-08-10 + + Better display names for page items + + These can't have ids set, so default to a nicer looking name + +Nyall Dawson 2019-08-10 + + Much improved, more descriptive names for exported layers + + E.g. use lists of item types to describe multi-item layers + +Nyall Dawson 2019-08-10 + + Add API to set/retrieve plural variants of layout item type names (e.g. Labels instead of Label) + +Nyall Dawson 2019-08-10 + + [layouts] Don't export empty layers in layered exports + +Nyall Dawson 2019-08-10 + + When multiple items of same type are on a layer, use type name as layer name + +Nyall Dawson 2019-08-10 + + When an item is isolated on its own layer, use the item's id as the layer name + +Nyall Dawson 2019-08-10 + + [layouts] Improve logic of splitting layouts into separate layers when + exporting to a multi-layer format + + Now, items are either + - placed onto the same layer as other items (simple items like labels, lines, pictures) + - placed onto the same layer as only other items of equal types (semi-complex items like scalebars or pages) + - placed onto their own unique layers (complex items like legends, maps) + + Plus lots of tests covering this, where previously there was few + +Nyall Dawson 2019-08-09 + + Also allow retrieving map layer ID associated with a layout export layer + +Nyall Dawson 2019-08-09 + + API Improvements to handling layered layout exports, add tests + + Fixes #20253 + +Nyall Dawson 2019-08-09 + + Add method to determine whether a layout map has any grids or overviews enabled + +Nyall Dawson 2019-08-09 + + Refactor out logic for exporting layouts into separate layers + +Nyall Dawson 2019-08-08 + + Provide rendered feature handlers access to render context + +Nyall Dawson 2019-08-08 + + Add API to register rendered feature handlers for a layout map + +Merge: 2e4a5677b5 524454cc8c +Matthias Kuhn 2019-08-12 + + Merge pull request #31156 from qgis/shorten_pull_request_template + + Shorten pull request template + +Matthias Kuhn 2019-08-12 + + Apply suggestions from code review + + Co-Authored-By: Nyall Dawson + +Matthias Kuhn 2019-08-12 + + GUI improvements for allowed gaps configuration + +Matthias Kuhn 2019-08-12 + + Remove unrequired prepares + +Matthias Kuhn 2019-08-12 + + Check that QgsGeometryCheckContext::project is only used from main thread + +Mathieu Pellerin 2019-08-10 + + [FEATURE] Add option to georeference PDFs and TIFs to save map canvas as image/PDF + +Nyall Dawson 2019-08-12 + + Fix leak in labeling due to expression context scope not being cleaned + correctly (master only) + +Nyall Dawson 2019-08-12 + + Fix leak when calling GEOS is valid + +Nyall Dawson 2019-08-12 + + Fix misleading dox, memory leaks in renderer widgets + +Nyall Dawson 2019-08-12 + + [layouts] Fix lockup in HTML item when using setFeature function which + raises a Javascript error + +Nyall Dawson 2019-08-12 + + Fix valgrind use after free warning when converting CRS to WKT + +Nyall Dawson 2019-08-12 + + Fix valgrind jump on unintialized value warning + +Isghj5 2019-08-04 + + ProcessingConfig: added multithread max thread setting, TilesXYZ: max thread now inherrrits from ProcessingConfig + +Isghj5 2019-08-02 + + TilesXYZ: removed try/except/print from atypical exception, regular raise chosen instead + +Isghj5 2019-08-02 + + TilesXYZ: converted feedback notifications to translate + +Isghj5 2019-08-01 + + TilesXYZ.py: core limit defined in general settings is applied to multicore render + +Isghj5 2019-07-31 + + prepare-commit changes + +Isghj5 2019-07-30 + + Processing(TilesXYZ): Added Multithreading with ThreadPoolExecutor, multicore optimization + +Peter Petrik 2019-08-08 + + Do not create sAuthIdToQgisSrsIdMap for proj5 builds + +Nyall Dawson 2019-08-09 + + Ensure color picker opens inline for singleband psuedocolor renderer widget + +lbartoletti 2019-08-09 + + use FLEX/BISON FILES_PREFIX + +lbartoletti 2019-08-09 + + Fix bison warning: deprecated directive + +David Signer 2019-08-11 + + beautifications + +David Signer 2019-08-11 + + test for recursion in default values + +Alessandro Pasotti 2019-08-10 + + Fix CRS transform + +Jürgen E. Fischer 2019-08-10 + + debian packaging: + - add dependency for qgis-server on python3-qgis + - set test timeouts to 60s + + osgeo4w: + - set test timeouts to 60s + +Alessandro Pasotti 2019-08-10 + + Code layout and const iterator + +Alessandro Pasotti 2019-08-10 + + Remove obsolete comment + +Alessandro Pasotti 2019-08-10 + + Tests for bugfix GH31177 + +Alessandro Pasotti 2019-08-10 + + Fix server getfeatureinfo with cascading WMS + + Fixes #31177 + +Matthias Kuhn 2019-08-10 + + Shorten backport requests + +Jürgen E. Fischer 2019-08-09 + + osgeo4w: switch nightly to GDAL3 and PROJ6 nightlies + +Merge: 0b757f84d1 6eeb031134 +Blottiere Paul 2019-08-09 + + Merge pull request #30277 from marisn/TileSet_Title + + WMS provider: Extract TileSet layer title and abstract from matching … + +Denis Rouzaud 2019-08-09 + + display all field pairs in relation manager dialog + +Denis Rouzaud 2019-08-09 + + fix build + spelling + +Māris Nartišs 2019-06-19 + + WMS provider: Extract WMS-C TileSet layer title and abstract from matching WMS Layer data (fixes #30262) + +Jürgen E. Fischer 2019-08-09 + + debian packaging: drop cosmic + +Denis Rouzaud 2019-08-07 + + allow to manually add relations with composite keys + +Nyall Dawson 2019-08-09 + + Ensure layer scope and fields are available during callout data defined expression preparation + +Nyall Dawson 2019-08-08 + + Avoid unnecessary detachment of QgsProperty when evaluating expression + based properties + + Sponsored by QGIS grant, identified by Hotspot + +Nyall Dawson 2019-08-08 + + If an expression based property can't be prepared, don't continually + retry preparing it for every feature rendered + + This can cause a huge slowdown on projects where a layer has a + data defined property with an invalid expression (e.g. due to + a field which has been renamed or dropped). + + Sponsored by QGIS grant, identified by Hotspot + +Nyall Dawson 2019-07-29 + + [needs-docs][labeling] Drop setting to control label solution method + from project labeling settings + + This is an unnecessary setting, resulting in 1000's of extra, very complex + and untested lines of code. Furthermore, the differences are almost non-existant + and it's extremely unlikely end users would (or should) need to change this + setting. + +Matthias Kuhn 2019-07-04 + + Cleanup + +lbartoletti 2019-08-08 + + Fix BSD/Clang build + +Nyall Dawson 2019-08-08 + + Avoid loss of styling information when correcting raster layer paths + via API + +Nyall Dawson 2019-08-08 + + Allow setting the raster renderer for invalid raster layers + + Avoids loss of style information when layer paths are broken + +Nyall Dawson 2019-08-08 + + Make raster renderer widget tolerant to invalid raster layers + +Jürgen E. Fischer 2019-08-08 + + fix mac build + +David Signer 2019-08-08 + + updating default values + +David Signer 2019-08-06 + + Update widget content when field contains default value that referencing to the currently changed widgets field. + + On init the dependencies are stored into mDefaultValueDependencies. On attribute change the default values are written into the other widgets according to the dependency map. + + To avoid recursions the widgets fields index is stored into mAlreadyUpdatedFields. + +Mathieu Pellerin 2019-08-06 + + [text renderer] Add rotation-based orientation mode + +Jürgen E. Fischer 2019-08-08 + + debian packaging: fix dash submission of failed builds + + (cherry picked from commit 3b4f358eec36e25788fc747934ab547ba7a51d2f) + +Matthias Kuhn 2019-08-08 + + dox++ + +Matthias Kuhn 2019-08-07 + + Add fix allowed gaps test + +Matthias Kuhn 2019-08-07 + + Allowed gaps test + +Matthias Kuhn 2019-08-07 + + Connect allowed gaps layer saving to master layer + +Matthias Kuhn 2019-08-07 + + Safety check + +Matthias Kuhn 2019-08-07 + + Dox + +Matthias Kuhn 2019-08-07 + + RAII + +Matthias Kuhn 2019-08-07 + + Thread safety in duplicates check + +Matthias Kuhn 2019-08-07 + + Show complete gap even if partially ignored + +Matthias Kuhn 2019-08-02 + + fix warnings + +Matthias Kuhn 2019-07-31 + + Fix gaps by allowing exceptions + +Matthias Kuhn 2019-07-30 + + Call prepare method on geometry checks + +Matthias Kuhn 2019-07-29 + + Code style + +Matthias Kuhn 2019-07-29 + + Add configuration interface for allowed gaps + +Matthias Kuhn 2019-08-08 + + Shorten pull request template + +Merge: 96eeca3168 ce513bfc3c +Matthias Kuhn 2019-08-08 + + Merge pull request #31144 from m-kuhn/thread_safety_duplicates_check + + Thread safety in duplicates check + +Matthias Kuhn 2019-08-07 + + Fix log message title on label geometry generators + + Fix #30379 + +Nyall Dawson 2019-08-08 + + Take the nuclear option + +Nyall Dawson 2019-08-08 + + Attempt to fix doxygen warning + +Harrissou Sant-anna 2019-08-08 + + [needs-docs] Rename "Source Fields" into "Fields" in vector layer properties dialog + +Harrissou Sant-anna 2019-08-04 + + Add tooltips to vector layer properties tabs + +Nyall Dawson 2019-08-08 + + [processing] Always clear list of previously encountered errors on + each new algorithm execution + + Avoids the situation where errors reported during an algorithm + which was overall successully executed are append to the errors + for later execution steps + +Jürgen E. Fischer 2019-08-07 + + update packaging after 92ac7a2e93a2 + +Matthias Kuhn 2019-08-07 + + RAII + +Matthias Kuhn 2019-08-07 + + Thread safety in duplicates check + + Fix #30798 + +Jürgen E. Fischer 2019-08-07 + + fix windows build (includes update to inja.hpp 57ac9b93725cb) + +Denis Rouzaud 2019-08-07 + + fix deprecation warning (#31141) + +Denis Rouzaud 2019-08-06 + + show all pairs in relation discovery dialog + +Denis Rouzaud 2019-08-06 + + rename QgsDiscoverRelationsDlg to QgsDiscoverRelationsDialog + +Denis Rouzaud 2019-08-07 + + add test for relation aggreation with composite keys (#31117) + +Nyall Dawson 2019-08-07 + + Try to hide member from sip + +Nyall Dawson 2019-08-05 + + Correctly register displaced points + +Nyall Dawson 2019-08-05 + + Add API to allow rendered feature handlers to indicate which attributes + they require + + And ensure these are fetched in the iterator used for rendering features + +Nyall Dawson 2019-08-05 + + Call rendered features handlers when rendering maps + +Nyall Dawson 2019-08-05 + + Initial work on rendered feature handler interface + + Adds an interface for classes which provider custom + handlers for features rendered as part of a map render job. + + QgsRenderedFeatureHandlerInterface objects are registered + in the QgsMapSettings objects used to construct map render + jobs. During the rendering operation, the handleRenderedFeature() + method will be called once for every rendered feature, allowing + the handler to perform some custom task based on the provided + information. + + They can be used for custom tasks which operate on a set of + rendered features, such as creating spatial indexes of the + location and rendered symbology bounding box of all features + rendered on a map. + +Julien Cabieces 2019-07-22 + + Use context.project() instead of QgsProject.instance() and + QgsProcessingUtils generateTempFileName method + +Julien Cabieces 2019-07-04 + + Get supported extension to avoid unavailable driver + +Julien Cabieces 2019-06-27 + + fixes #24041 : Write intermediate memory layer to disk in Execute SQL + algorithm so they can be referenced by the virtual layer provider + +Merge: 65e86eb0de 31f0b1fb94 +Matthias Kuhn 2019-08-07 + + Merge pull request #31135 from m-kuhn/fix-measuretool-area + + Measure Tool: Recalculate area when measure polygon drawing finishes + +Jürgen E. Fischer 2019-08-07 + + translation string fix + +Matthias Kuhn 2019-08-07 + + Measure Tool: Recalculate area when measure polygon drawing finishes + + Fix #31134 + +Merge: 0419f182d8 0f3b02c988 +Matthias Kuhn 2019-08-07 + + Merge pull request #31053 from DelazJ/patch-15 + + Add checkbox to allow non core devs to indicate backport desire + +Nyall Dawson 2019-08-07 + + Use a more appropriate, global snap to grid algorithm when simplifying + geometries for layout exports + + This avoids all chance of slivers or overlaps between previously + adjacent features. + +Nyall Dawson 2019-08-07 + + [FEATURE][layouts] Add option to simplify PDF or SVG exports + + This new setting, "Simplify geometries to reduce output file size", + is exposed in the SVG or PDF export settings dialogs shown when + exporting a layout/atlas/report to PDF or SVG. + + If checked (the new default), geometries will be simplified while exporting + layouts in order to remove any redundant vertices which are not + discernably different at the export DPI. (e.g. if export DPI is 300 dpi, + vertices less then 1/600 inch different from each other will be removed). + + This avoids exporting ALL geometry vertices during PDF/SVG export, + which can result in a ridiculously complex and large export file size. + Aside from the file size issues, it also causes problems when trying + to load these outputs into other applications, e.g. Inkscape, which + chokes on the huge number of vertices and grinds to a crawl. + + Sponsored by the GeoPDF export group + +Nyall Dawson 2019-08-07 + + [layouts] Respect layout context simplification settings in layout map renders + +Nyall Dawson 2019-08-07 + + [layouts] Add vector simplification method to QgsLayoutRendereContext + + Allows specification of simplify method to use when rendering layouts + +Nyall Dawson 2019-08-07 + + Add method to specify global vector simplification overrides on a + QgsMapSettings object + + If specified (they default to off), these simplification settings + will override any layer-specific simplification settings, and + provide a way for specifying a global simplication to apply + to vector layers while exporting maps. + +Nyall Dawson 2019-08-07 + + Use real news feed url + +Nyall Dawson 2019-08-07 + + Consistent dox + +Nyall Dawson 2019-08-07 + + Fix changing source effect properties doesn't "stick" + + Fixes #31118 + +Nyall Dawson 2019-08-07 + + [processing] Fix raster layers are not shown as an option for map layer + parameters in batch mode + + Fixes #30739 + +Nyall Dawson 2019-08-07 + + Don't try to translate ellipsis character + + Fixes #31115 + +Jürgen E. Fischer 2019-08-07 + + dwg import: allow opening existing geopackage without confirmation + +Nyall Dawson 2019-08-06 + + Another test + +Nyall Dawson 2019-08-06 + + Ensure raster style is not lost when dealing with invalid layer sources + +Harrissou Sant-anna 2019-08-02 + + Add checkbox to allow non core devs to indicate backport desire + + and remove some superfluous checkbox in template + +lbartoletti 2019-08-06 + + Rewriting documentation + +lbartoletti 2019-07-31 + + use Enum for Result of addTopologicalPoints + +lbartoletti 2019-07-31 + + remove debug message from test + +lbartoletti 2019-06-18 + + topologicalEditing: Fix Z for add feature + +lbartoletti 2019-08-06 + + use Q_ASSERT + +lbartoletti 2019-08-01 + + topological editing: fix topological editing for reshape map tool + +Nyall Dawson 2019-08-06 + + [processing][needs-docs] Add missing input and output types to decorator syntax + +Nyall Dawson 2019-08-06 + + Dox++ + +Nyall Dawson 2019-08-06 + + Improve QgsRasterLayer dox + +Alessandro Pasotti 2019-08-06 + + [server] Server api and WFS3 (#10016) + + Implementation of OGC API and WFS3 core draft specification + +Daniele Viganò 2019-08-06 + + [RPM] Update the lib64 PyQtMacros.cmake patch + +Jürgen E. Fischer 2019-08-06 + + fix crash with invalid layers (fixes #31110) + +Denis Rouzaud 2019-08-06 + + add test for detecting composite key relations (#31092) + +Denis Rouzaud 2019-08-06 + + add __repr__ for QgsMapLayer (#31108) + +Nyall Dawson 2019-08-06 + + Fix incorrect /Factory/ annotation + +Mathieu Pellerin 2019-08-05 + + [FEATURE][text renderer] Support vertical text orientation + +Stephen Knox 2019-08-06 + + Fixes #28966 - disallow save project in postgres when < 9.5 (#30977) + +Nyall Dawson 2019-08-04 + + Apply same logic regarding joined fields as is used in field calculator + to QgsFieldProxyModel set to hiding read only fields + + I.e. show editable joined fields, but only if they are set to a non-hidden + editor widget + +Juernjakob Dugge 2019-08-05 + + Added test + +Jürnjakob Dugge 2019-06-13 + + Remove unnecessary variables + +Jürnjakob Dugge 2019-06-10 + + Removed unnecessary import + +Juernjakob Dugge 2019-06-10 + + Respect choice of relative or absolute paths for virtual layers when saving project. + Fixes #29481 + +Merge: 648cb8c540 ad011ac0a2 +Nyall Dawson 2019-08-06 + + Merge pull request #30462 from DelazJ/patch-11 + + Add precision to travel cost parameter in service area algorithms + +Merge: 086fc20152 c25aeab214 +Alessandro Pasotti 2019-08-05 + + Merge pull request #31096 from elpaso/bugfix-gh-31095-bbox-precision + + Fix JSON exported bbox and precision + +Alessandro Pasotti 2019-08-05 + + Fix JSON exported bbox and precision + + Fixes #31095 + +Denis Rouzaud 2019-08-05 + + remove expected failure (#31091) + +Merge: f98b364da6 dd2952ffad +Matthias Kuhn 2019-08-05 + + Merge pull request #31085 from signedav/qml-widget-window + + Fix layout of QML widget config + +Merge: 549abbfb86 3335419658 +Alessandro Pasotti 2019-08-05 + + Merge pull request #31076 from elpaso/pg_raster_authcfg + + Accept authcfg with or without quotes + +Merge: 23164df129 e7af670ff9 +Matthias Kuhn 2019-08-05 + + Merge pull request #31047 from m-kuhn/support_loading_curved_pg_types + + [db_manager] support loading mixed curved and straight type tables + +David Signer 2019-08-05 + + fix layout of qml widget + +Nyall Dawson 2019-08-04 + + Correctly emit attributeValueChanged when changing an editable joined field + + Fixes edits to a joined field value aren't immediately shown in attribute tables, + and instead appear as though they were discarded (until the attribute table is + reloaded) + +Merge: 85a048a01c 94b037cafb +Matthias Kuhn 2019-08-05 + + Merge pull request #31049 from m-kuhn/qgis_desktop + + Add a new qgis_desktop build target + +Alessandro Pasotti 2019-08-04 + + Accept authcfg with or without quotes + + Fix #31045 + +Jürgen E. Fischer 2019-08-04 + + update_ts.sh: macos' find doesn't have -printf + +Matthias Kuhn 2019-08-04 + + Add plugins and plugin installer to qgis_desktop + +Jürgen E. Fischer 2019-08-04 + + update INSTALL.html + +Māris Nartišs 2019-08-03 + + Build: Bump minimum Proj version to 4.9.3 (Fixes #30675) + +Nyall Dawson 2019-08-03 + + Show auxiliary fields in field calculator dialog + + BUT only if they have a non-hidden editor widget. + + Rationale: it's very handy to be able to bulk-update these in certain + circumstances (e.g. select a bunch of features, set their label alignment + to "right"). But on the other hand, using the label tools creates a LOT + of auxiliary fields which clutter this dialog (which is why they were + hidden in the first place). + + SO instead, default to hiding them all, but if a user HAS specifically + changed the field to show it, then allow them to edit it through + field calculator.... + +Nyall Dawson 2019-08-03 + + Fix multi edits are discarded when edited field is an editable join + +Harrissou Sant-anna 2019-08-03 + + Fix widgets name + +Jürgen E. Fischer 2019-08-03 + + postgres provider: don't quote queries when retrieving the layer type (followup 25da979f40656) + +Nyall Dawson 2019-08-03 + + Show icons in field calculator existing field combo box + +Nyall Dawson 2019-08-03 + + Show field type icons in new auxiliary field dialog, simplify code + +Matthias Kuhn 2019-08-03 + + Promote curve 25D types to their Z equivalents + +Merge: 65e0836d39 770f7e8d44 +Matthias Kuhn 2019-08-03 + + Merge pull request #30952 from m-kuhn/allow_override_ellipsoid + + Allow changing the default ellipsoid to planimetric + +Merge: 2963ca7e90 a0c94dda54 +Matthias Kuhn 2019-08-02 + + Merge pull request #31055 from DelazJ/mapItemGuiCRS + + Fix misalignment of CRS label in Map Item properties + +Merge: f5fe4cb010 0a27b7b131 +Matthias Kuhn 2019-08-02 + + Merge pull request #31054 from dimitrisal/patch-2 + + Fix r.grow.distance + +Harrissou Sant-anna 2019-08-02 + + Fix misalignment in Map Item properties + +Dimitris Salmas 2019-08-02 + + bug fix + + Bug fix for ERROR: Output distance in meters for lat/lon is only possible with 'metric=geodesic' + +sklencar 2019-08-02 + + [QgsQuick] Custom filepaths for external resource widget (#30929) + + * Enabled using default path for external resources. + Value (filepath) can be relative to either project path or default root according field setup/config + + * [QgsQuick] Added signal of event when a captured photo is confirmed. That enables custom handling of the action by externalResourceHandler. + Renamed Ok Button of PhotoPanel. + + * [QgsQuick] Cleaning source of preview image after closing it + It was causing unpleasant effect when last taken photo has been shown for a short while before previewing another. + + * [QgsQuick] + Evaluate and use defaultRootPath in a config of the external resource widget. + Added a function to evaluate expressions for QgsQuick + + * [QgsQuick] Use Loader to load photo panel only when its going to be used. + Also prevents for asking camera permissions on form open, when photo panel was initialized as well. + + * [QgsQuick] Better wrapping of a long filenames text in the external source widget if an image is not available. + + * [QgsQuick] Use canonical path in function + Symlinks are used a lot on Android, therefore its better to use canonical paths. + + * [QgsQuick] formatted code. + + * [QgsQuick] External source widget - changes requested in review + Fixed test and added one test case for getting relative path. + + * [QgsQuick] External widget update + Added function that returns absolute path of image according widget's config - takes into account relative/absolute setting for value and default path. + Added docs about how a path can be configured and used. + + * [QgsQuick] External widget update + * removed lefover property + * corrected getAbsolutePath function + + * [QgsQuick] Corrected function and fixed test + Do not use canonical path for non-existing file while getting relative path. + +Matthias Kuhn 2019-07-30 + + Do not specify srid in dbmanager. It goes crazy + + If srid is specified in an uri, it disables type detection. + + Fix #30787 + +Matthias Kuhn 2019-08-02 + + More dox + +Matthias Kuhn 2019-08-02 + + Add a new qgis_desktop build target + + this is meant for development, to quickly get a test build + including python bindings and the most important core providers + +Matthias Kuhn 2019-08-02 + + [postgres] Allow detecting mixed curved and straight geometries + +Matthias Kuhn 2019-08-02 + + Add QgsWkbTypes::curveType method + +Matthias Kuhn 2019-08-02 + + Add planimetric measurement default to settings template + +Matthias Kuhn 2019-08-02 + + Move measurement/planimetric settings to QgsSettings::Core + +Nyall Dawson 2019-08-01 + + Fix data defined legend size when using seperated symbols + + Fixes #26929 + +Merge: 4f7975d2dc 25da979f40 +Alessandro Pasotti 2019-08-01 + + Merge pull request #31039 from elpaso/pg_raster_support + + Expose PostGIS rasters to the browser and the source select dialog + +Julien Cabieces 2019-08-01 + + Fix WMS GetMap 8bit mode with transparency (#31014) + + * Fix WMS GetMap 8bit mode with transparency + + * Correct indentation + + * Remove french text in qgs test project + + * Correct render checker for 8bit image + + * Remove empty line + +Alessandro Pasotti 2019-08-01 + + Expose PostGIS rasters to the browser and the source select dialog + + PostGIS rasters are actually opened with GDAL + +Nyall Dawson 2019-08-01 + + Fix potential crash in marker symbol layer + + (the expression context scope wasn't being deleted in all return + paths, resulting in crashes when rendering was complete and + everything was being cleaned up) + + And some other code safer against this same risk + +Nyall Dawson 2019-08-01 + + Use real symbol buttons in categorized and graduated renderer widgets, + instead of fake ones + + Gives these buttons the full power of the usual QgsSymbolButton, + including copy/paste symbols, color/opacity changes, etc. Plus, + some nice additional interface consistency! + +Nyall Dawson 2019-08-01 + + Ensure project is dirtied when editing symbols/color via layer tree + + Also ensure layer style dock is always in sync with changes made + via layer tree + +Harrissou Sant-anna 2019-07-31 + + Add minimal description to Processing algorithms + + enabling the right-hand help panel + +Alban Kraus 2019-07-30 + + PostgreSQL foreign tables: handle them like views (fixes #30990) [needs-docs] + + PostgreSQL foreign tables are not explicitely supported by the PosgreSQL provider. + This commit removes the error message, and handle foreign tables like views. + + A foreign table cannot (in PostgreSQL <10) state what column + is the primary key, so we let the user tell QGIS. + +Nyall Dawson 2019-08-01 + + Standardise wording and capitalization + +Harrissou Sant-anna 2019-08-01 + + Apply suggestions from code review + + Typo fix + + Co-Authored-By: Nyall Dawson + +Harrissou Sant-anna 2019-07-31 + + Revert bar plot removal + +Nyall Dawson 2019-07-31 + + Deprecate existing QgsCustomDropHandler::handleMimeData method, + and add handleMimeDataV2 method which returns a bool + + This allows custom drop handlers to indicate that they've fully + handled dropped mime data, and that no further processing should + be done on the mime data + +Harrissou Sant-anna 2019-07-31 + + Add help panel to service area algorithms dialog + + with information of travel cost units + +Nyall Dawson 2019-07-31 + + Open color picker inline when selecting "change symbol color" from right click menu + in categorized, graduated or rule based renderer widgets + +Nyall Dawson 2019-07-31 + + [FEATURE] Add copy/paste symbol action to right click menu in categorized/graduated/rule based renderers + + Allows symbols to be easily copied and pasted between these nodes + +Nyall Dawson 2019-07-31 + + [FEATURE] Add "copy symbol" and "paste symbol" actions to layer right click, style menu + + Allows for individual symbols to be copied and pasted between layers or rule/categorized/graduated + nodes + +Jürgen E. Fischer 2019-07-31 + + translation string fixes + +Nyall Dawson 2019-07-31 + + Sipify + +Sandro Mani 2019-05-01 + + Add missing header to QGIS_CORE_HDRS + +Sandro Mani 2019-04-29 + + Generally chop /bin for pkgDataDir on Windows + +Sandro Mani 2019-04-29 + + Fix case of dbghelp library + +Sandro Mani 2019-04-29 + + Allow specifying native crssync when cross compiling + +Sandro Mani 2019-04-29 + + Only use pyuic-wrapper.bat when compiling on windows hosts + +Sandro Mani 2019-04-29 + + Fix invalid use of EXISTS used to check whether a variable is set + +Sandro Mani 2019-04-29 + + Pass NO_CMAKE_FIND_ROOT_PATH when invoking FIND_FILE to find local files + + Otherwise, when cross-compiling, the prefix of the cross environment (i.e. /usr/x86_64-w64-mingw32/) is prepended to the path, leading to the files not being found + +Harrissou Sant-anna 2019-07-30 + + Apply suggestions from code review + + Co-Authored-By: Nyall Dawson + +Harrissou Sant-anna 2019-07-27 + + [Feature] Enable widget filtering in Interface Customization dialog + + Adds a search text box to allow filtering through the widgets when + customizing the interface + +vsklencar 2019-07-30 + + [QgsQuick] Range widget update + Different background color when a widget is enabled/disabled + +vsklencar 2019-07-30 + + [QgsQuick] Small visual fixes of a range widget + +vsklencar 2019-07-26 + + [QgsQuick] Added SpinBox beside Slider for a range field. + Formatted + +vsklencar 2019-07-26 + + [QgsQuick] Added SpinBox beside Slider for a range field. + +vsklencar 2019-07-18 + + [QgsQuick] Added Range widget + Suppose to be used in Feature form as a editor widget for a number field of type 'range'. + +Nyall Dawson 2019-07-30 + + Swap a QDoubleSpinBox for QgsDoubleSpinBox + +Nyall Dawson 2019-07-30 + + Code style + +Nyall Dawson 2019-07-30 + + Use a double spin box for Add Circle by 2 Tangents and Point tool + + Otherwise non-integer radiuses cannot be used + +Nyall Dawson 2019-07-30 + + Revise map tip cursor offset calculations to better handle hidpi screens + + Fixes #28337 + +Alexandre Neto 2019-07-23 + + Better Support to hidpi + +Alexandre Neto 2019-07-22 + + Moves MapTip away from the mouse cursor + +Nyall Dawson 2019-07-30 + + Dox++, unit tests + +Sandro Mani 2019-05-07 + + Add QgsLayerTreeView::setLayerVisible + +Nyall Dawson 2019-07-30 + + Add unit tests for QgsUnitTypes::areaToDistanceUnit + +Nyall Dawson 2019-07-30 + + Add since + +Sandro Mani 2019-07-17 + + Add QgsUnitTypes::areaToDistanceUnit + +Nyall Dawson 2019-07-30 + + Optimisations for shapeburst fill rendering + +Nyall Dawson 2019-07-30 + + Use QgsImageOperation optimized implementation of stackblur in shapeburst fill + +Nyall Dawson 2019-07-30 + + Move stackblur operation to header so it can be inlined + +Nyall Dawson 2019-07-30 + + Const + +Nyall Dawson 2019-07-30 + + Much faster copying of expression contexts with a project scope present + +Nyall Dawson 2019-07-30 + + Allow custom drop handlers to indicate that they will accept a mime type + in advance + + Allows non-standard mime types to be dropped onto the QGIS window, + which will be handled by custom drop handlers + +Nyall Dawson 2019-07-30 + + Simplify method + +Sandro Mani 2019-04-04 + + Inizialize QgsGpsInformation with sane values, add QgsGpsInformation::isValid and QgsGpsInformation::fixStatus + +Nyall Dawson 2019-07-30 + + Fix unnecessary calculations performed when a layer is set not to be an obstacle for other labels + +Nyall Dawson 2019-07-30 + + [labeling] Avoid lots of unnecessary work involving disabled data defined properties + +lbartoletti 2019-07-30 + + add *BSD to osName + +Mathieu Pellerin 2019-07-30 + + Address review + +Mathieu Pellerin 2019-07-30 + + Add tests + +Mathieu Pellerin 2019-07-30 + + [FEATURE][callouts] Add anchor point position settings for polygon features + +Matthias Kuhn 2019-07-30 + + fix typo + +Matthias Kuhn 2019-07-30 + + When default ellipsoid is not planimetric use the CRS defined ellipsoid + +Matthias Kuhn 2019-07-30 + + Do not change ellipsoid on CRS change when it's planimetric + +Matthias Kuhn 2019-07-30 + + Only expose a single "default ellipsoid" option: planimetric or not + +lbartoletti 2019-07-30 + + Fixes empty WKT. Fixes #20753, Fixes #19190, Fixes #20754 (#9645) + + * Fixes empty WKT. Fixes #20753, Fixes #19190, Fixes #20754 + +Nyall Dawson 2019-07-30 + + Fix ui file build warning + +lbartoletti 2019-07-25 + + fix preview for circle with 3 tangents + +Nyall Dawson 2019-07-29 + + [needs-docs] Add option to show superseded (but not deprecated) + coordinate operations when selecting operations + + This is the closest equivalent for the existing "hide deprecated" + checkbox which is available in proj < 6 builds. + + Requires Proj >= 6.2 + +Mathieu Pellerin 2019-07-29 + + Fix rebase gone wrong and address review + +Mathieu Pellerin 2019-07-29 + + [FEATURE][layout] Add horizontal placement option for scale bar labels + +Mathieu Pellerin 2019-07-29 + + [FEATURE][layout] Add above/below segments placement option for scale bar labels + +Nyall Dawson 2019-07-29 + + [FEATURE][labelling] Expose "label all parts" option via label + properties tool + + Makes it easier to set this option per-feature + +Nyall Dawson 2019-07-29 + + Use QgsAlignmentComboBox in scalebar settings + +Nyall Dawson 2019-07-23 + + Don't calculate the symbol outputUnit and mapUnitScale only for + retrieval by unused, deprecated methods + + Whilst technically this is an API break, it's costly to calculate + these for symbols and the results are completely unused, except + for in some deprecated getters which are very unlikely to be + used by external plugins (and which shouldn't be used, in any case...) + +Nyall Dawson 2019-07-29 + + [labeling] Disable alignment combo boxes in label properties dialog + for non-pinned labels + + These have no effect, so enabling them is misleading + + Refs https://gis.stackexchange.com/questions/330312/changing-vertical-and-horizontal-position-for-specific-label-in-qgis + +Mathieu Pellerin 2019-07-29 + + [ui] Fix hidpi/resizing issue with auxiliary-related dialogs + +Nyall Dawson 2019-07-28 + + [FEATURE][callouts] Add setting to allow callouts to be drawn to all parts + of a multi-part feature + + Also data-definable! + +Nyall Dawson 2019-07-28 + + Record whether a callout corresponds to a feature which has all parts labeled in the callout context + + This is useful information for dictating how a callout should be rendered + +Nyall Dawson 2019-07-28 + + Always clear the label all parts flag when a label has fixed position + +D'Hont René-Luc 2019-07-27 + + [Test] PyQgsRulebasedRenderer: add more complex + +D'Hont René-Luc 2019-07-19 + + [Test] PyQgsRulebasedRenderer: add more complex usedAttributes test + +D'Hont René-Luc 2019-07-19 + + [Test] PyQgsCategorizedSymbolRenderer: add more complex usedAttributes test + +D'Hont René-Luc 2019-07-19 + + [Test] PyQgsPointDisplacementRenderer: add usedAttributes test + +D'Hont René-Luc 2019-07-19 + + [Test] PyQgsPointClusterRenderer: add usedAttributes test + +D'Hont René-Luc 2019-07-16 + + [Test] PyQgsRulebasedRenderer: add usedAttributes test + +D'Hont René-Luc 2019-07-16 + + [Test] PyQgsSingleSymbolRenderer: add usedAttributes test + +D'Hont René-Luc 2019-07-16 + + [Test] PyQgsSymbolLayer: add usedAttributes tests + +Nyall Dawson 2019-07-29 + + Sipify + +Nyall Dawson 2019-07-29 + + Fix ui file build warning + +Nyall Dawson 2019-07-27 + + [labeling][FEATURE] Allow data defined control over "label every + part of multipart features" setting + +Jürgen E. Fischer 2019-07-26 + + fix build + +Jürgen E. Fischer 2019-07-26 + + release.pl: use sha256 sum for tar ball + +Matthias Kuhn 2019-07-26 + + Allow manually specifying ellipsoid for new projects + +Nyall Dawson 2019-07-26 + + Dox++ + +Nyall Dawson 2019-07-25 + + Dox + +Nyall Dawson 2019-07-25 + + [FEATURE][labeling] Add "overrun distance" setting for line labels + + This setting allows users to specify the maximal allowable distance + a label may run past the end (or start) of line features. It works + for both curved and parallel label modes, and supports distances + in mm/map units/pixels/etc, and data-defined distances. + + Fixes #15846 + +Nyall Dawson 2019-07-25 + + [labeling] Add API to allow curved labels to overrun features + +Nyall Dawson 2019-07-25 + + Add method to extend a pal pointset line by a set start and end distance + +Nyall Dawson 2019-07-25 + + Add a clone method to pal pointsets + +Nyall Dawson 2019-07-25 + + Use std::vector instead of raw arrays in pal pointsets + +Nyall Dawson 2019-07-25 + + [labeling] Record number of repeats associated with a label position + + This allows the candidate generation code to consider whether a label + is a repeat when creating candidate placements + +Nyall Dawson 2019-07-26 + + Use a smaller font in projection widget def text box + +Nyall Dawson 2019-07-26 + + Show the WKT definition of projections in the projection selection dialog + + This is better than the proj definition, since it's non-lossy (well, + for proj 6 builds. Just go crawl into a corner and cry proj 4). + +Nyall Dawson 2019-07-26 + + Add API to specify WKT format when exporting QgsCoordinateReferenceSystem objects + + Like all good things, this is Proj 6 only. + +Merge: c08b757bc4 43688cabf0 +Matthias Kuhn 2019-07-26 + + Merge pull request #30930 from m-kuhn/attachment_widget_attribute_table_crash + + Hide browse button on attachment widget in attribute table + +Merge: 52373e2ec1 fa847d16ff +Matthias Kuhn 2019-07-26 + + Merge pull request #30927 from m-kuhn/source_select_reset + + Reset selection when data source select dialog is reopened + +Merge: 725fb286c6 648e4f1717 +Matthias Kuhn 2019-07-26 + + Merge pull request #30926 from m-kuhn/default_selection_mode_pg_oracle + + Default to QAbstractItemView::ExtendedSelection in pg and oracle source select + +Mathieu Pellerin 2019-07-26 + + [ui] Use updated label text icon in the style manager + +Nyall Dawson 2019-07-26 + + Copy correct srs db when running from build dir + +Matthias Kuhn 2019-07-26 + + Fix compiler warnings + +Mathieu Pellerin 2019-07-26 + + [ui] Update label properties icons to be compatible with dark themes + +Matthias Kuhn 2019-07-26 + + Use ExtendedSelection mode in MSSQL and DB2 source select + +Mathieu Pellerin 2019-07-26 + + [ui] Add dedicated label callout icons + +Nyall Dawson 2019-07-26 + + [proj6] Always normalize operations, even when we are using predefined + proj coordinate operation (e.g. those stored in a project) + + Fixes #30643 + +Nyall Dawson 2019-07-26 + + Add unit tests from #30643 + +Nyall Dawson 2019-07-26 + + Add unit tests from #30569 + +Nyall Dawson 2019-07-26 + + [processing] Use lists, not maps in overlap analysis algorithm + + Ensures consistent field ordering and that fields are always matched + to input layer order + +Nyall Dawson 2019-07-25 + + [needs-docs] Show current tags for symbol when right clicking a symbol + in style manager + +Nyall Dawson 2019-07-25 + + [FEATURE] Add "Paste" action to style manager dialog menu + + Allows pasting copied symbols directly into a style + +Nyall Dawson 2019-07-25 + + [FEATURE] Allow copying symbols from style manager + + Allows symbols to be copied from the style manager dialog, so that + they can be pasted elsewhere in QGIS (e.g. in symbol or color buttons) + +Merge: 49a96e00d0 8351ccf53d +Matthias Kuhn 2019-07-25 + + Merge pull request #30610 from signedav/fix_valuerelation + + Fix multi-selection on value relation widget using string fields + +Matthias Kuhn 2019-07-25 + + Remove option to change selection mode of postgres and oracle dialogs + +Matthias Kuhn 2019-07-25 + + Fix code style + +Jürgen E. Fischer 2019-07-24 + + [FEATURE] oracle provider: add support for auth manager + +Matthias Kuhn 2019-07-25 + + Hide browse button on attachment widget in attribute table + + References #26948 + +David Signer 2019-07-25 + + no confusing comments + +Matthias Kuhn 2019-07-25 + + Code style for providers + +Matthias Kuhn 2019-07-25 + + Reset selection when data source select dialog is reopened + + When the data source select dialog is closed and reopened it's much more + likely that the user wants to add a different layer than last time he was using + the dialog. So instead of offering him to add the same layer again, the selection + is cleared and he is requested to make a new selection. + +Matthias Kuhn 2019-07-25 + + Default to QAbstractItemView::ExtendedSelection in pg and oracle source select + + This aligns the default selection behavior of the postgres and oracle source + selection with the rest of the application and other providers like geopackage. + + For newcomers, the MultiSelection is rather confusing. Especially with the current + behavior inside the unified data source dialog, that remembers previous selections + it's very hard to clear pre-existing selections in large lists that are partially + hidden. + +Merge: 6d3b1574b4 e51a3babb7 +Matthias Kuhn 2019-07-25 + + Merge pull request #30836 from m-kuhn/raster_ignore_extent + + [FEATURE] Allow rendering raster layers outside the reported extent + +David Signer 2019-07-25 + + handle variant as list (instead of string) when the field.type() is QVariant::List - since these values are not stored as string, the tests don't need to check the GDAL version (what shouldn't have been done before anyway because it only concerns geopackages, where this version is checked on storing data...) + +Nyall Dawson 2019-07-25 + + Register the app bad layer handler before loading plugins + + This gives plugins a chance to replace the handler without their + changes being overwriting immediately afterwards + +Nyall Dawson 2019-07-25 + + [labeling] Fix empty segment sometimes created when using repeated labels + +Nyall Dawson 2019-07-25 + + [labeling] Fix repeated line labels gravitate to start of line + + Avoids situations like + + 1. Line length of 3cm + 2. Repeat distance of 2cm + 3. Label size is 1.5 cm + + 2cm 1cm + /--Label--/----/ + + i.e. the labels are off center and gravitate toward line starts + + Instead, we first calculate how many complete repeats we can fit + in, and then divide the line into even sections of this length, + avoiding the situation where some leftover segment of the line + end isn't big enough for the label to fit. + +Nyall Dawson 2019-07-25 + + [labeling] Don't waste time trying to chop lines smaller then the repeat distance + +Nyall Dawson 2019-07-25 + + Better memory management + +Nyall Dawson 2019-07-25 + + [labeling] Don't add duplicate points at the end of the final repeated label segment + + This results in an invalid geometry and causes issues with the labeling + of this segment + +Nyall Dawson 2019-07-25 + + [labeling] Ensure short lines (wrt font size) still generate sufficient + candidates to ensure centered placement of labels + +Nyall Dawson 2019-07-25 + + Fix deprecated gdal import warnings + +Nyall Dawson 2019-07-22 + + Ensure ownership of path preprocessor is transferred + +Nyall Dawson 2019-07-22 + + [API][FEATURE] Allow setting a custom path pre-processor for QgsPathResolver + + QgsPathResolver::setPathPreprocessor allows setting a custom path pre-processor + function, which allows for manipulation of paths and data sources prior + to resolving them to file references or layer sources. + + The processor function must accept a single string argument (representing the + original file path or data source), and return a processed version of this path. + + The path pre-processor function is called before any bad layer handler. + + Example - replace an outdated folder path with a new one: + + def my_processor(path): + return path.replace('c:/Users/ClintBarton/Documents/Projects', 'x:/Projects/') + + QgsPathResolver.setPathPreprocessor(my_processor) + + Example - replace a stored database host with a new one: + + def my_processor(path): + return path.replace('host=10.1.1.115', 'host=10.1.1.116') + + QgsPathResolver.setPathPreprocessor(my_processor) + + Example - replace stored database credentials with new ones: + + def my_processor(path): + path= path.replace("user='gis_team'", "user='team_awesome'") + path = path.replace("password='cats'", "password='g7as!m*'") + return path + + QgsPathResolver.setPathPreprocessor(my_processor) + +Nyall Dawson 2019-07-24 + + Avoid storing and cloning paint effects for layers if they are just + the default stack unchanged + + Speeds up cloning of symbol layers + +Matthias Kuhn 2019-07-24 + + Move WMS ignore extents to service level + +Merge: 3174d692b1 103d104303 +Matthias Kuhn 2019-07-24 + + Merge pull request #30901 from m-kuhn/https_osm + + Use https for openstreetmap + +Matthias Kuhn 2019-07-24 + + Use https for openstreetmap + + Fix #30855 + +Nyall Dawson 2019-07-23 + + Add a reserve method to QgsGeometryCollection + + Attempts to allocate memory for at least the specified number of geometries. + + If the number of geometries is known in advance, calling this function + prior to adding geometries will prevent reallocations and memory fragmentation. + +Nyall Dawson 2019-07-23 + + Direct conversion from ogr multilinestrings to QgsGeometry + + Avoid expense of converting to/from wkb + +Mathieu Pellerin 2019-07-24 + + Followup 37cd8ce: fix non-area dialog stretching + +Mathieu Pellerin 2019-07-24 + + [ui] Fix missing spacer in the measure dialog + +Nyall Dawson 2019-07-23 + + Add move operators to QgsEffectStack + + Results in a (very slight) performance boost with symbol copies + +Nyall Dawson 2019-07-23 + + Fix large speed regression in evaluating string equality expressions + + QgsExpression::isIntervalSafe is VERY expensive and should not be used + unless we HAVE to + +Nyall Dawson 2019-07-23 + + Fix unnecessary calculation of marker symbol bounds when labeling is not + required for a layer and symbols layers are in place + + Speeds up rendering of simple marker points matching this situation + by ~3x + +Nyall Dawson 2019-07-23 + + Optimise reading of multipoints from OGR + + Avoid WKB conversion on OGR side, and parsing on QGIS side, and + just handle the direct conversion of OGR geometries instead + +Nyall Dawson 2019-07-23 + + Fix svg cache file modified timeout only blocks checking the modified datetime once ever + + Instead restart the timeout everytime after verifying the file hasn't changed + +Nyall Dawson 2019-07-23 + + Fix expensive file modified time check is applied with every check of svg/image cache + +Nyall Dawson 2019-07-23 + + Optimise checking for active properties + + Avoid copying QgsProperty values and instead use references only + +Nyall Dawson 2019-07-23 + + Fix some dialogs never remember geometry when using enableAutoGeometryRestore + + If a dialog is created but never shown, we shouldn't save the geometry + or we'll be saving a default state only + +Nyall Dawson 2019-07-23 + + Show layer name in datum transform dialog, where available + + Fixes #30826 + +Denis Rouzaud 2019-07-23 + + allow to follow redirect for custom plugin repo url (#30869) + +Nyall Dawson 2019-07-23 + + Cache painter path for font marker when it doesn't change + + Speeds up font marker rendering by around 2x + +David Signer 2019-07-23 + + moved fallback json string decode part to widget to have the "PostgresString" function without JSON + +Julien Cabieces 2019-07-23 + + correct ini file comment + + Co-Authored-By: Nyall Dawson + +Julien Cabieces 2019-07-22 + + Add proxyExcludedUrls settings example in qgis_global_settings.ini file + +Julien Cabieces 2019-07-22 + + Add a new settings noProxyUrls and change UI to edit this setting + +Julien Cabieces 2019-06-27 + + fixes #28034 : Return NoProxy instead of DefaultProxy when url matches + excludes list + +Nyall Dawson 2019-07-23 + + Avoid cloning symbols during label rendering + + This is expensive and unnecessary + +Nyall Dawson 2019-07-22 + + Correctly expand single-click search rect for show/hide label tool + +Nyall Dawson 2019-07-22 + + [needs-docs][labeling] When using the Show/Hide Label tool, a single + click on a label toggles this label + + Unlike in marquee mode, where users must hold ctrl while dragging + over labels to hide them, when only a click on an existing label + is made we trigger a toggle of the label. It's a more intuitive + UX. + +Nyall Dawson 2019-07-23 + + [callouts] Allow callout types to have icons, and use them in the type combobox + + ...and pick ugly icons to prompt @nirvn into action ;) + +Nyall Dawson 2019-07-23 + + Fix tooltips in labeling widget tabs + +Nyall Dawson 2019-07-23 + + Minor tweaks to labeling widget + +Nyall Dawson 2019-07-23 + + Fix loss of newly created auxilary field connections in labeling widget + +Jürgen E. Fischer 2019-07-22 + + dwg import: set angle property for (unexpanded) inserts + +Mathieu Pellerin 2019-07-22 + + A couple of callouts dox fixes + +Mathieu Pellerin 2019-07-22 + + [FEATURE][callouts] Allow specifying an offset from label area distance + +lbartoletti 2019-07-22 + + [bugfix] Fix the whole text instead of the selected part in db_manager save SQL file. fixes #30616 + +Nyall Dawson 2019-07-22 + + [FEATURE][callouts] Allow specifying an offset from feature distance + which controls a distance from the feature where callout lines end + + Makes for visually more appealing callouts vs drawing them right + up against the edges of features + +Nyall Dawson 2019-07-22 + + More consistency in labeling tooltips + +Nyall Dawson 2019-07-22 + + Improve tooltips for labeling toolbar + +Nyall Dawson 2019-07-22 + + Rework unplaced labels icon for consistency with show pinned icon + +Nyall Dawson 2019-07-22 + + Add some separators to labeling toolbar + +Nyall Dawson 2019-07-22 + + [needs-docs] Rework "show pinned labels" icon + + The original icon had an unintended effect of always looking enabled + on some platforms (due to the solid blue background rectangle) + +Nyall Dawson 2019-07-22 + + Improve appearance of multiline tooltips + +Nyall Dawson 2019-07-18 + + Spelling + +Nyall Dawson 2019-07-18 + + [FEATURE] Add @scale_value expression variable for use when evaluating + data defined text format properties while rendering scale bar text + + Allows for per-label customisation of the text format inside scale bars + +Nyall Dawson 2019-07-18 + + [FEATURE] Allow data defined settings in text formats + + This allows text formats to store data defined settings, + allowing them to be used wherever the text renderer is (e.g. in + layout scalebar text). + +Nyall Dawson 2019-07-18 + + [api] Allow data defined properties to be set in QgsTextFormat, so + that these are automatically respected whenever the format is + rendered using QgsTextRenderer + + This is done transparently to the caller - so by porting away + from the raw QPainter text apis to use QgsTextRenderer instead, + then they immediately gain the ability to use data defined + properties in their text formats. + +Nyall Dawson 2019-07-21 + + Add test for drawing unplaced for a feature with no candidates + +Nyall Dawson 2019-07-21 + + Use show instead of draw + +Nyall Dawson 2019-07-21 + + Move show unplaced icon to near start of labeling toolbar + +Nyall Dawson 2019-07-21 + + Use dedicated icon for 'show unplaced' + +Nyall Dawson 2019-07-21 + + Also draw unlabel features which correspond to features where no + candidates could be generated + + E.g. lines too short for label, polygons too small for labels + + (and fix some gross oldschool memory management) + +Nyall Dawson 2019-07-19 + + Prioritize moving unplaced labels in the move label tool + + These are most likely the ones which users are trying to move + when there's overlapping labels + +Nyall Dawson 2019-07-19 + + [needs-docs] Add checkbox to layout map label settings panel to allow + display of unplaced labels + + This is independant from the main canvas setting, and can be used + to determine whether labels are missing from a particular layout map + +Nyall Dawson 2019-07-19 + + [needs-docs] Add labeling toolbar action to toggle whether unplaced + labels are displayed + +Nyall Dawson 2019-07-19 + + [FEATURE][labeling] Allow display of unplaced labels + + This setting (accessed through the project label settings dialog) + allows unplaced labels to be shown on the map. These are rendered + using a red color by default (but the color can be changed from + the label settings dialog too), allowing users to determine whether + any important labels are missing from their maps (e.g. due to + overlaps or other constraints). + +Nyall Dawson 2019-07-19 + + Add API to pal to return unplaced labels after calculating the solution + to the labeling problem + + And improve dox + +Nyall Dawson 2019-07-19 + + Append additional "QgsCalloutContext" member to callout rendering virtual + methods + + While unused for now, this gives us flexibility in future to specify + additional useful contextual information about how a callout should + be rendered without breaking API (e.g. label text alignment, label + font settings, etc) + +Nyall Dawson 2019-07-20 + + Allow label tools to work with curved labels + +Nyall Dawson 2019-07-20 + + Followup callouts + + - Default to straight line callout, not manhattan + - Fix incorrect clear text for min callout distance + +Matthias Kuhn 2019-07-20 + + Fix typo + +Matthias Kuhn 2019-07-20 + + Do not clip rendered raster area in the provider. + + It's the consumers (like layer renderer's) responsibility to crop + to a desired extent. The raster data provider should just return the + extent it was asked for. + +Matthias Kuhn 2019-07-20 + + [FEATURE] Allow rendering raster layers outside the reported extent + + The extent reported by raster layers may be smaller than the area + which can be rendered. + Notably for WMS with symbology that takes more space than the data. + + Fix #30251 + +Mathieu Pellerin 2019-07-20 + + Fix change label map tool overwritting pre-existing non-field expressions (#30830) + +Merge: 396eb92bfa ce8004446a +Matthias Kuhn 2019-07-20 + + Merge pull request #30816 from m-kuhn/ellipsoid_from_first_layer + + Update the project ellipsoid if CRS is taken from first layer + +Mathieu Pellerin 2019-07-19 + + [FEATURE][labels] Add multiline alignment property to the change label tool + +Merge: 5ed9efb3b6 22dbeee989 +Matthias Kuhn 2019-07-20 + + Merge pull request #30819 from m-kuhn/gap_context + + For "gap" geometry check errors, allow showing the context + +Jürgen E. Fischer 2019-07-20 + + osgeo4w: support separate symstores + +Mathieu Pellerin 2019-07-19 + + Fix option dialog crash when searching in tree widget + +Matthias Kuhn 2019-07-19 + + Add test for QgsGeometryCheckError::contextBoundingBox() + +Matthias Kuhn 2019-07-19 + + Pretty pring QgsRectangle when using QCOMPARE + +Matthias Kuhn 2019-07-19 + + For geometry validation GAP errors, allow zooming to gap or context + + When a topological check returns a gap, it's sometimes better to zoom to the gap, + sometimes to show the gap in the context of the surrounding polygons. There is no + one-size-suits-all solution. + Therefore it's now possible to zoom to one by enabling the "zoom to feature(s)" button + also for topological errors. + +Jürgen E. Fischer 2019-07-19 + + debian packaging: add qt5-image-formats-plugins dependency (implements #26559) + +Matthias Kuhn 2019-07-19 + + Update the project ellipsoid if CRS is taken from first layer + + Fix #30815 + +Nyall Dawson 2019-07-19 + + Fix missing cache skip in proj 6 code path + +Mathieu Pellerin 2019-07-19 + + [attribute table] Fix several issues with form view's feature navigation + - Disable zoom / pan when filtering by visible features (fixes #30763) + - Disable flash / zoom / pan when not set to form view + - Do not trigger flash / zoom / pan when selection hasn't actually changed + +Merge: d439484c27 4ee2a53d91 +Matthias Kuhn 2019-07-19 + + Merge pull request #30748 from troopa81/fix_referencerelationwidget_addEntry + + Fix addEntry for reference relation widget + +Nyall Dawson 2019-07-19 + + Remove disableCache argument from python bindings + +Nyall Dawson 2019-07-19 + + Disable CRS and transform cache permenantly when exiting Qgis + + Hopefully this will prevent additional items being added to the cache + after we've gracefully finalised proj operations, which results + in the infamous crash-on-exit fiasco... + +Nyall Dawson 2019-07-19 + + Append additional "QgsCalloutContext" member to callout rendering virtual + methods + + While unused for now, this gives us flexibility in future to specify + additional useful contextual information about how a callout should + be rendered without breaking API (e.g. label text alignment, label + font settings, etc) + +Nyall Dawson 2019-07-19 + + When saving a symbol to the style database, prepopulate the tags + widget with existing tags + +Nyall Dawson 2019-07-19 + + Fix some warnings + +Nyall Dawson 2019-07-19 + + Fix unused variable warning + +Julien Cabieces 2019-07-05 + + Replace setted with set + +Julien Cabieces 2019-07-04 + + fixes #29667 end feature setting mode before warning attribute form interface + +Jürgen E. Fischer 2019-07-18 + + fix windows build + +Nyall Dawson 2019-07-18 + + When importing symbols from a seperate style, prepopulate the Additional + Tags list with a drop down showing existing tags in the default style + +Nyall Dawson 2019-07-16 + + Show layer rendering/data access errors in the layer tree + + This makes these errors more visible to users, instead of hiding + them away in the log panel + +Nyall Dawson 2019-07-16 + + Ensure layer tree indicator icons are repainted on changes + +Nyall Dawson 2019-07-16 + + Map canvas emits a signal when errors occur during rendering operations + +D'Hont René-Luc 2019-07-16 + + [Oracle] FeatureItrator: do not request all attributes if subset is empty + + Like the PostgreSQL provider, it is not necessary to request all the attributes if the request subset of attributes is empty. + +Larry Shaffer 2019-07-10 + + [oauth2] Fix network error crash; guard reply ptr; remove error phrase + + Access of reply members/properties causes crash if the reply is deleted + elsewhere. Guard cast reply object using QPointer and access all + properties immediately. + +Nyall Dawson 2019-07-18 + + Also apply warnings to rotate label tool + +Nyall Dawson 2019-07-18 + + Auto enable layer editing when the move or change label tools + require it to make changes to a label + + E.g. when a layer is set to store label x/y in a real field (not + an aux field), then that layer must be editable in order to move + labels in it. Otherwise the move operation fails, but users are + left no clue as to why the label can't be shifted... + + So now we automatically switch on edits and notify the user of + this via the messagebar, and if we CAN'T make the layer editable, + we also warn them of this. + +David Signer 2019-07-18 + + made QgsPostgresStringUtils namespace to class because of private functions we use there and possibly in future there are more coming and renamed the methods + fixed indents and comments + +Merge: 4bab91cfba 109d1fb7a8 +Alexander Bruy 2019-07-18 + + Merge pull request #30715 from alexbruy/gdal-layers + + [processing] pass layer name to the gdalwarp to avoid issues with multi-layer datasources (fix #30292) + +Nyall Dawson 2019-07-18 + + Fix qt warnings about invalid stylesheet + +Nyall Dawson 2019-07-18 + + Fix lengthy delay when clicking change label tool on a label for the + first time + + Previously this was firing off the styleChanged for every new auxiliary + field created, which is a very expensive call to process (as it involves + rebuilding GUI widgets). Instead, delay the call and only it fire it + once, if we actually changed something in the style. + +Nyall Dawson 2019-07-18 + + [FEATURE] Add a separate unit choice for milliradians (SI definition) vs mil (NATO definition) + + Allows angular measurements in either of these units + +Nyall Dawson 2019-07-17 + + Expose milliradians as choice of angle in angle measure tool + +Nyall Dawson 2019-07-17 + + Correct definition of miliradians to 1/1000 radian, not 3200/pi radians + + And add missing unit tests + +Nyall Dawson 2019-07-18 + + Remove shadowing member which was moved to base class + +Nyall Dawson 2019-07-18 + + Fix dox warning + +Nyall Dawson 2019-07-18 + + Remove broken seealso links + +Nyall Dawson 2019-07-17 + + [layouts] Ensure full context is set for scalebar font button and + other symbol buttons used in item widgets + +Nyall Dawson 2019-07-17 + + Allow pushing more contextual information to QgsFontButton/QgsTextFormatWidget + + e.g. follow the same approach as symbology and allow pushing message + bars, map canvases, and expression contexts to the widgets + +Nyall Dawson 2019-07-18 + + When a style manager dialog is opened in read only mode, still allow + symbols to be double clicked to view their properties. Just disable + actually saving any edited symbols instead. + +Jürgen E. Fischer 2019-07-17 + + use srs6.db when running from build dir with PROJ >5 (followup dddf8b2aa) + +Jürgen E. Fischer 2019-07-17 + + only install/copy srs.db that we're using (fix 56d03f783f041) + +David Signer 2019-07-17 + + remove unused sip.in + +David Signer 2019-07-17 + + renamed QgsArrayUtils to QgsPostgresStringUtils + +David Signer 2019-07-17 + + improved parsing and building function to handle multidimensional arrays + code mostly taken from this integration in the postgresprovider / postgresconn + x + +Julien Cabieces 2019-07-17 + + Remove now useless mReferencedFieldIdx variable + +Julien Cabieces 2019-07-17 + + Convert QVariant to int before QCOMPARE + +David Signer 2019-07-17 + + tests for arrayutils creating lists and parsing back + +David Signer 2019-07-17 + + sip in file + +David Signer 2019-07-17 + + sip stuff + +Merge: 9f219e0ca2 48c21bb978 +Nyall Dawson 2019-07-17 + + Merge pull request #30757 from nyalldawson/override_clear + + Always show 'clear' action in property override button + +Nyall Dawson 2019-07-17 + + Spelling + +Nyall Dawson 2019-07-17 + + [labeling] Show a wait cursor while building label property dialog + and auxiliary field creation is required + + This can take some time (30 seconds or so), and without the wait + cursor it looks like QGIS has hung... + +Nyall Dawson 2019-07-17 + + [labeling] Fix labels 'jump' when using move label tool and alignment + is set to a non-field based value + +Nyall Dawson 2019-07-17 + + [labeling] When label map tools are used to select a label and the + user clicks on overlapping labels, prioritise either the labels in + the current layer OR fallback to picking the smallest candidate + label (since it will be the most difficult to select) + +Nyall Dawson 2019-07-17 + + Always show 'clear' action in property override button + + Previously this was only shown if the button was set to an expression + value, but there's also a need to clear when a property is set + to a field value. Otherwise it's impossible (well, annoyingly + fiddly) to clear the 'red' status when a bound field is deleted + or no longer available. + +David Signer 2019-07-16 + + qgsarrayutils to care for postgres-array like formatted list in strings + +Matthias Kuhn 2019-07-16 + + Update src/gui/qgsrubberband.cpp + +Matthias Kuhn 2019-07-16 + + Remove extra ; + +Matthias Kuhn 2019-07-16 + + Solve additional code issues + +Matthias Kuhn 2019-07-16 + + Add angle unit tests for mil + +Matthias Kuhn 2019-07-16 + + Resolve code issues + +Matthias Kuhn 2019-07-12 + + Add missing import + +Sandro Mani 2019-04-04 + + Add missing consts + +Matthias Kuhn 2019-07-12 + + More rubberband code cleanup + +Matthias Kuhn 2019-07-12 + + Cleanup rubberband code + +Sandro Mani 2019-04-04 + + Add QgsRubberBand::IconType::ICON_SVG + +Sandro Mani 2019-04-04 + + Add QgsUnitTypes::AngleUnit::AngleMil + +Sandro Mani 2019-04-29 + + Move QgsReadWriteContext::DefaultTranslator to cpp file + + The nested class appears to cause sip to stumble with undefined references to vtable (observed cross-compiling from Fedora to MinGW) + +Julien Cabieces 2019-07-16 + + Fix addEntry for reference relation widget and use referenced field + index and not referencing one + +Nyall Dawson 2019-07-16 + + Fix creating auxilary field fails if _ present in field name + +Denis Rouzaud 2019-07-16 + + [expressions] fix comparison of intervals (#30657) + + * [expressions] fix comparison of intervals + + * add test for interval comparison + +Mathieu Pellerin 2019-07-16 + + Import bookmarks using prepared statements (fixes #30711) + +signedav 2019-07-16 + + Preserve snapping settings for offline editing (#30718) + + * preserve individual snapping settings + + * care for old layers + + * don't use temporary list, and edit temporary snapping config + + * preserve snapping config per layer on synchronization back from offline project + + * use current snappingconfig object and remove unneeded comments + +Mathieu Pellerin 2019-07-16 + + [callouts] Add symbol-related variables to the expression context + +luz.paz 2019-07-15 + + sipify_all + +luz.paz 2019-07-15 + + Fix typos + +Guillaume Pasero 2019-07-15 + + TEST: change to cdash 2.6 + +Harrissou Sant-anna 2019-07-12 + + Browsing features in attribute table does not require edit mode + + In attribute table form view, since the buttons to pan to, zoom to and highlight the active feature are available regardless the layer edit mode, their tooltip should not refer to "currently edited feature". + +Nyall Dawson 2019-07-16 + + Add test for other callout stacking option + +Nyall Dawson 2019-07-15 + + [callouts] Ensure simple callouts are rendered below all map labels + + ...instead of being rendered on top of some. For this callout style, + we don't want callouts overlapping labels (rather the opposite). But + leave API in place to allow other callout styles to render below + their associated labels only, as this may be wanted for some styles + (e.g. balloon style callouts) + +Nyall Dawson 2019-05-31 + + [processing] Don't append full traceback when a QgsProcessingException is + raised by a Python algorithm + + This is too noisy for these expected exceptions -- instead, only + show the traceback for other exceptions (Which are likely a result + of Python coding errors, so they are useful for debugging) + +Alexander Bruy 2019-07-15 + + re-enable some disabled test and fix broken r.describe algorithm + +Alexander Bruy 2019-07-14 + + [processing] improve handling of the HTML outputs in GRASS provider (fix #30609) + +Nyall Dawson 2019-07-15 + + Ship a seperate srs.db file for proj >= 6 builds + + It's too dangerous to reuse the existing one, as it breaks the + ability to run multiple versions of qgis (i.e. proj < 6 and proj >= 6) + on the same machine + + Fixes #30569 + +Merge: 5f0447b397 39124dad04 +Alexander Bruy 2019-07-15 + + Merge pull request #30716 from alexbruy/fix-sip + + fix SIP file + +Alexander Bruy 2019-07-15 + + [processing] pass layer name to the gdalwarp to avoid issues with + multi-layer datasources (fix #30292) + +Matthias Kuhn 2019-07-15 + + Fix sip file (#30714) + +Alexander Bruy 2019-07-15 + + update SIP file + +pmav99 2019-07-15 + + Stop hardcoding "grass6" in GISRC path. (#30330) + + References #30238 + +Merge: 248af94ba9 7362faca02 +Matthias Kuhn 2019-07-15 + + Merge pull request #30707 from rldhont/fix-db_manager-oracle-plugin-uniqueCol + + [Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol + +D'Hont René-Luc 2019-07-15 + + [Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol + +Alex 2019-07-15 + + Symbol aware legend expression (#9648) + +Mathieu Pellerin 2019-07-12 + + Fix exit crash in the plugin layer registry deconstructor (fixes #30681) + +Nyall Dawson 2019-07-15 + + Fix initial state of news feed when no entries to show + +Nyall Dawson 2019-07-15 + + Add shell entries to qgis_global_settings.ini for controlling feed behavior + +Nyall Dawson 2019-07-15 + + Unit test for feed language + +Nyall Dawson 2019-07-15 + + Include lat/long in newsfeed url if available + +Nyall Dawson 2019-07-15 + + Auto-prune expired news items on launch + +Nyall Dawson 2019-07-15 + + Store publish_to field locally + +Nyall Dawson 2019-07-15 + + Adapt to upstream changes in feed + +Nyall Dawson 2019-07-15 + + Allow News Feed to be enabled/disabled from QGIS options + +Nyall Dawson 2019-07-15 + + Rename icon to generic name + +Nyall Dawson 2019-07-15 + + More dox + +Nyall Dawson 2019-07-09 + + Spelling and dox + +Nyall Dawson 2019-07-09 + + Send language argument when requesting news feed + +Nyall Dawson 2019-07-09 + + Double clicking news items opens them in the browser + +Nyall Dawson 2019-07-09 + + Add dismiss overlay icon to news entries + +Nyall Dawson 2019-07-09 + + Implement right click menu for news items, allows feed to be disabled + +Nyall Dawson 2019-07-09 + + Add dismissAll API + +Nyall Dawson 2019-07-09 + + Store news images locally to be bandwidth efficient + +Nyall Dawson 2019-07-09 + + [FEATURE] Show news items on welcome page + + The curated QGIS news feed is now shown on the welcome page. This finally gives + us a direct channel to push project news to ALL our users! + +Nyall Dawson 2019-07-09 + + Add a proxy model to apply correct sorting to news feed entries + +Nyall Dawson 2019-07-09 + + Add a model for news feeds + +Nyall Dawson 2019-07-09 + + Allow entries to be dismissed + +Nyall Dawson 2019-07-01 + + Create QgsNewsFeedParser class for parsing QGIS style news feeds + + Designed to work with the server specs from https://github.com/elpaso/qgis-feed + +Alexander Bruy 2019-07-13 + + [processing] add createByDefault argument to directory output + constructor + +Alexander Bruy 2019-07-14 + + [processing] ignore hidden parameters when generating GDAL command (fix #30669) + +Nyall Dawson 2019-07-11 + + [layouts] Avoid crash when layout map references a project layer + with a bad path + +Nyall Dawson 2019-07-11 + + [processing] Don't abort when an algorithm step fails in batch mode + + Instead, record errors and report them all at the end of the batch + process. If we abort the remaining batch steps when encountering any + error, this blocks a useful use of the batch mode and prevents users + from running a batch process over a large number of input files, some + of which may be invalid. + +Merge: 51ef42be15 320c5349b3 +Matthias Kuhn 2019-07-12 + + Merge pull request #30620 from stev-0/clipboard-multiline + + Add quotes around fields with linebreaks when copying to clipboard + +Merge: 73c96ee5c8 540df6c0c0 +Alessandro Pasotti 2019-07-11 + + Merge pull request #30676 from troopa81/fix_conditional_form + + Emit valueChanged signal for value relation widget on setFeature + +Julien Cabieces 2019-07-11 + + fixes #30564 : Emit signal for value relation widget so other dependent widgets + could be updated + +Jürgen E. Fischer 2019-07-11 + + api doc: update release doc links + +David Signer 2019-07-11 + + escape backslashes as well + +Nyall Dawson 2019-07-11 + + Add python subclass code + +Nyall Dawson 2019-07-11 + + Dox++ + +Nyall Dawson 2019-07-11 + + Don't get distracted... + +Nyall Dawson 2019-07-10 + + Dox + +Nyall Dawson 2019-07-10 + + Fix travis build + +Nyall Dawson 2019-07-10 + + Unit tests for callouts + +Nyall Dawson 2019-07-10 + + Add configuration widget for manhattan lines style callout + +Nyall Dawson 2019-07-10 + + Ensure messagebar is available for use by callout widgets in dock mode + +Nyall Dawson 2019-07-10 + + Remove leftover code + +Nyall Dawson 2019-07-10 + + Add callout classes to doxygen + +Nyall Dawson 2019-07-10 + + Add "draw callout" option to label property map tool dialog + +Nyall Dawson 2019-07-10 + + Data defined control over whether a callout is drawn + +Nyall Dawson 2019-07-10 + + Use registry to create correct callout widget + +Nyall Dawson 2019-07-10 + + Add minimum length property for callouts, setup framework for data + defined properties of callouts + +Nyall Dawson 2019-07-10 + + Ensure label expression context also has fields set + +Nyall Dawson 2019-07-10 + + Unit tests for callout registry + +Nyall Dawson 2019-07-05 + + Use a registry for callouts + +Nyall Dawson 2019-07-05 + + Start on registry + +Nyall Dawson 2019-07-05 + + Experiment with a manhattan line callout style + +Nyall Dawson 2019-07-04 + + Gui work + +Nyall Dawson 2019-07-04 + + Only draw connectors for fixed labels (for now) + +Nyall Dawson 2019-07-04 + + Early prototype of label callouts + +Nyall Dawson 2019-07-11 + + [processing] Fix occasional crash in Processing gui unit test cleanup + +Nyall Dawson 2019-07-11 + + Fix initial flag values + +Denis Rouzaud 2019-07-10 + + pyrcc5: remove obsolete parameter + +Jürgen E. Fischer 2019-05-23 + + avoid checking whether base64 encoded embedded content is a file + +Martin Dobias 2019-07-10 + + Faster map rendering when using null symbol renderer + + If we can skip the loop which fetches features altogether, let's do that + and save some time which would be otherwise spent getting geometries only + to delete them immediately afterwards. + + This is practical especially for 3D scenes where it is useful + to set 2D renderer to null if 3D renderer is set. + +Mathieu Pellerin 2019-07-10 + + Fix startup crasher due to auth. error calling non-initialized message bar + (fixes #30366) + +Nyall Dawson 2019-07-09 + + [FEATURE] Show 3D length for LineStringZ features in identify derived attributes + + If a 3D linestring is identified, add the 3d length of this line + alongside the existing 2d cartesian and ellipsoidal lengths + +Nyall Dawson 2019-07-04 + + Add a start/stopRender method to QgsPalLayerSettings + + This allows us a chance to correctly call start/stopRender on all + symbols which are used as part of the labels and ensure they are + nicely prepared and cleaned up. + + Also adapt labeling engine to add calls to startRender/stopRender where + appropriate. + +Nyall Dawson 2019-07-04 + + Ensure the render context has the correct expression context available + (including original feature) when drawing labels as part of a map render + +Nyall Dawson 2019-07-04 + + Use a non-const QgsRenderContext& when preparing labeling providers, + for compatibility with symbology (which requires non-const context) + +Nyall Dawson 2019-07-10 + + Adjust test result + +Nyall Dawson 2019-07-10 + + Use QgsMapLayer::providerType() instead of dataProvider()->name(), + as it's more robust in handling invalid layers + +Nyall Dawson 2019-07-10 + + Use fast project reading in some algorithms, browser project provider + +Nyall Dawson 2019-07-10 + + Fix restoration of vector layer renderers when project has bad layer sources + +Nyall Dawson 2019-07-09 + + Dox++ + +Nyall Dawson 2019-07-09 + + Dox + +Nyall Dawson 2019-07-09 + + Add api to allow reading a QgsProject file without loading any layers + + This causes the project to be read, but no data providers created for + layers (i.e. the same result as loading a project in the app and + choosing to leave bad layers in the project). + + It's intended for occasions when you want to efficiently access properties + of a project without the (often very expensive) cost of actually + loading layers. E.g. to just read project metadata, parse the + layer tree structure, extract print layouts or renderer properties, etc. + +Stephen Knox 2019-07-09 + + Add quotes around fields with linebreaks when copying to clipboard + To fix #30580. Also add test coverage + +Denis Rouzaud 2019-07-09 + + update error message, Qt 4 is goooone + +Denis Rouzaud 2019-07-09 + + add missing geos include (#30638) + +David Signer 2019-07-09 + + spelling correction + +David Signer 2019-07-09 + + test for weird characters in key strings for text stored values (in hstore format) + +David Signer 2019-07-09 + + escape backslash to escape quote + +Merge: f6b5d5f8b3 84c530b97b +Alexander Bruy 2019-07-09 + + Merge pull request #30633 from alexbruy/color-description + + [processing] make color parameter available to description-based algs + +Alexander Bruy 2019-07-09 + + [processing] make color parameter available to description-based algs + +Mathieu Pellerin 2019-07-09 + + [layouts] Default to right alignment when adding a label item for right-to-left locale + +Nyall Dawson 2019-07-08 + + [FEATURE][processing] New algorithm "Combine style databases" + + This algorithm combines multiple QGIS style databases into a + single style database. If any symbols exist with duplicate + names between the different source databases these will be + renamed to have unique names in the output combined database. + +Nyall Dawson 2019-07-08 + + [processing][API] Add methods to retrieve lists of files from + QgsProcessingParameterMultipleInput + + These need to be handled differently to map layers, and none of + the existing API works for this use case. + +Nyall Dawson 2019-07-08 + + [processing] Fix batch mode 'fill with parameter values' option for outputs + + Fixes #30543 + +Ismail Sunni 2019-07-07 + + Always enable 3d model material for non 3D model shape. + +David Signer 2019-07-08 + + finally right placed fallback + +David Signer 2019-07-08 + + improve tests with wrong hstore list + +Ismail Sunni 2019-07-08 + + [FEATURE] Measurement tool in 3D map view (#30299) + + * Add measurement tool bar. + + * Add class for measure line. + + * Get coordinate of clicked point. + + * Add clicked point to string line. + + * Store clicekd points to layer. + + * Try to render the measurement line. + + * Render the measurement line (with some problems). + + * Store points in vector. + + * Make identify and measure tool exlusive to each other. + + * Add measurement dialog. + + * Fix only one action must active. + + * Some code suggestion from Martin. + + * Revert code to show the line. + + * Show segment length and the total. + + * Implement close dialog means restart 3d measurement. + + * Add new button. + + * Add unit combo box. + + * Fix shadowing private member of class. + + * Add slot to combo box unit changes. + + * Hide ellipsoid and cartesian radio button. + + * Add measure line for QgsPoint. + + * Add unit changes feature. + + * Add help (pointed to 2D measurement tool). + + * Add finish measurement using right click. + + * Remove keypress event, it does not make sense. + + * Add remove-last-point with middle button. + + * Add crsChanged event. + + * Remove confusing tooltip. + + * Add pan (camera control) action tool for clear state of 3d map tool. + + * Change 3D identify tool cursor. + + * Fix distance 2D to 3D. + + * Remove unclear method. + + * Add unit test for measureLine3D. + + * Add 3D measurement setting. + + * Add header. + + * Make extra 3D renderers refresh the scene when they are updated + + + update the 3D renderer every time the measurement line layer is modified + + * Set Altitude clamping to absolute. + + * Remove options for 3D measurement line. + + * Remove help button in 3D measurement dialog. + + * Merge duplicate code for handle clicked position. + + * Use color for 3d measure line from 2d one. + + * Remove unneeded reimplementation method. + + * Remove 2D canvas reference. + + * Unify update measurement layer. + + Use local variable for feature and line + + * Create measurement layer once. + + * Use data provider to change the geometry. + + * Add length3D for QgsLineString. + + * Simplify distance calculation and presentation. Remove QgsDistanceArea measurement. + + * Descaled z value based on the terrain vertical scale. + + * Remove line when tool is deactivated. + + * Enable changing the line color from setting, but after re-activation. + + * Update color of measurement line after saving option. + + * Remove debug message. + + * Remove 3D length calculation from distancearea. + + * Handle 2D case for length3D, more unit test, and docstring. + + * Fix typos. + + * Addressing Martin's and Nyall's review. + + * Remove setMeasurement to avoid confussion. + +David Signer 2019-07-08 + + placed fallback better + +David Signer 2019-07-08 + + testcase wiht string keys + +David Signer 2019-07-08 + + use quotes in hstore list items + +David Signer 2019-07-08 + + comment + +David Signer 2019-07-08 + + cases with GDAL < 2.4. + +David Signer 2019-07-08 + + test for storing multi-selection in string + +David Signer 2019-07-08 + + store as formatted string if multi-selection on string field + + fixes #30557 + +Nyall Dawson 2019-07-08 + + [processing][needs-docs] Allow running Style from Project algorithm + on a specific project file + + Instead of forcing the algorithm to always use the current project, + add an option parameter allowing users to run the algorithm on a + specific project file instead. + +Nyall Dawson 2019-07-08 + + Fix build: + +Nyall Dawson 2019-07-08 + + [FEATURE][processing] Allow file filter and default value to be set + for file/folder inputs in models + +Nyall Dawson 2019-07-08 + + Port file parameter definition widget to new APi + +Nyall Dawson 2019-07-08 + + [processsing][API] Add api to allow QgsProcessingParameterFile parameters + to have a file filter string defined + + Previously only an extension was settable, which prevented use when + multiple extension types are possible. A file filter string allows + for flexible file selection instead. + +Mathieu Pellerin 2019-07-08 + + Fix crash when using rotation tool with selected feature(s) (fixes #30592) + +Nyall Dawson 2019-07-08 + + [processing] Fix API break which breaks some 3rd party providers (e.g. R and Javascript providers) + +Nyall Dawson 2019-07-08 + + Use intersection of source, destination CRS AND operation crs as + preview bounds for operation candidates + + See justification at https://github.com/OSGeo/PROJ/issues/1549 + +Nyall Dawson 2019-07-08 + + Don't allow no-crs options in datum transform dialog + +Nyall Dawson 2019-07-08 + + Dialog tweaks + +Nyall Dawson 2019-07-05 + + Fix dox + +Nyall Dawson 2019-07-05 + + Show bounds of operations in transform selection dialog + +Nyall Dawson 2019-07-05 + + Move coordinate bounds map to its own reusable widget + +Nyall Dawson 2019-07-05 + + Add explanatory text to top of transform select dialog + +Nyall Dawson 2019-07-05 + + Show authority:code identifiers on transform selection dialog + + Many scopes/remark cross reference these, so by showing them in the + table of available operations we give users more clues how to pick + the correct one. + +Nyall Dawson 2019-07-08 + + Remove hardcoded heading + +Nyall Dawson 2019-07-08 + + Fix totally inaccurate message always shows at the top of CRS + selector dialogs in totally inappropriate occasions + +Alessandro Pasotti 2019-07-07 + + Do not reset ok to false when opening a GPKG + + Fixes #30590 + +Nyall Dawson 2019-07-04 + + [API] Add useful PyQGIS additions to QgsSymbol + + Adds: + - __len__ : returns number of symbol layers in symbol + - [ ] getter: returns a specific symbol layer, also allows negative indices to retrieve from end of symbol + - del [ ]: removes a specific symbol layer, also allows negative indices + - raise IndexError when an invalid symbol layer is requested + - allow iteration over symbol layers using + for layer in symbol: + print(layer.color()) + +Nyall Dawson 2019-07-06 + + Warn users when min zoom > max zoom in xyz connection properties + + This results in a situation where no tiles can be loaded + +Nyall Dawson 2019-07-06 + + [xyz] Don't crash on empty tilesets, instead return empty images + + This situation can validly arise e.g. if a user puts in a greater min + tile zoom level then is actually available + +Mathieu Pellerin 2019-07-07 + + Fix crash when triple-clicking on the vertex tool button (fixes #30577) + +Nyall Dawson 2019-07-07 + + [FEATURE] Add "extract symbols" action to QGS/QGZ project file context menu in browser + + Opens the style manager dialog showing all symbols, colorramps, text formats + and label settings from the selected project. + +Nyall Dawson 2019-07-07 + + Fix qt warning + +Nyall Dawson 2019-07-07 + + Fix test + +Nyall Dawson 2019-07-07 + + Add tests + +Nyall Dawson 2019-07-06 + + [FEATURE][processing] New algorithm "Create style database from project" + + Extracts all symbols, color ramps, text formats and label settings from + the current project and stores them in a new style XML database + +Nyall Dawson 2019-07-06 + + Dox, comments + +Nyall Dawson 2019-07-04 + + Fix generation of enum class Pydocs + +Nyall Dawson 2019-07-03 + + Add a generic method for adding style entities to a QgsStyle + +Nyall Dawson 2019-07-03 + + [FEATURE][API] Visitor API for style entities + + Adds a new visitor pattern API for creation of visitors which visit + all the style entities (symbols, color ramps, text formats, and + label styles) associated with different objects. Can be used on a + renderer, map layer, or project wide level. + + E.g. on a project wide level, allows collection of ALL the style + symbols/color ramps/text settings inside a project, including those + in layouts or annotations! + +Merge: accbb2d7f1 3798c48654 +Alessandro Pasotti 2019-07-05 + + Merge pull request #30548 from elpaso/bugfix-gh30387-gpkg-project-relative-paths + + Fix relative storage for GPKG projects + +Alessandro Pasotti 2019-07-05 + + Use TemporaryDirectory instead of QT (fails on Travis) + +Alessandro Pasotti 2019-07-05 + + Better comment about storage in path resolver + +Alessandro Pasotti 2019-07-04 + + Remove warning + +Nyall Dawson 2019-07-04 + + Show details about missing grids in transform selection dialog + + Gives users advice about why a particular transform isn't available on their system + +Nyall Dawson 2019-07-04 + + Don't disable items unavailable options in transform dialog, just make them + red and disable the ok button when they are selected + + Allows for users to view the metadata and explanatatory text + for them + +Nyall Dawson 2019-07-04 + + Further improvements to transform selection dialog + + - Show area of use information, which gives users much more context + and clues for selecting the right transform from the list + - Fix missing scope and remarks for single operations + +Nyall Dawson 2019-07-04 + + Fix unable to select new projections from datum transform dialog popup box + +Matthias Kuhn 2019-07-04 + + Code styling + +Matthias Kuhn 2019-07-04 + + Remove leftover include + +Matthias Kuhn 2019-07-04 + + Allow compiling geonode provider without gui + +Matthias Kuhn 2019-07-04 + + Fix vtable issues because missing key function + +Alessandro Pasotti 2019-07-04 + + Fix relative storage for GPKG projects + + Fixes #30387 + +Merge: c402a34368 52f129821f +D'Hont René-Luc 2019-07-04 + + Merge pull request #30467 from rldhont/ogcutils-propertyislike-wildcard + + QgsOgcUtils: The wildcard attribute of PropertyIsLike OGC Filter Element is not well replaced + +Merge: 60bcd6396b 14883e9c27 +D'Hont René-Luc 2019-07-04 + + Merge pull request #30514 from rldhont/server-wmts-getcapabilities-operations + + [WMTS] Fixing the WMTS GetCapabilities Get element children + +Merge: cd091f179b 9191c05ecb +Matthias Kuhn 2019-07-03 + + Merge pull request #30272 from rduivenvoorde/geojsonRFC7946 + + Add option for RFC7946 (no crs) ogr GeoJSON creation + +D'Hont René-Luc 2019-07-02 + + [Test] Add a expressionFromOgcFilter test with And, Or and PropertyIsLike with wildCard to PyQgsOgcUtils + +D'Hont René-Luc 2019-06-30 + + [Test] QgsOgcUtils: Add ILIKE with wildcard tests + +D'Hont René-Luc 2019-06-28 + + [Test] QgsOgcUtils: Add simple test for PropertyIsLike wildCard + + The test for a different wildcard is to complex and does not test the situation of the wild card at the end. + +Richard Duivenvoorde 2019-07-03 + + Change tooltip and hint to documentation + +Merge: ded25d5035 d3091e7d64 +Alexander Bruy 2019-07-03 + + Merge pull request #30531 from alexbruy/xyz-background + + [processing] allow to set tiles background in the TilesXZY algorithms (fix #30490) + +Merge: 72a708c999 2be8e5fa88 +Alexander Bruy 2019-07-03 + + Merge pull request #30529 from alexbruy/color-wrapper + + [processing] adjust color widget wrapper size policy to be consistent with others + +Alexander Bruy 2019-07-03 + + [processing][needs-docs] allow to set tiles background (fix #30490) + +Alexander Bruy 2019-07-03 + + [processing] adjust color widget wrapper size policy to be consistent + with the all other wrappers + +Merge: 379190d28b 627db1a41b +D'Hont René-Luc 2019-07-03 + + Merge pull request #30511 from rldhont/fix-27262-with-tests + + [Tests] Add to PyQgsOgcUtils some tests to interpret specific text as decimal in scientific notation + +Nyall Dawson 2019-07-02 + + Lighten proj text color + +Nyall Dawson 2019-07-02 + + Move 'make default' option over OK in transform dialog + +Nyall Dawson 2019-07-02 + + Add help button to transform selection dialog + +Nyall Dawson 2019-07-02 + + When building on proj >= 6.2, show the full scope and remarks + for coordinate operations + + Gives much more useful information to users to allow them to make + informed choices about suitable operations + +Nyall Dawson 2019-07-02 + + [processing][needs-docs] Allow string parameters in models to be multi-line input style + +D'Hont René-Luc 2019-07-02 + + [WMTS] Fixing the WMTS GetCapabilities Get element children + + The ows Get element has a Constraint child that describe the way to do request to the service. In the case of WMTS, all are KVP. + +D'Hont René-Luc 2019-07-02 + + [Tests] Add to PyQgsOgcUtils some tests to interpret specific text as decimal in scientific notation + + Fixed #27262 + +D'Hont René-Luc 2019-06-30 + + Add ORA-03114 support + +D'Hont René-Luc 2019-04-26 + + Fix Oracle connection reset in case of ORA-12170: Connect timeout occurred + + Oracle connection is never reset in case of ORA-12170: Connect timeout occurred. + + The execution of request is only retry in case of getfeature and error 12170. + + A fix has been done in PostgreSQL provider #9107 + +Merge: ed37d9be05 91d9220697 +D'Hont René-Luc 2019-07-02 + + Merge pull request #30378 from rldhont/tests_pyqgsogcutils + + [Tests] Add PyQgsOgcUtils + +Nyall Dawson 2019-07-02 + + Use a splitter on welcome page + +Nyall Dawson 2019-07-02 + + Make indicator backgrounds a bit more subtle + + The default color was very visually dominant on some platforms/themes, + so pull it back a couple of shades closer to the background color + +lbartoletti 2019-06-28 + + add tests for Python qgsRound + +Nyall Dawson 2019-07-02 + + [needs-docs] Memory layers can be safely duplicated now + +Nyall Dawson 2019-07-01 + + Fix cloning a vector layer loses all features if the layer is a memory layer + +Nyall Dawson 2019-06-27 + + Fix test + +Nyall Dawson 2019-06-27 + + [postgres] Unit tests for citext field type + +Zac McCormick 2019-06-05 + + Add support for PostgreSQL citext data type. Fixes #22628 + +Nyall Dawson 2019-06-27 + + Fix clearing blob column values are not saved to layer + +Nyall Dawson 2019-06-17 + + [needs-docs][postgres] Correctly handle binary (bytea) fields + + Previously these would be silently dropped from the layers, but + we now have comprehensive support for binary fields and should + expose them. + + Fix sponsored by WhereGroup + +Larry Shaffer 2019-07-01 + + Fix layer legend drop indicators; restore painter state after layer mark + +Martin Dobias 2019-06-30 + + [postgres] move also schema item's drag'n'drop handling to gui provider + +Martin Dobias 2019-06-30 + + [mssql] Move GUI code to new files + remove legacy data item calls + +Martin Dobias 2019-06-30 + + [mdal] move GUI related code to a new file + +Peter Petrik 2019-06-28 + + fix #28761 [mesh] Time slider for non-temporal data should be disabled + +Nyall Dawson 2019-07-01 + + Spelling + +Nyall Dawson 2019-07-01 + + Don't allow name-less parameters + +Nyall Dawson 2019-07-01 + + Add modeler parameter config for color parameters + +Nyall Dawson 2019-07-01 + + Allow serialization of QColor to xml in QgsXmlUtils + +Nyall Dawson 2019-07-01 + + Add missing visual links between layout and layout item parameters in models + +Nyall Dawson 2019-07-01 + + Port an item type which has a parent parameter choice (layout items) for reference + +Nyall Dawson 2019-07-01 + + Port string parameter to new config widget + +Nyall Dawson 2019-07-01 + + Port boolean widget config dialog to new API + +Nyall Dawson 2019-06-30 + + [processing][API] Add API to QgsProcessingGuiRegistry and QgsProcessingParameterWidgetFactoryInterface + to handle creation of parameter definition widgets + + Previously, these configuration widgets were all hardcoded into the Python modeler + dialog. This prevented 3rd party, plugin provided, parameters from ever being full + first class citizens in QGIS, as there was no way to allow their use as inputs to + user created models to be customised. + + Now, the registry is responsible for creating the configuration widget, allowing + for 3rd party parameter types to provide their own customised configuration + widgets. + + Refs #26493 + +Nyall Dawson 2019-07-01 + + Expose contentAsString to QgsNetworkContentFetcherTask + +Nyall Dawson 2019-07-01 + + Add auth support to QgsNetworkContextFetcher + +Harrissou Sant-anna 2019-06-30 + + Add a bunch of automatic geometry restoration + + and remove some dedicated methods + +Jürgen E. Fischer 2019-06-30 + + font symbol: add preview in selected font, revert line edit to default font and single character replacement. Insert only with Ctrl or if there is already more than one character selected (followup 46eeaa0b) + +Nyall Dawson 2019-06-30 + + Allow creation of color parameters with no opacity control + +Nyall Dawson 2019-06-30 + + Remove unnecessary translation + +Nyall Dawson 2019-06-29 + + [FEATURE][processing] New parameter type for colors + + Allows for algorithms which require a color value as an input + +Jürgen E. Fischer 2019-06-30 + + create geopackage on the fly when saving projects to it and fix misleading error message when project name has been edited + +Jürgen E. Fischer 2019-06-30 + + font symbol: show line edit in symbol font and insert clicked symbols instead of replacing + +Jürgen E. Fischer 2019-06-30 + + processing: save splitter position of base dialog + +Jürgen E. Fischer 2019-06-30 + + translation fixes + +Martin Dobias 2019-06-29 + + [ows] Remove dead GUI-related data items code + +Martin Dobias 2019-06-29 + + [geonode] Move GUI related code to new files, remove legacy data items calls + +Martin Dobias 2019-06-29 + + [delimitedtext] Move GUI-related code to a separate file + +Martin Dobias 2019-06-29 + + [db2] Move gui related stuff to new files + port legacy data item calls + +Martin Dobias 2019-06-29 + + [arcgisrest] Move QgsDataItem::actions() implementations to gui providers + +Martin Dobias 2019-06-29 + + [arcgisrest] Move existing data item gui providers to new files + +Martin Dobias 2019-06-29 + + [arcgisrest] Move gui part of providers to new files + +Panos Mavrogiorgos 2019-06-18 + + Make setting "Grass7AlgorithProvider.activateSetting" optional. + + This change makes it easier to subclass `Grass7AlgorithProvider` which + allows e.g. to expose GRASS Addons as QGIS plugins. + + Disclaimer: `Grass7AlgorithProvider` is a private API and it may change + without warning. 3rd parties that rely on this should expect + that their code will break in future releases. + For more info please check the comments at #30252 + + Nevertheless, it currently is possible to subclass with something like this: + + class CustomGrassBasedProvider(Grass7AlgorithmProvider): + # Set descriptionFolder to our own description directory + descriptionFolder = os.path.join(os.path.dirname(__file__), 'description') + + # 3rd party plugins don't need an activation/deactivation setting + activateSetting = None + + # define the rest of the methods that are needed (e.g. name(), id() etc) + # ... + + Fixes #30241 + Continues #9202 + +Panos Mavrogiorgos 2019-06-18 + + Stop hardcoding activation setting name in Grass7AlgorithmProvider + +Nyall Dawson 2019-06-28 + + Implement a more robust approach for blocking canvas redraws when + we don't want/need them + + This prevents a bunch of unwanted redraws being triggered mid-way + through operations like loading projects, which sometimes can + result in crashes. + + Fixes #29506, #30169, possibly other crash reports + +Jürgen E. Fischer 2019-06-28 + + typo fix + +Martin Dobias 2019-06-28 + + [postgres] Port data items' drag'n'drop and layer deletion to the new api + +Martin Dobias 2019-06-28 + + [postgres] Move actions() of data items to a QgsDataItemGuiProvider subclass + +Martin Dobias 2019-06-28 + + [postgres] Move gui related code to a separate file + +Martin Dobias 2019-06-27 + + [spatialite] Move GUI part of data items to a QgsDataItemGuiProvider subclass + + Also fixes deletetion of layers using the new API + fix for geopackage layer deletion + +Martin Dobias 2019-06-27 + + [spatialite] Move gui related provider code to a new file + +Merge: 169de69332 0b87041b31 +Blottiere Paul 2019-06-28 + + Merge pull request #30071 from lbartoletti/wms_tile_buffer + + [server]New parameter for WMS service: tile_buffer + +Merge: e51c110eff 2a6f5688fb +D'Hont René-Luc 2019-06-28 + + Merge pull request #10034 from rldhont/server-feature-id-primary-keys-revival + + [Server] Use primary keys to build feature id + +Merge: ea27d55905 e9d1a6d325 +Alessandro Pasotti 2019-06-28 + + Merge pull request #30451 from elpaso/show-json-in-identify + + Fix json(b) representation on feature identify + +Mathieu Pellerin 2019-06-28 + + [arcgisrest] Only show 'all layers' item for the AMS provider + +Nyall Dawson 2019-06-27 + + Fix incorrect expression error when using a function with all optional parameters and none are specified + +Nyall Dawson 2019-06-27 + + [FEATURE] New expression function "attributes" + + Returns a map containing all attributes from a feature, with field + names as map keys. We've got featureful, robust support for working + with maps in expressions now, so this allows rapid conversion + of all feature attributes to a map to use with these handy + functions. + +Nyall Dawson 2019-06-28 + + Dox++ + +Nyall Dawson 2019-06-28 + + Remove remaining atom/nucleon references + +Nyall Dawson 2019-06-28 + + Address review comments + +Nyall Dawson 2019-06-27 + + Spelling + +Nyall Dawson 2019-06-27 + + Replace composition converter reference images -- new legend rendering code has superior results to reference images + +Nyall Dawson 2019-06-27 + + Further legend positioning fixes + +Nyall Dawson 2019-06-27 + + Tweak grid arrangement + +Nyall Dawson 2019-06-26 + + [FEATURE][layouts] Expose setting to control margin under legend group and subgroup headings + + Allows tweaking of the spacing applied under group/subgroup headings... so you can get + your layout legend looking pixel-perfect! + +Nyall Dawson 2019-06-25 + + [FEATURE][layouts] Expose choice of arrangement of legends (i.e. + symbols to the left OR symbols to the right of legend text), and + alignment for group/subgroup/item text + + Allows creation of right-to-left locale friendly legends. Additionally, + we default to this right-to-left style alignment when creating new + legends under a RTL based locale. + +Nyall Dawson 2019-06-26 + + Add new reusable combo box widget for alignment choices + + QgsAlignmentComboBox presents users with a (filterable) selection + of horizontal alignment choices, e.g. left/right/center + +Nyall Dawson 2019-06-28 + + Address review comments + +Nyall Dawson 2019-06-27 + + [FEATURE][labels] New text "background" setting for marker symbol backgrounds + + Allows for rendering a marker symbol in the background of labels + (complementing the existing shapes/SVG choices). This allows use + of QGIS marker symbology as a background symbol behind labels (e.g. + for highway shield labels) + +Jürgen E. Fischer 2019-06-27 + + packaging update after static providers + +dollarklavs 2019-06-27 + + Fix WFS 2.0.0 combined with OGC HTTP URI srsName style + + Refs #29391 : Added new 'else if' branch that handles OGC HTTP URL srsName style, so that epsgNr can be extracted from srsName. This doesn't fix the core issue mentionend in the Bug report #29391 though + + Added branch to handle OGC HTTP URI srsName Style. Also adjusted exisiting variable names to account for the extra branch + +Nyall Dawson 2019-06-27 + + [layouts] Make sure changes in the item variable editor when a multiframe + item is selected (i.e. HTML items, attribute tables) are saved + on a multiframe level, instead of an individual frame level. + + In this case we prefer to make the multiframe's scope the main, editable + one. That's because most expressions are evaluated on the multiframe + subclass level, not on a frame-by-frame basis. + + Ideally both would be editable, but for now let's go with the most + useful one. + +Nyall Dawson 2019-06-27 + + [layouts] Add API to set expression variables at a multiframe level + +Nyall Dawson 2019-06-27 + + [layouts] Fix incorrect item variables shown when clicking from + one layout item to another + + (the previous values were still shown) + +Alessandro Pasotti 2019-06-27 + + Fix json(b) representation on feature identify + +D'Hont René-Luc 2019-06-24 + + [Server] Do not expose QgsServerFeatureId to python binding + +D'Hont René-Luc 2019-06-24 + + [Server] WFS GetFeature: use const reference of feature to build response + +D'Hont René-Luc 2019-06-15 + + [Server] wfs utils: Update the way parsing filter and adding a test + +D'Hont René-Luc 2019-05-20 + + [Server] Use primary keys to build feature id + + This is a revival of Server: if there is a primary key, use the pk value(s) as gml id instead of the feature id. #6279 + + In WFS and in WMS GetFeatureInfo (format GML), there is a 'fid' Attribute with a feature identification. Currently, we are using the QGIS feature id there. However, the postgres provider uses an id/value map for some data types (e.g. bigint in 2.18). Therefore, the feature id depends on the fetching order and might not be stable between different requests. So clients cannot use the fid for feature identification. + + This PR fixes that such that primary key values are preferred for the fid. If the data provider does not report any PK columns, there is a fallback to the QGIS feature id. + +Jürgen E. Fischer 2019-06-27 + + translation string fix + +Mathieu Pellerin 2019-06-27 + + [arcgisrest] Only show an 'all layers' mapserver item when multiple layers offered + +Mathieu Pellerin 2019-06-27 + + [arcgisrest] Fix mapserver legend vertical size for large (i.e. hidpi) fonts + +Mathieu Pellerin 2019-06-27 + + [arcgisrest] Fix clipped mapserver legend image + +Merge: 0a7386e6da 49d0e996a7 +Alexander Bruy 2019-06-27 + + Merge pull request #30443 from alexbruy/batch-fix + + use correct method name in the batch input selector for vector layers (fix #30410) + +Martin Dobias 2019-06-27 + + [TilesXYZ] Add metatile size parameter + + Larger values may speed up the rendering and provide better labelling (fewer gaps without labels) + at the expense of using more memory. + + Ported from XYZ Tiles plugin - originally contributed by @nurenda + +Martin Dobias 2019-06-27 + + Revert the leftovers that were added in QgsDataItemProvider cpp/h + +Martin Dobias 2019-06-27 + + Use lambdas to pass data items as captured variables + +Martin Dobias 2019-06-27 + + Add confirmation message boxes for deletion of connections + +Martin Dobias 2019-06-26 + + [wcs] Move GUI parts of data items to QgsDataItemGuiProvider subclass + +Martin Dobias 2019-06-26 + + [wcs] Move gui related stuff to a new file + +Martin Dobias 2019-06-26 + + [wfs] Move GUI parts of data items to QgsDataItemGuiProvider subclass + +Martin Dobias 2019-06-26 + + [wfs] Move gui-related stuff to a new file + +Martin Dobias 2019-06-26 + + [wms] Move GUI parts of data items to QgsDataItemGuiProvider subclasses + +Martin Dobias 2019-06-26 + + Move gui-related metadata to a new file + +Alexander Bruy 2019-06-27 + + use correct method name in the batch input selector for vector layers (fix #30410) + +Even Rouault 2019-06-26 + + [FEATURE] [OGR provider] Handle read-write support for .shz and .shp.zip with GDAL 3.1 + + GDAL 3.1 will bring read-write supprot for single-layer ZIP compressed shape + files (.shz), or multi-layer ones (.shp.zip). Do the few tweaking in QGIS so + that it is handled properly. + + Related GDAL PR: https://github.com/OSGeo/gdal/pull/1676 + +D'Hont René-Luc 2019-06-25 + + Fix storing string representations of doubles in a longlong field + + results in NULL rather than converting value to longlong + with C++ test added + +D'Hont René-Luc 2019-06-25 + + [Tests] Add PyQgsOgcUtils + +Merge: 7761f5f0fe 9c90fdf2f8 +Alessandro Pasotti 2019-06-27 + + Merge pull request #30265 from troopa81/source_missing_keyColumn + + Update datasource when using postgres provider so we have the key column in it + +Merge: a45a6f484d e63a94606d +Alessandro Pasotti 2019-06-27 + + Merge pull request #30391 from troopa81/executesql_raise_unknown_geom + + Raise an exception when geometry field autodetection has failed + +Nyall Dawson 2019-06-27 + + Fix potential crash on exit + + Fixes #30399 + +Nyall Dawson 2019-06-27 + + Fix ui build warning + +Mathieu Pellerin 2019-06-26 + + [arcgisrest] Fix crash when fetching an image errors out + +Mathieu Pellerin 2019-06-26 + + [arcgisrest] Fix root of a mapserver not recognized as layer + +Nyall Dawson 2019-06-27 + + Also use 'title' as a candidate for good field names for identifying features + +Larry Shaffer 2019-06-26 + + Fix __MAC_OS_X_VERSION_MAX_ALLOWED comparison in dark theme function + + Version comparison needs to be numeric, in case __MAC_10_10_4 is not + defined, e.g. some pre-10.14 SDKs + + Forward port of #8938 + +Merge: c224a01faf 6e6b289e7c +Larry Shaffer 2019-06-26 + + [needs-docs] Merge pull request #30227 from boundlessgeo/master_legend-horiz-scroll + +Merge: fdc97ba61f 543673c388 +Alexander Bruy 2019-06-26 + + Merge pull request #30377 from alexbruy/gdal-extra + + [processing] allow passing additional command line parameters to GDAL algorithms + +Alessandro Pasotti 2019-06-26 + + Fix QGIS Server WFS geometryless DescribeFeatureType (#30390) + + Fixes #30381 + +Jürgen E. Fischer 2019-06-26 + + oracle provider: fix build after introduction of static data providers (followup cf2d87837; refs #30234) + +Merge: 984194bfdf aac040534f +Alexander Bruy 2019-06-26 + + Merge pull request #30407 from All4Gis/master + + [processing] Fix exception in BatchInputSelectionPanel + +Martin Dobias 2019-06-26 + + Fix ArcGIS map server provider + + The provider used "arcgismapserver" key but QgsAmsProvider::name() returned just "mapserver" + and during the providers rework the other key was used... + +Fran Raga 2019-06-26 + + issue #30406 + +Julien Cabieces 2019-06-26 + + Remove useless blank line + +Merge: cf2d87837b c3e6b7236d +Matthias Kuhn 2019-06-26 + + Merge pull request #30360 from m-kuhn/fix_use_before_assign + + [dbmanager] Fix use before assign + +Merge: 0e4f0c8555 8e56f51c23 +Martin Dobias 2019-06-26 + + Merge pull request #30234 from PeterPetrik/providers + + [QEP 149] Introduce static data providers + +Mathieu Pellerin 2019-06-26 + + [symbology] Fix broken centroid fill's force point inside polygon + +Nyall Dawson 2019-06-26 + + Fix windows build + +David Signer 2019-06-25 + + mapLayer invokable + +Merge: 87ff0dc558 6b5eaddee3 +Martin Dobias 2019-06-25 + + Merge remote-tracking branch 'origin/master' into providers + +Jürgen E. Fischer 2019-06-25 + + add support for transifex branches + +Martin Dobias 2019-06-25 + + Move qgis 4 todo out of doxygen comment + +Martin Dobias 2019-06-25 + + Fix build + +Julien Cabieces 2019-06-25 + + Raise an exception when geometry field autodetection has failed + +Martin Dobias 2019-06-25 + + Further updates from review + +Martin Dobias 2019-06-25 + + Change FilterType to enum class + rename values to FilterXXX + +Nyall Dawson 2019-06-25 + + Fix incorrect font name in font button tooltips when set to limited + QFont support mode (e.g. most layout font buttons) + +Nyall Dawson 2019-06-25 + + Adapt PROJ search path handling for Proj 6.1.1 + +Nyall Dawson 2019-06-25 + + [processing] Disable "use selected features" checkbox when loading + a non-project layer + + (since these layers can never have selections) + +Nyall Dawson 2019-06-25 + + [processing] Fix exception from field wrappers when "selected features only" + is checked for a vector layer + +Alexander Bruy 2019-06-25 + + also split YAML-based tests into raster and vector and run them as part + of the corresponding algorithms test + +Mathieu Pellerin 2019-06-25 + + [raster] Allow raster providers to hint whether resampling is beneficial + For some providers, such as tiled WMTS/XYZ/AMS, resampling is not + always visually beneficial and can lead to larger downloads + +Alessandro Pasotti 2019-06-25 + + Add NMEA GST Message for GPSInformation.Accuracies (#30274) + + * Update sentence.h + + * Update sentence.h + + * Update sentence.h + + * Update sentence.c + + * Update parse.h + + * Update parse.h + + * Update sentence.h + + * Update parse.c + + * Update qgsnmeaconnection.cpp + + * Update qgsnmeaconnection.cpp + + * Update qgsnmeaconnection.cpp + + * Update info.h + + * Update qgsnmeaconnection.h + + * Update qgsnmeaconnection.h + + * Update parse.c + + * Update parse.c + + * Update parse.c + + - Corrected Buffer Sizecomparison to 6 + - defined Variable for buffer_size + + * Astyle + + * Fix docstrings + +Alexander Bruy 2019-06-25 + + reorganize gdal provider tests + + Now GDAL algorithms test are splitted into parts: general tests, raster + algorithms and vector algorithms. This makes testing a bit faster and + easier, as there is no need to run not related tests. + +Alexander Bruy 2019-06-25 + + additional parameters for buildvrt algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for translae algorithm + +Alexander Bruy 2019-06-24 + + add test for slope algorithm and allow additional command line + parameters + +Alexander Bruy 2019-06-24 + + additional parameters for sieve algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for retile algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for proximity algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for polygonize algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for pansarpening algorithm + +Alexander Bruy 2019-06-24 + + more tests for nearblack algorithm + and add support for additional command line parameters + +Alexander Bruy 2019-06-24 + + cover gdal merge algorithm with test and add support for additional + command line parameters + +Alexander Bruy 2019-06-24 + + additional parameters for hillshade algorithm + +Alexander Bruy 2019-06-24 + + additional parameters for grid nearest neighbor + +Alexander Bruy 2019-06-24 + + additional parameters for grid linear + +Alexander Bruy 2019-06-24 + + additional command line parameters for grid IDW NN + +Alexander Bruy 2019-06-24 + + additional parameters support for grid inverse distance + +Alexander Bruy 2019-06-24 + + additional parameters for grid data metrics algorithm + +Alexander Bruy 2019-06-24 + + additional parameters support for grid average algorithm + +Alexander Bruy 2019-06-24 + + additional parameters support in gdalinfo algorithm + +Alexander Bruy 2019-06-24 + + allow additional parameters for gdal_calc + +Alexander Bruy 2019-06-24 + + additional parameters for gdaladdo algorithm + +Alexander Bruy 2019-06-24 + + support for additional command line parameters and creation options in + the fillnodata algorithm + +Alexander Bruy 2019-06-24 + + allow pass additional parameters in the contour algorithm + +Alexander Bruy 2019-06-24 + + fix not used creation options parameter in the color relief algorithm and + allow to pass additional command line parameters to it + +Alexander Bruy 2019-06-24 + + allow to pass additional parameters to the clip raster by mask algorithm + +Alexander Bruy 2019-06-24 + + allow to pass additional parameters to the clip raster by extent + algorithm + +Alexander Bruy 2019-06-24 + + allow to pass additional command-line parameters to aspect algorithm + +Merge: c0643680cf 8f3b86f2e9 +Alexander Bruy 2019-06-25 + + Merge pull request #30344 from alexbruy/graduated-classes + + update number of classes in the graduated renderer (fix #29796) + +Merge: eb28199ad0 674e5d728f +Matthias Kuhn 2019-06-25 + + Merge pull request #30363 from m-kuhn/no_hide_toolbars_qgis_welcome_page + + Revert "Hide panels and toolbars on welcome page" + +Matthias Kuhn 2019-06-25 + + Update python/plugins/db_manager/db_plugins/postgis/connector.py + + Co-Authored-By: Etienne Trimaille + +Mathieu Pellerin 2019-06-25 + + [FEATURE][raster] Customizable default resampling settings for newly-added raster layers + +Mathieu Pellerin 2019-06-25 + + [testcase] Properly test resizing of locked scale map canvas + +Merge: a812bee24a 9b1d08009d +Alessandro Pasotti 2019-06-24 + + Merge pull request #30354 from elpaso/gps-time + + GPS timestamp support + +Alessandro Pasotti 2019-06-24 + + Fix bindings + +Matthias Kuhn 2019-06-24 + + Revert "Hide panels and toolbars on welcome page" + + This reverts commit 573d5a0318e515d58a7ccbca486619533fc5fd44. + + Fix #30353 + +Merge: 15961c2207 ce2b2aeac3 +Matthias Kuhn 2019-06-24 + + Merge pull request #30325 from m-kuhn/clang_tidy_f + + Apply clang-tidy fixes + +D'Hont René-Luc 2019-06-24 + + Fix SIP file not up to date: core/auto_generated/qgsfieldproxymodel.sip + + Introduced by 39fb9ce84a4b1743ddccb6a2cf842f06d17eb124 Merge branch 'master' into on-screen-navigation + +Mathieu Pellerin 2019-06-24 + + [map canvas] Fix scale change when resizing in locked scale mode + +Matthias Kuhn 2019-06-24 + + [dbmanager] Fix use before assign + +Nyall Dawson 2019-06-24 + + Fix missed icon change + +Merge: c52601c37d ff24ab53ef +Martin Dobias 2019-06-24 + + Merge branch 'master' into on-screen-navigation + +Alessandro Pasotti 2019-06-24 + + Use QgsFieldComboBox instead of a plain combo + +Alessandro Pasotti 2019-06-24 + + Remove redundant checks and apply recommendations + +Alessandro Pasotti 2019-06-24 + + Code polishing (fix warnings and log error messages) + +Alessandro Pasotti 2019-06-21 + + Save time with localtime and tz options + + This will save a wrong time in most TZ aware + storages when an option different than UTC + is chosen, but we have no way to know that + from the widget. + +Alessandro Pasotti 2019-06-20 + + Add tests for linestring and leap seconds + +Alessandro Pasotti 2019-06-20 + + Fix cast warnings + +Alessandro Pasotti 2019-06-20 + + Fix preferred fields storage + +Alessandro Pasotti 2019-06-20 + + GPS timestamp support with tests + +Alessandro Pasotti 2019-06-19 + + Added GPS timestamp options + +Alessandro Pasotti 2019-06-10 + + Internally store last GPS time + +Alexander Bruy 2019-06-12 + + outputs can not be advanced + +Alexander Bruy 2019-06-12 + + [processing][feature][needs-docs] allow to define model parameters as + advanced + +Nyall Dawson 2019-06-24 + + Add DateTime filter support to QgsFieldProxyModel + +Nyall Dawson 2019-06-24 + + Add note about new nmea upstream + +Merge: 30cee81fa7 da87731b18 +Matthias Kuhn 2019-06-24 + + Merge pull request #30346 from nyalldawson/templates + + Project Templates fixes + +Julien Cabieces 2019-06-24 + + Add unit test + +Mathieu Pellerin 2019-06-24 + + [ui] Fix color ramp shader widget auto label function + +Mathieu Pellerin 2019-06-24 + + [ui] When the color ramp shader widget list of values has been + customized, maintain those values when modifying the color ramp + (fixes #30345) + +Nyall Dawson 2019-06-24 + + Scroll-per-pixel on welcome page + + Makes for a smoother experience + +Nyall Dawson 2019-06-24 + + Fix error message when double-cliking the 'empty project' action on the welcome screen + +Nyall Dawson 2019-06-24 + + Fix duplicate "save as template" action being shown under the + "Open Project From" menu item + +Nyall Dawson 2019-06-24 + + Don't mark projects created from a template as immediately dirty + + Creating a new project from a template shouldn't prompt users to + save it if they immediately close the new project without changes + +Nyall Dawson 2019-06-24 + + [needs-docs] Tweak "delete selected" icon + + This action operates on a selection of features, so should have + the yellow square indicator to hint this to users + +Martin Dobias 2019-06-23 + + Pass uri in createProvider() as a reference, not a pointer + +Alexander Bruy 2019-06-23 + + update number of classes in the graduated renderer after adding new + classes with the histogram (fix #29796) + +Martin Dobias 2019-06-23 + + Do not export classes which do not need to be exported + +Martin Dobias 2019-06-23 + + Moved QgsOgrDbTableModel from qgis_core to qgis_gui + +Martin Dobias 2019-06-23 + + Fix loading of default style from provider (database) + +Merge: 3039aeabd7 017f41f96c +Alexander Bruy 2019-06-23 + + Merge pull request #30333 from alexbruy/postgis-layer + + [processing] remove trailing semicolon from SQL before creating a layer (fix #30239) + +Merge: 1f20e9121f 71fac3bbd2 +Alexander Bruy 2019-06-23 + + Merge pull request #30331 from alexbruy/random-points + + [processing] assign correct ids to features in the random points in polygons algorithm (fix #26321) + +Merge: 60b30246cd 53f1acd7bb +Alexander Bruy 2019-06-23 + + Merge pull request #30329 from alexbruy/grass-rstreams + + [processing] set correct default for r.stream.extract algorithm (fix #30231) + +Even Rouault 2019-06-22 + + QgsApplication::init(): fix a use-after-free with PROJ 6 + + `var = some_string.toUtf8().constData()` results in a use-after-free + situation, so make a temporary copy of the string. + This resulted in proj.db not being found on my system due to corrupted + memory being passed to PROJ. And Valgrind also complained about this: + + ==11754== Invalid read of size 1 + ==11754== at 0x4C31042: strlen (vg_replace_strmem.c:461) + ==11754== by 0xA6DE536: std::__cxx11::basic_string, std::allocator >::basic_string(char const*, std::allocator const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25) + ==11754== by 0x173E1A1F: _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_IRKPKcEEEvPT_DpOT0_ (new_allocator.h:120) + ==11754== by 0x173E17C1: _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_IRKPKcEEEvRS6_PT_DpOT0_ (alloc_traits.h:530) + ==11754== by 0x173E184D: void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_emplace_back_aux(char const* const&) (vector.tcc:416) + ==11754== by 0x173E1788: void std::vector, std::allocator >, std::allocator, std::allocator > > >::emplace_back(char const* const&) (vector.tcc:101) + ==11754== by 0x173E0D23: internal_proj_context_set_search_paths (open_lib.cpp:133) + ==11754== by 0x363A8516: QgsApplication::init(QString) (qgsapplication.cpp:316) + ==11754== by 0x363AF666: QgsApplication::initQgis() (qgsapplication.cpp:1171) + ==11754== by 0x3D814625: meth_QgsApplication_initQgis (sip_corepart1.cpp:292121) + ==11754== by 0x4EA10E: PyCFunction_Call (in /usr/bin/python3.5) + ==11754== by 0x536D93: PyEval_EvalFrameEx (in /usr/bin/python3.5) + ==11754== Address 0x30aa7348 is 24 bytes inside a block of size 128 free'd + ==11754== at 0x4C2EF90: free (vg_replace_malloc.c:540) + ==11754== by 0x32FA519A: QTypedArrayData::deallocate(QArrayData*) (qarraydata.h:237) + ==11754== by 0x32F9F09A: QByteArray::~QByteArray() (qbytearray.h:462) + ==11754== by 0x363A84AE: QgsApplication::init(QString) (qgsapplication.cpp:313) + ==11754== by 0x363AF666: QgsApplication::initQgis() (qgsapplication.cpp:1171) + ==11754== by 0x3D814625: meth_QgsApplication_initQgis (sip_corepart1.cpp:292121) + ==11754== by 0x4EA10E: PyCFunction_Call (in /usr/bin/python3.5) + ==11754== by 0x536D93: PyEval_EvalFrameEx (in /usr/bin/python3.5) + ==11754== by 0x53FC96: ??? (in /usr/bin/python3.5) + ==11754== by 0x53B83E: PyEval_EvalFrameEx (in /usr/bin/python3.5) + ==11754== by 0x53FC96: ??? (in /usr/bin/python3.5) + ==11754== by 0x5409BE: PyEval_EvalCode (in /usr/bin/python3.5) + ==11754== Block was alloc'd at + ==11754== at 0x4C301AF: realloc (vg_replace_malloc.c:836) + ==11754== by 0x31C05A08: QArrayData::reallocateUnaligned(QArrayData*, unsigned long, unsigned long, QFlags) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==11754== by 0x31C0834E: QByteArray::reallocData(unsigned int, QFlags) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==11754== by 0x31C08543: QByteArray::resize(int) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==11754== by 0x31E406FA: ??? (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==11754== by 0x31C8826F: QString::toUtf8_helper(QString const&) (in /opt/qt59/lib/libQt5Core.so.5.9.1) + ==11754== by 0x3507EDA5: QString::toUtf8() const & (qstring.h:516) + ==11754== by 0x363A8493: QgsApplication::init(QString) (qgsapplication.cpp:313) + ==11754== by 0x363AF666: QgsApplication::initQgis() (qgsapplication.cpp:1171) + ==11754== by 0x3D814625: meth_QgsApplication_initQgis (sip_corepart1.cpp:292121) + ==11754== by 0x4EA10E: PyCFunction_Call (in /usr/bin/python3.5) + ==11754== by 0x536D93: PyEval_EvalFrameEx (in /usr/bin/python3.5) + ==11754== + +Alexander Bruy 2019-06-22 + + [processing] remove trailing semicolon from SQL before creating + layer (fix #30239) + +Alexander Bruy 2019-06-22 + + [processing] assign correct ids to features in the random points in + polygons algorithm (fix #26321) + +Alexander Bruy 2019-06-22 + + [processing] set correct default for r.stream.extract algorithm (fix #30231) + +Matthias Kuhn 2019-06-22 + + More clang tidy fixes + +Matthias Kuhn 2019-06-22 + + Apply clang-tidy fixes + +Merge: 3a30a5b6ba ef8f06330f +Matthias Kuhn 2019-06-22 + + Merge pull request #30323 from m-kuhn/missing_include + + Add missing include + +Matthias Kuhn 2019-06-22 + + Add missing include + + Fix https://github.com/qgis/QGIS/issues/30316 + +Merge: 8f629cab5e 395486b694 +Matthias Kuhn 2019-06-22 + + Merge pull request #30320 from olivierdalang/fix_30260 + + fix #30260 + +olivierdalang 2019-06-22 + + fix #30260 + +olivierdalang 2019-06-21 + + [FEATURE][processing] new algorithm point to layer + +Matthias Kuhn 2019-06-04 + + QStringLiteral + +Martin Dobias 2019-06-21 + + Patch QgsProviderMetadata in Python to avoid API break + + In C++ we do not support QgsProviderMetadata(key, description, createFunc) anymore, + but for python code we can have a patched class that still supports createFunc. + + Why not keep the variant with createFunc in C++ as well? Because... SIP! + With newly added virtual methods in QgsProviderMetadata, SIP started to generate + a sip-specific subclass to handle derived classes in Python, however due to the variant + with PyObject* and custom MethodCode it was getting confused about what constructors + are available in C++ and failing to compile. + +Martin Dobias 2019-06-21 + + Remove description() from QgsProviderGuiMetadata - it is not needed there + +Martin Dobias 2019-06-21 + + Migrate postgres provider away from deprecated QgsProjectStorage APIs + +Martin Dobias 2019-06-21 + + Start using QgsProjectStorageGuiRegistry + its providers (gpkg projects work again) + + Also deprecate gui methods in QgsProjectStorage but keep compatibility + +Merge: db18ef260f 6e8d5718ce +Matthias Kuhn 2019-06-21 + + Merge pull request #30308 from DelazJ/composerHelpButtons + + Add help button and link user manual to some print layout dialogs + +Merge: 5e1ca35373 784bdb7f90 +Matthias Kuhn 2019-06-21 + + Merge pull request #30281 from nyalldawson/text_symbol + + Handle text formats in style manager + +Merge: 0640e51e48 68635d8f4c +Matthias Kuhn 2019-06-21 + + Merge pull request #10020 from m-kuhn/teamplates_on_welcome_page + + Templates on welcome page + +Merge: 2b95707838 19ff856fdc +Matthias Kuhn 2019-06-21 + + Merge pull request #10005 from ghtmtt/processing_climb + + [Processing] climb along line algorithm + +Merge: c5c6877513 641a9b7276 +Matthias Kuhn 2019-06-21 + + Merge pull request #30113 from m-kuhn/ssl_certificate_check_ssl_cleanup + + Cleanup dockerfile customizations + +Jürgen E. Fischer 2019-06-21 + + INSTALL: remove outdated 'precise' reference + +Jürgen E. Fischer 2019-06-21 + + Bump version to 3.9 + +Jürgen E. Fischer 2019-06-21 + + changelog and news update for 3.8 + +Jürgen E. Fischer 2019-06-21 translation update for 3.8 from transifex -Juergen E. Fischer 2019-06-21 +Jürgen E. Fischer 2019-06-21 release.pl: don't include .patch on update-news.pl call @@ -18,20 +11474,195 @@ Matthias Kuhn 2019-06-21 Fix docstring -Juergen E. Fischer 2019-06-21 +Jürgen E. Fischer 2019-06-21 dxf export: fix export of curved geometries +Matthias Kuhn 2019-06-06 + + Remove temporary ssl docker fixes + +Martin Dobias 2019-06-21 + + Fixes to providers (oracle, correct grouping of methods with HAVE_GUI) + +Nyall Dawson 2019-06-21 + + Update src/gui/symbology/qgsstylesavedialog.h + +Nyall Dawson 2019-06-21 + + Update tests/src/python/test_qgsstylemodel.py + +Nyall Dawson 2019-06-21 + + Update python/gui/auto_generated/symbology/qgsstylesavedialog.sip.in + +Merge: 4fdcc4b5a4 059277ceca +Matthias Kuhn 2019-06-21 + + Merge branch 'master' into composerHelpButtons + +Nyall Dawson 2019-06-21 + + Unit tests + +Nyall Dawson 2019-06-21 + + When saving a new symbol to the style, default to tagging it with + the current tag filter (if set) + Harrissou Sant-anna 2019-06-21 Remove some dialogs geometry size settings replaced with automatic restoring -nirvn 2019-06-21 +Mathieu Pellerin 2019-06-21 [ui] Fix undersized labelling engine settings button on hidpi screens +Harrissou Sant-anna 2019-06-21 + + Add help button and link to user manual + + to some print layout dialogs + +Nyall Dawson 2019-06-21 + + Fix strings + +Nyall Dawson 2019-06-21 + + Tweak label settings preview to add label icon overlay + +Nyall Dawson 2019-06-21 + + Allow saving label settings from layer settings + +Nyall Dawson 2019-06-21 + + Add icons in add style entity actions + +Nyall Dawson 2019-06-21 + + Gui tweaks + +Nyall Dawson 2019-06-21 + + More wip + +Nyall Dawson 2019-06-20 + + Style model work + +Nyall Dawson 2019-06-20 + + Allow label settings gui widget to work widget layers + +Nyall Dawson 2019-06-20 + + [FEATURE] Allow storage of label settings in style manager + + Just like the earlier change which allows for text formats to + be managed in style manager, this change allows for layer-wide + label settings to be stored and managed in styles. + + So while a text format includes just the font settings and other + appearance related settings, Label Settings also includes layer-type + specific settings such as label placement, priority, rendering + settings. + +Nyall Dawson 2019-06-20 + + Sync column sizes in all style item list widgets + +Nyall Dawson 2019-06-20 + + Fix dox + +Nyall Dawson 2019-06-20 + + Improve handling of favorites in QgsStyleModel and proxy model + + Fixes favorite entities sometimes incorrectly filtered out + +Nyall Dawson 2019-06-20 + + Spelling + +Nyall Dawson 2019-06-20 + + Eye candy overload: Make background rectangle on text format preview + icons a very subtle gradient, make outline a variant of the actual + background color instead of always a grey. + + Please enter the commit message for your changes. Lines starting + +Nyall Dawson 2019-06-19 + + [needs-docs] Move some lesser-used label format settings from first page to + "formatting" page + + Makes room for a larger text format style list + +Nyall Dawson 2019-06-19 + + [needs-docs] Add text format widget below label settings + + This adds a new list below the first tab of label settings, which + shows a filterable list of text formats stored within the user's + style manager database. It's the equivalent of the symbol library + which is shown below symbol settings when styling vector + layers. + + This allows users to easily set label format to match styles + saved in the local style database, and also to add a new + text format to the style database based on the current + label formatting settings. + +Nyall Dawson 2019-06-19 + + Split symbol list off to its own reusable widget + +Nyall Dawson 2019-06-19 + + Preview icons for text symbols + +Nyall Dawson 2019-06-19 + + [FEATURE] Allow creation and editing of text formats through style manager dialog + + This allows the style manager to be used to manage text formats, + which store the font, color, buffers, shadows, and backgrounds + of text formats (i.e. all the formatting parts of label settings, + which can be used outside of labels, eg in layouts) + + Text Formats are added alongside the existing symbols and color + ramp management options, and offer identical functionality as these. + +Nyall Dawson 2019-06-19 + + Start exposing text formats via GUI + +Nyall Dawson 2019-06-19 + + Auto update existing style databases to add new text format table + +Nyall Dawson 2019-06-19 + + Move label preview background color setting to QgsTextFormat + + So that we can utilise it outside of labeling + +Nyall Dawson 2019-06-19 + + Add support for text formats to QgsStyleModel + +Nyall Dawson 2019-06-19 + + [API] Add support for text renderer formats to QgsStyle + Nyall Dawson 2019-06-21 Fix string values are always repeated in expression build field values list @@ -75,14 +11706,30 @@ Tom Elwertowski 2019-06-20 macOS needs path to GEOS framework for PAL -Juergen E. Fischer 2019-05-17 +Larry Shaffer 2019-06-20 + + Add padding so indicator icon does not look misaligned to background + +Larry Shaffer 2019-06-20 + + Make layer tree layer mark just a thin line; remove context menu action + +Jürgen E. Fischer 2019-05-17 windows: fix retrieval of user name and full name with special characters -Juergen E. Fischer 2019-06-20 +Jürgen E. Fischer 2019-06-20 osgeo4w: change start directory of shortcuts to 'my documents' +Martin Dobias 2019-06-20 + + Revert api changes in gui registries to fix some tests + +Martin Dobias 2019-06-20 + + Doxy fix + remove extra QgsProviderMetadata constructor + Merge: fa1d6bbf61 6dfe113d67 Denis Rouzaud 2019-06-20 @@ -90,6 +11737,14 @@ Denis Rouzaud 2019-06-20 do not use unique_ptr for QGraphicsItem +Martin Dobias 2019-06-20 + + Doxygen fixes and api break fixes + +Martin Dobias 2019-06-20 + + Misc fixes for provider registry/metadata deprecated functions + Merge: 0290342e6e 6b5393798c Matthias Kuhn 2019-06-20 @@ -104,10 +11759,22 @@ Alessandro Pasotti 2019-06-20 Server wms bbox wrong transform on empty layers +Martin Dobias 2019-06-20 + + Revert API break and move WidgetMode back to QgsProviderRegistry + +Martin Dobias 2019-06-20 + + travis fixes + Matthias Kuhn 2019-06-20 Improved fix +Martin Dobias 2019-06-20 + + Remove some deprecation warnings + Alessandro Pasotti 2019-06-20 Catch coord transform exception and log it @@ -178,6 +11845,73 @@ Nyall Dawson 2019-05-03 Fixes errors when packaging certain source layers. +Martin Dobias 2019-06-20 + + code layout fixes + +Martin Dobias 2019-06-19 + + Added sip files for newly added classes + +Martin Dobias 2019-06-19 + + Misc fixes to get the branch compiling & running with Python + + - grass data item provider fixes + - removed QgsProviderMetadata constructor (with std::function / PyObject) due to sip errors (api break) + - reverted DataCapability move to Qgis - back to QgsDataProvider (avoiding api breaks) + - WidgetMode enum documentation + - sipify monkey patching fix + - renamed WidgetMode's "None" to "Normal" value - in python None has special meaning (api break) + +Larry Shaffer 2019-06-19 + + Add layer tree layer contextual menu mark, floating on right of viewport + + This accomplishes several things: + - Offers an indication to user that there are layer-related actions + - Single click access to contextual menu + - Offers an indication to user where layers are located when viewport is + horizontally scrolled to right, and layer names are not visible + +Larry Shaffer 2019-06-19 + + Draw layer tree layer indicator background, for when floating over text + +Larry Shaffer 2019-06-19 + + Reset minimum section size to layer tree veiwport width on resize + + Since last column is resized to content (instead of stretched), the + active selection rectangle ends at width of widest visible item in tree, + regardless of which item is selected. This causes layer indicators to + become 'inactive' (not clickable and no tool tip) unless their rectangle + enters the view item's selection (active) rectangle. Always resetting + the minimum section size relative to the viewport ensures the view + item's selection rectangle extends to the right edge of the viewport, + which allows indicators to become active again. + +Larry Shaffer 2019-06-19 + + Draw layer tree layer item indicators floating on right of viewport + + Also, remove adjustment of layer text rectangle, since veiwport scrolls + horizontally now. + +Larry Shaffer 2019-06-19 + + Set embedded opacity widget min/max size; add expanding spacer + + Expandable subwidgets should have min/max sizes in a layout and the + appended expanding QSpacerItem ensures full width is always created in + the QTreeView item's column. In turn, this ensures layer indicators are + always over an active part of the selected item, and expandable control + subwidgets do not expand excessively. + +Larry Shaffer 2019-06-19 + + Fix vertical clipping of legend graphics; scroll per pixel + Matthias Kuhn 2019-06-19 Do not assume we can randomly access std::vector elements without pushing them @@ -214,6 +11948,28 @@ Alessandro Pasotti 2019-06-19 Fixes #30264 +Richard Duivenvoorde 2019-06-19 + + Add option for RFC7946 (no crs) creation + + See issue #30257 + + Adding this OGR option, a geojson can be created without the + crs part in it (now it always has). + +Éric Lemoine 2019-06-19 + + Improve the extentBuffer API docs + +Éric Lemoine 2019-06-19 + + Add tooltip for the TileBuffer setting + +Julien Cabieces 2019-06-19 + + Update datasource when using postgres provider so we have the key + column in it + Denis Rouzaud 2019-06-18 put back QT_SELECT @@ -244,12 +12000,57 @@ Denis Rouzaud 2019-06-18 freeze happens with clang when building the bindings +Éric Lemoine 2019-06-18 + + Fix code styling + +Éric Lemoine 2019-06-18 + + Add missing const's + +Éric Lemoine 2019-06-18 + + Set extent buffer in configureMapSettings + +Éric Lemoine 2019-06-18 + + Add a unit test for QgsMapSettings::extentBuffer + +Peter Petrik 2019-06-04 + + [QEP 149] Introduce static data providers [API BREAK] + + - adds QgsProviderGuiRegistry and QgsProviderGuiMetadata + - adds QgsProjectStorageGuiRegistry + - requires providerMetadataFactory for dynamic data providers + - requires providerMetadataGuiFactory for dynamic data providers (GUI only) + - removes QgsProviderRegistry::WidgetMode + Martin Dobias 2019-06-17 Fix handling of relative paths for XYZ tiles using file:/// URLs XYZ tiles raster layer supports usage of file-based URLs, so it should also support saving of URLs as relative paths in project files. +Éric Lemoine 2019-06-18 + + Reformat mapTileBuffer signature + +Éric Lemoine 2019-06-18 + + Improve the API docs + +Éric Lemoine 2019-06-18 + + Update API docs for wmsTileBuffer + +Éric Lemoine 2019-06-18 + + Keep the destination image of the same size + + Use a bigger extent for getFeatures but keep the destination image of the + same size. + Merge: bff757a518 242c9fcfba Matthias Kuhn 2019-06-18 @@ -263,7 +12064,7 @@ Matthias Kuhn 2019-06-17 Fixes #30249 -Juergen E. Fischer 2019-06-17 +Jürgen E. Fischer 2019-06-17 update crash reports for github @@ -301,7 +12102,7 @@ Nyall Dawson 2019-06-15 Correctly ignore unwanted drag events in QgsMapLayerComboBox -Juergen E. Fischer 2019-06-17 +Jürgen E. Fischer 2019-06-17 translation string fixes @@ -319,11 +12120,11 @@ Matthias Kuhn 2019-06-17 [needs-docs] Add --version|-v cli option to qgis executable -Juergen E. Fischer 2019-06-17 +Jürgen E. Fischer 2019-06-17 wfs provider: fix invalid feature id assignment (fixes #29146) -Juergen E. Fischer 2019-06-14 +Jürgen E. Fischer 2019-06-14 dxf/dwg import: revert some formatting changes from 2f3646a14 @@ -449,6 +12250,21 @@ Nyall Dawson 2019-06-14 Fix duplicate (and missing) signals from QgsMapLayerComboBox, add tests +Larry Shaffer 2019-06-14 + + Limit the maximum width of legend embedded widgets + + Since column is resized to contents, limit the expanded width of + embedded widgets, if they are not already limited. + + Else, embedded widget may grow very wide due to large legend graphics. + +Larry Shaffer 2019-06-05 + + Ensure layer legend graphics are horizontally scrollable (fixes #28050) + + Redmine: https://issues.qgis.org/issues/20229 + Nyall Dawson 2019-06-14 [layouts] Always use the correct legend size when rendering legends @@ -467,7 +12283,7 @@ Harrissou Sant-anna 2019-06-14 there's enough place Merge: e3f141c708 0499a933c1 -rldhont 2019-06-14 +D'Hont René-Luc 2019-06-14 Merge pull request #30215 from rldhont/server-getcontext-fix-hidden @@ -484,11 +12300,11 @@ Jorge Gustavo Rocha 2019-06-14 show version information on std::cout on Windows -rldhont 2019-06-14 +D'Hont René-Luc 2019-06-14 [Test][Server] GetContext: Fix hidden attribute -rldhont 2019-06-14 +D'Hont René-Luc 2019-06-14 [Bugfix][Server] GetContext: Fix hidden attribute value based on tree layer visibility @@ -617,7 +12433,7 @@ Alessandro Pasotti 2019-06-13 Use Oid alias instead of unsigned int in PG provider -nirvn 2019-06-13 +Mathieu Pellerin 2019-06-13 [arcgis] Browser and source selector should only return appropriate layer type @@ -1068,7 +12884,11 @@ Alessandro Pasotti 2019-06-08 Fixes #30131 and add tests for jsonutils -nirvn 2019-06-07 +Ismail Sunni 2019-06-08 + + Fix indentation. + +Mathieu Pellerin 2019-06-07 [arcgisrest] Fix drawing of large areas for non-tiled raster layers @@ -1084,6 +12904,18 @@ Nyall Dawson 2019-06-07 On zooming too far into a mapserver layer, just use best available resolution tiles and don't abort renderering +Ismail Sunni 2019-06-07 + + Add bool argument to avoid sender check in slot. + +Ismail Sunni 2019-06-07 + + Remove unnecessary destructor. + +Ismail Sunni 2019-06-07 + + Add proper comment. + Martin Dobias 2019-06-07 Switch back to using passing by value @@ -1104,7 +12936,7 @@ Martin Dobias 2019-06-06 Related to #29400 (but does not fix it) -nirvn 2019-06-07 +Mathieu Pellerin 2019-06-07 [arcgisrest] Fix parsing of imageserver raster layer @@ -1150,6 +12982,10 @@ Martin Varga 2019-06-03 [processing] added new options (alpha, quality, tile_size) to xyz alg +matteo 2019-06-07 + + pretty format for feedback + Nyall Dawson 2019-06-07 Fix various clazy warnings @@ -1219,6 +13055,70 @@ Matthias Kuhn 2019-06-06 Extended validity period +Ismail Sunni 2019-06-06 + + Add missing documentation. + +Ismail Sunni 2019-06-06 + + Fix code style. + +Ismail Sunni 2019-06-06 + + Store visibility of navigation widget to setting. + +Ismail Sunni 2019-06-06 + + Remove unused include, add proper header, and put string in translation function. + +Ismail Sunni 2019-06-06 + + Use QwtCompas for rotation dial. + +Ismail Sunni 2019-06-05 + + Sync rotation between 3D map and rotation widget. + +Ismail Sunni 2019-06-05 + + Fix rotation map value. + +Ismail Sunni 2019-06-05 + + Add icons for tilt up/down. + +Ismail Sunni 2019-06-03 + + Add move to 4 directions buttons. + +Ismail Sunni 2019-06-03 + + Use QToolButton for flat buttons. + +Ismail Sunni 2019-06-03 + + Add icons for 3d navigation tool button. + +Ismail Sunni 2019-06-03 + + Add icons for tilt and zoom buttons. + +Ismail Sunni 2019-06-01 + + Add behaviour for tilt up/down and rotate view. + +Ismail Sunni 2019-06-01 + + Add behavior for zoom in/out buttons. + +Ismail Sunni 2019-05-31 + + Add button to toggle the navigation widget. + +Ismail Sunni 2019-05-31 + + Add navigation widget and compiled succesfully. + Merge: 6b8aa01428 b8e94e9a5e Matthias Kuhn 2019-06-06 @@ -1500,6 +13400,18 @@ Alexander Bruy 2019-06-05 [dbmanager] add primary key to the view created by versioning plugin (fix #25888) +lbartoletti 2019-06-05 + + silly and unmodified copy/paste + +lbartoletti 2019-06-05 + + troopa's style + +lbartoletti 2019-06-05 + + fix qgis_spelling + Merge: 416e387e58 b950c9e05f Matthias Kuhn 2019-06-04 @@ -1598,6 +13510,10 @@ Matthias Kuhn 2019-06-04 Code modernization +lbartoletti 2019-06-04 + + New parameter for WMS service: tile_buffer [needs-docs][FEATURE] + Nyall Dawson 2019-06-03 [needs-docs] Make label map tools follow click-click behavior @@ -1776,11 +13692,11 @@ Nyall Dawson 2019-06-01 available for use in QGIS without requiring administrator access to the system. -Juergen E. Fischer 2019-06-01 +Jürgen E. Fischer 2019-06-01 processing: avoid fetching the layer parameters when not executing -Juergen E. Fischer 2019-05-31 +Jürgen E. Fischer 2019-05-31 processing: add option to select directory to recurse for files (fixes regression with a number of tools that used to have this - eg. buildvrt for instance) @@ -1873,7 +13789,7 @@ Nyall Dawson 2019-05-31 Fix exception in BatchAlgorithmDialog -Juergen E. Fischer 2019-05-29 +Jürgen E. Fischer 2019-05-29 fix windows build @@ -1921,7 +13837,7 @@ Martin Dobias 2019-05-29 Fixes #28800 Fixes #26706 -nirvn 2019-05-30 +Mathieu Pellerin 2019-05-30 [layout][ui] Fix missing opacity setting for the label font color button @@ -2216,7 +14132,7 @@ Alessandro Pasotti 2019-05-28 Fixes #29980 -nirvn 2019-05-28 +Mathieu Pellerin 2019-05-28 [labeling][ui] Fix broken multiline alignment combo box - setup geometry generator ui stuff first to properly initiate combobox @@ -2339,6 +14255,86 @@ Alessandro Pasotti 2019-05-27 Fix raster calculator invalid expressions +Matthias Kuhn 2019-05-27 + + Correct enum + +Matthias Kuhn 2019-05-23 + + Add missing include + +Matthias Kuhn 2019-05-22 + + Add default parameter + +Matthias Kuhn 2019-05-23 + + Improve empty project item on templates + +Matthias Kuhn 2019-05-22 + + Project Templates instead of simply Templates + +Matthias Kuhn 2019-05-22 + + Hide recent projects if empty + +Matthias Kuhn 2019-05-22 + + Improve empty project preview image + +Matthias Kuhn 2019-05-22 + + Revert tabbing of welcome page + +Matthias Kuhn 2019-05-22 + + Move project list item delegate to new file + +Matthias Kuhn 2019-05-22 + + Centralize project preview creation + +Matthias Kuhn 2019-05-22 + + Hide panels and toolbars on welcome page + +Matthias Kuhn 2019-05-20 + + Reogranize welcome page + +Matthias Kuhn 2019-05-17 + + Fix broken doc links + +Matthias Kuhn 2019-05-17 + + Update src/app/qgswelcomepage.cpp + + Co-Authored-By: Nyall Dawson + +Matthias Kuhn 2019-05-17 + + Update src/app/qgswelcomepage.cpp + + Co-Authored-By: Nyall Dawson + +Matthias Kuhn 2019-05-16 + + Add a template list to the welcome screen + +Matthias Kuhn 2019-05-16 + + Code style + +Matthias Kuhn 2019-05-15 + + Add preview image to qgz files + +Matthias Kuhn 2019-05-14 + + Rename welcomepageitemsmodel to recentprojectsitemmodel + Alessandro Pasotti 2019-05-27 Fix raster calculator invalid expressions @@ -2394,7 +14390,7 @@ Alessandro Pasotti 2019-05-27 More QVariant test fixes -nirvn 2019-05-27 +Mathieu Pellerin 2019-05-27 [symbology] Fix point pattern displacement logic to match pre 3.8 @@ -2443,7 +14439,7 @@ Alexander Bruy 2019-05-24 load style from the QML file with the same name as layer file name for GeoPackages, CSV and SpatiaLite (fix #21691) -volaya 2019-05-24 +Víctor Olaya 2019-05-24 [processing] do not declare output of saveselectfeatures as points @@ -2507,7 +14503,7 @@ Even Rouault 2019-05-26 [WFS provider] Support layers with GML field names only differing by cases (github fixes #29858) -volaya 2019-05-26 +Víctor Olaya 2019-05-26 [processing] fixed method name in gui wrapper after API renaming @@ -2630,7 +14626,7 @@ Nyall Dawson 2019-05-23 Fixes #21779 -volaya 2019-05-23 +Víctor Olaya 2019-05-23 [processing] do not export sdat files provided as part of a multiple raster input @@ -2652,7 +14648,7 @@ Alessandro Pasotti 2019-05-23 db-manager: Update input layer and table names -volaya 2019-05-23 +Víctor Olaya 2019-05-23 [processing] fixed description of SAGA gaussian filter algorithm @@ -2686,7 +14682,7 @@ Alexander Bruy 2019-05-23 [processing] split r.sun into two algorithms as it has mutually exclusive options (fix #21637) -nirvn 2019-05-22 +Mathieu Pellerin 2019-05-22 [effects] Fix blur radius not taking dpi into account (fixes #14885) @@ -2749,7 +14745,7 @@ Nyall Dawson 2019-05-22 Fixes #20538 -Juergen E. Fischer 2019-05-22 +Jürgen E. Fischer 2019-05-22 fix build of grassrasterprovider @@ -2821,7 +14817,7 @@ Blottiere Paul 2019-05-22 Image proportion when filter geom is defined -Juergen E. Fischer 2019-05-22 +Jürgen E. Fischer 2019-05-22 fix windows build on x86 @@ -2991,7 +14987,7 @@ Nyall Dawson 2019-05-21 Adjust precision of some processing tests to allow them to pass under proj 6 -nirvn 2019-05-21 +Mathieu Pellerin 2019-05-21 [processing] Move the new XYZ algorithms under the raster tools group @@ -3018,6 +15014,14 @@ Daniele Viganò 2019-05-20 [RPM] Fix a dependency on older Fedora releases +matteo 2019-05-20 + + update help yaml + +matteo 2019-05-20 + + do suggestions + Merge: 7132cf3b2e c09d39ef15 Blottiere Paul 2019-05-20 @@ -3025,7 +15029,7 @@ Blottiere Paul 2019-05-20 [server] Support FILTER values with colons -nirvn 2019-05-20 +Mathieu Pellerin 2019-05-20 [ui] Improve UX by adding an original source label when changing / updating layer data source @@ -3065,11 +15069,11 @@ Denis Rouzaud 2019-05-19 changed shortcuts to CTRL+ALT+arrow -Juergen E. Fischer 2019-05-20 +Jürgen E. Fischer 2019-05-20 translation string fixes -Juergen E. Fischer 2019-05-18 +Jürgen E. Fischer 2019-05-18 postgres provider: performance improvements when loading layers @@ -3139,7 +15143,11 @@ Bas Couwenberg 2019-05-17 Prevent changes to files that weren't changed between releases. This eases review of the changes between releases significantly. -nirvn 2019-05-17 +matteo 2019-05-17 + + use combineField and handle exceptions better + +Mathieu Pellerin 2019-05-17 [ui] Revamp the svg/raster marker size widgets placement Benefits are: @@ -3147,15 +15155,15 @@ nirvn 2019-05-17 width and height spinboxes - minimum horizontal width reduced -nirvn 2019-05-17 +Mathieu Pellerin 2019-05-17 [ui] Prevent font combobox widgets from taking much minimum width -nirvn 2019-05-17 +Mathieu Pellerin 2019-05-17 [ui] Harmonize effects stack properties to match revamped symbol selector -nirvn 2019-05-16 +Mathieu Pellerin 2019-05-16 [ui] Revamp the symbol selector preview / layer tree / buttons @@ -3163,7 +15171,7 @@ Denis Rouzaud 2019-05-16 add shortcuts to browse feature list -rldhont 2019-05-15 +D'Hont René-Luc 2019-05-15 [Processing] Define boolean output @@ -3185,6 +15193,10 @@ Matthias Kuhn 2019-05-16 This reverts commit 0804e342c863455fe7114e4fa84d8b9931656f8c, reversing changes made to e07741f00b7d69cada35521f10d3703ff404083f. +matteo 2019-05-16 + + [feature][needs-doc] format strings + Éric Lemoine 2019-05-15 Mention xvfb-run in tests/README.md @@ -3199,7 +15211,7 @@ Sandro Santilli 2019-05-16 [ci skip] -nirvn 2019-05-16 +Mathieu Pellerin 2019-05-16 [ui] Further tweaks to browser feature list toolbar: - use dedicated icons (avoids confusion with pan/zoom to selected features) @@ -3230,7 +15242,7 @@ Sandro Santilli 2019-05-16 [git] Map strk@kebit.net to strk@kbt.io for git shortlog -nirvn 2019-05-16 +Mathieu Pellerin 2019-05-16 [ui] Follow up tweaks to browser feature list toolbar feature: - use tool button autoRaise=true look consistently @@ -3238,7 +15250,7 @@ nirvn 2019-05-16 - uppercase tooltip - pan icon -> pan action, zoom icon -> zoom action ;) -Juergen E. Fischer 2019-05-15 +Jürgen E. Fischer 2019-05-15 qgis server: track timestamps of remote projects @@ -3282,6 +15294,10 @@ Alessandro Pasotti 2019-05-15 Fix WFS3 OGR build URI +matteo 2019-05-15 + + remove plugin from header + Matthias Kuhn 2019-05-15 Ask for template name if missing @@ -3305,6 +15321,10 @@ Denis Rouzaud 2019-05-07 arrows allow browsing the feature list in the attribute table in form view the current edited feature can be highlighted and the map canvas automatically panned or zoomed +matteo 2019-05-15 + + fix spelling + Matthias Kuhn 2019-05-15 Add save to templates button @@ -3323,6 +15343,10 @@ olivierdalang 2019-05-15 it now matches exactly (i think) the dockwidget's behaviour +matteo 2019-05-15 + + astyle and other fixes + Merge: 2cc8e11912 4d6fbd3f18 Matthias Kuhn 2019-05-15 @@ -3330,6 +15354,14 @@ Matthias Kuhn 2019-05-15 Unused ; in Q_UNUSED +matteo 2019-05-15 + + format strings + +matteo 2019-05-15 + + after first review + Matthias Kuhn 2019-05-15 Remove unrequired ; @@ -3344,6 +15376,14 @@ Matthias Kuhn 2019-05-14 Allow adding attachments in qgz files +matteo 2019-05-14 + + after review + +matteo 2019-05-14 + + [feature[ Processing Climb along lines algorithm + Denis Rouzaud 2019-05-14 stronger test for embedded layers (#10001) @@ -3530,7 +15570,7 @@ Nyall Dawson 2019-04-30 Remove old manual crs db overrides -Juergen E. Fischer 2019-05-12 +Jürgen E. Fischer 2019-05-12 fix build @@ -3610,7 +15650,7 @@ Alessandro Pasotti 2019-05-10 Use a function to access plugins_metadata_parser global object -nirvn 2019-05-10 +Mathieu Pellerin 2019-05-10 [themes] Fix field expression widget not playing nice with themes @@ -3659,7 +15699,7 @@ Nyall Dawson 2019-05-08 Allow setting order by clause for aggregate calculation -Juergen E. Fischer 2019-05-09 +Jürgen E. Fischer 2019-05-09 fix #22039 @@ -3682,11 +15722,11 @@ Alessandro Pasotti 2019-05-09 Fix plugin dependencies -nirvn 2019-05-09 +Mathieu Pellerin 2019-05-09 [effects] when creating the preview image, disable effects to avoid 'double apply' -nirvn 2019-05-09 +Mathieu Pellerin 2019-05-09 [ui] Fix missing disabled state for {check/radio/group}box @@ -3765,11 +15805,11 @@ Matthias Kuhn 2019-05-08 Fix opening of GeoPackage datasets with foreign key violation -nirvn 2019-05-08 +Mathieu Pellerin 2019-05-08 [ui] Fix marker sizing for the filled marker widget -nirvn 2019-05-08 +Mathieu Pellerin 2019-05-08 [symbology] Fix setSize(size) not working for ellipse markers @@ -3984,15 +16024,15 @@ Matthias Kuhn 2019-04-30 Doxygen for QgsSymbolLayer::setRenderingPass -Juergen E. Fischer 2019-05-01 +Jürgen E. Fischer 2019-05-01 query builder: fix #21805 & #21966 & #21967 -nirvn 2019-05-01 +Mathieu Pellerin 2019-05-01 [ui] Fix broken text annotation background color -nirvn 2019-04-30 +Mathieu Pellerin 2019-04-30 [FEATURE][symbology] Unlock string as character for font markers @@ -4003,11 +16043,11 @@ Luigi Pirelli 2019-04-30 Fix point picking precision for point parameters in processing dialog -nirvn 2019-04-30 +Mathieu Pellerin 2019-04-30 Follow up dc7bfc5 : QString::back() too recent to use -nirvn 2019-04-30 +Mathieu Pellerin 2019-04-30 [FEATURE][ui] Add a line edit to type character for the font marker @@ -4160,22 +16200,22 @@ Peter Petrik 2019-04-26 fix #21931 Mesh calculator crash when used with face dataset -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 [themes] Set highlight text color palette for themes -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 [themes] Tweak palette values to better match designated roles -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 [ui] Improvements to the font marker character widget - Declare a minimum height to avoid narrow selection area - Use application color palette instead of hardcoded values - Decrease number of columns to better fit in the style dock -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 [themes] Add minimum scrollbar dimension to Night Mapping @@ -4186,11 +16226,11 @@ Luigi Pirelli 2019-04-29 try to reset script path pointing to the current setting path -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 [ui] Use system color for custom dash pattern preview symbol -nirvn 2019-04-29 +Mathieu Pellerin 2019-04-29 Followup cd5642a: Add dialog title, connect dialog ok/cancel buttons @@ -4305,7 +16345,7 @@ Nyall Dawson 2019-04-27 is_directory: Returns true if a file path is a directory is_file: Returns true if a file path is a file -nirvn 2019-04-26 +Mathieu Pellerin 2019-04-26 [symbology] Fix custom dash pattern for line with an hairline (i.e. 0) width @@ -4398,7 +16438,7 @@ Martin Dobias 2019-04-25 - documented the new additions (+ few existing ones) Merge: 2407934db2 6af744da82 -rldhont 2019-04-25 +D'Hont René-Luc 2019-04-25 Merge pull request #9851 from dmarteau/fix-unload-plugin-path @@ -4409,7 +16449,7 @@ Alexander Bruy 2019-04-25 add missed place marker to the translatable string Merge: 4824afabc4 f8880c6e9c -rldhont 2019-04-25 +D'Hont René-Luc 2019-04-25 Merge pull request #9856 from rldhont/fix-server-wmts-resolutions @@ -4442,7 +16482,7 @@ Marcel Dancak 2019-04-25 MBTilesWriter can write tiles in any order, proper transforming of extents -nirvn 2019-04-25 +Mathieu Pellerin 2019-04-25 Add forgotten since tags on new point pattern fill functions @@ -4534,11 +16574,11 @@ Marcel Dancak 2019-04-24 Initial version of xyz tiles export (processing tool) -nirvn 2019-04-24 +Mathieu Pellerin 2019-04-24 [FEATURE][symbology] Add offset settings for point pattern fill symbol layer -rldhont 2019-04-19 +D'Hont René-Luc 2019-04-19 [Tests][Server] WMTS - use resolution for bbox calculation @@ -4546,21 +16586,21 @@ Alessandro Pasotti 2019-04-24 Layout -rldhont 2019-04-19 +D'Hont René-Luc 2019-04-19 [Bugfix][Server] WMTS - use resolution for bbox calculation Because of the limit of double size in C++, it's bettre to use the resolution instead of the scale denominator for calculating tiles extent. -nirvn 2019-04-22 +Mathieu Pellerin 2019-04-22 Turn antialiasing flag on when rendering legend symbol preview -nirvn 2019-04-22 +Mathieu Pellerin 2019-04-22 Turn antialising render flag on when appropriate in QgsRenderContext::fromQPainter() -nirvn 2019-04-24 +Mathieu Pellerin 2019-04-24 [processing] Log features that could not be divided in tessellate alg. @@ -4572,7 +16612,7 @@ Martin Dobias 2019-04-23 only the first rule was getting correctly set up line width for line material. (the rest were getting some very thick line width and making the 3D view unusable) -Juergen E. Fischer 2019-04-23 +Jürgen E. Fischer 2019-04-23 debian packaging: include python3-lxml @@ -4623,13 +16663,13 @@ Alexander Bruy 2019-04-17 [processing] ensure that output temporary directory exists (fix #21701) Merge: 9da6a03b50 012faa6af1 -rldhont 2019-04-19 +D'Hont René-Luc 2019-04-19 Merge pull request #9827 from rldhont/fix-server-wmts-crs-hasaxisinverted [Bugfix][Server] WMTS: CRS can have axis inverted -rldhont 2019-04-18 +D'Hont René-Luc 2019-04-18 [Bugfix][Server] WMTS: CRS can have axis inverted @@ -4681,13 +16721,13 @@ Alessandro Pasotti 2019-04-18 PASS : TestQgsJsonUtils::cleanupTestCase() Merge: 0f1660990f fc3401cb91 -rldhont 2019-04-18 +D'Hont René-Luc 2019-04-18 Merge pull request #9826 from rldhont/fix-server-wmts-serviceurl [Bugfix][Server] WMTS: read the service url from project -rldhont 2019-04-18 +D'Hont René-Luc 2019-04-18 [Bugfix][Server] WMTS: read the service url from project @@ -4723,7 +16763,7 @@ Peter Petrik 2019-04-17 fix rendering of mesh triangle with 0,0 vertex -nirvn 2019-04-18 +Mathieu Pellerin 2019-04-18 [ogr] Only throw validity error in reloadData() when previously valid @@ -4735,11 +16775,11 @@ Alessandro Pasotti 2019-04-18 Fix wrong cotrol image for ITEMFONTCOLOR test -Juergen E. Fischer 2019-04-17 +Jürgen E. Fischer 2019-04-17 fix 3d7c711db (refs #21872) -Juergen E. Fischer 2019-04-05 +Jürgen E. Fischer 2019-04-05 fix #21872 (refs #21774; partly reverts e57d1e06f0 and 507e327c0c) @@ -4785,7 +16825,7 @@ Alessandro Pasotti 2019-04-17 Layout Merge: 3c6299a199 7ce5fb2d02 -rldhont 2019-04-17 +D'Hont René-Luc 2019-04-17 Merge pull request #9773 from dmarteau/set-configpath-at-early-time @@ -4825,28 +16865,28 @@ Alessandro Pasotti 2019-04-17 Guard vector file writer against invalid layers -nirvn 2019-04-17 +Mathieu Pellerin 2019-04-17 [processing] Add 'distance' tag to join attributes by nearest alg. -nirvn 2019-04-17 +Mathieu Pellerin 2019-04-17 [themes] Improve night mapping hyperlink color -nirvn 2019-04-17 +Mathieu Pellerin 2019-04-17 [themes] Avoid hardcoded black for default console timestamp colors (fixes #21860) -nirvn 2019-04-17 +Mathieu Pellerin 2019-04-17 [ui] Fix layout designer panel icon (re)sizing -nirvn 2019-04-16 +Mathieu Pellerin 2019-04-16 [ui] Fix data source selection dialog icon size -nirvn 2019-04-16 +Mathieu Pellerin 2019-04-16 Add QgsGuiUtils::iconSize to get user-prefered toolbar icon size @@ -5138,7 +17178,7 @@ Matthias Kuhn 2019-04-16 Prefer parameterAsBoolean over parameterAsBool -Juergen E. Fischer 2019-04-15 +Jürgen E. Fischer 2019-04-15 debian packaging: add ubuntu disco @@ -5265,13 +17305,13 @@ Alessandro Pasotti 2019-04-12 Handle broken plugins when searching for dependencies Merge: a0a8e49e8f 052b222196 -rldhont 2019-04-12 +D'Hont René-Luc 2019-04-12 Merge pull request #9763 from rldhont/sld-point-symbolizer-on-polygon-centroid-not-all-parts Apply SLD PointSymbolizer on single centroid for polygon -rldhont 2019-04-12 +D'Hont René-Luc 2019-04-12 Test apply SLD PointSymbolizer on single centroid for polygon @@ -5383,7 +17423,7 @@ Blottiere Paul 2019-04-10 Update exception code string for CRS/SRS issues Merge: 6792d236c9 69728d4c1d -rldhont 2019-04-11 +D'Hont René-Luc 2019-04-11 Merge pull request #9769 from dmarteau/Fix-OperationNotSupported-http-code @@ -5453,7 +17493,7 @@ vsklencar 2019-04-08 [QgsQuick] Feature form group styling -nirvn 2019-04-10 +Mathieu Pellerin 2019-04-10 [gdal] Implement the data provider reloadData() function (fixes #20536) @@ -5468,7 +17508,7 @@ Alessandro Pasotti 2019-04-10 Fix build without webkit -nirvn 2019-04-08 +Mathieu Pellerin 2019-04-08 [FEATURE][ogr] Add string list field type support @@ -5476,11 +17516,11 @@ Matthias Kuhn 2019-04-09 const list cannot be sorted -Juergen E. Fischer 2019-04-09 +Jürgen E. Fischer 2019-04-09 update INSTALL -rldhont 2019-04-09 +D'Hont René-Luc 2019-04-09 Apply SLD PointSymbolizer on single centroid for polygon @@ -5612,7 +17652,7 @@ Martin Dobias 2019-04-08 Qt 5.9 = Quick 2.9 + Quick Controls 2.2 -nirvn 2019-04-09 +Mathieu Pellerin 2019-04-09 [FEATURE][expression] New array_all() function to check whether an array contains _all_ values of another given array. @@ -5690,7 +17730,7 @@ Matthias Kuhn 2019-04-07 [RPM] put the SHA commit in the about dialog for unstable builds -Juergen E. Fischer 2019-04-07 +Jürgen E. Fischer 2019-04-07 Changing the subset string while editing is not allowed as current feature ids might depend on the current filter @@ -5730,7 +17770,7 @@ Matthias Kuhn 2019-04-07 Merge branch 'master' into code_modernization -Juergen E. Fischer 2019-04-07 +Jürgen E. Fischer 2019-04-07 unit test for 2826ba34f @@ -5740,11 +17780,11 @@ Nyall Dawson 2019-04-02 I think these were blacklisted for the Qt5 migration only -Juergen E. Fischer 2019-04-07 +Jürgen E. Fischer 2019-04-07 postgres provider: drop implicit not null and unique constraint for columns in compound keys (fixes #20073) -Juergen E. Fischer 2019-04-07 +Jürgen E. Fischer 2019-04-07 [FEATURE] postgres provider: add support for generated identity columns (implements #21745) @@ -5796,7 +17836,7 @@ Matthias Kuhn 2019-04-05 Lock in Q_FOREACH free providers Merge: 41a9e6fac1 98235eb46b -rldhont 2019-04-05 +D'Hont René-Luc 2019-04-05 Merge pull request #9696 from rldhont/fix-server-styles-parameters-splitting-master @@ -5837,7 +17877,7 @@ Matthias Kuhn 2019-04-05 Code modenization -rldhont 2019-04-03 +D'Hont René-Luc 2019-04-03 [Bugfix][Server] QGIS Server removes empty string in style parameter even if it describes default style @@ -5850,11 +17890,11 @@ rldhont 2019-04-03 To fix it, keeps empty parts for not empty styles parameters. -Juergen E. Fischer 2019-04-05 +Jürgen E. Fischer 2019-04-05 move WITH_BINDINGS in front of WITH_SERVER_PLUGINS (fixes e839f277c5c1 and clean builds) -nirvn 2019-04-05 +Mathieu Pellerin 2019-04-05 [locator] Add active layer scope to the calculator locator filter This allows the usage of layer scope functions such as @@ -5956,15 +17996,15 @@ Alessandro Pasotti 2019-04-05 [server] Allow WMS GetFeatureInfo on root layer and groups -nirvn 2019-04-05 +Mathieu Pellerin 2019-04-05 [FEATURE][processing] Add concatenate_unique support to the aggregate alg -nirvn 2019-04-05 +Mathieu Pellerin 2019-04-05 [FEATURE][expression] Add concatenate_unique() aggregation function -nirvn 2019-04-05 +Mathieu Pellerin 2019-04-05 Add a aggregation method to concatenate unique values @@ -6059,7 +18099,7 @@ Nyall Dawson 2019-03-27 Sponsored by ICSM -Juergen E. Fischer 2019-04-05 +Jürgen E. Fischer 2019-04-05 fix #21774 @@ -6081,11 +18121,11 @@ Denis Rouzaud 2019-04-04 * don't use pointer -Juergen E. Fischer 2019-04-04 +Jürgen E. Fischer 2019-04-04 processing: fix grass' r.quantile parameter (fixes #21751) -Juergen E. Fischer 2019-04-04 +Jürgen E. Fischer 2019-04-04 trim crssync include directories (followup 8851328) @@ -6116,7 +18156,7 @@ Alessandro Pasotti 2019-04-04 Fix queryable on top getprojectsettings Merge: 037a8283fa 56733ee0f7 -rldhont 2019-04-04 +D'Hont René-Luc 2019-04-04 Merge pull request #9654 from rldhont/fix-regression-server-print-selection-pdf-master @@ -6169,7 +18209,7 @@ David Marteau 2019-02-26 Fix build without HAVE_SERVER_PYTHON_PLUGINS -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 Also retry tx pull on failure @@ -6264,23 +18304,23 @@ Denis Rouzaud 2019-04-02 [vertex tool] update locked markers when adding a new vertex -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 legend: truncate excessively long tooltips (fixes #21737) -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 don't relink object if just the shared objects/DLL is changed -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 postgres provider: use st_estimatedextent only when 'use estimated metadata' is enabled (fixes #21718) -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 show more verbose PROJ release info -rldhont 2019-04-01 +D'Hont René-Luc 2019-04-01 Add unit-tests to avoid regression in Server printing to PDF output format @@ -6288,7 +18328,7 @@ rldhont 2019-04-01 A fix has been done 2752f83 to fix inconsistent use of layout render context flags, and draw selection is activated with a flag. -Juergen E. Fischer 2019-04-02 +Jürgen E. Fischer 2019-04-02 fix build (followup 7674e1657b476889afe63ee8f8b9fd93f581d3c6) @@ -6364,7 +18404,7 @@ Alessandro Pasotti 2019-04-01 Added \since QGIS 3.8 -Juergen E. Fischer 2019-04-01 +Jürgen E. Fischer 2019-04-01 debian packaging: only break/replace older python-qgis* packages (fixes #21722; followup 957c51e6916) @@ -6385,7 +18425,7 @@ Alessandro Pasotti 2019-04-01 QGIS_SERVER_OVERRIDE_SYSTEM_LOCALE (default '') QGIS_SERVER_SHOW_GROUP_SEPARATOR (default false) -Juergen E. Fischer 2019-04-01 +Jürgen E. Fischer 2019-04-01 fix removal of temporary directories (fixes #21292) @@ -6436,7 +18476,7 @@ Andrea Giudiceandrea 2019-03-30 Make QgsVectorFileWriter::deleteShapeFile() delete ".cpg" (and ".sbn", ".sbx", ".idm", ".ind") files along with ".shp", ".shx", ".dbf", ".prj", ".qix", ".qpj" ones. -Juergen E. Fischer 2019-04-01 +Jürgen E. Fischer 2019-04-01 fix removal of temporary directories @@ -6453,7 +18493,7 @@ Alessandro Pasotti 2019-03-30 Fix bad layers style loss when "apply" -nirvn 2019-03-29 +Mathieu Pellerin 2019-03-29 [ui] Don't disable 'keep unavailable layers' button when applying changes @@ -6465,11 +18505,11 @@ lbartoletti 2019-03-29 Fix a crash when asJson is called on an empty PolygonGeometry -volaya 2019-03-29 +Víctor Olaya 2019-03-29 [processing] do not export input sdat files -Juergen E. Fischer 2019-03-29 +Jürgen E. Fischer 2019-03-29 osgeo4w: fix starting of qt5 designer @@ -6504,15 +18544,15 @@ Alessandro Pasotti 2019-03-29 Fix bad layers style loss when "apply" -Juergen E. Fischer 2019-03-29 +Jürgen E. Fischer 2019-03-29 debian packaging: add qgis-providers dependency to python3-qgis in case only the bindings are installed -Juergen E. Fischer 2019-03-29 +Jürgen E. Fischer 2019-03-29 fix windows build -Juergen E. Fischer 2019-03-29 +Jürgen E. Fischer 2019-03-29 debian packaging: add transitional package for python3-qgis(-common) @@ -6820,7 +18860,7 @@ David Signer 2019-03-18 because this parameter is called from multiple used functions, this logical part is in the getWidthAsInt and getHeightAsInt functions getHeight and getWidth can be used still like before -Juergen E. Fischer 2019-03-27 +Jürgen E. Fischer 2019-03-27 osgeo4w: fix grass shortcuts in qgis-dev (fixes #21680) @@ -7239,11 +19279,11 @@ Denis Rouzaud 2019-03-08 [sipify] handle moving enum to scope based and out of class enum -Juergen E. Fischer 2019-03-24 +Jürgen E. Fischer 2019-03-24 update_ts.sh: add more context -Juergen E. Fischer 2019-03-23 +Jürgen E. Fischer 2019-03-23 fix translation string @@ -7265,7 +19305,7 @@ Alessandro Pasotti 2019-03-23 Funded by ARPA Piemonte -Juergen E. Fischer 2019-03-04 +Jürgen E. Fischer 2019-03-04 [needsbackport] apply an alternative fix for #20826 @@ -7295,7 +19335,7 @@ Alessandro Pasotti 2019-03-23 Allow multiple selection of d&d fields in form designer -Juergen E. Fischer 2019-03-22 +Jürgen E. Fischer 2019-03-22 osgeo4w: updates for grass 7.6.1 @@ -7484,7 +19524,7 @@ vsklencar 2019-03-20 [QgsQuick] 'Today' button for QgsQuickDateTime widget To enable quickly set current date. -Juergen E. Fischer 2019-03-21 +Jürgen E. Fischer 2019-03-21 update INSTALL @@ -7513,7 +19553,7 @@ Alex 2019-03-21 changing whitespace characters p-t 2 Merge: fcb572e64e 34e67c111e -rldhont 2019-03-21 +D'Hont René-Luc 2019-03-21 Merge pull request #9526 from rldhont/fix-server-getfeatureinfo-withfilter-withoutcrs @@ -7527,7 +19567,7 @@ Alex 2019-03-21 build fixes -Juergen E. Fischer 2019-03-20 +Jürgen E. Fischer 2019-03-20 fix warning @@ -7545,7 +19585,7 @@ Blottiere Paul 2019-03-21 Add json format for legend -rldhont 2019-03-07 +D'Hont René-Luc 2019-03-07 [Server] Add unit test for WFS GetFeature with BBOX param without EPSG @@ -7739,7 +19779,7 @@ Blottiere Paul 2019-03-20 Add context in doc Merge: 5653289085 547fd683d9 -rldhont 2019-03-20 +D'Hont René-Luc 2019-03-20 Merge pull request #9525 from rldhont/fix-server-getprint-jpg @@ -7783,7 +19823,7 @@ Sandro Mani 2019-03-20 Misc crash fixes -Juergen E. Fischer 2019-03-19 +Jürgen E. Fischer 2019-03-19 fix windows build @@ -7812,11 +19852,11 @@ Nyall Dawson 2019-03-19 Sponsored by ICSM -Juergen E. Fischer 2019-03-19 +Jürgen E. Fischer 2019-03-19 mdal: fix typo -Juergen E. Fischer 2019-03-19 +Jürgen E. Fischer 2019-03-19 debian packaging: move qgis.core.additions to python3-qgis-common @@ -7896,11 +19936,11 @@ Martin Dobias 2019-03-19 Add tests, fix issues from review, customizable terrain downloader -Juergen E. Fischer 2019-03-19 +Jürgen E. Fischer 2019-03-19 fix cmake warning -rldhont 2019-03-15 +D'Hont René-Luc 2019-03-15 [Bugfix][Server] In WMS GetFeatureInfo CRS param not mandatory when FILTER param @@ -7908,7 +19948,7 @@ rldhont 2019-03-15 To fix it, set a fake CRS in the parameter when I/J and X/Y parameters are not defined and FILTER parameter is defined. -rldhont 2019-03-15 +D'Hont René-Luc 2019-03-15 [Bugfix][Regression][Server] JPEG output for WMS GetPrint request has gone @@ -8076,11 +20116,11 @@ Nyall Dawson 2019-03-18 Sponsored by ICSM -Juergen E. Fischer 2019-03-18 +Jürgen E. Fischer 2019-03-18 debian packaging: update python package break/replaces (fixes #20894) -Juergen E. Fischer 2019-03-18 +Jürgen E. Fischer 2019-03-18 fix #15635 @@ -8157,7 +20197,7 @@ Blottiere Paul 2019-03-18 Some fixes -volaya 2019-03-18 +Víctor Olaya 2019-03-18 correctly close files executed from QgsPythonRunner @@ -8222,7 +20262,7 @@ Nyall Dawson 2019-03-13 which adds new rows to a model, so just bite the bullet and do it in the underlying model (yuck) -nirvn 2019-03-18 +Mathieu Pellerin 2019-03-18 [ui] Fix missing 'Add Mesh layer' toolbar button @@ -8417,7 +20457,7 @@ Matthias Kuhn 2019-03-06 Make default geometry checks configurable via settings [needs-docs] -nirvn 2019-03-12 +Mathieu Pellerin 2019-03-12 [expression] Negative index support to point_n(), angle_at_vertex(), distance_to_vertex() functions @@ -8482,7 +20522,7 @@ Matthias Kuhn 2019-03-12 Update placement options on geometry type change -nirvn 2019-03-12 +Mathieu Pellerin 2019-03-12 [themes] Fix missing visual hint for disabled tabs @@ -9045,11 +21085,11 @@ Denis Rouzaud 2019-03-09 Refactoring of Docker builds -Juergen E. Fischer 2019-03-09 +Jürgen E. Fischer 2019-03-09 compile QTSignal statically (fixes #21514) -Juergen E. Fischer 2019-03-09 +Jürgen E. Fischer 2019-03-09 Del doesn't need to be translated. Qt translates it automatically, but a wrong translation breaks the key (eg. Löschen instead of Entf in German); fixes #17281 @@ -9190,7 +21230,7 @@ Denis Rouzaud 2019-03-08 🥩 -Juergen E. Fischer 2019-03-08 +Jürgen E. Fischer 2019-03-08 fix windows build @@ -9309,7 +21349,7 @@ Nyall Dawson 2019-02-21 Fixes #20406 -nirvn 2019-03-08 +Mathieu Pellerin 2019-03-08 [plugin manager] Set view to all plugins when clicking a tag hyperlink @@ -9628,19 +21668,19 @@ Denis Rouzaud 2019-03-06 do not hang when running docker -nirvn 2019-03-06 +Mathieu Pellerin 2019-03-06 [plugin manager] Guard from overly wide layout for read-only plugins -nirvn 2019-03-06 +Mathieu Pellerin 2019-03-06 [plugin manager] Clean up description and about text by stripping HTML code -nirvn 2019-03-06 +Mathieu Pellerin 2019-03-06 [plugin manager] Allow search by tags via clicking on individual tag -Juergen E. Fischer 2019-03-06 +Jürgen E. Fischer 2019-03-06 disable qt-unix-signals on windows (fixes build) @@ -9648,7 +21688,7 @@ Denis Rouzaud 2019-03-05 fix copying from container -Juergen E. Fischer 2019-03-05 +Jürgen E. Fischer 2019-03-05 fix 9f1fcb72d4 @@ -9668,11 +21708,11 @@ Nyall Dawson 2019-03-05 [processing] Add flag for algorithms with known issues -Juergen E. Fischer 2019-03-04 +Jürgen E. Fischer 2019-03-04 processing: enable translation for parameter descriptions -Juergen E. Fischer 2019-03-04 +Jürgen E. Fischer 2019-03-04 avoid crash on retrieval extent from invalid vector data providers @@ -9888,7 +21928,7 @@ Nyall Dawson 2019-03-01 "Path to a vector layer", for QgsProcessingParameterBoolean "1 for true, 0 for false" etc. -Juergen E. Fischer 2019-03-03 +Jürgen E. Fischer 2019-03-03 fix windows build @@ -10109,7 +22149,7 @@ Martin Dobias 2019-02-27 The "high resolution" option is for tiles 512x512 aimed towards high-resolution displays. -nirvn 2019-03-01 +Mathieu Pellerin 2019-03-01 [themes] Restrict QPushButton min-width to raster calculator dialog @@ -10128,19 +22168,19 @@ Nyall Dawson 2019-03-01 [processing] Show tooltips in modeler when hovering over model component -nirvn 2019-02-26 +Mathieu Pellerin 2019-02-26 Use the QgsSqliteUtils system tables list in DB Manager -nirvn 2019-02-26 +Mathieu Pellerin 2019-02-26 [browser] List non-spatial layers for mixed spatial/non-spatial sqlite files -nirvn 2019-02-26 +Mathieu Pellerin 2019-02-26 Move sqlite/spatialite system tables to the QgsSqliteUtils class -Juergen E. Fischer 2019-02-28 +Jürgen E. Fischer 2019-02-28 i18n: fix it on windows (followup 2f431bc1f) @@ -10266,7 +22306,7 @@ Matthias Kuhn 2019-02-27 are invalidated and removed. This will help a user to save his edits if he wants to even if is valid checks have been activated before. -Juergen E. Fischer 2019-02-27 +Jürgen E. Fischer 2019-02-27 debian packaging: fix python3-qgis.install @@ -10333,11 +22373,11 @@ Nyall Dawson 2019-02-25 Makes for nicer dox for both c++ and Python! -Juergen E. Fischer 2019-02-26 +Jürgen E. Fischer 2019-02-26 saga help fix -Juergen E. Fischer 2019-02-26 +Jürgen E. Fischer 2019-02-26 i18n: * include processing algorithm descriptions from yaml (with yaml fixes) @@ -10535,11 +22575,11 @@ Nyall Dawson 2019-02-12 insert into tbl_datum_transform VALUES (1803,100023,4202,4283,9615, 'A66_National_13_09_01.gsb', null, null, null, null,null, null, 'Full national coverage two-way transformation file',null,1,0,2575); -volaya 2019-02-22 +Víctor Olaya 2019-02-22 [processing] Script decorators: correctly check that parent parameter exist -Juergen E. Fischer 2019-02-24 +Jürgen E. Fischer 2019-02-24 debian packaging: * remove xenial & stretch support @@ -10697,7 +22737,7 @@ Alessandro Pasotti 2019-02-25 Rename container background color dialog title -volaya 2019-02-24 +Víctor Olaya 2019-02-24 [processing] fixed finding grass folder @@ -10744,7 +22784,7 @@ Nyall Dawson 2019-02-24 Fixes #21339 -Juergen E. Fischer 2019-02-24 +Jürgen E. Fischer 2019-02-24 fix Pal::registerCancellationCallback spelling @@ -10755,7 +22795,7 @@ Bas Couwenberg 2019-02-24 * cancelation -> cancellation * overal -> overall -Juergen E. Fischer 2019-02-24 +Jürgen E. Fischer 2019-02-24 nsis: remove desktop links @@ -10780,7 +22820,7 @@ Alessandro Pasotti 2019-02-23 Fix db manager sql query -Juergen E. Fischer 2019-02-23 +Jürgen E. Fischer 2019-02-23 fix #19933 @@ -10828,11 +22868,11 @@ Denis Rouzaud 2019-02-21 remove vertex highlighting from editor -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 fix ui warnings -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 dwg import: implement suggestion from #21330 @@ -11001,15 +23041,15 @@ Matthias Kuhn 2019-02-22 Add test for dissolve consecutive lines -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 Bump version to 3.7 -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 changelog and news update for 3.6 -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 translation update for 3.6 from transifex @@ -11049,7 +23089,7 @@ Julien Cabieces 2019-02-22 Update mask -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 fix build warning with msvc @@ -11089,15 +23129,15 @@ Denis Rouzaud 2019-02-21 * followup rename -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 dxf export: don't label invisible features (fixes #19604) -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 dxf export: fix output of closed 3d polylines (fixes #20242) -Juergen E. Fischer 2019-02-22 +Jürgen E. Fischer 2019-02-22 dxf export: fix svg scaling @@ -11112,7 +23152,7 @@ Nyall Dawson 2019-02-22 Fix misleading template Merge: 3c2d44bd6c 466dc359d7 -Even Rouault 2019-02-21 +Even Rouault 2019-02-21 Merge pull request #9234 from rouault/fix_21335 @@ -11160,11 +23200,11 @@ Luigi Pirelli 2019-02-21 fixed handling of input filenames with non-ascii characters [processing] -volaya 2019-02-21 +Víctor Olaya 2019-02-21 [processing] fixed saga test -volaya 2019-02-21 +Víctor Olaya 2019-02-21 [processing] fixed SAGA command writing and test @@ -11232,7 +23272,7 @@ Matthias Kuhn 2019-02-21 Geometry validator summary cleanup -nirvn 2019-02-21 +Mathieu Pellerin 2019-02-21 Remove expression's not-yet-prepared warning @@ -11389,7 +23429,7 @@ Alessandro Pasotti 2019-02-20 Moved comment -nirvn 2019-02-20 +Mathieu Pellerin 2019-02-20 [themes] Handle non-existent theme name setting in app stylesheet @@ -11615,51 +23655,51 @@ Nyall Dawson 2019-02-19 Minor refactoring -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 dwg import: handle wrong hatch interpretation (refs #20392) -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 dwg import: support nested blocks (refs #20392) -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 dwg import: fix exception (fixes #21177) -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 dwg import: force polyline and hatch/ring continuity -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 dwg import: support dxf encoding (fixes #15999) -Juergen E. Fischer 2019-02-17 +Jürgen E. Fischer 2019-02-17 dwg import: progress display -Juergen E. Fischer 2019-02-17 +Jürgen E. Fischer 2019-02-17 dwg import: use Q_DECLARE_TR_FUNCTIONS in QgsDwgImporter -Juergen E. Fischer 2019-02-17 +Jürgen E. Fischer 2019-02-17 dwg/dxf import: fix angle and alignment handing of (m)texts -Juergen E. Fischer 2019-02-17 +Jürgen E. Fischer 2019-02-17 dwg import: less noisy debugging -Juergen E. Fischer 2019-02-03 +Jürgen E. Fischer 2019-02-03 dwg import: fix handling of arc and splines in hatches -Juergen E. Fischer 2019-02-03 +Jürgen E. Fischer 2019-02-03 dwg import: catch spline misinterpretation (fixes #20392) -Juergen E. Fischer 2019-02-03 +Jürgen E. Fischer 2019-02-03 dwg import: less noisy noise reduction @@ -11827,11 +23867,11 @@ Alessandro Pasotti 2019-02-18 Fixes #21259 -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 remove QgsOgrLayerItem::setCrs (overrided deprecated now unused method) -Juergen E. Fischer 2019-02-18 +Jürgen E. Fischer 2019-02-18 translate all ziputils error messages and remove log tags @@ -11891,7 +23931,7 @@ Alessandro Pasotti 2019-02-16 Rule based renderer: check for scale in rulesForFeature -Juergen E. Fischer 2019-02-15 +Jürgen E. Fischer 2019-02-15 Expand ZipItem in foreground (fixes #21268) @@ -12074,7 +24114,7 @@ Nyall Dawson 2019-02-13 And also add in checks for cancelation between child algorithm execution to allow generated scripts to early exit -nirvn 2019-02-13 +Mathieu Pellerin 2019-02-13 [themes] Add minimum width for QPushButton widgets (fix tiny raster calc. buttons) @@ -12217,7 +24257,7 @@ Nyall Dawson 2019-02-12 Don't hold back the algorithms because of outdated format limitations! -nirvn 2019-02-12 +Mathieu Pellerin 2019-02-12 [ui] Harmonize 2D/3D map view toolbars @@ -12260,35 +24300,35 @@ Luigi Pirelli 2019-02-11 Add SLD 1.0 export for rasters -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [ui] Harmonize CAD panel by using toolbar (fixes hidpi et cie) -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [ui] Harmonize the style dock warning label alignment by centering it -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [themes] Fix missing focus hint for slider widgets -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [themes] Fix style of line edit within combo box -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [themes] Properly style table/list view headers -nirvn 2019-02-11 +Mathieu Pellerin 2019-02-11 [themes] Scroll bar handle can go MIA, add minimum width/height -Juergen E. Fischer 2019-02-10 +Jürgen E. Fischer 2019-02-10 osgeo4w: fix b6293f23c8c (fixes #21210) -Juergen E. Fischer 2019-02-10 +Jürgen E. Fischer 2019-02-10 osgeo4w: build with spatialindex 1.9 @@ -12402,7 +24442,7 @@ Alessandro Pasotti 2019-02-08 With tests Merge: b7138b17e1 14e517665f -mhugent 2019-02-08 +Marco Hugentobler 2019-02-08 Merge pull request #9129 from mhugent/itempolyline_end_arrow @@ -12494,15 +24534,15 @@ Alexander Bruy 2019-02-08 [geonode] more robust version string parsing (fix #21093, #21140) -rldhont 2019-01-21 +D'Hont René-Luc 2019-01-21 [Tests] Add LIKE with underscore (_) as partially uncompiled expression for shp provider -rldhont 2019-01-18 +D'Hont René-Luc 2019-01-18 [Tests] Add LIKE underscore (_) test to feature source test base -rldhont 2019-01-16 +D'Hont René-Luc 2019-01-16 [Bugfix][Oracle] Add ESCAPE when compiling LIKE @@ -12512,15 +24552,15 @@ rldhont 2019-01-16 https://docs.oracle.com/cd/B12037_01/server.101/b10759/conditions016.htm -nirvn 2019-02-08 +Mathieu Pellerin 2019-02-08 [themes] Harmonize padding of combobox widgets -nirvn 2019-02-08 +Mathieu Pellerin 2019-02-08 [themes] Add padding for icons in combo box's drop down lists -nirvn 2019-02-08 +Mathieu Pellerin 2019-02-08 [themes] Properly style editable combobox in disabled state @@ -12535,7 +24575,7 @@ Corentin.F 2019-02-07 Update connector.py Merge: 20d85288b4 32d902874a -Even Rouault 2019-02-07 +Even Rouault 2019-02-07 Merge pull request #9118 from rouault/fix_20742 @@ -12591,11 +24631,11 @@ Martin Dobias 2019-02-06 - vertex tool will not highlight other features - vertex tool will not allow selection of vertices from other features -Juergen E. Fischer 2019-02-07 +Jürgen E. Fischer 2019-02-07 fix substr help (fixes #21192) -mhugent 2019-02-07 +Marco Hugentobler 2019-02-07 Don't add extra linebreak in print composer tables @@ -12634,11 +24674,11 @@ Julien Cabieces 2019-02-07 fixes #20581 -nirvn 2019-02-07 +Mathieu Pellerin 2019-02-07 [ui] Fix undersized color buttons in the 3D map config dialog -nirvn 2019-02-07 +Mathieu Pellerin 2019-02-07 [themes] Insure groupbox checkbox indicator size equals that of normal checkbox @@ -12762,22 +24802,22 @@ Matthias Kuhn 2019-02-06 One of the most common issues with this is, that subclasses of registry items are deleted and lost. -nirvn 2019-02-06 +Mathieu Pellerin 2019-02-06 [themes] Properly style autoRaise state in Night Mapping -nirvn 2019-02-06 +Mathieu Pellerin 2019-02-06 [themes] Properly style autoRaise state in Blend of Gray Merge: fc238a7236 e19bf11f9e -Even Rouault 2019-02-06 +Even Rouault 2019-02-06 Merge pull request #9105 from rouault/fix_20865 Ensure stability of QGIS FeatureId when reloading layer [WFS provider] -nirvn 2019-02-06 +Mathieu Pellerin 2019-02-06 [themes] Better style tool buttons in the tab bar for Blend of Gray @@ -12867,11 +24907,11 @@ Alessandro Pasotti 2019-02-05 Strip file:// from local files path before resolving -nirvn 2019-02-05 +Mathieu Pellerin 2019-02-05 follow up 4f77477 : fix hasty pasting error -nirvn 2019-02-05 +Mathieu Pellerin 2019-02-05 Fix relationship between scale<->extent in the save [canvas] as image/pdf dialog @@ -12910,7 +24950,7 @@ Alessandro Pasotti 2019-02-05 Fixes #21150 - Delimitedtext layer saves absolute path when project in relative path mode -nirvn 2019-02-05 +Mathieu Pellerin 2019-02-05 [themes] Get rid of the check mark in combo box drop down lists @@ -13011,7 +25051,7 @@ Mathieu Pellerin 2019-02-04 [ui] Fix tiny vertex marker on hidpi -nirvn 2019-02-04 +Mathieu Pellerin 2019-02-04 [ui] Improve 3D map scene config dialog (fixes #20685) @@ -13029,7 +25069,7 @@ Alexander Bruy 2019-02-04 fix CRS handling in the DescribeCoverage response (refs #21045) [wcs] -nirvn 2019-02-04 +Mathieu Pellerin 2019-02-04 [ui] More hidpi-compatibility work for the vertex tool @@ -13043,7 +25083,7 @@ Nyall Dawson 2019-02-04 [processing] Pep8 fixes for model to script -Juergen E. Fischer 2019-02-04 +Jürgen E. Fischer 2019-02-04 translation fix @@ -13071,7 +25111,7 @@ Matthias Kuhn 2019-02-03 See also https://www.riverbankcomputing.com/pipermail/pyqt/2019-January/041251.html -Juergen E. Fischer 2019-02-02 +Jürgen E. Fischer 2019-02-02 allow to build against separate PROJ.4 and GDAL installs @@ -13150,7 +25190,7 @@ Alessandro Pasotti 2019-02-02 Fixes #21121 -Juergen E. Fischer 2019-02-02 +Jürgen E. Fischer 2019-02-02 avoid OSRFixup with GDAL >= 2.5 @@ -13491,7 +25531,7 @@ Peter Petrik 2019-01-29 fix #17652 Impossible to rename a layer style from the Styling Panel -volaya 2019-01-31 +Víctor Olaya 2019-01-31 added missing import @@ -13565,7 +25605,7 @@ Alexander Bruy 2019-01-30 don't export features without category by default -volaya 2019-01-30 +Víctor Olaya 2019-01-30 [processing] fixed missing import and encoding @@ -13594,17 +25634,17 @@ Giovanni Manghi 2018-11-05 do not always use the -c flag to export vectors from GRASS -nirvn 2019-01-30 +Mathieu Pellerin 2019-01-30 [ui] Remove black background for the browser panel DB2 icon -Juergen E. Fischer 2019-01-29 +Jürgen E. Fischer 2019-01-29 osgeo4w: rely on GRASS' GISBASE environment variable instead of detecting the path (ie. use the same version for processing as the version that the grass plugin uses) -Juergen E. Fischer 2019-01-29 +Jürgen E. Fischer 2019-01-29 fix build @@ -13682,7 +25722,7 @@ Julien Cabieces 2019-01-25 fix crash when print from qgis processing algorithm while the python console is displayed -volaya 2019-01-29 +Víctor Olaya 2019-01-29 indentation fixes @@ -14034,7 +26074,7 @@ Blottiere Paul 2019-01-18 Add JSON format in WMS parameters -volaya 2019-01-28 +Víctor Olaya 2019-01-28 [processing] encoding and indentation fixes @@ -14057,7 +26097,7 @@ Harrissou Sant-anna 2019-01-28 [ui] Add Help button to the "Load Layer Style" dialog (#8986) -nirvn 2019-01-28 +Mathieu Pellerin 2019-01-28 [ui] Add min. height to the layout label item widget text box @@ -14186,7 +26226,7 @@ Alessandro Pasotti 2019-01-27 Code Layout -Juergen E. Fischer 2019-01-27 +Jürgen E. Fischer 2019-01-27 osgeo4w: handle grass svn versions (fixes #21114) @@ -14335,23 +26375,23 @@ Alexander Bruy 2019-01-25 [processing] fix GRASS v.buffer algorithm for variable buffer case (fix #19377) -volaya 2019-01-25 +Víctor Olaya 2019-01-25 [processing] added test for SAGA output to non-ascii files -volaya 2019-01-25 +Víctor Olaya 2019-01-25 [processing]remove trailing spaces -volaya 2019-01-25 +Víctor Olaya 2019-01-25 [processing] added test for SAGA non-ascii inputs -volaya 2019-01-25 +Víctor Olaya 2019-01-25 [processing] added back code to replace filenames when exporting raster layers in SAGA -volaya 2019-01-25 +Víctor Olaya 2019-01-25 [processing] fixed SAGA for non-ascii output files @@ -14473,7 +26513,7 @@ Denis Rouzaud 2019-01-24 Enable/disable value relation widget Merge: c90905bd65 9eeaa31c9e -mhugent 2019-01-24 +Marco Hugentobler 2019-01-24 Merge pull request #8922 from mhugent/server_datasource_error @@ -14499,7 +26539,7 @@ Peter Petrik 2019-01-22 render first datasetgroup instead of mesh frame -volaya 2019-01-24 +Víctor Olaya 2019-01-24 [processing] fixed handling of input filenames with non-ascii characters @@ -14567,15 +26607,15 @@ Nyall Dawson 2019-01-24 users to manually determine the correct referer string and populate this setting for the connection -- we cannot do this for them!) -nirvn 2019-01-24 +Mathieu Pellerin 2019-01-24 [themes] Improve styling of message bar scrollbar for Night Mapping -nirvn 2019-01-24 +Mathieu Pellerin 2019-01-24 [themes] Improve styling of message bar scrollbar for Blend of Gray -nirvn 2019-01-24 +Mathieu Pellerin 2019-01-24 Fix default highlighted text colors for code editors (fixes #21080) @@ -14696,11 +26736,11 @@ Denis Rouzaud 2019-01-23 Compile time -Juergen E. Fischer 2019-01-23 +Jürgen E. Fischer 2019-01-23 dxf export: recover korean encodings (CP949) (fixes #20838) -Juergen E. Fischer 2019-01-23 +Jürgen E. Fischer 2019-01-23 field validator: only check for null representation if the string value exceeds the field length (fixes #21019) @@ -14719,7 +26759,7 @@ Ailurupoda 2019-01-23 Update layout oracle connector.py -volaya 2019-01-23 +Víctor Olaya 2019-01-23 [processing] do not allow editing model if it's missing algorithms @@ -14750,45 +26790,45 @@ Marco Hugentobler 2019-01-23 Indentation -nirvn 2019-01-23 +Mathieu Pellerin 2019-01-23 [node editor] When a feature is bound to the editor panel, only allow vertex/edge move vertex and creation on that feature -nirvn 2019-01-23 +Mathieu Pellerin 2019-01-23 address @wonder-wonder-sk 's comments on node editor improvements -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Update the table of vertices when bounded geometry changes (e.g., undo/redo operations) -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Update the table of vertices when deleting some -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Use a timer to properly raise panel, improve hint label -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Dragging a rectangle to select vertices will only select vertices from a given feature if it is bounded to the node editor panel -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Restore node editor panel postion/docked state -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Improve UX by having right-click bind feature to node editor (i.e., bye bye menu) -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] When no feature is selected, offer an hint label to ease discovery -nirvn 2019-01-22 +Mathieu Pellerin 2019-01-22 [node editor] Always show node editor panel upon activating the node tool @@ -14814,7 +26854,7 @@ Alessandro Pasotti 2019-01-23 Fix server WMS short name (unreported) -volaya 2019-01-23 +Víctor Olaya 2019-01-23 [processing] fixed qgis algorithms help file @@ -14836,13 +26876,13 @@ Julien Cabieces 2019-01-23 fixes #20893 : Update virtual layer when referenced layer update its fields -volaya 2019-01-23 +Víctor Olaya 2019-01-23 [processing] correctly set output styles for models fixes #20573 -volaya 2019-01-22 +Víctor Olaya 2019-01-22 [processing] hide 'select file' button for vector layers when there are dependent params @@ -14893,7 +26933,7 @@ Marco Hugentobler 2019-01-22 Update sip list, add since QGIS 3.6 -Juergen E. Fischer 2019-01-22 +Jürgen E. Fischer 2019-01-22 osgeo4w: also look for GRASS 7.6 @@ -14944,7 +26984,7 @@ Marco Hugentobler 2019-01-22 Consider feedback -Juergen E. Fischer 2019-01-21 +Jürgen E. Fischer 2019-01-21 oracle provider: check for valid lastInsertId() on ::addFeatures (fixes #20109) @@ -15000,7 +27040,7 @@ Alexander Bruy 2019-01-22 [processing] use complex delimiter for interpolation data (fix #20490) -Juergen E. Fischer 2019-01-22 +Jürgen E. Fischer 2019-01-22 fix translation string @@ -15554,7 +27594,7 @@ Martin Dobias 2019-01-17 This commit does not add any GUI support yet. Merge: 00be400b02 81aa143923 -rldhont 2019-01-17 +D'Hont René-Luc 2019-01-17 Merge pull request #8863 from rldhont/server-wmts-config-matrices @@ -15574,7 +27614,7 @@ Denis Rouzaud 2019-01-17 * use QStringLiteral -rldhont 2019-01-15 +D'Hont René-Luc 2019-01-15 [Server][Feature][needs-docs] WMTS tile matrices configuration @@ -15679,13 +27719,13 @@ Nyall Dawson 2019-01-17 Allows the preview icon to correctly show linked project colors Merge: aaede28b43 1f9a14d984 -rldhont 2019-01-16 +D'Hont René-Luc 2019-01-16 Merge pull request #8878 from rldhont/sld-read-like-escapeChar-master [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike -rldhont 2019-01-16 +D'Hont René-Luc 2019-01-16 [BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike @@ -15722,7 +27762,7 @@ Nyall Dawson 2019-01-14 Fix determination of geodesic line when first segment is small and coordinates are reprojected -Juergen E. Fischer 2019-01-16 +Jürgen E. Fischer 2019-01-16 [FEATURE] postgres provider: save primary key selection @@ -15739,7 +27779,7 @@ Hugo Mercier 2019-01-16 Fix vertextool's geometry cache invalidation -Juergen E. Fischer 2019-01-16 +Jürgen E. Fischer 2019-01-16 translation updates @@ -15983,7 +28023,7 @@ Peter Petrik 2019-01-04 update to MDAL 0.1.3 (mesh calculator API) -Juergen E. Fischer 2019-01-14 +Jürgen E. Fischer 2019-01-14 fix build @@ -16586,7 +28626,7 @@ signedav 2019-01-09 copy showFeatureCount property to the new LayerTreeNode -Juergen E. Fischer 2019-01-09 +Jürgen E. Fischer 2019-01-09 fix build @@ -16894,7 +28934,7 @@ Matthias Kuhn 2019-01-07 Improved API documentation for geometry checks -Juergen E. Fischer 2019-01-07 +Jürgen E. Fischer 2019-01-07 osgeo4w: run python scripts with python3 (fixes #20870) @@ -16996,7 +29036,7 @@ Giovanni Manghi 2019-01-07 change the name of the module to match the new name in GRASS 7.4.4 Merge: 0c71e720a3 f1d2239d5f -mhugent 2019-01-07 +Marco Hugentobler 2019-01-07 Merge pull request #8781 from mhugent/get_atlas_print @@ -17193,15 +29233,15 @@ Alessandro Pasotti 2019-01-04 Fixes #20693 - LAYERTITLESPACE in GetLegendGraphic is not taken into account -nirvn 2019-01-04 +Mathieu Pellerin 2019-01-04 Fix assert crash for non-English UI locale (fixes #20834) -nirvn 2019-01-04 +Mathieu Pellerin 2019-01-04 [themes] Move tab widget's pane up 1 pixel to improve border look -nirvn 2019-01-04 +Mathieu Pellerin 2019-01-04 [themes] Adjust Night Mapping and Blend of Gray to improve display on windows Fixes the combo box drop down list clipping text, as well as @@ -17405,7 +29445,7 @@ Alessandro Pasotti 2019-01-02 Fixes #20601 -nirvn 2019-01-02 +Mathieu Pellerin 2019-01-02 [themes] Apply OS-specific UI scale factor to em values @@ -17413,15 +29453,15 @@ signedav 2019-01-02 fix in listwidgetfactory and set method of ogrprovider to const not changing class values -nirvn 2019-01-02 +Mathieu Pellerin 2019-01-02 Add palette file for the Blend of Gray theme -nirvn 2019-01-02 +Mathieu Pellerin 2019-01-02 Add palette file for the Night Mapping theme -nirvn 2019-01-02 +Mathieu Pellerin 2019-01-02 [themes] Allow customization of palette role colors This fixes the following issues: @@ -17436,7 +29476,7 @@ Alexander Bruy 2019-01-02 [processing] cover more GDAL algorithms with unittests -Juergen E. Fischer 2019-01-01 +Jürgen E. Fischer 2019-01-01 typo fixes @@ -17499,15 +29539,15 @@ Mathieu Pellerin 2019-01-01 Make Blend of Gray theme hidpi-compatible -Juergen E. Fischer 2018-12-31 +Jürgen E. Fischer 2018-12-31 windows: allow https downloads in nsis installer (fixes #18360) -Juergen E. Fischer 2018-12-31 +Jürgen E. Fischer 2018-12-31 debian packaging: avoid conflicting files (followup add1a9228, refs #20856, fixes #20894) -nirvn 2018-12-31 +Mathieu Pellerin 2018-12-31 Make Night Mapping theme hidpi-compatible @@ -17620,24 +29660,24 @@ Anita Graser 2018-12-28 Refer to layers panel instead of legend -nirvn 2018-12-28 +Mathieu Pellerin 2018-12-28 Rely on app palette colors when painting in color swatch delegate -nirvn 2018-12-28 +Mathieu Pellerin 2018-12-28 Enforce use of qt's fusion style for non-default themes -nirvn 2018-12-28 +Mathieu Pellerin 2018-12-28 Fix Night Mapper alt. table / tree view item color -nirvn 2018-12-28 +Mathieu Pellerin 2018-12-28 Fix missing color cell in color ramp shader widget for non-default theme (fixes #15913) -nirvn 2018-12-28 +Mathieu Pellerin 2018-12-28 Refresh the Night Mapping theme, including _many_ fixes @@ -17662,7 +29702,7 @@ Markus Neteler 2018-12-27 Added grass76 support; search for newer versions first -nirvn 2018-12-27 +Mathieu Pellerin 2018-12-27 Be theme-friendly, enforce borderless close button in message bar @@ -17678,19 +29718,19 @@ Nyall Dawson 2018-12-27 Add fast truncate implementation for memory provider -nirvn 2018-12-27 +Mathieu Pellerin 2018-12-27 Additional Blend of Gray theme fixes: - proper colors for selected item in welcome screen - fix toolbar border pixel shift -nirvn 2018-12-27 +Mathieu Pellerin 2018-12-27 Blend of Gray theme fixes: - white background on white text options/project/etc. panel list widget - unwanted light gray tool button's menu button -nirvn 2018-12-27 +Mathieu Pellerin 2018-12-27 Only add option list widget styling for default theme (This allows customized styling for non-default themes, @@ -17730,11 +29770,11 @@ Matthias Kuhn 2018-12-24 Missing @cond -nirvn 2018-12-24 +Mathieu Pellerin 2018-12-24 [FEATURE] A new grayscale theme, "blend of gray" -Juergen E. Fischer 2018-12-23 +Jürgen E. Fischer 2018-12-23 debian packaging: include qgis.processing and qgis.testing (fixes #20856) @@ -17848,7 +29888,7 @@ ailurupoda 2018-12-21 Add comment option on db_manager pluging postgis tables -nirvn 2018-12-21 +Mathieu Pellerin 2018-12-21 Don't hard-code black and gray for layer tree items' text color @@ -17896,7 +29936,7 @@ Matthias Kuhn 2018-12-21 Remove template class -nirvn 2018-12-21 +Mathieu Pellerin 2018-12-21 Avoid using default QPalette to improve theme compatibility @@ -18244,7 +30284,7 @@ Nyall Dawson 2018-12-17 More square brackets -nirvn 2018-12-14 +Mathieu Pellerin 2018-12-14 [FEATURE][expression] Enable use of square brackets to access map and array elements @@ -18404,7 +30444,7 @@ Nyall Dawson 2018-12-18 Move labeling settings button to map item toolbar -nirvn 2018-12-17 +Mathieu Pellerin 2018-12-17 Create icons for layout map item toolbar actions @@ -18728,7 +30768,7 @@ Denis Rouzaud 2018-12-14 make QgsGeometry::isNull Q_INVOKABLE (#8667) -Juergen E. Fischer 2018-12-14 +Jürgen E. Fischer 2018-12-14 typo fix @@ -18738,14 +30778,14 @@ Nyall Dawson 2018-12-14 Co-Authored-By: nirvn -nirvn 2018-12-12 +Mathieu Pellerin 2018-12-12 Disable in-session change of UI theme for Qt < 5.12 Random crasher associated with UI theme change is an upstream bug, in the meantime let's make sure people don't lose data crashing QGIS with an unsaved project. -nirvn 2018-12-12 +Mathieu Pellerin 2018-12-12 Pass on the theme style data directly instead of a file:///... Benefit: remove requirement to have write permission for the @@ -18909,7 +30949,7 @@ signedav 2018-12-11 reading ogr JSON basics -nirvn 2018-12-11 +Mathieu Pellerin 2018-12-11 [ui] Better visual queue for non-visible layers in the tree @@ -18928,11 +30968,11 @@ Matthias Kuhn 2018-12-11 Offline editing to GPKG attribute order. Fixes #20276 -nirvn 2018-12-11 +Mathieu Pellerin 2018-12-11 [afs] Basic parsing capacity for label expressions -nirvn 2018-12-11 +Mathieu Pellerin 2018-12-11 [afs] Fix parsing of multi-field unique value renderer @@ -19080,7 +31120,7 @@ Denis Rouzaud 2018-12-10 move value group box under help area [Expression builder] [needs-docs] -nirvn 2018-12-10 +Mathieu Pellerin 2018-12-10 [afs] Add halo/buffer support to label creation @@ -19098,15 +31138,15 @@ Matthias Kuhn 2018-12-10 also contains some code modernization -nirvn 2018-12-10 +Mathieu Pellerin 2018-12-10 [afs] Picture marker & picture fill width/height use points as unit type -nirvn 2018-12-10 +Mathieu Pellerin 2018-12-10 [afs] Fix picture marker ratio calculation -nirvn 2018-12-07 +Mathieu Pellerin 2018-12-07 [FEATURE][AFS] Create labels when settings provied by server @@ -19126,11 +31166,11 @@ Nathan Woodrow 2018-12-10 @alg.input() @alg.output() -nirvn 2018-12-07 +Mathieu Pellerin 2018-12-07 [afs] fix listing of afs services for saved servers starting in a sub-folder -nirvn 2018-12-08 +Mathieu Pellerin 2018-12-08 [afs] Fix wrong hard-coded OBJECTID reference, use the fetch object id name @@ -19331,7 +31371,7 @@ Nyall Dawson 2018-12-06 second geometry from the collection). Also supports negative indices to count from the end of the collection. -nirvn 2018-12-06 +Mathieu Pellerin 2018-12-06 [FEATURE][AFS] Automatically convert ESRI picture fill symbols @@ -19349,7 +31389,7 @@ Matthias Kuhn 2018-12-06 Save layer changes on successful repair -nirvn 2018-12-06 +Mathieu Pellerin 2018-12-06 [FEATURE] Raster fill can have images set to remote URLs or as embedded files. @@ -19358,7 +31398,7 @@ nirvn 2018-12-06 be set to use HTTP(s) URLs or have files directly embedded inside the symbol itself. -nirvn 2018-12-06 +Mathieu Pellerin 2018-12-06 Make use of image cache when rendering raster image fill layers @@ -19486,15 +31526,15 @@ Alessandro Pasotti 2018-12-05 [feature] Add a toggle action to vector layer legend items -nirvn 2018-12-05 +Mathieu Pellerin 2018-12-05 Use QImageReader to speed up image cache's originalSize function -nirvn 2018-12-05 +Mathieu Pellerin 2018-12-05 Use image operation's multiplyOpacity in image cache -nirvn 2018-12-01 +Mathieu Pellerin 2018-12-01 [FEATURE] Raster image marker @@ -19505,15 +31545,15 @@ Alessandro Pasotti 2018-12-05 Tells the bridge to update when a bad layer was fixed -nirvn 2018-12-04 +Mathieu Pellerin 2018-12-04 Add dox comment, fix travis -nirvn 2018-12-04 +Mathieu Pellerin 2018-12-04 Add opacity parameter to image cache -nirvn 2018-12-04 +Mathieu Pellerin 2018-12-04 Allow passing {width,height}-only size to the image cache @@ -19826,7 +31866,7 @@ Alessandro Pasotti 2018-11-30 Fixes #20682 - form toggle editing -Juergen E. Fischer 2018-11-30 +Jürgen E. Fischer 2018-11-30 INSTALL: add note about git core.filemode on windows (superceeds PR#8578) (oci-devel now dependency of qgis-dev-deps in OSGeo4W) @@ -19861,7 +31901,7 @@ Alessandro Pasotti 2018-11-30 Fix rastercalc duplicated layer names -volaya 2018-11-30 +Víctor Olaya 2018-11-30 [processing] fixed update of MultipleInputPanel after alg is run @@ -20048,7 +32088,7 @@ Alessandro Pasotti 2018-11-28 Fix ini file creation -nirvn 2018-11-26 +Mathieu Pellerin 2018-11-26 [processing] Add test & adjust handling of negative distance value for multi ring (constant) algorithm @@ -20099,16 +32139,16 @@ Alessandro Pasotti 2018-11-28 Fix build warning -nirvn 2018-11-28 +Mathieu Pellerin 2018-11-28 [processing] Add edit feature in-place menu shortcut (useful for people who rely on the locator) -nirvn 2018-11-28 +Mathieu Pellerin 2018-11-28 [locator] Fix presence of html tag for multi-line tooltips -nirvn 2018-11-28 +Mathieu Pellerin 2018-11-28 [locator] Append an active tag to item text for checked/activated actions @@ -20151,11 +32191,11 @@ Nyall Dawson 2018-11-28 Update test mask -Juergen E. Fischer 2018-11-27 +Jürgen E. Fischer 2018-11-27 fix windows build (partly reverts 1a199d095) -Juergen E. Fischer 2018-11-27 +Jürgen E. Fischer 2018-11-27 update v2 header guards @@ -20235,13 +32275,13 @@ swiss-knight 2018-11-26 (cherry picked from commit 6a7e951442d4f4ce57cb7816d9a4e513c4415fba) -Juergen E. Fischer 2018-11-26 +Jürgen E. Fischer 2018-11-26 osgeo4w: fix grass plugin installation (cherry picked from commit ec5a3b42b87e304690e241bca38d56870851fd10) -Juergen E. Fischer 2018-11-26 +Jürgen E. Fischer 2018-11-26 osgeo4w: still upload build log when tests are skipped @@ -20263,7 +32303,7 @@ Alessandro Pasotti 2018-11-26 .. and probably more, but this is one of the greediest piece of code because it reads the whole raster to memory. -nirvn 2018-11-26 +Mathieu Pellerin 2018-11-26 [processing] Use MultiPolygon as output wkb type for multi ring buffer (constant) @@ -20271,7 +32311,7 @@ Nyall Dawson 2018-11-25 [browser] Add API to access the drive data items -nirvn 2018-11-26 +Mathieu Pellerin 2018-11-26 [processing] Fix negative distance value wrongly prohibited for multi ring buffer (constant) @@ -20299,7 +32339,7 @@ Faneva Andriamiadantsoa 2018-11-26 * add dX, dY and residual on GCP Points * add option to automatically save GCP Points in the raster-modified path -Juergen E. Fischer 2018-11-25 +Jürgen E. Fischer 2018-11-25 fix link error on windows @@ -20316,7 +32356,7 @@ Alessandro Pasotti 2018-11-23 Translate debug message -rldhont 2018-11-23 +D'Hont René-Luc 2018-11-23 [Server][WFS] Null field value in GML has to be empty string @@ -20331,7 +32371,7 @@ Alessandro Pasotti 2018-11-23 Push debug message to console -Juergen E. Fischer 2018-11-23 +Jürgen E. Fischer 2018-11-23 debian packaging: include 3d bindings @@ -20405,7 +32445,7 @@ Alessandro Pasotti 2018-11-22 There is still the GEOS issue to be cheked -Juergen E. Fischer 2018-11-22 +Jürgen E. Fischer 2018-11-22 fix windows build @@ -20548,11 +32588,11 @@ Nyall Dawson 2018-11-19 [needs-docs] Add shortcut for paste to scratch layer (Ctrl+Alt+V) -nirvn 2018-11-20 +Mathieu Pellerin 2018-11-20 [ui] Harmonize save raster layer as dialog's scroll area -nirvn 2018-11-20 +Mathieu Pellerin 2018-11-20 [needs-docs][ui] Move 'add saved file to map' option away from data settings @@ -20992,42 +33032,42 @@ lbartoletti 2018-11-15 use a switch -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Add missing north arrow decoration icon & improve grid icon -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Remove one use of QStringLiteral in the copyright decoration -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Improve a few decoration dialog .ui files -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Use auto geometry restore for decoration dialogs -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Improve capitalization of decoration dialogs -nirvn 2018-11-15 +Mathieu Pellerin 2018-11-15 Address title decoration review comments -nirvn 2018-11-14 +Mathieu Pellerin 2018-11-14 Dedicated title decoration icon -nirvn 2018-11-14 +Mathieu Pellerin 2018-11-14 [FEATURE] Top/bottom centering placement for decoration items The centered placement is implemented for: - Title decoration - Copyright decoration -nirvn 2018-11-14 +Mathieu Pellerin 2018-11-14 [FEATURE] Title label decoration @@ -21056,7 +33096,7 @@ Denis Rouzaud 2018-11-14 add missing cond PRIVATE -Juergen E. Fischer 2018-11-14 +Jürgen E. Fischer 2018-11-14 translation string fix @@ -21118,7 +33158,7 @@ Nyall Dawson 2018-11-13 is really only good for a quick preview and in this case it's ok to only show a subset of records. -nirvn 2018-11-13 +Mathieu Pellerin 2018-11-13 [project] Avoid needlessly dirtying when written value does not change @@ -21307,7 +33347,7 @@ Daniele Viganò 2018-11-13 [RPM] Add an explicit dependency for GDAL -Juergen E. Fischer 2018-11-13 +Jürgen E. Fischer 2018-11-13 debian packaging: add libexiv2-dev dependency @@ -21319,7 +33359,7 @@ Nyall Dawson 2018-11-13 Capitalization -nirvn 2018-11-12 +Mathieu Pellerin 2018-11-12 [needs-docs][ui] Remove save as action from the project toolbar @@ -21512,7 +33552,7 @@ Sandro Mani 2015-09-02 Forward port from kadas-albireo -Juergen E. Fischer 2018-11-12 +Jürgen E. Fischer 2018-11-12 debian packaging: add python-gdal dependency @@ -21558,7 +33598,7 @@ Martin Dobias 2018-11-11 (configuration of lights is not there yet - now we always have a single point light with white color at the middle of the scene at 1km above the zero elevation) -Juergen E. Fischer 2018-11-11 +Jürgen E. Fischer 2018-11-11 scripts/scandeps.pl run to update INSTALL @@ -21573,11 +33613,11 @@ Luigi Pirelli 2018-11-11 Reintroduce GDAL extract projection and update extractprojection.py to QGIS 3 -Juergen E. Fischer 2018-11-11 +Jürgen E. Fischer 2018-11-11 processing: add windows support to exportRasterLayersIntoDirectory (fixes #20146) -Juergen E. Fischer 2018-11-10 +Jürgen E. Fischer 2018-11-10 osgeo4w: * only use GRASS major version in executable names @@ -21587,7 +33627,7 @@ Landry Breuil 2018-10-29 [Packaging] install icons / appdata / desktop file on BSDs too -Juergen E. Fischer 2018-11-10 +Jürgen E. Fischer 2018-11-10 make snapping type translatable in model (fixes #20437) @@ -21603,7 +33643,7 @@ Nyall Dawson 2018-11-10 [dbmanager] Fix exception when browsing project layers -Juergen E. Fischer 2018-11-09 +Jürgen E. Fischer 2018-11-09 OGC parameter names are case-insensitive @@ -22727,7 +34767,7 @@ Håvard Tveite 2018-11-02 added a tr() based on feedback from jef-n -Juergen E. Fischer 2018-11-02 +Jürgen E. Fischer 2018-11-02 dwg import: * allow entering new gpkg filenames (fixes #20305) @@ -22740,7 +34780,7 @@ Alessandro Pasotti 2018-11-02 QgsDataSourceSelectDialog: a simple browser-based reusable data sourc… -nirvn 2018-11-02 +Mathieu Pellerin 2018-11-02 [native] Use official .desktop file name on linux @@ -22801,7 +34841,7 @@ havatv 2018-11-01 Added file output to gdal extractprojection, added exception for non-gdal sources and fixed boolean parameter handling + some formatting Merge: fa71e4d3d7 986e11b6bb -Even Rouault 2018-11-01 +Even Rouault 2018-11-01 Merge pull request #8397 from rouault/fix_20308 @@ -22825,11 +34865,11 @@ Nyall Dawson 2018-10-29 Optionally any discarded (duplicate) features can be saved to a separate sink. -Juergen E. Fischer 2018-11-01 +Jürgen E. Fischer 2018-11-01 fix news -Juergen E. Fischer 2018-11-01 +Jürgen E. Fischer 2018-11-01 verify that projecta actually delivers a changelog @@ -23082,11 +35122,11 @@ Alessandro Pasotti 2018-10-31 With test -rldhont 2018-10-26 +D'Hont René-Luc 2018-10-26 [Bugfix][Server] Use Project selection color in GetPrint 3.4 -nirvn 2018-10-30 +Mathieu Pellerin 2018-10-30 Prevent flooding (and app freeze) of items added to the message bar @@ -23299,15 +35339,15 @@ Nyall Dawson 2018-10-29 Follow up status bar font fixes, avoid too small font on Windows -Juergen E. Fischer 2018-10-27 +Jürgen E. Fischer 2018-10-27 reset English translations on update -Juergen E. Fischer 2018-10-27 +Jürgen E. Fischer 2018-10-27 replace three dots with ellipsises in translation strings -Juergen E. Fischer 2018-10-27 +Jürgen E. Fischer 2018-10-27 scripts/tsstat.pl: remove unused site mode and add note to doc/TRANSLATORS @@ -23332,7 +35372,7 @@ Denis Rouzaud 2018-10-26 see upstream issue https://github.com/OSGeo/gdal/issues/336 and fix https://github.com/OSGeo/gdal/commit/abae82ccf4f46d7aa1a9d3252296c207e6652ba9 -Juergen E. Fischer 2018-10-26 +Jürgen E. Fischer 2018-10-26 add islandic translator (followup f4e6477a) @@ -23349,20 +35389,20 @@ Nyall Dawson 2018-10-11 crs, etc) without having to actually load them into a project first. -Juergen E. Fischer 2018-10-26 +Jürgen E. Fischer 2018-10-26 Bump version to 3.5 -Juergen E. Fischer 2018-10-26 +Jürgen E. Fischer 2018-10-26 changelog and news update for 3.4 -Juergen E. Fischer 2018-10-26 +Jürgen E. Fischer 2018-10-26 translation update for 3.4 from transifex Merge: 4ba77f83a6 b4e31608e5 -rldhont 2018-10-26 +D'Hont René-Luc 2018-10-26 Merge pull request #8320 from rldhont/server-reactivate-print-selection-3 @@ -23433,15 +35473,15 @@ Harrissou Sant-anna 2018-10-26 Fix #20223 -rldhont 2018-10-26 +D'Hont René-Luc 2018-10-26 [Server][GetPrint] Draw selection for SVG output -rldhont 2018-10-26 +D'Hont René-Luc 2018-10-26 [Server][Tests] Update WMS GetPrint Selection -rldhont 2018-10-26 +D'Hont René-Luc 2018-10-26 [Bugfix][Server][GetPrint] Correctly set way to draw selection in layout settings @@ -23693,7 +35733,7 @@ Denis Rouzaud 2018-10-25 add test for QgsRectangle::scale and scaled -Juergen E. Fischer 2018-10-25 +Jürgen E. Fischer 2018-10-25 fix typo @@ -23793,7 +35833,7 @@ Matthias Kuhn 2018-10-25 QgsServer Tests for JSON fields -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 [Server][Tests] Update WMS GetMap Selection @@ -23853,7 +35893,7 @@ Denis Rouzaud 2018-10-25 fix typo -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 [Server] Use Project selection color in GetPrint for 3.4 @@ -23990,7 +36030,7 @@ signedav 2018-10-25 remove username/password in db connection in test project -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 [Server] Reactivate the capability to print selection with Server 3.4 @@ -24004,7 +36044,7 @@ rldhont 2018-10-25 It's a forward porting of #7185 Merge: 8f4f7f11ac 2eb22d93ff -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 Merge pull request #8319 from rldhont/fix-dbmanager-sql-layer-set-unique-combo-3 @@ -24026,7 +36066,7 @@ signedav 2018-10-25 remove connection to lineeditcleared, because of already correct null value implementation there Merge: 221df8e65e 1d246de545 -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 Merge pull request #8318 from rldhont/processing-convertformat-geopackage @@ -24040,7 +36080,7 @@ Borys Jurgiel 2018-10-24 Introduce QgsGui::HigFlags and don't capitalize menu entries and dialog titles in languages other than English. Fixes #19724 -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 [BUGFIX][DbManager] SQL Layer: fix unique combo setting in QGIS 3 @@ -24050,7 +36090,7 @@ rldhont 2018-10-25 Funded by Ifremer -rldhont 2018-10-25 +D'Hont René-Luc 2018-10-25 [Processing] Add GeoPackage support in alg qgis:convertformat (forward) @@ -24143,7 +36183,7 @@ Blottiere Paul 2018-10-24 [server] Fixes #5520 - Invalid BBOX in WMS GetCapabilities Merge: 4f0a8003f1 980e0b69ea -rldhont 2018-10-24 +D'Hont René-Luc 2018-10-24 Merge pull request #8285 from uprel/master @@ -24168,7 +36208,7 @@ Daniele Viganò 2018-10-24 [RPM] Patch for F29 is not needed anymore (#8304) -Juergen E. Fischer 2018-10-24 +Jürgen E. Fischer 2018-10-24 auto-detect name of sip module used by PyQt5 @@ -24228,7 +36268,7 @@ Alessandro Pasotti 2018-10-24 Fix import sip on python 3.5 -Juergen E. Fischer 2018-10-24 +Jürgen E. Fischer 2018-10-24 fix build with Qt <5.6 @@ -24238,7 +36278,7 @@ Hugo Mercier 2018-10-24 Fixes #18286 -Juergen E. Fischer 2018-10-24 +Jürgen E. Fischer 2018-10-24 make function builder help parseable by lupdate @@ -24279,7 +36319,7 @@ Blottiere Paul 2018-10-24 Add unit test -Juergen E. Fischer 2018-10-23 +Jürgen E. Fischer 2018-10-23 debian/osgeo4w/docker: use public instead of non-existing private PyQt5.sip module @@ -24665,7 +36705,7 @@ Alessandro Pasotti 2018-10-21 fix addpart tool warning -Juergen E. Fischer 2018-10-21 +Jürgen E. Fischer 2018-10-21 fix fcf85a199a94aac @@ -24727,7 +36767,7 @@ Tudor Bărăscu 2018-10-20 Thus the warning for multiple parts for single geometry was giving false positives and negatives. -Juergen E. Fischer 2018-10-20 +Jürgen E. Fischer 2018-10-20 fix build on Qt <5.6 @@ -24848,7 +36888,7 @@ lbartoletti 2018-10-19 Fix docstring -Juergen E. Fischer 2018-10-19 +Jürgen E. Fischer 2018-10-19 Fix windows build @@ -25101,7 +37141,7 @@ Alessandro Pasotti 2018-10-18 Slow field calculator - Bugfix 20094 followup 096b4ce -nirvn 2018-10-18 +Mathieu Pellerin 2018-10-18 fix build on cosmic (et cie) @@ -25155,14 +37195,14 @@ Nyall Dawson 2018-10-16 too. Merge: fff0c03099 c3a41bc2fa -rldhont 2018-10-16 +D'Hont René-Luc 2018-10-16 Merge pull request #8199 from pblottiere/server_getfeatureinfo_tolerance [bugfix] Fixes #19383 - GetFeatureInfo tolerance Merge: 3cb9ef2294 d71f85b568 -rldhont 2018-10-16 +D'Hont René-Luc 2018-10-16 Merge pull request #8155 from uprel/master @@ -25311,7 +37351,7 @@ Nyall Dawson 2018-10-14 Simpler geometry restore for field calculator dialog Merge: 4cc4bab969 9014285bc7 -Even Rouault 2018-10-15 +Even Rouault 2018-10-15 Merge pull request #8185 from rouault/fix_19571 @@ -25908,14 +37948,14 @@ signedav 2018-10-15 corrected comment in test Merge: b777ab23b1 651ccb43bf -Even Rouault 2018-10-15 +Even Rouault 2018-10-15 Merge pull request #8186 from rouault/fix_20104 [GDAL provider] Make sure that setEditable(true) invalides cached GDAL handles to get proper refresh (fixes #20104) Merge: 530397c168 906f80219f -Even Rouault 2018-10-15 +Even Rouault 2018-10-15 Merge pull request #8184 from rouault/fix_20098 @@ -25983,7 +38023,7 @@ Nyall Dawson 2018-10-15 More test -Nathan Woodrow 2018-10-15 +Nathan Woodrow 2018-10-15 Adjust the default size of expression/selection dialog @@ -26007,7 +38047,7 @@ Nathan Woodrow 2018-10-15 Fix #14897 - Remove double undo/redo buttons (#8189) -Nathan Woodrow 2018-10-15 +Nathan Woodrow 2018-10-15 Fix custom function help @@ -26035,13 +38075,13 @@ Nyall Dawson 2018-10-15 Dox -Nathan Woodrow 2018-10-15 +Nathan Woodrow 2018-10-15 Fix - Fix loading expression template for first item and space vs tabs Fix tab vs spaces in Python editor widget. Use spaces -Nathan Woodrow 2018-10-15 +Nathan Woodrow 2018-10-15 Follow up 5beb4e2b8d - Enable rename browser tree node on edit key only @@ -26081,11 +38121,11 @@ Even Rouault 2018-10-14 [WFS client] Fix GetFeature BBOX in WFS 1.1 when the GetCapabilies CRS is urn:ogc:def:crs:OGC:1.3:CRS84 (refs #19571) -Juergen E. Fischer 2018-10-14 +Jürgen E. Fischer 2018-10-14 t2tdoc run (followup 8923aa9bb & ae397bf24) -Juergen E. Fischer 2018-10-11 +Jürgen E. Fischer 2018-10-11 osgeo4w: detect python version in package.cmd @@ -26296,7 +38336,7 @@ Alessandro Pasotti 2018-10-11 type or copy elision will not be possible (and the warning will be triggered). -Nathan Woodrow 2018-10-11 +Nathan Woodrow 2018-10-11 [needs-docs] Follow up UX fixes for moving custom function help @@ -26336,12 +38376,12 @@ Alessandro Pasotti 2018-10-10 Fixes #20053 decimal separator in csv files -nirvn 2018-10-09 +Mathieu Pellerin 2018-10-09 [auth] don't share config db connection across threads (fixes #20054) -Juergen E. Fischer 2018-10-10 +Jürgen E. Fischer 2018-10-10 fix build on xenial @@ -26426,7 +38466,7 @@ Alessandro Pasotti 2018-10-09 Show a warning when pasted feature geometry collapsed -nirvn 2018-10-09 +Mathieu Pellerin 2018-10-09 [labeling] always consider data-defined property for line height @@ -26482,7 +38522,7 @@ Loïc Bartoletti 2018-09-26 the last database. Adds a .gpkg extension to filename if not presents. -Juergen E. Fischer 2018-10-09 +Jürgen E. Fischer 2018-10-09 configonly.bat: retrieve version from CMakeLists.txt @@ -26704,11 +38744,11 @@ Nyall Dawson 2018-10-08 Also flick more static list initializations across to nicer std::call_once implimentations -Nathan Woodrow 2018-10-08 +Nathan Woodrow 2018-10-08 Fix build follow up -Nathan Woodrow 2018-10-08 +Nathan Woodrow 2018-10-08 Fix build on fedora 26 @@ -26778,7 +38818,7 @@ Alessandro Pasotti 2018-10-07 Deprecate refreshLegend Merge: b247c7ce5d 3bb64a7f1a -rldhont 2018-10-07 +D'Hont René-Luc 2018-10-07 Merge pull request #7915 from rldhont/server-cache-manager-extension @@ -26824,7 +38864,7 @@ Even Rouault 2018-10-06 "For read-only access, constData() is faster because it never causes a deep copy to occur." -rldhont 2018-10-06 +D'Hont René-Luc 2018-10-06 [Server][Cache] Adding HAVE_SERVER_PYTHON_PLUGINS around accessControls and cacheManager methods @@ -26868,15 +38908,15 @@ Alessandro Pasotti 2018-10-06 Fixes #20020 -rldhont 2018-09-16 +D'Hont René-Luc 2018-09-16 [Server][Cache] Extending and enhancing cache manager tests -rldhont 2018-09-16 +D'Hont René-Luc 2018-09-16 [Server][Cache] Add WMS GetLegendGraphic to store in cache -rldhont 2018-09-15 +D'Hont René-Luc 2018-09-15 [Server][Cache] Add documents to store in cache: WMS Context, WFS DescribeFeatureType, WCS DescribeCoverage @@ -27043,7 +39083,7 @@ Nyall Dawson 2018-10-05 Fixes #20015 -Juergen E. Fischer 2018-10-05 +Jürgen E. Fischer 2018-10-05 sip fix for xenial @@ -27154,7 +39194,7 @@ Denis Rouzaud 2018-09-26 take screenshots in app for user documentation -Juergen E. Fischer 2018-10-04 +Jürgen E. Fischer 2018-10-04 fix build on xenial & stretch @@ -27227,7 +39267,7 @@ Nyall Dawson 2018-10-04 Capitalization -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [mesh] make layer blend mode option visible in UI @@ -27329,7 +39369,7 @@ Giovanni Manghi 2018-10-03 fix the GRASS7 r_contour tool removing the mandatory flag of one of the parameters Merge: 0319e36c63 27ce17cf99 -Larry Shaffer 2018-10-03 +Larry Shaffer 2018-10-03 Merge pull request #8072 from dakcarto/opencl-clhpp @@ -27383,23 +39423,23 @@ Alessandro Pasotti 2018-10-03 Fixes #19388 - Consistent crash with join layer -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [ui] add a favorite star to menu action -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [ui] resurrect home folder -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [ui] remove use of system icons in svg selector widget -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [ui] remove use of system icons in browser directory properties -nirvn 2018-10-03 +Mathieu Pellerin 2018-10-03 [ui] remove use of system icon in adv. settings tree @@ -27451,7 +39491,7 @@ Nyall Dawson 2018-10-02 [mssql] Fix connection ID used by column type thread -Juergen E. Fischer 2018-10-02 +Jürgen E. Fischer 2018-10-02 update_ts.sh: no obsolete translation on push @@ -27485,23 +39525,23 @@ Matthias Kuhn 2018-10-02 use float precision for screen coordinates -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 bring some colors back -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 [browser] favorite and home folder icon improvements -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 [browser] further tweak db, mesh, and zip icons -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 [browser] invert folder icon colors -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 [browser] grayscale raster and mesh icons @@ -27546,19 +39586,19 @@ Nyall Dawson 2018-10-02 Fixes #19990 -nirvn 2018-10-02 +Mathieu Pellerin 2018-10-02 address comment, update (and vectorize) zip icon -nirvn 2018-10-01 +Mathieu Pellerin 2018-10-01 [browser] fix zip items unable to populate OGR layers -nirvn 2018-10-01 +Mathieu Pellerin 2018-10-01 [gdal] update data item creation to new methods -nirvn 2018-10-01 +Mathieu Pellerin 2018-10-01 [browser] prioritize OGR provider for archived files in basic scan mode @@ -27628,7 +39668,7 @@ Larry Shaffer 2018-10-01 CMAKE_HOST_SYSTEM_NAME (uname -s) on macOS returns Darwin, even though it is a BSD variant. -Juergen E. Fischer 2018-10-01 +Jürgen E. Fischer 2018-10-01 ts2appinfo.py: get desktop encoding right @@ -27695,7 +39735,7 @@ Alessandro Pasotti 2018-10-01 Fix opencl build warning -Juergen E. Fischer 2018-10-01 +Jürgen E. Fischer 2018-10-01 fix build on Qt <5.8 @@ -27709,7 +39749,7 @@ Alessandro Pasotti 2018-10-01 Who knows why? -Juergen E. Fischer 2018-09-30 +Jürgen E. Fischer 2018-09-30 another adaption for ts2appinfo @@ -27942,7 +39982,7 @@ Denis Rouzaud 2018-09-29 explicitely call int version of former calls to toMapCoordinates Merge: 8ec5fec280 907c1a9e81 -rldhont 2018-09-29 +D'Hont René-Luc 2018-09-29 Merge pull request #7859 from rldhont/fix-server-sld-param-support @@ -27984,7 +40024,7 @@ Denis Rouzaud 2018-09-28 fix requesting CRS for layer without geometry (#7771) -Juergen E. Fischer 2018-09-27 +Jürgen E. Fischer 2018-09-27 add appinfo metadata source dependency @@ -28183,25 +40223,25 @@ Harrissou Sant-anna 2018-09-27 Fix array of translated features algorithms Merge: 3a70f88fa0 68ba754617 -rldhont 2018-09-27 +D'Hont René-Luc 2018-09-27 Merge pull request #7902 from rldhont/server-wfs-format-field [Bugfix][Server][WFS] Server wfs format field -rldhont 2018-09-26 +D'Hont René-Luc 2018-09-26 [Server] Localize loadUrl messages in log -rldhont 2018-09-25 +D'Hont René-Luc 2018-09-25 [Server] Use QgsNetworkContentFetcher to loadUrl -rldhont 2018-09-11 +D'Hont René-Luc 2018-09-11 [Tests][Server] Add test for WMS SLD parameter and move SLD_BODY test -rldhont 2018-09-11 +D'Hont René-Luc 2018-09-11 [Bugfix][Server] Add WMS SLD parameter support @@ -28263,7 +40303,7 @@ Matthias Kuhn 2018-09-27 Fix test -nirvn 2018-09-27 +Mathieu Pellerin 2018-09-27 [ui] add icon view icon for the symbol list widget @@ -28315,11 +40355,11 @@ Matthias Kuhn 2018-09-26 Fix python signature? -rldhont 2018-09-13 +D'Hont René-Luc 2018-09-13 [Server][WFS] Use editor widget setup for Range fields -rldhont 2018-09-13 +D'Hont René-Luc 2018-09-13 [Server][WFS] Use editor widget setup for DateTime fields @@ -28352,11 +40392,11 @@ Alessandro Pasotti 2018-09-26 Fixes #19950 -rldhont 2018-09-13 +D'Hont René-Luc 2018-09-13 [Server][WFS] Define encodeValueToText to correctly format field values -rldhont 2018-09-13 +D'Hont René-Luc 2018-09-13 [Server][WFS] Set correctly attribute type for number fields in XSD @@ -28644,7 +40684,7 @@ Nyall Dawson 2018-09-25 [processing] Use standard dock margins for results dock -Juergen E. Fischer 2018-09-25 +Jürgen E. Fischer 2018-09-25 include appinfo metadata file in translation @@ -28806,11 +40846,11 @@ Tom Kralidis 2018-09-23 [MetaSearch] update default CSW connections -Juergen E. Fischer 2018-09-24 +Jürgen E. Fischer 2018-09-24 fix tests (followup 9c5d397b4) -Juergen E. Fischer 2018-09-24 +Jürgen E. Fischer 2018-09-24 Revert "Revert "reorder application initialization (fixes #19879, #19916, followup d6795818)"" @@ -28846,48 +40886,48 @@ Nyall Dawson 2018-09-24 The commit broke *every* test on Travis ;) -Juergen E. Fischer 2018-09-23 +Jürgen E. Fischer 2018-09-23 [BUGFIX][NEEDS-DOCS] add command line option to hide browser (refs #18260) -Juergen E. Fischer 2018-09-23 +Jürgen E. Fischer 2018-09-23 fix #18938 Merge: ac65ee0398 d2a7668c16 -Even Rouault 2018-09-23 +Even Rouault 2018-09-23 Merge pull request #7984 from rouault/fix_19483 Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483) Merge: bdc11197f3 0c0e30b48f -Even Rouault 2018-09-23 +Even Rouault 2018-09-23 Merge pull request #7983 from rouault/fix_18804 QgsRasterFilWriter: fix crash when building overviews (fixes #19679) Merge: 77be7eae2c fabdc04764 -Even Rouault 2018-09-23 +Even Rouault 2018-09-23 Merge pull request #7982 from rouault/fix_19477 [OGR provider] Fix reading of OSM datasets when opening several layers at the same time (fixes #19477) -Juergen E. Fischer 2018-09-23 +Jürgen E. Fischer 2018-09-23 packaging fix -Juergen E. Fischer 2018-09-21 +Jürgen E. Fischer 2018-09-21 reorder application initialization (fixes #19879, #19916, followup d6795818) -Juergen E. Fischer 2018-09-22 +Jürgen E. Fischer 2018-09-22 fix warnings -Juergen E. Fischer 2018-09-22 +Jürgen E. Fischer 2018-09-22 packaging: include oauth2 method and opencl programs @@ -28904,14 +40944,14 @@ Even Rouault 2018-09-22 [OGR provider] Fix reading of OSM datasets when opening several layers at the same time (fixes #19477) Merge: bb40385d33 6b62019317 -Even Rouault 2018-09-22 +Even Rouault 2018-09-22 Merge pull request #7979 from rouault/fix_19722 QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723) Merge: eb24bdb484 ea2cc365db -Even Rouault 2018-09-22 +Even Rouault 2018-09-22 Merge pull request #7977 from rouault/fix_ogrdataitems_layername @@ -29035,11 +41075,11 @@ Even Rouault 2018-09-21 QgsVectorFileWriter: fix DGN creation (fixes #19722, fixes #19723) -Juergen E. Fischer 2018-09-21 +Jürgen E. Fischer 2018-09-21 translation string fix -Juergen E. Fischer 2018-09-21 +Jürgen E. Fischer 2018-09-21 debian packaging: add saga as build dependency for Processing tests @@ -29162,11 +41202,11 @@ Nyall Dawson 2018-09-21 Fix messed up collapse icon in measure dialog -nirvn 2018-09-21 +Mathieu Pellerin 2018-09-21 further improve icon -nirvn 2018-09-20 +Mathieu Pellerin 2018-09-20 [ui] add a dedicated icon for style manager & align toolbar icons @@ -29249,7 +41289,7 @@ Alessandro Pasotti 2018-09-20 Fixes #17967 #19893 -nirvn 2018-09-19 +Mathieu Pellerin 2018-09-19 [processing] improve in-place feature editing icon & toolbar position @@ -29272,11 +41312,11 @@ Denis Rouzaud 2018-09-19 correctly cast pointer -Juergen E. Fischer 2018-09-19 +Jürgen E. Fischer 2018-09-19 debian packaging: fix file mode fix (followup e306aaaae) -Juergen E. Fischer 2018-09-19 +Jürgen E. Fischer 2018-09-19 osgeo4w: fix lrelease lookup @@ -29344,7 +41384,7 @@ Martin Dobias 2018-09-18 unexpected results if the 2D map canvas had significantly different zoom level from the 3D map view. -Juergen E. Fischer 2018-09-19 +Jürgen E. Fischer 2018-09-19 postgres provider: cast to text in uniqueStringsMatching (fixes #19180) @@ -29352,7 +41392,7 @@ Tudor Bărăscu 2018-09-19 fix stroke Width sld import -nirvn 2018-09-19 +Mathieu Pellerin 2018-09-19 [ui] improve mesh layer icon @@ -29363,7 +41403,7 @@ Alessandro Pasotti 2018-09-19 Bugfix 19802 dbmanager saved queries -nirvn 2018-09-19 +Mathieu Pellerin 2018-09-19 [ui] improve required layer indicator icon @@ -29573,7 +41613,7 @@ Denis Rouzaud 2018-09-18 [fix #19869] fix bad handle of flag removal -Juergen E. Fischer 2018-09-18 +Jürgen E. Fischer 2018-09-18 debian packaging: depend on qml-module-qtcharts only where available @@ -29663,7 +41703,7 @@ Nyall Dawson 2018-09-18 Fixes #19855 -nirvn 2018-09-18 +Mathieu Pellerin 2018-09-18 [processing] fix history dialog alg. execution with CRS params @@ -29683,7 +41723,7 @@ Nyall Dawson 2018-09-18 Fixes #19863 -nirvn 2018-09-18 +Mathieu Pellerin 2018-09-18 [processing] allow geometryless layers as input in aggregate alg. @@ -29748,7 +41788,7 @@ Denis Rouzaud 2018-09-17 the shift is already done in the list, so no need to hack -Juergen E. Fischer 2018-09-17 +Jürgen E. Fischer 2018-09-17 Translation string fix @@ -29771,7 +41811,7 @@ Nyall Dawson 2018-09-17 Capitalization -nirvn 2018-09-17 +Mathieu Pellerin 2018-09-17 [processing] fix large points in polygon count overflow by using an int64 field @@ -29818,7 +41858,7 @@ Nyall Dawson 2018-09-17 Modernize code -Juergen E. Fischer 2018-09-17 +Jürgen E. Fischer 2018-09-17 fix d67958183 @@ -29858,19 +41898,19 @@ Nyall Dawson 2018-09-17 Fixes #19727 -Juergen E. Fischer 2018-09-17 +Jürgen E. Fischer 2018-09-17 handle utf-8 in function help -Juergen E. Fischer 2018-09-16 +Jürgen E. Fischer 2018-09-16 run gdal_calc on Windows and gdal_calc.py on othes platforms (fixes #19482) -Juergen E. Fischer 2018-09-16 +Jürgen E. Fischer 2018-09-16 fix warnings -Juergen E. Fischer 2018-09-16 +Jürgen E. Fischer 2018-09-16 Initialize translations before application members (fixes #19853) @@ -30220,7 +42260,7 @@ Martin Dobias 2018-09-14 Improvements from review -nirvn 2018-09-14 +Mathieu Pellerin 2018-09-14 [ui] harmonize raster layer metadata path/source ordering & visibility @@ -30228,7 +42268,7 @@ Peter Petrik 2018-09-14 fix review issues -nirvn 2018-09-14 +Mathieu Pellerin 2018-09-14 Handle windows path in gdal provider's decodeUri function @@ -30487,23 +42527,23 @@ signedav 2018-09-14 more includes -nirvn 2018-09-13 +Mathieu Pellerin 2018-09-13 Addition of a QgsHstoreUtils parse function -nirvn 2018-09-13 +Mathieu Pellerin 2018-09-13 additional test for the hstore_to_map() function -nirvn 2018-09-13 +Mathieu Pellerin 2018-09-13 [FEATURE] hstore_to_map() / map_to_hstore() expression functions -nirvn 2018-09-13 +Mathieu Pellerin 2018-09-13 [FEATURE] json_to_map() / map_to_json() expression functions -nirvn 2018-09-14 +Mathieu Pellerin 2018-09-14 [ui] Dirty project when creating a 3D map view @@ -30769,7 +42809,7 @@ Peter Petrik 2018-09-12 add option to save qgis project file locally when saving to postgres failed -Juergen E. Fischer 2018-09-13 +Jürgen E. Fischer 2018-09-13 fix windows build and some warnings @@ -31167,7 +43207,7 @@ Nyall Dawson 2018-09-11 Fix crash when editing smart group in style manager dialog -nirvn 2018-09-11 +Mathieu Pellerin 2018-09-11 [processing] add msg bar links to files when saving/exporting models @@ -31618,7 +43658,7 @@ Nyall Dawson 2018-09-07 [processing] Use a proxy task for batch processing execution -nirvn 2018-09-05 +Mathieu Pellerin 2018-09-05 [FEATURE][native] Add badge count support for the linux platform @@ -31649,7 +43689,7 @@ Nyall Dawson 2018-09-07 Sipify -Juergen E. Fischer 2018-09-07 +Jürgen E. Fischer 2018-09-07 followup spelling fixes @@ -31762,11 +43802,11 @@ Matthias Kuhn 2018-09-06 Fix build warning -nirvn 2018-09-06 +Mathieu Pellerin 2018-09-06 [ui] layout icon for 3D map item -nirvn 2018-09-06 +Mathieu Pellerin 2018-09-06 [ui] icon for add 3D map view action @@ -31903,7 +43943,7 @@ Matthias Kuhn 2018-09-05 Remove unused variable -Juergen E. Fischer 2018-09-05 +Jürgen E. Fischer 2018-09-05 nsis: don't reboot in silent mode @@ -32001,7 +44041,7 @@ Matthias Kuhn 2018-06-26 Work in progress -nirvn 2018-09-04 +Mathieu Pellerin 2018-09-04 [3d] When first applying a 3D map settings from a dock, also copy its camera settings @@ -32067,7 +44107,7 @@ Nyall Dawson 2018-09-05 [needs-docs][FEATURE] Add reverse line maptools AKA swap direction -Juergen E. Fischer 2018-09-05 +Jürgen E. Fischer 2018-09-05 debian packaging: include Qt53DExtra headers removed on debian/ubuntu @@ -32171,11 +44211,11 @@ Matthias Kuhn 2018-09-04 Include qgsgeometry.h where required -Juergen E. Fischer 2018-09-04 +Jürgen E. Fischer 2018-09-04 update OSGeo4W deps in INSTALL only in release branch -Juergen E. Fischer 2018-09-04 +Jürgen E. Fischer 2018-09-04 also accept uppercase extensions (fixes #19766) @@ -32187,7 +44227,7 @@ Matthias Kuhn 2018-09-04 Include qgis_sip.h -nirvn 2018-09-04 +Mathieu Pellerin 2018-09-04 [needs-docs][processing] Use input layer data type for gdal algorithms when appropriate: @@ -32276,7 +44316,7 @@ Nyall Dawson 2018-09-04 Fix 'make permanant' action fails when exporting to a geopackage with existing layers -nirvn 2018-09-04 +Mathieu Pellerin 2018-09-04 [ui] use lowercase group name for help text in expression builder @@ -32288,27 +44328,27 @@ Alessandro Pasotti 2018-09-04 it and use setEditFormConfig to make modifications. -nirvn 2018-09-03 +Mathieu Pellerin 2018-09-03 address comments, fix test -nirvn 2018-08-30 +Mathieu Pellerin 2018-08-30 Rephrase short help -nirvn 2018-08-30 +Mathieu Pellerin 2018-08-30 [processing] add parameterAsInts function -nirvn 2018-08-30 +Mathieu Pellerin 2018-08-30 [processing] multiple band selection wrapper should return list of ints -nirvn 2018-08-24 +Mathieu Pellerin 2018-08-24 [FEATURE][processing] gdal's rearrange band algorithm -nirvn 2018-08-24 +Mathieu Pellerin 2018-08-24 [needs-docs][processing] Add a multiple selection mode to the band parameter @@ -32395,15 +44435,15 @@ Luigi Pirelli 2018-09-03 update template to 3.x api -nirvn 2018-09-03 +Mathieu Pellerin 2018-09-03 [layout] Set default legend item title to an empty string -nirvn 2018-09-03 +Mathieu Pellerin 2018-09-03 [layout] Fix legend item not updated when toggling filter by map content -nirvn 2018-09-03 +Mathieu Pellerin 2018-09-03 [layout] Fix legend item properties' title entry not showing the default "Legend" title upon item creation. @@ -32766,7 +44806,7 @@ Andrea Giudiceandrea 2018-08-28 Subset string needs to be tested against Empty instead of Null in order to correctly populate the wheres list and prepare a well formed SQL query string. Merge: 2810c92f01 b3f9898ce7 -rldhont 2018-08-28 +D'Hont René-Luc 2018-08-28 Merge pull request #7514 from rldhont/server-cache-manager @@ -32812,15 +44852,15 @@ Luigi Pirelli 2018-07-10 add model variables in expressionContext scope to be mapped in case used in symbolic formulas -rldhont 2018-08-28 +D'Hont René-Luc 2018-08-28 [Server] Fix weird docs indetation -rldhont 2018-08-28 +D'Hont René-Luc 2018-08-28 [Server] Various code cleaning for server cache manager and WMTS service -rldhont 2018-08-28 +D'Hont René-Luc 2018-08-28 [Server] Enhancing loop for @@ -32916,7 +44956,7 @@ Harrissou Sant-anna 2018-08-27 Fix example display -Tim Sutton 2018-08-27 +Tim Sutton 2018-08-27 New Easter eggs which might actually be useful... (#7714) @@ -33295,7 +45335,7 @@ Martin Dobias 2018-08-24 Make the GUI work without crashing (avoid embedded event loop) -rldhont 2018-08-24 +D'Hont René-Luc 2018-08-24 [Server][Feature][needs-docs] Testing that exceptions are not cached @@ -33311,7 +45351,7 @@ Matthias Kuhn 2018-08-24 Adjust representation of arrays and maps in expressions -rldhont 2018-08-24 +D'Hont René-Luc 2018-08-24 [Server][Feature][needs-docs] Enhancing WMTS GetTile parameters check with tests @@ -33326,7 +45366,7 @@ Matthias Kuhn 2018-08-24 There is already code, that avoids building up widgets in such a situation. With this patch it also avoids recursively calling methods on relations which are hidden (because of nesting or other reasons). -rldhont 2018-08-24 +D'Hont René-Luc 2018-08-24 [Server][Feature][needs-docs] Enhancing TileMatrixSetLimits @@ -33539,11 +45579,11 @@ Matthias Kuhn 2018-08-23 map: one: 1, two: 2, three: 3 ``` -rldhont 2018-08-23 +D'Hont René-Luc 2018-08-23 [Server][Feature][needs-docs] Add ability to define min. scale for WMTS -rldhont 2018-08-23 +D'Hont René-Luc 2018-08-23 [Server][Feature][needs-docs] Add ability to define ResourceURL for WMTS @@ -33594,7 +45634,7 @@ Matthias Kuhn 2018-08-23 Test fixes -rldhont 2018-08-23 +D'Hont René-Luc 2018-08-23 [Server] Various code cleaning for server cache manager and WMTS service @@ -33667,11 +45707,11 @@ Denis Rouzaud 2018-08-22 fix QgsGeometry API doc for 3.x for get/set methods -Juergen E. Fischer 2018-08-22 +Jürgen E. Fischer 2018-08-22 fix translation string (followup 9d5d49eb6) -Juergen E. Fischer 2018-08-22 +Jürgen E. Fischer 2018-08-22 fix b37832ab1 @@ -33691,23 +45731,23 @@ Denis Rouzaud 2018-08-22 add a Q_PROPERTY for geometry in QgsFeature (#7682) -nirvn 2018-08-22 +Mathieu Pellerin 2018-08-22 address @jef-n 's comment -nirvn 2018-08-22 +Mathieu Pellerin 2018-08-22 [ui] add an horizontal mode for tile scale panel -nirvn 2018-08-22 +Mathieu Pellerin 2018-08-22 [ui] Add tooltip when changing slider value in tile scale panel -Juergen E. Fischer 2018-08-22 +Jürgen E. Fischer 2018-08-22 debian packaging: disable 3D on cosmic -Juergen E. Fischer 2018-08-21 +Jürgen E. Fischer 2018-08-21 Fix translation string @@ -33859,37 +45899,37 @@ Matthias Kuhn 2018-08-21 * Snap to grid * Remove duplicate nodes -rldhont 2018-08-21 +D'Hont René-Luc 2018-08-21 [Server] Fix: QUrl::FullyDecoded is not permitted when reconstructing the full URL -rldhont 2018-08-20 +D'Hont René-Luc 2018-08-20 [Server][Feature][needs-docs] Update Cache manager API -rldhont 2018-08-15 +D'Hont René-Luc 2018-08-15 [Server][Feature][needs-docs] Enhancing WMTS GetCapabilities code -rldhont 2018-08-12 +D'Hont René-Luc 2018-08-12 [Server][Feature][needs-docs] Add QgsWmtsParameters to WMTS service -rldhont 2018-08-10 +D'Hont René-Luc 2018-08-10 [Server] Various code cleaning for server cache manager and WMTS service -rldhont 2018-08-07 +D'Hont René-Luc 2018-08-07 [Server] Q_FOREACH replaced by for -rldhont 2018-08-07 +D'Hont René-Luc 2018-08-07 [Server] Update deprecated QgsCoordinateTransform instance creation Using the project as the context for QgsCoordinateTransform instance creation -rldhont 2018-08-03 +D'Hont René-Luc 2018-08-03 [Server] Fixing tests @@ -33904,15 +45944,15 @@ Matthias Kuhn 2018-08-21 Followup 07c80b82815 -rldhont 2018-08-03 +D'Hont René-Luc 2018-08-03 [Server] Various code cleaning for server cache manager and WMTS service -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server][Feature][needs-docs] Add Cache manager SIP files -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server] Fixing spelling and doc coverage @@ -34073,71 +46113,71 @@ Peter Petrik 2018-08-17 [mesh] fix bug in rendering datasets with inactive faces -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server][Feature][needs-docs] Update cache manager tests for images (tiles) -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server][Feature][needs-docs] Update WMTS service to use cache manager for tiles -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server][Feature][needs-docs] Server Cache can be used for images (tiles) Extending cache manager to save adn retrieve images. -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 [Server][Feature][needs-docs] Create WMTS service Tests -rldhont 2018-07-30 +D'Hont René-Luc 2018-07-30 [Server][Feature][needs-docs] Update WMTS service: Check layer param Verifying the LAYER WMTS parameter -rldhont 2018-07-30 +D'Hont René-Luc 2018-07-30 [Server][Feature][needs-docs] Update WMTS service: Add GetFeatureInfo Support GetFeatureInfo Request in WMTS. -rldhont 2018-07-30 +D'Hont René-Luc 2018-07-30 [Server][Feature][needs-docs] Update WMTS service : use config Reuse the project configuration in the Server WMTS Service. -rldhont 2018-07-27 +D'Hont René-Luc 2018-07-27 [Server][Feature][needs-docs] Update WMTS service UI: manage output format The user can choose the image format for WMTS tiles. -rldhont 2018-07-27 +D'Hont René-Luc 2018-07-27 [Server][Feature][needs-docs] Create WMTS service UI The user can config the WMTS for Server by selecting: project, group or layer published through WMTS. -rldhont 2018-07-25 +D'Hont René-Luc 2018-07-25 [Server][Feature][needs-docs] Add WMTS service This commit contains the first line of code for WMTS service in QGIS server. The implementation is mainly for standard implementation. -rldhont 2018-07-25 +D'Hont René-Luc 2018-07-25 [Server][WCS] clean comments -rldhont 2018-07-23 +D'Hont René-Luc 2018-07-23 [Server][Feature][needs-docs] Using QByteArray in Cache Manager, fixing capabilities pointer and enhancing tests -rldhont 2018-07-20 +D'Hont René-Luc 2018-07-20 [Server][Feature][needs-docs] Server Cache can be manage by plugins @@ -34154,11 +46194,11 @@ viktor.sklencar@lutraconsulting.co.uk 20 Added identify mode for identify tool Identification all features on all layers from Top to bottom down layers (TopDownAll) or only first non-empty list going from top to down layers. -nirvn 2018-08-20 +Mathieu Pellerin 2018-08-20 [ui] add security warning to the plugin manager's install from ZIP -nirvn 2018-08-20 +Mathieu Pellerin 2018-08-20 [ui] add security warning to the python console @@ -34209,16 +46249,16 @@ Nyall Dawson 2018-08-20 Fix warning when running crssync -nirvn 2018-08-20 +Mathieu Pellerin 2018-08-20 [FEATURE] Add generate_series(start,stop,step) expression function The function creates an array containing a sequence of numbers. -nirvn 2018-08-18 +Mathieu Pellerin 2018-08-18 [ui] add security warning when executing scripts -nirvn 2018-08-17 +Mathieu Pellerin 2018-08-17 [FEATURE] Script-provided algorithms support for run script action Scripts with now launch a processing algorithm dialog (when @@ -34246,7 +46286,7 @@ Matthias Kuhn 2018-08-18 Add virtual destructor -Juergen E. Fischer 2018-08-17 +Jürgen E. Fischer 2018-08-17 * osgeo4w: build pdbs for releases * disable copying of reports without feedback @@ -34365,11 +46405,11 @@ Martin Dobias 2018-08-16 Fix regression - lost "load from raster band" button in raster GUI -nirvn 2018-08-17 +Mathieu Pellerin 2018-08-17 [ui] remove original metadata row, duplicate of name -nirvn 2018-08-17 +Mathieu Pellerin 2018-08-17 [ui] improve metadata feature count string - use unknown instead of -1 @@ -34431,23 +46471,23 @@ Rudi von Staden 2018-08-16 - if k <3 is provided, use 3 - remove unused as_polygon function -nirvn 2018-08-16 +Mathieu Pellerin 2018-08-16 Add additional decodeUri tests -nirvn 2018-08-16 +Mathieu Pellerin 2018-08-16 Add a path row to HTML metadata table -nirvn 2018-08-16 +Mathieu Pellerin 2018-08-16 Implement decodeUri for the delimited text & spatialite providers -nirvn 2018-08-08 +Mathieu Pellerin 2018-08-08 [FEATURE] Add hyperlink to local vector,raster datasets in information panel -nirvn 2018-08-16 +Mathieu Pellerin 2018-08-16 Implement a QgsProviderRegistry decodeUri function + test @@ -34481,7 +46521,7 @@ Nyall Dawson 2018-08-14 Fixes #19597 -nirvn 2018-08-08 +Mathieu Pellerin 2018-08-08 Add proxy progress task for non-background algorithms @@ -34532,11 +46572,11 @@ Denis Rouzaud 2018-08-15 dirty fix before headers detection is properly done -nirvn 2018-08-15 +Mathieu Pellerin 2018-08-15 [ui] improve add mesh layer icon -nirvn 2018-08-15 +Mathieu Pellerin 2018-08-15 [ogr provider] disable connection timeouts (fixes #19625 et cie) @@ -34905,7 +46945,7 @@ Matthias Kuhn 2018-08-10 Do not link to QtDBus on Androi -Juergen E. Fischer 2018-08-10 +Jürgen E. Fischer 2018-08-10 run scripts/scandeps.pl (followup 6e30c626) @@ -34913,11 +46953,11 @@ Matthias Kuhn 2018-08-10 No DBus on Android -nirvn 2018-08-10 +Mathieu Pellerin 2018-08-10 followup a1a65bb: restore wrongly reverted ramp shader fix -nirvn 2018-08-10 +Mathieu Pellerin 2018-08-10 [expression] fix format_number() not adding group separators regression @@ -34925,7 +46965,7 @@ Peter Petrik 2018-08-10 format code and add documentation -Juergen E. Fischer 2018-08-10 +Jürgen E. Fischer 2018-08-10 dbmanager/postgis: quote identifiers in urls (fixes qgis portion of #19583) @@ -35019,7 +47059,7 @@ Nyall Dawson 2018-08-09 Modernize code -Juergen E. Fischer 2018-08-09 +Jürgen E. Fischer 2018-08-09 fix yo-yo warning (followup 5e37e824, 18dbf031, 2ed144ac) @@ -35089,7 +47129,7 @@ raymondnijssen 2018-08-06 fix for 360+ degrees wedgebuffer -Juergen E. Fischer 2018-08-08 +Jürgen E. Fischer 2018-08-08 debian packaging: add opencl-headers for OpenCL support @@ -35526,7 +47566,7 @@ Etienne Trimaille 2018-08-07 avoid CRS in the tooltip when the layer is not spatial -nirvn 2018-08-08 +Mathieu Pellerin 2018-08-08 followup 9664103: synchronize initializeMainWindow parameters @@ -35781,7 +47821,7 @@ Matthias Kuhn 2018-08-06 Enable -Wimplicit-fallthrough -Juergen E. Fischer 2018-08-06 +Jürgen E. Fischer 2018-08-06 dwg import: refine labels @@ -35871,7 +47911,7 @@ Nyall Dawson 2018-08-06 Refine QgsFeatureRequest timeout api, dox -Nathan Woodrow 2018-08-06 +Nathan Woodrow 2018-08-06 Update message in wizard and code style batch file @@ -35920,7 +47960,7 @@ Matthias Kuhn 2018-08-04 Thread safety for get_feature -nirvn 2018-08-04 +Mathieu Pellerin 2018-08-04 Update the export layout as image message bar to link to files @@ -36070,19 +48110,19 @@ Nyall Dawson 2018-08-03 Also fixes the unsaved layer edits prompt sometimes didn't appear, even though unsaved changes were present... -nirvn 2018-08-03 +Mathieu Pellerin 2018-08-03 Update the save 3D map message bar to link to files -nirvn 2018-08-03 +Mathieu Pellerin 2018-08-03 Update the save vector/raster message bar to link to files -nirvn 2018-08-03 +Mathieu Pellerin 2018-08-03 Only use the native openFileExplorerAndSelectFile for files -nirvn 2018-08-03 +Mathieu Pellerin 2018-08-03 Implement openFileExplorerAndSelectFile for Linux @@ -36094,7 +48134,7 @@ Alexander Bruy 2018-08-03 fix minor typo in the XML file filter string (add missed dot) -Juergen E. Fischer 2018-08-02 +Jürgen E. Fischer 2018-08-02 dwg import: handle filenames with utf8 characters @@ -36161,18 +48201,18 @@ Nyall Dawson 2018-08-01 Fix regression in raster psuedo ramp rendering when only two classes exist Merge: ada8933697 906022e839 -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 Merge pull request #7462 from tcoupin/fix-wms [server] Multiples fixes for wms server -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 Fix indentation and spelling Merge: bbc33309a3 d3670de1bc -rldhont 2018-08-01 +D'Hont René-Luc 2018-08-01 Merge pull request #7491 from pblottiere/server_wfs_service_version @@ -36388,7 +48428,7 @@ Denis Rouzaud 2018-07-28 * Fix test -nirvn 2018-07-28 +Mathieu Pellerin 2018-07-28 [processing] be more flexible with multipoint layers, allow sampling for single part point @@ -36447,7 +48487,7 @@ Nyall Dawson 2018-07-26 creating multiple offset versions of the feature. Each copy is displaced by a preset amount in the x/y/z/m axis. -nirvn 2018-07-27 +Mathieu Pellerin 2018-07-27 [maptips] fix maptips showing after mouse leave the canvas area @@ -36463,7 +48503,7 @@ Nyall Dawson 2018-07-27 Fix debug messages about untranslated 'regular' font style -Juergen E. Fischer 2018-07-26 +Jürgen E. Fischer 2018-07-26 add note that duplicated layers use the same data source (fixes #19489) @@ -36718,15 +48758,15 @@ Blottiere Paul 2018-07-06 Fixes post element in WFS GetCapabilities doc -Juergen E. Fischer 2018-07-23 +Jürgen E. Fischer 2018-07-23 debian packaging: don't include qsqlspatialite -Juergen E. Fischer 2018-07-24 +Jürgen E. Fischer 2018-07-24 translation string fixes -nirvn 2018-07-24 +Mathieu Pellerin 2018-07-24 [ui][html code editor] use monospace font @@ -36851,7 +48891,7 @@ signedav 2018-07-23 not only for the feature part -nirvn 2018-07-23 +Mathieu Pellerin 2018-07-23 [mesh][ui] deactivate vector rendering when default active dataset is not vector @@ -37041,7 +49081,7 @@ Thibault Coupin 2018-07-22 Fix group wms dialog -Juergen E. Fischer 2018-07-22 +Jürgen E. Fischer 2018-07-22 fix c7e914cd6 @@ -37057,7 +49097,7 @@ Nyall Dawson 2018-07-21 Fix big memory leak in point locator -Juergen E. Fischer 2018-07-20 +Jürgen E. Fischer 2018-07-20 debian packaging: exclude qspatialite from ubuntu xenial build (Qt <5.7) @@ -37247,7 +49287,7 @@ Alessandro Pasotti 2018-07-19 The Testbed 13 version provides an additional configuration tab "software statement" which allows a user to automatically register the plugin with a required configuration with the Authorization Server. Of course this can only be leveraged, if the Authorization Server involved supports the registration via digitally signed software statements (JWTs) as described in this ER. -nirvn 2018-07-19 +Mathieu Pellerin 2018-07-19 [ui] improve confusing vector layer properties' display panel @@ -37310,11 +49350,11 @@ Alessandro Pasotti 2018-07-19 [oauth] Spelling -nirvn 2018-07-18 +Mathieu Pellerin 2018-07-18 [maptips] do not render tips if the layer is not rendered -nirvn 2018-07-18 +Mathieu Pellerin 2018-07-18 [maptips] fix font not respecting user settings (this is important for non-Latin users out there) @@ -37342,19 +49382,19 @@ Nyall Dawson 2018-07-19 [layouts] Better error messages when atlas exports fail, hinting that path may be invalid and using correct file format -nirvn 2018-07-18 +Mathieu Pellerin 2018-07-18 [maptips] optimize feature fetching, avoid long freeze -nirvn 2018-07-18 +Mathieu Pellerin 2018-07-18 [maptips] fix additional wrongly sized widget scenarios -nirvn 2018-07-18 +Mathieu Pellerin 2018-07-18 [maptips] fix 0,0 size by resizing widget to content when html loaded -nirvn 2018-07-17 +Mathieu Pellerin 2018-07-17 [maptips] iterate through all matching features within radius and return first not empty string @@ -37475,7 +49515,7 @@ Nyall Dawson 2018-07-17 Capitalization -Juergen E. Fischer 2018-07-17 +Jürgen E. Fischer 2018-07-17 fix 97d28d4c6d @@ -37500,15 +49540,15 @@ Loïc Bartoletti 2018-06-06 add more common angles -Juergen E. Fischer 2018-07-16 +Jürgen E. Fischer 2018-07-16 fix warning -Juergen E. Fischer 2018-07-16 +Jürgen E. Fischer 2018-07-16 fix msvc build -Juergen E. Fischer 2018-07-16 +Jürgen E. Fischer 2018-07-16 qspatialite: 'update' qt5 port (fixes #19419) @@ -37591,31 +49631,31 @@ Denis Rouzaud 2018-07-16 also fix replacing word in interactive script -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing] add a few more parameter tests to gdal's warp & translate algs -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing] change nodata default to none instead of 0 in gdal's translate alg -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [ui][processing] re-order gdal warp algorithm parameters so optional ones are at the bottom -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing] make target res. parameter optional in gdal's warp algorithm -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing] make nodata parameter optional in gdal's warp algorithm -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing] only set number min value as default if parameter is not optional -nirvn 2018-07-16 +Mathieu Pellerin 2018-07-16 [processing][ui] properly size qgis provider icon to fix algs list alignment @@ -38142,7 +50182,7 @@ Nyall Dawson 2018-07-10 [processing] Fix exception when dropping model file on qgis window -Juergen E. Fischer 2018-07-11 +Jürgen E. Fischer 2018-07-11 postgresql provider: also quote schema when creating project table (fixes #19394) @@ -38165,11 +50205,11 @@ matteo 2018-07-11 fixing indentation? -nirvn 2018-07-11 +Mathieu Pellerin 2018-07-11 [ui] add tooltip for mysterious 3d point model textless checkbox -nirvn 2018-07-11 +Mathieu Pellerin 2018-07-11 [3d] increase min/max for point XYZ translation and scale values @@ -38210,11 +50250,11 @@ Martin Dobias 2018-07-10 Fix crash with 2-band rasters -nirvn 2018-07-10 +Mathieu Pellerin 2018-07-10 [3d] disable all edit ojects when playing animation -nirvn 2018-07-10 +Mathieu Pellerin 2018-07-10 [3d] if slider is at the very end when hitting play, rewind and play @@ -38414,7 +50454,7 @@ Nyall Dawson 2018-07-07 Fix indentation -Juergen E. Fischer 2018-07-06 +Jürgen E. Fischer 2018-07-06 spatialite provider: fix retrieval of unicode name of spatial index on views @@ -38478,7 +50518,7 @@ Nyall Dawson 2018-07-05 Add feature source test to ensure that empty setFilterFids list results in no features -Juergen E. Fischer 2018-07-05 +Jürgen E. Fischer 2018-07-05 db manager: also add newline when adding a unique id field (fixes #19343) @@ -38514,19 +50554,19 @@ David 2018-05-22 export works, problems with log-tables -Juergen E. Fischer 2018-07-04 +Jürgen E. Fischer 2018-07-04 fix build crashes with SIP 4.19.11 -Juergen E. Fischer 2018-07-04 +Jürgen E. Fischer 2018-07-04 [postgres][db2] username and authcfg are not mutually exclusive (followup aae7a325) -Juergen E. Fischer 2018-07-04 +Jürgen E. Fischer 2018-07-04 db provider: Use connection name instead of potentially empty database name when reporting connection success -Juergen E. Fischer 2018-07-04 +Jürgen E. Fischer 2018-07-04 also handle qgz like qgs on the command line (fixes #19333; followup d66d1eec1b) @@ -38568,7 +50608,7 @@ Rudi von Staden 2018-07-04 during algorithm execution. This update replaces the default empty string with a default 'Not selected' option. -Juergen E. Fischer 2018-07-04 +Jürgen E. Fischer 2018-07-04 osgeo4w: also register qgz extension (fixes #19333) @@ -38588,7 +50628,7 @@ Etienne Trimaille 2018-06-28 add hint about pushing information to the user in script template -Juergen E. Fischer 2018-07-03 +Jürgen E. Fischer 2018-07-03 Fix build on cosmic @@ -38648,11 +50688,11 @@ Matthias Kuhn 2018-07-02 Fix #18583 https://issues.qgis.org/issues/18583 -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [ui] fix extension added to raster save as vrt's chosen directory -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [ui] fix raster save as vrt tiles groupbox hidden when on by default @@ -38697,7 +50737,7 @@ Matthias Kuhn 2018-07-02 Fix test -Juergen E. Fischer 2018-07-02 +Jürgen E. Fischer 2018-07-02 * ubuntu packging: drop yakkety, zesty and artful and add cosmic, * rerun scripts/scandeps.pl and target t2tdoc (for INSTALL etc.) @@ -38743,7 +50783,7 @@ Hugo Mercier 2018-07-02 Make qgis_sip_uptodate happy -Juergen E. Fischer 2018-07-02 +Jürgen E. Fischer 2018-07-02 Retry tx push on failure @@ -38751,28 +50791,28 @@ Alessandro Pasotti 2018-07-02 Omit group separator by default -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [dbmanager] remove button text if toolbar is vertical -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [dbmanager] improve import dialog UI -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [dbmanager] rename tree label to providers for clarity -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 [dbmanager] vectorize icons to fix toolbar in hidpi context -nirvn 2018-07-02 +Mathieu Pellerin 2018-07-02 Rename mActionDraw.svg to more appropriate mActionRefresh.svg (in doing so, rename current mActionRefresh.svg to mActionReload.svg) -Juergen E. Fischer 2018-07-02 +Jürgen E. Fischer 2018-07-02 Translation fix @@ -38780,7 +50820,7 @@ Nyall Dawson 2018-07-01 [processing] Fix managled paths in history which contain '\' chars -Juergen E. Fischer 2018-07-01 +Jürgen E. Fischer 2018-07-01 db manager: fix syntax error in oracle plugin @@ -38796,7 +50836,7 @@ Matthias Kuhn 2018-07-01 Add test for qgsfunction.handlesnull -Juergen E. Fischer 2018-06-29 +Jürgen E. Fischer 2018-06-29 * update appdata on release * remove unused splash & banner templates @@ -38856,19 +50896,19 @@ Martin Dobias 2018-06-30 isn't used in the end, but may be useful at some point later for simplified ray vs terrain tile tests. -nirvn 2018-06-30 +Mathieu Pellerin 2018-06-30 [spatialite provider][dbmanager] hide a few more tables -nirvn 2018-06-30 +Mathieu Pellerin 2018-06-30 [dbmanager] hide more spatialite tables by default -nirvn 2018-06-30 +Mathieu Pellerin 2018-06-30 [dbmanager] rename QGIS layers to Project layers for the virtual layer connection -nirvn 2018-06-30 +Mathieu Pellerin 2018-06-30 [dbmanager] add connection icon this harmonizes display with that of the browser panel @@ -38987,7 +51027,7 @@ Denis Rouzaud 2018-06-29 leave comment for SIP version -nirvn 2018-06-29 +Mathieu Pellerin 2018-06-29 [needs-docs][dbmanager] harmonize icons @@ -38995,7 +51035,7 @@ Nyall Dawson 2018-06-29 Fix build warnings due to differing virtual method signatures -nirvn 2018-06-29 +Mathieu Pellerin 2018-06-29 [ui] when toggling panel visibility (ctrl+tab), do not hide floating tabified panels @@ -39021,13 +51061,13 @@ Nyall Dawson 2018-06-29 Avoid prepare-commit script leaving temporary .diff files Merge: 11faa58ef6 b5b720dbea -Even Rouault 2018-06-29 +Even Rouault 2018-06-29 Merge pull request #7330 from rouault/fix_build_with_qt_5_5 Fix build with QT 5.5 -Juergen E. Fischer 2018-06-28 +Jürgen E. Fischer 2018-06-28 clean more last traces @@ -39067,7 +51107,7 @@ Daniele Viganò 2018-06-28 Remove last traces of qextserial from rpm -Juergen E. Fischer 2018-06-28 +Jürgen E. Fischer 2018-06-28 fix build @@ -39123,11 +51163,11 @@ Even Rouault 2018-06-28 Postgres provider: fix build with old QT 5 -Juergen E. Fischer 2018-06-28 +Jürgen E. Fischer 2018-06-28 show wms request step size widgets when customization is enabled -Juergen E. Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 Port gps support to QSerialPort (byebye QExtSerialPort) @@ -39245,23 +51285,23 @@ Nyall Dawson 2018-06-28 We can't safely use final on anything exposed through sip -Juergen E. Fischer 2018-06-27 +Jürgen E. Fischer 2018-06-27 fix build with sip 4.18.1 (eg. ubuntu artful) -Juergen E. Fischer 2018-06-27 +Jürgen E. Fischer 2018-06-27 debian packaging: add python3-pyqt5.qtwebkit (fixes #19275) -Juergen E. Fischer 2018-06-24 +Jürgen E. Fischer 2018-06-24 fix typo -Juergen E. Fischer 2018-06-24 +Jürgen E. Fischer 2018-06-24 add 3.2 api doc to index list -Juergen E. Fischer 2018-06-21 +Jürgen E. Fischer 2018-06-21 wms provider: avoid exceeding server limits by tiling the requests (implements #19150) @@ -39339,7 +51379,7 @@ Peter Petrik 2018-06-26 fix travis issues: docs, sip, test -Juergen E. Fischer 2018-06-26 +Jürgen E. Fischer 2018-06-26 add missed file (followup 4790747ae) @@ -39425,15 +51465,15 @@ Larry Shaffer 2017-10-27 [auth] Update OAuth2 plugin to new QgsApplication::authManager() -Alessandro Pasotti 2017-10-27 +Alessandro Pasotti 2017-10-27 [auth] Add mutex; remove qApp parents; do not set parent in wrong thread -Alessandro Pasotti 2017-05-18 +Alessandro Pasotti 2017-05-18 Pass urlencoded URL to the oauth handler -Alessandro Pasotti 2017-05-16 +Alessandro Pasotti 2017-05-16 [oauth2] Added test for resource owner password grant flow @@ -39527,7 +51567,7 @@ Even Rouault 2018-06-22 In QT 5.5, operator== (const QString&, char) is not defined. Merge: cbde32f0fc e998fcf0b2 -Even Rouault 2018-06-22 +Even Rouault 2018-06-22 Merge pull request #7170 from rouault/wfs_pagesize @@ -39565,15 +51605,15 @@ Matthias Kuhn 2018-06-22 [OGR provider] [FEATURE] Add support for transactions on GPKG databases -Juergen E. Fischer 2018-06-22 +Jürgen E. Fischer 2018-06-22 Bump version to 3.3 -Juergen E. Fischer 2018-06-22 +Jürgen E. Fischer 2018-06-22 changelog and news update for 3.2 -Juergen E. Fischer 2018-06-22 +Jürgen E. Fischer 2018-06-22 translation update for 3.2 from transifex @@ -39703,7 +51743,7 @@ Nyall Dawson 2018-06-22 Add missing references -Juergen E. Fischer 2018-06-22 +Jürgen E. Fischer 2018-06-22 typo fixes @@ -39755,11 +51795,11 @@ Martin Dobias 2018-06-21 - when trying to close the checker dialog while checks are running in background - when trying to run checks again after previously aborting a run -Juergen E. Fischer 2018-06-21 +Jürgen E. Fischer 2018-06-21 fix warnings -Juergen E. Fischer 2018-06-21 +Jürgen E. Fischer 2018-06-21 fix build with GDAL >=2.3 (followup 2ed54721) @@ -39859,7 +51899,7 @@ Anita Graser 2018-06-21 fixed link to PyQGIS docs -Juergen E. Fischer 2018-06-21 +Jürgen E. Fischer 2018-06-21 fix tar (followup 4790747a) @@ -39965,7 +52005,7 @@ Tudor Bărăscu 2018-06-20 rework server test to use geopackage and qgz -Juergen E. Fischer 2018-06-20 +Jürgen E. Fischer 2018-06-20 Tune osgeo4w scripts (followup cab6a4b6) @@ -40463,11 +52503,11 @@ Nyall Dawson 2018-06-16 [processing][saga] Fix definition of cross profiles alg, add test -nirvn 2018-06-15 +Mathieu Pellerin 2018-06-15 [ui] properly size symbols in the layer properties' dependencies list -nirvn 2018-06-15 +Mathieu Pellerin 2018-06-15 [ui] properly size symbols for the layout legend item widget's list @@ -40711,7 +52751,7 @@ Nyall Dawson 2018-06-14 Minimum qt version is 5.4 -Juergen E. Fischer 2018-06-13 +Jürgen E. Fischer 2018-06-13 fix build with Qt <5.7 @@ -40945,7 +52985,7 @@ Alessandro Pasotti 2018-06-12 [bugfix] Clear all DD props before creating symbol preview -nirvn 2018-06-12 +Mathieu Pellerin 2018-06-12 [processing] fix geometry by expression algorithm geometryless input @@ -40998,7 +53038,7 @@ Alessandro Pasotti 2018-06-11 Fixes #19096 - Applying a data defined size to a categorized layer hides its category symbol in the layers panel and legend -nirvn 2018-06-11 +Mathieu Pellerin 2018-06-11 followup 5c267f2: apply @wonder-sk 's comments @@ -41084,19 +53124,19 @@ Nyall Dawson 2018-06-11 [processing] Fix exception when browsing for folder in processing options for multiple folder settings -nirvn 2018-06-11 +Mathieu Pellerin 2018-06-11 More use of QgsLayerStyleOverride -nirvn 2018-06-11 +Mathieu Pellerin 2018-06-11 Use QgsLayerStyleOverride in QgsMapHitTest::runHitTestLayer -nirvn 2018-06-11 +Mathieu Pellerin 2018-06-11 Create a QgsLayerStyleOverride and use it for the job renderer -nirvn 2018-06-10 +Mathieu Pellerin 2018-06-10 [map themes] fix map renderer ignore theme blend and transparency layer settings @@ -41229,7 +53269,7 @@ Denis Rouzaud 2018-06-08 use unique_ptr and log message when transform fails Merge: b4cbfed47a 82c2aaaa80 -Even Rouault 2018-06-08 +Even Rouault 2018-06-08 Merge pull request #7207 from rouault/geojson_add @@ -41260,11 +53300,11 @@ Nyall Dawson 2018-06-08 Add failing test for Geojson add field and then features -nirvn 2018-06-08 +Mathieu Pellerin 2018-06-08 Update copyright header for raster layer unique values alg -nirvn 2018-06-08 +Mathieu Pellerin 2018-06-08 [processing] share code between zonal histrogram and zonal stats algs @@ -41567,7 +53607,7 @@ Blottiere Paul 2018-06-05 [server] Proper convertion of literals in Filters Merge: 88a49e7e33 0304ec49b6 -Even Rouault 2018-06-05 +Even Rouault 2018-06-05 Merge pull request #7152 from rouault/fix_memleaks_qgsstyle @@ -41611,7 +53651,7 @@ Luigi Pirelli 2018-06-05 [processing] Correct management of optional rasters in batch mode. Fixes #19115 -nirvn 2018-06-05 +Mathieu Pellerin 2018-06-05 [ui] do not hide floating panel toolbars for map-only view @@ -41690,7 +53730,7 @@ Harrissou Sant-anna 2018-06-01 and do some ui cleanup Merge: 8307264c3b 2502a3376e -Even Rouault 2018-06-04 +Even Rouault 2018-06-04 Merge pull request #7167 from rouault/gpkg_perf_improvements @@ -41777,13 +53817,13 @@ Even Rouault 2018-06-04 qgsstyle.cpp: change protected to private Merge: 783b6b8120 e719af5096 -Even Rouault 2018-06-04 +Even Rouault 2018-06-04 Merge pull request #7153 from rouault/remove_VSIReadDirRecursive1 Remove VSIReadDirRecursive1() -nirvn 2018-06-04 +Mathieu Pellerin 2018-06-04 [geometry] optimize point distance to point @@ -42044,7 +54084,7 @@ Even Rouault 2018-06-04 plain VSIReadDirRecursive1() Merge: b21701b5d7 bb2e15c95a -Even Rouault 2018-06-04 +Even Rouault 2018-06-04 Merge branch 'master' into fix_memleaks_qgsstyle @@ -42065,7 +54105,7 @@ Nyall Dawson 2018-06-03 returned. Merge: 164f662dc0 6b7504d6cc -Even Rouault 2018-06-03 +Even Rouault 2018-06-03 Merge pull request #7151 from rouault/fix_use_after_free_at_qgis_exit @@ -42153,7 +54193,7 @@ Even Rouault 2018-06-03 https://lists.osgeo.org/pipermail/qgis-developer/2018-June/053546.html Merge: 9115d7f2f2 55aa7a86be -Even Rouault 2018-06-03 +Even Rouault 2018-06-03 Merge pull request #7146 from rouault/fix_18342 @@ -42219,7 +54259,7 @@ Alessandro Pasotti 2018-06-02 Do not set min/max precision for int fields Merge: 7e2ca8f61b 754018a477 -Even Rouault 2018-06-02 +Even Rouault 2018-06-02 Merge pull request #7145 from rouault/fix_18596 @@ -42230,7 +54270,7 @@ Even Rouault 2018-06-02 [OGR provider] When editing a GeoJSON file, close and re-open the file at end of editing session (fixes #18596) Merge: 2ed200a8f2 a9a8fbdb17 -Even Rouault 2018-06-02 +Even Rouault 2018-06-02 Merge pull request #7144 from rouault/fix_18976 @@ -42241,7 +54281,7 @@ Even Rouault 2018-06-01 [cleanup] use for range based loop Merge: 9d3f8d44f5 75b7edf1d2 -Even Rouault 2018-06-01 +Even Rouault 2018-06-01 Merge pull request #7142 from rouault/fix_18996 @@ -42281,14 +54321,14 @@ Alessandro Pasotti 2018-06-01 backport required Merge: 3b29102627 b9003ffa12 -Even Rouault 2018-06-01 +Even Rouault 2018-06-01 Merge pull request #7140 from rouault/fix_19009 Assorted set of fixes regarding field length for OGR provider Merge: e4d5899bb2 43f796e78e -Even Rouault 2018-06-01 +Even Rouault 2018-06-01 Merge pull request #7141 from rouault/fix_18563 @@ -42303,7 +54343,7 @@ Even Rouault 2018-06-01 GDAL 2.3 branch: https://github.com/OSGeo/gdal/commit/f9af14bc04e6f4fea8175f0e212455c2b6520378 Merge: dc9fb90b01 917a6e3cdc -Even Rouault 2018-06-01 +Even Rouault 2018-06-01 Merge pull request #7131 from rouault/fix_linux_build_qca @@ -42577,7 +54617,7 @@ Nyall Dawson 2018-06-01 Fix some shellcheck warnings Merge: 0cffd19e5f 2969ba1e99 -Even Rouault 2018-05-31 +Even Rouault 2018-05-31 Merge pull request #7132 from rouault/fix_19077_bis @@ -42598,7 +54638,7 @@ Denis Rouzaud 2018-05-31 this will add module to the system to avoid missing modules when running on a local install (uic widget-plugin not installed) Merge: f7e4dd671f 1e4b01bb9b -Even Rouault 2018-05-31 +Even Rouault 2018-05-31 Merge pull request #7128 from rouault/fix_17945 @@ -42630,7 +54670,7 @@ Luigi Pirelli 2018-05-31 typo Merge: 25ba36180c 1d2686d0dc -Even Rouault 2018-05-31 +Even Rouault 2018-05-31 Merge pull request #7127 from rouault/fix_18267 @@ -42803,7 +54843,7 @@ Peter Petrik 2018-05-30 misc fixes -nirvn 2018-05-30 +Mathieu Pellerin 2018-05-30 Use subsetStringChange signal for layer tree view filter indicator @@ -42815,7 +54855,7 @@ Nyall Dawson 2018-05-30 Optimise geometry conversion to/from geos -nirvn 2018-05-30 +Mathieu Pellerin 2018-05-30 Remember last used directory when saving map as PDF @@ -42979,11 +55019,11 @@ Nyall Dawson 2018-05-29 Refs #14752 -nirvn 2018-05-29 +Mathieu Pellerin 2018-05-29 Add subsetStringChanged signal -nirvn 2018-05-28 +Mathieu Pellerin 2018-05-28 Project dirtying improvements - Mark as dirty when renaming a layer/group @@ -43088,7 +55128,7 @@ Alexander Bruy 2018-05-28 use complex condition for CMake < 3.7 Merge: a525b2df94 12a7be799c -rldhont 2018-05-28 +D'Hont René-Luc 2018-05-28 Merge pull request #7007 from arnaud-morvan/server_filter_and_bbox @@ -43147,7 +55187,7 @@ Harrissou Sant-anna 2017-05-18 fixes #16568 -Nathan Woodrow 2018-03-19 +Nathan Woodrow 2018-03-19 [fix] Variables can't have spaces in name @@ -43173,7 +55213,7 @@ Nyall Dawson 2018-05-28 Minor cleanups -Nathan Woodrow 2018-03-19 +Nathan Woodrow 2018-03-19 [Fix] Don't recreate vertex editor each time @@ -43232,7 +55272,7 @@ Nyall Dawson 2018-05-26 Typo -Juergen E. Fischer 2018-05-27 +Jürgen E. Fischer 2018-05-27 fix build with SIP <4.19 @@ -43313,7 +55353,7 @@ Denis Rouzaud 2018-05-26 add missing crsChanged signal in QgsProjectionSelectionWidget (#7079) -rldhont 2018-05-26 +D'Hont René-Luc 2018-05-26 [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,180,90 @@ -43395,7 +55435,7 @@ Nyall Dawson 2018-05-25 Don't crash when a null task is added to task manager -Juergen E. Fischer 2018-05-25 +Jürgen E. Fischer 2018-05-25 fix windows build (followup 33390123e3) @@ -43541,7 +55581,7 @@ Even Rouault 2018-05-23 [WMS provider] Avoid duplicate format selection radio buttons (fixes #18796) Merge: 2bbacb635f 2330b7fc63 -Even Rouault 2018-05-23 +Even Rouault 2018-05-23 Merge pull request #7057 from rouault/fix_18882_alternate @@ -43565,7 +55605,7 @@ Matthias Kuhn 2018-05-23 Add compliance test to doxygen test -Juergen E. Fischer 2018-05-23 +Jürgen E. Fischer 2018-05-23 fix stretch build @@ -43589,7 +55629,7 @@ Nyall Dawson 2018-05-23 - "return ..." instead of "returns ..." - "set ..." instead of "sets ..." -nirvn 2018-05-23 +Mathieu Pellerin 2018-05-23 fix unclosed strings not style in python console & script editor @@ -43641,7 +55681,7 @@ Even Rouault 2018-05-22 Changes related to better geometry handling have been kept. Merge: 9cf6bbf424 6cf1c502d1 -Even Rouault 2018-05-22 +Even Rouault 2018-05-22 Merge pull request #7047 from rouault/fix_18740 @@ -43663,11 +55703,11 @@ Even Rouault 2018-05-22 [WFS provider] Avoid request by feature id to cause a full layer download (fixes #18740) -nirvn 2018-05-22 +Mathieu Pellerin 2018-05-22 Improve default color scheme for python console & script editor -nirvn 2018-05-22 +Mathieu Pellerin 2018-05-22 Fix missing color settings for python console / script editor @@ -43786,11 +55826,11 @@ Nyall Dawson 2018-05-21 [processing] Fix script editor dialog title -nirvn 2018-05-21 +Mathieu Pellerin 2018-05-21 [needs-docs][processing] reword add model/script to toolbox actions -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [needs-docs][processing] open existing script toolbar action @@ -43798,37 +55838,37 @@ Nyall Dawson 2018-05-21 Add unit test for geoccs descriptions imported from GDAL -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [processing] show indentation guides in script editor -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 reduce darkness of the inc./dec. font icons -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 harmonize open script icons -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 remove unused python console icons -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [processing] do no wrap line in script editor (harmonize behavior with python console) -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [python console] update toolbar icon and action position (harmonize position with the processing script editor) -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [processing] better unsaved change dialog upon closing script editor -nirvn 2018-05-20 +Mathieu Pellerin 2018-05-20 [processing] use python console color/font settings for the script editor @@ -43840,29 +55880,29 @@ Alexander Bruy 2018-05-18 [processing] fix temporary directories handling -Juergen E. Fischer 2018-05-19 +Jürgen E. Fischer 2018-05-19 crssync: also update 'deprecated' flag (fixes #18905) -Juergen E. Fischer 2018-05-19 +Jürgen E. Fischer 2018-05-19 crssync: * also update coordinate system descriptions * retrieve descriptions of geocentric CRSes (fixes #18968) -nirvn 2018-05-19 +Mathieu Pellerin 2018-05-19 [processing] use a better icon for the find/replace action (the new icon harmonizes itself with the console script editor) -nirvn 2018-05-19 +Mathieu Pellerin 2018-05-19 [processing] tiny improvements to the script editor - add a keyboard shortcut to toggle the find panel - focus on the find text box when opening panel - find text when hitting return -nirvn 2018-05-19 +Mathieu Pellerin 2018-05-19 Fix export map as image/PDF does not respect labeling engine settings @@ -43931,7 +55971,7 @@ Nyall Dawson 2018-05-18 Fix reverse expression function doesn't handle multicurve geometries -nirvn 2018-05-18 +Mathieu Pellerin 2018-05-18 remove old color key when restoring copyright decorator from pre-3.2 projects @@ -44472,15 +56512,15 @@ Alexander Bruy 2018-05-15 [processing] fix GRASS vector tests -nirvn 2018-05-15 +Mathieu Pellerin 2018-05-15 remove processing ftools bitmap icons -nirvn 2018-05-15 +Mathieu Pellerin 2018-05-15 [needs-docs][processing] vectorize & improve remaining vector menu icons -nirvn 2018-05-15 +Mathieu Pellerin 2018-05-15 [needs-docs][processing] vectorize and improve remaining data analysis menu icons @@ -44579,11 +56619,11 @@ Alessandro Pasotti 2018-03-12 Variable: @current_form_geometry -nirvn 2018-05-15 +Mathieu Pellerin 2018-05-15 [needs-docs][processing] rename export geom. columns to add geom. attributes -nirvn 2018-05-15 +Mathieu Pellerin 2018-05-15 [needs-docs][processing] vectorize and improve remaining geometry tools menu icons @@ -44808,7 +56848,7 @@ Denis Rouzaud 2018-05-11 fix warning for release build (#6976) -Juergen E. Fischer 2018-05-11 +Jürgen E. Fischer 2018-05-11 add link to 3.0 api documentation @@ -45010,11 +57050,11 @@ Nyall Dawson 2018-05-11 [processing][gdal] Fix conversion of non-EPSG crs parameters to GDAL compatible strings -Juergen E. Fischer 2018-05-11 +Jürgen E. Fischer 2018-05-11 add libyaml-tiny-perl & python-autopep8 to debian deps -Juergen E. Fischer 2018-05-11 +Jürgen E. Fischer 2018-05-11 osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars (fixes #18234) @@ -45034,11 +57074,11 @@ Martin Dobias 2018-05-10 [FEATURE] Union algorithm with a single layer -Juergen E. Fischer 2018-05-10 +Jürgen E. Fischer 2018-05-10 add mdal provider to debian and osgeo4w packages -Juergen E. Fischer 2018-05-10 +Jürgen E. Fischer 2018-05-10 expression help: support optional parameters and defaults @@ -45120,7 +57160,7 @@ Nyall Dawson 2018-05-10 [processing] Ensure unset parameters are translated to Python None values when representing parameters as pythong strings -Juergen E. Fischer 2018-05-09 +Jürgen E. Fischer 2018-05-09 cosmetics on 9e7e927b9c @@ -45140,7 +57180,7 @@ Denis Rouzaud 2018-05-09 remove useless API break Merge: d06043f723 9e7e927b9c -Jürgen Fischer 2018-05-09 +Jürgen E. Fischer 2018-05-09 Merge pull request #6958 from agauvrit-tis/patch-1 @@ -45198,7 +57238,7 @@ Matthias Kuhn 2018-05-09 [FEATURE] Introduction of QGIS Quick library -nirvn 2018-05-09 +Mathieu Pellerin 2018-05-09 Small property icon improvements @@ -45553,11 +57593,11 @@ Nyall Dawson 2018-05-05 [processing] Fix exception when clicking help for GDAL algorithms -rldhont 2018-05-04 +D'Hont René-Luc 2018-05-04 [Oracle][Tests] Enhance Geometry creation SQL script -rldhont 2018-05-04 +D'Hont René-Luc 2018-05-04 [BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition @@ -45569,7 +57609,7 @@ rldhont 2018-05-04 The way Mapserver defined check point coordinate: https://github.com/mapserver/mapserver/blob/fd04328a89e75ac963f15867d9d90a50d47513c1/maporaclespatial.c#L1588 -rldhont 2018-05-03 +D'Hont René-Luc 2018-05-03 [Oracle][Tests] Enhance Point convertion test @@ -45608,7 +57648,7 @@ Peter Petrik 2018-05-04 rename qml library to QgsQuick -Juergen E. Fischer 2018-05-04 +Jürgen E. Fischer 2018-05-04 Only apply f4d38d4f0 to Qt>=5.9 (followup f4d38d4f0; check cdash for test results) @@ -45624,7 +57664,7 @@ Matthias Kuhn 2018-05-04 Fix crash with uninitialized search widget -Juergen E. Fischer 2018-05-04 +Jürgen E. Fischer 2018-05-04 fix xenial build @@ -45800,7 +57840,7 @@ gacarrillor 2018-05-02 [processing] Add comment to make it clear why we need to close the dialog here -nirvn 2018-05-01 +Mathieu Pellerin 2018-05-01 [FEATURE][processing] Zonal histogram algorithm @@ -45826,7 +57866,7 @@ C 2018-05-01 Added missing r.fill.stats processing description file. Merge: f019bc0699 1afe0d1bb8 -rldhont 2018-05-02 +D'Hont René-Luc 2018-05-02 Merge pull request #6867 from pblottiere/bugfix_nobbox @@ -46056,7 +58096,7 @@ Nyall Dawson 2018-05-01 Silence annoying 'appendChild() on a null node does nothing' warning -nirvn 2018-05-01 +Mathieu Pellerin 2018-05-01 [processing] improve eliminate selected polygons alg help i.e., the use only selected option is gone since 3.0 @@ -46075,11 +58115,11 @@ Nyall Dawson 2018-05-01 [processing] More verbose error when unsupported SAGA version found -Nathan Woodrow 2018-05-01 +Nathan Woodrow 2018-05-01 [expression] Show expected arg count if wrong args passed -Juergen E. Fischer 2018-04-30 +Jürgen E. Fischer 2018-04-30 update INSTALL (run scripts/scandeps.pl, integrate ce34646cf, make t2tdoc) @@ -46146,19 +58186,19 @@ Harrissou Sant-anna 2018-02-05 Fix typo and spelling -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] replace define current projection with reproject layer in vector menu -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] add some missing icons for the data management tools menu -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] add missing icons for the analysis tools menu -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] add missing icons for the geometry tools menu @@ -46181,19 +58221,19 @@ Nyall Dawson 2018-04-30 [processing] Throw warning when menu item links are broken -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] fix grass provider svg path -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] draw vector icons when available in modeler -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] add vector icons for geoprocessing tools menu -nirvn 2018-04-30 +Mathieu Pellerin 2018-04-30 [processing] fix some native algorithm IDs for menu items @@ -46518,7 +58558,7 @@ Nyall Dawson 2018-04-26 [mdal] Fix bad header guard -nirvn 2018-04-23 +Mathieu Pellerin 2018-04-23 [FEATURE][ogr/gdal] Add UI to expose HTTP(S) and cloud datasets @@ -46612,13 +58652,13 @@ gacarrillor 2018-04-24 [processing] Adjust code for line intersection with collection intersections -Juergen E. Fischer 2018-04-24 +Jürgen E. Fischer 2018-04-24 [postgres][db2] still save username when instructed too also with authcfg (cherry picked from commit 4ad35311037f226880ac3dd30eec0f92d119ca1c) -Juergen E. Fischer 2018-04-24 +Jürgen E. Fischer 2018-04-24 fix astyle version check @@ -46645,7 +58685,7 @@ Loïc Bartoletti 2018-04-24 fix martin's review -rldhont 2018-04-24 +D'Hont René-Luc 2018-04-24 [Tests][Server] Add unit test for empty contextual legend @@ -46842,7 +58882,7 @@ Nathan Woodrow 2018-04-23 [FEATURE][needs-docs] Don't bail on first expression error (#6838) -Juergen E. Fischer 2018-04-23 +Jürgen E. Fischer 2018-04-23 update_ts.sh: handle empty exclusion @@ -46884,7 +58924,7 @@ Nyall Dawson 2018-04-16 [oracle] Fix clazy warnings in new connection dialog -Juergen E. Fischer 2018-04-21 +Jürgen E. Fischer 2018-04-21 remove plugin_template exclusion from translation updates (followup 605ef7d8294b6) @@ -46976,7 +59016,7 @@ Matthias Kuhn 2018-04-20 Some minor code fixes Merge: 6358daad91 1d4d33417f -rldhont 2018-04-20 +D'Hont René-Luc 2018-04-20 Merge pull request #6793 from pblottiere/bugfix_owslib @@ -47058,7 +59098,7 @@ Peter Petrik 2018-04-20 use QStringLiteral -nirvn 2018-04-20 +Mathieu Pellerin 2018-04-20 [FEATURE] Copy statistics panel content to clipboard button @@ -47081,7 +59121,7 @@ Matthias Kuhn 2018-04-20 Const correctness for feature renderers -nirvn 2018-04-20 +Mathieu Pellerin 2018-04-20 followup a463858: fix interpol. data widget setValue function @@ -47127,11 +59167,11 @@ Nyall Dawson 2018-04-19 Fix Coverity null pointer dereference warning -nirvn 2018-04-19 +Mathieu Pellerin 2018-04-19 [processing] restore TIN / IDW interpolation algorithms -nirvn 2018-04-19 +Mathieu Pellerin 2018-04-19 fix interpolation data widget @@ -47144,7 +59184,7 @@ Peter Petrik 2018-04-06 2dm files from browser on canvas to visualize 2dm meshes. Support for QgsMeshLayer in Python API. -Juergen E. Fischer 2018-04-19 +Jürgen E. Fischer 2018-04-19 osgeo4w: add O4W_QT_ variables for qt.conf to qgis.vars @@ -47343,15 +59383,15 @@ Nyall Dawson 2018-04-16 Fixes some failing oracle provider conformance test suite failures -Juergen E. Fischer 2018-04-15 +Jürgen E. Fischer 2018-04-15 fix build with QScintilla <2.10 -Juergen E. Fischer 2018-04-14 +Jürgen E. Fischer 2018-04-14 respect QGIS_PREFIX_PATH (followup 810241ffca; fixes windows nightlies) -Juergen E. Fischer 2018-04-14 +Jürgen E. Fischer 2018-04-14 fix windows build @@ -47395,7 +59435,7 @@ Alessandro Pasotti 2018-04-13 Small GUI fix in raster style dialog -Juergen E. Fischer 2018-04-13 +Jürgen E. Fischer 2018-04-13 debian packaging: followup bb0bfea3c4 @@ -47444,11 +59484,11 @@ Blottiere Paul 2018-04-12 Fixes segmentation fault -rldhont 2018-04-12 +D'Hont René-Luc 2018-04-12 [BUGFIX][Server] Segfault in WCS -rldhont 2018-04-12 +D'Hont René-Luc 2018-04-12 [BUGFIX][Server] Segfault in WFS Transaction @@ -47456,7 +59496,7 @@ David 2018-04-12 add StringLiteral -rldhont 2018-04-12 +D'Hont René-Luc 2018-04-12 [BUGFIX][Server] Segfault in WFS DescribeFeatureType and GetFetaure @@ -47478,11 +59518,11 @@ Matthias Kuhn 2018-04-12 Convert mkuidefaults script to python3 and pep8 it -Juergen E. Fischer 2018-04-11 +Jürgen E. Fischer 2018-04-11 allow builds with DEBUG macro defined -Juergen E. Fischer 2018-04-11 +Jürgen E. Fischer 2018-04-11 disable 3D in debian packages for debian unstable/buster @@ -47553,7 +59593,7 @@ Nyall Dawson 2018-04-10 Refs https://gis.stackexchange.com/questions/278765/how-do-i-enter-start-point-in-shortest-path-algorithm-in-qgis-3-0-1 -rldhont 2018-04-10 +D'Hont René-Luc 2018-04-10 [BUGFIX][Server] Segfault in WFS GetCapabilities @@ -48397,11 +60437,11 @@ Matthias Kuhn 2018-04-04 Removed unused Q_UNUSED -nirvn 2018-04-04 +Mathieu Pellerin 2018-04-04 Clear hidden toolbars/panels setting when restoring view -nirvn 2018-04-04 +Mathieu Pellerin 2018-04-04 Insure canvas rendering jobs are cancelled when exiting QGIS @@ -48498,7 +60538,7 @@ Alessandro Pasotti 2018-04-03 Fix android build with osgeo4a -rldhont 2018-04-03 +D'Hont René-Luc 2018-04-03 [BUGFIX][Server] Enhance cleaning propertyname and searching by propertyname @@ -48510,7 +60550,7 @@ Alessandro Pasotti 2018-04-03 Keep native nodiscard -Juergen E. Fischer 2018-04-03 +Jürgen E. Fischer 2018-04-03 restore ico/tif/png nuked by fcacb0db7c @@ -48532,7 +60572,7 @@ Nyall Dawson 2018-03-21 via the algorithm dialog. This method should NOT be called manually by algorithms. -nirvn 2018-04-03 +Mathieu Pellerin 2018-04-03 [processing] Throw exception when combining clip geometry fails in clip alg @@ -48629,7 +60669,7 @@ Nyall Dawson 2018-04-03 - remove some redundant doxygen for overridden methods - add some missing docs -Juergen E. Fischer 2018-04-02 +Jürgen E. Fischer 2018-04-02 doxygen fixes @@ -48652,15 +60692,15 @@ Salvatore Larosa 2018-04-02 show search icon in expression builder widget -Juergen E. Fischer 2018-04-02 +Jürgen E. Fischer 2018-04-02 fix translation string -Juergen E. Fischer 2018-04-02 +Jürgen E. Fischer 2018-04-02 [FEATURE] add zoom to related feature in forms -Juergen E. Fischer 2018-04-01 +Jürgen E. Fischer 2018-04-01 german translation fix @@ -48689,7 +60729,7 @@ Nyall Dawson 2018-04-02 Add beginning of unit tests for QgsLayerTreeView -nirvn 2018-04-02 +Mathieu Pellerin 2018-04-02 Mark project as dirty when changing CRS of layers @@ -49029,7 +61069,7 @@ Alessandro Pasotti 2018-03-28 just spare a click -nirvn 2018-03-28 +Mathieu Pellerin 2018-03-28 Follow up a29c6a7d07: add missing ellipsis @@ -49463,7 +61503,7 @@ Alexander Bruy 2018-03-21 [processing][gdal] Skip expensive parameter validation when just showing command in dialog -nirvn 2018-03-21 +Mathieu Pellerin 2018-03-21 [FEATURE] expression support for the copyright decorator @@ -49509,7 +61549,7 @@ Denis Rouzaud 2018-03-20 fix docker variables in Travis -rldhont 2018-03-20 +D'Hont René-Luc 2018-03-20 [BUGFIX][Server] WFS GeoJSON: QGIS Server 2.18 much slower than 2.14 @@ -49572,7 +61612,7 @@ Nyall Dawson 2018-03-19 Fixes #18349 -rldhont 2018-03-19 +D'Hont René-Luc 2018-03-19 [BUGFIX][Server] DescribeFeature does not clean attribute name and GetFeature update @@ -49661,7 +61701,7 @@ Alexis Polti 2018-03-18 Fix geroreferencer crash when deleting a point through context menu -nirvn 2018-03-15 +Mathieu Pellerin 2018-03-15 [raster] skip non finite values when computing band min/max statistics @@ -49765,7 +61805,7 @@ Nyall Dawson 2018-03-12 Makes it easier to ensure that the override is always removed regardless of the exit path taken. -Juergen E. Fischer 2018-03-15 +Jürgen E. Fischer 2018-03-15 Fix windows build and warnings @@ -50104,7 +62144,7 @@ Nyall Dawson 2018-03-11 [processing] Port Delete Holes algorithm to c++, allow dynamic min area parameter -Juergen E. Fischer 2018-03-11 +Jürgen E. Fischer 2018-03-11 debian packaging: add buster @@ -50257,11 +62297,11 @@ Denis Rouzaud 2018-03-06 the use of QStyle::subControlRect was returning only the rect of the arrows and not of the whole clickable area. QStyle::hitTestComplexControl has been used instead -Juergen E. Fischer 2018-03-10 +Jürgen E. Fischer 2018-03-10 more translation string fixes -Juergen E. Fischer 2018-03-09 +Jürgen E. Fischer 2018-03-09 fix translation strings @@ -50271,7 +62311,7 @@ Alexander Bruy 2018-03-09 This reverts commit 007903494582b1e71273e7b801b928d32eb2f330. -Juergen E. Fischer 2018-03-09 +Jürgen E. Fischer 2018-03-09 processing: make error messages moved to message bar translatable again (followup 6e2288dcc) @@ -50363,7 +62403,7 @@ Juernjakob Dugge 2017-10-21 [FEATURE] Make map tips delay configurable -Juergen E. Fischer 2018-03-08 +Jürgen E. Fischer 2018-03-08 db_manager: add tooltip to default value field when editing table field properties (fixes #13856) @@ -50382,7 +62422,7 @@ Alexander Bruy 2018-03-08 [processing] fix parameters IDs (follow up #6535) -Juergen E. Fischer 2018-03-08 +Jürgen E. Fischer 2018-03-08 fix xenial (Qt <5.7) build @@ -50645,15 +62685,15 @@ Nyall Dawson 2018-03-06 Fix adding parts to curved polygon types fails -Webmaster 2018-03-05 +Mathieu Pellerin 2018-03-05 fix travis -nirvn 2018-03-05 +Mathieu Pellerin 2018-03-05 [FEATURE][processing] allow to create points on all parts in centroids alg -nirvn 2018-03-05 +Mathieu Pellerin 2018-03-05 [FEATURE][processing] allow to create points on all parts in point on surface alg @@ -50741,19 +62781,19 @@ Alessandro Pasotti 2018-03-05 [bugfix][server] Fix temporary path permission issue -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Rename Welcome Page action to Close Project -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Fix docs on projectDirty -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Add projectDirty signal for QgsProject -nirvn 2018-03-05 +Mathieu Pellerin 2018-03-05 fix zh-Hant flag size @@ -50825,19 +62865,19 @@ Harrissou Sant-anna 2018-01-13 Add Help button and some fixes to automated placement widget -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 [needs-docs] Add welcome screen action to project menu -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Add separator between rename and remove for browser -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Add link precommit hook for git -Nathan Woodrow 2018-03-05 +Nathan Woodrow 2018-03-05 Fix dock shortcuts to use Ctrl and not Alt @@ -50940,15 +62980,15 @@ Denis Rouzaud 2018-03-02 fix sipify test -Webmaster 2018-03-02 +Mathieu Pellerin 2018-03-02 harmonize join type value (0=one-to-many, 1=one-to-one) -nirvn 2018-03-02 +Mathieu Pellerin 2018-03-02 [FEATURE][processing] add discard non matching option to join attribute table alg -nirvn 2018-03-02 +Mathieu Pellerin 2018-03-02 fix one-to-one, one-to-many wording @@ -51386,11 +63426,11 @@ Denis Rouzaud 2018-02-28 Timeout Travis builds to save cache in time (#6488) -nirvn 2018-02-28 +Mathieu Pellerin 2018-02-28 [processing] add tags to statistics by categories algorithm -nirvn 2018-02-28 +Mathieu Pellerin 2018-02-28 [processing] add tags to refactor fields algorithm @@ -51675,7 +63715,7 @@ Nathan Woodrow 2018-02-26 [needs-docs] Add Alt+{no} shortcut for panels (#5895) -Nathan Woodrow 2017-12-11 +Nathan Woodrow 2017-12-11 [FEATURE] [needs-doc] Add Auto Zoom to Selection for map canvas dock @@ -51709,7 +63749,7 @@ Nyall Dawson 2018-02-26 Fixes #16139 -Juergen E. Fischer 2018-02-25 +Jürgen E. Fischer 2018-02-25 osgeo4w: fix desktop link @@ -51733,13 +63773,13 @@ Alessandro Pasotti 2018-02-25 Cosmetic: remove empty line -Juergen E. Fischer 2018-02-25 +Jürgen E. Fischer 2018-02-25 osgeo4w: fix grass plugin postinstall (cherry picked from commit 001c80b0c3478f9d1fc026965c439aa843f0a66d) -Juergen E. Fischer 2018-02-25 +Jürgen E. Fischer 2018-02-25 osgeo4w: avoid blocking error popup when running tests @@ -51763,13 +63803,13 @@ Salvatore Larosa 2018-02-24 [processing] Fixes #18187: SAGA output extent values are not in the right order -Juergen E. Fischer 2018-02-24 +Jürgen E. Fischer 2018-02-24 osgeo4w: ignore if there are no pyc to cleanup in postinstall (cherry picked from commit af4cbe2db07c970a0df4668f86b12335e27667df) -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 Revert "osgeo4w: also build pdb and corresponding package for releases" @@ -51777,13 +63817,13 @@ Juergen E. Fischer 2018-02-23 (cherry picked from commit 611fbff4901d74bfc942b21b083512f8f7a9f401) -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 fix release build on windows (cherry picked from commit a0a0392159fba7639f4811f70826a2c6d66a13f9) -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 debian packaging: fix release builds (followup 792c19ba7) @@ -51922,15 +63962,15 @@ David 2018-02-23 in the construtors of QgsAction and QgsMapLayerAction -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 Bump version to 3.1 -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 changelog and news update for 3.0 -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 translation update for 3.0 from transifex @@ -52019,7 +64059,7 @@ Alexander Bruy 2018-02-23 [processing] hide 'Rename layer' and 'Load layer' algs from toolbox -Juergen E. Fischer 2018-02-23 +Jürgen E. Fischer 2018-02-23 fix df76bfc1 @@ -52295,7 +64335,7 @@ Nyall Dawson 2018-02-22 String fix -Juergen E. Fischer 2018-02-22 +Jürgen E. Fischer 2018-02-22 fix translation strings @@ -52446,7 +64486,7 @@ Nyall Dawson 2018-02-21 Updating some dialogs caption -nirvn 2018-02-21 +Mathieu Pellerin 2018-02-21 [processing] small fix in the MultipleLayerWidgetWrapper wrapper @@ -52480,12 +64520,12 @@ Nyall Dawson 2018-02-21 per input feature, e.g. "explode" type algorithms which split a single input feature into multiple output features. -Juergen E. Fischer 2018-02-20 +Jürgen E. Fischer 2018-02-20 fix warning Merge: 348b0cf884 2dece58b67 -Jürgen Fischer 2018-02-20 +Jürgen E. Fischer 2018-02-20 Merge pull request #6394 from neteler/patch-75 @@ -52520,7 +64560,7 @@ Loïc Bartoletti 2018-02-20 - Homogenize this toolbar like the others - Not enabled by default -rldhont 2018-02-20 +D'Hont René-Luc 2018-02-20 [BUGFIX][Server] WFS GetFeature GML: segfault with geometry null @@ -52790,15 +64830,15 @@ Nyall Dawson 2018-02-20 [welcomepage] fixes #18118 remove last item causes a crash -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 proj5: show proj version qgis was built with and the version it's running with -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 fix build with grass -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 fix some references to PROJ.4 @@ -52836,11 +64876,11 @@ Denis Rouzaud 2018-02-19 [sipify] fix Q_FLAG declaration -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 api doc: 2.18 is also LTR -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 api doc: add link to python version @@ -52898,32 +64938,32 @@ Nathan Woodrow 2018-02-19 Better sort order for browser node -Nathan Woodrow 2018-02-19 +Nathan Woodrow 2018-02-19 Change order of XYZ tiles -nirvn 2018-02-07 +Mathieu Pellerin 2018-02-07 fix disabled map unit widgets when opening project prop. dialog (fixes #17208) -nirvn 2018-02-19 +Mathieu Pellerin 2018-02-19 [layouts] improve default window state for reports -nirvn 2018-02-19 +Mathieu Pellerin 2018-02-19 [layouts] hide atlas/report items in the window right-click menu -nirvn 2018-02-19 +Mathieu Pellerin 2018-02-19 [layouts] add missing items in the toolbars sub-menu -nirvn 2018-02-19 +Mathieu Pellerin 2018-02-19 [layouts] sort panels and toolbars sub-menus -nirvn 2018-02-19 +Mathieu Pellerin 2018-02-19 [layouts] improve right-click popup menu - as with the main window, show bold titles @@ -52936,7 +64976,7 @@ Alessandro Pasotti 2018-02-19 Show "Edit rule" dialog instead of widget when in Layer properties dialog -Juergen E. Fischer 2018-02-19 +Jürgen E. Fischer 2018-02-19 fix e606b795d @@ -52981,7 +65021,7 @@ Nyall Dawson 2018-02-19 Also exposes other format choices in dialog -Nathan Woodrow 2018-02-19 +Nathan Woodrow 2018-02-19 Better sort order for browser node @@ -52995,7 +65035,7 @@ Nyall Dawson 2018-02-19 Prepare expression for faster field calculation in attribute table dialog -Nathan Woodrow 2018-02-19 +Nathan Woodrow 2018-02-19 [FIX] Fix loading projects with . in name @@ -53011,26 +65051,26 @@ Nyall Dawson 2018-02-19 Remove unused QgsVectorLayerInterruptionCheckerDuringCountSymbolFeatures class -Juergen E. Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 add missing copyright headers -Juergen E. Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 update_ts.sh: fix selective download of translations -Juergen E. Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 update translation strings Merge: 03354eea09 28e282ac02 -Jürgen Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 Merge pull request #6373 from DelazJ/QMessageBoxTitles Fix message box title -Juergen E. Fischer 2018-02-18 +Jürgen E. Fischer 2018-02-18 INSTALL is a output file (followup 1dd6db384f) @@ -53038,19 +65078,19 @@ Harrissou Sant-anna 2018-02-17 Fix message box title -Webmaster 2018-02-18 +Mathieu Pellerin 2018-02-18 [needs-docs][layout] rename command history to undo history -Webmaster 2018-02-18 +Mathieu Pellerin 2018-02-18 [layout] use nicer default state and geometry -Webmaster 2018-02-18 +Mathieu Pellerin 2018-02-18 [ui] update default windows state and geometry -Webmaster 2018-02-18 +Mathieu Pellerin 2018-02-18 [ui] update mkuidefaults.py script @@ -53097,7 +65137,7 @@ Denis Rouzaud 2018-02-16 * correctly handles rings and parts * allow to select polygon by area (not only edge) -Juergen E. Fischer 2018-02-17 +Jürgen E. Fischer 2018-02-17 drastically speedup update_ts.sh with Qt5's lupdate @@ -53131,16 +65171,16 @@ Denis Rouzaud 2018-02-17 add test for QgsSettings::enumSettingValue -Juergen E. Fischer 2018-02-17 +Jürgen E. Fischer 2018-02-17 string truncations now uses ellipses (followup c3573b163) -Juergen E. Fischer 2018-02-17 +Jürgen E. Fischer 2018-02-17 more translation string fixes and updates Merge: dedfb5ccb6 b3b17b6557 -Jürgen Fischer 2018-02-17 +Jürgen E. Fischer 2018-02-17 Merge pull request #6329 from DelazJ/QMessageBoxTitles @@ -53226,7 +65266,7 @@ Nyall Dawson 2018-02-17 situation occurs there's a deeper bug present whic needs to be addressed. -Juergen E. Fischer 2018-02-17 +Jürgen E. Fischer 2018-02-17 Adapt packaging to c988dd291 @@ -53388,7 +65428,7 @@ Nyall Dawson 2018-02-16 layer = context.getMapLayer(other_alg_results['OUTPUT'] ) -Juergen E. Fischer 2018-02-16 +Jürgen E. Fischer 2018-02-16 debian nightlies: ignore dash submission errors @@ -53396,7 +65436,7 @@ Alessandro Pasotti 2018-02-16 Check for application instance before calling init -nirvn 2018-02-16 +Mathieu Pellerin 2018-02-16 followup 6dfedc3, fix processing tests @@ -53422,11 +65462,11 @@ Nyall Dawson 2018-02-16 [processing] Don't replace " with ' when handling layer paths -Juergen E. Fischer 2018-02-16 +Jürgen E. Fischer 2018-02-16 fix 6dfedc38 -Juergen E. Fischer 2018-02-15 +Jürgen E. Fischer 2018-02-15 translation string fixes and cleanups @@ -53456,7 +65496,7 @@ Marco Hugentobler 2018-02-15 Fix warning -nirvn 2018-02-15 +Mathieu Pellerin 2018-02-15 [processing] fix python error with OSM vector layers @@ -53478,7 +65518,7 @@ Werner Macho 2018-02-15 [tr] Add a Japanese translator -Juergen E. Fischer 2018-02-15 +Jürgen E. Fischer 2018-02-15 osgeo4w: remove explicit setting of QGISDEBUG @@ -53541,11 +65581,11 @@ Nyall Dawson 2018-02-15 Fixes #18103 -nirvn 2018-02-15 +Mathieu Pellerin 2018-02-15 [ui] sort items in the view > panels sub-menu -nirvn 2018-02-15 +Mathieu Pellerin 2018-02-15 [needs-docs][ui] harmonize title of panels @@ -53584,7 +65624,7 @@ Alessandro Pasotti 2018-02-14 Fixes #18084 -Juergen E. Fischer 2018-02-14 +Jürgen E. Fischer 2018-02-14 nightlies: also submit build errors to dash @@ -53593,7 +65633,7 @@ Mathieu Pellerin 2018-02-14 [attribute table] fix long UI freeze when resizing columns for large filtered datasets (#6341) Merge: b664f12ed6 256e4419b2 -mhugent 2018-02-14 +Marco Hugentobler 2018-02-14 Merge pull request #6334 from mhugent/dxf_mtext_escape_spaces @@ -53638,7 +65678,7 @@ Nyall Dawson 2018-02-14 Fixes #18090 -nirvn 2018-02-13 +Mathieu Pellerin 2018-02-13 [needs-docs][processing] update raster calculator help to reflect updated logic @@ -53694,12 +65734,12 @@ Denis Rouzaud 2018-02-12 fix #17367 fix #14751 -nirvn 2018-02-13 +Mathieu Pellerin 2018-02-13 [ui] resize statistical summary columns to content Merge: fc51b82f5c c996c61789 -mhugent 2018-02-13 +Marco Hugentobler 2018-02-13 Merge pull request #6331 from mhugent/dxf_label_layers_v3 @@ -53740,7 +65780,7 @@ Nyall Dawson 2018-02-13 Fixes #17658 Merge: 5c3a7554de 66b9b435b6 -mhugent 2018-02-13 +Marco Hugentobler 2018-02-13 Merge branch 'master' into dxf_label_layers_v3 @@ -53761,7 +65801,7 @@ Nyall Dawson 2018-02-13 [processing] Fix destination files are silently ignored when relaunching algorithms from the history panel -nirvn 2018-02-13 +Mathieu Pellerin 2018-02-13 [processing] harmonize results viewer action behavior @@ -53813,7 +65853,7 @@ Denis Rouzaud 2018-02-12 there was a crash in Python in QgsDxfExport.addLayers due to a bad conversion Merge: 9e79d8a7ad 3fac2aa391 -Jürgen Fischer 2018-02-12 +Jürgen E. Fischer 2018-02-12 Merge pull request #6169 from landryb/fix/desktopfile @@ -53826,11 +65866,11 @@ Alessandro Pasotti 2018-02-12 Try to fix QgsCollapsibleGroupBox crash on Qt 5.10 -nirvn 2018-02-12 +Mathieu Pellerin 2018-02-12 [processing] automatically open results viewer panel when items added -nirvn 2018-02-12 +Mathieu Pellerin 2018-02-12 [processing] offer hyperlink to file path in the results viewer because users don't always get that there is a dbl-click action @@ -53884,7 +65924,7 @@ Nyall Dawson 2018-02-12 they are executed Merge: 6096e5c25d fbc6e4d11d -rldhont 2018-02-12 +D'Hont René-Luc 2018-02-12 Merge pull request #6285 from tudorbarascu/dpi @@ -53916,27 +65956,27 @@ Alexander Bruy 2018-02-12 log requested help URLs -nirvn 2018-02-12 +Mathieu Pellerin 2018-02-12 [processing] harmonize order of result panel (latest first) and add timestamp -Nathan Woodrow 2018-02-12 +Nathan Woodrow 2018-02-12 Don't call init in QgsApplication -Nathan Woodrow 2018-02-12 +Nathan Woodrow 2018-02-12 FIx -Nathan Woodrow 2018-02-12 +Nathan Woodrow 2018-02-12 Move settings to resource folder -Nathan Woodrow 2018-02-12 +Nathan Woodrow 2018-02-12 Lets try fix this -nirvn 2018-02-12 +Mathieu Pellerin 2018-02-12 partial revert of 5dc91b4 to fix regression (fixes #18073) @@ -54249,7 +66289,7 @@ Alessandro Pasotti 2018-02-09 Scripts for cross build QGIS for windows on Linux with mxe -Juergen E. Fischer 2018-02-09 +Jürgen E. Fischer 2018-02-09 fix #18066 @@ -54267,27 +66307,27 @@ Alexander Bruy 2018-02-09 [processing] Allow providers to return a different helpId() vs their unique id() -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [processing] fix batch input selection panel for multiple layers parameter -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [processing] only pass needed raster entries in QgsRasterCalculator constructor -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [raster calculator] use feedback when reprojecting raster block -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [processing] make output crs optional in the raster calculator -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [processing] use feedback object in raster calculator -nirvn 2018-02-09 +Mathieu Pellerin 2018-02-09 [processing] ressurect raster calculator and add CRS parameter @@ -54350,24 +66390,24 @@ Alexander Bruy 2018-02-08 This reverts commit c09c3018035eb7a4f47acbde7f3dae405ba444db. -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster calc] make use of qgsfilewidget and fix some labels -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster calc] use active layer to setup dialog to harmonize the behavior with that of processing -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster calc] use new API to save/restore geometry -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster calc] use a monospace font for the expression editor (fixes #17556) -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster calc] cancelling the process should cancel the process @@ -54375,11 +66415,11 @@ Alessandro Pasotti 2018-02-01 [cmake] MXE build changes -Juergen E. Fischer 2018-02-08 +Jürgen E. Fischer 2018-02-08 fix xenial build -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [attribute table] fix crash when adding creating a field on field-less layers @@ -54403,11 +66443,11 @@ Nyall Dawson 2018-02-08 I've also moved the Open Form action to be first in the toolbar, since it's the most frequently used action. -nirvn 2018-02-08 +Mathieu Pellerin 2018-02-08 [raster] prevent pseudocolor auto-classify following color customization in tree -nirvn 2018-02-07 +Mathieu Pellerin 2018-02-07 [attribute table] fix crash when removing layer with show selected features @@ -54418,24 +66458,24 @@ Tudor Bărăscu 2018-02-07 Some requests send the DPI parameters with decimals due to devicePixelRatio and the Server doesn't cope with that. This fixes it. -nirvn 2018-02-07 +Mathieu Pellerin 2018-02-07 [ui] save vertical space for the delimited text add layer dialog (fixes #17972) -nirvn 2018-02-06 +Mathieu Pellerin 2018-02-06 document api break -nirvn 2018-02-06 +Mathieu Pellerin 2018-02-06 update the stats gatherer to use qgstask -nirvn 2018-02-06 +Mathieu Pellerin 2018-02-06 move getValues, getDoubleValues to vector layer utils source file -nirvn 2018-02-05 +Mathieu Pellerin 2018-02-05 [stats] gather field/expression values in a thread to prevent long UI freeze @@ -54555,7 +66595,7 @@ Denis Rouzaud 2018-02-05 do not search for less than 3 letters -Juergen E. Fischer 2018-02-05 +Jürgen E. Fischer 2018-02-05 fix #18050 (followup f6269c41d) @@ -54625,7 +66665,7 @@ lbartoletti 2018-02-05 * fix doxygen_space -nirvn 2018-02-05 +Mathieu Pellerin 2018-02-05 Do not refresh stats when opening the stat summary field combo box Without this change, stats are calculated when users simply @@ -54751,7 +66791,7 @@ Nyall Dawson 2018-02-05 Fixes #18027 -Juergen E. Fischer 2018-02-05 +Jürgen E. Fischer 2018-02-05 update INSTALL on release @@ -54830,7 +66870,7 @@ Martin Dobias 2018-02-03 pyqgis: add conversion to subclasses for QgsAbstractVectorLayerLabeling -Juergen E. Fischer 2018-02-03 +Jürgen E. Fischer 2018-02-03 * revive update-news.pl * osgeo4w: drop globe plugin @@ -54862,12 +66902,12 @@ Salvatore Larosa 2018-02-03 fix resizing columns in the identify results dialog -Juergen E. Fischer 2018-02-02 +Jürgen E. Fischer 2018-02-02 INSTALL: use meta package to install osgeo4w build dependencies Merge: 5c5ef3b6de f6269c41da -Jürgen Fischer 2018-02-02 +Jürgen E. Fischer 2018-02-02 Merge pull request #6213 from nyalldawson/interrupt_console @@ -55012,7 +67052,7 @@ Mathieu Pellerin 2018-02-02 alternative approach to hide progress bar when unchecking render Merge: 4895c2c3f6 0eda3bee94 -Jürgen Fischer 2018-02-02 +Jürgen E. Fischer 2018-02-02 Merge pull request #6247 from kant/patch-1 @@ -55079,7 +67119,7 @@ Alessandro Pasotti 2018-02-01 separator and group separator which were not the same than system locale. -Juergen E. Fischer 2018-02-01 +Jürgen E. Fischer 2018-02-01 add disambiguation comment to translation string 'in' @@ -55119,11 +67159,11 @@ Mathieu Pellerin 2018-02-01 [ui] stop busy indicator when render widget is unchecked -nirvn 2018-01-30 +Mathieu Pellerin 2018-01-30 document API change -nirvn 2018-01-30 +Mathieu Pellerin 2018-01-30 add transform context to the map overview @@ -55152,7 +67192,7 @@ Nyall Dawson 2018-02-01 Refs #17986 -Juergen E. Fischer 2018-02-01 +Jürgen E. Fischer 2018-02-01 run crssync on install (fixes #17993) @@ -55160,7 +67200,7 @@ Nyall Dawson 2018-02-01 Add missing directories to dox -Juergen E. Fischer 2018-01-31 +Jürgen E. Fischer 2018-01-31 osgeo4w: fix postinstall scripts (fixes #17993) @@ -55214,7 +67254,7 @@ Alessandro Pasotti 2018-01-31 Support comma in annotations when merging inline -nirvn 2018-01-31 +Mathieu Pellerin 2018-01-31 [needs-docs][attribute table] UX improvements to cut/copy/paste actions @@ -55313,14 +67353,14 @@ Alessandro Pasotti 2018-01-30 Fixes #17977 - QGIS server 2.99 doesn't handles BBOX parameter on WFS request Merge: 18a399a81a 26f8f165c4 -Jürgen Fischer 2018-01-30 +Jürgen E. Fischer 2018-01-30 Merge pull request #6171 from landryb/fix/find-gdal-geos-postgres-libs-on-openbsd Use FIND_LIBRARY to find GDAL, GEOS and Postgres libraries Merge: 02bfe0a20c f6a2c0a955 -Jürgen Fischer 2018-01-30 +Jürgen E. Fischer 2018-01-30 Merge pull request #6224 from rkanavath/master @@ -55551,11 +67591,11 @@ Alessandro Pasotti 2018-01-29 [bugfix] Tests for double range widget limits Merge: 3b39dcf401 aec399e785 -pcav 2018-01-29 +Paolo Cavallini 2018-01-29 Merge branch 'master' of github.com:qgis/QGIS -pcav 2018-01-29 +Paolo Cavallini 2018-01-29 Changed in in DB Manager @@ -55584,7 +67624,7 @@ Salvatore Larosa 2018-01-29 fix iconsize for toolbars in georeferencer plugin -nirvn 2018-01-29 +Mathieu Pellerin 2018-01-29 [raster] don't auto-classify upon customizing values tree (fixes #17102) @@ -55674,7 +67714,7 @@ Nyall Dawson 2018-01-29 needs fixing) then have to rely on plugin providers to discover and explicitly expose this support. -Webmaster 2018-01-27 +Mathieu Pellerin 2018-01-27 fix saving interface customization to .ini (fixes #17979) @@ -55684,7 +67724,7 @@ Nyall Dawson 2018-01-29 Fixes #17982 -Nathan Woodrow 2018-01-29 +Nathan Woodrow 2018-01-29 [Win] Show error message if mainwin fails to load exe @@ -55747,7 +67787,7 @@ Nyall Dawson 2018-01-29 GRASS has a lot. -Juergen E. Fischer 2018-01-27 +Jürgen E. Fischer 2018-01-27 make converting to multi geometries to fullfil provider geometry constraints the last step and use earlier conversions (fixes #17643) @@ -55805,11 +67845,11 @@ Nyall Dawson 2018-01-27 [python] Always release the GIL before calling PyQGIS c++ methods -Juergen E. Fischer 2018-01-26 +Jürgen E. Fischer 2018-01-26 update package*.cmd for 3 and GRASS 7.x -Juergen E. Fischer 2018-01-26 +Jürgen E. Fischer 2018-01-26 fix typo @@ -55817,7 +67857,7 @@ Alexander Bruy 2018-01-26 [processing] fix wrong variable name -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 avoid startup warning, do not look for empty setting value @@ -55834,7 +67874,7 @@ Alessandro Pasotti 2018-01-26 This was hitting an assert in Qt core libraries 5.9.3 -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 update the brasil flag svg to get rid of console warnings @@ -55845,19 +67885,19 @@ Alessandro Pasotti 2018-01-26 [bugfix][ogr][spatialite] Update extent when subsetstring is set in the ctor -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 fix stylesheet string for the qgsdatetimeedit widget -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 remove png flags -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 add two missing locale flags -nirvn 2018-01-26 +Mathieu Pellerin 2018-01-26 [processing] properly size toolbar button for provider actions @@ -56062,7 +68102,7 @@ Nyall Dawson 2018-01-24 Fixes #17939 -Juergen E. Fischer 2018-01-24 +Jürgen E. Fischer 2018-01-24 fix layer tooltip display @@ -56076,7 +68116,7 @@ Alessandro Pasotti 2018-01-24 Fixes #17927 Group Layers not activating when Theme is selected. -Juergen E. Fischer 2018-01-24 +Jürgen E. Fischer 2018-01-24 fix detection of 2.x project crs (followup f2b5a595) @@ -56101,11 +68141,11 @@ Denis Rouzaud 2018-01-23 - projPointOnSegment has been renamed to projectPointOnSegment - getSelfIntersections has been renamed to selfIntersections -nirvn 2018-01-24 +Mathieu Pellerin 2018-01-24 [processing] don't modify output filename in build virtual raster -nirvn 2018-01-24 +Mathieu Pellerin 2018-01-24 [processing] add default extension to empty filter when available @@ -56663,11 +68703,11 @@ Borys Jurgiel 2018-01-20 [Plugin manager] SVG voting stars -nirvn 2018-01-17 +Mathieu Pellerin 2018-01-17 [map themes] avoid projection version debug msg spam by default -nirvn 2018-01-17 +Mathieu Pellerin 2018-01-17 [map themes] avoid writing empty style to layer @@ -57017,15 +69057,15 @@ pierre-eric 2017-12-18 Fixes #17668 -nirvn 2018-01-17 +Mathieu Pellerin 2018-01-17 fix type in map layer's exportNamedStyle() for min scale value -nirvn 2018-01-17 +Mathieu Pellerin 2018-01-17 use native separators for message bar hyperlinks -nirvn 2018-01-17 +Mathieu Pellerin 2018-01-17 [ui] add hyperlink to saved vector/raster in the message bar @@ -57092,7 +69132,7 @@ Nyall Dawson 2018-01-15 Since it's functionality is a subset of the native c++ "buffer" algorithm, it's no longer required. -nirvn 2018-01-16 +Mathieu Pellerin 2018-01-16 [processing] fix gdal's ogrinfo algorithm @@ -57179,7 +69219,7 @@ Nyall Dawson 2018-01-16 insert them at the dropped location. Otherwise the drop indicator line is misleading. -nirvn 2018-01-16 +Mathieu Pellerin 2018-01-16 move the iconsize setting into the qgis group, part 2 @@ -57237,7 +69277,7 @@ Nyall Dawson 2018-01-15 Hammers providers by iterating through features from multiple threads -nirvn 2018-01-16 +Mathieu Pellerin 2018-01-16 place the iconsize setting inside the qgis group @@ -57333,7 +69373,7 @@ lbartoletti 2018-01-15 Merge branch 'usr_bin_env' of https://github.com/lbartoletti/QGIS into usr_bin_env -volaya 2018-01-15 +Víctor Olaya 2018-01-15 [processing] added missing method to custom field calculator dialog @@ -57456,7 +69496,7 @@ Harrissou Sant-anna 2017-12-29 Add precision to message -Juergen E. Fischer 2018-01-14 +Jürgen E. Fischer 2018-01-14 avoid including GDAL C++ api (fixes #17849) @@ -57464,11 +69504,11 @@ Harrissou Sant-anna 2018-01-14 Avoid translated name for fields when creating a new gpkg layer (#6058) -Juergen E. Fischer 2018-01-13 +Jürgen E. Fischer 2018-01-13 debian packaging: add bionic -Juergen E. Fischer 2018-01-13 +Jürgen E. Fischer 2018-01-13 translation string fix @@ -57559,7 +69599,7 @@ Alessandro Pasotti 2018-01-11 [layout] Import guides from 2.x composition Merge: 90c07ef045 0bc3d68162 -rldhont 2018-01-11 +D'Hont René-Luc 2018-01-11 Merge pull request #6038 from rldhont/server-qgis3-imagequality @@ -57571,7 +69611,7 @@ Alessandro Pasotti 2018-01-11 Also renamed some .ui variables -rldhont 2018-01-11 +D'Hont René-Luc 2018-01-11 [BUGFIX][Server] imageQuality has to be used for JPEG images not PNG @@ -58011,7 +70051,7 @@ Nyall Dawson 2018-01-09 Fix some numeric parameters which should be doubles -Nathan Woodrow 2018-01-09 +Nathan Woodrow 2018-01-09 Fix Windows build warnings @@ -58151,7 +70191,7 @@ Nyall Dawson 2018-01-07 Fix crash when deleting multiframe item child frames -Juergen E. Fischer 2018-01-07 +Jürgen E. Fischer 2018-01-07 translation string fix @@ -58189,7 +70229,7 @@ Nyall Dawson 2018-01-07 Better to use expression variables to meet the same use case. -Tim Sutton 2018-01-07 +Tim Sutton 2018-01-07 Fix metadata qmd restore issues described here: https://github.com/qgis/QGIS/pull/5379#issuecomment-355410105 @@ -58310,7 +70350,7 @@ Matthias Kuhn 2018-01-05 Remove double import; Followup ab05bfb -Juergen E. Fischer 2018-01-05 +Jürgen E. Fischer 2018-01-05 packaging updates @@ -58889,11 +70929,11 @@ Martin Dobias 2018-01-05 [3d] Fix a crash when restoring a project with bad layer ref (fixes #17687) -Juergen E. Fischer 2018-01-04 +Jürgen E. Fischer 2018-01-04 oracle provider: adapt to ab05bfb1 -Juergen E. Fischer 2018-01-04 +Jürgen E. Fischer 2018-01-04 translation string updates (incl. better translatable date time widget help) @@ -58910,7 +70950,7 @@ Matthias Kuhn 2018-01-04 If this is not guaranteed (and the dependant application is compiled without QGISDEBUG while libqgis_core.so is compiled with QGISDEBUG) will result in different class definitions being found in header and library. For example for the optional QgsCoordinateTransform::mHasContext member. This in turn leads to crashes with funky traces and no chance to find out what's going on. -Juergen E. Fischer 2018-01-04 +Jürgen E. Fischer 2018-01-04 fix translation text @@ -59419,15 +71459,15 @@ Tom Kralidis 2017-12-22 MetaSearch: remove duplicate field -Webmaster 2017-12-22 +Mathieu Pellerin 2017-12-22 fix success icon for message bar items -Webmaster 2017-12-22 +Mathieu Pellerin 2017-12-22 [layouts] use a success message bar item when exporting -Webmaster 2017-12-22 +Mathieu Pellerin 2017-12-22 [ui] style message bar hyperlinks based on type @@ -59542,11 +71582,11 @@ Mathieu Pellerin 2017-12-21 Merge pull request #5921 from nirvn/layout_item_icon -nirvn 2017-12-21 +Mathieu Pellerin 2017-12-21 [layouts] use gray icons for the items panel -nirvn 2017-12-20 +Mathieu Pellerin 2017-12-20 [layouts] add icons for items and use those in the items panel @@ -59854,7 +71894,7 @@ Nyall Dawson 2017-12-19 Add method to ensure file name string is safe -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 Don't copy default themes to user folder @@ -60043,7 +72083,7 @@ Nyall Dawson 2017-12-18 Add unit test for pdf exports -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 Setup QgsSettings in the correct order @@ -60065,25 +72105,25 @@ Nyall Dawson 2017-12-18 Fix creation of QgsCoordinateReferenceSystem from "user:xxxx" strings -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 Fix drag and drop for qgz files. List in browser -Juergen E. Fischer 2017-12-17 +Jürgen E. Fischer 2017-12-17 include qgscoordinatetransformcontext_p.h in install -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 enableAutoGeometryRestore dialog updates -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 Generate safe widget name in QgsWidgetStateHelper Assert is a bit rough here so just warn devs -Nathan Woodrow 2017-12-18 +Nathan Woodrow 2017-12-18 Fix #17579 - Use guid to make temp file name for zip file @@ -60596,7 +72636,7 @@ Alexander Bruy 2017-12-15 [FEATURE][processing][needs-docs] add find and replace functionality to script editor -nirvn 2017-12-15 +Mathieu Pellerin 2017-12-15 [ui] fix toggle panel visibility action Prior to this fix, the action would have to be triggered @@ -60616,7 +72656,7 @@ Nyall Dawson 2017-12-15 Add a unit test for missing datum transforms Merge: ac6d251859 b8f708ff1b -rldhont 2017-12-15 +D'Hont René-Luc 2017-12-15 Merge pull request #5561 from pvalsecc/wms_ogc_filters @@ -60655,7 +72695,7 @@ Nyall Dawson 2017-12-15 Update unit test -nirvn 2017-12-15 +Mathieu Pellerin 2017-12-15 [ui] add some spacing for the projection selection widget @@ -60673,7 +72713,7 @@ Mathieu Pellerin 2017-12-15 Smallt tweaks for add and create layer icons -nirvn 2017-12-15 +Mathieu Pellerin 2017-12-15 [ui] fix node size of the create vector layer icon @@ -60972,11 +73012,11 @@ Nyall Dawson 2017-12-15 Links are opened using QDesktopServices::openUrl, i.e. the default OS handler for that link type -nirvn 2017-12-15 +Mathieu Pellerin 2017-12-15 [ui] add vector layer icon color improvement -nirvn 2017-12-15 +Mathieu Pellerin 2017-12-15 [ui] harmonize asf & asm providers icon color @@ -61094,11 +73134,11 @@ Alexander Bruy 2017-12-11 Adapt native algorithms -nirvn 2017-12-14 +Mathieu Pellerin 2017-12-14 [ui] harmonize geopackage icon size -nirvn 2017-12-14 +Mathieu Pellerin 2017-12-14 [ui] harmonize geonode icon color and size @@ -61184,19 +73224,19 @@ David 2017-12-13 only the scale line edit has the minimum size instead of the whole scale widget coordinates line edit size is now dynamic depending on the coordinate value -volaya 2017-12-13 +Víctor Olaya 2017-12-13 [processing] Set value of unused optional layer parameters to None instead of empty string -volaya 2017-12-13 +Víctor Olaya 2017-12-13 [processing] fixed parsing of integer parameters -volaya 2017-12-13 +Víctor Olaya 2017-12-13 [Processing] correctly report missing layers in postprocessing task -volaya 2017-12-13 +Víctor Olaya 2017-12-13 [processing] fixed saga algs descriptions @@ -61257,7 +73297,7 @@ Matthias Kuhn 2017-12-12 Embedded relref widget: less functionality -nirvn 2017-12-13 +Mathieu Pellerin 2017-12-13 [spatialite provider] take into account possible quotation marks for primary key column @@ -61274,7 +73314,7 @@ Nyall Dawson 2017-12-13 Fixes #17591 -Juergen E. Fischer 2017-12-12 +Jürgen E. Fischer 2017-12-12 spelling fixes @@ -61488,7 +73528,7 @@ Alessandro Pasotti 2017-12-11 Remove dependency on deprecated QtScript library -nirvn 2017-12-11 +Mathieu Pellerin 2017-12-11 Add non spatial option to create spatialite layer dialog @@ -61521,7 +73561,7 @@ Alexander Bruy 2017-12-07 add supportedFiltersAndFormats() method to QgsRasterFileWriter -Nathan Woodrow 2017-12-11 +Nathan Woodrow 2017-12-11 Add PWD to prepare-commit @@ -61536,15 +73576,15 @@ Mathieu Pellerin 2017-12-11 [spatialite provider] Fix ZM support -nirvn 2017-12-11 +Mathieu Pellerin 2017-12-11 [spatialite provider] refresh connections when creating a db and/or layer -nirvn 2017-12-11 +Mathieu Pellerin 2017-12-11 Add Z/M test case to the spatialite provider -nirvn 2017-12-08 +Mathieu Pellerin 2017-12-08 [spatialite provider] Fix ZM support @@ -61750,7 +73790,7 @@ Etienne Trimaille 2017-12-07 add missing include for macos -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 Fix new geopackage layer test @@ -61761,15 +73801,15 @@ Mathieu Pellerin 2017-12-07 Use QgsFileWidget in several dialogs -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 [ui] use qgsfilewidget in the save raster as dialog -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 [ui] use qgsfilewidget in the save vector as dialog -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 [ui] use qgsfilewidget in the create geopackage layer dialog @@ -61777,11 +73817,11 @@ Alessandro Pasotti 2017-12-07 Adjust colorramp height on HiDPI screens -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 [ui] use qgsfilewidget in the create shapefile layer dialog -nirvn 2017-12-07 +Mathieu Pellerin 2017-12-07 [file widget] add a save file mode to allow file creation @@ -61994,7 +74034,7 @@ Matthias Kuhn 2017-12-06 Fix #17647 -Juergen E. Fischer 2017-12-06 +Jürgen E. Fischer 2017-12-06 use 'close' on last tab of message log viewer to clear it @@ -62379,7 +74419,7 @@ Martin Dobias 2017-12-01 orders of magnitude lower. So for the time being it is safer to disable 3D view for unprojected CRS and just let the user choose a projected CRS for the project. -nirvn 2017-12-02 +Mathieu Pellerin 2017-12-02 Enable preview jobs to improve projection map UX when dragging around @@ -62720,11 +74760,11 @@ Blottiere Paul 2017-11-30 Fixes typos in auxiliary storage documentation -Tim Sutton 2017-11-30 +Tim Sutton 2017-11-30 Fix processing errors on startup and execution on MacOS (#5769) -nirvn 2017-11-30 +Mathieu Pellerin 2017-11-30 [processing] fix DlgModeler.ui layout warnings @@ -63087,23 +75127,23 @@ Nyall Dawson 2017-11-27 Fix regexp_substr expression function returning whole match instead of captured group -Nathan Woodrow 2017-11-27 +Nathan Woodrow 2017-11-27 Update API break docs -Nathan Woodrow 2017-11-27 +Nathan Woodrow 2017-11-27 Fix #17510 - Better scoping of QgsProjectionSelectionDialog inside QgsProjectionSelectionWidget -Nathan Woodrow 2017-11-27 +Nathan Woodrow 2017-11-27 Remove bound sync from crssync. Not longer needed -Nathan Woodrow 2017-11-27 +Nathan Woodrow 2017-11-27 Update srs.db with new bounds -Nathan Woodrow 2017-11-27 +Nathan Woodrow 2017-11-27 Update bounds srs.db in source from epsg db @@ -63322,11 +75362,11 @@ Alessandro Pasotti 2017-11-24 Add return cases to the docs and fully qualified enums -nirvn 2017-11-24 +Mathieu Pellerin 2017-11-24 [processing] move grass & saga version number to tooltips -rldhont 2017-11-16 +D'Hont René-Luc 2017-11-16 [BUGFIX][Spatialite] Setting default value in loadFields with the right index @@ -63684,11 +75724,11 @@ Martin Dobias 2017-11-23 to the new base, the Z coordinates were considered zero (which worked only when all points were on the same plane). -Alessandro Pasotti 2017-11-23 +Alessandro Pasotti 2017-11-23 Update tests -Alessandro Pasotti 2017-11-23 +Alessandro Pasotti 2017-11-23 QgsVectorLayer code cleaning use enums instead of int @@ -63712,7 +75752,7 @@ Nyall Dawson 2017-11-23 Note that the unit test exposes a different bug in the tesselator, which should also be fixed... -nirvn 2017-11-23 +Mathieu Pellerin 2017-11-23 [node editor] fix crash when editor is open and feature deleted @@ -63720,7 +75760,7 @@ Borys Jurgiel 2017-11-23 Fix #15627: missing plugin icons in Plugin Manager -Alessandro Pasotti 2017-11-23 +Alessandro Pasotti 2017-11-23 [ui][bugfix] lineedit add margin for X icon @@ -63728,7 +75768,7 @@ Alessandro Pasotti 2017-11-23 Needs backporting -Alessandro Pasotti 2017-11-23 +Alessandro Pasotti 2017-11-23 [ui][hidpi] Form line edit: compute icon size instead of hardcoding @@ -63821,7 +75861,7 @@ Borys Jurgiel 2017-11-22 Install missing icon -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 [bugfix][wms] Fix GetFeatureInfo @@ -63840,7 +75880,7 @@ Matthias Kuhn 2017-11-22 Fix #17521 -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 [bugfix] Add some more logic to get the schema name if empty @@ -63875,7 +75915,7 @@ Blottiere Paul 2017-11-22 [server] Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics) -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 [bugfix] Crash on raster layer render change from python @@ -63883,7 +75923,7 @@ Alessandro Pasotti 2017-11-22 Requires backporting -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 [bugfix] Browser panel D&D a layer onto a postgresql connection tree node icon fails without notice @@ -63922,7 +75962,7 @@ Alessandro Pasotti 2017-11-22 [offline-editing] Add a warning icon and tooltip to WFS sources -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 Rewording of warning message for WFS unstable pk @@ -63961,13 +76001,13 @@ Blottiere Paul 2017-11-22 [bugfix] Fixes #17450 by correctly setting the join info ordered list -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 [app][bugfix] Update layer editable state when filter is changed Fixes #17507 -Alessandro Pasotti 2017-11-22 +Alessandro Pasotti 2017-11-22 Initialize some more vars to make Valgrind happy @@ -64009,7 +76049,7 @@ Nyall Dawson 2017-11-22 fix #17456 improve CRS display in the metadata tab -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 Initialize some vars to make Valgrind happy @@ -64021,23 +76061,23 @@ Etienne Trimaille 2017-11-21 fix #17456 improve CRS display in the metadata tab -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [ogr] Re-compute capabilities when a subset string is changed -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [app] Don't trigger repaint twice -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [app] Use unique pointer for query builder -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [grass] Fix build for metadata->htmlMetadata -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [offline-editing] Add a warning icon and tooltip to WFS sources @@ -64095,7 +76135,7 @@ Mathieu Pellerin 2017-11-21 - rework wording for Z dimension and M values - disable z and m checkboxes when geometry type is non spatial -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [bugfix][auth] 2to3 settings migrate authcfg for WMS/WFS @@ -64108,13 +76148,13 @@ Matthias Kuhn 2017-11-21 [FEATURE] Search widget for relations using aggregates -Alessandro Pasotti 2017-11-21 +Alessandro Pasotti 2017-11-21 [ogr] Implement skipConstraintsCheck for fid With test. -nirvn 2017-11-21 +Mathieu Pellerin 2017-11-21 Add @nirvn to AUTHORS, fix missing tab for Paul B. @@ -64126,7 +76166,7 @@ Matthias Kuhn 2017-11-21 Add missing api documentation -nirvn 2017-11-21 +Mathieu Pellerin 2017-11-21 @nirvn is a committer @@ -64146,7 +76186,7 @@ Matthias Kuhn 2017-11-20 Hide search widget tool button for aggregate search -Alessandro Pasotti 2017-11-20 +Alessandro Pasotti 2017-11-20 [ogr] Pass default value (-1) for fid columns @@ -64209,7 +76249,7 @@ Matthias Kuhn 2017-11-20 Fix memory leaks by using sqlite3_close_v2 -Alessandro Pasotti 2017-11-20 +Alessandro Pasotti 2017-11-20 Fix test for primary key constraints @@ -64219,7 +76259,7 @@ Harrissou Sant-anna 2017-11-20 with the destination format, instead of simply disabling it. -Alessandro Pasotti 2017-11-20 +Alessandro Pasotti 2017-11-20 [bugfix] Editing a GPKG layer added by d&d leads @@ -64273,11 +76313,11 @@ Alessandro Pasotti 2017-11-20 [bugfix] virtual layer test crash -Alessandro Pasotti 2017-11-20 +Alessandro Pasotti 2017-11-20 Modernize code (remove "on" from slots) -Alessandro Pasotti 2017-11-20 +Alessandro Pasotti 2017-11-20 [bugfix] Do not crash when testing empty virtual layers @@ -64480,25 +76520,25 @@ Daniele Viganò 2017-11-16 Fedora 26 now provides Qt 5.9, enable 3D in rpm spec for it -Alessandro Pasotti 2017-11-17 +Alessandro Pasotti 2017-11-17 [bugfix] Fix WFS in metasearch Fixes #17347 -Alessandro Pasotti 2017-11-17 +Alessandro Pasotti 2017-11-17 [bugfix] Fix WMS in metasearch Merge: 48c320beb0 861987daa3 -rldhont 2017-11-17 +D'Hont René-Luc 2017-11-17 Merge pull request #5664 from rldhont/server-getfeatureinfo-raster-display [BUGFIX][Server] GetFeaturInfo: do not identify raster data if point … Merge: d590e98c3f ca8d82ff4c -Even Rouault 2017-11-16 +Even Rouault 2017-11-16 Merge pull request #5649 from rouault/settings_main_canvas_preview_jobs @@ -64517,17 +76557,17 @@ David 2017-11-16 improvement of the tooltip. more info, how to activate the duplicate button. -rldhont 2017-11-16 +D'Hont René-Luc 2017-11-16 [BUGFIX][Server] GetFeaturInfo: do not identify raster data if point not contains Manual forwardporting with enhancement for raster data values displayed -Alessandro Pasotti 2017-11-16 +Alessandro Pasotti 2017-11-16 [auth] Morph the mutex from a pointer to a member var -Alessandro Pasotti 2017-11-15 +Alessandro Pasotti 2017-11-15 [auth] Thread safe auth methods with recursive mutex @@ -64659,11 +76699,11 @@ Matthias Kuhn 2017-11-15 Bump minimum spatialite version to 4.2 -nirvn 2017-11-16 +Mathieu Pellerin 2017-11-16 Save non-pinned recent projects below pinned ones -nirvn 2017-11-16 +Mathieu Pellerin 2017-11-16 Update recent project menu upon pin/unpin/remove actions @@ -64704,14 +76744,14 @@ Even Rouault 2017-11-15 [Spatialite provider] Properly destroy QgsSpatiaLiteConnPool singleton at provider unloading. Should fix frequent crash in PyQgsServerWMS on Travis (fixes #17447) Merge: 31299b0c3b 670764d14c -Even Rouault 2017-11-15 +Even Rouault 2017-11-15 Merge pull request #5632 from rouault/gdal_shared_instance [GDAL provider] Use same underlying GDAL dataset for clone() (fixes #16006) Merge: bc90210e4f 4ce1752157 -Even Rouault 2017-11-15 +Even Rouault 2017-11-15 Merge pull request #5646 from rouault/fix_16966 @@ -64885,7 +76925,7 @@ Sandro Mani 2017-11-15 [Geometry checker] Remove unused include -Alessandro Pasotti 2017-11-15 +Alessandro Pasotti 2017-11-15 [auth] Simplify code and add a *.* filter for certs and keys selection @@ -64896,7 +76936,7 @@ Alessandro Pasotti 2017-11-15 Fixes #17466: DB Manager does not refresh correctly map in layer preview -Tim Sutton 2017-11-15 +Tim Sutton 2017-11-15 Fix #17444 : GeoNode data provider completely ignores authentication (#5634) @@ -65028,7 +77068,7 @@ Even Rouault 2017-11-14 This will improve efficiency of GDAL block cache during raster rendering, since the cached blocks are only valid during GDALDataset instance lifetime. -Alessandro Pasotti 2017-11-14 +Alessandro Pasotti 2017-11-14 [auth] Moved the PEM/DER sniffing to a common private function @@ -65036,29 +77076,29 @@ Alexander Bruy 2017-11-14 correctly create new function file (fix #16752) -Alessandro Pasotti 2017-11-14 +Alessandro Pasotti 2017-11-14 Disable PG test -Alessandro Pasotti 2017-11-14 +Alessandro Pasotti 2017-11-14 [auth][ogr] Added test cases for all supported drivers -Alessandro Pasotti 2017-11-14 +Alessandro Pasotti 2017-11-14 [ogr][auth] Add geojson username/password test -Alessandro Pasotti 2017-11-03 +Alessandro Pasotti 2017-11-03 [auth] Add tests for Basic auth CAs on OGR and PG providers -Alessandro Pasotti 2017-11-03 +Alessandro Pasotti 2017-11-03 [auth] Add trusted root CAs to OGR PG connnections -Alessandro Pasotti 2017-11-02 +Alessandro Pasotti 2017-11-02 Always use expanded URI for connection pooling @@ -65216,19 +77256,19 @@ Even Rouault 2017-11-13 [WFS provider] Add NAMESPACES= parameter to GetFeature requests when needed (fixes #14685) -Alessandro Pasotti 2017-11-02 +Alessandro Pasotti 2017-11-02 Overridden dataSourceUri for OGR -Alessandro Pasotti 2017-11-02 +Alessandro Pasotti 2017-11-02 [auth][feature][ogr] Hide credentials from URI, use authcfg -Alessandro Pasotti 2017-11-02 +Alessandro Pasotti 2017-11-02 Fix QGIS server test HTTP Basic auth with streaming -Alessandro Pasotti 2017-11-02 +Alessandro Pasotti 2017-11-02 [auth][ogr][feature] Add basic authentication to selected OGR sources @@ -65246,25 +77286,25 @@ Even Rouault 2017-11-13 [OGR provider] Support 64bit FID (partially implemented per 8f3d44d4e9321efc035a6080b161f5dd48d4f230 in master) (fixes #16404) -Alessandro Pasotti 2017-11-13 +Alessandro Pasotti 2017-11-13 Remove unused code -nirvn 2017-11-13 +Mathieu Pellerin 2017-11-13 try to make travis happy -Alessandro Pasotti 2017-11-13 +Alessandro Pasotti 2017-11-13 Remove OK button and add CLOSE Yes, it's one more click to quit, but more intuitive UI -Alessandro Pasotti 2017-11-13 +Alessandro Pasotti 2017-11-13 Iterate over const -nirvn 2017-11-13 +Mathieu Pellerin 2017-11-13 Use vertex iterator @@ -65287,13 +77327,13 @@ Harrissou Sant-anna 2017-11-12 Add tab order and enable help button -Alessandro Pasotti 2017-11-13 +Alessandro Pasotti 2017-11-13 Add extra checks to PEM encoding test Not really necessary but for extra safety -Alessandro Pasotti 2017-11-13 +Alessandro Pasotti 2017-11-13 Added various line endings PEM tests @@ -65311,7 +77351,7 @@ Nyall Dawson 2017-11-13 Fix issues with custom CRS dialog -Nathan Woodrow 2017-11-13 +Nathan Woodrow 2017-11-13 Tweak crash message @@ -65323,7 +77363,7 @@ Nyall Dawson 2017-11-13 Fix crash when clearing all nodes using node tool -Nathan Woodrow 2017-11-13 +Nathan Woodrow 2017-11-13 Fix #12932 - Send and show layer load errors to user @@ -65337,7 +77377,7 @@ Nyall Dawson 2017-11-13 Fixes #17257 -nirvn 2017-11-13 +Mathieu Pellerin 2017-11-13 Optimize extract nodes algorithm @@ -65351,7 +77391,7 @@ Nyall Dawson 2017-11-13 Refs #17257 -Nathan Woodrow 2017-11-13 +Nathan Woodrow 2017-11-13 [MSSQL] Don't add constraints for identity columns @@ -65362,7 +77402,7 @@ Nyall Dawson 2017-11-13 Fix return type for QgsCoordinateReferenceSystem::saveAsUserCrs -Nathan Woodrow 2017-11-13 +Nathan Woodrow 2017-11-13 uh oh ;) @@ -65372,7 +77412,7 @@ Kristian Thy 2017-11-13 * Fix #17387: MSSQL provider fails to load UNIQUEIDENTIFIER fields -Juergen E. Fischer 2017-11-12 +Jürgen E. Fischer 2017-11-12 fix warnings and translation strings @@ -65389,7 +77429,7 @@ Even Rouault 2017-11-12 QgsOgrLayerItem(): avoid useless dataset opening Merge: 3ff0f69794 97020ff17d -Jürgen Fischer 2017-11-12 +Jürgen E. Fischer 2017-11-12 Merge pull request #5610 from landryb/fix/32-bits-build @@ -65403,11 +77443,11 @@ Alexander Bruy 2017-11-11 improve layout in Python init function editor (fix #17428) -Nathan Woodrow 2017-11-12 +Nathan Woodrow 2017-11-12 Fix windows build -Nathan Woodrow 2017-11-11 +Nathan Woodrow 2017-11-11 Add local symbols to stack trace in crash @@ -65494,7 +77534,7 @@ Nyall Dawson 2017-11-11 Use clang-tidy modernize-use-default-member-init to modernize initializers Merge: a65f072b71 95feb87d3b -Even Rouault 2017-11-10 +Even Rouault 2017-11-10 Merge pull request #5601 from rouault/unblacklist_PyQgsDBManagerGpkg @@ -65505,7 +77545,7 @@ Even Rouault 2017-11-10 Fix DBManager + PyQgsDBManagerGpkg and unblack list it for Travis-CI Merge: f97a011f96 0ba03e59ee -Even Rouault 2017-11-10 +Even Rouault 2017-11-10 Merge pull request #5598 from rouault/gdal_ogr_extensions @@ -65560,7 +77600,7 @@ Blottiere Paul 2017-11-10 [server][bugfix] Fixes #17400 by returning an empty response instead of an exception -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 [bugfix][postgresql] Fix crashes on featureCount() @@ -65584,36 +77624,36 @@ Blottiere Paul 2017-11-10 Fixes #16852 by adding click_x and click_y variables to resolve actions -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 [auth] New test cases for EC SSL Keys and encodings -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 [auth] Also parse EC keys and get encoding from content Merge: f8cbc42dca f2abcf2deb -Jürgen Fischer 2017-11-10 +Jürgen E. Fischer 2017-11-10 Merge pull request #5596 from boundlessgeo/bugfix-5212-ogr-proxy [bugfix] Apply proxy configuration to OGR connections -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 Spelling -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 [tests] Brand new C++ test and new py test case for ogr proxy -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 Skip proxy auth settings if proxy is disabled This does not really change anything but it makes more sense -Alessandro Pasotti 2017-11-10 +Alessandro Pasotti 2017-11-10 [bugfix] Apply proxy configuration to OGR connections @@ -65772,7 +77812,7 @@ Nyall Dawson 2017-11-10 http://bugreports.qt.io/browse/QTBUG-64413 https://lists.osgeo.org/pipermail/qgis-developer/2017-November/050456.html -Nathan Woodrow 2017-11-10 +Nathan Woodrow 2017-11-10 [FIX] Make the correct location for crash report @@ -65789,7 +77829,7 @@ Harrissou Sant-anna 2017-11-09 Clarify where and what Log Messages is Merge: 4c1ff1cdbd 29c71f43af -Larry Shaffer 2017-11-09 +Larry Shaffer 2017-11-09 Merge pull request #5531 from boundlessgeo/fix-libpaths-update @@ -65949,7 +77989,7 @@ Nyall Dawson 2017-08-15 Start bringing back saga algs - split RGB bands Merge: 022f6cfd21 c3e15f5228 -Even Rouault 2017-11-09 +Even Rouault 2017-11-09 Merge pull request #5580 from rouault/fix_QgsRasterFileWriter_geopackage @@ -65963,7 +78003,7 @@ Blottiere Paul 2017-11-09 [server][bugfix] Fixes #17401 by replacing '+' symbol by space Merge: d8a3c67fa5 426b8dbc46 -Even Rouault 2017-11-09 +Even Rouault 2017-11-09 Merge pull request #5576 from rouault/wfst10_test_qt5 @@ -65978,7 +78018,7 @@ Even Rouault 2017-11-09 you get a 4 band RGBA dataset, due to the fact that GeoPackage doesn't explicitly store the number of bands. Thus the 4th band (alpha) was never written by the QgsRasterFileWriter logic. -Alessandro Pasotti 2017-11-09 +Alessandro Pasotti 2017-11-09 Because spellchecker does not like slippy maps @@ -66009,7 +78049,7 @@ gacarrillor 2017-11-09 That is, no need to load layers into the layer tree nor make them active. -Alessandro Pasotti 2017-11-09 +Alessandro Pasotti 2017-11-09 [tests] Add missing import when no auth is required @@ -66021,7 +78061,7 @@ Even Rouault 2017-11-09 [WFS provider] Fix deadlock when adding WFS layer to project from Python console (fixes #17087) -Alessandro Pasotti 2017-11-09 +Alessandro Pasotti 2017-11-09 [tests] Add XYX slippy map to test QGIS server @@ -66048,11 +78088,11 @@ Blottiere Paul 2017-11-09 Fixes #17401 by replacing '+' symbol by space -Juergen E. Fischer 2017-11-09 +Jürgen E. Fischer 2017-11-09 fix TestQgsFileDownloader::testLacksWritePermissionsError (followup f06ea878) -Alessandro Pasotti 2017-11-09 +Alessandro Pasotti 2017-11-09 [auth] Remove unused accessor to mutex @@ -66138,7 +78178,7 @@ David 2017-11-08 scroll area for attribute type config, but no scroll area for whole tab set attribute type config to invisible when a container box is selected -Nathan Woodrow 2017-11-09 +Nathan Woodrow 2017-11-09 Don't quote symbol path in crash @@ -66183,7 +78223,7 @@ David 2017-11-08 Fix #17409 -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 [bugfix] Fixes QgsFileDownloader abort on error @@ -66193,7 +78233,7 @@ Alessandro Pasotti 2017-11-08 Requires backport -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 Add a test case for unwriteable folders in file downloader @@ -66209,15 +78249,15 @@ Alessandro Pasotti 2017-11-08 [bugfix] Project use rw context -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 Removed Q_UNUSED -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 [auth][bugfix] Tests for the new SSL key loading logic -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 [auth][bugfix] Import pvt keys with unknown file extension @@ -66258,7 +78298,7 @@ Blottiere Paul 2017-11-07 Re enable WMS server tests -Alessandro Pasotti 2017-11-08 +Alessandro Pasotti 2017-11-08 Removed unused code @@ -66307,7 +78347,7 @@ Nyall Dawson 2017-11-08 More use of unique_ptrs to simplify sqlite3 memory management -Juergen E. Fischer 2017-11-07 +Jürgen E. Fischer 2017-11-07 followup a1024905b @@ -66345,19 +78385,19 @@ Nyall Dawson 2017-11-08 Fix gross indentation format -Juergen E. Fischer 2017-11-07 +Jürgen E. Fischer 2017-11-07 about translators: grey background, centered flags, replace flag for german -Juergen E. Fischer 2017-11-07 +Jürgen E. Fischer 2017-11-07 fix windows warnings -Juergen E. Fischer 2017-11-07 +Jürgen E. Fischer 2017-11-07 fix override warning -Alessandro Pasotti 2017-11-07 +Alessandro Pasotti 2017-11-07 Typo @@ -66367,11 +78407,11 @@ Tom Elwertowski 2017-11-07 If both are on separate paths and geos is first, case-insensitive macOS will include (geos) spatialIndex.h instead of SpatialIndex.h -Alessandro Pasotti 2017-11-07 +Alessandro Pasotti 2017-11-07 Test for relative/absolute paths in projects -Alessandro Pasotti 2017-11-07 +Alessandro Pasotti 2017-11-07 [bugfix] Pass QgsReadWriteContext into project XML r/w @@ -66443,13 +78483,13 @@ Alessandro Pasotti 2017-11-07 [bugfix] Prevent a bad crash when provider is wrong -Alessandro Pasotti 2017-11-07 +Alessandro Pasotti 2017-11-07 [bugfix] Prevent a bad crash when provider is wrong Fixes #17155 -Alessandro Pasotti 2017-11-07 +Alessandro Pasotti 2017-11-07 [bugfix] Use QgsApplication.authManager() @@ -66882,7 +78922,7 @@ Nyall Dawson 2017-11-07 Fix FreeBSD build -Juergen E. Fischer 2017-11-06 +Jürgen E. Fischer 2017-11-06 add SVG translation flags @@ -66905,7 +78945,7 @@ Borys Jurgiel 2017-11-06 Missing docstrings -Alessandro Pasotti 2017-11-06 +Alessandro Pasotti 2017-11-06 getter return not-const list of errors @@ -66920,7 +78960,7 @@ David 2017-11-06 suppress form combo takes the default value from the settings fixed troubles on loading gui -Alessandro Pasotti 2017-11-06 +Alessandro Pasotti 2017-11-06 const range loop iterators @@ -66941,17 +78981,17 @@ David 2017-11-06 improved layout some tooltips -Alessandro Pasotti 2017-11-06 +Alessandro Pasotti 2017-11-06 Minor change: QString -> QStringLiteral in some debug messages -Alessandro Pasotti 2017-11-06 +Alessandro Pasotti 2017-11-06 [auth][bugfix] Migrate qgis-auth.db from QGIS 2 to 3 Fixes #17403 -Alessandro Pasotti 2017-11-06 +Alessandro Pasotti 2017-11-06 [auth][bugfix] Add a getter for error list on qgsmigrate @@ -67095,7 +79135,7 @@ Nyall Dawson 2017-11-06 Followup 24e6366, readd missing flag -Juergen E. Fischer 2017-11-05 +Jürgen E. Fischer 2017-11-05 mod_spatialite added to osgeo4w @@ -67320,7 +79360,7 @@ Matthias Kuhn 2017-10-20 Do not crash if there is no savepoint -Alessandro Pasotti 2017-11-03 +Alessandro Pasotti 2017-11-03 Disable PG auth tests @@ -67328,11 +79368,11 @@ gacarrillor 2017-11-03 Developers map: remove Name and Status terms -Alessandro Pasotti 2017-11-03 +Alessandro Pasotti 2017-11-03 [auth] Tests for Basic method uses trusted CAs -Alessandro Pasotti 2017-11-03 +Alessandro Pasotti 2017-11-03 [bugfix][auth] Basic method uses trusted CAs when connecting to DB @@ -67362,11 +79402,11 @@ Alessandro Pasotti 2017-11-03 Added QgsApplication::authManager() to API break docs -Juergen E. Fischer 2017-11-03 +Jürgen E. Fischer 2017-11-03 crash fix -Juergen E. Fischer 2017-11-03 +Jürgen E. Fischer 2017-11-03 silence astyle version check @@ -67465,7 +79505,7 @@ Borys Jurgiel 2017-11-02 Move plugin installer's settings to the [app] section -Juergen E. Fischer 2017-11-02 +Jürgen E. Fischer 2017-11-02 * include python runtime dependencies in INSTALL (followup e9d2fd67) * also update INSTALL.html (run t2tdoc target; followup 8dfa0217d) @@ -67489,7 +79529,7 @@ David 2017-11-02 attribute editor layout selection etc. -Juergen E. Fischer 2017-11-02 +Jürgen E. Fischer 2017-11-02 translation string fixes @@ -67505,7 +79545,7 @@ David 2017-11-02 final relation cardinality combobox -Juergen E. Fischer 2017-11-02 +Jürgen E. Fischer 2017-11-02 disable translation of mime types in raster layer properties @@ -67570,7 +79610,7 @@ Borys Jurgiel 2017-11-01 Merge branch 'master' of github.com:qgis/QGIS -Juergen E. Fischer 2017-11-01 +Jürgen E. Fischer 2017-11-01 add qt5-default to debian/ubuntu dependency list in INSTALL @@ -67603,7 +79643,7 @@ Nyall Dawson 2017-11-01 Fixes #17365 -Juergen E. Fischer 2017-10-29 +Jürgen E. Fischer 2017-10-29 remove remaining references to pyspatialite (followup 39816cf84) @@ -67611,7 +79651,7 @@ lbartoletti 2017-10-31 Fix issue 17355 -Juergen E. Fischer 2017-11-01 +Jürgen E. Fischer 2017-11-01 fix windows build @@ -67658,7 +79698,7 @@ Nyall Dawson 2017-10-31 [processing] Fix some issues with network analysis shortest path algs -nirvn 2017-10-31 +Mathieu Pellerin 2017-10-31 [welcome page] avoid vertical shift when pinning/unpinning projects @@ -67759,7 +79799,7 @@ Nyall Dawson 2017-10-28 Fix index out of range error in shortest path algs -nirvn 2017-10-31 +Mathieu Pellerin 2017-10-31 [welcome page] reverse chronological order for pinned projects @@ -67811,7 +79851,7 @@ Nyall Dawson 2017-10-31 Fixes #17089, #17077 -Juergen E. Fischer 2017-10-30 +Jürgen E. Fischer 2017-10-30 translation string fixes @@ -67973,7 +80013,7 @@ Nyall Dawson 2017-10-30 Drop unused variable -Juergen E. Fischer 2017-10-29 +Jürgen E. Fischer 2017-10-29 add loading of spatialite on windows and remove remaining references to pyspatialite (followup 39816cf84) @@ -67983,13 +80023,13 @@ Borys Jurgiel 2017-10-29 [Plugin manager] remove depreciated and unused stuff Merge: cfba4c4d09 6415fad072 -Jürgen Fischer 2017-10-29 +Jürgen E. Fischer 2017-10-29 Merge pull request #5493 from gacarrillor/bye_pyspatialite Bye pyspatialite -Juergen E. Fischer 2017-10-29 +Jürgen E. Fischer 2017-10-29 fix windows build @@ -68074,7 +80114,7 @@ David 2017-10-28 style Merge: 88a80e6661 4b9898b662 -Larry Shaffer 2017-10-27 +Larry Shaffer 2017-10-27 Merge pull request #5478 from boundlessgeo/auth-viable @@ -68167,14 +80207,14 @@ Martin Dobias 2017-10-27 Change vertex marker to box and segment marker to double triangle Merge: 26bd6d722e 52896f5545 -mhugent 2017-10-27 +Marco Hugentobler 2017-10-27 Merge pull request #5466 from mhugent/maptip_geometry_optional [needs-docs] Make maptip and geometry attribute optional in featureinfo response Merge: dfaabdcf6e 1592cccf60 -mhugent 2017-10-27 +Marco Hugentobler 2017-10-27 Merge pull request #5435 from mhugent/wms_print_layers @@ -68217,7 +80257,7 @@ Richard Duivenvoorde 2017-10-27 adding WITH_CLANG_TIDY as advanced, so you can build without it even if installed -Alessandro Pasotti 2017-10-27 +Alessandro Pasotti 2017-10-27 [api][auth] Removed get prefix from all getters in auth manager @@ -68251,15 +80291,15 @@ Matthias Kuhn 2017-10-27 [FEATURE] Make constraint reporting less obtrusive -nirvn 2017-10-25 +Mathieu Pellerin 2017-10-25 [offset curve tool] fix tool only working once -nirvn 2017-10-25 +Mathieu Pellerin 2017-10-25 [offset curve tool] ensure snapping is enabled when selecting feature -nirvn 2017-10-27 +Mathieu Pellerin 2017-10-27 [welcome page] preserve pinned status when saving project @@ -68315,7 +80355,7 @@ Matthias Kuhn 2017-10-27 Code improvements -Alessandro Pasotti 2017-10-27 +Alessandro Pasotti 2017-10-27 [auth] Added test cases for expired CAs and client certs @@ -68447,7 +80487,7 @@ Matthias Kuhn 2017-10-26 Make constraint reporting less obtrusive -Tim Sutton 2017-10-26 +Tim Sutton 2017-10-26 Update cmake contact to use info@qgis.org instead of my email (#5470) @@ -68456,7 +80496,7 @@ lbartoletti 2017-10-26 Fix tests forgotten in testqgsexpression.cpp Merge: 3210f8546a 11ce639a68 -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 Merge pull request #5463 from boundlessgeo/BD-2507-pki-bundle-validation @@ -68475,7 +80515,7 @@ Daniele Viganò 2017-10-26 Track libqgis_3d.so in RPM spec file Merge: 1ae0857d4b ef7a29dc53 -Larry Shaffer 2017-10-26 +Larry Shaffer 2017-10-26 Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1 @@ -68506,45 +80546,45 @@ Larry Shaffer 2017-10-26 [auth] Keep sensitive debug data commented out -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Access authmanager through application -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Remove Diffie Hellman from validated keys Because Qt does not support DH -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Add utility method to validate a PKI bundle -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Add validatePKIBundle -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Add test with client cert -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 Typo in a comment -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 Add documentation for the hostName argument -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 [auth] Add tests for the certificate chain validation routine -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 [auth] Add certificate chain validation routine -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 [auth] Add PEM test certificate chain @@ -68739,11 +80779,11 @@ Nyall Dawson 2017-10-26 [processing] correctly handle layers without attributes in GDAL-based geoprocessing algorithms (fix #17287) -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Minor comment rewording -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] bulletproof QgsAuthManager singleton to make server happy @@ -68784,23 +80824,23 @@ David 2017-10-26 improved api doc -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Removed profile splash information for auth manager (now done in initQgis) -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 [auth] Removed instance and ctor from bindings -Alessandro Pasotti 2017-10-25 +Alessandro Pasotti 2017-10-25 Clean auth DB path with cleanPath -Alessandro Pasotti 2017-10-24 +Alessandro Pasotti 2017-10-24 Add missing import -Alessandro Pasotti 2017-10-24 +Alessandro Pasotti 2017-10-24 [auth] Authmanager singleton removal from API @@ -68811,7 +80851,7 @@ Nyall Dawson 2017-10-26 allow pipe character in filepath in processing -Alessandro Pasotti 2017-10-26 +Alessandro Pasotti 2017-10-26 Fix test after QgsFileDownloader move to core and API change @@ -69253,7 +81293,7 @@ Matthias Kuhn 2017-10-17 will still be done on travis. Merge: bb21395e3d c99388804a -mhugent 2017-10-24 +Marco Hugentobler 2017-10-24 Merge pull request #5396 from mhugent/server_wms_print_layers @@ -69272,15 +81312,15 @@ Sandro Mani 2017-10-24 Make QgsVScrollArea inherit QgsScrollArea -Alessandro Pasotti 2017-10-24 +Alessandro Pasotti 2017-10-24 [auth] Tooltip minor rewording -Alessandro Pasotti 2017-10-24 +Alessandro Pasotti 2017-10-24 [auth] translate menu actions -Alessandro Pasotti 2017-10-24 +Alessandro Pasotti 2017-10-24 [auth] Added recommended and tooltip @@ -69346,11 +81386,11 @@ lbartoletti 2017-10-23 Adds a C++ version of the "ststion lines" plugin as a new processing algorithm for creating transect lines. -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Typo in comment -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Add connection cache clear options @@ -69371,11 +81411,11 @@ Gary Sherman 2017-10-23 Remove invalid decode statements from plugin installer -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Removed configuration checkbox for auto clear -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Reverted to previous GUI @@ -69787,16 +81827,16 @@ Marco Hugentobler 2017-10-23 Add the possibility to publish the url of WMS/WMTS layers and to advertize them as background layers for the webmap in GetProjectSettings -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Menu option and configuration for auto clear auth cache -Alessandro Pasotti 2017-10-23 +Alessandro Pasotti 2017-10-23 [auth] Clear network authentication cache on SSL errors Merge: a6964b51bc 1822b76c1a -Even Rouault 2017-10-23 +Even Rouault 2017-10-23 Merge pull request #5415 from rouault/use_layername @@ -69807,7 +81847,7 @@ lbartoletti 2017-10-23 ADD GML export to QgsTriangle Merge: 1d043f3c5a 7bfd60ab78 -rldhont 2017-10-23 +D'Hont René-Luc 2017-10-23 Merge pull request #5413 from rldhont/server-bugfix-display @@ -69821,7 +81861,7 @@ Nyall Dawson 2017-10-23 Make gpkg the first choice for processing vector outputs -rldhont 2017-10-20 +D'Hont René-Luc 2017-10-20 [Server][Bugfix] Test if the environ variable DISPLAY is defined @@ -69926,15 +81966,15 @@ Nyall Dawson 2017-10-22 The average angle of adjacent segments should be used in this case -Juergen E. Fischer 2017-10-21 +Jürgen E. Fischer 2017-10-21 follow up f243b8448e2 -Juergen E. Fischer 2017-10-21 +Jürgen E. Fischer 2017-10-21 postgres: add support for partitioned tables (implements #17302) -Juergen E. Fischer 2017-10-21 +Jürgen E. Fischer 2017-10-21 postgres provider: queries have an unknown relation type @@ -69966,7 +82006,7 @@ Richard Duivenvoorde 2017-10-20 fix tab clicks in plugin manager Merge: e59f1d5d48 c9b0a2b167 -Even Rouault 2017-10-20 +Even Rouault 2017-10-20 Merge pull request #5409 from rouault/fix_gpkg_many_layers @@ -70024,20 +82064,20 @@ Marco Hugentobler 2017-10-20 Move creation of datasource uri for external wms layers to QgsWMSParameters Merge: efb84fd2ca 7b455d8700 -rldhont 2017-10-20 +D'Hont René-Luc 2017-10-20 Merge pull request #5408 from rldhont/server-handlerequest-project [Server][FEATURE] Handle request from QgsServer with a QgsProject Merge: 13a00aae30 40b916c7a3 -rldhont 2017-10-20 +D'Hont René-Luc 2017-10-20 Merge pull request #5337 from dmarteau/qgis_utils_refactoring Disable message hook and import override at runtime -rldhont 2017-10-19 +D'Hont René-Luc 2017-10-19 [Server][FEATURE] Handle request from QgsServer with a QgsProject @@ -70096,7 +82136,7 @@ Blottiere Paul 2017-10-18 Split WMS tests to detect flaky behavior Merge: 79bc5d4bf7 dc6bdc2919 -rldhont 2017-10-19 +D'Hont René-Luc 2017-10-19 Merge pull request #5405 from rldhont/server-wms-test-enhancement @@ -70110,7 +82150,7 @@ Andrea Aime 2017-09-20 Also export rule based labelling. Follow up to #8925 -rldhont 2017-10-19 +D'Hont René-Luc 2017-10-19 [Server][Tests] Fix WMS tests locally @@ -70268,7 +82308,7 @@ Alexander Bruy 2017-10-18 [processing] update test data -volaya 2017-10-18 +Víctor Olaya 2017-10-18 [processing] allow reordering in multiple selection dialog @@ -70332,7 +82372,7 @@ Even Rouault 2017-10-17 Remove useless use of binary or -Alessandro Pasotti 2017-10-17 +Alessandro Pasotti 2017-10-17 [auth] Use QGIS test certificates @@ -70376,7 +82416,7 @@ Marco Hugentobler 2017-10-17 Support external WMS layers in GetPrint and GetMap requests -Alessandro Pasotti 2017-10-17 +Alessandro Pasotti 2017-10-17 WFS data items: add level to debug message @@ -70397,7 +82437,7 @@ Blottiere Paul 2017-10-04 First layer level should not be set to queryable (only sublevels) Merge: db97e2772f 2f29e162d1 -rldhont 2017-10-17 +D'Hont René-Luc 2017-10-17 Merge pull request #5297 from dmarteau/wfs_1_1_0 @@ -70414,7 +82454,7 @@ Borys Jurgiel 2017-10-17 [needs-docs] Move the install-plugin-from-ZIP menu action to the plug… -Alessandro Pasotti 2017-10-17 +Alessandro Pasotti 2017-10-17 [auth][bugfix] Do not expand authentication URI in browser items @@ -70433,7 +82473,7 @@ Matthias Kuhn 2017-10-17 Pylint fixes -Alessandro Pasotti 2017-10-17 +Alessandro Pasotti 2017-10-17 [auth] Removed self-signed CAs from datasource uri items @@ -70570,7 +82610,7 @@ Matthias Kuhn 2017-10-16 [travis] Stabilize spatialite tests -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Document cachain argument @@ -70578,15 +82618,15 @@ Martin Dobias 2017-10-12 Spin box: fix input of double values in locales with non-point decimal separator -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Sipify and doxify -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Pass by reference in const loop -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Removed oauth3 from cmake @@ -70604,15 +82644,15 @@ Nyall Dawson 2017-10-16 And split into separate files for each algorithm -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Add checkbox to exclud root CAs from bundles on pkipkcs12 method -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Add checkbox to exclud root CAs from bundles on pkipath method -Alessandro Pasotti 2017-10-16 +Alessandro Pasotti 2017-10-16 [auth] Add method to exclude self-signed CAs from a list of certificates @@ -70637,7 +82677,7 @@ Matthias Kuhn 2017-10-16 Improve buildrpms.sh for nightly builds -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Merge CAs added by PKI bundles to the trusted CAs @@ -70657,7 +82697,7 @@ Nyall Dawson 2017-10-16 Fix warnings -Nathan Woodrow 2017-10-16 +Nathan Woodrow 2017-10-16 Fix build @@ -70679,7 +82719,7 @@ Borys Jurgiel 2017-10-16 [needs-docs] Move the install-plugin-from-ZIP menu action to the plugin manager. Also add a spacer to the left menu. -Juergen E. Fischer 2017-10-15 +Jürgen E. Fischer 2017-10-15 query version from version.qgis.org instead of ubuntu.qgis.org @@ -70694,7 +82734,7 @@ Martin Dobias 2017-10-15 API for traversal of geometry's vertices using iterator pattern -Juergen E. Fischer 2017-10-14 +Jürgen E. Fischer 2017-10-14 Fix 3D build on windows @@ -70707,7 +82747,7 @@ Martin Dobias 2017-10-14 Fix test Merge: b91b854a19 e6c64f69ce -rldhont 2017-10-14 +D'Hont René-Luc 2017-10-14 Merge pull request #5316 from rldhont/db_manager_update_dblayer @@ -70736,31 +82776,31 @@ Nyall Dawson 2017-10-13 Geometry cleanups and modernization -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Add CAs to the connection for pkipkcs12 -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Add CAs to the connection for pkipaths -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Use utility method certsToPemText -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Port to QGIS3 and re-enable python test for QGIS auth system -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Add tests for CA utility methods -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Add CA utility methods -Alessandro Pasotti 2017-10-13 +Alessandro Pasotti 2017-10-13 [auth] Add CA chain to auth config @@ -70820,7 +82860,7 @@ Nyall Dawson 2017-10-12 Use unique_ptrs wherever possible, and cleanup geometry detachments -nirvn 2017-10-13 +Mathieu Pellerin 2017-10-13 layer tree & 3d view toolbar panel size fix @@ -70859,7 +82899,7 @@ James Shaeffer 2017-10-12 Updated the transparency widget to fix bug #16649 (#5358) -nirvn 2017-10-13 +Mathieu Pellerin 2017-10-13 [3d view] harmonize panel icon size @@ -70962,59 +83002,59 @@ Martin Dobias 2017-10-12 Also clean up the code a bit - move stuff out of the main method + remove some duplicate code -rldhont 2017-10-11 +D'Hont René-Luc 2017-10-11 [Server][WFS] check const and indetation -rldhont 2017-10-11 +D'Hont René-Luc 2017-10-11 [Server][WFS] Update Transaction 1.1.0 -rldhont 2017-10-05 +D'Hont René-Luc 2017-10-05 [Server][WFS] Update GML GetFeature document -rldhont 2017-10-05 +D'Hont René-Luc 2017-10-05 [Server][WFS][Feature] Support resultType=hits from GetFeature 1.1.0 -rldhont 2017-10-04 +D'Hont René-Luc 2017-10-04 [Server][Tests] Update PyQgsServerWFS test for 1.1.0 -rldhont 2017-10-04 +D'Hont René-Luc 2017-10-04 [Server][Tests] Enhance assertXMLEqual -rldhont 2017-09-28 +D'Hont René-Luc 2017-09-28 [Server][WFS] Update GetFeature 1.1.0 -rldhont 2017-09-28 +D'Hont René-Luc 2017-09-28 [Server][WFS] Update QgsWfsParameters for GetFeature -rldhont 2017-09-28 +D'Hont René-Luc 2017-09-28 [Server] Request handler reads the document root attributes to expose parameters -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 [Server][Tests] Add PyQgsServerWFS test -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 [Server][WFS] Update DescribeFeatureType 1.1.0 -rldhont 2017-09-14 +D'Hont René-Luc 2017-09-14 [Server][WFS] add QgsWfsParameters -rldhont 2017-09-14 +D'Hont René-Luc 2017-09-14 [Server][WFS] Update GetCapabilities 1.1.0 -rldhont 2017-09-14 +D'Hont René-Luc 2017-09-14 [Server][WFS,1.1.0] Add layout for WFS supports @@ -71342,7 +83382,7 @@ Alessandro Pasotti 2017-10-11 [auth] Add mutexes to protect access to authentication config cache from multiple threads -Juergen E. Fischer 2017-10-11 +Jürgen E. Fischer 2017-10-11 debian packaging: server's schemaExtension.xsd moved @@ -71385,7 +83425,7 @@ Martin Dobias 2017-10-10 Improve triangulation for QGIS 3D Merge: 9d8734c2b9 0b47ea8011 -Jürgen Fischer 2017-10-10 +Jürgen E. Fischer 2017-10-10 Merge pull request #5293 from nyalldawson/fix_dxf_reprojection @@ -72081,7 +84121,7 @@ Matthias Kuhn 2017-10-07 Fix build warning -Juergen E. Fischer 2017-10-07 +Jürgen E. Fischer 2017-10-07 fix build @@ -72105,35 +84145,35 @@ Blottiere Paul 2017-10-06 Fixes #17234 save/load styles from Postgres when a service file is used -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 [auth] Added mutex to protect cache for pkipkcs12 auth -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 [auth] Added mutex to protect cache for pkipaths auth -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 [auth] Added mutex to protect cache for identcert auth -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 [auth] Added mutex to protect cache for basic auth -rldhont 2017-10-06 +D'Hont René-Luc 2017-10-06 [FEATURE][DB Manager] Be able to update every Db layer from Postgres, Spatialite and Oracle -rldhont 2017-10-06 +D'Hont René-Luc 2017-10-06 [BUGFIX][DB Manager] Fix update SQL Layer datasource -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 [auth] Check for empty credentials instead of null -Alessandro Pasotti 2017-10-06 +Alessandro Pasotti 2017-10-06 Prevent duplicated tabs in message log panel @@ -72256,7 +84296,7 @@ Nyall Dawson 2017-10-04 Use new icons -nirvn 2017-10-04 +Mathieu Pellerin 2017-10-04 [layout] add distribute and resize action icons @@ -72526,19 +84566,19 @@ Sandro Mani 2017-10-05 [OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit update modes -Alessandro Pasotti 2017-10-05 +Alessandro Pasotti 2017-10-05 [auth] Sipify -Alessandro Pasotti 2017-10-05 +Alessandro Pasotti 2017-10-05 [auth] More verbose docstrings -nirvn 2017-10-05 +Mathieu Pellerin 2017-10-05 [layout] improve the select / move item tool icon -nirvn 2017-10-05 +Mathieu Pellerin 2017-10-05 [layout] update align action icons @@ -72628,7 +84668,7 @@ Matthias Kuhn 2017-10-04 conversions.sip does not need to be executable Merge: c764d9c177 f8152c1eec -rldhont 2017-10-04 +D'Hont René-Luc 2017-10-04 Merge pull request #4912 from dmarteau/svg-marker-size @@ -72800,11 +84840,11 @@ Martin Dobias 2017-09-12 Refactor CAD editing alignment logic to new QgsCadUtils class -Alessandro Pasotti 2017-10-03 +Alessandro Pasotti 2017-10-03 [:)] Make a developer happy -Alessandro Pasotti 2017-10-03 +Alessandro Pasotti 2017-10-03 [bugfix] Do not cache invalid WM(T)S responses @@ -72846,7 +84886,7 @@ Nyall Dawson 2017-10-03 Fixes #17229 -Juergen E. Fischer 2017-10-03 +Jürgen E. Fischer 2017-10-03 translation string fix @@ -72854,7 +84894,7 @@ Nyall Dawson 2017-10-03 Fix duplicate WFS item in browser (fixes #17176) -Alessandro Pasotti 2017-10-03 +Alessandro Pasotti 2017-10-03 [auth] Proxy settings use the new auth settings dialog @@ -72872,7 +84912,7 @@ Nyall Dawson 2017-10-03 Update some Windows build instructions -Juergen E. Fischer 2017-10-02 +Jürgen E. Fischer 2017-10-02 debian packaging: add 3d for sid and artful @@ -72881,23 +84921,23 @@ Martin Dobias 2017-10-02 [FEATURE] QGIS 3D (pull request #5203) -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] XYX use the new authentication widget -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] PG uses the new authentication widget -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Renamed setters to better follow Qt5 conventions -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] DB2 use the new authentication widget -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Added support for "Store" checkboxes @@ -72908,23 +84948,23 @@ Matthias Kuhn 2017-10-02 Initial RPM sources update for QGIS3 -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Use new auth settings widget in http connections dialogs -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Tests for new setters methods -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth][cosmetic] Moved method -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Removed group box wrapper -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Added setters to the auth settings widget @@ -72939,7 +84979,7 @@ Alessandro Pasotti 2017-10-02 [auth] Use explicit signal connections in auth settings widget -Alessandro Pasotti 2017-10-02 +Alessandro Pasotti 2017-10-02 [auth] Use explicit signal connections @@ -73088,7 +85128,7 @@ Martin Dobias 2017-10-01 Fix crash in tessellation (polygon 3D symbol) for touching rings -Juergen E. Fischer 2017-10-01 +Jürgen E. Fischer 2017-10-01 fix windows build @@ -73112,23 +85152,23 @@ Martin Dobias 2017-09-30 Address comments from Nyall's code review -Alessandro Pasotti 2017-09-30 +Alessandro Pasotti 2017-09-30 [auth] Sipify -Alessandro Pasotti 2017-09-30 +Alessandro Pasotti 2017-09-30 [auth] Renamed class to QgsAuthSettingsWidget -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] Restore configurations active tab at start -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] Added \since QGIS 3 -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] New icons for the config selector widget @@ -73288,7 +85328,7 @@ Matthias Kuhn 2017-09-29 Fix #16760 https://issues.qgis.org/issues/16760 -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] Added tests and completed QgsAuthenticationWidget @@ -73316,19 +85356,19 @@ Matthias Kuhn 2017-09-29 Range based for loop -Juergen E. Fischer 2017-09-29 +Jürgen E. Fischer 2017-09-29 typo fix -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] Morph push button to toolbutton for consistency and Mac compatibility -Alessandro Pasotti 2017-09-28 +Alessandro Pasotti 2017-09-28 [auth] Add missing import after re-design of the auth config selector -Alessandro Pasotti 2017-09-28 +Alessandro Pasotti 2017-09-28 [auth] Re-designed authentication configuration selector widget @@ -73337,7 +85377,7 @@ Alessandro Pasotti 2017-09-28 - it has the same functionality of the previous version - use icons and tooltips to convey information -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] Added new widget ui @@ -73381,7 +85421,7 @@ Matthias Kuhn 2017-09-29 Deal with QGIS' need to talk -Alessandro Pasotti 2017-09-29 +Alessandro Pasotti 2017-09-29 [auth] New authentication settings widget @@ -73415,11 +85455,11 @@ Marco Bernasocchi 2017-09-28 in the fedora build instruction libzip-devel was missing -Juergen E. Fischer 2017-09-29 +Jürgen E. Fischer 2017-09-29 translation fix -Juergen E. Fischer 2017-09-28 +Jürgen E. Fischer 2017-09-28 remove qgscontexthelp_texts.cpp from i18n @@ -73694,23 +85734,23 @@ Denis Rouzaud 2017-08-05 use docker for newer dependencies on Travis -rldhont 2017-09-04 +D'Hont René-Luc 2017-09-04 Update the QgsRatioLockButton use for fixedAspectRatio in SVG marker -rldhont 2017-08-27 +D'Hont René-Luc 2017-08-27 Use QgsRatioLockButton for fixedAspectRatio in SVG marker -rldhont 2017-08-20 +D'Hont René-Luc 2017-08-20 Update SIP for fixedAspectRatio in SVG marker -rldhont 2017-07-25 +D'Hont René-Luc 2017-07-25 Add tests for fixedAspectRatio in SVG marker -rldhont 2017-07-20 +D'Hont René-Luc 2017-07-20 Configure and use fixedAspectRatio in QgsSvgSymbolLayerWidget and QgsSvgSymbolLayer @@ -73750,11 +85790,11 @@ Denis Rouzaud 2017-09-28 [custom widget] fix missing external resource widget -Juergen E. Fischer 2017-09-27 +Jürgen E. Fischer 2017-09-27 debian package: handle grass RC abis -Juergen E. Fischer 2017-09-27 +Jürgen E. Fischer 2017-09-27 debian packaging: depend on grass abi @@ -73794,11 +85834,11 @@ lbartoletti 2017-09-27 Fix minimum for QgsMapToolRegularPolygonCenterPoint -Alessandro Pasotti 2017-09-27 +Alessandro Pasotti 2017-09-27 [auth] Added debug messages -Alessandro Pasotti 2017-09-27 +Alessandro Pasotti 2017-09-27 [auth] Added tests for updateNetworkProxy @@ -73853,7 +85893,7 @@ lbartoletti 2017-09-25 Fix tools with extent when map is rotated (add a messagebar) -Alessandro Pasotti 2017-09-26 +Alessandro Pasotti 2017-09-26 [auth] Updated debug string @@ -74043,18 +86083,18 @@ Martin Dobias 2017-09-25 Let's make Travis green again -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Apply proxy stored auth configuration -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Added updateNetworkProxy method to auth manager This allows to apply stored proxy auth settings to the proxy configuration. -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Moved mTray and NAM initialization so that proxy settings can be applied @@ -74072,7 +86112,7 @@ Martin Dobias 2017-09-25 Do not spell check poly2tri sources -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Only show compatible authentication configurations @@ -74089,7 +86129,7 @@ Martin Dobias 2017-09-25 Getting there! -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Allow stored auth configurations to be used for proxy settings @@ -74100,7 +86140,7 @@ Sandro Mani 2017-09-25 [OGR] Defer repacking while in explicit updateMode -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Add proxy to providers for http basic @@ -74147,7 +86187,7 @@ Alexander Bruy 2017-09-25 ignore crs for network analysis tests -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 [auth] Certs manager remembers (in the settings) the last opened tab @@ -74161,7 +86201,7 @@ Nyall Dawson 2017-09-25 Geometry unit test coverage -Alessandro Pasotti 2017-09-25 +Alessandro Pasotti 2017-09-25 Restore debug build after PR #5246 @@ -74299,7 +86339,7 @@ Alexander Bruy 2017-09-25 [processing] Transparently handle CRS for point parameters Merge: a71f2ad5dc 26aae589ad -mhugent 2017-09-25 +Marco Hugentobler 2017-09-25 Merge pull request #5213 from mhugent/capabilities_exclusive_groups @@ -74440,15 +86480,15 @@ Nyall Dawson 2017-08-15 Fix exception when running alg with no parameters from toolbox -Juergen E. Fischer 2017-09-23 +Jürgen E. Fischer 2017-09-23 remove app startup tests depending on removed options configpath and --optionspath -Juergen E. Fischer 2017-09-23 +Jürgen E. Fischer 2017-09-23 fix metasearch settings (fixes #16532) -Juergen E. Fischer 2017-09-23 +Jürgen E. Fischer 2017-09-23 INSTALL: add ubuntu artful (implements #17177) @@ -74501,7 +86541,7 @@ Ismail Sunni 2017-09-21 Fix 'Qsci/qsciapis.h' file not found -Juergen E. Fischer 2017-09-22 +Jürgen E. Fischer 2017-09-22 fix typo @@ -74512,7 +86552,7 @@ Matthias Kuhn 2017-09-22 [FEATURE] layer refresh and trigger actions on provider notification -Juergen E. Fischer 2017-09-22 +Jürgen E. Fischer 2017-09-22 translation string improvements @@ -74624,11 +86664,11 @@ Vincent Mora 2017-09-08 and have QgsDataProvider::setListening return a bool to tell the caller if the signal has actually been closed. -Juergen E. Fischer 2017-09-22 +Jürgen E. Fischer 2017-09-22 translation string fixes -Juergen E. Fischer 2017-09-22 +Jürgen E. Fischer 2017-09-22 fix build @@ -74700,7 +86740,7 @@ Nyall Dawson 2017-09-22 Setting field for QgsFieldComboBox should be case-insensitive Merge: 9caa7224cd 5534d743f1 -Larry Shaffer 2017-09-21 +Larry Shaffer 2017-09-21 Merge pull request #5202 from dmarteau/fix_ln_option_OSX @@ -74811,7 +86851,7 @@ Matthias Kuhn 2017-09-21 [needs-docs] Update tooltips for adding features/records -Alessandro Pasotti 2017-09-21 +Alessandro Pasotti 2017-09-21 Moved project properties menu item @@ -74848,7 +86888,7 @@ Sandro Mani 2017-09-20 [OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn -Alessandro Pasotti 2017-09-21 +Alessandro Pasotti 2017-09-21 Fix doxygen ingroup gui -> core for moved classes @@ -74892,7 +86932,7 @@ Nyall Dawson 2017-09-21 Add QLR, processing models to browser -Juergen E. Fischer 2017-09-20 +Jürgen E. Fischer 2017-09-20 debian packaging: add ubuntu artful @@ -74922,7 +86962,7 @@ Nyall Dawson 2017-09-20 [FEATURE] Add 'open directory' action to right click menu for folders in browser dock -Alessandro Pasotti 2017-09-20 +Alessandro Pasotti 2017-09-20 Fix single raster data items in ogr source select @@ -74997,7 +87037,7 @@ Matthias Kuhn 2017-09-19 [processing] Fix test "variable buffer on points with dissolve option" -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify @@ -75028,7 +87068,7 @@ Nyall Dawson 2017-09-19 [WIP] Extend geometry classes unit test coverage -Alessandro Pasotti 2017-09-19 +Alessandro Pasotti 2017-09-19 QgsGeoPackageImportTask -> QgsConcurrentFileWriterImportTask @@ -75051,7 +87091,7 @@ Alessandro Pasotti 2017-09-19 Geopackage: browser homogenize Merge: b53e986781 388f8630f3 -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 Merge pull request #4959 from rldhont/server-wms-configparser-getprint @@ -75065,7 +87105,7 @@ Matthias Kuhn 2017-09-19 Fix test -Alessandro Pasotti 2017-09-19 +Alessandro Pasotti 2017-09-19 Added documentation for QgsDataItemProviderFromPlugin constructor @@ -75077,7 +87117,7 @@ Matthias Kuhn 2017-09-19 Fix tests for new QgsVectorFileWriter python API -rldhont 2017-09-06 +D'Hont René-Luc 2017-09-06 Null pointer check for the layer tree @@ -75216,7 +87256,7 @@ Nyall Dawson 2017-09-18 Fix memory leak in QgsEllipse -rldhont 2017-09-12 +D'Hont René-Luc 2017-09-12 Null pointer check for the layer tree model @@ -75235,71 +87275,71 @@ Nyall Dawson 2017-09-19 Add method to retrieve OGR supported directory driver extensions (e.g. 'gdb') -Alessandro Pasotti 2017-09-19 +Alessandro Pasotti 2017-09-19 Always run import task when at least one layer is valid -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 [Server] WMS Parameters: const QStringList &l -rldhont 2017-09-19 +D'Hont René-Luc 2017-09-19 [Server] WMS Parameters: const QVariant &value -rldhont 2017-09-14 +D'Hont René-Luc 2017-09-14 [Server] WMS Parameters: const QVariant &defaultValue -rldhont 2017-09-13 +D'Hont René-Luc 2017-09-13 [Server] GetLegendGraphics : Wait for feature counter finshed -rldhont 2017-09-14 +D'Hont René-Luc 2017-09-14 QgsVectorLayer, countSymbolFeatures return QgsVectorLayerFeatureCounter -rldhont 2017-09-06 +D'Hont René-Luc 2017-09-06 [Server] Enhance QgsConfigCache -rldhont 2017-09-06 +D'Hont René-Luc 2017-09-06 [Server] Refactoring, removing qgs*parser files -rldhont 2017-09-06 +D'Hont René-Luc 2017-09-06 [Server] Remove QgsProject::instance -rldhont 2017-08-25 +D'Hont René-Luc 2017-08-25 [Server] Refactoring, removing config parser from WMS -rldhont 2017-08-25 +D'Hont René-Luc 2017-08-25 [BUGFIX][Server] GetLegendGraphics: Clear root legend -rldhont 2017-08-10 +D'Hont René-Luc 2017-08-10 [Server] WMS GetPrint refactoring - Update parameters manager -rldhont 2017-08-06 +D'Hont René-Luc 2017-08-06 [Server] WMS GetPrint refactoring - Update tests -rldhont 2017-08-06 +D'Hont René-Luc 2017-08-06 [Server] WMS GetPrint refactoring - Add Highlight layers -rldhont 2017-08-01 +D'Hont René-Luc 2017-08-01 [Server] WMS GetPrint refactoring -rldhont 2017-09-11 +D'Hont René-Luc 2017-09-11 [Server] test: add response content in message when it's not an image -rldhont 2017-08-25 +D'Hont René-Luc 2017-08-25 Cancel QgsVectorLayerFeatureCounter on QGsVectorLayer destroy @@ -75340,7 +87380,7 @@ Matthias Kuhn 2017-09-18 Doxygen improvements -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Geopackage import multiple files master task @@ -75352,7 +87392,7 @@ Alessandro Pasotti 2017-09-18 This implementation uses a master task with subtask and dependencies. -Juergen E. Fischer 2017-09-18 +Jürgen E. Fischer 2017-09-18 dxf export: fix layer assignment (fixes #17126; followup 92091c536b) @@ -75364,7 +87404,7 @@ Mathieu Pellerin 2017-09-18 [expression] fix caching for aggregate() and @parent exp. (fixes #15797) -Juergen E. Fischer 2017-09-18 +Jürgen E. Fischer 2017-09-18 debian packaging: drop mimelnk files for KDE3 @@ -75372,52 +87412,52 @@ Kent Porter 2017-09-18 Removed new icon 'mIconAddData.svg' and replaced old 'mActionDataSourceManager.svg' with new version. -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 QgsSettings -> Settings in options dialog tab -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Geopackage: switch the action from add/remove connection depending on the connection being already stored or not, this allows the user to remove and existing connection. -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Added a short comment in file header -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Geopackage: fix store connection from browser -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Fix refreshConnections: only emit if it's a root item and propagate down to the tree until the root is reached. -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Geopackage data items: added tooltip and fix connection storage -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Minor cosmetic code change: removed unnecessary parenthesis -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Handle gpkg vectors and rasters with ogr data items -Alessandro Pasotti 2017-09-18 +Alessandro Pasotti 2017-09-18 Typo in docstring -Alessandro Pasotti 2017-09-15 +Alessandro Pasotti 2017-09-15 File browser: use GeoPackage items for gpkg files -Alessandro Pasotti 2017-09-12 +Alessandro Pasotti 2017-09-12 Allow gpkg to also show vectors in zipped files @@ -75426,13 +87466,13 @@ Marco Hugentobler 2017-09-18 Use LZW compression for tifs exported from atlas / composer Merge: 938f261596 0ee9d66511 -Even Rouault 2017-09-18 +Even Rouault 2017-09-18 Merge pull request #5206 from rouault/ogrprovider_use_gdaldriver_and_gdaldataset_api [OGR provider] USE GDAL driver and dataset API, and pass FORCE_SRS_DETECTION=YES for GML -nirvn 2017-09-18 +Mathieu Pellerin 2017-09-18 [processing] fix map layer combo box layer reference @@ -75518,7 +87558,7 @@ arnaud.morvan@camptocamp.com 2017-05-01 It is also possible to choose the number of columns. This is not applied in case of the BatchDialog. -Alessandro Pasotti 2017-09-15 +Alessandro Pasotti 2017-09-15 DBManager -> Browser synchronization @@ -75621,7 +87661,7 @@ Nyall Dawson 2017-09-15 [processing] Fix incorrect filters in vector layer parameter selections -nirvn 2017-09-15 +Mathieu Pellerin 2017-09-15 [needs-docs][processing] return empty layer for save selected features algorithm if no features are selected @@ -75630,7 +87670,7 @@ Nyall Dawson 2017-09-15 Expand docs -nirvn 2017-09-15 +Mathieu Pellerin 2017-09-15 [processing] native save selected features algorithm @@ -75890,11 +87930,11 @@ David Marteau 2017-09-15 As BSD ln support the GNU -n option as an equivalent of the -h option it shoud be preferred over the specific BSD option. -Alessandro Pasotti 2017-09-15 +Alessandro Pasotti 2017-09-15 Typo forwarder->forwarded -Alessandro Pasotti 2017-09-15 +Alessandro Pasotti 2017-09-15 Add reloadConnections to the app and expose to iface @@ -75975,15 +88015,15 @@ Tom Elwertowski 2017-09-14 macOS needs path to GEOS framework -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 Geopackage items: add URI to tooltip -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 Geopackage items: fix create new layer close dialog -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 Adds connectionsChanged signal to iface @@ -75993,17 +88033,17 @@ Alessandro Pasotti 2017-09-14 be updated (i.e. the data source manager dialog and the browsers) -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 [bugfix] Geopackage restore connections in DB-manager -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 Restore synchronization between connections and data source manager Partial revert of commit 22bd2a35 -Alessandro Pasotti 2017-09-14 +Alessandro Pasotti 2017-09-14 Fix geopackage delete connection @@ -76110,11 +88150,11 @@ Mathieu Pellerin 2017-09-13 Merge pull request #5180 from nirvn/fix_levels -nirvn 2017-09-13 +Mathieu Pellerin 2017-09-13 [FEATURE] Make symbol levels dialog a style dock panel widget -nirvn 2017-09-12 +Mathieu Pellerin 2017-09-12 [symbology] resurrect symbol levels dialog (fixes #16996) @@ -76648,31 +88688,31 @@ Sandro Mani 2017-09-12 blocks signals when calling setSubsetString to avoid an endless recursion of emit dataChanged -> reload. Fixes #17122. -Alessandro Pasotti 2017-09-12 +Alessandro Pasotti 2017-09-12 Const getter and api break docs -Alessandro Pasotti 2017-09-11 +Alessandro Pasotti 2017-09-11 Typo delayied -> delayed -Alessandro Pasotti 2017-09-10 +Alessandro Pasotti 2017-09-10 Browser: removed redundant refresh signals -Alessandro Pasotti 2017-09-10 +Alessandro Pasotti 2017-09-10 Removed reference -Alessandro Pasotti 2017-09-10 +Alessandro Pasotti 2017-09-10 Share QgsBrowserModel among browser instances -Alessandro Pasotti 2017-09-10 +Alessandro Pasotti 2017-09-10 Moved the scan time to populated and get it from settings -Alessandro Pasotti 2017-09-09 +Alessandro Pasotti 2017-09-09 [bugfix] Browser keeps scanning directory with gpkg file @@ -76765,7 +88805,7 @@ Nyall Dawson 2017-09-12 Use offline editing plugin instead of spatial query for detecting plugin path -Juergen E. Fischer 2017-09-12 +Jürgen E. Fischer 2017-09-12 Fix windows build @@ -76865,7 +88905,7 @@ Martin Dobias 2017-09-11 Previously it used an icon from georeferencer's QRC -Alessandro Pasotti 2017-09-11 +Alessandro Pasotti 2017-09-11 Fix broken signals for AFS/AMS layer addition from the datasource dialog @@ -77025,11 +89065,11 @@ Nyall Dawson 2017-09-10 Fix missing geometries/attributes in Extract by Location -Alessandro Pasotti 2017-09-09 +Alessandro Pasotti 2017-09-09 Use auto for const complex vars in for loop -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 More Q_FOREACH removal @@ -77045,7 +89085,7 @@ Martin Dobias 2017-09-07 Node tool: give priority to the current layer when selecting vertex -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Update tests for OGR getLayers now returning also the geometry column name @@ -77084,21 +89124,21 @@ Nyall Dawson 2017-09-08 Port Select by Location to c++ -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Disable SQL filter when a raster is selected -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Give credits to the original author of the source select and amend some comments -Juergen E. Fischer 2017-09-08 +Jürgen E. Fischer 2017-09-08 avoid leak -Juergen E. Fischer 2017-09-08 +Jürgen E. Fischer 2017-09-08 use SIP_SKIP (followup 5c3a72014) @@ -77149,19 +89189,19 @@ Nyall Dawson 2017-09-05 - Optimise feature requests for efficiency (especially with respect to the 'disjoint' selection mode) -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Use the new generic OGR source select class -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Generic implementation of OGR file DB connection -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 New generic file-based DB OGR source select -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Use the OGR generic methods @@ -77169,7 +89209,7 @@ Nyall Dawson 2017-09-08 Fix stats by categories tests on Travis -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Moved some reusable methods from gpkg to the ogr items class @@ -77178,11 +89218,11 @@ Nyall Dawson 2017-09-08 Allow multiple primary key fields to be specified for processing tests ` -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Added add geopackage icon -Alessandro Pasotti 2017-09-08 +Alessandro Pasotti 2017-09-08 Refactor of QgsGeoPackageConnection to a generic class @@ -77251,11 +89291,11 @@ Blottiere Paul 2017-09-07 [FEATURE] Trust project option -Alessandro Pasotti 2017-09-07 +Alessandro Pasotti 2017-09-07 Added static QgsLayerItem::iconName(LayerType) for reuse and consistency -Alessandro Pasotti 2017-09-07 +Alessandro Pasotti 2017-09-07 Add geometry column name to sublayers result @@ -77335,13 +89375,13 @@ Blottiere Paul 2017-08-21 [needs-doc] Add Trust Project option -Alessandro Pasotti 2017-09-06 +Alessandro Pasotti 2017-09-06 Add QgsGeoPackageLayerInfo and move sublayers logic sublayers is now a reusable static function -Alessandro Pasotti 2017-09-06 +Alessandro Pasotti 2017-09-06 Removed blank lines @@ -77524,26 +89564,26 @@ Matthias Kuhn 2017-09-05 Using fields will now show field aliases instead of column names where available. -Alessandro Pasotti 2017-09-05 +Alessandro Pasotti 2017-09-05 Use the tooltip: virtual layer needs it ... because the automatically generated one was: "Add Virtual Layer layer" -Alessandro Pasotti 2017-09-05 +Alessandro Pasotti 2017-09-05 Add tooltips and tests for the provider class -Alessandro Pasotti 2017-09-05 +Alessandro Pasotti 2017-09-05 Q_FOREACH removal -Alessandro Pasotti 2017-09-05 +Alessandro Pasotti 2017-09-05 Sip updates for qgssourceselectprovider -Alessandro Pasotti 2017-09-05 +Alessandro Pasotti 2017-09-05 Removed SIP_FACTORY and fixed docstrings @@ -77767,7 +89807,7 @@ Sandro Mani 2017-09-04 [Globe] Adapt for QGIS API changes, add Qt5 compatibility, support osgEarth up to current git master -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Sipify @@ -77775,11 +89815,11 @@ Sandro Mani 2017-03-29 [Globe] Adapt for QGIS API changes, add Qt5 compatibility, support osgEarth up to current git master -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Fix build warnings -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Resistance is futile, you will be sipified @@ -77798,19 +89838,19 @@ Sandro Mani 2017-09-02 This causes a mismatch in the data shown by the identify results table and the attribute widget. -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Implement sourceSelectProviders() for all providers -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Updates tests for source select registry -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Sip updates for source select provider and registry -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Remove all hardcoded source selects: rely on the registry @@ -77831,7 +89871,7 @@ Harrissou Sant-anna 2017-08-18 Moving diagram placement options from combobox to radio buttons -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Link gui @@ -77839,7 +89879,7 @@ Jorge Gustavo Rocha 2017-09-01 Improve test: assert → assertTrue -Juergen E. Fischer 2017-09-04 +Jürgen E. Fischer 2017-09-04 translation string fix @@ -77855,7 +89895,7 @@ Harrissou Sant-anna 2017-08-19 will be consistent with diagram and symbology widgets (combobox, spinbox and textbox) behavior -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 QgsSourceSelectProviderRegistry delayed initialization @@ -77886,20 +89926,20 @@ Werner Macho 2017-09-04 New polish translators of QGIS desktop -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Add sourceSelectProviders() to the ogr data provider This is the first data provider real implementation, all other data provider will follow. -Alessandro Pasotti 2017-09-04 +Alessandro Pasotti 2017-09-04 Attach QgsSourceSelectProviderRegistry to QgsGui And make it a singleton -Nathan Woodrow 2017-09-04 +Nathan Woodrow 2017-09-04 Revert "Ignore some python warnings for now" @@ -77918,7 +89958,7 @@ Nyall Dawson 2017-09-04 Fix bad icon drawn on top of points when rotating labels -Nathan Woodrow 2017-09-04 +Nathan Woodrow 2017-09-04 Ignore some python warnings for now @@ -78044,17 +90084,17 @@ gacarrillor 2017-09-03 [needs-docs] Update tooltips for adding features/records -Alessandro Pasotti 2017-09-03 +Alessandro Pasotti 2017-09-03 Remove all specialized methods for adding the source selects We now have a unified interface for all dialogs. -Alessandro Pasotti 2017-09-03 +Alessandro Pasotti 2017-09-03 Removed specialized signal that is now in the base class -Alessandro Pasotti 2017-09-03 +Alessandro Pasotti 2017-09-03 Added last missing signal replaceVectorLayer @@ -78164,15 +90204,15 @@ Nyall Dawson 2017-09-02 Composer tweaks -Alessandro Pasotti 2017-09-01 +Alessandro Pasotti 2017-09-01 Update sip file -Alessandro Pasotti 2017-09-01 +Alessandro Pasotti 2017-09-01 Add QgsSourceSelectProviderRegistry with tests -Alessandro Pasotti 2017-09-01 +Alessandro Pasotti 2017-09-01 Add class QgsSourceSelectProvider and tests @@ -78268,7 +90308,7 @@ Nyall Dawson 2017-09-01 Expose GEOS Hausdorff distance calculations to QgsGeometry, add expression function -Alessandro Pasotti 2017-08-31 +Alessandro Pasotti 2017-08-31 Fix broken qgscolorramp button @@ -78279,7 +90319,7 @@ Alessandro Pasotti 2017-08-31 By calling iconText() instead we get the right name for the ramp. -Alessandro Pasotti 2017-08-31 +Alessandro Pasotti 2017-08-31 Keep XYZ connections synchronized in browser(s) and data source manager dialog @@ -78327,7 +90367,7 @@ Nyall Dawson 2017-08-30 Expose GEOS Hausdorff distance calculations to QgsGeometry -Alessandro Pasotti 2017-08-30 +Alessandro Pasotti 2017-08-30 [server] Rely on the provider to get the correct wkbType @@ -78388,7 +90428,7 @@ Nyall Dawson 2017-08-30 a raster layer's extent. Previously this was only possible for vector layers. -Juergen E. Fischer 2017-08-30 +Jürgen E. Fischer 2017-08-30 dxf export: * empty field name resets to layer name (fixes #17060) @@ -78416,7 +90456,7 @@ Tom Elwertowski 2017-08-29 Add headers needed by macOS for recently added std:: prefixes -Juergen E. Fischer 2017-08-29 +Jürgen E. Fischer 2017-08-29 fix translation string @@ -78442,7 +90482,7 @@ Alessandro Pasotti 2017-08-29 Offline editing: workaround for bug 17087 deadlock -Alessandro Pasotti 2017-08-29 +Alessandro Pasotti 2017-08-29 [bugfix] Workaround for bug 17087 deadlock @@ -78632,7 +90672,7 @@ Nyall Dawson 2017-08-29 See https://woboq.com/blog/q_enum.html for rationale -nirvn 2017-08-29 +Mathieu Pellerin 2017-08-29 Revert "highlight fix" due to regression (fixes #16824) @@ -78854,7 +90894,7 @@ Sandro Santilli 2017-08-25 Simplify linearizeArc code dropping useless conditionals -Alessandro Pasotti 2017-08-28 +Alessandro Pasotti 2017-08-28 Removed some GDAL version ifdefs @@ -78867,15 +90907,15 @@ Mathieu Pellerin 2017-08-28 Open raster layer UI improvements -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 use a QgsFileWidget in open vector layer UI -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 harmonize open raster and open vector UIs -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 fix open raster not focusing on raster data source manager tab @@ -78974,15 +91014,15 @@ Nyall Dawson 2017-08-26 Swap use of some q* macros to std calls -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 [processing] one more z factor minimum value adjustment -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 [processing] fix z factor minimum value in various raster algorithms -nirvn 2017-08-25 +Mathieu Pellerin 2017-08-25 [analysis] fix derivative filter z factor handling @@ -79104,11 +91144,11 @@ Nyall Dawson 2017-08-24 development (I'm sick of pointing out the need to use qRound during PR reviews!) -Alessandro Pasotti 2017-08-24 +Alessandro Pasotti 2017-08-24 Removed not qobject from moc -Alessandro Pasotti 2017-08-24 +Alessandro Pasotti 2017-08-24 Geopackage import rasters with drag and drop @@ -79134,7 +91174,7 @@ Harrissou Sant-anna 2017-08-24 * Remove unneeded comment Merge: 835e6d253d 465b27a40d -rldhont 2017-08-24 +D'Hont René-Luc 2017-08-24 Merge pull request #5044 from pblottiere/server_bugfix_ogc_getcapa_styles @@ -79147,15 +91187,15 @@ Alessandro Pasotti 2017-08-24 Allow multiple raster selection from GDAL source select widget -Alessandro Pasotti 2017-08-24 +Alessandro Pasotti 2017-08-24 More robust multiple paths split and utility static method -Alessandro Pasotti 2017-08-24 +Alessandro Pasotti 2017-08-24 Do not quote when single raster file is selected -Alessandro Pasotti 2017-08-24 +Alessandro Pasotti 2017-08-24 Small code style changes @@ -79169,7 +91209,7 @@ Matthias Kuhn 2017-08-23 Fix spelling -Alessandro Pasotti 2017-08-23 +Alessandro Pasotti 2017-08-23 Allow multiple raster selection from GDAL source select widget @@ -79246,11 +91286,11 @@ Nyall Dawson 2017-08-23 Refs #17028 -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 Minor update in the comment -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 Bump required GDAL version from 2.0 to 2.1 @@ -79284,25 +91324,25 @@ lbartoletti 2017-08-22 Fix remaining rubberBand -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 Safer handling of GDAL handles and feedback on success -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 I'm eating too much Python (fix a Qt warning for missing arg) -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 Geopackage: handle raster drop in the browser -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 OGR provider: moved QgsCPLErrorHandler to its own header file This is being reused in gpkg data items -Alessandro Pasotti 2017-08-22 +Alessandro Pasotti 2017-08-22 Added rasterLayer method @@ -79310,7 +91350,7 @@ lbartoletti 2017-08-22 Fix error when the tools was changed. setParentTool is not needed. -Juergen E. Fischer 2017-08-20 +Jürgen E. Fischer 2017-08-20 creatensis.pl: don't require admin rights to create the uninstaller @@ -79349,7 +91389,7 @@ Matthias Kuhn 2017-08-21 Port symbols test from ebf20a5 -Alessandro Pasotti 2017-08-21 +Alessandro Pasotti 2017-08-21 Geopackage: fix crash when deleting raster layers @@ -79381,7 +91421,7 @@ Alessandro Pasotti 2017-08-20 Geopackage: prevent import layer over itself -Alessandro Pasotti 2017-08-20 +Alessandro Pasotti 2017-08-20 Prevent import layer over itself @@ -79440,19 +91480,19 @@ Nyall Dawson 2017-08-19 Fix conversion of direct vector layer parameters to python strings -Juergen E. Fischer 2017-08-19 +Jürgen E. Fischer 2017-08-19 creatensis.pl: create signed installer -Juergen E. Fischer 2017-08-19 +Jürgen E. Fischer 2017-08-19 updat splash -Juergen E. Fischer 2017-08-19 +Jürgen E. Fischer 2017-08-19 add typo to spelling.dat -Juergen E. Fischer 2017-08-19 +Jürgen E. Fischer 2017-08-19 translation string fixes @@ -79626,23 +91666,23 @@ Nyall Dawson 2017-08-18 Add a pure virtual clone method to processing parameter definitions -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Removed metadata table from the list of tables to be cleared -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Use sqlite3_close instead of v2 -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Geopackage try to remove optional entries + fix build warnings -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Prevent SQL injection by using sqlite3_mprintf -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Geopackge bugfix: also show single raster layers @@ -79654,7 +91694,7 @@ Alessandro Pasotti 2017-08-17 The gpkg table name is used to delete the table. -Alessandro Pasotti 2017-08-17 +Alessandro Pasotti 2017-08-17 Geopackage moved delete to abstract item and implement raster deletion @@ -79721,7 +91761,7 @@ Nyall Dawson 2017-08-17 Convert processing tests to use native algs where they exist Merge: 469eb0de25 a0e453ebe5 -mhugent 2017-08-17 +Marco Hugentobler 2017-08-17 Merge pull request #4939 from mhugent/wms_toplevel_browser @@ -79772,7 +91812,7 @@ Nyall Dawson 2017-08-17 Fix intermittently failing QgsGeometry asGML tests -Juergen E. Fischer 2017-08-17 +Jürgen E. Fischer 2017-08-17 spelling fixes @@ -79797,7 +91837,7 @@ Nyall Dawson 2017-06-20 std::unique_ptr whenever a returned pointer value is owned by the caller. -Juergen E. Fischer 2017-08-17 +Jürgen E. Fischer 2017-08-17 packaging updates after helpviewer removal (followup 55cdc89a1) @@ -79866,7 +91906,7 @@ Nyall Dawson 2017-08-17 Fix default layer sometimes inserted into multi layer parameter values -Alessandro Pasotti 2017-08-16 +Alessandro Pasotti 2017-08-16 [feature] Geopackage handle drops in the browser @@ -79939,7 +91979,7 @@ Jorge Gustavo Rocha 2017-08-16 Added documentation comments on new methods -Alessandro Pasotti 2017-08-16 +Alessandro Pasotti 2017-08-16 Shows a warning and abort deletion if the layer is in the current project @@ -79955,7 +91995,7 @@ Martin Dobias 2017-08-16 Remove class members that were never used -Alessandro Pasotti 2017-08-16 +Alessandro Pasotti 2017-08-16 Added 'datasource' and 'GeoPackage' to the delete confirm message @@ -79967,11 +92007,11 @@ arnaud.morvan@camptocamp.com 2017-05-04 [processing] Add Aggregate algorithm -Alessandro Pasotti 2017-08-16 +Alessandro Pasotti 2017-08-16 Different messages for file and table layer deletion -Alessandro Pasotti 2017-08-16 +Alessandro Pasotti 2017-08-16 Translate GDAL error codes @@ -79987,7 +92027,7 @@ Jorge Gustavo Rocha 2017-08-15 Fix CMakeLists.txt indentation Fix qhelp.h and qgis_sip.h includes with <> -Alessandro Pasotti 2017-08-15 +Alessandro Pasotti 2017-08-15 Adds delete layer context action to ogr and geopackage items @@ -80035,7 +92075,7 @@ Alessandro Pasotti 2017-08-15 Geopackage fix mixed geometry layers and attributes -Alessandro Pasotti 2017-08-14 +Alessandro Pasotti 2017-08-14 Geopackage fix mixed geometry layers and attributes @@ -80068,7 +92108,7 @@ Matthias Kuhn 2017-08-14 Return enum instead of int from QgsGeometry operations -Alessandro Pasotti 2017-08-14 +Alessandro Pasotti 2017-08-14 Geopackage: Use the same settings for DB Manager and browser @@ -80094,7 +92134,7 @@ arnaud.morvan@camptocamp.com 2017-07-21 [processing] Port refactor fields to new API -Alessandro Pasotti 2017-08-14 +Alessandro Pasotti 2017-08-14 Browser tree: also show geometryless layers as tables @@ -80125,7 +92165,7 @@ Matthias Kuhn 2017-08-14 More doxymentation -Alessandro Pasotti 2017-08-13 +Alessandro Pasotti 2017-08-13 GPKG: proper handling of unknown geometry @@ -80469,7 +92509,7 @@ Alessandro Pasotti 2017-08-12 QgsDebugMsg -> QgsDebugMsgLevel + typo -Alessandro Pasotti 2017-08-12 +Alessandro Pasotti 2017-08-12 QgsDebugMsg -> QgsDebugMsgLevel + typo @@ -80485,11 +92525,11 @@ arnaud.morvan@camptocamp.com 2017-08-06 [FEATURE] Add expression function array_agg -Juergen E. Fischer 2017-08-11 +Jürgen E. Fischer 2017-08-11 fix fix !"@$% -Juergen E. Fischer 2017-08-11 +Jürgen E. Fischer 2017-08-11 fix utf8 python translation string @@ -80560,11 +92600,11 @@ Nyall Dawson 2017-08-09 Use ellipsis for isolated strings in plugins too -nirvn 2017-08-10 +Mathieu Pellerin 2017-08-10 [processing] fix non-normal blending composition for the rasterzie alg -Juergen E. Fischer 2017-08-10 +Jürgen E. Fischer 2017-08-10 fix windows build (extern "C" can returns pointers, but not C++ containers) @@ -80578,11 +92618,11 @@ Matthias Kuhn 2017-08-10 [travis] Only build outside ctest on master -Juergen E. Fischer 2017-08-10 +Jürgen E. Fischer 2017-08-10 refine spellcheck progress output -Juergen E. Fischer 2017-08-10 +Jürgen E. Fischer 2017-08-10 more msvc warning fixes (followup 03e0298f4) @@ -80612,7 +92652,7 @@ Matthias Kuhn 2017-08-09 More verbose python testing output -Juergen E. Fischer 2017-08-09 +Jürgen E. Fischer 2017-08-09 msvc warning fixes: * use AUTORCC to avoid locked qrc_images.cpp during build of gui tests @@ -80637,7 +92677,7 @@ Alessandro Pasotti 2017-08-09 Expose GeoPackage to the browser tree -Alessandro Pasotti 2017-08-09 +Alessandro Pasotti 2017-08-09 Delete gpkg connections @@ -80655,7 +92695,7 @@ Andreas Neumann 2017-08-09 There was a copy/paste error in the "name" -Alessandro Pasotti 2017-08-09 +Alessandro Pasotti 2017-08-09 Updated file header for geopackage data items @@ -80665,19 +92705,19 @@ Jorge Gustavo Rocha 2017-08-09 Refactoring of all help calls, deprecating QgsContextHelp and the former helviewer -Alessandro Pasotti 2017-08-09 +Alessandro Pasotti 2017-08-09 Removed PNG version of GPKG icon -Alessandro Pasotti 2017-08-09 +Alessandro Pasotti 2017-08-09 Added mGeoPackage svg icon -Alessandro Pasotti 2017-08-09 +Alessandro Pasotti 2017-08-09 Added file path to debug msg output on errors -Alessandro Pasotti 2017-08-08 +Alessandro Pasotti 2017-08-08 Fixes two issues with the browser refresh @@ -80698,47 +92738,47 @@ Alessandro Pasotti 2017-08-08 the QFileSystemWatcher emit a signal when new files are closed flusehd and not when they are just created. -Alessandro Pasotti 2017-08-08 +Alessandro Pasotti 2017-08-08 Changed geopackage icon to svg -Alessandro Pasotti 2017-08-08 +Alessandro Pasotti 2017-08-08 Remove initial : from the sublayers name in the browser tree -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Added raster support to browser geopackage data items -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Initial support for extension-based scan on multiple layers -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Small typo -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Added a comment to this fertility line :) -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Typo -Alessandro Pasotti 2017-08-07 +Alessandro Pasotti 2017-08-07 Fix sublayers disappear when refreshing GDAL layers -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Sip update for qgsproject -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Fixes raster sublayer not apperaring in the browser tree -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Move the default CRS for new layers function to QgsProject @@ -80746,7 +92786,7 @@ Alessandro Pasotti 2017-08-06 and it's not only needed by app but also by the providers (will be) -Alessandro Pasotti 2017-08-03 +Alessandro Pasotti 2017-08-03 Expose GeoPackage to the browser tree @@ -80795,7 +92835,7 @@ Nyall Dawson 2017-08-08 (forward port from f976e8b6) -Juergen E. Fischer 2017-08-08 +Jürgen E. Fischer 2017-08-08 fix typos @@ -81152,11 +93192,11 @@ Nyall Dawson 2017-08-07 Fix doxygen test whitelist -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 ts scripts: pass languages from pull_ts.sh and push_ts.sh -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 use star in spelling.dat instead of \> @@ -81441,7 +93481,7 @@ andreasneumann 2017-08-06 [FEATURE] array_slice expression function -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 cancelled => canceled etc. //#spellok @@ -81449,7 +93489,7 @@ Nyall Dawson 2017-08-07 Customise->Customize -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 fix 'allows to/allows one to' spell errors and enhance to our spellchecker to deal with those @@ -81460,11 +93500,11 @@ Nyall Dawson 2017-08-07 Import gui, analysis, processing and Qt classes on console startup -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 msvc: suppress some warnings -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 prepare-commit.sh: when run as pre-commit hook use /dev/tty. And don't generally complain about trailing whitespaces as we have cases where @@ -81527,7 +93567,7 @@ Nyall Dawson 2017-08-06 Fix vertical alignment of widgets so that they are always in line -Tim Sutton 2017-08-06 +Tim Sutton 2017-08-06 [FEATURE] Colourblind preview modes now work on OSX (#4971) @@ -81547,7 +93587,7 @@ Harrissou Sant-anna 2017-08-06 Fix option label -Juergen E. Fischer 2017-08-06 +Jürgen E. Fischer 2017-08-06 fix windows build (followup acead27197; that went through travis ;)) @@ -81555,7 +93595,7 @@ Martí ANgelats i Ribera 2017-08-06 Fixed the FALLTHROUGH macro. -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Fix QgsFileWidget remember the folder functionality @@ -81566,7 +93606,7 @@ Alessandro Pasotti 2017-08-06 Removed QgsOpenVectorLayer that is now the source select widget for '… -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Removed QgsOpenVectorLayer that is now the source select widget for 'ogr' provider @@ -81585,7 +93625,7 @@ Nyall Dawson 2017-08-06 Use std::reverse instead of custom array reverse -Alessandro Pasotti 2017-08-06 +Alessandro Pasotti 2017-08-06 Sipify docstring for signal @@ -81621,7 +93661,7 @@ Harrissou Sant-anna 2017-06-29 Also Improve diagram and label z-index tooltip -Tim Sutton 2017-08-05 +Tim Sutton 2017-08-05 Python console (#4550) @@ -81646,15 +93686,15 @@ Andreas Neumann 2017-08-05 [FEATURE] expression function array_reverse -Juergen E. Fischer 2017-08-05 +Jürgen E. Fischer 2017-08-05 INSTALL updates: MSVC builds, debian builds -Juergen E. Fischer 2017-08-05 +Jürgen E. Fischer 2017-08-05 fix translation string again and improve translation scripts (followup 79a095cb) -Juergen E. Fischer 2017-08-05 +Jürgen E. Fischer 2017-08-05 package.cmd: don't exit parent when displaying usage @@ -81662,7 +93702,7 @@ Andreas Neumann 2017-08-05 [FEATURE] expression function array_reverse -Alessandro Pasotti 2017-08-05 +Alessandro Pasotti 2017-08-05 Renamed vars @@ -81684,7 +93724,7 @@ Mario Baranzini 2017-08-05 Fix qt qhash seed for QT >= 5.6.0 -Alessandro Pasotti 2017-08-05 +Alessandro Pasotti 2017-08-05 Add raster widget to data source manager dialog @@ -81716,7 +93756,7 @@ Nyall Dawson 2017-08-05 Using a primary key to do the feature match allows us to flexibly handle these situations and provide tests for these algorithms. -Alessandro Pasotti 2017-08-05 +Alessandro Pasotti 2017-08-05 Source select signals: remove duplicate code and rely to the base class @@ -81895,7 +93935,7 @@ Etienne Trimaille 2017-08-04 add category in QgsLayerMetadata using keywords -Juergen E. Fischer 2017-08-05 +Jürgen E. Fischer 2017-08-05 update oracle selection dialog (followup dc6017dc1) @@ -81925,7 +93965,7 @@ Nyall Dawson 2017-08-05 Add initial test suite for processing algorithm dialog -Alessandro Pasotti 2017-08-04 +Alessandro Pasotti 2017-08-04 Renamed button slots and make ogr dialog inherit from the abstract base @@ -81936,7 +93976,7 @@ Alessandro Pasotti 2017-08-04 Fix #16970 (related to PR#4184) -Juergen E. Fischer 2017-08-04 +Jürgen E. Fischer 2017-08-04 packaging update: include libzip @@ -81944,7 +93984,7 @@ Andreas Neumann 2017-08-04 Added new help files to the expression function groups of Arrays and Maps -Juergen E. Fischer 2017-08-04 +Jürgen E. Fischer 2017-08-04 translation string fix @@ -81955,7 +93995,7 @@ Andreas Neumann 2017-08-04 Correct help of expression array_remove_all -Alessandro Pasotti 2017-08-04 +Alessandro Pasotti 2017-08-04 Move the buttons and connections into the base class @@ -82105,7 +94145,7 @@ Nyall Dawson 2017-08-01 Add items for project map layers and relations to expression builder Merge: 0db8a5816b e44a5ce44a -rldhont 2017-08-01 +D'Hont René-Luc 2017-08-01 Merge pull request #4945 from pblottiere/server_smallclean @@ -82324,11 +94364,11 @@ Matthias Kuhn 2017-07-30 [needs-docs] Relation Reference Widget: Add option to show/hide Open Form Button -Nathan Woodrow 2017-07-30 +Nathan Woodrow 2017-07-30 Profile menu naming -Nathan Woodrow 2017-07-30 +Nathan Woodrow 2017-07-30 Hide profiles section if there is only one user profile @@ -82354,7 +94394,7 @@ lbartoletti 2017-07-29 Rectangle crash -Nathan Woodrow 2017-07-28 +Nathan Woodrow 2017-07-28 Move profiles to settings menu @@ -82403,7 +94443,7 @@ Ismail Sunni 2017-07-27 Add {GP} to make the script use gsed in macos. Merge: 9763b602fc aa65af5e1a -rldhont 2017-07-28 +D'Hont René-Luc 2017-07-28 Merge pull request #4898 from tcoupin/master @@ -82468,12 +94508,12 @@ Nyall Dawson 2017-07-28 Port equivalent num field algorithm to new API -Juergen E. Fischer 2017-07-28 +Jürgen E. Fischer 2017-07-28 run t2tdoc Merge: c0c18cd466 0a4a76ec9b -Jürgen Fischer 2017-07-28 +Jürgen E. Fischer 2017-07-28 Merge pull request #4935 from johanvdw/patch-1 @@ -82486,7 +94526,7 @@ Johan Van de Wauw 2017-07-27 INSTALL has to be updated as only GRASS7 is now supported ( #4847 ) -Alessandro Pasotti 2017-07-27 +Alessandro Pasotti 2017-07-27 Added missing \param to ctor documentation @@ -82622,7 +94662,7 @@ Alexandre Neto 2017-07-26 Making dialog titles use Book Style Capitalization [needs-docs] -rldhont 2017-07-26 +D'Hont René-Luc 2017-07-26 [BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param @@ -82741,13 +94781,13 @@ Hugo Mercier 2017-07-25 [FEATURE] Constraints are resolved for joined fields -volaya 2017-06-23 +Víctor Olaya 2017-06-23 added new SAGA descriptions (cherry picked from commit a3bb3f13902638ee38f85c25c57d68b34b33bfbc) -Alessandro Pasotti 2017-07-25 +Alessandro Pasotti 2017-07-25 Minor fix in comment text @@ -82766,7 +94806,7 @@ Alexander Bruy 2017-07-25 [processing] fix SAGA cluster analysis for rasters -Juergen E. Fischer 2017-07-25 +Jürgen E. Fischer 2017-07-25 typo fix @@ -82990,7 +95030,7 @@ Mathieu Pellerin 2017-07-25 Sponsored by Andreas Neumann. -Juergen E. Fischer 2017-07-24 +Jürgen E. Fischer 2017-07-24 vector layer save as: adjust our to OGR's defaults * GPX_USE_EXTENSIONS default is false not true (fixes #16811) @@ -83039,13 +95079,13 @@ Denis Rouzaud 2017-07-24 enhanced output for code_layout build on Travis -Nathan Woodrow 2017-07-24 +Nathan Woodrow 2017-07-24 Remove corner widget for profiles. Make it normal menu Hopefully for now until I work out better UX -Nathan Woodrow 2017-07-24 +Nathan Woodrow 2017-07-24 Nicer level string in message log window @@ -83113,23 +95153,23 @@ Denis Rouzaud 2017-07-24 followup 391712d2d42a761acb4bacce81cbe9ed8da52f6b -Nathan Woodrow 2017-07-24 +Nathan Woodrow 2017-07-24 Always log message bar messages to message log Mainly so they don't just disappear on the user -Nathan Woodrow 2017-07-24 +Nathan Woodrow 2017-07-24 Load default profile name from global Also adds overrideLocalProfile to ignore local profiles.ini file -Nathan Woodrow 2017-07-24 +Nathan Woodrow 2017-07-24 Also load profiles-path from global settings -Nathan Woodrow 2017-04-10 +Nathan Woodrow 2017-04-10 [FEATURE] Add user profiles. @@ -83145,7 +95185,7 @@ Nyall Dawson 2017-07-24 Add some missing /Factory/ annotations -nirvn 2017-07-24 +Mathieu Pellerin 2017-07-24 [welcome page] improve rounded rect background color @@ -83254,11 +95294,11 @@ Nyall Dawson 2017-07-23 Individual symbol instances were being rendered multiple times concurrently -Juergen E. Fischer 2017-07-22 +Jürgen E. Fischer 2017-07-22 huh? of course SubLayerItem is private -Juergen E. Fischer 2017-07-22 +Jürgen E. Fischer 2017-07-22 sub layer dialog: sort by layer id and feature count numerically (fixes #16917) @@ -83292,15 +95332,15 @@ Giovanni Manghi 2017-07-21 master: fix SAGA LTR mosaiking tool -nirvn 2017-07-21 +Mathieu Pellerin 2017-07-21 improve extent and scale/dpi relation in save as image/PDF -nirvn 2017-07-21 +Mathieu Pellerin 2017-07-21 fix locked ratio width adjustment in save as image/PDF -nirvn 2017-07-21 +Mathieu Pellerin 2017-07-21 fix expanding ratio lock button under kbuntu qt theme @@ -83330,7 +95370,7 @@ Nyall Dawson 2017-07-21 Fix memory leak in canvas preview images -Juergen E. Fischer 2017-07-21 +Jürgen E. Fischer 2017-07-21 crash report: fix report on 64bit @@ -83343,7 +95383,7 @@ tcoupin 2017-07-20 Fix srsDimension parsing in GML -Juergen E. Fischer 2017-07-20 +Jürgen E. Fischer 2017-07-20 [FEATURE] fill ring tool: by pressing shift an existing ring is filled @@ -83354,11 +95394,11 @@ Alexander Bruy 2017-07-20 [processing] fix SAGA LTR Catchment Area tools -Juergen E. Fischer 2017-07-20 +Jürgen E. Fischer 2017-07-20 fix 67f7b3a2 -Juergen E. Fischer 2017-07-20 +Jürgen E. Fischer 2017-07-20 crash report dialog: * get current context without an exception (eg. Ctrl+\) @@ -83449,7 +95489,7 @@ Sandro Santilli 2017-07-19 See https://issues.qgis.org/issues/16833 -Alessandro Pasotti 2017-07-19 +Alessandro Pasotti 2017-07-19 Fix addWfsLayer in the WFS GUI test (blacklisted on Travis) @@ -83465,11 +95505,11 @@ Sandro Santilli 2017-07-19 Tested to pass with Python 2.7.13 -Juergen E. Fischer 2017-07-19 +Jürgen E. Fischer 2017-07-19 fix c29fc35155 -Juergen E. Fischer 2017-07-19 +Jürgen E. Fischer 2017-07-19 also "s/( )/()/;" in sipify.pl (followup 4f9a9e036) @@ -83480,7 +95520,7 @@ Mathieu Pellerin 2017-07-19 Sponsored by Andreas Neumann. Merge: 744fbc5346 349c996ad2 -rldhont 2017-07-19 +D'Hont René-Luc 2017-07-19 Merge pull request #4846 from rldhont/server-wms-configparser-getfeatureinfo @@ -83492,15 +95532,15 @@ Denis Rouzaud 2017-07-19 followup 4f9a9e0360a3ce6b4289e948bb2549a0496f48f2 -Juergen E. Fischer 2017-07-19 +Jürgen E. Fischer 2017-07-19 s/( )/()/; s/== /== /; s/!= /!= /; -Juergen E. Fischer 2017-07-19 +Jürgen E. Fischer 2017-07-19 fix oracle provider build (followup c4e26d72) -Juergen E. Fischer 2017-07-18 +Jürgen E. Fischer 2017-07-18 oracle provider: skip updating of key attributes of added features for versioned tables @@ -83522,7 +95562,7 @@ Nyall Dawson 2017-07-19 Add QgsProcessingFeatureBasedAlgorithm subclass -Alessandro Pasotti 2017-07-18 +Alessandro Pasotti 2017-07-18 [feature][needs-docs] XYZ authentication and referer added to GUI @@ -83543,11 +95583,11 @@ Mathieu Pellerin 2017-07-18 [FEATURE] Draw extent onto canvas in save as image/PDF dialog (#4878) -Alessandro Pasotti 2017-07-18 +Alessandro Pasotti 2017-07-18 Remove unused includes and variables -Alessandro Pasotti 2017-07-18 +Alessandro Pasotti 2017-07-18 Rebase and partially revert 9bae83275368 @@ -83562,7 +95602,7 @@ Nyall Dawson 2017-07-18 Change signature of processFeature so that features are no longer modified in place -Alessandro Pasotti 2017-07-18 +Alessandro Pasotti 2017-07-18 Store canvas into the base class and set extent/crs from the arcgis classes @@ -83573,11 +95613,11 @@ Alessandro Pasotti 2017-07-18 a dialog invocation to the next and the extent and CRS need to be updated at layer creation time. -Alessandro Pasotti 2017-07-17 +Alessandro Pasotti 2017-07-17 Moved arcgis dialogs to the provider directory -Alessandro Pasotti 2017-07-17 +Alessandro Pasotti 2017-07-17 Homogenize signals from different source select dialogs, move to base class @@ -83585,15 +95625,15 @@ Nyall Dawson 2017-07-18 Add note about throwing QgsProcessingException to cancel algorithm execution -Alessandro Pasotti 2017-07-17 +Alessandro Pasotti 2017-07-17 Complete documentation for connectionsChanged signals -Alessandro Pasotti 2017-07-17 +Alessandro Pasotti 2017-07-17 Renamed base class to QgsAbstractDataSourceWidget -Alessandro Pasotti 2017-07-14 +Alessandro Pasotti 2017-07-14 Refactored all providers to use the new base class @@ -83679,27 +95719,27 @@ Nyall Dawson 2017-07-18 Using a fixed default window geometry wasn't working well anymore - it made the default window size tiny on hidpi screens. -Alessandro Pasotti 2017-07-12 +Alessandro Pasotti 2017-07-12 Added since 3.0 to the renamed class -Alessandro Pasotti 2017-07-12 +Alessandro Pasotti 2017-07-12 Renamed QgsSourceSelectDialog to QgsArcGisServiceSourceSelect -Alessandro Pasotti 2017-07-11 +Alessandro Pasotti 2017-07-11 Added since 3.0 -Alessandro Pasotti 2017-07-11 +Alessandro Pasotti 2017-07-11 SIP include -Alessandro Pasotti 2017-07-11 +Alessandro Pasotti 2017-07-11 Added python bindings for the base source select class -Alessandro Pasotti 2017-07-11 +Alessandro Pasotti 2017-07-11 [bugfix] Sync the dialogs connections when changed from the browser @@ -83716,7 +95756,7 @@ Alessandro Pasotti 2017-07-11 A change in one of the browser items should trigger a refresh in all the other browsers and dialogs. -Alessandro Pasotti 2017-06-15 +Alessandro Pasotti 2017-06-15 [bugfix] Sync the bowser connections when changed from the select dialogs @@ -83910,24 +95950,24 @@ Sandro Mani 2017-07-17 (forward port from Sourcepole's fork) -Juergen E. Fischer 2017-07-17 +Jürgen E. Fischer 2017-07-17 add (unemitted) signals to provider source selectors to silence data source manager connection warnings -Juergen E. Fischer 2017-07-17 +Jürgen E. Fischer 2017-07-17 don't close database selection dialogs -Juergen E. Fischer 2017-07-17 +Jürgen E. Fischer 2017-07-17 consider datum transformation when pasting features (fixes #16846) -rldhont 2017-07-17 +D'Hont René-Luc 2017-07-17 [Server] WMS GetFeatureInfo refactoring cleanup -Juergen E. Fischer 2017-07-17 +Jürgen E. Fischer 2017-07-17 Fix qgsversion.h creation @@ -83939,7 +95979,7 @@ David 2017-07-15 Additional libraries for Fedora -rldhont 2017-07-03 +D'Hont René-Luc 2017-07-03 [Server] WMS GetFeatureInfo refactoring @@ -84064,7 +96104,7 @@ Alexander Bruy 2017-07-16 [network analysis] use QgsFeatureSource instead of QgsVectorLayer in QgsVectorLayerDirector -Juergen E. Fischer 2017-07-16 +Jürgen E. Fischer 2017-07-16 Fix windows build @@ -84140,12 +96180,12 @@ Nyall Dawson 2017-07-15 analysis (e.g. in a model). HTML output is still available, but not output by default -Juergen E. Fischer 2017-07-15 +Jürgen E. Fischer 2017-07-15 run target t2tdoc (followup ec74e03a) Merge: 8333f6a59d d66b7b2c90 -Jürgen Fischer 2017-07-15 +Jürgen E. Fischer 2017-07-15 Merge pull request #4864 from signedav/patch-1 @@ -84308,7 +96348,7 @@ Josep Comas 2017-07-14 Added Spain resource: Centro Nacional de Información Geográfica (CNIG) -Juergen E. Fischer 2017-07-14 +Jürgen E. Fischer 2017-07-14 update t2tdoc outputs (INSTALL, NEWS; followup 0d9945deac) @@ -84458,7 +96498,7 @@ Alexander Bruy 2017-07-12 [processing] port heatmap algorithm -Juergen E. Fischer 2017-07-13 +Jürgen E. Fischer 2017-07-13 vector file writer: reapply integer options (accidentally removed in 9a6235db; fixes #16811, #16819) @@ -84535,7 +96575,7 @@ Radim Blazek 2017-07-12 [GRASS] remove GRASS 6 support -rldhont 2017-07-12 +D'Hont René-Luc 2017-07-12 [Server] Tests update mask image @@ -84543,17 +96583,17 @@ Mathieu Pellerin 2017-07-12 [processing] restore union algorithm -Alessandro Pasotti 2017-07-12 +Alessandro Pasotti 2017-07-12 Skip bindings for classes migrated from app -Alessandro Pasotti 2017-07-12 +Alessandro Pasotti 2017-07-12 Revert "SIP include" This reverts commit f2b9a936d0938cf8f6afa364cc3a19c090fbd138. -Alessandro Pasotti 2017-07-12 +Alessandro Pasotti 2017-07-12 SIP include @@ -84899,11 +96939,11 @@ Nyall Dawson 2017-07-10 features to one of any number of output sinks depending on some user configured criteria. -nirvn 2017-07-10 +Mathieu Pellerin 2017-07-10 [ogr] return multipart geometry for multipart datasets in feature iterator -nirvn 2017-06-27 +Mathieu Pellerin 2017-06-27 [ogr] return multi{linestring,polygon} type for shapefile driver @@ -85099,7 +97139,7 @@ Matthias Kuhn 2017-07-08 Fix leak Merge: d28296f27f aa24896ce1 -rldhont 2017-07-07 +D'Hont René-Luc 2017-07-07 Merge pull request #4823 from rldhont/fix-qgis3-asgml2 @@ -85125,7 +97165,7 @@ Matthias Kuhn 2017-07-07 Doxygen -rldhont 2017-07-05 +D'Hont René-Luc 2017-07-05 Fix GML2 after GML3 improvements @@ -85163,7 +97203,7 @@ Matthias Kuhn 2017-07-07 Rename set_variable to with_variable -rldhont 2017-07-07 +D'Hont René-Luc 2017-07-07 [Server] Tests update mask image @@ -85670,7 +97710,7 @@ Blottiere Paul 2017-07-06 Add a hint on widgets for non existent joined features -Juergen E. Fischer 2017-07-06 +Jürgen E. Fischer 2017-07-06 debian packaging: update oracle dependencies @@ -85686,7 +97726,7 @@ Matthias Kuhn 2017-07-06 Remove unused variable -Nathan Woodrow 2017-07-06 +Nathan Woodrow 2017-07-06 Don't duplicate layer tree node when alt is held @@ -85775,7 +97815,7 @@ Blottiere Paul 2017-07-05 Add some tests -Juergen E. Fischer 2017-07-05 +Jürgen E. Fischer 2017-07-05 Only convert geometries to provider type when provider does strict type checking (ie. not for shapes; fixes #16593, #16784, #16792, #16770; @@ -85789,7 +97829,7 @@ Denis Rouzaud 2017-07-05 remove QgsVectorLayer::hasGeometryType in favor of QgsMapLayer::isSpatial -Nathan Woodrow 2017-07-05 +Nathan Woodrow 2017-07-05 [MSSQL] Fix string length when using nchar, nvarchar, ntext @@ -85801,13 +97841,13 @@ Nyall Dawson 2017-07-05 Rotate geometry before calculating bounding box in atlas Merge: 0a8f75576d fe8522f811 -rldhont 2017-07-04 +D'Hont René-Luc 2017-07-04 Merge pull request #4811 from rldhont/polygon-asgml-picking [Geometry] Polygon::asGml: fix outer and add tests -rldhont 2017-07-03 +D'Hont René-Luc 2017-07-03 [Geometry] Polygon::asGml: fix outer and add tests @@ -85818,7 +97858,7 @@ Nyall Dawson 2017-07-04 Always expand out browser favorites node on startup -Nathan Woodrow 2017-07-04 +Nathan Woodrow 2017-07-04 [MSSQL] Correctly set geometry type from geometry_columns table @@ -85830,7 +97870,7 @@ Harrissou Sant-anna 2017-07-04 Move back Texture width to top -Nathan Woodrow 2017-07-04 +Nathan Woodrow 2017-07-04 [MSSQL] Fix connection string issue for browser @@ -85858,7 +97898,7 @@ Blottiere Paul 2017-07-03 Fields of non existent joined features are set to NULL -Nathan Woodrow 2017-07-03 +Nathan Woodrow 2017-07-03 Auto resize first column in info tool @@ -86047,7 +98087,7 @@ Nyall Dawson 2017-06-30 [layout] Create a page size registry for layout -Juergen E. Fischer 2017-06-30 +Jürgen E. Fischer 2017-06-30 fix 20197c2fa (refs #13520) @@ -86146,11 +98186,11 @@ Denis Rouzaud 2017-06-29 remove useless script -nirvn 2017-06-29 +Mathieu Pellerin 2017-06-29 [processing] keep only one zonal statistics algorithm -nirvn 2017-06-29 +Mathieu Pellerin 2017-06-29 [zonal statistics] add variance statistic @@ -86241,7 +98281,7 @@ Nyall Dawson 2017-06-28 [layouts] Add layout measurement and size classes -Juergen E. Fischer 2017-06-27 +Jürgen E. Fischer 2017-06-27 fix windows build @@ -86257,11 +98297,11 @@ Denis Rouzaud 2017-06-27 fix qt version in comment -Juergen E. Fischer 2017-06-27 +Jürgen E. Fischer 2017-06-27 spelling fixes -Juergen E. Fischer 2017-06-27 +Jürgen E. Fischer 2017-06-27 update INSTALL @@ -86506,7 +98546,7 @@ Martin Dobias 2017-06-26 This may break projects that started to use data-defined size legend with manually defined rules. Merge: 1730bc95d1 e7ea972c64 -mhugent 2017-06-26 +Marco Hugentobler 2017-06-26 Merge pull request #4772 from mhugent/feature_info_filter_geometry @@ -86540,7 +98580,7 @@ Matthias Kuhn 2017-06-23 Improve API docstrings -nirvn 2017-06-26 +Mathieu Pellerin 2017-06-26 [processing] include invalid geometries in check validity alg @@ -86600,7 +98640,7 @@ Nyall Dawson 2017-06-26 Sometimes it's necessary to retrieve the name of a source... -Nathan Woodrow 2017-06-26 +Nathan Woodrow 2017-06-26 Add script to run local tests using travis blacklist @@ -86612,11 +98652,11 @@ Nyall Dawson 2017-06-26 Add missing docs -Nathan Woodrow 2017-06-26 +Nathan Woodrow 2017-06-26 Update python requirements -Juergen E. Fischer 2017-06-26 +Jürgen E. Fischer 2017-06-26 avoid forward declaration of QgsDataDefinedSizeLegend (fixes windows build) @@ -86632,7 +98672,7 @@ Blottiere Paul 2017-06-25 Add unit test -Nathan Woodrow 2017-06-25 +Nathan Woodrow 2017-06-25 Update gitignore @@ -86776,23 +98816,23 @@ Nyall Dawson 2017-06-23 Fix errors when edit model help -Alessandro Pasotti 2017-06-23 +Alessandro Pasotti 2017-06-23 Added note missing in python bindings -Alessandro Pasotti 2017-06-23 +Alessandro Pasotti 2017-06-23 Added ctor documentation -Alessandro Pasotti 2017-06-23 +Alessandro Pasotti 2017-06-23 Removed helper functions from moc headers -Alessandro Pasotti 2017-06-23 +Alessandro Pasotti 2017-06-23 Indentation -Alessandro Pasotti 2017-06-23 +Alessandro Pasotti 2017-06-23 Move all app/ogr and datasource manager dialog to GUI @@ -86813,7 +98853,7 @@ Mathieu Pellerin 2017-06-23 [processing] restore simplify geometries & smooth algorithms (#4766) -Nathan Woodrow 2017-06-23 +Nathan Woodrow 2017-06-23 [MSSQL] Don't MakeValid on geometries @@ -86913,15 +98953,15 @@ Nyall Dawson 2017-06-23 Restore more processing algs -Nathan Woodrow 2017-06-23 +Nathan Woodrow 2017-06-23 Code format -Nathan Woodrow 2017-06-23 +Nathan Woodrow 2017-06-23 [MSSQL] Better fix to removing MZ. Thanks to Nyall ;) -Nathan Woodrow 2017-06-19 +Nathan Woodrow 2017-06-19 [MSSQL] Remove Z/M from WKT type name on insert/update @@ -87366,7 +99406,7 @@ Martin Dobias 2017-06-19 GUI for configuration of size-based legend for diagrams -nirvn 2017-06-19 +Mathieu Pellerin 2017-06-19 [ui] harmonize QDialogButtonBox position in provider dialogs @@ -87382,11 +99422,11 @@ Sandro Mani 2017-06-19 [ArcGIS REST] Introduce QgsAfsSharedData to remove dependency on QgsAfsProvider by QfsAfsFeatureSource -nirvn 2017-06-19 +Mathieu Pellerin 2017-06-19 [ui] vectorize and align metadata section icon -Nathan Woodrow 2017-06-19 +Nathan Woodrow 2017-06-19 [MSSQL] Correctly raise errors to UI level @@ -87397,7 +99437,7 @@ Alexander Bruy 2017-06-19 [processing] change resampling methods to be like SAGA default (fix #16646) -nirvn 2017-06-19 +Mathieu Pellerin 2017-06-19 [ui] remove background in the add db2 layer icon @@ -87425,7 +99465,7 @@ Matthias Kuhn 2017-06-17 Followup 01b4eeb: Fix crash -Alessandro Pasotti 2017-06-12 +Alessandro Pasotti 2017-06-12 [bugfix] Collapse all connection item leaves in the browser a start @@ -87435,13 +99475,13 @@ PedroVenancio 2017-06-16 Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SAGA default, and add the Resampling Method parameter to SAGA Raster Calculator, as explained in https://issues.qgis.org/issues/16646 -Alessandro Pasotti 2017-06-09 +Alessandro Pasotti 2017-06-09 [bugfix] Prevent expansion of WMS connection layers when restoring the browser This was causing unwanted connections to WMS when QGIS starts. -Alessandro Pasotti 2017-06-09 +Alessandro Pasotti 2017-06-09 Removed ui_qgstablewidgetbase.h @@ -87629,11 +99669,11 @@ Nyall Dawson 2017-06-14 Eg calling QgsGeometryFactory::createCollectionOfType( QgsWkbTypes::PolygonM ) will return a new QgsMultiPolygonV2 with M values. -Juergen E. Fischer 2017-06-14 +Jürgen E. Fischer 2017-06-14 fix windows build -Juergen E. Fischer 2017-06-14 +Jürgen E. Fischer 2017-06-14 Remove unused SnapToMapMode in QgsSnappingUtils @@ -87714,7 +99754,7 @@ Denis Rouzaud 2017-05-21 sipify QgsRange as template -Juergen E. Fischer 2017-06-13 +Jürgen E. Fischer 2017-06-13 vector file writer fixes: * don't apply un-overridden default options @@ -87722,7 +99762,7 @@ Juergen E. Fischer 2017-06-13 (cherry picked from commit 7634b0b759bc0cedba28f9e9199d6a81a498ec5a) -Juergen E. Fischer 2017-06-13 +Jürgen E. Fischer 2017-06-13 fix windows build @@ -87751,7 +99791,7 @@ Denis Rouzaud 2017-06-13 doxygen has sufficient minimum version in trusty -Juergen E. Fischer 2017-06-13 +Jürgen E. Fischer 2017-06-13 fix 5ff6b14f (followup 00f8eff0) @@ -87850,7 +99890,7 @@ Denis Rouzaud 2017-06-12 [sipify] properly handle python signatures Merge: 492ad2db08 7b844837bb -rldhont 2017-06-12 +D'Hont René-Luc 2017-06-12 Merge pull request #4699 from pblottiere/getlegendgraphic @@ -88114,19 +100154,19 @@ Nyall Dawson 2017-06-10 Cleanup and unify text formatting in projection combo box -Juergen E. Fischer 2017-06-10 +Jürgen E. Fischer 2017-06-10 spelling fixes -Juergen E. Fischer 2017-06-10 +Jürgen E. Fischer 2017-06-10 re-run t2tdoc -Juergen E. Fischer 2017-06-09 +Jürgen E. Fischer 2017-06-09 include expect/unbuffer in INSTALL install list -Juergen E. Fischer 2017-06-09 +Jürgen E. Fischer 2017-06-09 fix install (followup 532b9a14) @@ -88143,7 +100183,7 @@ Blottiere Paul 2017-06-08 [Server] GetLegendGraphics refactoring Merge: f80a1f54ce 9d9e94e6b9 -rldhont 2017-06-09 +D'Hont René-Luc 2017-06-09 Merge pull request #4700 from sbrunner/service-onlineressource @@ -88158,13 +100198,13 @@ Stéphane Brunner 2017-06-09 More verbose response Merge: 00b2d24247 8df3391fc4 -rldhont 2017-06-09 +D'Hont René-Luc 2017-06-09 Merge pull request #4687 from rldhont/server-wms-dxf-writer [Server] WMS DXF writer refactoring -rldhont 2017-06-05 +D'Hont René-Luc 2017-06-05 [Server] dxf writer refactoring @@ -88192,11 +100232,11 @@ Juliusz Hoffman 2017-06-09 consider middle geometry column when retrieving default values (fixes #16685) -Juergen E. Fischer 2017-06-09 +Jürgen E. Fischer 2017-06-09 fix 8c873b14 (fixes #16624) -Juergen E. Fischer 2017-06-05 +Jürgen E. Fischer 2017-06-05 update translation scripts @@ -88630,7 +100670,7 @@ Nyall Dawson 2017-06-06 Port polygon from layer extent alg to new API Merge: 38d905f694 ad14373aa6 -rldhont 2017-06-06 +D'Hont René-Luc 2017-06-06 Merge pull request #4683 from rldhont/server-string-list-exceptions @@ -89109,31 +101149,31 @@ Denis Rouzaud 2017-05-31 run Doxygen and doc coverage test on static Travis config -rldhont 2017-06-05 +D'Hont René-Luc 2017-06-05 [Server] Replace list.size() > 0 by !list.isEmpty() -rldhont 2017-06-05 +D'Hont René-Luc 2017-06-05 [Server] Test update masks WMS_GetMap_Annotations and WMS_GetMap_Highlight -rldhont 2017-06-02 +D'Hont René-Luc 2017-06-02 [Server] Replaced unnecessary QStringLiteral by character -rldhont 2017-06-02 +D'Hont René-Luc 2017-06-02 [Server] WMS GetMap throw exception is layer nickname is not available -rldhont 2017-06-02 +D'Hont René-Luc 2017-06-02 [Server] Replace list.size() < 1 by list.isEmpty() -rldhont 2017-05-31 +D'Hont René-Luc 2017-05-31 [Server] Replaced unnecessary QStringLiteral by character -Juergen E. Fischer 2017-06-05 +Jürgen E. Fischer 2017-06-05 fix oracle provider build @@ -89204,7 +101244,7 @@ Nyall Dawson 2017-06-05 Since they are basically counterparts to each other -Juergen E. Fischer 2017-06-04 +Jürgen E. Fischer 2017-06-04 remove unused provider mManagerMode member @@ -89212,7 +101252,7 @@ Nyall Dawson 2017-06-05 Fix doxygen test -Juergen E. Fischer 2017-06-04 +Jürgen E. Fischer 2017-06-04 oracle provider: fix build @@ -89313,7 +101353,7 @@ Alessandro Pasotti 2017-06-02 Add layer button -Alessandro Pasotti 2017-06-02 +Alessandro Pasotti 2017-06-02 [addlayerbutton] Connect and forward all signals from browser to app @@ -89327,22 +101367,22 @@ Sandro Santilli 2017-06-02 Ref #16625 Ref #16626 -Alessandro Pasotti 2017-06-02 +Alessandro Pasotti 2017-06-02 [addlayerbutton] Replace icon for the datasourcemanager -Alessandro Pasotti 2017-05-30 +Alessandro Pasotti 2017-05-30 [addlayerbutton] Fix height problems within the delimited text dialog Also moved the status information under the button bas for consistency with other dialogs. -Alessandro Pasotti 2017-05-30 +Alessandro Pasotti 2017-05-30 [addlayerbutton] Prevent a crash when the layer list is rebuilt after a change in the layer tree -Alessandro Pasotti 2017-05-30 +Alessandro Pasotti 2017-05-30 [addlayerbutton] Removed button bar from main dialog @@ -89350,7 +101390,7 @@ Alessandro Pasotti 2017-05-30 a precise hit on the [X] or hit ESC to close the dialog. -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Data Source Manager toolbar and menu @@ -89361,21 +101401,21 @@ Alessandro Pasotti 2017-05-29 - old layer toolbar hidden by default - new dialog open from first item in layer menu -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] New GUI for the delimited text dlg by Luigi Pirelli -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 Removed old comment -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Removed all the individual source select slots In favour of the unified dialog. -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Fix order of signals when open page called @@ -89387,18 +101427,18 @@ Alessandro Pasotti 2017-05-29 the implementation is much simpler (got rid of the lambda with the second currentRowChanged connection). -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Add method to open a given page in the layer dlg This is preliminary to change all dialogs slots to open the unified dialog with the righ page open. -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Added option for modeless layer dialog (default false) -Alessandro Pasotti 2017-05-29 +Alessandro Pasotti 2017-05-29 [addlayerbutton] Removed help button @@ -89406,7 +101446,7 @@ Alessandro Pasotti 2017-05-29 resulting in duplicated help buttons in the unified dialog. -Alessandro Pasotti 2017-05-28 +Alessandro Pasotti 2017-05-28 [addbuttonlayer] Fix layout of vector dialog @@ -89417,20 +101457,20 @@ Alessandro Pasotti 2017-05-28 a complete refactoring of the vector layer dialog to use a stacked widget. -Alessandro Pasotti 2017-05-27 +Alessandro Pasotti 2017-05-27 [addlayerbutton] Larry Shaffer's fix to the raster button Tricky solution, but temporary -Alessandro Pasotti 2017-05-26 +Alessandro Pasotti 2017-05-26 [addlayerbutton] Raster support added There is still an issue with the list not being correclty reset after the raster icon is selected. -Alessandro Pasotti 2017-05-26 +Alessandro Pasotti 2017-05-26 [addlayerbutton] Virtual Layers support added @@ -89439,74 +101479,74 @@ Alessandro Pasotti 2017-05-26 (Modeless support is on the way) -Alessandro Pasotti 2017-05-25 +Alessandro Pasotti 2017-05-25 [addlayerbutton] Added delimited text layers -Alessandro Pasotti 2017-05-25 +Alessandro Pasotti 2017-05-25 [addlayerbutton] Use enum for window mode instead of booleans -Alessandro Pasotti 2017-05-25 +Alessandro Pasotti 2017-05-25 [addlayerbutton] Initialise pointer -Alessandro Pasotti 2017-05-25 +Alessandro Pasotti 2017-05-25 [addlayerbutton] Added help button (URL is still a placeholder) -Alessandro Pasotti 2017-05-24 +Alessandro Pasotti 2017-05-24 [addlayerbutton] Use QgsOptionsDialogBase and all its nice features and styles -Alessandro Pasotti 2017-05-24 +Alessandro Pasotti 2017-05-24 [addlayerbutton] Removed merge markers -Alessandro Pasotti 2017-05-24 +Alessandro Pasotti 2017-05-24 [addlayerbutton] Show Add button in embedded spatialite dialog -Alessandro Pasotti 2017-05-24 +Alessandro Pasotti 2017-05-24 [addlayerbutton] More embeddable dialogs -Alessandro Pasotti 2017-05-23 +Alessandro Pasotti 2017-05-23 [addlayerbutton] New signals for new interfaces -Alessandro Pasotti 2017-05-23 +Alessandro Pasotti 2017-05-23 [addlayerbutton] Added more providers and get canvas from ctor -Alessandro Pasotti 2017-05-23 +Alessandro Pasotti 2017-05-23 [addlayerbutton] Embedded dialog support -Alessandro Pasotti 2017-05-23 +Alessandro Pasotti 2017-05-23 [addlayerbutton] Pass canvas to the manager (needed by AMS) -Alessandro Pasotti 2017-05-22 +Alessandro Pasotti 2017-05-22 [addlayerbutton] Add embedded option to spatialite dlg -Alessandro Pasotti 2017-05-19 +Alessandro Pasotti 2017-05-19 [addlayerbutton] Added embeddedMode to all providers Also switched managerMode and embeddedMode arguments for a more logical arg passing from the factory function. -Alessandro Pasotti 2017-05-19 +Alessandro Pasotti 2017-05-19 [addlayerbutton] Added WFS, WMS and vector layers -Alessandro Pasotti 2017-05-19 +Alessandro Pasotti 2017-05-19 [addlayerbutton] Add embedded flag for widget-like usage -Alessandro Pasotti 2017-05-18 +Alessandro Pasotti 2017-05-18 [addlayerbutton] Initial implementation @@ -89526,15 +101566,15 @@ Alessandro Pasotti 2017-06-02 Move QgsBrowserDockWidget from app to gui -Alessandro Pasotti 2017-06-01 +Alessandro Pasotti 2017-06-01 Moved support classes into own private header -Alessandro Pasotti 2017-06-01 +Alessandro Pasotti 2017-06-01 Added docs and SIP bindings for QgsBrowserDockWidget -Alessandro Pasotti 2017-05-31 +Alessandro Pasotti 2017-05-31 Move QgsBrowserDockWidget from app to gui @@ -89565,7 +101605,7 @@ Alexander Bruy 2017-06-02 [processing] fix description for GRASS 7 v.drape algorithm (fix #16175) -Juergen E. Fischer 2017-06-02 +Jürgen E. Fischer 2017-06-02 new http connection: parse service less fragile (fixes #16653; followup 1ca73f4f) @@ -89629,7 +101669,7 @@ Alexandre Neto 2017-06-01 Fix missing Icon in Select Attribute Dialog Merge: e9a7dffb5a e663d192e3 -rldhont 2017-06-01 +D'Hont René-Luc 2017-06-01 Merge pull request #4313 from pblottiere/cleansingleton @@ -89759,7 +101799,7 @@ Nyall Dawson 2017-05-31 Try to fix Travis build failure Merge: 2148fa9287 bb789e99b2 -rldhont 2017-05-31 +D'Hont René-Luc 2017-05-31 Merge pull request #4644 from rldhont/server-wms-configparser-getstyles @@ -89777,7 +101817,7 @@ Denis Rouzaud 2017-05-31 sip gui layertree and raster -rldhont 2017-05-27 +D'Hont René-Luc 2017-05-27 [Server] WMS GetStyles (and GetStyle) refactoring @@ -90072,22 +102112,22 @@ Etienne Trimaille 2017-05-21 sipify -rldhont 2017-05-27 +D'Hont René-Luc 2017-05-27 [Server] Add GetStyles test Merge: d996cf28cd 8a0261c94e -rldhont 2017-05-29 +D'Hont René-Luc 2017-05-29 Merge pull request #4637 from rldhont/server-wms-configparser-describelayer [Server] WMS DescribeLayer refactoring -nirvn 2017-05-29 +Mathieu Pellerin 2017-05-29 clean up expression convertion errors -nirvn 2017-05-26 +Mathieu Pellerin 2017-05-26 [FEATURE] create_ramp() expression function @@ -90174,42 +102214,42 @@ Sandro Santilli 2017-05-26 Fixes #16625 (ref #10600) -rldhont 2017-05-26 +D'Hont René-Luc 2017-05-26 [Server] WMS DescribeLayer refactoring -rldhont 2017-05-26 +D'Hont René-Luc 2017-05-26 [Server] Rename QgsServerProjectUtils::wcsLayers to QgsServerProjectUtils::wcsLayerIds -rldhont 2017-05-26 +D'Hont René-Luc 2017-05-26 [Server] Add DescribeLayer test Merge: 8c873b14b8 ce3cbeb963 -rldhont 2017-05-26 +D'Hont René-Luc 2017-05-26 Merge pull request #4630 from rldhont/server-wms-configparser-getcontext [Server] WMS GetContext refactoring -rldhont 2017-05-25 +D'Hont René-Luc 2017-05-25 [Server] Add GetContext accesscontrol test -rldhont 2017-05-25 +D'Hont René-Luc 2017-05-25 [Server] Add GetContext test -rldhont 2017-05-25 +D'Hont René-Luc 2017-05-25 [Server] Fix QgsServerProjectUtils readListEntry -rldhont 2017-05-25 +D'Hont René-Luc 2017-05-25 [Server] WMS GetContext refactoring -Juergen E. Fischer 2017-05-26 +Jürgen E. Fischer 2017-05-26 avoid slashes in connection names (followup 30900e9b8; fixes #16624) @@ -90245,7 +102285,7 @@ Nyall Dawson 2017-05-25 Fix some providers not requesting all required attributes needed for client side order by clauses -rldhont 2017-05-25 +D'Hont René-Luc 2017-05-25 [Server] fix wmsInspireActivated to wmsInspireActivate @@ -90285,7 +102325,7 @@ Nyall Dawson 2017-05-25 More windows build fixes -Juergen E. Fischer 2017-05-25 +Jürgen E. Fischer 2017-05-25 Revert "fix windows build (followup dd40a3d)" @@ -90376,11 +102416,11 @@ Denis Rouzaud 2017-05-23 sipify gui part 1 -Juergen E. Fischer 2017-05-24 +Jürgen E. Fischer 2017-05-24 spelling fix -Juergen E. Fischer 2017-05-24 +Jürgen E. Fischer 2017-05-24 fix windows build (followup dd40a3d) @@ -90403,7 +102443,7 @@ Denis Rouzaud 2017-05-23 [sip] more reverse engineering -Alessandro Pasotti 2017-05-23 +Alessandro Pasotti 2017-05-23 [bugfix] Fixes an unreported crash in WFS @@ -90520,16 +102560,16 @@ Salvatore Larosa 2017-05-22 [processing] fix duplicates fields name in field calculator algorithm when switching between layers (followup c2699b4) -Juergen E. Fischer 2017-05-22 +Jürgen E. Fischer 2017-05-22 don't set friendly name without sublayers (followup e0a2267; fixes #16593, #16594, #16598) -Nathan Woodrow 2017-05-22 +Nathan Woodrow 2017-05-22 [mssql] Ignore computed columns in insert/update Merge: d93d0a8066 087e7f75dc -rldhont 2017-05-22 +D'Hont René-Luc 2017-05-22 Merge pull request #4597 from rldhont/server-wms-configparser-getcapabilities-part2 @@ -90551,7 +102591,7 @@ Nyall Dawson 2017-05-22 Fix duplicate layout warnings -Nathan Woodrow 2017-05-22 +Nathan Woodrow 2017-05-22 Fix Windows build @@ -90566,12 +102606,12 @@ Nyall Dawson 2017-05-22 a distracting "flashing" appearance when users type quickly into to locator bar. -Tim Sutton 2017-05-22 +Tim Sutton 2017-05-22 Added Ismail Sunni and Etienne Trimaille to contributors list Merge: 3452e8de69 592c92e15e -Jürgen Fischer 2017-05-21 +Jürgen E. Fischer 2017-05-21 Merge pull request #4599 from ismailsunni/fix_geos_c @@ -90581,7 +102621,7 @@ Etienne Trimaille 2017-05-21 [needs-docs] add layerid and layername to atlas expressions -Juergen E. Fischer 2017-05-21 +Jürgen E. Fischer 2017-05-21 fix osx build @@ -90589,15 +102629,15 @@ Ismail Sunni 2017-05-21 Fix geos_c.h not found. -Juergen E. Fischer 2017-05-21 +Jürgen E. Fischer 2017-05-21 db manager: fix spatialite plugin (followup c77172ed; fixes #16542) -rldhont 2017-05-21 +D'Hont René-Luc 2017-05-21 [Server] wmsInfoFormatSIA2045 to wmsInfoFormatSia2045: Qt style naming -Juergen E. Fischer 2017-05-21 +Jürgen E. Fischer 2017-05-21 sipify.pl: consider structs in exported classes also exported @@ -90607,27 +102647,27 @@ Martin Dobias 2017-05-21 The locator was getting invalidated, but there was no feedback object associated for cancellation. -Juergen E. Fischer 2017-05-20 +Jürgen E. Fischer 2017-05-20 creatensis.pl: avoid (harmless) postinstall.log message (cherry picked from commit 0be274f4675ae6d8c35927369f0a8c9ea8ed9907) -rldhont 2017-05-20 +D'Hont René-Luc 2017-05-20 [Server] Update QgsServerProjectUtils SIP file -rldhont 2017-05-19 +D'Hont René-Luc 2017-05-19 [Server] WMS GetCapabilities refactoring - Part 2 Part 2 (the last) for removing QgsWMSProjectParser from GetCapabilities -Juergen E. Fischer 2017-05-19 +Jürgen E. Fischer 2017-05-19 Once again fix QgsFeatureRequest::OrderBy on windows (followup b0bb873, 1d5d92e, 8f29f28 and 3c843a8) -Juergen E. Fischer 2017-05-19 +Jürgen E. Fischer 2017-05-19 fix build of oracle provider @@ -90770,15 +102810,15 @@ Matthias Kuhn 2017-05-19 Add clone() methods for layers -Juergen E. Fischer 2017-05-19 +Jürgen E. Fischer 2017-05-19 debian packaging: drop release-sponsors.html -Juergen E. Fischer 2017-05-19 +Jürgen E. Fischer 2017-05-19 fix windows build of QgsFeatureRequest::OrderBy again (reapply 8f29f28 and 3c843a8) -Juergen E. Fischer 2017-05-18 +Jürgen E. Fischer 2017-05-18 make prepare-commit.sh work with git-new-workdir @@ -90786,7 +102826,7 @@ Denis Rouzaud 2017-05-18 sipify batch -Juergen E. Fischer 2017-05-18 +Jürgen E. Fischer 2017-05-18 crssync: check result of CSVReadParseLine instead of feof @@ -90885,7 +102925,7 @@ Denis Rouzaud 2017-05-18 verbose check spelling test to detect issue on Travis -Juergen E. Fischer 2017-05-18 +Jürgen E. Fischer 2017-05-18 db manager: fix layer custom action @@ -90906,11 +102946,11 @@ Denis Rouzaud 2017-05-18 python/core/qgsprojectversion.sip python/core/qgssnappingconfig.sip -Juergen E. Fischer 2017-05-18 +Jürgen E. Fischer 2017-05-18 oracle provider: fix triangle warnings -Juergen E. Fischer 2017-05-18 +Jürgen E. Fischer 2017-05-18 install qgsvectorlayerlabeling.h @@ -90918,7 +102958,7 @@ Martin Dobias 2017-05-18 Fix build (followup 43a0938) -Juergen E. Fischer 2016-12-03 +Jürgen E. Fischer 2016-12-03 oracle provider: skip retrying unavailable connections for 30s @@ -90931,7 +102971,7 @@ Alexander Bruy 2017-05-18 store profiles as QStringList to avoid issues with spaces (fix #16327) -Tim Sutton 2017-05-18 +Tim Sutton 2017-05-18 Make locator bar shortcut hint show Cmd-K on MacOS (#4583) @@ -91229,7 +103269,7 @@ Alessandro Pasotti 2017-05-17 [bugfix] Fix broken inverted Y support in XYZ layers -Alessandro Pasotti 2017-05-16 +Alessandro Pasotti 2017-05-16 [bugfix] Fix broken inverted Y support in XYZ layers @@ -91302,15 +103342,15 @@ Alessandro Pasotti 2017-05-16 [server] Add url and post data getters to request handler -Alessandro Pasotti 2017-05-16 +Alessandro Pasotti 2017-05-16 [server] Clearer log message when parsing non-XML POST data -Alessandro Pasotti 2017-05-16 +Alessandro Pasotti 2017-05-16 [server] Sipify QgsRequestHandler -Alessandro Pasotti 2017-05-16 +Alessandro Pasotti 2017-05-16 [server] Add url and post data getters to request handler @@ -91327,7 +103367,7 @@ Alexander Bruy 2017-05-16 [processing] handle NULL values in the single to multi algorithm (fix #15822) -Juergen E. Fischer 2017-05-16 +Jürgen E. Fischer 2017-05-16 db_manager versioning: add RETURNING to INSERT rule (fixes #16083) @@ -91335,11 +103375,11 @@ Alexander Bruy 2017-05-15 [processing] handle NULL values in the single to multi algorithm (fix #15822) -Juergen E. Fischer 2017-05-16 +Jürgen E. Fischer 2017-05-16 sip bindings: exclude QgsCompositionChecker when not building tests -Juergen E. Fischer 2017-05-16 +Jürgen E. Fischer 2017-05-16 debian packaging: include native gui library @@ -91539,7 +103579,7 @@ Matthias Kuhn 2017-01-07 platform at compile time to allow specialized handling for integration with the current system. -Larry Shaffer 2014-01-16 +Larry Shaffer 2014-01-16 Add OS native interface lib, with objective-c++ interface to Mac Cocoa libraries @@ -91601,7 +103641,7 @@ Nyall Dawson 2017-05-15 c++ framework for parameters and running algorithms -Tim Sutton 2017-05-14 +Tim Sutton 2017-05-14 Change browser context menu item text for adding layer to 'Add select… (#4459) @@ -91740,7 +103780,7 @@ Alessandro Pasotti 2017-05-12 Attributetable fixes crash #16492 -Alessandro Pasotti 2017-05-12 +Alessandro Pasotti 2017-05-12 Only check for validity if attribute has changed @@ -91750,7 +103790,7 @@ Matthias Kuhn 2017-05-12 Fix #16302 -nirvn 2017-05-12 +Mathieu Pellerin 2017-05-12 Force vector output when saving map/canvas as PDF @@ -91762,15 +103802,15 @@ Mathieu Pellerin 2017-05-12 Display name of layers in need of rasterization when saving as PDF (#4539) -Juergen E. Fischer 2017-05-12 +Jürgen E. Fischer 2017-05-12 sip update qgsfeature -Alessandro Pasotti 2017-05-12 +Alessandro Pasotti 2017-05-12 Speed up the check for valid feature -Juergen E. Fischer 2017-05-12 +Jürgen E. Fischer 2017-05-12 Fix windows warning @@ -91778,7 +103818,7 @@ Juergen E. Fischer 2017-05-12 .../server/qgsconfigcache.h(34): note: see declaration of 'QDomDocument' ...\qt5\include\qtcore\qcache.h(124): note: while compiling class template member function 'void QCache::clear(void)' -Juergen E. Fischer 2017-05-12 +Jürgen E. Fischer 2017-05-12 Fix windows build undefined error C2079: 'QMapNode::value' uses undefined class 'QgsGeometry' @@ -91837,7 +103877,7 @@ Nyall Dawson 2017-05-12 Fix crash when transform exception occurs during rendering -Alessandro Pasotti 2017-05-11 +Alessandro Pasotti 2017-05-11 [bugfix] Attribute table crashes QGIS when deleting selected @@ -91845,15 +103885,15 @@ Alessandro Pasotti 2017-05-11 Needs-backporting -Alessandro Pasotti 2017-05-11 +Alessandro Pasotti 2017-05-11 Added a comment to the test header -Alessandro Pasotti 2017-05-11 +Alessandro Pasotti 2017-05-11 Tiny typo fix - SIP part -Alessandro Pasotti 2017-05-11 +Alessandro Pasotti 2017-05-11 Tiny typo in a comment @@ -91939,7 +103979,7 @@ Alessandro Pasotti 2017-05-11 [attributetable] Fix "Move selection to top" for 3.x regression fixes #15803 -Juergen E. Fischer 2017-05-11 +Jürgen E. Fischer 2017-05-11 fix test font message @@ -91977,7 +104017,7 @@ Luigi Pirelli 2017-04-28 [attributetable] fix sortOnTop due to sortOrder wrong enum values from QgsAttributeTableConfig: fixes #15803 port to 3.0 for https://github.com/qgis/QGIS/pull/4306 -Alessandro Pasotti 2017-05-10 +Alessandro Pasotti 2017-05-10 Use a valid polygon in attr-table test @@ -92037,11 +104077,11 @@ Alessandro Pasotti 2017-05-09 Re-enable OWS auth test -Alessandro Pasotti 2017-05-09 +Alessandro Pasotti 2017-05-09 Re-enable OWS auth test -Alessandro Pasotti 2017-05-09 +Alessandro Pasotti 2017-05-09 Remove unused forward declarations @@ -92102,15 +104142,15 @@ Nyall Dawson 2017-05-09 Ensure that layers created by QgsProcessingUtils::createFeatureSink can always be retrieved using QgsProcessingUtils::mapLayerFromString -nirvn 2017-05-09 +Mathieu Pellerin 2017-05-09 [FEATURE] Add opacity support to copyright decorator -nirvn 2017-05-09 +Mathieu Pellerin 2017-05-09 [FEATURE] Add outline and color opacity settings for scale bar decoration -nirvn 2017-05-09 +Mathieu Pellerin 2017-05-09 [FEATURE] Color settings for north arrow decoration @@ -92156,7 +104196,7 @@ Nyall Dawson 2017-05-09 Followup c2699b4, fix missing field names in expression builder -Juergen E. Fischer 2017-05-08 +Jürgen E. Fischer 2017-05-08 include metadata headers in install (followup 3a965e6d) @@ -92266,15 +104306,15 @@ Nyall Dawson 2017-05-08 Possibly refs #16385 -Nathan Woodrow 2017-05-07 +Nathan Woodrow 2017-05-07 Black list some tests for now -Nathan Woodrow 2017-05-07 +Nathan Woodrow 2017-05-07 Fix build -Nathan Woodrow 2017-05-07 +Nathan Woodrow 2017-05-07 Fix #16474 - Clean up formatting of crash report data @@ -92289,7 +104329,7 @@ Nyall Dawson 2017-05-07 Revert "Asyncronously render composer map previews " -Juergen E. Fischer 2017-05-07 +Jürgen E. Fischer 2017-05-07 fix windows build @@ -92329,7 +104369,7 @@ Nyall Dawson 2017-05-02 sink for algorithms (e.g. output direct to MSSQL/Oracle/db2). This should work now - it just needs exposing via UI. -Juergen E. Fischer 2017-05-06 +Jürgen E. Fischer 2017-05-06 osgeo4w: also build pdb and corresponding package for releases @@ -92337,17 +104377,17 @@ Martin Dobias 2017-05-06 Small cleanup of QgsAbstractGeometry header -Alessandro Pasotti 2017-05-06 +Alessandro Pasotti 2017-05-06 [server] More WMS tests for FILTER parameter with bool operators and UTF8 Forward port from 2.18 commit 8fd4fc60697738a986207 -Alessandro Pasotti 2017-05-06 +Alessandro Pasotti 2017-05-06 [server] Fail test when expected and reference have different number of lines -Alessandro Pasotti 2017-05-06 +Alessandro Pasotti 2017-05-06 Added server changes to API break docs @@ -92433,7 +104473,7 @@ Nyall Dawson 2017-05-06 Move memory provider to core -Nathan Woodrow 2017-05-06 +Nathan Woodrow 2017-05-06 Set paths in qgis python module based on osgeo4w env file @@ -92526,15 +104566,15 @@ Nyall Dawson 2017-05-03 The changes here (while not exposed yet to Python) could potentially be built on to allow creation of pure Python data providers. -Alessandro Pasotti 2017-05-03 +Alessandro Pasotti 2017-05-03 [bugfix] Fixes attribute table duplicated rows #15974 -Nathan Woodrow 2017-05-05 +Nathan Woodrow 2017-05-05 Fix space -Nathan Woodrow 2017-05-05 +Nathan Woodrow 2017-05-05 Fix symbol path for osgeo4w installs @@ -92882,7 +104922,7 @@ Nyall Dawson 2017-05-03 Add method to retrieve sink -Alessandro Pasotti 2017-04-30 +Alessandro Pasotti 2017-04-30 [server] Python plugins API cleanup part 3 @@ -92892,7 +104932,7 @@ Alessandro Pasotti 2017-04-30 This superceeded by the implementation that takes a request and response instances. -Alessandro Pasotti 2017-04-30 +Alessandro Pasotti 2017-04-30 [server] Python plugins API cleanup part 2 @@ -92902,7 +104942,7 @@ Alessandro Pasotti 2017-04-30 Some additional tests are also added. -Alessandro Pasotti 2017-04-30 +Alessandro Pasotti 2017-04-30 [server] Python plugins API cleanup part 1 @@ -92963,11 +105003,11 @@ Mathieu Pellerin 2017-05-03 Merge pull request #4488 from nirvn/saveasimage_fix_rotated -nirvn 2017-05-03 +Mathieu Pellerin 2017-05-03 rotated world file support in QgsMapSettingsUtils::worldFileContent() -nirvn 2017-05-03 +Mathieu Pellerin 2017-05-03 Fix rotated canvas scale issue in save as image @@ -93059,7 +105099,7 @@ Denis Rouzaud 2017-05-02 [sipify] remove static const value assignment Merge: b342accfe4 5664d3df08 -rldhont 2017-05-02 +D'Hont René-Luc 2017-05-02 Merge pull request #4486 from rldhont/server-wfs-refactoring @@ -93073,7 +105113,7 @@ Matthias Kuhn 2017-05-02 Fix crashing test -rldhont 2017-04-28 +D'Hont René-Luc 2017-04-28 [Server] little WFS refactoring @@ -93149,7 +105189,7 @@ Denis Rouzaud 2017-05-02 [sip] align missing bits and replace nullptr by 0 -nirvn 2017-05-01 +Mathieu Pellerin 2017-05-01 Add a QgsMapSettingsUtils::worldFileContent() function @@ -93164,11 +105204,11 @@ Nyall Dawson 2017-05-02 Remove a bunch of unneeded imports -nirvn 2017-05-01 +Mathieu Pellerin 2017-05-01 Add missing wordfile creation to revamped save as image -nirvn 2017-05-01 +Mathieu Pellerin 2017-05-01 [FEATURE] customizable output width and height in save as image dialog @@ -93359,7 +105399,7 @@ Etienne Trimaille 2017-05-01 sipify QgsColor* Merge: 2da64e4415 44731f2314 -Jürgen Fischer 2017-05-01 +Jürgen E. Fischer 2017-05-01 Merge pull request #4434 from arnaud-morvan/db_manager_fix_schema_g @@ -93442,7 +105482,7 @@ Nyall Dawson 2017-05-01 [processing] Fix qgis:singlepartstomultipart test -Juergen E. Fischer 2017-05-01 +Jürgen E. Fischer 2017-05-01 fix 82418ea0 @@ -93536,7 +105576,7 @@ doublebyte1 2017-04-30 - Annotated qgsdataitem.h for sip - regenerated automatically qgsdataitem.sip and qgsvector.sip -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 remove superfluous semicolon (followup e4d2f34) @@ -93566,7 +105606,7 @@ doublebyte1 2017-04-30 Merge remote-tracking branch 'upstream/master' into sip-annotated -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 update INSTALL following 82418ea0 @@ -93602,7 +105642,7 @@ doublebyte1 2017-04-30 - Removed dataItem_t pointer from qgsdataitem bindings. - Put back qobject_cast. -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 debian packaging: disable WITH_PYSPATIALITE in favor of libsqlite3-mod-spatialite @@ -93637,11 +105677,11 @@ Denis Rouzaud 2017-04-30 fix sipify_all -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 remove accidentally committed files -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 fix 98c89ccab @@ -93660,7 +105700,7 @@ Denis Rouzaud 2017-04-27 sipify geometry classes -Juergen E. Fischer 2017-04-30 +Jürgen E. Fischer 2017-04-30 fix test_qgsgeometry.py indentation @@ -93735,7 +105775,7 @@ Werner Macho 2017-04-29 Add Filename to error message -Juergen E. Fischer 2017-04-29 +Jürgen E. Fischer 2017-04-29 hub.qgis.org moved to issues.qgis.org @@ -93747,7 +105787,7 @@ Larry Shaffer 2017-04-29 Update macOS app bundle copyright notice -Tim Sutton 2017-04-29 +Tim Sutton 2017-04-29 Added a little more padding for recent projects title (#4443) @@ -93768,7 +105808,7 @@ Richard Duivenvoorde 2017-04-29 Update README.md -Juergen E. Fischer 2017-04-28 +Jürgen E. Fischer 2017-04-28 also accept uppercase .qgs as project extension (fixes #15871) @@ -93779,11 +105819,11 @@ Alessandro Pasotti 2017-04-29 [server] Moved QgsBufferServerRequest into its own header and cpp file -Alessandro Pasotti 2017-04-29 +Alessandro Pasotti 2017-04-29 [server] Moved QgsFcgiServerRequest into its own header and cpp file -Alessandro Pasotti 2017-04-29 +Alessandro Pasotti 2017-04-29 [server] Moved QgsBufferServerRequest into its own header and cpp file @@ -93823,7 +105863,7 @@ Denis Rouzaud 2017-04-28 you just now need to unblacklist them :) -rldhont 2017-04-28 +D'Hont René-Luc 2017-04-28 [BUGFIX][Processing] Fix spatialite version comparison: import re @@ -94304,13 +106344,13 @@ Nyall Dawson 2017-04-26 Allows creation of QSet Merge: c869fa29b6 ae7ace9873 -Larry Shaffer 2017-04-25 +Larry Shaffer 2017-04-25 Merge pull request #4407 from boundlessgeo/filedownloader-auth [auth] Add authentication configuration support to QgsFileDownloader -rldhont 2017-04-25 +D'Hont René-Luc 2017-04-25 [BUGFIX][Server] Filter restorer modifying layers and not well restoring them @@ -94318,7 +106358,7 @@ rldhont 2017-04-25 The solution is to use QgsVectorLayer::setSubsetString in the 2 cases. Merge: 96151e732a 27a9053490 -rldhont 2017-04-25 +D'Hont René-Luc 2017-04-25 Merge pull request #4415 from rldhont/server-wms-configparser-getcapabilities-part1 @@ -94328,13 +106368,13 @@ Denis Rouzaud 2017-04-25 remove extra SIP_TRANSFERTHIS in cpp files -rldhont 2017-04-20 +D'Hont René-Luc 2017-04-20 [Server] WMS GetCapabilities refactoring - Part 1 Part 1 for removing QgsWMSProjectParser from GetCapabilities -Nathan Woodrow 2017-04-24 +Nathan Woodrow 2017-04-24 Add QgsStackTrace class @@ -94372,7 +106412,7 @@ Nyall Dawson 2017-04-25 Add invalid geometry handling to QgsFeatureRequest/QgsVectorLayerFeatureIterator Merge: b0c1604864 965350b3ae -Even Rouault 2017-04-25 +Even Rouault 2017-04-25 Merge pull request #4408 from rouault/fix_12695 @@ -94431,11 +106471,11 @@ Even Rouault 2017-04-24 DBManager: fix importing a new layer in a GeoPackage (#16295) -Alessandro Pasotti 2017-04-24 +Alessandro Pasotti 2017-04-24 pep8 travis quirks (do not err locally) -Alessandro Pasotti 2017-04-24 +Alessandro Pasotti 2017-04-24 [auth] Add authentication configuration support to QgsFileDownloader @@ -94467,7 +106507,7 @@ Denis Rouzaud 2017-04-24 * one liner enum (without assignements) * remove function bodies of skipped methods -Alessandro Pasotti 2017-04-24 +Alessandro Pasotti 2017-04-24 [server] Tests housekeeping and improved robustness @@ -94570,7 +106610,7 @@ Nyall Dawson 2017-04-24 I remember now... that was added to avoid a totally nonsense and otherwise unfixable crash in the sip bindings... -nirvn 2017-04-24 +Mathieu Pellerin 2017-04-24 Save as image cleanup: * message bar go away after 5sec @@ -94596,7 +106636,7 @@ Nyall Dawson 2017-04-24 *Blame resides with gnome's obsession with "touch friendly" tablet style widgets -Nathan Woodrow 2017-04-24 +Nathan Woodrow 2017-04-24 UI cleanup for crash dialog @@ -94662,7 +106702,7 @@ Nathan Woodrow 2017-04-23 Add QgsCrashHandler for single place for all platforms -Juergen E. Fischer 2017-04-23 +Jürgen E. Fischer 2017-04-23 fix windows build (followup e0d20e53) @@ -94690,15 +106730,15 @@ Nyall Dawson 2017-04-23 Fix crash when saving map image and dpi != 90 -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] Add to API break and pass enum by value -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] disabled failing check -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] disabled failing check @@ -94706,21 +106746,21 @@ Nyall Dawson 2017-04-22 Update indentation -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] Fix access control test -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] handleRequest accept QgsServerRequest.Method instead of a string Also made this optional -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] More Qt-style getter changes getHeader( key ) -> header( key ) -Alessandro Pasotti 2017-04-22 +Alessandro Pasotti 2017-04-22 [server] Expose HTTP status code and test refactoring @@ -94737,13 +106777,13 @@ Alessandro Pasotti 2017-04-22 Server: pass full url string and data to handleRequest() -Nathan Woodrow 2017-04-21 +Nathan Woodrow 2017-04-21 Remove old stack trace dump code in main Will be moved to a new class. -Nathan Woodrow 2017-04-17 +Nathan Woodrow 2017-04-17 Add stack info to crash dialog @@ -94754,7 +106794,7 @@ David Marteau 2017-04-21 Fix tests by removing passing url pieces from environment Merge: 25ed76b86e a55390e319 -rldhont 2017-04-21 +D'Hont René-Luc 2017-04-21 Merge pull request #4391 from dmarteau/server_request_body_accessor @@ -94790,7 +106830,7 @@ Mathieu Pellerin 2017-04-21 Upgrade the save as image function into a background task (#4382) -Juergen E. Fischer 2017-04-20 +Jürgen E. Fischer 2017-04-20 avoid opening multiple attribute forms for a single feature in identify (fixes #13520) @@ -94799,11 +106839,11 @@ Juergen E. Fischer 2017-04-20 (cherry picked from commit 7b8fb793cf63483477b8af1670541aca033e8ab9) -rldhont 2017-04-20 +D'Hont René-Luc 2017-04-20 [BUGFIX][Processing] Fix spatialite version comparison -volaya 2017-04-20 +Víctor Olaya 2017-04-20 indentation fix @@ -94825,23 +106865,23 @@ Denis Rouzaud 2017-04-20 this will allow accessing other lines while reading -volaya 2017-04-20 +Víctor Olaya 2017-04-20 [processing] fixed I/O of models -volaya 2017-04-20 +Víctor Olaya 2017-04-20 improvements for extracts within subsets -volaya 2017-04-20 +Víctor Olaya 2017-04-20 [processing] removed commander -Juergen E. Fischer 2017-04-20 +Jürgen E. Fischer 2017-04-20 utf8 translation string fix -Juergen E. Fischer 2017-04-20 +Jürgen E. Fischer 2017-04-20 update INSTALL @@ -94923,11 +106963,11 @@ Denis Rouzaud 2017-04-19 sipify QgsFieldExpressionWidget -jef 2017-04-19 +Jürgen E. Fischer 2017-04-19 fix windows build -jef 2017-03-28 +Jürgen E. Fischer 2017-03-28 update ICOs @@ -95307,7 +107347,7 @@ Harrissou Sant-anna 2017-04-13 Add tooltips to Vector layer properties dialog Merge: 1eaa486291 7a48d07578 -rldhont 2017-04-14 +D'Hont René-Luc 2017-04-14 Merge pull request #4344 from rldhont/server-wfs-configparser @@ -95379,19 +107419,19 @@ matteo 2017-04-12 fix category error and remove np dependency -Alessandro Pasotti 2017-04-12 +Alessandro Pasotti 2017-04-12 QgsSettings: add writeArray and more group and array tests -Nathan Woodrow 2017-04-12 +Nathan Woodrow 2017-04-12 Opps :) -Nathan Woodrow 2017-04-10 +Nathan Woodrow 2017-04-10 [FEATURE][needs-docs] Add better crash dialog -Juergen E. Fischer 2017-04-12 +Jürgen E. Fischer 2017-04-12 debian packaging: add dependency qt5keychain-dev (followup 090d530) @@ -95424,7 +107464,7 @@ Nyall Dawson 2017-04-12 Remove unused variable -Nathan Woodrow 2017-04-12 +Nathan Woodrow 2017-04-12 [MSSQL] Fix update/insert with timestamp columns @@ -95487,7 +107527,7 @@ Tom Kralidis 2017-04-11 Update qgis-resource-metadata.xsd -Juergen E. Fischer 2017-04-12 +Jürgen E. Fischer 2017-04-12 debian packaging: add zesty @@ -95512,7 +107552,7 @@ matteo 2017-04-11 Merge branch 'master' into proc_tests -Alessandro Pasotti 2017-03-21 +Alessandro Pasotti 2017-03-21 [feature][needs-docs] Master Password integration with OS password manager @@ -95575,11 +107615,11 @@ Mark Johnson 2017-04-10 Fix #15978 -rldhont 2017-04-10 +D'Hont René-Luc 2017-04-10 [Server] WFS update files header -rldhont 2017-04-10 +D'Hont René-Luc 2017-04-10 [Server] WFS Transaction fix update @@ -95639,15 +107679,15 @@ Nyall Dawson 2017-04-10 Fix missing sip cast for QgsHillshadeRenderer -rldhont 2017-04-09 +D'Hont René-Luc 2017-04-09 [Server] WFS Transaction fix insert -rldhont 2017-04-09 +D'Hont René-Luc 2017-04-09 [Server] Update QgsServer WFST test by adding wfs feature count verifying after added -Nathan Woodrow 2017-04-09 +Nathan Woodrow 2017-04-09 Remove old comment line @@ -95675,39 +107715,39 @@ Matthias Kuhn 2017-04-07 Sipify -rldhont 2017-04-08 +D'Hont René-Luc 2017-04-08 [Server] WFS update indetation and spelling -rldhont 2017-04-08 +D'Hont René-Luc 2017-04-08 [Server] remove QgsWfsProjectParser -rldhont 2017-04-08 +D'Hont René-Luc 2017-04-08 [Server] Update QgsServer AccessControl tests -rldhont 2017-04-08 +D'Hont René-Luc 2017-04-08 [Server] WFS Transaction add KVP support -rldhont 2017-04-06 +D'Hont René-Luc 2017-04-06 [Server] WFS Transaction refactoring -rldhont 2017-04-04 +D'Hont René-Luc 2017-04-04 [Server] WFS GetFeature refactoring remove QgsWFSProjectParser and rewrite all GetFeature methods -rldhont 2017-02-18 +D'Hont René-Luc 2017-02-18 [Server] WFS GetCapapbilities and DescribeFeatureType refactoring Remove QgsWFSProjectParser from GetCapabilities and DescribeFeatureType -Nathan Woodrow 2017-04-08 +Nathan Woodrow 2017-04-08 sip skip on ColumnConfig == for now @@ -95793,7 +107833,7 @@ Nyall Dawson 2017-04-07 and change \return -> :return: in docystrings -Nathan Woodrow 2017-04-07 +Nathan Woodrow 2017-04-07 Add header to Qt templates @@ -95997,7 +108037,7 @@ Nyall Dawson 2017-04-06 Use the task manager framework to handle saving of raster layers in the background -Tim Sutton 2017-04-06 +Tim Sutton 2017-04-06 Changed Tile Server (XYZ) to XYZ Tile Server to reduce visual clutter @@ -96013,7 +108053,7 @@ Martin Dobias 2017-04-06 Also highlight vertices when highlighting a feature on mouse hover -Tim Sutton 2017-04-06 +Tim Sutton 2017-04-06 Added more error handling for cases when processing help causes an error @@ -96053,7 +108093,7 @@ Nyall Dawson 2017-04-06 feature in this case, and also use a prepared extent geometry to speed up the remaining intersection checks. -Nathan Woodrow 2017-04-06 +Nathan Woodrow 2017-04-06 Add API area selector in test template @@ -96061,7 +108101,7 @@ Martin Dobias 2017-04-06 Update highlighted nodes when features are changed or deleted -Nathan Woodrow 2017-04-06 +Nathan Woodrow 2017-04-06 Add ignore for astyle for template folder @@ -96085,21 +108125,21 @@ Martin Dobias 2017-04-06 and it is possible to open node editor dock widget for that particular feature to edit coordinates numerically or to delete vertices. -Nathan Woodrow 2017-04-06 +Nathan Woodrow 2017-04-06 Fix broken template -Nathan Woodrow 2017-04-06 +Nathan Woodrow 2017-04-06 Fix unset var in template install script Pro Tip: Don't code on the train early in the morning -Nathan Woodrow 2017-04-06 +Nathan Woodrow 2017-04-06 Fix typo in install template script -Nathan Woodrow 2017-04-05 +Nathan Woodrow 2017-04-05 Add install script for editor templates and code style @@ -96142,7 +108182,7 @@ Nyall Dawson 2017-04-05 by string (Python version was very broken and would never match a postgres/virtual layer) -Juergen E. Fischer 2017-04-05 +Jürgen E. Fischer 2017-04-05 creatensis.pl: fix md5sum verification on filenames with a plus @@ -96222,31 +108262,31 @@ Angelos Tzotsos 2017-04-04 Added draft XML schema for QGIS metadata -volaya 2017-04-04 +Víctor Olaya 2017-04-04 [Processing] prevent error when running escapeAndJoin with empty param string fixes #16200 -volaya 2017-04-04 +Víctor Olaya 2017-04-04 Revert "[Processing] prevent error when running escapeAndJoin with empty param string" This reverts commit c2a566a3a7bfe369832e5361a0c582bfe2ea5a98. -volaya 2017-04-04 +Víctor Olaya 2017-04-04 [Processing] prevent error when running escapeAndJoin with empty param string fixes #16200 -volaya 2017-04-04 +Víctor Olaya 2017-04-04 [processing] cast setting size value to int fixes #16347 -volaya 2017-04-04 +Víctor Olaya 2017-04-04 fixed saga algorithm to adapt it to 2.3 syntax @@ -96293,7 +108333,7 @@ Tom Kralidis 2017-04-03 [FEATURE] [needs-docs] MetaSearch: add support for ESRI MapServer/FeatureServer layer integration (fixes #16320) -Juergen E. Fischer 2017-04-03 +Jürgen E. Fischer 2017-04-03 fix api break dox for QgsLayerTreeMapCanvasBridge custom layer order @@ -96665,7 +108705,7 @@ Nyall Dawson 2017-03-23 sequential numerical order. This refactor allows values to be skipped, so that only certain color index will be rendered. -Nathan Woodrow 2017-04-03 +Nathan Woodrow 2017-04-03 Some more Qt5 signal converts @@ -96993,7 +109033,7 @@ Nyall Dawson 2017-03-30 Qt5 style connects -Juergen E. Fischer 2017-03-28 +Jürgen E. Fischer 2017-03-28 debian packaging: update icons @@ -97012,7 +109052,7 @@ Even Rouault 2017-03-29 inappropriate for a method that you would expect to only affects GUI/widgets. Merge: eb110fd307 35fab8760c -volaya 2017-03-29 +Víctor Olaya 2017-03-29 Merge pull request #4278 from sfkeller/patch-1 @@ -97131,7 +109171,7 @@ Nyall Dawson 2017-03-29 Fix incorrect project CRS when loading project (fix #16149) -nirvn 2017-03-29 +Mathieu Pellerin 2017-03-29 fix ArcGIS Feature/Map Server connect() @@ -97139,11 +109179,11 @@ Nyall Dawson 2017-03-28 Clean up progress handling in QgsProcessingFeedback -jef 2017-03-28 +Jürgen E. Fischer 2017-03-28 fix windows build (followup 943d1a2) -Alessandro Pasotti 2017-03-28 +Alessandro Pasotti 2017-03-28 Removed a few debug messages (credentials leakage) @@ -97303,11 +109343,11 @@ Nyall Dawson 2017-03-25 Densifies a geometry by adding a specified number of vertices to each segment -Nathan Woodrow 2017-03-24 +Nathan Woodrow 2017-03-24 Hide and show system tray icon on all platforms -Nathan Woodrow 2017-03-24 +Nathan Woodrow 2017-03-24 Hide system tray icon on Windows @@ -97320,7 +109360,7 @@ Mathieu Pellerin 2017-03-24 This also updates the map view's extent to make use of a secondary stroke color instead of a semi-transparent fill. -Alessandro Pasotti 2017-03-24 +Alessandro Pasotti 2017-03-24 [bugfix] Apply authentication configuration to xyz layers @@ -97395,7 +109435,7 @@ Matthias Kuhn 2017-03-22 Completely move layer order to core Merge: 634d5ffb8a 2fe7caf787 -rldhont 2017-03-23 +D'Hont René-Luc 2017-03-23 Merge pull request #4294 from rldhont/bugfix_processing_saga_io_gdal @@ -97409,12 +109449,12 @@ Nyall Dawson 2017-03-23 Some more new style connects -rldhont 2017-03-22 +D'Hont René-Luc 2017-03-22 [Processing] Saga: update gdal_io and Flow Accumulation (Flow Tracing) Merge: 060a57f12b 119637768c -Larry Shaffer 2017-03-22 +Larry Shaffer 2017-03-22 Merge pull request #4292 from Gustry/fix_mac_build @@ -97838,19 +109878,19 @@ Nyall Dawson 2017-03-17 QScrollArea should no longer be used in any QGIS code or plugins, instead use QgsScrollArea to benefit from this fix. -Tim Sutton 2017-03-20 +Tim Sutton 2017-03-20 Fixed build due to missing image resource reference. -Tim Sutton 2017-03-20 +Tim Sutton 2017-03-20 More images cleanups: Removed the developers folder as it is not maintained. Removed some XCF files since we dont really need them with the switch to SVG. Updated QGIS mime icon. -Tim Sutton 2017-03-19 +Tim Sutton 2017-03-19 Update logos to use new QGIS logo -Tim Sutton 2017-03-18 +Tim Sutton 2017-03-18 In progress migration to new QGIS icon @@ -97862,7 +109902,7 @@ Alessandro Pasotti 2017-03-20 * System tray notifications: renamed to showSystemNotification and const -Alessandro Pasotti 2017-03-20 +Alessandro Pasotti 2017-03-20 QgsSettings: added Auth, App and Providers sections @@ -97940,7 +109980,7 @@ Etienne Trimaille 2017-03-17 add checkbox to open sublayers in a group Merge: 1337ee3866 852f01b0f9 -Even Rouault 2017-03-17 +Even Rouault 2017-03-17 Merge pull request #4270 from rouault/wfs_outputformat @@ -97990,7 +110030,7 @@ Nyall Dawson 2017-03-16 Avoid getting stuck in raster projector loop for long times -Juergen E. Fischer 2017-03-16 +Jürgen E. Fischer 2017-03-16 don't crash on late update timeouts @@ -98092,12 +110132,12 @@ Nyall Dawson 2017-03-16 [processing] Fix error when opening modeler (fix #16270) -rldhont 2017-03-15 +D'Hont René-Luc 2017-03-15 [BUGFIX][Processing] Vector tools -- add next methods for features iterator Merge: e2d7181289 47dd83dd75 -Even Rouault 2017-03-15 +Even Rouault 2017-03-15 Merge pull request #4258 from rouault/ogr_isfieldsetandnotnull @@ -98174,11 +110214,11 @@ Nyall Dawson 2017-03-15 [FEATURE] Multi canvas/additional map views -Juergen E. Fischer 2017-03-14 +Jürgen E. Fischer 2017-03-14 blacklist epsg:6966 and epsg:7082 for crssync -Juergen E. Fischer 2017-03-14 +Jürgen E. Fischer 2017-03-14 fix duplicate labels in api_break.dox @@ -98196,7 +110236,7 @@ Nyall Dawson 2017-03-15 Improve NULL handling in expressions -Juergen E. Fischer 2017-03-14 +Jürgen E. Fischer 2017-03-14 fix FieldFormatter in pi_break.dox @@ -98465,11 +110505,11 @@ Nyall Dawson 2017-02-27 These are map canvases, but with limited functionality (ie no use of map tools beyond pan tool). -Juergen E. Fischer 2017-03-13 +Jürgen E. Fischer 2017-03-13 add windows download link for ninja to INSTALL -Juergen E. Fischer 2017-03-13 +Jürgen E. Fischer 2017-03-13 fix flake8 warnings @@ -98648,7 +110688,7 @@ Blottiere Paul 2017-03-10 [BUGFIX] Embedded groups are empty -Juergen E. Fischer 2017-03-11 +Jürgen E. Fischer 2017-03-11 windows test: * skip options startup test (--help shows a message box on windows) @@ -98699,7 +110739,7 @@ Sandro Mani 2017-03-10 [ArcGIS Rest] Fix connection key inconsistencies -Juergen E. Fischer 2017-03-09 +Jürgen E. Fischer 2017-03-09 remove python ext-libs that should meanwhile available everywhere @@ -98832,11 +110872,11 @@ Matthias Kuhn 2017-03-05 [travis] Fold segfault messages -Alessandro Pasotti 2017-03-08 +Alessandro Pasotti 2017-03-08 QgsSettings: homogenize "qgis" keys -Alessandro Pasotti 2017-03-08 +Alessandro Pasotti 2017-03-08 QgsSettings: removed leading slashs from keys @@ -98924,7 +110964,7 @@ Denis Rouzaud 2017-03-07 This reverts commit 0d7f697572e646500e002b53053cea0a1c201fd9. -Juergen E. Fischer 2017-03-07 +Jürgen E. Fischer 2017-03-07 spell check: replace only words @@ -98967,20 +111007,20 @@ Denis Rouzaud 2017-03-06 fix typo -Juergen E. Fischer 2017-03-06 +Jürgen E. Fischer 2017-03-06 spelling fix -Juergen E. Fischer 2017-03-06 +Jürgen E. Fischer 2017-03-06 spelling fixes -Alessandro Pasotti 2017-03-06 +Alessandro Pasotti 2017-03-06 QgsSettings: removed lower(), now it's case sensistive Merge: b9a0ba1e28 38079361cb -rldhont 2017-03-06 +D'Hont René-Luc 2017-03-06 Merge pull request #4124 from pblottiere/security @@ -98997,7 +111037,7 @@ Tom Kralidis 2017-03-05 MetaSearch: minor fixes for QGIS 3 compat -Nathan Woodrow 2017-02-22 +Nathan Woodrow 2017-02-22 [FEATURE] Add system tray notifcation for finished tasks. @@ -99030,15 +111070,15 @@ Tom Kralidis 2017-03-05 MetaSearch: clean OWS URL when adding from search (http://hub.qgis.org/issues/16261) -Juergen E. Fischer 2017-03-05 +Jürgen E. Fischer 2017-03-05 translation string fixes -Juergen E. Fischer 2017-03-04 +Jürgen E. Fischer 2017-03-04 fix more flake8 warnings -Juergen E. Fischer 2017-03-04 +Jürgen E. Fischer 2017-03-04 update translation strings @@ -99178,7 +111218,7 @@ Nyall Dawson 2017-03-03 approach with a fixed queue size can result in very slow feature fetching, which prevents UI updates for multiple seconds. -Alessandro Pasotti 2017-03-04 +Alessandro Pasotti 2017-03-04 QgsSettings: pass all keys through the sanitizer (and lower()) @@ -99255,15 +111295,15 @@ Nyall Dawson 2017-03-04 Add a unit test for destroying canvas while a job is canceling -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 header cleanups -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 pep8/pyflakes3 cleanups -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 More QgsSettings updates: * revives WMS @@ -99272,19 +111312,19 @@ Juergen E. Fischer 2017-03-03 * type parameter added to sip binding of QgsSettings.value() * TODO: customization & evis -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 remove python version checks -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 oracle provider: fix build -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 exclude test data from astyling -Juergen E. Fischer 2017-03-03 +Jürgen E. Fischer 2017-03-03 scripts/astyle-all.sh run @@ -99321,29 +111361,29 @@ Denis Rouzaud 2017-02-25 update astyle to 2.06 Merge: fb409b59a9 51da47d61c -volaya 2017-03-03 +Víctor Olaya 2017-03-03 Merge pull request #4206 from volaya/fix_processing_provider_update [processing] fixed update of toolbox after editing script providers -Juergen E. Fischer 2017-03-02 +Jürgen E. Fischer 2017-03-02 oracle provider: use prepared statements with parameters (implements #16251) -Juergen E. Fischer 2017-03-02 +Jürgen E. Fischer 2017-03-02 vector layer ctor: avoid 'Data source is invalid' warning when invoked with defaults -Juergen E. Fischer 2017-03-02 +Jürgen E. Fischer 2017-03-02 canvas: don't try to connect to null layers -Juergen E. Fischer 2017-03-02 +Jürgen E. Fischer 2017-03-02 fix exporting bookmarks -Juergen E. Fischer 2017-03-02 +Jürgen E. Fischer 2017-03-02 oracle provider: update qocispatial driver for/from Qt5 * handling of private data @@ -99354,15 +111394,15 @@ Nyall Dawson 2017-03-03 Indentation -volaya 2017-03-02 +Víctor Olaya 2017-03-02 [processing] fixed update of toolbox after editing script providers -volaya 2017-03-02 +Víctor Olaya 2017-03-02 [provided] avoid removing toolbox entries when there are no recent algs -volaya 2017-03-02 +Víctor Olaya 2017-03-02 [processing] fixed reading script description for R algorithms @@ -99379,7 +111419,7 @@ Alexander Bruy 2017-03-02 [processing] fixed grass tempfiles -Alessandro Pasotti 2017-03-02 +Alessandro Pasotti 2017-03-02 Fixes segfault in QgsSettings::clear, fixes #16233 @@ -99561,7 +111601,7 @@ Larry Shaffer 2017-02-21 [ci skip] Merge: 79580be502 98d323edb1 -rldhont 2017-02-28 +D'Hont René-Luc 2017-02-28 Merge pull request #4157 from rldhont/server-wcs-configparser @@ -99610,7 +111650,7 @@ Nyall Dawson 2017-02-27 The current names for QgsProjectionSelector and QgsGenericProjectionSelector are confusing -rldhont 2017-02-17 +D'Hont René-Luc 2017-02-17 [Server] Remove QgsWCSProjectParser @@ -99676,7 +111716,7 @@ Matthias Kuhn 2017-02-24 Build astyle -Juergen E. Fischer 2017-02-24 +Jürgen E. Fischer 2017-02-24 message log viewer: window isn't closeable and last tab has to stay (fixes #16220) @@ -99713,11 +111753,11 @@ Harrissou Sant-anna 2017-02-23 Use Spacing instead of Distance -Juergen E. Fischer 2017-02-23 +Jürgen E. Fischer 2017-02-23 fix text format widget connection -Juergen E. Fischer 2017-02-23 +Jürgen E. Fischer 2017-02-23 run t2t @@ -99737,11 +111777,11 @@ Matthias Kuhn 2017-02-23 Code cleanup -Juergen E. Fischer 2017-02-23 +Jürgen E. Fischer 2017-02-23 translation string fixes -Juergen E. Fischer 2017-02-23 +Jürgen E. Fischer 2017-02-23 osgeo4w: remove pyc on install and uninstall @@ -99865,7 +111905,7 @@ Nyall Dawson 2017-02-22 in other graphic editing programs Merge: 3b016466a2 0f16eb869c -Even Rouault 2017-02-22 +Even Rouault 2017-02-22 Merge pull request #4170 from rouault/gdal_mask @@ -100044,7 +112084,7 @@ Denis Rouzaud 2017-02-21 using a single list to exclude tests on travis Merge: 293e1ee01c 975b5890b9 -mhugent 2017-02-21 +Marco Hugentobler 2017-02-21 Merge pull request #4167 from mhugent/direction_neutral_segmentation @@ -100054,19 +112094,19 @@ Denis Rouzaud 2017-02-21 fix print spell check progress on Travis to avoid timeouts (followup 6cc58f3869a7f0642a78ee8f379e0b7862292c0b) -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 use constant for raster iterator default (followup baa5d90, f924578) -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 fix link warning -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 spell check: fix travis condition -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer after baa5d90) @@ -100075,7 +112115,7 @@ Denis Rouzaud 2017-02-21 print spell check progress on Travis to avoid timeouts -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 osgeo4w: include .vars in nightly @@ -100095,16 +112135,16 @@ Nyall Dawson 2017-02-21 Fix a bunch of suggestions from clang-tidy -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 fix windows build -Juergen E. Fischer 2017-02-21 +Jürgen E. Fischer 2017-02-21 [FEATURE] allow to configure maximum request size for WMS requests (fixes #16182) Hardwired setting was 2000, which is still default. -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 release.pl: allow tagging branches as ltr on point releases and bypass pre-commit hooks @@ -100112,7 +112152,7 @@ Juergen E. Fischer 2017-02-20 (cherry picked from commit 84cc3778d5dd1e9b25a9641a7de1c7f33b601029) Merge: 3dcb0c44c0 c4970aafd2 -Larry Shaffer 2017-02-20 +Larry Shaffer 2017-02-20 Merge pull request #4090 from dakcarto/find-qgis-cmake @@ -100158,19 +112198,19 @@ Marco Hugentobler 2017-02-20 Segmentize circular strings the same way in both directions, avoiding problems with tiny gaps/overlaps -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 fix 74df875 -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 debian packing: add plotly dependency -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 fix warnings -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 remove standalone browser @@ -100213,23 +112253,23 @@ Matthias Kuhn 2017-02-16 Remove "the"-prefix from method signatures -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 fix bde9b46 -Juergen E. Fischer 2017-02-20 +Jürgen E. Fischer 2017-02-20 osgeo4w: add qt plugin path for tests -Juergen E. Fischer 2017-02-19 +Jürgen E. Fischer 2017-02-19 osgeo4w: also provider wrapper for browser (followup 801184a) -Juergen E. Fischer 2017-02-19 +Jürgen E. Fischer 2017-02-19 processing: improve saga detection on windows -Juergen E. Fischer 2017-02-19 +Jürgen E. Fischer 2017-02-19 nsis: hide details by default @@ -100237,7 +112277,7 @@ Nathan Woodrow 2017-02-20 [FEATURE] Add support for Windows jump lists (#4161) -Juergen E. Fischer 2017-02-18 +Jürgen E. Fischer 2017-02-18 osgeo4w: add a minimal exe wrapper to initialize the enviroment and load qgis_app.dll (inspired by Nathan's PR #4156) @@ -100261,7 +112301,7 @@ Nyall Dawson 2017-02-19 [win] Show task manager progress in windows task bar -Juergen E. Fischer 2017-02-18 +Jürgen E. Fischer 2017-02-18 fix windows build @@ -100274,7 +112314,7 @@ DelazJ 2016-11-26 split long tooltip in multiline Merge: f66b0baf16 04475f8e32 -mhugent 2017-02-17 +Marco Hugentobler 2017-02-17 Merge pull request #4130 from mhugent/wfs_gml_from_geometry @@ -100347,14 +112387,14 @@ Matthias Kuhn 2017-02-16 Rework map touch tool Merge: cdb35d6288 f999970899 -volaya 2017-02-16 +Víctor Olaya 2017-02-16 Merge pull request #4116 from ghtmtt/r_prov [processing] small fix for R provider Merge: 7d2d6e89ba 337d1889b8 -volaya 2017-02-16 +Víctor Olaya 2017-02-16 Merge pull request #4119 from arnaud-morvan/processing_postgis_wrappers @@ -100424,11 +112464,11 @@ Tudor Bărăscu 2017-02-15 * advanced digitizing tooltips styling -Juergen E. Fischer 2017-02-15 +Jürgen E. Fischer 2017-02-15 update some documentation references to QgsDataDefinedButton/QgsDataDefinedSymbolDialog -Juergen E. Fischer 2017-02-15 +Jürgen E. Fischer 2017-02-15 QgsFeature: add pythonic notes to api doc and add QgsFeature.attribute(fieldIdx) binding @@ -100456,7 +112496,7 @@ Alexander Bruy 2017-02-14 add anchor to help URL only if necessary -Juergen E. Fischer 2017-02-14 +Jürgen E. Fischer 2017-02-14 api_break.dox: QgsMapLayerRegistry was removed @@ -100778,7 +112818,7 @@ Nyall Dawson 2017-02-06 This allows invalidation of cached images while deferring the actual map update until the next canvas refresh. -Juergen E. Fischer 2017-02-12 +Jürgen E. Fischer 2017-02-12 dxf export: consider layer styles (fixes #15946) @@ -100786,7 +112826,7 @@ Marco Hugentobler 2017-02-12 Change gml test output (use xmlns instead of gml: which both is valid) -Juergen E. Fischer 2017-02-12 +Jürgen E. Fischer 2017-02-12 oracle provider: followup 9ceb6c67 @@ -100842,19 +112882,19 @@ Denis Rouzaud 2017-02-06 option to show a search icon in QgsFilterLineEdit -Juergen E. Fischer 2017-02-11 +Jürgen E. Fischer 2017-02-11 processing: fix warning -Juergen E. Fischer 2017-02-11 +Jürgen E. Fischer 2017-02-11 debian packaging: add missing dependency (fixes #16179) -Juergen E. Fischer 2017-02-11 +Jürgen E. Fischer 2017-02-11 update_ts: avoid excessive number of arguments (for windows) -Juergen E. Fischer 2017-02-10 +Jürgen E. Fischer 2017-02-10 osgeo4w: fix quoting in batch files @@ -100912,17 +112952,17 @@ Marco Hugentobler 2017-02-10 Take wfs gml directly from geometry Merge: b96477731b 0e7d428739 -rldhont 2017-02-10 +D'Hont René-Luc 2017-02-10 Merge pull request #4129 from rldhont/server-geojson-precision [Server] The RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6 -rldhont 2017-02-10 +D'Hont René-Luc 2017-02-10 [Server] The RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6 -Juergen E. Fischer 2017-02-09 +Jürgen E. Fischer 2017-02-09 osgeo4w: fix designer path @@ -101039,11 +113079,11 @@ Alexander Bruy 2017-02-08 [processing] support only SAGA LTR -Juergen E. Fischer 2017-02-09 +Jürgen E. Fischer 2017-02-09 include private headers in install -Juergen E. Fischer 2017-02-09 +Jürgen E. Fischer 2017-02-09 processing: fix escaping @@ -101168,15 +113208,15 @@ Denis Rouzaud 2017-02-07 make sipdiff available on mac -Juergen E. Fischer 2017-02-07 +Jürgen E. Fischer 2017-02-07 fix directory detection in check_spelling.sh when pre-commit hook is linked to prepare-commit.sh -Juergen E. Fischer 2017-02-07 +Jürgen E. Fischer 2017-02-07 osgeo4w: fix running of python tests -Juergen E. Fischer 2017-02-07 +Jürgen E. Fischer 2017-02-07 update scripts/update_ts.sh to use pylupdate5 @@ -101211,7 +113251,7 @@ Harrissou Sant-anna 2017-02-07 UI update to the raster & vector save as dialogs (#4083) -nirvn 2017-02-07 +Mathieu Pellerin 2017-02-07 fix crash caused by use of std::sort and sort function to conforming to strict weak ordering @@ -101318,7 +113358,7 @@ Nyall Dawson 2017-02-01 is part of the labeling solution still requires all labeled layers to be completely redrawn) -Juergen E. Fischer 2017-02-06 +Jürgen E. Fischer 2017-02-06 * update INSTALL * osgeo4w: search qt5 first and use pyrcc5.bat @@ -101365,7 +113405,7 @@ Nyall Dawson 2017-02-06 Add method to retrieve dependent layers for map renderer cached images -Juergen E. Fischer 2017-02-06 +Jürgen E. Fischer 2017-02-06 osgeo4w: packaging fixes @@ -101425,15 +113465,15 @@ Nyall Dawson 2017-02-05 Tweak property definitions for size type properties -Juergen E. Fischer 2017-02-04 +Jürgen E. Fischer 2017-02-04 revert more of ab0345 -Juergen E. Fischer 2017-02-04 +Jürgen E. Fischer 2017-02-04 translation string fixes -Juergen E. Fischer 2017-02-04 +Jürgen E. Fischer 2017-02-04 fix initial crash on windows @@ -101462,7 +113502,7 @@ alisovenko 2017-02-03 Merged master fixed conflict. Merge: 74c65c8e74 2a77ba76f4 -rldhont 2017-02-03 +D'Hont René-Luc 2017-02-03 Merge pull request #4100 from rldhont/bugfix_dbmanager_detect_query_layer @@ -101484,7 +113524,7 @@ Nyall Dawson 2017-02-03 Fix Coverity uninitialized member warnings -rldhont 2017-02-02 +D'Hont René-Luc 2017-02-02 [BUGFIX][DB Manager] Detect query layer like providers do @@ -101544,7 +113584,7 @@ Alexander Bruy 2017-02-01 This may be useful for users who have plugin packages, so they don't need to extract them manually. -Alessandro Pasotti 2017-02-01 +Alessandro Pasotti 2017-02-01 Revert "Merge pull request #4087 from elpaso/resource-sharing-plugin" @@ -101687,11 +113727,11 @@ Nyall Dawson 2017-01-31 Flip some connects to new style -Juergen E. Fischer 2017-01-26 +Jürgen E. Fischer 2017-01-26 postgres providers: null values in array don't need curly braces -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 fix 'Set Group WMS data' layer action connection @@ -101702,11 +113742,11 @@ Alessandro Pasotti 2017-01-31 Added QGIS Resource Sharing Plugin and deps -Alessandro Pasotti 2017-01-31 +Alessandro Pasotti 2017-01-31 Do not spell-check some test QMLs -Alessandro Pasotti 2017-01-31 +Alessandro Pasotti 2017-01-31 Resource Sharing Plugin Tests Added @@ -101714,11 +113754,11 @@ Jorge Gustavo Rocha 2017-01-31 revert the SIP deleteStyleFromDatabase signature -Alessandro Pasotti 2017-01-31 +Alessandro Pasotti 2017-01-31 Fixed spell check -volaya 2017-01-31 +Víctor Olaya 2017-01-31 [processing] fixed grass tempfiles @@ -101728,7 +113768,7 @@ Jorge Gustavo Rocha 2017-01-31 improve deleteStyleFromDatabase signature -Alessandro Pasotti 2017-01-31 +Alessandro Pasotti 2017-01-31 Added QGIS Resource Sharing Plugin and deps @@ -101846,12 +113886,12 @@ Nyall Dawson 2017-01-30 Refactor annotations, add new annotation features + some other exciting stuff -volaya 2017-01-30 +Víctor Olaya 2017-01-30 [processing] removed otb tests Merge: 8ba609e516 83f4c99eb2 -rldhont 2017-01-30 +D'Hont René-Luc 2017-01-30 Merge pull request #3942 from pblottiere/qgsserverprojectutils @@ -101870,11 +113910,11 @@ Nyall Dawson 2017-01-30 Fix rendering offset lines as part of fill symbol (outside of vector layers) results in broken offset outline -volaya 2017-01-30 +Víctor Olaya 2017-01-30 [processing] removed providers imports -volaya 2017-01-30 +Víctor Olaya 2017-01-30 fixed Cmake file @@ -101886,7 +113926,7 @@ Nyall Dawson 2017-01-30 Fix failing tests -volaya 2017-01-30 +Víctor Olaya 2017-01-30 [processing] removed otb and lidartools providers @@ -102128,7 +114168,7 @@ Alexandre Neto 2017-01-28 More PNG to SVG replacements (#4065) -Alessandro Pasotti 2017-01-27 +Alessandro Pasotti 2017-01-27 Fix segfault for unitilialized mAssistantPreviewSymbol @@ -102174,7 +114214,7 @@ Martin Dobias 2017-01-27 Also removes a bunch of unused old QMLs and upgrades one still in use -pcav 2017-01-27 +Paolo Cavallini 2017-01-27 Because FSM @@ -102272,7 +114312,7 @@ Jorge Gustavo Rocha 2017-01-26 Delete styles from postgres provider -rldhont 2017-01-26 +D'Hont René-Luc 2017-01-26 [BUGFIX][Processing] Script: get output file extension @@ -102300,7 +114340,7 @@ Denis Rouzaud 2017-01-25 spelling fixes -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 spelling fixes @@ -102344,35 +114384,35 @@ Mathieu Pellerin 2017-01-25 [FEATURE] expression engine's is_layer_visible() (#4045) -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 Qt 5.2 has QComboBox::currentData -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 remove remaining QT_VERSION <=> 5 checks (also fixes b3e8d82) -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 identation fix -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 translation string fixes -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 update i18n scripts -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 debian packaging: include server modules -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 [processing] find grass >=7.0 -Juergen E. Fischer 2017-01-25 +Jürgen E. Fischer 2017-01-25 fix processing MessageBarProgress initialization @@ -102454,7 +114494,7 @@ Nyall Dawson 2017-01-24 Remove calls to method added in Qt 5.6 -Juergen E. Fischer 2017-01-15 +Jürgen E. Fischer 2017-01-15 updates and fixes for windows qt5/py3 build @@ -102758,15 +114798,15 @@ Nyall Dawson 2017-01-22 [FEATURE] Expose points as valid choice for all symbol/label units -Juergen E. Fischer 2017-01-21 +Jürgen E. Fischer 2017-01-21 add link to 2.18 api documentation -Juergen E. Fischer 2017-01-21 +Jürgen E. Fischer 2017-01-21 truncate only last extension in welcome screen -Juergen E. Fischer 2017-01-21 +Jürgen E. Fischer 2017-01-21 api_break fixes @@ -102778,7 +114818,7 @@ Nathan Woodrow 2017-01-21 Shortcuts live inside ({shortcut-here}) in the tooltip Merge: 2bedaf869c 65c01775f6 -rldhont 2017-01-21 +D'Hont René-Luc 2017-01-21 Merge pull request #3996 from jgrocha/literal @@ -102857,7 +114897,7 @@ Matthias Kuhn 2017-01-20 Fix loading of editor widgets Merge: 85146ca4be 8e025ae75e -rldhont 2017-01-20 +D'Hont René-Luc 2017-01-20 Merge pull request #4029 from dmarteau/cleanup_getenv @@ -102883,7 +114923,7 @@ Nyall Dawson 2017-01-20 Reenable full task manager tests following b45469f Merge: 95ca471e22 d1f233d083 -rldhont 2017-01-19 +D'Hont René-Luc 2017-01-19 Merge pull request #4027 from rldhont/server-selection-tests @@ -102896,7 +114936,7 @@ Alessandro Pasotti 2017-01-19 Store URLs in QSettings -rldhont 2017-01-19 +D'Hont René-Luc 2017-01-19 [Server] SELECTION tests @@ -102905,7 +114945,7 @@ rldhont 2017-01-19 !GetPrint SELECTION has to be fixed! -Alessandro Pasotti 2017-01-19 +Alessandro Pasotti 2017-01-19 Store URLs in QSettings @@ -102928,11 +114968,11 @@ Matthias Kuhn 2017-01-19 They should be handled equal to the edit form config. Fix #15931 -volaya 2017-01-19 +Víctor Olaya 2017-01-19 [processing] always use only selected features in 'save selected features' -Alessandro Pasotti 2017-01-19 +Alessandro Pasotti 2017-01-19 Replace broken WMS demo URLs with working URLs @@ -102942,7 +114982,7 @@ Alessandro Pasotti 2017-01-19 Needs backporting Merge: b45469f137 a80497e3de -rldhont 2017-01-19 +D'Hont René-Luc 2017-01-19 Merge pull request #4019 from dmarteau/wms_cleanup @@ -103043,7 +115083,7 @@ Jorge Gustavo Rocha 2017-01-18 Fix #11421 Merge: 08e0eacfef e17a7d4e21 -rldhont 2017-01-18 +D'Hont René-Luc 2017-01-18 Merge pull request #4004 from dmarteau/wfs_as_module @@ -103104,7 +115144,7 @@ David Marteau 2017-01-16 Move wfs as service module -Alessandro Pasotti 2017-01-17 +Alessandro Pasotti 2017-01-17 [bugfix] Fixes WFS HTTP auth basic username/password @@ -103171,7 +115211,7 @@ Denis Rouzaud 2017-01-16 [spellcheck] properly look into various cases and add more fixes" -Juergen E. Fischer 2017-01-16 +Jürgen E. Fischer 2017-01-16 creatensis.pl: handle release names with blanks @@ -103206,7 +115246,7 @@ Alessandro Pasotti 2017-01-16 [bugfix] WFS-T Fixes #15597 #16043 -Alessandro Pasotti 2017-01-13 +Alessandro Pasotti 2017-01-13 [bugfix] WFS-T Fixes #15597 #16043 @@ -103238,7 +115278,7 @@ Denis Rouzaud 2017-01-16 also fix matching case Merge: b340d7bdb6 8b0526d678 -rldhont 2017-01-16 +D'Hont René-Luc 2017-01-16 Merge pull request #3985 from dmarteau/revisit_server_exceptions @@ -103366,7 +115406,7 @@ David Marteau 2017-01-11 Remove dead code Merge: b412ceb109 6de4fceec2 -Even Rouault 2017-01-14 +Even Rouault 2017-01-14 Merge pull request #3993 from rouault/fix_16009 @@ -103500,11 +115540,11 @@ matteo 2017-01-12 processing qgis countsuniquepoints test -Alessandro Pasotti 2017-01-13 +Alessandro Pasotti 2017-01-13 [server] C++ 11 style default virtual destructor -Alessandro Pasotti 2017-01-13 +Alessandro Pasotti 2017-01-13 [server] QsgServerInterface available without python @@ -103536,7 +115576,7 @@ Denis Rouzaud 2017-01-12 add interactive mode to spell checking (allow direct replace or ignore) -Alessandro Pasotti 2017-01-12 +Alessandro Pasotti 2017-01-12 [server] Fix wrong debug output name and added HTTP_AUTHORIZATION @@ -103562,7 +115602,7 @@ Alexander Bruy 2017-01-12 [processing] fix handling of the "selection" type settings -rldhont 2017-01-11 +D'Hont René-Luc 2017-01-11 [BUGFIX][Server] Add short names in restricted layer list @@ -103642,7 +115682,7 @@ Denis Rouzaud 2016-12-19 [spelling] replace behaviour by behavior Merge: e656c63ab7 bf73e2c240 -rldhont 2017-01-11 +D'Hont René-Luc 2017-01-11 Merge pull request #3960 from rldhont/server-wms-transparent-bgcolor @@ -103654,7 +115694,7 @@ Nyall Dawson 2017-01-10 Leave just QgsFeature::setId and document api break -rldhont 2017-01-07 +D'Hont René-Luc 2017-01-07 [BUGFIX][Server] Re-enable Transparent and Bgcolor parameter for GetMap @@ -103784,7 +115824,7 @@ Nyall Dawson 2017-01-09 These API breaks are documented Merge: 37ebcdd1cd 869573c9df -rldhont 2017-01-10 +D'Hont René-Luc 2017-01-10 Merge pull request #3974 from dmarteau/cleanup_qgsrequesthandler @@ -103913,7 +115953,7 @@ Alexander Bruy 2017-01-10 [processing] other gdal tests Merge: 3a03c98a08 ff3487d957 -rldhont 2017-01-10 +D'Hont René-Luc 2017-01-10 Merge pull request #3866 from dmarteau/master @@ -104100,14 +116140,14 @@ Alexander Bruy 2017-01-10 remove debug line Merge: 3fd27d1f04 7cda002ba2 -volaya 2017-01-10 +Víctor Olaya 2017-01-10 Merge pull request #3971 from alexbruy/processing-help [processing] configurable help files location for GDAL and GRASS providers Merge: 378212cf42 29d108f38f -volaya 2017-01-10 +Víctor Olaya 2017-01-10 Merge pull request #3926 from alexbruy/processing-gdal-opts @@ -104129,7 +116169,7 @@ matteo 2017-01-09 gdal roughness test -Juergen E. Fischer 2017-01-10 +Jürgen E. Fischer 2017-01-10 indentation update @@ -104186,11 +116226,11 @@ Nyall Dawson 2017-01-10 Test is failing -volaya 2017-01-09 +Víctor Olaya 2017-01-09 [processing] fixed usage of filter function in vector.features -volaya 2017-01-09 +Víctor Olaya 2017-01-09 added missing test files @@ -104210,19 +116250,19 @@ Alexander Bruy 2017-01-09 add missed import -volaya 2017-01-05 +Víctor Olaya 2017-01-05 [processing] added test for invalid geometry checking -volaya 2016-12-15 +Víctor Olaya 2016-12-15 [processing] removed unnecessary code to check validity of geometries -volaya 2016-12-15 +Víctor Olaya 2016-12-15 [processing] added ‘invalid feature handling’ option -rldhont 2017-01-09 +D'Hont René-Luc 2017-01-09 Revert "Merge pull request #3886 from pblottiere/servermultithread" @@ -104230,7 +116270,7 @@ rldhont 2017-01-09 changes made to 590a981195289be702bc7bf5382ece25a09ae6bb. Merge: 590a981195 f7729b3096 -rldhont 2017-01-09 +D'Hont René-Luc 2017-01-09 Merge pull request #3886 from pblottiere/servermultithread @@ -104251,7 +116291,7 @@ Denis Rouzaud 2017-01-09 fix build without QtWekKit -Juergen E. Fischer 2017-01-09 +Jürgen E. Fischer 2017-01-09 build t2tdoc text output with utf-8 encoding @@ -104369,15 +116409,15 @@ Nyall Dawson 2017-01-06 Add test for Create Attribute Index algorithm -Juergen E. Fischer 2017-01-05 +Jürgen E. Fischer 2017-01-05 another header installation fix -Juergen E. Fischer 2017-01-05 +Jürgen E. Fischer 2017-01-05 oracle provider: fix warnings -Juergen E. Fischer 2017-01-05 +Jürgen E. Fischer 2017-01-05 fix install @@ -104410,7 +116450,7 @@ Alexander Bruy 2017-01-05 Processing providers updates -Juergen E. Fischer 2017-01-05 +Jürgen E. Fischer 2017-01-05 fix build @@ -104458,7 +116498,7 @@ Matthias Kuhn 2016-11-24 Cache warming Merge: 46252b5cd0 02b78a96f6 -Even Rouault 2017-01-04 +Even Rouault 2017-01-04 Merge pull request #3935 from rouault/group_visibility @@ -104481,7 +116521,7 @@ Martin Dobias 2017-01-04 QgsProject: cleanup of read/write method + removal of unused bad layer handler class Merge: 9908d9cf81 d9d5bf7c28 -volaya 2017-01-04 +Víctor Olaya 2017-01-04 Merge pull request #3943 from Gustry/saga_path @@ -104527,17 +116567,17 @@ Etienne Trimaille 2017-01-03 skip if the SAGA folder is not defined Merge: 47130a6758 8475fc36f3 -rldhont 2017-01-03 +D'Hont René-Luc 2017-01-03 Merge pull request #3906 from rldhont/server-wms-stretch-compliancy [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease -rldhont 2017-01-03 +D'Hont René-Luc 2017-01-03 Update [QGIS Server] CITE WMS 130 Test project -rldhont 2016-12-26 +D'Hont René-Luc 2016-12-26 [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease @@ -104571,7 +116611,7 @@ Alexander Bruy 2017-01-03 [processing] fix app freeze when closing options dialog (fixes #15550) -nirvn 2017-01-03 +Mathieu Pellerin 2017-01-03 [processing] fix app freeze when closing options dialog (fixes #15550) @@ -104595,7 +116635,7 @@ Nyall Dawson 2017-01-03 Bump minimum GDAL version to 2.0, remove old version #ifdefs -nirvn 2017-01-03 +Mathieu Pellerin 2017-01-03 [ui] re-order zoom-related composer toolbar buttons to match the ordering on the main window @@ -104605,26 +116645,26 @@ Blottiere Paul 2016-12-19 [server] parallel map rendering Merge: cd970f2280 4bc06b18e9 -rldhont 2017-01-02 +D'Hont René-Luc 2017-01-02 Merge pull request #3863 from rldhont/postgres-compile-expression-functions [Feature][PostgreSQL] Compile expression functions -rldhont 2016-12-19 +D'Hont René-Luc 2016-12-19 [Feature][PostgreSQL] Tests: Compile expression functions -rldhont 2016-12-19 +D'Hont René-Luc 2016-12-19 Sql Compiler: Add escape after IN operator -rldhont 2016-12-13 +D'Hont René-Luc 2016-12-13 [Feature][PostgreSQL] Compile expression functions Merge: 3ba2f8e0f4 ddd5adf30a -rldhont 2017-01-02 +D'Hont René-Luc 2017-01-02 Merge pull request #3897 from dmarteau/removeBase64 @@ -104650,7 +116690,7 @@ David Marteau 2016-12-21 Remove base64 encoding supports in WMS responses -Juergen E. Fischer 2017-01-02 +Jürgen E. Fischer 2017-01-02 osgeo4w: update to grass72 @@ -104665,7 +116705,7 @@ Nyall Dawson 2017-01-02 Cleanup QgsProjectProperty headers and docs -nirvn 2017-01-02 +Mathieu Pellerin 2017-01-02 [FEATURE] Export processing models as PDF/SVG @@ -104678,11 +116718,11 @@ Nyall Dawson 2017-01-02 The QgsProperty names are too generic to be used in this context -nirvn 2017-01-02 +Mathieu Pellerin 2017-01-02 [processing] update color scheme and position of modeler elements -nirvn 2017-01-01 +Mathieu Pellerin 2017-01-01 [processing] convert modeler icons to pictures to kill pixels when zoomed @@ -104714,27 +116754,27 @@ Nyall Dawson 2017-01-02 Remove some singletons by moving instances to QgsApplication -Juergen E. Fischer 2016-12-21 +Jürgen E. Fischer 2016-12-21 allow limiting snapping to a given area -Juergen E. Fischer 2017-01-01 +Jürgen E. Fischer 2017-01-01 find GRASS 7.2 -Juergen E. Fischer 2017-01-01 +Jürgen E. Fischer 2017-01-01 remove qgis_eo.ts reference (will be pulled in automatically) Merge: 0532976a8a 37edf76de0 -Jürgen Fischer 2017-01-01 +Jürgen E. Fischer 2017-01-01 Merge pull request #3904 from sikmir/i18n-eo [i18n] integrate esperanto translation Merge: 248e7d1d5e 5c06997a31 -Jürgen Fischer 2017-01-01 +Jürgen E. Fischer 2017-01-01 Merge pull request #3927 from rduivenvoorde/bonn_splash @@ -104754,15 +116794,15 @@ Alexander Bruy 2016-12-29 [processing] rename GdalOgr provider to Gdal provider Show version numbers in providers descriptions -nirvn 2016-12-31 +Mathieu Pellerin 2016-12-31 Followup 8849e94: add missing svg file -nirvn 2016-12-31 +Mathieu Pellerin 2016-12-31 [processing] vectorize basic modeler images -nirvn 2016-12-31 +Mathieu Pellerin 2016-12-31 [processing] vectorize and improve menu icons (fixes #14474) @@ -104913,7 +116953,7 @@ Nyall Dawson 2016-12-29 Fix typos -nirvn 2016-12-29 +Mathieu Pellerin 2016-12-29 improve default favorites for color ramps @@ -104987,7 +117027,7 @@ Nyall Dawson 2016-12-28 Tweak edit/view menus -nirvn 2016-12-28 +Mathieu Pellerin 2016-12-28 [ui] remove minimumSize on select button in select by exp. dialog @@ -104999,7 +117039,7 @@ Larry Shaffer 2016-12-27 Update connection to new style for macOS Preferences fix -nirvn 2016-12-28 +Mathieu Pellerin 2016-12-28 [ui] improve search widget ordering @@ -105048,11 +117088,11 @@ Alexander Bruy 2016-12-27 [FEATURE] replace GDALTools plugin with Processing -nirvn 2016-12-27 +Mathieu Pellerin 2016-12-27 Add between/not between to numerical fields in select by form -nirvn 2016-12-27 +Mathieu Pellerin 2016-12-27 [ui] Ctrl+F3 shortcut to open select features by expression @@ -105063,14 +117103,14 @@ Harrissou Sant-anna 2016-12-27 * Add expression icon to several buttons for consistency * Replace mIconExpressionEditorOpen icon with mIconExpresssion -nirvn 2016-12-27 +Mathieu Pellerin 2016-12-27 [ui] rename the min/max widget group box title Since there is no more loading involved through the min/max widget, rename it to: "Min /max values settings" -nirvn 2016-12-27 +Mathieu Pellerin 2016-12-27 Followup 932de2a: fix missing back icon for sub-panels @@ -105113,15 +117153,15 @@ Mathieu Pellerin 2016-12-27 Merge pull request #3887 from nirvn/raster_pseudocolor_move -nirvn 2016-12-27 +Mathieu Pellerin 2016-12-27 [FEATURE] Raster stretch toolbar actions support for pseudocolor renderer -nirvn 2016-12-26 +Mathieu Pellerin 2016-12-26 [FEATURE] Implement raster pseudocolor updated extent auto classification -nirvn 2016-12-17 +Mathieu Pellerin 2016-12-17 [raster] move pseudocolor renderer classification out of gui into core @@ -105157,15 +117197,15 @@ Nyall Dawson 2016-12-27 Now empty sets return NULL values for invalid statistics -Juergen E. Fischer 2016-12-26 +Jürgen E. Fischer 2016-12-26 fix numeric translation -Juergen E. Fischer 2016-12-26 +Jürgen E. Fischer 2016-12-26 indentation fixes -Juergen E. Fischer 2016-12-26 +Jürgen E. Fischer 2016-12-26 more spelling fixes @@ -105182,7 +117222,7 @@ Nyall Dawson 2016-12-16 Marked as feature to flag for documentation and changelog -Juergen E. Fischer 2016-12-26 +Jürgen E. Fischer 2016-12-26 spelling fixes @@ -105220,7 +117260,7 @@ Nikolay Korotkiy 2016-12-25 [i18n] integrate esperanto translation -Juergen E. Fischer 2016-12-24 +Jürgen E. Fischer 2016-12-24 dxf import: fix text positions and orientation when importing DXF (fixes #16000) @@ -105238,7 +117278,7 @@ Even Rouault 2016-12-23 (related to https://github.com/qgis/QGIS/pull/3871). Merge: 80b757b6db 1a5671ecae -Even Rouault 2016-12-22 +Even Rouault 2016-12-22 Merge pull request #3903 from webgeodatavore/fix-gdal-ogr-url @@ -105401,11 +117441,11 @@ Alexander Bruy 2016-12-19 [processing] add missed functionality from Interpolation plugin -nirvn 2016-12-20 +Mathieu Pellerin 2016-12-20 [processing] fix error in MultipleInputWidgetWrapper -nirvn 2016-12-20 +Mathieu Pellerin 2016-12-20 [processing] support non-ogr layers in merge vector layers alg @@ -105582,7 +117622,7 @@ Denis Rouzaud 2016-12-19 [spelling] labelling -> labeling Merge: 735f479bc8 f71bf57b08 -rldhont 2016-12-19 +D'Hont René-Luc 2016-12-19 Merge pull request #3878 from dmarteau/removeSOAP @@ -105641,7 +117681,7 @@ Denis Rouzaud 2016-12-19 [spellcheck] ag: use short option to avoid argument error due to syntax differences -Juergen E. Fischer 2016-12-17 +Jürgen E. Fischer 2016-12-17 translation string fixes @@ -105664,7 +117704,7 @@ Even Rouault 2016-12-16 QgsMultiBandColorRendererWidget: add missing widgetChanged() notification Merge: 5dc39e0a41 532eb58d1f -Even Rouault 2016-12-16 +Even Rouault 2016-12-16 Merge pull request #3871 from rouault/auto_stretch @@ -105710,11 +117750,11 @@ Tudor Bărăscu 2016-12-16 Add missing qt5 build dependency (#3874) -Juergen E. Fischer 2016-12-15 +Jürgen E. Fischer 2016-12-15 indentation fix -Juergen E. Fischer 2016-12-15 +Jürgen E. Fischer 2016-12-15 dwg import: make curves optional (enabled by default, disabled completely with GDAL 1) @@ -105764,7 +117804,7 @@ Martin Dobias 2016-12-14 It was ready to go for some time, just waiting for QgsMapRender that still used it. -nirvn 2016-12-15 +Mathieu Pellerin 2016-12-15 [FEATURE] toggle visibility of opened panels in main window Accessible via: @@ -105779,23 +117819,23 @@ Nyall Dawson 2016-12-15 Fix ui build warning -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 [FEATURE] DWG import into geopackage using libdxfrw -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 dxf export: fix crash, when curve geometry can't be segmentized -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 api_break: QgsCrsCache was removed -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 typo fix -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 oracle provider: debug output on usage of 'estimated metadata' @@ -105822,11 +117862,11 @@ matteo 2016-12-14 some Processing test -Juergen E. Fischer 2016-12-14 +Jürgen E. Fischer 2016-12-14 indentation update -Alessandro Pasotti 2016-12-14 +Alessandro Pasotti 2016-12-14 Code cleanup: removed unused slot @@ -105846,7 +117886,7 @@ Hugo Mercier 2016-12-13 QgsServerLogger cleanup -nirvn 2016-12-10 +Mathieu Pellerin 2016-12-10 [FEATURE][raster] transparency support for paletted renderer @@ -105854,7 +117894,7 @@ Alexander Bruy 2016-12-12 clean up SVG files from unnecessary data -rldhont 2016-12-13 +D'Hont René-Luc 2016-12-13 Fix test for WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image @@ -105862,18 +117902,18 @@ Martin Dobias 2016-12-14 Fix DB manager layer preview after my QgsMapCanvas changes -rldhont 2016-12-13 +D'Hont René-Luc 2016-12-13 Fix test for WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image Merge: 9f2657414b 322a565b8b -volaya 2016-12-13 +Víctor Olaya 2016-12-13 Merge pull request #3725 from arnaud-morvan/processing_geometry_predicate [processing] Remove parameter geometry predicate -rldhont 2016-12-13 +D'Hont René-Luc 2016-12-13 Fix WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image @@ -105886,7 +117926,7 @@ Alessandro Pasotti 2016-12-13 [BUGFIX] Fixed a crash on bad network protocol -Alessandro Pasotti 2016-12-13 +Alessandro Pasotti 2016-12-13 Disabled C++ test (use python instead) @@ -105903,15 +117943,15 @@ Alexander Bruy 2016-12-13 [processing] fix CMakeLists.txt -volaya 2016-12-09 +Víctor Olaya 2016-12-09 [processing] removed grass6 provider -Alessandro Pasotti 2016-12-13 +Alessandro Pasotti 2016-12-13 [BUGFIX] Fixed a crash on bad network protocol -rldhont 2016-12-13 +D'Hont René-Luc 2016-12-13 [QGIS Server] CITE WMS 130 Test project @@ -106009,7 +118049,7 @@ Nyall Dawson 2016-12-13 Disable another intermittent task manager test -volaya 2016-12-12 +Víctor Olaya 2016-12-12 [processing] config dialog: only save menu configuration if needed @@ -106032,7 +118072,7 @@ arnaud.morvan@camptocamp.com 2016-11-05 [processing] Remove ParamaterGeometryPredicate from SpatialJoin algorithm -volaya 2016-12-08 +Víctor Olaya 2016-12-08 [processing] fixes for SAGA folder configuration @@ -106043,13 +118083,13 @@ arnaud.morvan@camptocamp.com 2016-11-05 [processing] Support options as (value, text) in ParameterSelection Merge: 29a05dfa9c 8cda1bbb79 -rldhont 2016-12-12 +D'Hont René-Luc 2016-12-12 Merge pull request #3809 from pblottiere/render replace QgsMapRenderer -rldhont 2016-12-12 +D'Hont René-Luc 2016-12-12 Adapt WFS capabilties in server test for WMS 1.3.0 compliance @@ -106152,7 +118192,7 @@ Alessandro Pasotti 2016-12-10 [SERVER][BUGFIX] Plugin re enable -Alessandro Pasotti 2016-12-10 +Alessandro Pasotti 2016-12-10 Moved interface to main init @@ -106160,7 +118200,7 @@ Martin Dobias 2016-12-10 Migrate QgsMapThemeCollection away from using layer IDs -Alessandro Pasotti 2016-12-10 +Alessandro Pasotti 2016-12-10 Plugin re-enabled @@ -106188,7 +118228,7 @@ Mathieu Pellerin 2016-12-10 Raster renderer UI improvements Merge: fdf2a9dcb7 dd0df199fc -volaya 2016-12-09 +Víctor Olaya 2016-12-09 Merge pull request #3839 from anitagraser/patch-2 @@ -106211,21 +118251,21 @@ Matthias Kuhn 2016-12-07 So far, zooming with such mouses was leading to unusable fast zoom actions. -nirvn 2016-12-09 +Mathieu Pellerin 2016-12-09 [FEATURE][raster] support setting of color and transparency on multiple items in paletted UI -nirvn 2016-12-09 +Mathieu Pellerin 2016-12-09 [raster] allow multiple row deletion in the singleband pseudo-color UI -nirvn 2016-12-09 +Mathieu Pellerin 2016-12-09 [FEATURE][raster] support setting of color and transparency on multiple items in the singleband pseudo-color UI -volaya 2016-12-09 +Víctor Olaya 2016-12-09 [processing] made WHERE param optional and advanced in v.surf.rst algorithms @@ -106238,7 +118278,7 @@ Mathieu Pellerin 2016-12-09 Cleaning unused png files and respective folder -volaya 2016-12-09 +Víctor Olaya 2016-12-09 [processing] fixed GRASS algorithm descriptions @@ -106284,7 +118324,7 @@ Nyall Dawson 2016-12-08 Add methods to add/subtract QgsVectors -volaya 2016-12-07 +Víctor Olaya 2016-12-07 [processing] allow saving custom predefined expressions @@ -106292,7 +118332,7 @@ Denis Rouzaud 2016-12-08 use data rather than indexes to retrieve items -nirvn 2016-12-08 +Mathieu Pellerin 2016-12-08 [style dock] emit widgetChanged() when raster palette labels updated @@ -106300,7 +118340,7 @@ Mathieu Pellerin 2016-12-08 [ui] fix circular string button location and relocate undo/redo buttons (#3845) -nirvn 2016-12-08 +Mathieu Pellerin 2016-12-08 [symbology] categorized renderer's default ramp should be random @@ -106321,11 +118361,11 @@ Alexander Bruy 2016-12-07 fix import -volaya 2016-12-07 +Víctor Olaya 2016-12-07 Fixed wrong import -volaya 2016-12-07 +Víctor Olaya 2016-12-07 [processing] added predefined expressions to raster calculator @@ -106348,27 +118388,27 @@ Nyall Dawson 2016-12-07 Port processing oriented minimum bounding box alg to QgsGeometry -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 [options] remove string search for default snap mode combo box -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 fix snapping test -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 [snapping] move tracing action to snapping toolbar -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 [snapping] fix enable state of snapping widget's elements -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 [snapping] fix default snapping type settings -nirvn 2016-12-07 +Mathieu Pellerin 2016-12-07 [snapping] fix default snapping enabled state @@ -106459,25 +118499,25 @@ Nyall Dawson 2016-12-06 Cleanup QgsTask API for dependent layers -nirvn 2016-12-06 +Mathieu Pellerin 2016-12-06 [raster] improve multiband color widget's band selection -nirvn 2016-12-06 +Mathieu Pellerin 2016-12-06 [raster] when loading min/max, activate contrast enhancement if set to none -volaya 2016-12-06 +Víctor Olaya 2016-12-06 Revert "[processing] fixed expected test hashes" This reverts commit 5c6c18caadb9123c593db085b1c8822f7d74e9f7. -volaya 2016-12-06 +Víctor Olaya 2016-12-06 [processing] In raster calculator, use filename without extension to refer to layer -volaya 2016-12-05 +Víctor Olaya 2016-12-05 [processin] fixed wrong parameter type @@ -106504,7 +118544,7 @@ Alexander Bruy 2016-12-05 [processing] add native raster calculator -volaya 2016-12-05 +Víctor Olaya 2016-12-05 [processing] fixed expected test hashes @@ -106514,23 +118554,23 @@ Matthias Kuhn 2016-12-04 and common sources of trouble. -volaya 2016-12-05 +Víctor Olaya 2016-12-05 [processing] changed input type from vector layer to table for execute sql algorithm -volaya 2016-12-05 +Víctor Olaya 2016-12-05 [processing] allow multiple selection of tables -nirvn 2016-12-05 +Mathieu Pellerin 2016-12-05 [style dock] avoid long labels in the point pattern fill UI -Alessandro Pasotti 2016-12-05 +Alessandro Pasotti 2016-12-05 Replaced the expired SSL certificate and re-enabled OWS PKI test -Alessandro Pasotti 2016-12-05 +Alessandro Pasotti 2016-12-05 Typo in comment @@ -106873,11 +118913,11 @@ Nyall Dawson 2016-04-15 A new dock widget has been added with a task manager widget showing global tasks -nirvn 2016-12-05 +Mathieu Pellerin 2016-12-05 [color ramp] save/restore invert state for cpt-city ramps -nirvn 2016-12-05 +Mathieu Pellerin 2016-12-05 Followup 08ee180: more appropriate ramp type property name @@ -106939,15 +118979,15 @@ Mathieu Pellerin 2016-12-03 Migration of remaining color ramp widgets -nirvn 2016-12-03 +Mathieu Pellerin 2016-12-03 [raster] fix singleband pseudo-color crash on single-color color presets ramp -nirvn 2016-12-03 +Mathieu Pellerin 2016-12-03 [color ramp] do not automatically save new ramps -nirvn 2016-12-03 +Mathieu Pellerin 2016-12-03 [style manager] update ramp type naming button shortcuts @@ -106959,27 +118999,27 @@ Mathieu Pellerin 2016-12-03 - [FEATURE] save existing color ramp function - improve new color ramp type naming -nirvn 2016-12-02 +Mathieu Pellerin 2016-12-02 QgsColorRampComboBox is dead, long live QgsColorRampButton -nirvn 2016-12-02 +Mathieu Pellerin 2016-12-02 [symblogy] migrate heatmap renderer color ramp widget -nirvn 2016-12-02 +Mathieu Pellerin 2016-12-02 [effects] migrate inner/outer glow color ramp widget -nirvn 2016-12-02 +Mathieu Pellerin 2016-12-02 [symbology] migrate shapeburst color ramp widget -nirvn 2016-12-03 +Mathieu Pellerin 2016-12-03 improve new color ramp type naming -nirvn 2016-12-03 +Mathieu Pellerin 2016-12-03 [FEATURE] save existing color ramp function @@ -106987,7 +119027,7 @@ Harrissou Sant-anna 2016-12-03 Use a standardized size for authentication dialogs icons (#3824) -Webmaster 2016-12-02 +Mathieu Pellerin 2016-12-02 partial revert of commit 4b680ca @@ -106995,7 +119035,7 @@ Mathieu Pellerin 2016-12-02 [style dock] re-order vector layer rendering group to save vertical space (#3828) -volaya 2016-12-02 +Víctor Olaya 2016-12-02 [processing] fixed gdal proximity @@ -107048,7 +119088,7 @@ drnextgis 2016-12-01 Add QIntValidator and qVersion to fix_pyqt Merge: 3bd8a29ad5 898ca57dc6 -mhugent 2016-12-01 +Marco Hugentobler 2016-12-01 Merge pull request #3812 from mhugent/wms_1_3_compliance @@ -107076,7 +119116,7 @@ drnextgis 2016-12-01 Fix mapping for 2to3 fix_pyqt -volaya 2016-12-01 +Víctor Olaya 2016-12-01 [processing] removed incompatible basestring check @@ -107104,29 +119144,29 @@ Alexander Bruy 2016-11-17 [processing] iteritems() removed, should use items() instead -volaya 2016-11-22 +Víctor Olaya 2016-11-22 renamed ParameterExpression in raster calculator to avoid name clash -volaya 2016-11-17 +Víctor Olaya 2016-11-17 [processing] removed debug line -volaya 2016-11-17 +Víctor Olaya 2016-11-17 [processing] added tests for raster calculator Conflicts: python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml -volaya 2016-11-17 +Víctor Olaya 2016-11-17 [processing] added native raster calculator algorithm Conflicts: python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py -volaya 2016-11-17 +Víctor Olaya 2016-11-17 [processing] some fixes and changes in parameters and parameters panel @@ -107137,7 +119177,7 @@ Nyall Dawson 2016-12-01 [processing][FEATURE] New unified basic stats algorithm -volaya 2016-11-08 +Víctor Olaya 2016-11-08 [processing] allow selecting multiple file in ‘add script from file’ @@ -107221,19 +119261,19 @@ Mathieu Pellerin 2016-11-30 [FEATURE] color ramp button widget -nirvn 2016-11-30 +Mathieu Pellerin 2016-11-30 add test coverage for qgscolorramp's invert() function -nirvn 2016-11-29 +Mathieu Pellerin 2016-11-29 color ramp button widget for gradiant fill and categorized renderer -nirvn 2016-11-29 +Mathieu Pellerin 2016-11-29 [FEATURE] color ramp button widget -nirvn 2016-11-28 +Mathieu Pellerin 2016-11-28 [color ramp] implement invert() function @@ -107289,7 +119329,7 @@ Nyall Dawson 2016-11-30 [BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend -rldhont 2016-11-29 +D'Hont René-Luc 2016-11-29 [BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend @@ -107300,7 +119340,7 @@ Marco Hugentobler 2016-11-29 WMS 1.3 compliance: Each OnlineResource URL intended for HTTP Get requests in the capabilities document is a URL prefix -Alessandro Pasotti 2016-11-29 +Alessandro Pasotti 2016-11-29 Added histogram values to the bindings @@ -107349,7 +119389,7 @@ Marco Hugentobler 2016-11-29 WMS 1.3.0 compliance: use the reserved word 'None' if no fees Merge: c147ee2bf3 8c8db0eb51 -Larry Shaffer 2016-11-28 +Larry Shaffer 2016-11-28 Merge pull request #3803 from dakcarto/qt5py3-more-mac-fixes @@ -107456,11 +119496,11 @@ Alexander Bruy 2016-11-24 [processing] upgrade modeler to make use of qgsdockwidgets -nirvn 2016-11-24 +Mathieu Pellerin 2016-11-24 [processing] python3/pyqt5 fixes for get scripts and models dialog -nirvn 2016-11-24 +Mathieu Pellerin 2016-11-24 [processing] upgrade modeler to make use of qgsdockwidgets @@ -107542,20 +119582,20 @@ Harrissou Sant-anna 2016-11-16 Rework the Edit widget properties dialog Merge: 0a0de8012e f2fa7bd473 -volaya 2016-11-23 +Víctor Olaya 2016-11-23 Merge pull request #3768 from DelazJ/patch-19 Typo fix in Processing help file Merge: d559d7ff25 6e2288dccb -volaya 2016-11-23 +Víctor Olaya 2016-11-23 Merge pull request #3796 from nirvn/processing_modeler_msgbar [processing] switch a couple of modeler pop up dialogs to message bars -nirvn 2016-11-23 +Mathieu Pellerin 2016-11-23 [processing] switch a couple of modeler pop up dialogs to message bars @@ -107573,7 +119613,7 @@ Alexander Bruy 2016-11-23 [processing] improve the modeler dialog UI and icons -nirvn 2016-11-23 +Mathieu Pellerin 2016-11-23 [processing] improve the modeler dialog UI and icons - use a proper toolbar to match other parts of QGIS @@ -107591,13 +119631,13 @@ Nyall Dawson 2016-11-23 [processing] Fix very broken delete columns algorithm Merge: 311f482725 eca83e3c0f -Larry Shaffer 2016-11-22 +Larry Shaffer 2016-11-22 Merge pull request #3790 from dakcarto/qt5py3-mac-fixes Qt5py3 Mac fixes -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 Move profiler instance to QgsApplication @@ -107624,17 +119664,17 @@ Matthias Kuhn 2016-11-22 [style manager] new default symbols shipped with QGIS & add a set of pre-defined tags -nirvn 2016-11-21 +Mathieu Pellerin 2016-11-21 [style manager] refresh symbols shipped by default & add tags -nirvn 2016-11-21 +Mathieu Pellerin 2016-11-21 [style] speed up importXML() by using SQL transaction Gains are significant, importing 100 symbols would take 2.86s, but takes only 0.18s when using transaction. -nirvn 2016-11-21 +Mathieu Pellerin 2016-11-21 [style] improve creation of default style db Instead of copyign a pre-existing .db shipped with QGIS, create @@ -107649,7 +119689,7 @@ nirvn 2016-11-21 need to update the (obsolete) script every time we add a new feature to QgsStyle. -nirvn 2016-11-21 +Mathieu Pellerin 2016-11-21 package symbology-ng-style.xml instead of the .db file @@ -107878,20 +119918,20 @@ Larry Shaffer 2016-11-20 Use Qt5 non-OpenSSL define in testing for SSL support -nirvn 2016-11-20 +Mathieu Pellerin 2016-11-20 [style manager] decrease font size and add name & tags tooltip for the import/export symbol preview list -nirvn 2016-11-19 +Mathieu Pellerin 2016-11-19 use temporary memory db for style tests (avoids clash with default symbols) -nirvn 2016-11-19 +Mathieu Pellerin 2016-11-19 [style manager] inform users of successful import -nirvn 2016-11-19 +Mathieu Pellerin 2016-11-19 [FEATURE][style manager] import/export of symbols' tags and favorite flag @@ -107900,7 +119940,7 @@ Harrissou Sant-anna 2016-11-15 typo fix -nirvn 2016-11-19 +Mathieu Pellerin 2016-11-19 [style] add createMemoryDB() to QgsStyle to create temporary db @@ -107930,11 +119970,11 @@ Nyall Dawson 2016-11-18 [style manager] improve UI -nirvn 2016-11-18 +Mathieu Pellerin 2016-11-18 tests for two additional QgsStyle functions: tag() & symbolHasTag() -nirvn 2016-11-18 +Mathieu Pellerin 2016-11-18 [style manager] sort displayed symbols, insure tags are added only once @@ -107945,7 +119985,7 @@ Alexander Bruy 2016-11-18 [FEATURE][processing] Create attribute index algorithm -nirvn 2016-11-18 +Mathieu Pellerin 2016-11-18 [style manager] improve UI - create a dedicated set of buttons for addition of tags and smartgroups @@ -108004,7 +120044,7 @@ Nyall Dawson 2016-11-17 [symbology] add padding value for symbol/coloramp preview -nirvn 2016-11-17 +Mathieu Pellerin 2016-11-17 [symbology] add padding value for symbol/coloramp preview @@ -108075,7 +120115,7 @@ Nyall Dawson 2016-11-16 Allow not set choice in QgsMapLayerComboBox -Juergen E. Fischer 2016-11-16 +Jürgen E. Fischer 2016-11-16 oracle provider: allow switching workspaces through property @@ -108156,23 +120196,23 @@ Nyall Dawson 2016-08-22 implementations for postgres, spatialite and OGR included. Merge: 582a56d85c a3ae0b28fc -volaya 2016-11-16 +Víctor Olaya 2016-11-16 Merge pull request #3747 from nyalldawson/num_input [processing] Restore spin box widget for number inputs outside modeller -Juergen E. Fischer 2016-11-16 +Jürgen E. Fischer 2016-11-16 fix f2e3d53 indentation -Juergen E. Fischer 2016-11-16 +Jürgen E. Fischer 2016-11-16 oracle provider: fix retrieval of column comments for geometryless tables (fixes #15853) (cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630) -nirvn 2016-11-15 +Mathieu Pellerin 2016-11-15 [symbology] draw effect(s) when rendering preview icon @@ -108206,7 +120246,7 @@ Matthias Kuhn 2016-10-31 In addition to this, a lot of cleanup has been done. -nirvn 2016-11-07 +Mathieu Pellerin 2016-11-07 [FEATURE] Style management re-work and upgrade - A new favorite grouping system was added, which the symbols list @@ -108241,7 +120281,7 @@ Werner Macho 2016-11-15 Add new italian translator -Juergen E. Fischer 2016-11-15 +Jürgen E. Fischer 2016-11-15 fix build of qspatialite and ocispatial sql drivers @@ -108323,11 +120363,11 @@ Nyall Dawson 2016-08-10 On behalf of Faunalia, sponsored by ENEL -nirvn 2016-11-15 +Mathieu Pellerin 2016-11-15 [processing] fix grass/grass7 installation check -nirvn 2016-11-15 +Mathieu Pellerin 2016-11-15 [processing] fix ExtentSelectionPanel's getValue() @@ -108391,11 +120431,11 @@ Alexander Bruy 2016-11-14 [processing] fix test -rldhont 2016-11-14 +D'Hont René-Luc 2016-11-14 Fix setDestinationCRS -rldhont 2016-11-14 +D'Hont René-Luc 2016-11-14 Fix QGIS Server build error @@ -108403,11 +120443,11 @@ Martin Dobias 2016-11-14 Propagate layer/group name changes in the layer tree (fixes #15844) -rldhont 2016-11-14 +D'Hont René-Luc 2016-11-14 Fix typo -rldhont 2016-11-14 +D'Hont René-Luc 2016-11-14 [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326 @@ -108472,7 +120512,7 @@ Martin Dobias 2016-11-13 Also improves the API to export/import WKB as QByteArray Merge: dbf6107b14 9cd39e79dd -Even Rouault 2016-11-13 +Even Rouault 2016-11-13 Merge pull request #3635 from arnaud-morvan/processing_postgis_connect @@ -108635,7 +120675,7 @@ Alessandro Pasotti 2016-11-11 [bugfix][forwardport] File downloader for identify dialog hyperlinks -Alessandro Pasotti 2016-11-09 +Alessandro Pasotti 2016-11-09 [bugfix][forwardport] File downloader for identify dialog hyperlinks @@ -108682,7 +120722,7 @@ Alexander Bruy 2016-11-11 [processing] harmonize modeler UI/UX behavior with QGIS -nirvn 2016-11-11 +Mathieu Pellerin 2016-11-11 [processing] harmonize modeler UI behavior with QGIS - use [close without saving][cancel][save] option when closing @@ -108696,7 +120736,7 @@ Matthias Kuhn 2016-11-11 Fix Qt 5.7 build warnings -nirvn 2016-11-11 +Mathieu Pellerin 2016-11-11 [processing] check for parent alg dependencies in hasDependencies() @@ -108776,7 +120816,7 @@ Nyall Dawson 2016-11-11 [processing] Start of tests for modeler Merge: 73b283c0b5 88587fdeb7 -mhugent 2016-11-10 +Marco Hugentobler 2016-11-10 Merge pull request #3745 from mhugent/server_datasources @@ -108790,7 +120830,7 @@ Marco Hugentobler 2016-11-10 WMS server: add user setting if custom datasources are allowed in wms requests -Juergen E. Fischer 2016-11-10 +Jürgen E. Fischer 2016-11-10 update FindQCA.cmake for Arch Linux @@ -108815,13 +120855,13 @@ Nyall Dawson 2016-11-10 [expression] strpos() and regexp_match() improvements -nirvn 2016-11-08 +Mathieu Pellerin 2016-11-08 [FEATURE][expression] strpos() and regexp_match() improvements - strpos() now relies on a simple string within a string search - regexp_match() now returns pos of a matching regular expression -nirvn 2016-11-10 +Mathieu Pellerin 2016-11-10 [processing] use algorithm description in modeler dependencies dialog @@ -108847,7 +120887,7 @@ Stéphane Brunner 2016-11-08 * Use new translated metadata methods -rldhont 2016-11-08 +D'Hont René-Luc 2016-11-08 [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request @@ -108864,27 +120904,27 @@ Patrick Valsecchi 2016-11-08 Let the user select multiple relations and delete them. Merge: 7c4e66b360 78236c0be1 -volaya 2016-11-08 +Víctor Olaya 2016-11-08 Merge pull request #3470 from arnaud-morvan/refactor_fields_context_generator [Processing] Fix processing refactor fields algorithm using expression context generators Merge: db35b38bdb 4a62699472 -volaya 2016-11-08 +Víctor Olaya 2016-11-08 Merge pull request #3726 from arnaud-morvan/processing_various_fixes [processing] small fixes Merge: 0189609dcf 3550cc99a6 -volaya 2016-11-08 +Víctor Olaya 2016-11-08 Merge pull request #3731 from nyalldawson/alg_tags [processing] Allow algorithms to specify tags -Juergen E. Fischer 2016-11-08 +Jürgen E. Fischer 2016-11-08 dxf export: skip nan z coordinates @@ -108969,7 +121009,7 @@ Nyall Dawson 2016-11-08 null parameter = null result behaviour, and handle null values in params 1 and 2 manually -nirvn 2016-11-04 +Mathieu Pellerin 2016-11-04 [FEATURE] upgrade the substr() function - support negative start value (e.g. substr('hello',-2) returns 'lo') @@ -109023,7 +121063,7 @@ Patrick Valsecchi 2016-11-07 Avoid having duplicated relations in the discovery -Juergen E. Fischer 2016-11-07 +Jürgen E. Fischer 2016-11-07 debian packaging: drop trusty support @@ -109045,7 +121085,7 @@ Nyall Dawson 2016-11-07 [FEATURE] add regexp_matches() function -nirvn 2016-11-05 +Mathieu Pellerin 2016-11-05 [FEATURE] add regexp_matches() function The new function returns an array of strings captured by capturing @@ -109172,7 +121212,7 @@ arnaud.morvan@camptocamp.com 2016-11-06 [processing] Fix import error in FieldsMappingPanel -Juergen E. Fischer 2016-11-05 +Jürgen E. Fischer 2016-11-05 fix customwidgets includes path @@ -109200,7 +121240,7 @@ Alessandro Pasotti 2016-11-04 [tests] WMS/WFS PKI authentication test -Alessandro Pasotti 2016-11-04 +Alessandro Pasotti 2016-11-04 [tests] WMS/WFS PKI authentication test @@ -109211,11 +121251,11 @@ Alessandro Pasotti 2016-11-04 Auth tests more master -Alessandro Pasotti 2016-11-04 +Alessandro Pasotti 2016-11-04 [tests][bugfix] Check for result diff existance before accessing to it -Alessandro Pasotti 2016-11-04 +Alessandro Pasotti 2016-11-04 [tests] Authmanager Postgres PKI test @@ -109251,7 +121291,7 @@ Nyall Dawson 2016-11-04 Fix dialogs which violate HIG (use of : at end of label) -rldhont 2016-11-03 +D'Hont René-Luc 2016-11-03 [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs geometry @@ -109285,7 +121325,7 @@ Nyall Dawson 2016-11-03 [pal] fix curved labels failure with zero-width characters -nirvn 2016-11-03 +Mathieu Pellerin 2016-11-03 [pal] fix curved labels failure with zero-width characters (fixes 15801) @@ -109308,7 +121348,7 @@ Nyall Dawson 2016-11-03 [processing] optimise singlepart to multipart algorithm -nirvn 2016-11-02 +Mathieu Pellerin 2016-11-02 [processing] optimise singlepart to multipart algorithm - keep z/m/curved geometries intact @@ -109318,7 +121358,7 @@ Nyall Dawson 2016-11-02 Small refinement to multipart to singlepart alg -rldhont 2016-11-02 +D'Hont René-Luc 2016-11-02 [BUGFIX][QGIS Server] Apply filter element @@ -109589,13 +121629,13 @@ Nyall Dawson 2016-11-02 By avoiding an unnecessary map lookup -Juergen E. Fischer 2016-11-01 +Jürgen E. Fischer 2016-11-01 fix typo (cherry picked from commit 658cfe68c91ec24f04f8ebda307fbec7d55a412f) -Juergen E. Fischer 2016-11-01 +Jürgen E. Fischer 2016-11-01 fix typos @@ -109705,7 +121745,7 @@ Nyall Dawson 2016-10-31 [processing] remove console error message when optional otb provider not installed -nirvn 2016-10-31 +Mathieu Pellerin 2016-10-31 [processing] remove console error message when optional otb provider not installed @@ -109734,7 +121774,7 @@ Nyall Dawson 2016-10-31 [processing] Modeller should not be modal -nirvn 2016-10-31 +Mathieu Pellerin 2016-10-31 [processing] resurrect editing of modeler item on double-click @@ -109745,7 +121785,7 @@ Nyall Dawson 2016-10-31 [processing] sort model input parameters to avoid random ordering -nirvn 2016-10-31 +Mathieu Pellerin 2016-10-31 [processing] sort model input parameters to avoid random ordering @@ -109813,7 +121853,7 @@ Nyall Dawson 2016-10-30 [FEATURE][processing] New extract by expression algorithm -nirvn 2016-10-22 +Mathieu Pellerin 2016-10-22 [processing] add import into spatialite algorithm @@ -109911,7 +121951,7 @@ Nyall Dawson 2016-10-28 [FEATURE] add array_distinct() function -nirvn 2016-10-28 +Mathieu Pellerin 2016-10-28 [FEATURE] add array_distinct() function @@ -109980,7 +122020,7 @@ Matthias Kuhn 2016-10-27 [expressions] Variable length arguemnt functions accept 0 params -nirvn 2016-10-27 +Mathieu Pellerin 2016-10-27 [FEATURE] add string_to_array() and array_to_string() functions @@ -109992,11 +122032,11 @@ Even Rouault 2016-10-27 [DBManager GPKG] Set appropriate icon for line layers -volaya 2016-10-27 +Víctor Olaya 2016-10-27 indentation fix -volaya 2016-10-27 +Víctor Olaya 2016-10-27 [processing] fixed field loading in field calculator @@ -110023,11 +122063,11 @@ Nyall Dawson 2016-10-27 [FEATURE] array support for the replace() expression function -nirvn 2016-10-27 +Mathieu Pellerin 2016-10-27 [map themes] fix composer signal name -nirvn 2016-10-26 +Mathieu Pellerin 2016-10-26 [expression] further improve replace() to support a map argument @@ -110047,7 +122087,7 @@ Nyall Dawson 2016-10-26 Followup 858978, fix failing tests -nirvn 2016-10-25 +Mathieu Pellerin 2016-10-25 [FEATURE] array support for the replace() expression function @@ -110062,7 +122102,7 @@ Nyall Dawson 2016-10-26 Results in ~10% improvement in rendering speed. Refs #15752. Merge: 469f07c071 3bb7d5cccf -Even Rouault 2016-10-26 +Even Rouault 2016-10-26 Merge pull request #3665 from rouault/save_style_gpkg @@ -110076,7 +122116,7 @@ Matthias Kuhn 2016-10-26 Remove snapping settings from status bar -Juergen E. Fischer 2016-10-26 +Jürgen E. Fischer 2016-10-26 include qgsactionmanager.h in install @@ -110113,7 +122153,7 @@ Even Rouault 2016-10-25 [DB Manager] Fix refresh issue when renaming GPKG table, and disable add geometry column button if already one existing -rldhont 2016-10-25 +D'Hont René-Luc 2016-10-25 [BUGFIX][QGIS Server] Do not cache invalid layer @@ -110125,7 +122165,7 @@ Matthias Kuhn 2016-10-25 See https://github.com/qgis/QGIS/pull/3617#issuecomment-255114425 -rldhont 2016-10-25 +D'Hont René-Luc 2016-10-25 Clean QgsVectorLayer: remove duplicated writeSld method @@ -110242,7 +122282,7 @@ Sandro Santilli 2016-10-24 Add link to processing test document Merge: 72229c1c2b d32a949bf8 -Even Rouault 2016-10-24 +Even Rouault 2016-10-24 Merge pull request #3628 from rouault/dbmanager_gpkg @@ -110435,7 +122475,7 @@ Matthias Kuhn 2016-10-21 Cleanup and modernize QgsProject code -Juergen E. Fischer 2016-10-23 +Jürgen E. Fischer 2016-10-23 add *.py to .gitattributes @@ -110559,23 +122599,23 @@ Nyall Dawson 2016-10-22 str.midRef(5).toInt(ok) // GOOD -Juergen E. Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 msvc: use /bigobj for sip modules (cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) -Juergen E. Fischer 2016-10-21 +Jürgen E. Fischer 2016-10-21 release.pl: stay on same master* branch (cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f) -nirvn 2016-10-22 +Mathieu Pellerin 2016-10-22 [processing] fix modeleter mouse wheel zoom under qt5 -nirvn 2016-10-22 +Mathieu Pellerin 2016-10-22 [processing] fix modeler parameter mandatory checkbox logic @@ -110607,7 +122647,7 @@ Alexander Bruy 2016-10-21 [processing] add a "Spatialite execute SQL" algorithm -rldhont 2016-10-21 +D'Hont René-Luc 2016-10-21 [BUGFIX][QGIS-Server] Don't failed when transform boundingbox @@ -110643,21 +122683,21 @@ Matthias Kuhn 2016-10-18 [postgres] Avoid crash when fetching default value fails Merge: 89fa21e5fa bd7149ce16 -volaya 2016-10-21 +Víctor Olaya 2016-10-21 Merge pull request #3651 from nirvn/processing_modeler_fix [processing] fix broken modeler under pyqt5/python3 (fixes #15734) -nirvn 2016-10-21 +Mathieu Pellerin 2016-10-21 [processing] fix broken modeler under pyqt5/python3 (fixes #15734) -nirvn 2016-10-21 +Mathieu Pellerin 2016-10-21 [processing] make spatialite connector work with python3 -nirvn 2016-10-21 +Mathieu Pellerin 2016-10-21 [processing] add a spatialite execute SQL algorithm @@ -110679,7 +122719,7 @@ Germán Carrillo 2016-10-19 (cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) -Juergen E. Fischer 2016-10-20 +Jürgen E. Fischer 2016-10-20 release.pl: * allow minor releases from master_2 branch @@ -110687,7 +122727,7 @@ Juergen E. Fischer 2016-10-20 (cherry picked from commit 09db6e4a00dda3b573cda7be938d46e8def66bef) -Juergen E. Fischer 2016-10-20 +Jürgen E. Fischer 2016-10-20 fix translation strings @@ -110821,7 +122861,7 @@ Nyall Dawson 2016-10-20 Fix calculation of transparent region -nirvn 2016-10-20 +Mathieu Pellerin 2016-10-20 [composer] fix attribute table widget connect warning @@ -110844,7 +122884,7 @@ Manuel Grizonnet 2016-08-23 TEST: add a test for otb conversion application (simpler than bandmath) -nirvn 2016-10-20 +Mathieu Pellerin 2016-10-20 [symbology] prevent creation of a zero width/height line pattern image (fixes #15728) @@ -110884,7 +122924,7 @@ Mathieu Pellerin 2016-10-19 [processing] ensure that outputs of vector overlay operations are multiparts (#3622) -rldhont 2016-10-19 +D'Hont René-Luc 2016-10-19 Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import @@ -110901,13 +122941,13 @@ Alexander Bruy 2016-10-10 [processing] expose IDW interpolation from Interpolation plugin in toolbox Merge: c130372730 a9795ad8ea -rldhont 2016-10-19 +D'Hont René-Luc 2016-10-19 Merge pull request #3625 from rldhont/db_manager_lowercaseFieldNames [DB Manager] Allow lowercase field names for homogenize PostGIS Import -rldhont 2016-10-18 +D'Hont René-Luc 2016-10-18 [DB Manager] Allow lowercase field names for homogenize PostGIS Import @@ -110942,7 +122982,7 @@ Nyall Dawson 2016-10-19 [legend] insure multi-line labels are vertically centered with tall symbols -nirvn 2016-10-14 +Mathieu Pellerin 2016-10-14 [legend] insure multi-line labels are vertically centered with tall symbols @@ -110996,7 +123036,7 @@ Alexander Bruy 2016-10-18 [processing] add missed imports Merge: 8c37370310 a51ef42924 -rldhont 2016-10-18 +D'Hont René-Luc 2016-10-18 Merge pull request #3595 from rldhont/fix_server_legend_layertitle @@ -111013,18 +123053,18 @@ Alexander Bruy 2016-10-18 [processing] remove debug line and fix spatial index creation -volaya 2016-10-17 +Víctor Olaya 2016-10-17 [processing] fixed handling of None param values in ogr2ogrtopostgis.py Conflicts: python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py -volaya 2016-10-17 +Víctor Olaya 2016-10-17 [processing] made connection params optional in ogr2ogrtopostgis.py -volaya 2016-10-17 +Víctor Olaya 2016-10-17 [processing] fixes for 'import into PostGIS' alg @@ -111043,27 +123083,27 @@ Sandro Santilli 2016-10-15 Fixes #15706 -volaya 2016-10-13 +Víctor Olaya 2016-10-13 [processing] warn if extent might not be in the expected CRS -volaya 2016-10-04 +Víctor Olaya 2016-10-04 [processing] fixed iterative execution fixes #15650 -volaya 2016-09-21 +Víctor Olaya 2016-09-21 [processing] don't use full path for naming layers when loaded in dataobjects.load -volaya 2016-09-21 +Víctor Olaya 2016-09-21 [processing] alternative way of copying algorithms in a model. should fix #15060 and #15480 -volaya 2016-09-21 +Víctor Olaya 2016-09-21 [processing] dont use hidden outputs when exporting to python or displaying alg help @@ -111072,21 +123112,21 @@ volaya 2016-09-21 Conflicts: python/plugins/processing/core/GeoAlgorithm.py -volaya 2016-09-20 +Víctor Olaya 2016-09-20 [processing] use only selected features for spatial index fixes #15584 -volaya 2016-09-29 +Víctor Olaya 2016-09-29 [processing] better update of expression widget when layer is changed in fields calculator -volaya 2016-09-27 +Víctor Olaya 2016-09-27 [processing] added short help for saga raster calculator -volaya 2016-09-27 +Víctor Olaya 2016-09-27 [processing] fixed wrong import in i_aster_toar @@ -111127,14 +123167,14 @@ Marco Hugentobler 2016-10-18 WMS Server: catch QgsCSException and don't add null bounding boxes to the capabilities -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend If the layer has only one legend node, it is embedded in parent. In QGIS Server the user can specify no layer title, so the layer title has not be displayed. -Juergen E. Fischer 2016-10-18 +Jürgen E. Fischer 2016-10-18 qgm2cpp.pl fix @@ -111185,7 +123225,7 @@ Nyall Dawson 2016-10-18 Followup e8be0e, fix rotation when disabling sync Merge: 89cc6454b9 730b5b79ab -volaya 2016-10-18 +Víctor Olaya 2016-10-18 Merge pull request #3619 from nirvn/processing_tinyfix @@ -111198,7 +123238,7 @@ Nyall Dawson 2016-10-18 [composer] Allow syncing pictures to true north (fixes #192) -nirvn 2016-10-18 +Mathieu Pellerin 2016-10-18 [processing] fix missing argument when calling getMinCoveringExtent() @@ -111301,32 +123341,32 @@ Nyall Dawson 2016-10-14 [FEATURE] Drag qpt to QGIS to create new composer from template -Juergen E. Fischer 2016-10-17 +Jürgen E. Fischer 2016-10-17 windows: prefer spatialite_i over spatialite (cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Merge: e158ecad95 697cd1bb7d -rldhont 2016-10-17 +D'Hont René-Luc 2016-10-17 Merge pull request #3606 from rldhont/fix_server_featureinfo_nogeometry [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not… -Juergen E. Fischer 2016-10-17 +Jürgen E. Fischer 2016-10-17 scripts/scandeps.pl run and t2tdoc -Juergen E. Fischer 2016-10-17 +Jürgen E. Fischer 2016-10-17 scripts/scandeps.pl: avoid duplicate build depends -volaya 2016-10-17 +Víctor Olaya 2016-10-17 [processing] fixed creating params and outputs from description strings -rldhont 2016-10-14 +D'Hont René-Luc 2016-10-14 [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not returned even if FILTER param is set @@ -111340,7 +123380,7 @@ Sandro Santilli 2016-10-17 REF #15698 Merge: 03f08a6c79 34894c6f5a -Even Rouault 2016-10-17 +Even Rouault 2016-10-17 Merge pull request #3597 from rouault/saveas_overwrite_append @@ -111365,7 +123405,7 @@ Matthias Kuhn 2016-10-17 Fix python calls to inexistent methods Merge: 688d1a5eba 8f9fe00671 -volaya 2016-10-17 +Víctor Olaya 2016-10-17 Merge pull request #3610 from NaturalGIS/processing_grass7_v_voronoi_skeleton @@ -111436,7 +123476,7 @@ Sandro Santilli 2016-10-13 Fixes #15226 (drag & drop of postgresql views) Includes test -Juergen E. Fischer 2016-10-14 +Jürgen E. Fischer 2016-10-14 debian packaging: add support for yakkety @@ -111459,7 +123499,7 @@ Nyall Dawson 2016-10-14 Fix color widget opens in wrong panel (fix #15705) -nirvn 2016-10-14 +Mathieu Pellerin 2016-10-14 [FEATURE] control over drawing of composer table grid horizontal & vertical lines @@ -111479,7 +123519,7 @@ Nyall Dawson 2016-10-14 Add default shortcut to open attribute table (F6) Merge: d30a8c1fc2 a629deef30 -Larry Shaffer 2016-10-13 +Larry Shaffer 2016-10-13 Merge pull request #3577 from dakcarto/master-ows-fixes @@ -111498,7 +123538,7 @@ Larry Shaffer 2016-10-05 [WFS provider] Fix auth config extra expansion and auth prioritization Merge: 0f4cba5c2d a356bac1a5 -volaya 2016-10-13 +Víctor Olaya 2016-10-13 Merge pull request #3581 from alexbruy/processing-terrain-analysis @@ -111531,7 +123571,7 @@ Sandro Santilli 2016-10-11 Includes test -rldhont 2016-10-11 +D'Hont René-Luc 2016-10-11 Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache @@ -111574,13 +123614,13 @@ Nyall Dawson 2016-10-12 always render the html. Merge: 75405293e0 c96d8b200e -Even Rouault 2016-10-11 +Even Rouault 2016-10-11 Merge pull request #3589 from gacarrillor/patch-1 Adding contribution details. -rldhont 2016-10-11 +D'Hont René-Luc 2016-10-11 [QGIS Server] Loss qobject_cast when it's usefull @@ -111673,7 +123713,7 @@ Nyall Dawson 2016-10-11 [processing] Add geometry info should add z/m values (fix #14659) -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 [QGIS Server] Use qobject_cast when it's usefull @@ -111683,7 +123723,7 @@ Germán 2016-10-10 Grabbed from former OSGeo trac: https://trac.osgeo.org/qgis/ -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache @@ -111693,25 +123733,25 @@ rldhont 2016-10-10 This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache" This reverts commit 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae. -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 Revert "fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae" This reverts commit db1b52a249e7f5187e5ec2462bdf88ca91c5c988. -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 Revert "Fix QGIS server for PyQgsServerAccessControl" This reverts commit 8648bd12f39e17e3e656101e5b12a13b170e59c5. -rldhont 2016-10-10 +D'Hont René-Luc 2016-10-10 Revert "fix 1df9d7e" @@ -111768,18 +123808,18 @@ Nyall Dawson 2016-10-10 to_date) can appear in more than one group. Merge: 9b75746003 3b1dfa7071 -volaya 2016-10-10 +Víctor Olaya 2016-10-10 Merge branch 'master' of https://github.com/qgis/QGIS into processing_parameters_refactoring Conflicts: python/plugins/processing/gui/ExtentSelectionPanel.py -volaya 2016-10-10 +Víctor Olaya 2016-10-10 [processing] made -te parameter optional in gdal warp -Juergen E. Fischer 2016-10-10 +Jürgen E. Fischer 2016-10-10 fix warning @@ -111789,7 +123829,7 @@ Nyall Dawson 2016-10-09 [composer] Use inline panels for grid and overview symbol style selectors -Juergen E. Fischer 2016-10-09 +Jürgen E. Fischer 2016-10-09 fix typos @@ -111797,12 +123837,12 @@ Nyall Dawson 2016-10-09 Fix renaming a virtual field leads to crash (fix #15669) -Juergen E. Fischer 2016-10-08 +Jürgen E. Fischer 2016-10-08 fix 1df9d7e Merge: 8648bd12f3 a8d08891ce -Jürgen Fischer 2016-10-08 +Jürgen E. Fischer 2016-10-08 Merge pull request #3586 from p0cisk/master @@ -111812,7 +123852,7 @@ Piotr Pociask 2016-10-08 Fix VSIUnlink in QgsOgrUtils::stringToFeatureList -rldhont 2016-10-07 +D'Hont René-Luc 2016-10-07 Fix QGIS server for PyQgsServerAccessControl @@ -111820,11 +123860,11 @@ Alexander Bruy 2016-10-06 [processing] remove obsolete import -rldhont 2016-10-07 +D'Hont René-Luc 2016-10-07 fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae -rldhont 2016-10-07 +D'Hont René-Luc 2016-10-07 [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache @@ -111834,7 +123874,7 @@ rldhont 2016-10-07 This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop -Juergen E. Fischer 2016-10-07 +Jürgen E. Fischer 2016-10-07 osgeo4w: really use package name (fixes 6db9a371) @@ -111865,20 +123905,20 @@ Even Rouault 2016-10-07 Fixes #15407 -Juergen E. Fischer 2016-10-07 +Jürgen E. Fischer 2016-10-07 osgeo4w: use package name in build directory (cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Merge: 2c92152c7d 893263952d -Even Rouault 2016-10-07 +Even Rouault 2016-10-07 Merge pull request #3583 from rouault/fix_15419 QgsSymbol::renderFeature(): render larger parts of multipolygon first -Juergen E. Fischer 2016-10-07 +Jürgen E. Fischer 2016-10-07 debian packaging: run tests with ninja too (followup b4f3126) @@ -111886,11 +123926,11 @@ Frits van Veen 2016-09-05 Fix curved labels -nirvn 2016-10-07 +Mathieu Pellerin 2016-10-07 [db manager] fix spatialite error reporting -nirvn 2016-10-07 +Mathieu Pellerin 2016-10-07 [db manager] fix non-spatial import @@ -111953,7 +123993,7 @@ Even Rouault 2016-10-06 Add test to simulate the situations that caused problems. -Juergen E. Fischer 2016-10-06 +Jürgen E. Fischer 2016-10-06 fix PyQgsAppStartup (followup d9349e5) @@ -111969,21 +124009,21 @@ Mathieu Pellerin 2016-10-06 * Followup 3n0486c: fix grass plugin build, take 2 -Juergen E. Fischer 2016-10-05 +Jürgen E. Fischer 2016-10-05 osgeo4w: switch to ninja -Juergen E. Fischer 2016-10-04 +Jürgen E. Fischer 2016-10-04 debian packages * remove outdated conditionals * switch to ninja -Juergen E. Fischer 2016-10-06 +Jürgen E. Fischer 2016-10-06 grass plugin fix (followup 3b0486c) -Juergen E. Fischer 2016-10-04 +Jürgen E. Fischer 2016-10-04 update configuration settings to qgis3 @@ -112026,14 +124066,14 @@ Alexander Bruy 2016-10-06 Add support for 2.5D geometries to memory provider Merge: 702eace76c 52a78def7f -rldhont 2016-10-06 +D'Hont René-Luc 2016-10-06 Merge pull request #3551 from rldhont/ogcutils_propertyIsLike_attributs [BUGFIX] Support OGC PropertyIsLike attributs Merge: 37e3dd76c4 ecba254303 -Even Rouault 2016-10-06 +Even Rouault 2016-10-06 Merge pull request #3532 from pvalsecc/discover_relations @@ -112095,11 +124135,11 @@ Matthias Kuhn 2016-10-05 Show fields in "default value" expression editor -volaya 2016-10-04 +Víctor Olaya 2016-10-04 [processing] fixed expressions dialog when not in modeler -volaya 2016-10-04 +Víctor Olaya 2016-10-04 [processing] fixed handling of integer values @@ -112107,36 +124147,36 @@ arnaud.morvan@camptocamp.com 2016-09-27 [processing] Apply 2to3 on changes -volaya 2016-09-21 +Víctor Olaya 2016-09-21 [processing] [modeler] show options of MultipleInputParameter sorted in alphabetical order fixes # 4836 -volaya 2016-09-20 +Víctor Olaya 2016-09-20 [processing] fixed table fields in batch processing interface Conflicts: python/plugins/processing/gui/BatchInputSelectionPanel.py -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] connect signal in multipleinput widget -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] removed debug line -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] correctly resolve values for hidden outputs -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] renamed wrongly named signal in InputLayerSelectionPanel -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] use cmp_to_key to ensure Python3 compatibility @@ -112155,11 +124195,11 @@ Alexander Bruy 2016-09-19 python/plugins/processing/gui/BatchInputSelectionPanel.py python/plugins/processing/gui/wrappers.py -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] use InputLayerSelectorPanel for vector layers -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] some minor changes for batch processing interface @@ -112195,18 +124235,18 @@ arnaud.morvan@camptocamp.com 2016-09-17 Create FieldMappingWrapper -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] correctly return widget in TableFieldWidgetWrapper -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing]minor code cleaning Conflicts: python/plugins/processing/core/parameters.py -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] improvements for modeler UI @@ -112214,133 +124254,133 @@ volaya 2016-09-19 add "optional" tag for optional parameters -volaya 2016-09-19 +Víctor Olaya 2016-09-19 [processing] use original filename when possible when exporting vector layer Conflicts: python/plugins/processing/tools/dataobjects.py -volaya 2016-09-18 +Víctor Olaya 2016-09-18 [processing] improved widgets for raster and vector layers in modeler -volaya 2016-09-18 +Víctor Olaya 2016-09-18 [processing] fixed typo in modeler/ModelerParameterDefinitionDialog.py -volaya 2016-09-16 +Víctor Olaya 2016-09-16 [processing] allow multiple values in ParameterSelection -volaya 2016-09-16 +Víctor Olaya 2016-09-16 [processing] removed unused imports -volaya 2016-09-16 +Víctor Olaya 2016-09-16 [processing] use QgsMessage bar in algorithm dialogs -volaya 2016-09-16 +Víctor Olaya 2016-09-16 [processing] fixed batch processing interface Conflicts: python/plugins/processing/gui/BatchAlgorithmDialog.py -volaya 2016-09-16 +Víctor Olaya 2016-09-16 [processing] UI improvement for defining model parameters -volaya 2016-09-15 +Víctor Olaya 2016-09-15 [processing] return copy of object dictionary in parameter todict method -volaya 2016-09-15 +Víctor Olaya 2016-09-15 [processing] added missing return statement in getParameterFromString -volaya 2016-09-15 +Víctor Olaya 2016-09-15 [processing] fixed evaluation of output values -volaya 2016-09-15 +Víctor Olaya 2016-09-15 [processing] fixed error in constructor of ParameterTableField -volaya 2016-09-14 +Víctor Olaya 2016-09-14 [processing] removed debug lines -volaya 2016-09-14 +Víctor Olaya 2016-09-14 [processing] changes to allow custom parameter dialog adapt to new parameter architecture -volaya 2016-09-14 +Víctor Olaya 2016-09-14 [processing] moved output value evaluation to output object itself -volaya 2016-09-14 +Víctor Olaya 2016-09-14 [processing] Asumme standard dialog when wrapper’s parent dialog is of unknown class -volaya 2016-09-13 +Víctor Olaya 2016-09-13 [processing] removed commented lines -volaya 2016-09-13 +Víctor Olaya 2016-09-13 [processing] richer expressions in number parameters -volaya 2016-09-12 +Víctor Olaya 2016-09-12 [processing] removed message dialog when saving model. Using message bar instead -volaya 2016-09-12 +Víctor Olaya 2016-09-12 [processing] added missing validators for param values in modeler -volaya 2016-09-12 +Víctor Olaya 2016-09-12 [processing] fixed advanced parameters in modeler -volaya 2016-09-12 +Víctor Olaya 2016-09-12 [processing] fixed loading of parameters for grass algorithms -volaya 2016-09-12 +Víctor Olaya 2016-09-12 [processing] support for expressions in numerical values in modeler includes cleanup of modeler, to adapt to latest changes in parameters architecture -volaya 2016-09-09 +Víctor Olaya 2016-09-09 [processing] added multiple option to ParameterTableFIeld removed ParameterTableMultipleField and did some cleanup -volaya 2016-09-09 +Víctor Olaya 2016-09-09 [processing] more work on parameter wrappers -volaya 2016-09-09 +Víctor Olaya 2016-09-09 [processing] evaluate parameters before executing algorithm This allows a better use of expressions -volaya 2016-09-08 +Víctor Olaya 2016-09-08 [processing] improvements for scripts and R scripts -volaya 2016-09-08 +Víctor Olaya 2016-09-08 [processing] fixes for new parameters architecture includes better managing of crd and extent parameters in models, not requiring now the use of modeler-only lags -volaya 2016-09-07 +Víctor Olaya 2016-09-07 [processing] implemented parameter widget wrappers @@ -112349,7 +124389,7 @@ volaya 2016-09-07 python/plugins/processing/gui/ExtentSelectionPanel.py python/plugins/processing/modeler/ModelerParametersDialog.py -volaya 2016-09-05 +Víctor Olaya 2016-09-05 [processing] moved script syntax from script algorithm class to parameters classes @@ -112391,7 +124431,7 @@ arnaud.morvan@camptocamp.com 2016-08-23 Add metadata property to parameters -volaya 2016-07-25 +Víctor Olaya 2016-07-25 [processing] fixed add model from file @@ -112451,7 +124491,7 @@ Nyall Dawson 2016-10-05 mPixelSelectorTool is owned by canvas, which may be deleted before the QgsRasterTransparencyWidget on QGIS exit -nirvn 2016-07-04 +Mathieu Pellerin 2016-07-04 [pseudocolor renderer] fix invert check box in continous mode (fixes #15209) @@ -112506,11 +124546,11 @@ Alexander Bruy 2016-10-04 [processing] correct GRASS 7 detection on Mac (fix #15645) follow up e1ff6e896a -rldhont 2016-10-04 +D'Hont René-Luc 2016-10-04 Reactivate ogcutils tests and update its -rldhont 2016-09-30 +D'Hont René-Luc 2016-09-30 [BUGFIX] Support OGC PropertyIsLike attributs @@ -112520,7 +124560,7 @@ rldhont 2016-09-30 * signleChar to specify a single char symbol * escape to specify an escape char symbol -rldhont 2016-10-03 +D'Hont René-Luc 2016-10-03 Fix testqgsogcutils @@ -112592,11 +124632,11 @@ Alessandro Pasotti 2016-10-03 Yet another strategy to get a free port from the server -Alessandro Pasotti 2016-10-03 +Alessandro Pasotti 2016-10-03 Renamed constants for consistency -Alessandro Pasotti 2016-10-03 +Alessandro Pasotti 2016-10-03 Yet another strategy to get a free port from the server @@ -112611,7 +124651,7 @@ Matthias Kuhn 2016-10-03 Synchronize edit button state with read only mode (#3562) -Alessandro Pasotti 2016-10-03 +Alessandro Pasotti 2016-10-03 Wait for server ready (and times out) before starting the tests @@ -112667,7 +124707,7 @@ Nyall Dawson 2016-10-03 Fix #14236 -nirvn 2016-10-03 +Mathieu Pellerin 2016-10-03 [gui] improve the layer dependencies icon @@ -112711,7 +124751,7 @@ Nyall Dawson 2016-10-02 Fix Coverity uninitialized variable warnings -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 fix typos @@ -112750,19 +124790,19 @@ Matthias Kuhn 2016-09-19 This changes the expressions to also take the alias into account if no matches have been found. -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 debian packaging: re-enable server -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 only include server bindings in sip coverage tests if they are built -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 debian packaging: add libqca-qt5-2-plugins build dependency -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 server sip sync @@ -112773,11 +124813,11 @@ Nyall Dawson 2016-10-01 [expression] make wordwrap work with complex scripts (Indic, Arabic, etc.) -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 debian packaging: reorder build dependencies and add python3-pyqt5.qtsvg -rldhont 2016-10-01 +D'Hont René-Luc 2016-10-01 [Processing] Uses os.path.join instead of + os.sep + (#3552) @@ -112789,23 +124829,23 @@ Nyall Dawson 2016-10-01 Allows generation and tweaking of mask images while previewing the result -Juergen E. Fischer 2016-10-01 +Jürgen E. Fischer 2016-10-01 update INSTALL -Juergen E. Fischer 2016-09-30 +Jürgen E. Fischer 2016-09-30 debian packaging: add ca-certificates as build dependency for dash upload (followup 19378c2) Merge: c9d25b276d f47a7320d1 -rldhont 2016-09-30 +D'Hont René-Luc 2016-09-30 Merge pull request #3535 from rldhont/expression_like_escape [BUGFIX] Expression in like escape % and _ Merge: a5b83e4950 19378c2280 -Jürgen Fischer 2016-09-30 +Jürgen E. Fischer 2016-09-30 Merge pull request #3550 from julienmalik/patch-1 @@ -112815,19 +124855,19 @@ julienmalik 2016-09-30 CDash submissions should be done with https now -rldhont 2016-09-28 +D'Hont René-Luc 2016-09-28 [BUGFIX] Expression in like escape % and _ The Expression LIKE binary operator does not care about escape % and _ char. No-one has already open an issue about it but in the OGC element PropertyIsLike the user can defined is own wild and single char. This mean that QGIS has to escape % and _ if they are not used as wild and single char. -nirvn 2016-09-30 +Mathieu Pellerin 2016-09-30 [expression] make wordwrap work with complex scripts (Indic, Arabic, etc) Merge: 38a811b377 84981ee1f2 -Jürgen Fischer 2016-09-30 +Jürgen E. Fischer 2016-09-30 Merge pull request #3543 from sebastic/icons-subdirectory @@ -112949,18 +124989,18 @@ Bas Couwenberg 2016-09-29 Move icons to subdirectory. -Alessandro Pasotti 2016-09-29 +Alessandro Pasotti 2016-09-29 [Server 3.0] Typo in test name and removed obsolete comments Merge: 6b2799414a 4feeab85a5 -volaya 2016-09-29 +Víctor Olaya 2016-09-29 Merge pull request #3493 from rldhont/processing_rscripts_temprscritpfilename [Processing][Rscripts] Use temp script filename -Juergen E. Fischer 2016-09-29 +Jürgen E. Fischer 2016-09-29 nodetool: use exact intersect when picking features (fixes #15294) @@ -112971,7 +125011,7 @@ Alessandro Pasotti 2016-09-29 Auth integration test + more reliable server tests -Alessandro Pasotti 2016-09-29 +Alessandro Pasotti 2016-09-29 [Server 3.0] Tests reliability + new auth test @@ -112993,30 +125033,30 @@ Nyall Dawson 2016-09-29 Disable flaky qgis_ogcutilstest test on Travis -Juergen E. Fischer 2016-09-28 +Jürgen E. Fischer 2016-09-28 fix #15634 (cherry picked from commit be167761c44a3622ed28c9f679226dcb6b51dc68) -Juergen E. Fischer 2016-09-28 +Jürgen E. Fischer 2016-09-28 gdal tools: disconnect canvas signal after building vrt (fixes #15389) (cherry picked from commit e963fff346aafdb87494c9a33c4cddd3754ab5b1) -Juergen E. Fischer 2016-09-28 +Jürgen E. Fischer 2016-09-28 categorized renderer: also setup symbol render context for hashed symbols Merge: 89d4998510 34588f3f8c -Jürgen Fischer 2016-09-28 +Jürgen E. Fischer 2016-09-28 Merge pull request #3534 from dmarteau/master Fix python3 pyspatialite import -rldhont 2016-09-15 +D'Hont René-Luc 2016-09-15 [Processing][Rscripts] Use temp script filename @@ -113024,7 +125064,7 @@ rldhont 2016-09-15 Server side or for debugging this could be a problem. So processing_script.r will be stored in temp folder. -Alessandro Pasotti 2016-09-28 +Alessandro Pasotti 2016-09-28 [Server 3.0] Resurrect PyQgsServerWFST @@ -113044,11 +125084,11 @@ Patrick Valsecchi 2016-09-26 was setting the sorted column, the row was sorted and the other columns it was setting were set on the wrong row. -Alessandro Pasotti 2016-09-27 +Alessandro Pasotti 2016-09-27 No need to decode a str -Alessandro Pasotti 2016-09-27 +Alessandro Pasotti 2016-09-27 No need to decode a str @@ -113068,7 +125108,7 @@ Harrissou Sant-anna 2016-09-27 Rename Style tab into Symbology in layer properties dialog (#3522) -Even Rouault 2016-09-27 +Even Rouault 2016-09-27 Fix shapefile test failures if locale is C (#3523) @@ -113083,7 +125123,7 @@ Alessandro Pasotti 2016-09-27 [Server 3.0] now needs a qApp and tests are back -Alessandro Pasotti 2016-09-27 +Alessandro Pasotti 2016-09-27 [Server 3.0] added missing QgsApplication @@ -113117,40 +125157,40 @@ Orion Poplawski 2016-09-26 Cast to qreal for arm support -Alessandro Pasotti 2016-09-26 +Alessandro Pasotti 2016-09-26 [Server 3.0] re-enable server tests -Alessandro Pasotti 2016-09-26 +Alessandro Pasotti 2016-09-26 [Server 3.0] migrate more tests -Alessandro Pasotti 2016-09-25 +Alessandro Pasotti 2016-09-25 [Server 3.0] migrate tests -Alessandro Pasotti 2016-09-25 +Alessandro Pasotti 2016-09-25 [Server 3.0] strict check for QgsApplication -Juergen E. Fischer 2016-09-25 +Jürgen E. Fischer 2016-09-25 debian packaging update: add experimental build -Alessandro Pasotti 2016-09-25 +Alessandro Pasotti 2016-09-25 [Server 3.0] now needs a qApp -Juergen E. Fischer 2016-09-24 +Jürgen E. Fischer 2016-09-24 debian packaging: also in control (followup 07c3801) -Juergen E. Fischer 2016-09-24 +Jürgen E. Fischer 2016-09-24 debian packaging: include python3-sip-dev in build dependencies (fixes #15609) Merge: 911af05a17 b6b8759efb -Even Rouault 2016-09-23 +Even Rouault 2016-09-23 Merge pull request #3524 from rouault/fix_15351 @@ -113224,19 +125264,19 @@ Mathieu Pellerin 2016-09-22 [plugin manager] fix broken QDirIterator next() call, make it pyqt5 5.7 compatible (#3517) -Juergen E. Fischer 2016-09-21 +Jürgen E. Fischer 2016-09-21 rebuild api documentation only when necessary -Juergen E. Fischer 2016-03-20 +Jürgen E. Fischer 2016-03-20 pyspatialite: port to python3 -Juergen E. Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 update debian packaging to qt5/python3 -Juergen E. Fischer 2016-09-21 +Jürgen E. Fischer 2016-09-21 run 2to3 on source @@ -113244,7 +125284,7 @@ Matthias Kuhn 2016-09-21 [Feature] Allow configuring link/unlink feature buttons on relation editor widget -rldhont 2016-09-21 +D'Hont René-Luc 2016-09-21 [Server] GetStyles: no more needs to add units in SLD @@ -113255,13 +125295,13 @@ Patrick Valsecchi 2016-09-21 Use the Qt5 JSON classes Merge: 26b61a2d7c 2fda177c0e -volaya 2016-09-21 +Víctor Olaya 2016-09-21 Merge pull request #3514 from volaya/grass_icon_fix [processing] fixed grass icon loading -volaya 2016-09-21 +Víctor Olaya 2016-09-21 [processing] fied issue with grass icons slowing down toolbox @@ -113279,7 +125319,7 @@ Denis Rouzaud 2016-09-21 Qt 5.2 has QComboBox::currentData() Merge: 9a10047b3c 6260f9dea5 -Even Rouault 2016-09-21 +Even Rouault 2016-09-21 Merge pull request #3499 from pvalsecc/spatialite_arrays @@ -113456,11 +125496,11 @@ Nyall Dawson 2016-09-20 If a dependent layer is redrawn, then also redraw child layer -Juergen E. Fischer 2016-09-20 +Jürgen E. Fischer 2016-09-20 fix b91d93e -Juergen E. Fischer 2016-09-19 +Jürgen E. Fischer 2016-09-19 fix 62ea90c and globe plugin @@ -113470,7 +125510,7 @@ Nyall Dawson 2016-09-20 (was using api from the mid 1970's... well.. a few weeks ago anyway) -Juergen E. Fischer 2016-09-19 +Jürgen E. Fischer 2016-09-19 [FEATURE] dxf export: support reprojection @@ -113485,7 +125525,7 @@ Alexander Bruy 2016-09-19 [processing] bugfix: intersection QGIS algorithm -rldhont 2016-09-16 +D'Hont René-Luc 2016-09-16 [Processing] bugfix: intersection QGIS algorithm @@ -113512,13 +125552,13 @@ Nyall Dawson 2016-09-19 Update test masks (ubuntu 16.04 qt5) -Juergen E. Fischer 2016-09-17 +Jürgen E. Fischer 2016-09-17 fix warnings on windows (cherry picked from commit bf0087832fe6059b7a886dea6d10b24ae2fc7be8) -Juergen E. Fischer 2016-09-17 +Jürgen E. Fischer 2016-09-17 show command line help as message box on windows @@ -113535,13 +125575,13 @@ Nyall Dawson 2016-09-17 [FEATURE] "Preset colors" color ramp -Juergen E. Fischer 2016-09-16 +Jürgen E. Fischer 2016-09-16 fix mIconClose.svg (cherry picked from commit 546ae28d7ca74e97543bf732a9a37c5bf88277e2) -Juergen E. Fischer 2016-09-16 +Jürgen E. Fischer 2016-09-16 fix typo @@ -113578,7 +125618,7 @@ Matthias Kuhn 2016-09-16 Disable flaky PyQgsWFSProviderGUI test -Marco Bernasocchi 2016-09-16 +Marco Bernasocchi 2016-09-16 Add qgis.PyQt.Qt compat files (#3491) @@ -113648,7 +125688,7 @@ Matthias Kuhn 2016-09-15 Improve selected features offline editing performance -rldhont 2016-09-15 +D'Hont René-Luc 2016-09-15 GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL @@ -113680,11 +125720,11 @@ Alvaro Huarte 2016-09-15 Remove strlen warnings in windows/vstudio -Juergen E. Fischer 2016-09-14 +Jürgen E. Fischer 2016-09-14 fix windows build -Juergen E. Fischer 2016-09-14 +Jürgen E. Fischer 2016-09-14 fix windows build (tests & bindings) @@ -113722,11 +125762,11 @@ Etienne Trimaille 2016-09-14 replace exp10 by pow on mac (#3490) -Juergen E. Fischer 2016-09-14 +Jürgen E. Fischer 2016-09-14 fix cdaec5a -Juergen E. Fischer 2016-09-14 +Jürgen E. Fischer 2016-09-14 Enable plugins (eg. to show PDFs) in webview widgets used on feature info in identify or in forms @@ -113926,7 +125966,7 @@ Alvaro Huarte 2016-09-13 Remove duplicate entry of mActionRemove.svg -volaya 2016-09-13 +Víctor Olaya 2016-09-13 [processing] cache icons to speed up toolbox rendering @@ -113950,7 +125990,7 @@ Martin Dobias 2016-09-13 If the map view scale is approx in between two levels, we may need 12x12 tiles to serve the request, so bumping the maximum to 256 should be enough. -nirvn 2016-09-13 +Mathieu Pellerin 2016-09-13 [delimitertext] fix watcher check ignored and harmful watcher created for iterator (fixes #15558) @@ -114007,7 +126047,7 @@ Martin Dobias 2016-09-12 Fix tile previews with Qt5 Merge: 93afbe12e0 7335482030 -mhugent 2016-09-12 +Marco Hugentobler 2016-09-12 Merge pull request #3469 from mhugent/fix_joins_over_several_tables2 @@ -114024,30 +126064,30 @@ Patrick Valsecchi 2016-09-06 Fix parsing of PostgresQL hstore. Had problems when the key or values were containing comas. -Juergen E. Fischer 2016-09-12 +Jürgen E. Fischer 2016-09-12 fix build errors (followup 13e37d4) -Juergen E. Fischer 2016-09-11 +Jürgen E. Fischer 2016-09-11 dxf export: segmentize curves (forward ported from cc3a053) Merge: 6b8130d54d d85de7ccd8 -volaya 2016-09-12 +Víctor Olaya 2016-09-12 Merge pull request #3471 from arnaud-morvan/processing_geometry_predicate_as_commandline [Processing] Fix ParameterGeometryPredicate.getValueAsCommandLineParameter -Juergen E. Fischer 2016-09-11 +Jürgen E. Fischer 2016-09-11 remove pngs which are available as svg (cherry picked from commit 1cbb842feb393b7bab2b31b2e970c48816c58d3c) -Marco Bernasocchi 2016-09-11 +Marco Bernasocchi 2016-09-11 qgsmessagebar timeout is not respected in python @@ -114386,14 +126426,14 @@ Matthias Kuhn 2016-09-05 Fix loading of editor widget configuration Merge: 8de9757f54 b18cfc99e6 -volaya 2016-09-05 +Víctor Olaya 2016-09-05 Merge pull request #3454 from arnaud-morvan/processing_modeler_parameter_extent [Processing] Fix on extent parameter in modeler parameters dialog Merge: 2fbc3266ff c369710667 -volaya 2016-09-05 +Víctor Olaya 2016-09-05 Merge pull request #3456 from arnaud-morvan/processing_apply_use_coverge_on_execution @@ -114487,7 +126527,7 @@ arnaud.morvan@camptocamp.com 2016-09-04 Fix on extent parameter in modeler parameters dialog -Webmaster 2016-09-04 +Mathieu Pellerin 2016-09-04 fix to support PyQt5 5.7 @@ -114498,19 +126538,19 @@ Nyall Dawson 2016-09-04 [FEATURE] New simplify + smoothing expression functions -Juergen E. Fischer 2016-09-03 +Jürgen E. Fischer 2016-09-03 oracle provider: add updates on lob fields (cherry picked from commit b61d932fc4b44669bf0094d76089d8c6bc129da6) -Juergen E. Fischer 2016-09-03 +Jürgen E. Fischer 2016-09-03 processing: use main vector menu translation (fixes #14535) (cherry picked from commit 11289a0d973e6e4a3f7f81972dd08f2e6d82941e) -Juergen E. Fischer 2016-09-03 +Jürgen E. Fischer 2016-09-03 translation string fix @@ -114582,7 +126622,7 @@ Matthias Kuhn 2016-09-02 Reword delete button in service connection dialog Merge: 6054bb9518 65db336eaf -volaya 2016-09-02 +Víctor Olaya 2016-09-02 Merge pull request #3430 from alexbruy/output-vector @@ -114609,7 +126649,7 @@ Alexander Bruy 2016-08-08 [processing] support for output geometry types (work in progress) Merge: 8c3537bff2 e716bae82f -volaya 2016-09-02 +Víctor Olaya 2016-09-02 Merge pull request #3415 from arnaud-morvan/processing_reset_menus @@ -114808,7 +126848,7 @@ Martin Dobias 2016-08-31 Housekeeping in WMS provider - move some calculations to utility functions -Juergen E. Fischer 2016-08-30 +Jürgen E. Fischer 2016-08-30 db manager: don't consider added layer w/o a dataProvider @@ -114829,7 +126869,7 @@ Hugo Mercier 2016-07-21 Snapping caches on layers that have been changed by the provider or by external sources are now invalidated. -nirvn 2016-08-30 +Mathieu Pellerin 2016-08-30 Remove composer window visibiliy state restoration upon project load (fixes #15495) @@ -114970,13 +127010,13 @@ Matthias Kuhn 2016-08-29 Smarter default edit widgets with plugins to pick them -Juergen E. Fischer 2016-08-29 +Jürgen E. Fischer 2016-08-29 creatensis.pl: use passed in version number (cherry picked from commit 88540c120e933715c397593f498e3a32ff5fb315) -volaya 2016-08-29 +Víctor Olaya 2016-08-29 [processing] fixed dialog for selecting scripts @@ -115084,13 +127124,13 @@ Nyall Dawson 2016-08-24 Sponsored by Andreas Neumann -Juergen E. Fischer 2016-08-28 +Jürgen E. Fischer 2016-08-28 processing: fix population of commander combobox (fixes #15283) (cherry picked from commit d3882d5) -Juergen E. Fischer 2016-08-28 +Jürgen E. Fischer 2016-08-28 dxf export: link vertices to polyline (fixes #15484) @@ -115101,7 +127141,7 @@ Nyall Dawson 2016-08-25 Fix potential crash Merge: e71e743c9d 9471a6bf3f -mhugent 2016-08-25 +Marco Hugentobler 2016-08-25 Merge pull request #3411 from mhugent/feature_info_segmentized_geometry @@ -115118,7 +127158,7 @@ Nyall Dawson 2016-08-25 Color ramp API improvements, fixes + some style dock inlining -Juergen E. Fischer 2016-08-25 +Jürgen E. Fischer 2016-08-25 fix globe build @@ -115189,7 +127229,7 @@ Nyall Dawson 2016-08-24 [expression] support collection of geometry in the aggregate() function -nirvn 2016-08-22 +Mathieu Pellerin 2016-08-22 [FEATURE] support aggregation of geometry This feature adds a 'collect' aggregation method resulting in a @@ -115232,7 +127272,7 @@ Nyall Dawson 2016-08-24 Remove unused QgsProvider(Count|ExtentCalc)Event classes -Juergen E. Fischer 2016-08-23 +Jürgen E. Fischer 2016-08-23 fix switching of projects within unicode folders @@ -115269,7 +127309,7 @@ Alexander Bruy 2016-08-23 fix open() call -volaya 2016-08-23 +Víctor Olaya 2016-08-23 [processing] fixed extent selection from batch processing interface @@ -115372,7 +127412,7 @@ Denis Rouzaud 2016-08-22 run astyle -Tim Sutton 2016-08-22 +Tim Sutton 2016-08-22 Spatialise error message fix (#3416) @@ -115577,7 +127617,7 @@ Matthias Kuhn 2016-08-18 * Remove a bunch of methods that were in QgsVectorLayer for legacy reasons. -Juergen E. Fischer 2016-08-18 +Jürgen E. Fischer 2016-08-18 dxf export: avoid symbology scale 0 (fixes #14138) @@ -115875,11 +127915,11 @@ Nyall Dawson 2016-08-14 Avoids truncation of field names and other format specific limitations -nirvn 2016-08-13 +Mathieu Pellerin 2016-08-13 fix crash when opening raster properties window under qt5 -Alessandro Pasotti 2016-08-12 +Alessandro Pasotti 2016-08-12 Stop the timer when the reply finish @@ -116067,7 +128107,7 @@ Larry Shaffer 2016-08-10 [auth] Add missing auth system ui headers for external C++ apps -Juergen E. Fischer 2016-08-10 +Jürgen E. Fischer 2016-08-10 creatensis.pl: exclude point release component from path @@ -116076,7 +128116,7 @@ Harrissou Sant-anna 2016-08-10 Remove duplicate example (#3360) Merge: 4267a19658 c24692cd5c -Jürgen Fischer 2016-08-10 +Jürgen E. Fischer 2016-08-10 Merge pull request #3359 from jef-n/api-updates-v2 @@ -116086,62 +128126,62 @@ Matthias Kuhn 2016-08-10 Fix crash when clicking in empty relation editor -nirvn 2016-08-10 +Mathieu Pellerin 2016-08-10 fix repeated labels on curved lines when label width > repeat distance -Juergen E. Fischer 2016-08-10 +Jürgen E. Fischer 2016-08-10 update after slot renames (followup 4cfacf1) -Juergen E. Fischer 2016-08-07 +Jürgen E. Fischer 2016-08-07 rename test images -Juergen E. Fischer 2016-08-07 +Jürgen E. Fischer 2016-08-07 another scripts/replacev2.sh with minor manual fixes -Juergen E. Fischer 2016-08-07 +Jürgen E. Fischer 2016-08-07 rename QgsAttributeTypeDialog::setWidgetV2Config & QgsAttributeTypeDialog::setWidgetV2Type -Juergen E. Fischer 2016-08-07 +Jürgen E. Fischer 2016-08-07 replacev2.sh: add file renames -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 fix PyQgsSymbolLayer test -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 TestQgsGeometry renames: lineStringV2() to lineString() pointV2() to point() polygonV2() to polygon() -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 rename QgsComposerSymbolItem::symbolV2() to symbol() -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 rename QgsVectorLayerEditUtils::deleteVertexV2 -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 remove deprecated stuff from QgsVectorLayer and editor widgets -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 document api breaks by scripts/replacev2.sh -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 scripts/replacev2.sh run -Juergen E. Fischer 2016-08-06 +Jürgen E. Fischer 2016-08-06 replacev2.sh: replace V2 classes and methods @@ -116226,7 +128266,7 @@ Nyall Dawson 2016-08-10 [FEATURE][processing] New algorithm for calculating feature bounding boxes -Alessandro Pasotti 2016-08-08 +Alessandro Pasotti 2016-08-08 [WFS] Fixes #15360 and other issues @@ -116351,15 +128391,15 @@ Martin Dobias 2016-08-09 QgsDataItem implementations may provide hasDragEnabled(), mimeUri() and QgsCustomDropHandler implementation to deal with drop of custom items. -Juergen E. Fischer 2016-08-09 +Jürgen E. Fischer 2016-08-09 globe: fix build -Juergen E. Fischer 2016-08-07 +Jürgen E. Fischer 2016-08-07 fix disconnect (followup aceddae) -Juergen E. Fischer 2016-08-08 +Jürgen E. Fischer 2016-08-08 fix 772f593 @@ -116662,11 +128702,11 @@ Sandro Mani 2016-07-27 This sanity check is unnecessary and breaks styling if the sqlite file is moved or renamed. The t_table_catalog column is kept for backwards compatibility. -Juergen E. Fischer 2016-08-03 +Jürgen E. Fischer 2016-08-03 fix build -Juergen E. Fischer 2016-08-03 +Jürgen E. Fischer 2016-08-03 fix crash when QSQLITE is unavailable (fixes #15358) @@ -116945,7 +128985,7 @@ Nyall Dawson 2016-07-31 Deprecate some QgsFeature methods which take or return pointers, update other classes as required -Nathan 2016-07-30 +Nathan Woodrow 2016-07-30 Swtich to ~/.qgis-dev for user folder @@ -116994,7 +129034,7 @@ Nyall Dawson 2016-07-28 [gui] gray lock icon, and flat style for extent button -nirvn 2016-07-28 +Mathieu Pellerin 2016-07-28 [gui] gray lock icon, and flat style for extent button @@ -117145,7 +129185,7 @@ Frits van Veen 2016-07-17 ...instead of shifted along base line (fix #15210) Merge: b3a38f4018 c1cdfe860d -rldhont 2016-07-26 +D'Hont René-Luc 2016-07-26 Merge pull request #3322 from rldhont/db_manager_update_sql_layer @@ -117159,7 +129199,7 @@ Alexander Bruy 2016-07-26 [processing] fix condition in warp alg -Juergen E. Fischer 2016-07-26 +Jürgen E. Fischer 2016-07-26 fix build (followup f6b09ea) @@ -117389,7 +129429,7 @@ Martin Dobias 2016-07-22 Funded by Land Information New Zealand. -Juergen E. Fischer 2016-07-24 +Jürgen E. Fischer 2016-07-24 fix build @@ -117403,11 +129443,11 @@ Martin Dobias 2016-07-24 For the time being the class is kept in the server code while it is still being used there. -Juergen E. Fischer 2016-07-24 +Jürgen E. Fischer 2016-07-24 update splash -Juergen E. Fischer 2016-07-23 +Jürgen E. Fischer 2016-07-23 oracle provider: fix binding of output values @@ -117423,13 +129463,13 @@ Matthias Kuhn 2016-07-22 Fix inadequate usage of nullptr -Juergen E. Fischer 2016-07-22 +Jürgen E. Fischer 2016-07-22 more QGis -> QGis renames git grep -l "QGis::" src/ | xargs perl -pe "s/QGis::/Qgis::/g" -i.bak -Juergen E. Fischer 2016-07-22 +Jürgen E. Fischer 2016-07-22 fix build @@ -117441,7 +129481,7 @@ Alexander Bruy 2016-07-22 [processing] fix buffer tool -Juergen E. Fischer 2016-07-22 +Jürgen E. Fischer 2016-07-22 debian packing build with webkit on xenial @@ -117506,7 +129546,7 @@ Nyall Dawson 2016-07-21 Remove some unused constants -Even Rouault 2016-07-21 +Even Rouault 2016-07-21 Try another method to avoid XML serialization issues with QT5 (#3323) @@ -117518,7 +129558,7 @@ Nyall Dawson 2016-07-21 Rename QGis class to Qgis, for capitalisation consistency -Juergen E. Fischer 2016-07-21 +Jürgen E. Fischer 2016-07-21 doc/TRANSLATORS in an output file (followup 156db22) @@ -117530,11 +129570,11 @@ Nyall Dawson 2016-07-21 Remove deprecated labeling tab -volaya 2016-07-21 +Víctor Olaya 2016-07-21 [processing] use SilentProgress by default if no progress object is passed -volaya 2016-07-21 +Víctor Olaya 2016-07-21 [processing] changed saga decorated group name @@ -117577,7 +129617,7 @@ Martin Dobias 2016-07-20 Remove QgsLabel and QgsLabelAttributes + remove QgsPalLabeling from renderer jobs -rldhont 2016-07-20 +D'Hont René-Luc 2016-07-20 [DB Manager] Add the ability to update SQL Layer @@ -117651,7 +129691,7 @@ Radim Blazek 2016-07-19 New modules for the GRASS plugin -Juergen E. Fischer 2016-07-19 +Jürgen E. Fischer 2016-07-19 fix windows build and some warnings @@ -117751,7 +129791,7 @@ Martin Dobias 2016-07-19 Improve QgsCoordinateReferenceSystem API documentation (#3311) -Juergen E. Fischer 2016-07-18 +Jürgen E. Fischer 2016-07-18 update after QgsMapLayer layerNameChanged => nameChanged signal rename @@ -117779,7 +129819,7 @@ Stéphane Brunner 2016-07-18 Have a capabilities cache per hostname -volaya 2016-07-18 +Víctor Olaya 2016-07-18 [processing] do not remove menus when exiting config dialog @@ -117832,7 +129872,7 @@ Nyall Dawson 2016-07-16 Just use direct copies instead -nirvn 2016-07-15 +Mathieu Pellerin 2016-07-15 [composer] fix html label stylesheet's margin (fixes #15290) @@ -117846,13 +129886,13 @@ Nyall Dawson 2016-07-16 QgsCoordinateTransform objects to be easily copied and passed around without complication. -Juergen E. Fischer 2016-07-15 +Jürgen E. Fischer 2016-07-15 creatensis.pl: use version number instead of release name for installation path (cherry picked from commit 87843120c52777cd15d8af0e7eee99f682e6049e) -Juergen E. Fischer 2016-07-15 +Jürgen E. Fischer 2016-07-15 oracle provider: update for 1bafa80 and e683101 @@ -117861,7 +129901,7 @@ Nyall Dawson 2016-07-15 Fix test under Python 3 Merge: 21eab8c2ea 93db165ae9 -mhugent 2016-07-15 +Marco Hugentobler 2016-07-15 Merge pull request #3308 from mhugent/pan_to_feature @@ -118111,7 +130151,7 @@ Nyall Dawson 2016-07-11 Followups and fixes to identify results linking Merge: f34c79c04b 9e1ddcb54d -volaya 2016-07-13 +Víctor Olaya 2016-07-13 Merge pull request #3305 from nyalldawson/processing_get_features @@ -118177,11 +130217,11 @@ Alessandro Pasotti 2016-07-12 [offline editing] Added insert and update tests -Alessandro Pasotti 2016-07-12 +Alessandro Pasotti 2016-07-12 [offline editing] Wait for the WFS server to stop -Alessandro Pasotti 2016-07-11 +Alessandro Pasotti 2016-07-11 [offline editing] Added insert and update tests @@ -118226,13 +130266,13 @@ Matthias Kuhn 2016-06-27 [travis] Modernize Mac OSX dependencies Merge: 2efe684d94 de6320279a -Jürgen Fischer 2016-07-11 +Jürgen E. Fischer 2016-07-11 Merge pull request #3296 from nirvn/splashscreen_fix [splashscreen] fix pixelated scaling -Juergen E. Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 fix 39d6e79 @@ -118242,7 +130282,7 @@ Nyall Dawson 2016-07-11 Show tooltips for layer style dock labeling tabs -nirvn 2016-07-11 +Mathieu Pellerin 2016-07-11 [splashscreen] fix pixelated scaling @@ -118278,33 +130318,33 @@ Matthias Kuhn 2016-07-05 Create some properties on QgsProject -Juergen E. Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 release.pl: use 99 instead of 999 for premajor minor Merge: 2eee2e5c9c 3a419c054b -Jürgen Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 Merge pull request #3293 from timlinux/fix-osx-build Fix build issue on OSX caused by minor version of 999 -Tim Sutton 2016-07-10 +Tim Sutton 2016-07-10 Fix build issue on OSX caused by minor version of 999 -Juergen E. Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 fix typos and debian/copyright -Juergen E. Fischer 2016-07-10 +Jürgen E. Fischer 2016-07-10 support utf-8 encoded release names (cherry picked from commit c9838ccea481c8ca87c4e1647099cfe78777e795) Merge: 831337c95a f5b8623012 -Jürgen Fischer 2016-07-09 +Jürgen E. Fischer 2016-07-09 Merge pull request #3288 from sebastic/scalable-icons @@ -118358,19 +130398,19 @@ Daan Goedkoop 2016-07-09 * Added unit test for value map widget and fixed value displaying bug -Juergen E. Fischer 2016-07-08 +Jürgen E. Fischer 2016-07-08 Bump version to 2.999 -Juergen E. Fischer 2016-07-08 +Jürgen E. Fischer 2016-07-08 changelog and news update for 2.16 -Juergen E. Fischer 2016-07-08 +Jürgen E. Fischer 2016-07-08 translation update for 2.16 from transifex -Juergen E. Fischer 2016-07-08 +Jürgen E. Fischer 2016-07-08 indentation and spelling fixes @@ -118390,7 +130430,7 @@ Nyall Dawson 2016-07-08 Avoid duplicate 'follow label placement' options in combo box -Nathan Woodrow 2016-07-08 +Nathan Woodrow 2016-07-08 Move style dock button on toolbarst @@ -118398,7 +130438,7 @@ Mathieu Pellerin 2016-07-08 Add myself (@nirvn) to contributor.json (#3284) -Nathan Woodrow 2016-07-08 +Nathan Woodrow 2016-07-08 const fixes @@ -118414,11 +130454,11 @@ Alexandre Neto 2016-07-08 Add Alexandre Neto (#3282) -Nathan 2016-07-08 +Nathan Woodrow 2016-07-08 Streamline QgsMapLayerConfigWidgetFactory interface -Nathan 2016-07-08 +Nathan Woodrow 2016-07-08 [style dock] Add tooltips @@ -118441,7 +130481,7 @@ Nyall Dawson 2016-07-08 Fix Coverity integer division warning -Juergen E. Fischer 2016-07-07 +Jürgen E. Fischer 2016-07-07 plugin manager: use relative font size @@ -118477,7 +130517,7 @@ Hugo Mercier 2016-07-07 Fix virtual layer construction from joined layer -Nathan 2016-07-07 +Nathan Woodrow 2016-07-07 [style dock] Reduce timeout on undo stack @@ -118501,7 +130541,7 @@ Matthias Kuhn 2016-07-07 Fix attribute table cannot map index when filtered -Marco Bernasocchi 2016-07-07 +Marco Bernasocchi 2016-07-07 fix build under NDK (#3276) @@ -118516,15 +130556,15 @@ Martin Dobias 2016-07-07 This makes the undo stack grow slower (especially when typing or repeatedly changing a value) and preserves memory. -Nathan Woodrow 2016-07-07 +Nathan Woodrow 2016-07-07 [style dock] Add tooltips for item icons -Nathan Woodrow 2016-07-07 +Nathan Woodrow 2016-07-07 [style dock] Add back missing style tab -Nathan 2016-07-07 +Nathan Woodrow 2016-07-07 Fix globe plugin @@ -118565,17 +130605,17 @@ Martin Dobias 2016-07-06 Fix hillshading renderer XML loading (fixes #15195) -Nathan 2016-07-06 +Nathan Woodrow 2016-07-06 [style dock] Add icons for style manager dialog Remove save for now until next release -Nathan 2016-07-06 +Nathan Woodrow 2016-07-06 Fix #14979 - Restore default style correctly -Nathan 2016-07-03 +Nathan Woodrow 2016-07-03 Rename QgsLayerStylingPanelFactory to QgsMapLayerConfigWidgetFactory @@ -118780,7 +130820,7 @@ Nyall Dawson 2016-07-04 Clean up doxygen modules listing -Alessandro Pasotti 2016-06-30 +Alessandro Pasotti 2016-06-30 Added offline editing WFS tests and debug info @@ -118795,7 +130835,7 @@ Matthias Kuhn 2016-07-04 https://travis-ci.org/qgis/QGIS/jobs/142140038#L1537-L1539 Merge: 5d4836e9b1 5daa546f6f -rldhont 2016-07-04 +D'Hont René-Luc 2016-07-04 Merge pull request #3250 from rldhont/qgsmaplayerregistry_check_layers_before_removed @@ -118873,7 +130913,7 @@ Matthias Kuhn 2016-07-03 This patch also contains slight improvements to other parts of the map layer registry. -Tim Sutton 2016-07-03 +Tim Sutton 2016-07-03 Added sponsors generated from changelog site (#3264) @@ -118881,7 +130921,7 @@ Tim Sutton 2016-07-03 * Use a single rule for including sponsor images rather. Remove terrelogiche duplication. Remove old sponsor images * Fix indentations and remove sponsors from images.qrc -Juergen E. Fischer 2016-07-03 +Jürgen E. Fischer 2016-07-03 [dbmanager] re-enable line number again (followup 5e36de7 and d9f934f) @@ -118897,7 +130937,7 @@ Mathieu Pellerin 2016-07-03 [gui] improve load min/max widget UI/UX (#3253) -Juergen E. Fischer 2016-07-03 +Jürgen E. Fischer 2016-07-03 dxf export: don't use 3D coordinates for filled circles (followup b3bf4a1; refs #14995) @@ -118905,7 +130945,7 @@ Matthias Kuhn 2016-07-02 Fix tests, partially reverts ff1f9cf -Juergen E. Fischer 2016-07-02 +Jürgen E. Fischer 2016-07-02 release.pl: * add second 'master' branch for interim release before a new major release @@ -118915,7 +130955,7 @@ Matthias Kuhn 2016-07-02 Doxymentation for QgsVectorLayer signals -Juergen E. Fischer 2016-07-02 +Jürgen E. Fischer 2016-07-02 [gui/hidpi] scale splash screen on startup not on release @@ -118929,7 +130969,7 @@ Matthias Kuhn 2016-07-02 Fix #15189 -Nathan 2016-07-02 +Nathan Woodrow 2016-07-02 [style dock] fix crash with undo widget @@ -118941,11 +130981,11 @@ Alvaro Huarte 2016-07-01 Fix MeasureTool when DestinationCRS changes -Juergen E. Fischer 2016-06-30 +Jürgen E. Fischer 2016-06-30 initially disable advanced digitizing panel (fixes #15073) -Juergen E. Fischer 2016-06-30 +Jürgen E. Fischer 2016-06-30 * initialize pasted feature with default values (fixes #8800) * show default values of new features in attribute table and identify @@ -118955,7 +130995,7 @@ Even Rouault 2016-06-30 Remove outdated comment -Juergen E. Fischer 2016-06-30 +Jürgen E. Fischer 2016-06-30 mssql provider: make mapping of import fields case-insensitive @@ -119079,11 +131119,11 @@ Martin Dobias 2016-06-29 [composer] map config: move layer related options to a dedicated group box -Alessandro Pasotti 2016-06-29 +Alessandro Pasotti 2016-06-29 Added multiple edit and attributes tests -rldhont 2016-06-23 +D'Hont René-Luc 2016-06-23 [BUGFIX] QgsMapLayerRegistry: Check layers before removed @@ -119096,7 +131136,7 @@ Nyall Dawson 2016-06-29 [styledock] improve UI layout of raster renderers -Nathan Woodrow 2016-06-29 +Nathan Woodrow 2016-06-29 [style dock] Keep factories updated @@ -119128,36 +131168,36 @@ Nyall Dawson 2016-06-29 Fix warnings -rldhont 2016-06-28 +D'Hont René-Luc 2016-06-28 Server code cleanage -rldhont 2016-06-28 +D'Hont René-Luc 2016-06-28 [BUGFIX] QgsMSLayerCache: remove layer from QgsMapLayerRegistry before delete it In QGIS Server, layers can be added to QgsMapLayerRegistry and delete by QgsMSLayerCache. This means that QgsMapLayerRegistry can have reference to deleted pointers. -rldhont 2016-06-28 +D'Hont René-Luc 2016-06-28 Flush capabilities cache when flushing project layers Made by @dmarteau -Nathan Woodrow 2016-06-28 +Nathan Woodrow 2016-06-28 [style dock] Fix display of extra pages -Nathan Woodrow 2016-06-28 +Nathan Woodrow 2016-06-28 [style dock] inline refine rules for rule based styles -Nathan Woodrow 2016-06-28 +Nathan Woodrow 2016-06-28 Fix windows build Merge: f0e0ba5bb0 83683be3dc -Even Rouault 2016-06-28 +Even Rouault 2016-06-28 Merge pull request #3244 from rouault/fix_transformCoords @@ -119173,7 +131213,7 @@ Sandro Santilli 2016-06-28 Add missing newline -nirvn 2016-06-28 +Mathieu Pellerin 2016-06-28 [styledock] better use of QGroupBox to highlight raster sections @@ -119189,7 +131229,7 @@ Hugo Mercier 2016-06-28 [virtual layer] Improve error message -nirvn 2016-06-28 +Mathieu Pellerin 2016-06-28 [styledock] improve UI layout of raster renderers @@ -119218,7 +131258,7 @@ Sandro Santilli 2016-06-28 The test passes Merge: e02661cd09 663333de7d -mhugent 2016-06-27 +Marco Hugentobler 2016-06-27 Merge pull request #3242 from mhugent/full_circle @@ -119420,11 +131460,11 @@ Nyall Dawson 2016-06-26 [gui] more colorful form view icon -nirvn 2016-06-26 +Mathieu Pellerin 2016-06-26 [gui] more colorful form view icon -Juergen E. Fischer 2016-06-26 +Jürgen E. Fischer 2016-06-26 fix translation string typo @@ -119436,23 +131476,23 @@ Mathieu Pellerin 2016-06-25 [gui/hidpi] vectorize form view and tracking icons (#3236) -Nathan Woodrow 2016-06-24 +Nathan Woodrow 2016-06-24 [style dock] Connect rule edit to widget changed -Juergen E. Fischer 2016-06-24 +Jürgen E. Fischer 2016-06-24 plugin manager: show plugin description and allow voting without webkit -Alessandro Pasotti 2016-06-24 +Alessandro Pasotti 2016-06-24 Fix env var -Alessandro Pasotti 2016-06-24 +Alessandro Pasotti 2016-06-24 Make offline layer visible -Alessandro Pasotti 2016-06-24 +Alessandro Pasotti 2016-06-24 Fixed WFS-T fid<->gml fid sync (thanks to roualt) @@ -119504,11 +131544,11 @@ Alexander Bruy 2016-06-24 [processing] translate alg names in vector menu and options dialog -Juergen E. Fischer 2016-06-24 +Jürgen E. Fischer 2016-06-24 update QgsAttributeTableFilterModel sip bindings -Juergen E. Fischer 2016-06-23 +Jürgen E. Fischer 2016-06-23 oracle provider: by default skip additional geometry columns (on 64bit Windows/Linux OCI crashes when there are more than three geometry @@ -119600,11 +131640,11 @@ Matthias Kuhn 2016-06-23 Fix #15103 -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 debian packaging update: add python-future as dependency for python-qgis (fixes #14986) -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 heatmap plugin: port to C-API (fixes #15028) @@ -119614,11 +131654,11 @@ Even Rouault 2016-06-22 Fixes #15062 -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 set symbol editor window title (fixes #15107) -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 db manager: re-enable margins with line numbers in sql editor (fixes #15110) @@ -119646,7 +131686,7 @@ Sandro Santilli 2016-06-22 Thanks Even for helping with this -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 selection by polygon: use 40 instead of 4 points for selection rectangle for more accurate transformation (fixes #13754) @@ -119671,15 +131711,15 @@ Sandro Santilli 2016-06-17 The test was verified to fail without the fixes included in this same commit, and to pass in 2.14. -Nathan Woodrow 2016-06-22 +Nathan Woodrow 2016-06-22 [styledock] inline new rule panel -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 db manager: fix drag and drop import (fixes #13712) -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 spatial bookmarks: remove inaccessible context help @@ -119687,11 +131727,11 @@ Alexander Bruy 2016-06-22 [processing] add "-te_srs" option to gdal_warp (fix #15033) -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 save as raster: fix vrt creation (fixes #14171) -Juergen E. Fischer 2016-06-22 +Jürgen E. Fischer 2016-06-22 remove_temporary_files.sh: add .new from addcopyrights.sh @@ -119726,7 +131766,7 @@ Denis Rouzaud 2016-06-21 #mutexmania kudos to @m-kuhn -Marco Bernasocchi 2016-06-22 +Marco Bernasocchi 2016-06-22 Fix allow clicking on a tags in maptips (#3218) @@ -119739,7 +131779,7 @@ Denis Rouzaud 2016-06-21 Fix groupboxes on toplevel in drag and drop designer -Juergen E. Fischer 2016-06-21 +Jürgen E. Fischer 2016-06-21 add context help for the "add oracle layers" dialog and use QTextBrowser in qgis_help (fixes #8477) @@ -119763,7 +131803,7 @@ Matthias Kuhn 2016-06-21 Followup dab157f -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 Fix code style @@ -119798,23 +131838,23 @@ Richard Duivenvoorde 2016-06-21 When creating the legend image url, this tests for available queryparams in a case-insensitive way... -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 Remove wrong override -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 Fix build -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 [styledock] Inline edit panel for rules -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 [ux] Show the color values in tooltip -Nathan Woodrow 2016-06-21 +Nathan Woodrow 2016-06-21 Adjust symbol layer widgets for better dock use @@ -119822,15 +131862,15 @@ Harrissou Sant-anna 2016-06-21 precise layer selection option (#3223) -Juergen E. Fischer 2016-06-21 +Jürgen E. Fischer 2016-06-21 postgres provider: allow database without postgis (fixes #6891) -Juergen E. Fischer 2016-06-20 +Jürgen E. Fischer 2016-06-20 db manager: show database name in postgis connection details (fixes #3489) -Juergen E. Fischer 2016-06-21 +Jürgen E. Fischer 2016-06-21 gdal tools: use native file dialogs (fixes #5500) @@ -119864,11 +131904,11 @@ Even Rouault 2016-06-20 Fix #15087 -Nathan Woodrow 2016-06-20 +Nathan Woodrow 2016-06-20 [styledock] Hide/Show back button correctly -Nathan Woodrow 2016-06-20 +Nathan Woodrow 2016-06-20 Rename Map Styling Dock to Layer Styling Dock @@ -119915,7 +131955,7 @@ Nyall Dawson 2016-06-20 [bookmarks] improve zoom to bookmark icon and UI -nirvn 2016-06-20 +Mathieu Pellerin 2016-06-20 [bookmarks] improve zoom to bookmark icon and UI @@ -119930,11 +131970,11 @@ Nyall Dawson 2016-06-20 [gui/hidpi] vectorize composer toolbar & attribute table toolbar icons -nirvn 2016-06-20 +Mathieu Pellerin 2016-06-20 [gui/hidpi] vectorize attribute table toolbar icons -nirvn 2016-06-20 +Mathieu Pellerin 2016-06-20 [gui/hidpi] vectorize composer toolbar icons @@ -119962,11 +132002,11 @@ Mathieu Pellerin 2016-06-20 [styledock] create a style preset icon (#3210) -Nathan Woodrow 2016-06-20 +Nathan Woodrow 2016-06-20 Remove unused variable -Nathan Woodrow 2016-06-19 +Nathan Woodrow 2016-06-19 [style dock] Refactor API. Move back button outside scrollarea. @@ -120052,7 +132092,7 @@ Nyall Dawson 2016-06-18 [gui/hidpi] vectorize raster toolbar icons -nirvn 2016-06-18 +Mathieu Pellerin 2016-06-18 [gui/hidpi] vectorize raster toolbar icons @@ -120135,7 +132175,7 @@ Nyall Dawson 2016-06-16 Previously only the attributes of the first feature were being used to render the points inside a group -Nathan Woodrow 2016-06-16 +Nathan Woodrow 2016-06-16 Revert "Don't resize canvas size on widget change" @@ -120176,7 +132216,7 @@ Marco Hugentobler 2015-12-17 Legend: leave away empty groups (fix #12969) -nirvn 2016-06-16 +Mathieu Pellerin 2016-06-16 [gui] proper geometry type for move feature icon @@ -120190,11 +132230,11 @@ Larry Shaffer 2016-06-15 - Default to user's home directory instead -Alessandro Pasotti 2016-06-15 +Alessandro Pasotti 2016-06-15 Added missing newline to the param doc -Nathan Woodrow 2016-06-15 +Nathan Woodrow 2016-06-15 Clean up showPanel API. Open dialog if not in dock mode @@ -120205,11 +132245,11 @@ Denis Rouzaud 2016-06-15 [gui/hidpi] more vector love for default toolbars -nirvn 2016-06-15 +Mathieu Pellerin 2016-06-15 [gui/hidpi] more vector love for default toolbars -Juergen E. Fischer 2016-06-15 +Jürgen E. Fischer 2016-06-15 translation string fixes @@ -120248,7 +132288,7 @@ Nyall Dawson 2016-06-15 Better icon for multiedit mode -nirvn 2016-06-15 +Mathieu Pellerin 2016-06-15 [gui] vectorize and add missing annotation icons (fixes #7076) @@ -120289,7 +132329,7 @@ Nyall Dawson 2016-06-15 Save raster symbology with full precision (fix #14950) -Juergen E. Fischer 2016-06-14 +Jürgen E. Fischer 2016-06-14 open message log on QgisApp::openMessageLog instead of toggling it @@ -120338,7 +132378,7 @@ Matthias Kuhn 2016-06-14 Refs #15027 -Juergen E. Fischer 2016-06-14 +Jürgen E. Fischer 2016-06-14 update 'Report an issue' link @@ -120355,7 +132395,7 @@ Matthias Kuhn 2016-06-14 Followup a05b2ad9 -Juergen E. Fischer 2016-06-14 +Jürgen E. Fischer 2016-06-14 don't save extents to style (fixes #15026, followup 92aed6e and d690d72) @@ -120444,7 +132484,7 @@ Nyall Dawson 2016-06-14 Tweak test tolerance for xenial -Nathan 2016-06-13 +Nathan Woodrow 2016-06-13 [style dock] Fix warnings @@ -120480,11 +132520,11 @@ Even Rouault 2016-06-13 Fix #14928 -Nathan 2016-06-13 +Nathan Woodrow 2016-06-13 [style dock] code clean up -Nathan Woodrow 2016-06-13 +Nathan Woodrow 2016-06-13 Add missing files @@ -120492,7 +132532,7 @@ Alexander Bruy 2016-06-13 [processing] allow 2.5D geometries (fix #14929) -Nathan Woodrow 2016-06-13 +Nathan Woodrow 2016-06-13 [style dock] Add better API for panels @@ -120607,7 +132647,7 @@ Nyall Dawson 2016-06-12 [bugfix] fix crash when right-clicking on geometryless layers -nirvn 2016-06-12 +Mathieu Pellerin 2016-06-12 fix crash when right-clicking on geometryless layers @@ -120615,11 +132655,11 @@ Salvatore Larosa 2016-06-11 [dbmanager] followup 8727799: again some emit signal fix -Juergen E. Fischer 2016-06-11 +Jürgen E. Fischer 2016-06-11 oracle provider: verify existence of layer style table before trying to retrieve a style -Juergen E. Fischer 2016-06-11 +Jürgen E. Fischer 2016-06-11 use CMP0063 only with cmake >= 3.3 @@ -120716,7 +132756,7 @@ Matthias Kuhn 2016-06-10 Remove buggy and outdated code -rldhont 2016-06-10 +D'Hont René-Luc 2016-06-10 [BUGFIX] Emit layerWillBeRemoved like layersWillBeRemoved (#3194) @@ -120732,7 +132772,7 @@ Alexander Bruy 2016-06-10 [processing] improve error message text (refs #14929) -Juergen E. Fischer 2016-06-10 +Jürgen E. Fischer 2016-06-10 use Qt types @@ -120836,7 +132876,7 @@ Nyall Dawson 2016-06-10 Correctly support joins using virtual fields (fix #14820) -nirvn 2016-06-10 +Mathieu Pellerin 2016-06-10 [pal] fix quadrant exp. wrongly overwriting cartographic placement (fixes #14989) @@ -120906,7 +132946,7 @@ Sandro Santilli 2016-06-07 Fixes existing tests to retain expectances -Sandro Santilli 2016-04-27 +Sandro Santilli 2016-04-27 Use FidMap for int64 primary keys @@ -120914,7 +132954,7 @@ Sandro Santilli 2016-04-27 in advance the database contains only positive integers (not implemented in this commit). -Sandro Santilli 2016-04-26 +Sandro Santilli 2016-04-26 Support negative short integer primary keys on PostgreSQL @@ -120929,11 +132969,11 @@ Nyall Dawson 2016-06-09 new icons for offset and rotate point symbol actions -Juergen E. Fischer 2016-06-09 +Jürgen E. Fischer 2016-06-09 fix typo -nirvn 2016-06-09 +Mathieu Pellerin 2016-06-09 new icons for offset and rotate point symbol actions @@ -120941,7 +132981,7 @@ Nyall Dawson 2016-06-09 Add missing docs -rldhont 2016-06-09 +D'Hont René-Luc 2016-06-09 QgsEditorWidgetRegistry disconnect signals when mapLayer will be removed (#3186) @@ -121006,11 +133046,11 @@ Nyall Dawson 2016-06-09 and retrieving the dock visibility, to account for dock widgets which are open but hidden by other docks -Juergen E. Fischer 2016-06-09 +Jürgen E. Fischer 2016-06-09 add qjson to INSTALL (fixes #14982) -Juergen E. Fischer 2016-06-07 +Jürgen E. Fischer 2016-06-07 avoid closing the last tab of the message log viewer @@ -121253,7 +133293,7 @@ Matthias Kuhn 2016-06-06 Fix #14848 -Tim Sutton 2016-06-06 +Tim Sutton 2016-06-06 Fixed QGis type - QGIS is better @@ -121294,23 +133334,23 @@ Even Rouault 2016-06-06 [WFS provider] Display appropriate error message when using a non existing typename -rldhont 2016-06-06 +D'Hont René-Luc 2016-06-06 [BUGFIX][Processing] RScript: Insert None value as NULL -rldhont 2016-06-06 +D'Hont René-Luc 2016-06-06 [BUGFIX][Processing] RScript: Add name token -Nathan 2016-06-06 +Nathan Woodrow 2016-06-06 [styledock] inline effects widget -Nathan 2016-06-06 +Nathan Woodrow 2016-06-06 [styledock] Swap rendererv2 widget back to qwidget -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 [styledock] Handle stacked panels at a higher level @@ -121345,7 +133385,7 @@ Marco Hugentobler 2016-06-06 Typo Merge: f2791836e9 e5253f88ee -mhugent 2016-06-06 +Marco Hugentobler 2016-06-06 Merge pull request #3127 from sbrunner/add-version-warning @@ -121363,27 +133403,27 @@ Nyall Dawson 2016-06-06 Fix Coverity uninitialized member warnings -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 [effects] relayout widget for better dock usage -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 [styledock] Connect missing signals for order and effects -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 Full widget label combobox -Nathan 2016-06-04 +Nathan Woodrow 2016-06-04 Add sip conversions for profile times -Nathan 2016-06-05 +Nathan Woodrow 2016-06-05 [styledock] Keep dock state updated from external changes -nirvn 2016-06-02 +Mathieu Pellerin 2016-06-02 [processing] fix missing quotes to field name in refactor fields @@ -121422,15 +133462,15 @@ Matthias Kuhn 2016-06-03 Use ccache for gcc on travis -Nathan 2016-06-04 +Nathan Woodrow 2016-06-04 Render widget now based on stack widget -Nathan 2016-06-04 +Nathan Woodrow 2016-06-04 Improve API for QgsMapStylePanelFactory -Nathan 2016-06-04 +Nathan Woodrow 2016-06-04 Add missing docs @@ -121468,11 +133508,11 @@ Matthias Kuhn 2016-06-03 Temporarily disable missing llvm apt repo -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 [styledock] Add load from file -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 [styledock] Add saving and loading default styles @@ -121484,7 +133524,7 @@ Sandro Mani 2016-06-03 Rename remove connection button in QgsSourceSelectDialog -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 Add resample options to raster style dock @@ -121493,7 +133533,7 @@ Matthias Kuhn 2016-06-03 Add support for toplevel widgets in drag and drop designer Merge: 04e1e96859 a4a0c9b2fb -rldhont 2016-06-03 +D'Hont René-Luc 2016-06-03 Merge pull request #3172 from dmarteau/master @@ -121507,7 +133547,7 @@ Sandro Mani 2016-06-03 Also hide ArcGIS provider actions if provider is disabled -Juergen E. Fischer 2016-06-03 +Jürgen E. Fischer 2016-06-03 add missing copyright headers @@ -121546,7 +133586,7 @@ Matthias Kuhn 2016-05-28 Add support for adding custom properties to providers -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 [feature] Add runtime profiler class to profile code @@ -121581,11 +133621,11 @@ Marco Bernasocchi 2016-05-31 This is useful for example to add URL links that allow being clicked on. -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 Fix ui cmake file -Nathan 2016-06-03 +Nathan Woodrow 2016-06-03 Add missing sip file @@ -121598,7 +133638,7 @@ Nyall Dawson 2016-06-03 Fix build -Nathan Woodrow 2016-05-30 +Nathan Woodrow 2016-05-30 [styledock] Inline panels for renderers @@ -121609,7 +133649,7 @@ Nyall Dawson 2016-06-03 If you resize columns, the width will be restored when next opening the attribute table for that layer. -Nathan Woodrow 2016-06-03 +Nathan Woodrow 2016-06-03 [styledock] Add saved style manager @@ -121625,15 +133665,15 @@ Martin Dobias 2016-06-02 Added python bindings -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 more typo fixes -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 fix indentation and some typos -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 fix windows icon installation @@ -121674,15 +133714,15 @@ Médéric Ribreux 2016-06-02 [Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file) -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 fix deprecation warning -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 osgeo4w: include arcgis rest provider -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 debian packaging: include arcgis rest provider @@ -121694,11 +133734,11 @@ Alexander Bruy 2016-06-02 fix indentation -volaya 2016-05-30 +Víctor Olaya 2016-05-30 [processing] fixed wrong indentation -volaya 2016-05-30 +Víctor Olaya 2016-05-30 [processing] lidar tools update @@ -121723,11 +133763,11 @@ Sandro Mani 2016-06-02 Add provider for ArcGIS Map and Feature REST services -Nathan Woodrow 2016-06-02 +Nathan Woodrow 2016-06-02 [styledock] move live update checkbox -Nathan Woodrow 2016-06-02 +Nathan Woodrow 2016-06-02 [styledock] Layer picker @@ -121751,27 +133791,27 @@ Sandro Mani 2016-05-27 Add provider for ArcGIS Map and Feature REST services -Nathan Woodrow 2016-06-02 +Nathan Woodrow 2016-06-02 [Style Dock] Add interface for plugins to add panels to dock -volaya 2016-06-02 +Víctor Olaya 2016-06-02 fixed addProvider method in toolbox -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 [FEATURE] oracle provider: add support for renaming attributes -Juergen E. Fischer 2016-06-02 +Jürgen E. Fischer 2016-06-02 fix warnings -Juergen E. Fischer 2016-06-01 +Jürgen E. Fischer 2016-06-01 also disable webkit on xenial (followup 38f6ace) -Alessandro Pasotti 2016-06-02 +Alessandro Pasotti 2016-06-02 Fixed error in executing python file at start. @@ -121792,7 +133832,7 @@ Hugo Mercier 2016-06-01 The head size can now be configured by its width and its height Arrows can also be rendered as "half arrows" -volaya 2016-06-02 +Víctor Olaya 2016-06-02 [processing] added activateProvider method in Processing class @@ -121842,7 +133882,7 @@ Nyall Dawson 2016-06-02 ...by adapting the header text and tooltip as the interpolation mode is altered -nirvn 2016-06-02 +Mathieu Pellerin 2016-06-02 [attributetable] add quotes to column name when sorting (fixes #14873) @@ -122053,15 +134093,15 @@ Even Rouault 2016-06-01 [OGR provider] Fix deleteAttributes() when mFirstFieldIsFid -Juergen E. Fischer 2016-06-01 +Jürgen E. Fischer 2016-06-01 [FEATURE] oracle provider: add support to save styles in database -Juergen E. Fischer 2016-06-01 +Jürgen E. Fischer 2016-06-01 spelling fixes -Juergen E. Fischer 2016-06-01 +Jürgen E. Fischer 2016-06-01 fix recommends (followup 8c14165) @@ -122087,11 +134127,11 @@ Matthias Kuhn 2016-06-01 [FEATURE] widgets constraints -volaya 2016-06-01 +Víctor Olaya 2016-06-01 [processing] fixes for issues with 3rd party providers being loaded and unloaded -Nathan Woodrow 2016-06-01 +Nathan Woodrow 2016-06-01 [hillshade] increase z factor places @@ -122110,7 +134150,7 @@ Asger Skovbo Petersen 2016-06-01 Hillshaderenderer: Add 'multidirectional oblique-weighted' rendering option (#3160) -volaya 2016-06-01 +Víctor Olaya 2016-06-01 [processing] fixed check to avoid adding a provider that is already added @@ -122122,7 +134162,7 @@ Alexander Bruy 2016-06-01 [pluginmanager] show trusted plugins (fix #14916) -volaya 2016-06-01 +Víctor Olaya 2016-06-01 [processing] fixed wrong call to splitext in dataobjects.py @@ -122171,7 +134211,7 @@ Nyall Dawson 2016-06-01 Followup 1b2af79, more robust way of setting shortcuts -Juergen E. Fischer 2016-05-31 +Jürgen E. Fischer 2016-05-31 debian packaging: limit globe to osgearth 2.7 @@ -122263,11 +134303,11 @@ Matthias Kuhn 2016-03-14 Add not null constraint and visual feedback to widgets -rldhont 2016-05-31 +D'Hont René-Luc 2016-05-31 [Processing] Add optional capabilities to R scripts -rldhont 2016-05-31 +D'Hont René-Luc 2016-05-31 [BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin, ymax" @@ -122278,14 +134318,14 @@ Sandro Mani 2016-05-31 [Globe] Fix incorrect transparency conversion -rldhont 2016-05-31 +D'Hont René-Luc 2016-05-31 [Processing] Fix getParameterDescriptions Add import json for script and r return descs and not None -Juergen E. Fischer 2016-05-31 +Jürgen E. Fischer 2016-05-31 globe: fix warnings on windows @@ -122293,7 +134333,7 @@ Salvatore Larosa 2016-05-31 [processing] add again the algorithm name after being removed mistakenly in 507aeb0 -volaya 2016-05-31 +Víctor Olaya 2016-05-31 [processing] fixes and better warning messages in modeler @@ -122306,7 +134346,7 @@ Alvaro Huarte 2016-05-31 This point array contains the simplified version of the original geometry. -Juergen E. Fischer 2016-05-31 +Jürgen E. Fischer 2016-05-31 spelling fixes @@ -122318,11 +134358,11 @@ Even Rouault 2016-05-30 Fix build problem with gcc 4.7 -Juergen E. Fischer 2016-05-28 +Jürgen E. Fischer 2016-05-28 debian packaging: fix installation of mime icons -Juergen E. Fischer 2016-05-28 +Jürgen E. Fischer 2016-05-28 fix precise build @@ -122331,21 +134371,21 @@ Even Rouault 2016-05-30 [WFS provider] Fix build problem due to signature change of QgsRectangle::combineExtentWith() Merge: 86f6e7eb0d 2ac20c665f -Even Rouault 2016-05-30 +Even Rouault 2016-05-30 Merge pull request #3148 from rouault/wfs_better_behaviour_with_wrong_capability_extent [WFS Provider] Implement workarounds to better behave when extent reported by capabilities is wrong Merge: 4b130cbf42 9fe210283c -Even Rouault 2016-05-30 +Even Rouault 2016-05-30 Merge pull request #3142 from rouault/identify_result_float_precision Do not print excessive decimals when identifying value on a Float32 raster Merge: df6410ec35 f3b635dcbb -Even Rouault 2016-05-30 +Even Rouault 2016-05-30 Merge pull request #3134 from rouault/do_not_write_nodata_if_not_existing @@ -122423,11 +134463,11 @@ Alexander Bruy 2016-05-30 [processing] fix ogr2ogr postgis table overwrite -volaya 2016-05-27 +Víctor Olaya 2016-05-27 [processing] allow creating new plugin from toolbox with scripts -volaya 2016-05-28 +Víctor Olaya 2016-05-28 [processing] added ‘supported’ parameter to exportVectorLayer @@ -122521,7 +134561,7 @@ Blottiere Paul 2016-05-29 fix pin/unpin diagrams when no labels Merge: c7a4e5a065 92f71b696c -Jürgen Fischer 2016-05-29 +Jürgen E. Fischer 2016-05-29 Merge pull request #3098 from arnaud-morvan/postgresql_decimal_fields @@ -122930,18 +134970,18 @@ Sandro Mani 2016-05-28 Improve numerical stability of QgsAbstractGeometryV2::centroid -Nathan Woodrow 2016-05-26 +Nathan Woodrow 2016-05-26 [styledock] Fix undo redo -Nathan Woodrow 2016-05-25 +Nathan Woodrow 2016-05-25 [renderer] Live hillshade renderer for raster layers Thanks to Asger Skovbo Petersen (@AsgerPetersen) for the idea and fixes Thanks to Nyall for reviews and bug fixes -rldhont 2016-05-28 +D'Hont René-Luc 2016-05-28 [Processing] add an algs static method to Processing for server @@ -122977,7 +135017,7 @@ Sandro Mani 2016-05-26 Revived globe, compatible with OsgEarth 2.7 Merge: 3d95712009 8592a7e3ac -rldhont 2016-05-28 +D'Hont René-Luc 2016-05-28 Merge branch 'processing_shortHelp' @@ -122993,7 +135033,7 @@ Alexander Bruy 2016-05-28 [pluginmanager] limit plugin icon maximum size to prevent breaking description page layout -rldhont 2016-05-28 +D'Hont René-Luc 2016-05-28 [Processing] Add shortHelp for Scripts, Models and R @@ -123004,7 +135044,7 @@ Denis Rouzaud 2016-05-28 move scale widget in its own class (away from qgisapp) Merge: 2c1f2ce1c0 88c8d352e8 -Even Rouault 2016-05-28 +Even Rouault 2016-05-28 Merge pull request #3121 from rouault/pyramids @@ -123073,11 +135113,11 @@ Alexander Bruy 2016-05-27 [processing] drop WebView dependency (follow up 38f6ace4c0) -Juergen E. Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 add sip bindings to webkit stubs -Juergen E. Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 german translation fixes (followup 0eecac1) @@ -123105,7 +135145,7 @@ Marco Hugentobler 2016-05-27 Postgres simplification does not work with curved types Merge: 70c5ab6a05 fb2d5e727e -Jürgen Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 Merge pull request #3114 from SrNetoChan/new_icons @@ -123115,25 +135155,25 @@ Alexander Bruy 2016-05-27 [processing] fix handling of scriipts/models folders in Get scripts dialog (follow up d16f04bf3a) -rldhont 2016-05-27 +D'Hont René-Luc 2016-05-27 ending store and restore layer extents in projects -volaya 2016-05-27 +Víctor Olaya 2016-05-27 [processing] made lastools additional parameters optional -volaya 2016-05-27 +Víctor Olaya 2016-05-27 [processing] do not exit loop in intersect if there are errors fixes #14908 -volaya 2016-05-26 +Víctor Olaya 2016-05-26 [processing] re-enabled tooltips in algorithm dialog -volaya 2016-05-26 +Víctor Olaya 2016-05-26 [processing] fixed default extension selection @@ -123156,11 +135196,11 @@ Nyall Dawson 2016-05-27 Cast each child of QgsAnnotationItem in SIP bindings for Python -Juergen E. Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 INSTALL is a output file from the t2tdoc target -Juergen E. Fischer 2016-05-27 +Jürgen E. Fischer 2016-05-27 make webkit optional @@ -123184,11 +135224,11 @@ Alexander Bruy 2016-05-26 [BUGFIX] [Processing] Fix updateDependentFields Merge: 36161fc05d aef3dd4da4 -pcav 2016-05-26 +Paolo Cavallini 2016-05-26 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2016-05-26 +Paolo Cavallini 2016-05-26 INstructions for installing with Qt5+Py3 on Debian in INSTALL @@ -123196,23 +135236,23 @@ ThomasG77 2016-05-26 Cast each child of QgsAnnotationItem in SIP bindings for Python -Juergen E. Fischer 2016-05-26 +Jürgen E. Fischer 2016-05-26 remove svn references from prepare-commit.sh and make it work from anywhere in the repository Merge: ef3de28538 53089188d5 -volaya 2016-05-26 +Víctor Olaya 2016-05-26 Merge pull request #3109 from rldhont/bugfix_processing_getParameterDescriptions [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr… -rldhont 2016-05-26 +D'Hont René-Luc 2016-05-26 [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Script algo Merge: d783635a40 8cd6be57ed -volaya 2016-05-26 +Víctor Olaya 2016-05-26 Merge pull request #3110 from NaturalGIS/master @@ -123238,11 +135278,11 @@ Alexander Bruy 2016-05-24 [processing] support multiple scripts/models folders (fix #10476) -Juergen E. Fischer 2016-05-26 +Jürgen E. Fischer 2016-05-26 INSTALL is a output file -pcav 2016-05-26 +Paolo Cavallini 2016-05-26 Another typo in INSTALL @@ -123302,12 +135342,12 @@ Alexander Bruy 2016-05-25 [processing] cleanup and improvements -pcav 2016-05-25 +Paolo Cavallini 2016-05-25 Typos in INSTALL Merge: 98ede7fecf 0469ffc13e -pcav 2016-05-25 +Paolo Cavallini 2016-05-25 Merge branch 'master' of https://github.com/qgis/QGIS @@ -123315,7 +135355,7 @@ Alexander Bruy 2016-05-25 homogenize worldfile extensions when exporting map as image (fix #13264) -volaya 2016-05-25 +Víctor Olaya 2016-05-25 [processing] removed wrong import @@ -123330,19 +135370,19 @@ Alessandro Pasotti 2016-05-25 Wfs t tests -Alessandro Pasotti 2016-05-25 +Alessandro Pasotti 2016-05-25 Adapted test to new provider changes -Alessandro Pasotti 2016-05-25 +Alessandro Pasotti 2016-05-25 Added debug msg -Alessandro Pasotti 2016-05-25 +Alessandro Pasotti 2016-05-25 Renamed test -Alessandro Pasotti 2016-05-09 +Alessandro Pasotti 2016-05-09 [server] WFS-T server and provider integration tests @@ -123370,11 +135410,11 @@ Matthias Kuhn 2016-05-25 Kudos to @timlinux -volaya 2016-05-25 +Víctor Olaya 2016-05-25 [processing] fixed modeler dialog -Nathan Woodrow 2016-05-25 +Nathan Woodrow 2016-05-25 [python] Add bits() bindings for QgsRasterBlock @@ -123386,7 +135426,7 @@ Nyall Dawson 2016-05-25 Add more missing docs -volaya 2016-05-25 +Víctor Olaya 2016-05-25 [processing] remove square brackets from output names when no path and no extensions are provided @@ -123394,7 +135434,7 @@ Nyall Dawson 2016-05-25 Add missing docs -volaya 2016-05-25 +Víctor Olaya 2016-05-25 [processing] only ask for msys folder in windows @@ -123410,7 +135450,7 @@ Nyall Dawson 2016-05-25 Allow opacity change for 25d renderer colors (fix #14877) -nirvn 2016-05-25 +Mathieu Pellerin 2016-05-25 [gui] improve no color logic by keeping RGB values @@ -123438,26 +135478,26 @@ Nyall Dawson 2016-05-25 Search widget wrapper for relation reference widget Merge: 1cddf8db00 3b7c0fc04f -volaya 2016-05-25 +Víctor Olaya 2016-05-25 Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_table [BUGFIX][Processing][Rscript] Write output Table Merge: 94d88e65d8 f470c531d8 -volaya 2016-05-25 +Víctor Olaya 2016-05-25 Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs [BUGFIX][Processing][Rscript] Use CRS Parameter -rldhont 2016-05-24 +D'Hont René-Luc 2016-05-24 [BUGFIX][Processing][Rscript] Write output Table Add support forwriting output table to Rscript command. -rldhont 2016-05-24 +D'Hont René-Luc 2016-05-24 [BUGFIX][Processing][Rscript] Use CRS Parameter @@ -123514,7 +135554,7 @@ Alexander Bruy 2016-05-24 [processing] add missed extent parameter to R provider -rldhont 2016-05-24 +D'Hont René-Luc 2016-05-24 [BUGFIX][Processing][Rscript] Use Extent Parameter @@ -123535,13 +135575,13 @@ Harrissou Sant-anna 2016-05-24 Add more example -volaya 2016-05-24 +Víctor Olaya 2016-05-24 [processing] improvements for new mechanism for adding algorithms Correctly remove algorithms on plugin unload -Juergen E. Fischer 2016-05-24 +Jürgen E. Fischer 2016-05-24 fix build @@ -123552,21 +135592,21 @@ Nyall Dawson 2016-05-24 Adds support for date - date, time - time and datetime - datetime type calculations which return an interval. -Nathan Woodrow 2016-05-24 +Nathan Woodrow 2016-05-24 Code style -Nathan Woodrow 2016-05-24 +Nathan Woodrow 2016-05-24 [styledock] Fix setting QgsSingleBandPseudoColorRendererWidget signal order -Nathan Woodrow 2016-05-24 +Nathan Woodrow 2016-05-24 [styledock] Fix setting label widget layer Opps :) -Nathan Woodrow 2016-05-24 +Nathan Woodrow 2016-05-24 More ninja changes @@ -123584,19 +135624,19 @@ Nyall Dawson 2016-05-24 Followup 73733a, fix crash when running invalid python strings -volaya 2016-05-23 +Víctor Olaya 2016-05-23 [processing] fixed header -volaya 2016-05-23 +Víctor Olaya 2016-05-23 [processing] additional mechanism to add scripts from 3rd party plugin -volaya 2016-05-19 +Víctor Olaya 2016-05-19 [processing] separated alglist to its own module -volaya 2016-05-13 +Víctor Olaya 2016-05-13 [processing] moved imports to initialize providers to a separate module @@ -123604,21 +135644,21 @@ Alexander Bruy 2016-05-12 [processing] fix tests -volaya 2016-05-12 +Víctor Olaya 2016-05-12 [processing] keep parameter in addProvider method for backwards compatibility -volaya 2016-04-28 +Víctor Olaya 2016-04-28 [processing] cleaning and restructuring This fixes some design errors (mainly the ModelerUtils class, which is not needed anymore to hold a copy of algs and providers in order to avoid circular dependencies) and removes unused code -volaya 2016-04-28 +Víctor Olaya 2016-04-28 [processing] save value of grass path when autoconfiguration is succesful -volaya 2016-04-28 +Víctor Olaya 2016-04-28 [processing] fixed provider updates in toolbox @@ -123713,7 +135753,7 @@ Alexander Bruy 2016-05-23 Add initial set of tests for ParameterString -volaya 2016-05-23 +Víctor Olaya 2016-05-23 [processing] fix to avoid interrupted system call exceptions in mac @@ -123721,7 +135761,7 @@ Matthias Kuhn 2016-05-23 [build] Allow using ninja generator on non-win os'es -Nathan Woodrow 2016-05-23 +Nathan Woodrow 2016-05-23 [build] Add better support for Ninja build system @@ -123729,11 +135769,11 @@ Alexander Bruy 2016-05-23 [processing] restore CreateConstantRaster algorithm (fix #14860) -Juergen E. Fischer 2016-05-23 +Jürgen E. Fischer 2016-05-23 better fix for 61693b8 -Juergen E. Fischer 2016-05-23 +Jürgen E. Fischer 2016-05-23 [MSVC] add include for M_PI_2 @@ -123775,7 +135815,7 @@ Matthias Kuhn 2016-05-22 [qt5 tests] Fix blacklist -Juergen E. Fischer 2016-05-22 +Jürgen E. Fischer 2016-05-22 fix postgres provider message @@ -123818,11 +135858,11 @@ Matthias Kuhn 2016-05-22 [processing tests] Cleanup layer registry before every new test -Nathan 2016-05-22 +Nathan Woodrow 2016-05-22 Fix crash on style dock apply with no layer -Nathan 2016-05-19 +Nathan Woodrow 2016-05-19 [Style dock] Add support for raster layers @@ -123833,12 +135873,12 @@ Matthias Kuhn 2016-05-22 Open editor in attribute table on single click -pcav 2016-03-31 +Paolo Cavallini 2016-03-31 Replaced Grid with Raster for coherence Merge: ff4532c3ac 17fd3d8cb9 -mhugent 2016-05-20 +Marco Hugentobler 2016-05-20 Merge pull request #3087 from arnaud-morvan/maptooladdfeature_avoidintersections_nullgeometry @@ -123848,21 +135888,21 @@ arnaud.morvan@camptocamp.com 2016-05-20 Fix in maptool add feature, reject null geometry due to intersection avoidance -Alessandro Pasotti 2016-05-20 +Alessandro Pasotti 2016-05-20 [server] Fix pep8 build error -Alessandro Pasotti 2016-05-20 +Alessandro Pasotti 2016-05-20 [server] Removed debug print from the test -Alessandro Pasotti 2016-05-20 +Alessandro Pasotti 2016-05-20 [server] Added regression test for #8656 Ref. commit b956874f02a9379 -Juergen E. Fischer 2016-05-20 +Jürgen E. Fischer 2016-05-20 translation string fixes @@ -123880,31 +135920,31 @@ Nyall Dawson 2016-05-20 Allow direct QVariant creation from some QGIS metatypes -Alessandro Pasotti 2016-05-19 +Alessandro Pasotti 2016-05-19 [server][bugfix] FILTER GetFeatureInfo working again Fixes #8656 Merge: 0078b33ed2 c0d12dcdeb -mhugent 2016-05-19 +Marco Hugentobler 2016-05-19 Merge pull request #3081 from mhugent/curve_segmentize_parameters Curve segmentize parameters Merge: a19741b297 1ab29771b7 -Even Rouault 2016-05-19 +Even Rouault 2016-05-19 Merge pull request #3082 from rouault/vectorfilewriter_cleanup_and_encoding_improvement Vectorfilewriter cleanup and encoding improvement -volaya 2016-05-19 +Víctor Olaya 2016-05-19 [processing] log errors in hook scripts -volaya 2016-05-18 +Víctor Olaya 2016-05-18 [processing] correctly switch to description tab if help tab exists @@ -123950,13 +135990,13 @@ Marco Hugentobler 2016-05-17 [FEATURE]: possibility to set the segmentation tolerance (maximum angle or maximum difference) -Juergen E. Fischer 2016-05-19 +Jürgen E. Fischer 2016-05-19 * debian packaging update * include qch download link on api index page Merge: c0799d4764 9d59f9ce76 -Jürgen Fischer 2016-05-19 +Jürgen E. Fischer 2016-05-19 Merge pull request #3048 from nyalldawson/qt_doxygen @@ -124068,7 +136108,7 @@ Nyall Dawson 2016-05-19 Set expression context for geometry generator builder (fix #14833) -volaya 2016-05-18 +Víctor Olaya 2016-05-18 [processsing] removed unused code @@ -124080,11 +136120,11 @@ Blottiere Paul 2016-05-18 move magnification in map settings -volaya 2016-05-18 +Víctor Olaya 2016-05-18 [processing] show script in toolbox even if it contains errors -volaya 2016-05-18 +Víctor Olaya 2016-05-18 [processing] fixed repaint in set vector style algorithm @@ -124092,7 +136132,7 @@ Radim Blazek 2016-05-18 [GRASS] close vector map if no more users, fixes #14668 -volaya 2016-05-18 +Víctor Olaya 2016-05-18 [processing] fixed toolbox updates @@ -124101,7 +136141,7 @@ Blottiere Paul 2016-05-18 scale is the same whatever the level of magnification Merge: a9c1996bbc 7847f971d4 -volaya 2016-05-18 +Víctor Olaya 2016-05-18 Merge pull request #3044 from arnaud-morvan/processing_output_vectortable @@ -124130,11 +136170,11 @@ Nyall Dawson 2016-05-18 Fix warnings -Nathan 2016-05-18 +Nathan Woodrow 2016-05-18 [color button] add colour wheel to right click menu -Nathan 2016-05-18 +Nathan Woodrow 2016-05-18 [styledock] scroll area for symbol selector widget @@ -124154,7 +136194,7 @@ Blottiere Paul 2016-05-18 add unit test for extent -Nathan 2016-05-18 +Nathan Woodrow 2016-05-18 [styledock] more widget changes @@ -124174,12 +136214,12 @@ Nyall Dawson 2016-05-18 Fix warning -Juergen E. Fischer 2016-05-17 +Jürgen E. Fischer 2016-05-17 fix about box (followup 0b940cac, fixes #14832) Merge: 8ee697bf2d 902953ca9a -Even Rouault 2016-05-17 +Even Rouault 2016-05-17 Merge pull request #3076 from rouault/delimitedtext_qt5_fix @@ -124215,22 +136255,22 @@ arnaud.morvan@camptocamp.com 2016-04-28 Processing - Support no geometry in VectorWriter -Nathan 2016-05-17 +Nathan Woodrow 2016-05-17 [styledock] Better layouts for marker widgets - Grid vs Form layouts - Align DD buttons for better look -Juergen E. Fischer 2016-05-17 +Jürgen E. Fischer 2016-05-17 osgeo4w: add qt plugin directories to browser with grass (followup b758a8c) -volaya 2016-05-17 +Víctor Olaya 2016-05-17 [processing] do not reject string parameters if they contain an unparsable expresion -Nathan Woodrow 2016-05-17 +Nathan Woodrow 2016-05-17 [mssql] Fix layer not showing with invalid geometry @@ -124342,7 +136382,7 @@ Even Rouault 2016-05-16 In Qt 4, QUrl::queryItemValue() decodes a value that contains %25 as %, whereas it doesn't with Qt5. -Juergen E. Fischer 2016-05-16 +Jürgen E. Fischer 2016-05-16 indentation fix @@ -124358,7 +136398,7 @@ Matthias Kuhn 2016-05-16 The index was transformed twice from field index to field origin index, resulting in a corrupted index (most often being 0 in the end). -Juergen E. Fischer 2016-05-16 +Jürgen E. Fischer 2016-05-16 cppcheck fixes @@ -124378,11 +136418,11 @@ Nyall Dawson 2016-05-16 Fix running unsaved script in console -Juergen E. Fischer 2016-05-16 +Jürgen E. Fischer 2016-05-16 fix precise build -Juergen E. Fischer 2016-05-15 +Jürgen E. Fischer 2016-05-15 fix windows build @@ -124485,7 +136525,7 @@ Even Rouault 2016-05-14 Fixes in qgswebframe.h and qgswebpage.h to fix building without QtWebKit Merge: 45e7da15e1 666050c57c -Jürgen Fischer 2016-05-14 +Jürgen E. Fischer 2016-05-14 Merge pull request #3070 from sebastic/qtermwidget-hurd @@ -124516,7 +136556,7 @@ Even Rouault 2016-05-14 qgsgml & WFS provider: fix Coverity warnings introduced in recent WFS works Merge: cfb6100389 90cc0ed495 -Even Rouault 2016-05-14 +Even Rouault 2016-05-14 Merge pull request #3061 from rouault/saveas_human_readable_values @@ -124620,7 +136660,7 @@ Alexander Bruy 2016-05-13 [processing] fix import Merge: 19f80601bf 65a37dbe07 -Even Rouault 2016-05-13 +Even Rouault 2016-05-13 Merge pull request #3018 from rouault/wfs_sql @@ -124630,7 +136670,7 @@ Bas Couwenberg 2016-05-13 Add support for kFreeBSD to grass plugin. -volaya 2016-05-13 +Víctor Olaya 2016-05-13 [processing] remove toolbox dock widget when unloading plugin @@ -124803,7 +136843,7 @@ Nyall Dawson 2016-05-12 Partial revert 18b69d -Nathan 2016-05-12 +Nathan Woodrow 2016-05-12 [Style Dock] Attach widget changed for graduated widgets @@ -124872,7 +136912,7 @@ Nyall Dawson 2016-05-11 Fix QgsFieldComboWidget not updating fields when calling setFilter() -Nathan Woodrow 2016-05-11 +Nathan Woodrow 2016-05-11 [Style Dock] Only disable the widget and not the dock @@ -124884,7 +136924,7 @@ Nyall Dawson 2016-05-11 Fix coverity uninitialized variable warnings -Nathan Woodrow 2016-05-11 +Nathan Woodrow 2016-05-11 Code style @@ -124910,11 +136950,11 @@ Stéphane Brunner 2016-05-11 Be able to store the bookmarks in the project (#2661) -Nathan 2016-05-11 +Nathan Woodrow 2016-05-11 [Style Dock] Use readStyle for undo -Nathan 2016-05-11 +Nathan Woodrow 2016-05-11 Fix early return in writeSymbology @@ -124993,11 +137033,11 @@ Nyall Dawson 2016-05-10 Fix warnings -Nathan Woodrow 2016-05-10 +Nathan Woodrow 2016-05-10 [Style Dock] Add undo/redo button at the bottom -Nathan Woodrow 2016-05-10 +Nathan Woodrow 2016-05-10 [FEATURE] Add style/history tab to style dock @@ -125143,7 +137183,7 @@ Matthias Kuhn 2016-05-09 Fix #14766 Merge: a65d9c522f 0b4961c224 -mhugent 2016-05-09 +Marco Hugentobler 2016-05-09 Merge pull request #3045 from mhugent/convert_geometry_2 @@ -125221,15 +137261,15 @@ Marco Hugentobler 2016-05-06 Make sure the curve point is always on the segmentized curve -volaya 2016-05-06 +Víctor Olaya 2016-05-06 [processing] add object name to custom menus -Juergen E. Fischer 2016-05-05 +Jürgen E. Fischer 2016-05-05 fix display of version in doxymentation -Alessandro Pasotti 2016-05-05 +Alessandro Pasotti 2016-05-05 [server] Fixes segfault on wrong TypeName @@ -125286,7 +137326,7 @@ Sandro Mani 2016-05-04 Also use datasource instead of filepath when ref/unref-ing and invalidating. -Juergen E. Fischer 2016-05-04 +Jürgen E. Fischer 2016-05-04 release.pl: don't created branches from tag names @@ -125554,11 +137594,11 @@ Harrissou Sant-anna 2016-05-01 * Replace common text buttons by icons * Replace icons -rldhont 2016-04-29 +D'Hont René-Luc 2016-04-29 [BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves requested fields -rldhont 2016-04-29 +D'Hont René-Luc 2016-04-29 [BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry @@ -125595,7 +137635,7 @@ Nyall Dawson 2016-04-29 Fix delete ring tool not updating rendered feature (fix #14741) -Nathan 2016-04-29 +Nathan Woodrow 2016-04-29 Don't resize canvas size on widget change @@ -125603,7 +137643,7 @@ Marco Hugentobler 2016-04-28 Add z/m values to new curves of compound curve -Juergen E. Fischer 2016-04-28 +Jürgen E. Fischer 2016-04-28 oracle provider: cleaner geometry retrieval and fix case issue with feature request alias and sdo_relate @@ -125613,7 +137653,7 @@ Alexander Bruy 2016-04-28 [processing] always use original algorithm name for scripts and models (follow up abda90fe0d) Merge: 93d984e504 4a11a1a319 -rldhont 2016-04-28 +D'Hont René-Luc 2016-04-28 Merge branch 'processing_modeler_default_value' @@ -125628,7 +137668,7 @@ Nyall Dawson 2016-04-28 [FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features -Juergen E. Fischer 2016-04-28 +Jürgen E. Fischer 2016-04-28 fix dxf export when using rule based labeling (followup a64ea0b) @@ -125636,7 +137676,7 @@ Marco Hugentobler 2016-04-27 Convert added/changed geometries into the right before sending back to provider -Webmaster 2016-04-23 +Mathieu Pellerin 2016-04-23 [FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features (fixes #9199) @@ -125665,7 +137705,7 @@ Even Rouault 2016-04-27 Put QgsSQLiteExpressionCompiler class inside Doxygen PRIVATE tag Merge: 42e386f8c8 10e3c1914e -Jürgen Fischer 2016-04-27 +Jürgen E. Fischer 2016-04-27 Merge pull request #3040 from 3nids/debian_install_qgis_testing @@ -125675,7 +137715,7 @@ Denis Rouzaud 2016-04-27 debian: install qgis testing -volaya 2016-04-27 +Víctor Olaya 2016-04-27 [processing] handle provider modifications when settings have been edited @@ -125694,7 +137734,7 @@ Martin Dobias 2016-04-27 (until now they worked just with simple labeling) -rldhont 2016-04-27 +D'Hont René-Luc 2016-04-27 [Processing][Modeler] Use default value instead of None @@ -125702,7 +137742,7 @@ rldhont 2016-04-27 Before the possibility to defined optional parameters, None value is equal to set value to default one. Now, it's important to use default value instead of None. -volaya 2016-04-27 +Víctor Olaya 2016-04-27 [processing] different approach for provider add/remove @@ -125714,7 +137754,7 @@ Martin Dobias 2016-04-27 Fix tests, fixes after rebase -Juergen E. Fischer 2016-04-27 +Jürgen E. Fischer 2016-04-27 fix precise build @@ -125777,7 +137817,7 @@ Alexander Bruy 2016-04-26 fix formatting -rldhont 2016-04-26 +D'Hont René-Luc 2016-04-26 [Processing][GDAL] Well manage optional parameters @@ -125790,11 +137830,11 @@ Alexander Bruy 2016-04-26 [processing] set nodata parameter as optional in GDAL algs -volaya 2016-04-26 +Víctor Olaya 2016-04-26 [processing] better handling of variables in scripts -volaya 2016-04-26 +Víctor Olaya 2016-04-26 [processing] fixed wrong call to addToLog @@ -125828,17 +137868,17 @@ Nyall Dawson 2016-04-26 Fix crash in relation reference widget (fix #14732) Merge: ff85bfe461 ba2601ff45 -volaya 2016-04-26 +Víctor Olaya 2016-04-26 Merge pull request #3032 from NaturalGIS/processing_remove_wrong_raster_clip_parameter remove wrong gdal_translate parameter -volaya 2016-04-26 +Víctor Olaya 2016-04-26 [processing] print full stacktrace to log when a provider cannot be loaded -volaya 2016-04-26 +Víctor Olaya 2016-04-26 [processing] better expression context building @@ -125909,11 +137949,11 @@ Even Rouault 2016-04-25 [BUGFIX] [OGR provider] Free OGR feature in changeAttributeValues() to avoid memory leak -Juergen E. Fischer 2016-04-25 +Jürgen E. Fischer 2016-04-25 osgeo4w: add qt plugin directories to browser -Juergen E. Fischer 2016-04-25 +Jürgen E. Fischer 2016-04-25 run 2to3 only with Qt5 @@ -125924,19 +137964,19 @@ Nyall Dawson 2016-04-25 Refs #14698, but other label size parameters are still ignoring scale ranges -volaya 2016-04-25 +Víctor Olaya 2016-04-25 [processing] more complete scope for expressions in outputs -volaya 2016-04-08 +Víctor Olaya 2016-04-08 [processing] added variables to scope when inputing value of a ParameterNumber -volaya 2016-04-08 +Víctor Olaya 2016-04-08 [processing] minor ui fixes in input panels -volaya 2016-04-08 +Víctor Olaya 2016-04-08 [processing] added support for expressions in some input params and outputs @@ -125947,17 +137987,17 @@ Nyall Dawson 2016-04-25 Refs #14698 - all settings are now saved but the size range in mm is not yet respected during rendering -Juergen E. Fischer 2016-04-25 +Jürgen E. Fischer 2016-04-25 fix leading comment -Juergen E. Fischer 2016-04-25 +Jürgen E. Fischer 2016-04-25 dxf export: * output 3D geometries * more adaptions to labeling changes -Juergen E. Fischer 2016-04-25 +Jürgen E. Fischer 2016-04-25 fix warnings @@ -126034,11 +138074,11 @@ Nyall Dawson 2016-04-22 (fixes #14671) -nirvn 2016-04-22 +Mathieu Pellerin 2016-04-22 properly save/restore font marker outline join style -Alessandro Pasotti 2016-04-21 +Alessandro Pasotti 2016-04-21 [bugfix] offline editing converting offline twice @@ -126058,7 +138098,7 @@ Nyall Dawson 2016-04-22 [FEATURE] add outline settings to font markers -nirvn 2016-04-20 +Mathieu Pellerin 2016-04-20 [FEATURE] add outline settings to font markers @@ -126082,7 +138122,7 @@ Nyall Dawson 2016-04-21 Test mask updates (qt5 and xenial) -rldhont 2016-04-21 +D'Hont René-Luc 2016-04-21 [BUGFIX] The way layer's shortname is write in QGIS project and used in QGIS Server @@ -126110,7 +138150,7 @@ Matthias Kuhn 2016-04-21 Add missing header in QgsCoordinateTransformCache sip -Juergen E. Fischer 2016-04-21 +Jürgen E. Fischer 2016-04-21 fix toggling of map styling dock visibility from the layer tree @@ -126122,11 +138162,11 @@ Matthias Kuhn 2016-04-21 Fix build warnings -Juergen E. Fischer 2016-04-21 +Jürgen E. Fischer 2016-04-21 fix crash on startup -Nathan Woodrow 2016-04-20 +Nathan Woodrow 2016-04-20 [Style dock] Set open button as toggle @@ -126137,15 +138177,15 @@ Piers Titus van der Torren 2016-04-20 Most of the time was lost in checking the color cache, so that is replaced by a look up table for the index in the color map. -rldhont 2016-04-20 +D'Hont René-Luc 2016-04-20 [BUGFIX] QGIS Server segfault if layer extent is null -rldhont 2016-04-20 +D'Hont René-Luc 2016-04-20 Remove set mShortName in QgsMapLayer constructor -rldhont 2016-04-20 +D'Hont René-Luc 2016-04-20 [Processing] Fix when iface is None @@ -126199,7 +138239,7 @@ Hugo Mercier 2016-04-19 [Feature] Arrow symbol layer -Nathan Woodrow 2016-04-19 +Nathan Woodrow 2016-04-19 [FEATURE][styles] Add new style dock for interactive styling @@ -126292,7 +138332,7 @@ Nyall Dawson 2016-03-08 Sponsored by Kanton Basel Stadt -Nathan Woodrow 2016-04-18 +Nathan Woodrow 2016-04-18 Show the active layer in the layers dock header @@ -126325,7 +138365,7 @@ Nathan Woodrow 2016-04-17 [svg] add accessibility and low vision symbols -Webmaster 2016-04-17 +Mathieu Pellerin 2016-04-17 [svg] add accessibility and low vision symbols @@ -126382,7 +138422,7 @@ Matthias Kuhn 2016-04-15 Fix console import menu and add tests -Juergen E. Fischer 2016-04-15 +Jürgen E. Fischer 2016-04-15 debian packaging drop ubuntu vivid support @@ -126393,11 +138433,11 @@ Matthias Kuhn 2016-04-15 Enable more tests for PyQt5/Python3 -Juergen E. Fischer 2016-04-15 +Jürgen E. Fischer 2016-04-15 Bring back QgsNetworkManager slots and signals removed in 2eb8243 as deprecated -Alessandro Pasotti 2016-04-15 +Alessandro Pasotti 2016-04-15 Prevents a crash when online features are gone @@ -126483,7 +138523,7 @@ Nyall Dawson 2016-04-15 [symbology] add diamond ellipse marker -Alessandro Pasotti 2016-04-08 +Alessandro Pasotti 2016-04-08 Avoid crash when WFS converted to offline @@ -126546,33 +138586,33 @@ elpaso 2016-04-14 Also fixes #14649 Merge: cbf7b5c0df 70863ecaf0 -mhugent 2016-04-14 +Marco Hugentobler 2016-04-14 Merge pull request #2999 from mhugent/server_ntv2_2 [FEATURE]: set default datumstransformation for server with environme… -Juergen E. Fischer 2016-04-14 +Jürgen E. Fischer 2016-04-14 fix 7454d87 -Juergen E. Fischer 2016-04-13 +Jürgen E. Fischer 2016-04-13 doxygen: include sha in PROJECT_NUMBER -Juergen E. Fischer 2016-04-13 +Jürgen E. Fischer 2016-04-13 add doxymentation -Juergen E. Fischer 2016-04-13 +Jürgen E. Fischer 2016-04-13 fix windows build -Juergen E. Fischer 2016-04-12 +Jürgen E. Fischer 2016-04-12 dxf export: add support for expression contexts and rotated symbols (fixes #14495) -Juergen E. Fischer 2016-04-11 +Jürgen E. Fischer 2016-04-11 dxf export: support rule based labeling (fixes #13757) @@ -126580,11 +138620,11 @@ Blottiere Paul 2016-03-22 update label toolbar to manage diagrams too -Webmaster 2016-04-13 +Mathieu Pellerin 2016-04-13 fix offset not cloned for ellipse marker -Webmaster 2016-04-13 +Mathieu Pellerin 2016-04-13 [symbology] add diamond ellipse marker @@ -126600,7 +138640,7 @@ Alexander Bruy 2016-04-13 There are two algorithms: one uses fixed values and second — variable values from attribute table. Test for fixed distance version included. -Juergen E. Fischer 2016-04-13 +Jürgen E. Fischer 2016-04-13 spatialite provider: remove m prefixes in extern functions (followup 1050174) @@ -126616,7 +138656,7 @@ Nyall Dawson 2016-04-13 Add tests, also fix virtual layer, mssql and db2 providers which suffered the same bug -nirvn 2016-04-13 +Mathieu Pellerin 2016-04-13 hardcode values for pentagon, hexagon, and equilateral triangle @@ -126631,11 +138671,11 @@ Nyall Dawson 2016-04-13 [symbology] add a filled cross simple marker -nirvn 2016-04-13 +Mathieu Pellerin 2016-04-13 fix angle and anchor point settings for ellipse symbol -Webmaster 2016-04-12 +Mathieu Pellerin 2016-04-12 [symbology] add filled cross and hexagon markers @@ -126659,7 +138699,7 @@ Matthias Kuhn 2016-04-12 Fix indentation -Alessandro Pasotti 2016-04-12 +Alessandro Pasotti 2016-04-12 [dbmanager] Use user name as DB name if provided @@ -126673,7 +138713,7 @@ Matthias Kuhn 2016-04-12 Cache theme icons for quick access -Alessandro Pasotti 2016-04-12 +Alessandro Pasotti 2016-04-12 [dbmanager] PG ignore env if service file is used @@ -126724,7 +138764,7 @@ Alexander Bruy 2016-04-11 [processing] fix path handling (fix #14432) -Juergen E. Fischer 2016-04-11 +Jürgen E. Fischer 2016-04-11 doxygen: fix extra stylesheet path @@ -126741,15 +138781,15 @@ Nyall Dawson 2016-04-11 Add unit test to provider test -Sandro Santilli 2016-04-11 +Sandro Santilli 2016-04-11 Fix the request for 2-spaces indent -Sandro Santilli 2016-04-11 +Sandro Santilli 2016-04-11 Request 2-spaces indent -Sandro Santilli 2016-04-11 +Sandro Santilli 2016-04-11 Add generic editor configuration @@ -126801,7 +138841,7 @@ Nyall Dawson 2016-04-10 complex geometry inputs) Merge: f90f999eb4 a72fcb8fe1 -Jürgen Fischer 2016-04-10 +Jürgen E. Fischer 2016-04-10 Merge pull request #2987 from rouault/wfs_uppercase_attribute @@ -126822,11 +138862,11 @@ Even Rouault 2016-04-09 fail. Fix this. And also handle the situation where an attribute would be named 'geometry' -Juergen E. Fischer 2016-04-09 +Jürgen E. Fischer 2016-04-09 fix 1050174 -Juergen E. Fischer 2016-04-09 +Jürgen E. Fischer 2016-04-09 spatialite provider: prefer rowid as primary key where available (and some cleanups) @@ -126912,16 +138952,16 @@ Nyall Dawson 2016-04-09 Geom checker fixes -Juergen E. Fischer 2016-04-08 +Jürgen E. Fischer 2016-04-08 oracle provider: handle empty geometries (fixes #14631) -Juergen E. Fischer 2016-04-08 +Jürgen E. Fischer 2016-04-08 fix python future installation (followup 5895780) Merge: 9b9377fa87 d30836ea1a -Jürgen Fischer 2016-04-08 +Jürgen E. Fischer 2016-04-08 Merge pull request #2984 from rouault/fix_thread_unsafe_init_of_QgsExpression_functions @@ -126967,7 +139007,7 @@ Matthias Kuhn 2016-04-08 * Improve strings for translation * Remove unrequired cast -rldhont 2016-04-08 +D'Hont René-Luc 2016-04-08 [BUGFIX] QGIS Server segfault when features does not have the same fields as the layer. @@ -127007,11 +139047,11 @@ Nyall Dawson 2016-04-08 [ui] add missing icons for no labels and no diagram -nirvn 2016-04-08 +Mathieu Pellerin 2016-04-08 [ui] make symbol/label/diagram title case consistent -nirvn 2016-04-07 +Mathieu Pellerin 2016-04-07 [ui] add missing icons for no labels and no diagram @@ -127049,7 +139089,7 @@ Matthias Kuhn 2016-04-07 Followup 297f466 pep8 -volaya 2016-04-07 +Víctor Olaya 2016-04-07 [processing] make gdal algorithms honor selection @@ -127069,7 +139109,7 @@ Matthias Kuhn 2016-04-07 Followup 297f466 Add missing CMakeLists.txt -volaya 2016-04-07 +Víctor Olaya 2016-04-07 [processing] fixed wild import @@ -127080,19 +139120,19 @@ Nyall Dawson 2016-04-07 [diagram] synchronize enabling UI to match labelling -volaya 2016-04-07 +Víctor Olaya 2016-04-07 [processing] added support for QGIS variables in python scripts -volaya 2016-04-06 +Víctor Olaya 2016-04-06 [processing] fixed header -volaya 2016-04-06 +Víctor Olaya 2016-04-06 [processing] added preconfigured algorithms -nirvn 2016-04-07 +Mathieu Pellerin 2016-04-07 [diagram] synchronize enabling UI to match labelling @@ -127113,18 +139153,18 @@ Nyall Dawson 2016-04-07 Remove use of c style function(void) Merge: 5895780553 9040ec1baf -Jürgen Fischer 2016-04-07 +Jürgen E. Fischer 2016-04-07 Merge pull request #2977 from rouault/wfs First part of QEP 35: WFS provider enhancements -Juergen E. Fischer 2016-04-07 +Jürgen E. Fischer 2016-04-07 fix internal future install (fixes #14577, take II) Merge: 99980bea0c 100c96c3a8 -Jürgen Fischer 2016-04-07 +Jürgen E. Fischer 2016-04-07 Merge pull request #2946 from sebastic/debian @@ -127326,7 +139366,7 @@ Even Rouault 2016-03-27 - Add handling of GML3 for WFS 1.1 and 2.0. - Add tests -Webmaster 2016-04-05 +Mathieu Pellerin 2016-04-05 [symbology] add half triangle markers @@ -127389,11 +139429,11 @@ Nyall Dawson 2016-04-05 Fixes external resource widget not updating document display when link is cleared. -Juergen E. Fischer 2016-04-05 +Jürgen E. Fischer 2016-04-05 make wfs/ogc error message translatable -Juergen E. Fischer 2016-04-04 +Jürgen E. Fischer 2016-04-04 don't crash when reply is destroyed while it's waiting for credentials to be entered @@ -127401,15 +139441,15 @@ Nyall Dawson 2016-04-05 Add missing binding -nirvn 2016-04-05 +Mathieu Pellerin 2016-04-05 [diagram] make use of unit widget for diagram size -volaya 2016-04-05 +Víctor Olaya 2016-04-05 [processing] extended 'menus' section in options, to allow adding buttons -volaya 2016-04-04 +Víctor Olaya 2016-04-04 [processing] extra checks to avoid issues with previous versions values @@ -127417,7 +139457,7 @@ Matthias Kuhn 2016-04-05 Cleanup ValueRelation widget -nirvn 2016-04-05 +Mathieu Pellerin 2016-04-05 [diagram] add unit type setting for outlines (fixes #14614) @@ -127465,7 +139505,7 @@ Blottiere Paul 2016-04-04 fix polyline rendering when layer draws effects (fix #14611) -Juergen E. Fischer 2016-04-04 +Jürgen E. Fischer 2016-04-04 debian packaging: no internal future only stretch sid wily xenial (fixes #14577) @@ -127572,12 +139612,12 @@ Nyall Dawson 2016-03-29 Sponsored by North Road -Juergen E. Fischer 2016-04-04 +Jürgen E. Fischer 2016-04-04 remove pseudo options HAVE_MSSQL, HAVE_DB2, HAVE_SPATIALITE and HAVE_PYTHON -Juergen E. Fischer 2016-04-04 +Jürgen E. Fischer 2016-04-04 include db2 provider in packaging @@ -127622,33 +139662,33 @@ Nyall Dawson 2016-04-03 Add testdata cache folder to .gitignore -nirvn 2016-04-03 +Mathieu Pellerin 2016-04-03 add simple marker join style tests -nirvn 2016-04-02 +Mathieu Pellerin 2016-04-02 [FEATURE] add outline join style settings to simple markers (fixes #3797) -Juergen E. Fischer 2016-04-03 +Jürgen E. Fischer 2016-04-03 [FEATURE] vector file writer: allow selection of attributes to export -Juergen E. Fischer 2016-04-03 +Jürgen E. Fischer 2016-04-03 oracle provider: handle NULL geometry in case of multiple geometry columns -Juergen E. Fischer 2016-04-03 +Jürgen E. Fischer 2016-04-03 extent group box: fix header spelling -Juergen E. Fischer 2016-04-03 +Jürgen E. Fischer 2016-04-03 fix indentation Merge: 42e42f77b4 3e7553c1f2 -Jürgen Fischer 2016-04-02 +Jürgen E. Fischer 2016-04-02 Merge pull request #2965 from DelazJ/patch-8 @@ -127667,11 +139707,11 @@ elpaso 2016-04-01 Adds a test for GetLegendGraphics -Juergen E. Fischer 2016-04-01 +Jürgen E. Fischer 2016-04-01 2to3: avoid duplicate transformation of print (followup c4d9b0a) -Juergen E. Fischer 2016-04-01 +Jürgen E. Fischer 2016-04-01 move new composer tests to pyqt wrappers (followup 7a8a541 and f413046) @@ -127701,11 +139741,11 @@ Alexander Bruy 2016-04-01 [processing] add function to retrieve Processing version Initial idea by Etienne Trimaille -Juergen E. Fischer 2016-04-01 +Jürgen E. Fischer 2016-04-01 fix windows build -Juergen E. Fischer 2016-04-01 +Jürgen E. Fischer 2016-04-01 2to3: drop fix_print and avoid double parens in fix_print_with_import @@ -127731,15 +139771,15 @@ Blottiere Paul 2016-03-23 [FEATURE][composer] Add tools for drawing polygon and polylines -Juergen E. Fischer 2016-03-31 +Jürgen E. Fischer 2016-03-31 globe plugin: fix crash on exit -Juergen E. Fischer 2016-03-31 +Jürgen E. Fischer 2016-03-31 really fix ab5f06b (ouch again - machine mixup) -Juergen E. Fischer 2016-03-31 +Jürgen E. Fischer 2016-03-31 fix ab5f06b (ouch) @@ -127751,7 +139791,7 @@ Salvatore Larosa 2016-03-21 [pyqgis-console] fix import statement -Juergen E. Fischer 2016-03-31 +Jürgen E. Fischer 2016-03-31 processing: base grass path on OSGEO4W_ROOT where available @@ -127863,7 +139903,7 @@ elpaso 2016-03-30 Fixes #14139 Error inserting feature in WFS-T server -Juergen E. Fischer 2016-03-30 +Jürgen E. Fischer 2016-03-30 debian packaging: no need for downgraded cmake on xenial anymore @@ -127900,19 +139940,19 @@ Nyall Dawson 2016-03-30 New QgsFontUtils::asCSS method for converting a QFont to a CSS string representation (as close as possible) -Juergen E. Fischer 2016-03-30 +Jürgen E. Fischer 2016-03-30 fix windows build -Juergen E. Fischer 2016-03-30 +Jürgen E. Fischer 2016-03-30 use wait cursor when zooming to layers and groups from layer tree -Juergen E. Fischer 2016-03-30 +Jürgen E. Fischer 2016-03-30 oracle provider: also try sdo_filter on queries -Juergen E. Fischer 2016-03-30 +Jürgen E. Fischer 2016-03-30 store and restore layer extents in projects @@ -127963,7 +140003,7 @@ Even Rouault 2016-03-29 There must be some shortcoming or subtelty in the working of scripts/verify-indentation.sh -Juergen E. Fischer 2016-03-29 +Jürgen E. Fischer 2016-03-29 txt2doc run (followup 9b198f1) @@ -128024,13 +140064,13 @@ Even Rouault 2016-03-29 INSTALL: mention not to install msinttypes package in OSGeo4W -Nathan Woodrow 2016-03-26 +Nathan Woodrow 2016-03-26 Don't need to be told the sqlite db has been created Will show up in browser right away -Nathan Woodrow 2016-03-26 +Nathan Woodrow 2016-03-26 Ignore remove legend entries dialog with shift help @@ -128099,7 +140139,7 @@ Septen 2016-03-25 [processing]Fixed UI bug with invalid button width. -Juergen E. Fischer 2016-03-26 +Jürgen E. Fischer 2016-03-26 disable symbol visiblity flags for globe plugin on release builds on trusty @@ -128131,19 +140171,19 @@ Matthias Kuhn 2016-03-27 Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 de-plenk more -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 de-plenk exclamation marks -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 geometry checker: refine dialog (implement #14572) -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 prepare-commit.sh: show progress @@ -128230,15 +140270,15 @@ elpaso 2016-03-25 Tested on python 2 -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 pyqtwrapper: update some remaining scripts -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 don't include future for python3 (followup 2b55d89) -Juergen E. Fischer 2016-03-25 +Jürgen E. Fischer 2016-03-25 give qgis future (followup 15b3600) @@ -128251,13 +140291,13 @@ Sandro Mani 2016-03-24 [Geometry checker] Make QgsGeometryCheckError::geometry return the geometry of the affected part only, if a part is defined Merge: ea4a0e27d9 2b15eaa14d -Jürgen Fischer 2016-03-24 +Jürgen E. Fischer 2016-03-24 Merge pull request #2944 from rouault/fix_crash_on_invalid_spatialite_iterator [Spatialite] Fix crash on iterator closing if connection failed. -Juergen E. Fischer 2016-03-24 +Jürgen E. Fischer 2016-03-24 testqgswcspublicservers: also update network timeout (followup 3894159) @@ -128285,12 +140325,12 @@ Even Rouault 2016-03-24 177: CMake Error at PyQgsSpatialiteProvider.cmake:22 (MESSAGE): 177: Test failed: Segmentation fault -Juergen E. Fischer 2016-03-24 +Jürgen E. Fischer 2016-03-24 don't strip utf8 in log Merge: 140b51728a f3872914ce -Jürgen Fischer 2016-03-24 +Jürgen E. Fischer 2016-03-24 Merge pull request #2943 from rouault/fix_networkTimeout @@ -128331,7 +140371,7 @@ Hugo Mercier 2016-03-24 Various fixes for virtual layers -Juergen E. Fischer 2016-03-24 +Jürgen E. Fischer 2016-03-24 debian packaging: limit python-future to stretch, sid, wily and xenial TODO add internal python-future for others @@ -128345,18 +140385,18 @@ Matthias Kuhn 2016-03-23 Some style improvements for test Merge: 40611d7885 8d9443bdca -Jürgen Fischer 2016-03-23 +Jürgen E. Fischer 2016-03-23 Merge pull request #2923 from nyalldawson/fix_14407 Don't force use of SQL dialect when running ogr queries (fix #14407) -Juergen E. Fischer 2016-03-23 +Jürgen E. Fischer 2016-03-23 Reenable fcgi and server on osx (followup 53d40e8) Merge: 70e2696be5 2e04162e37 -Jürgen Fischer 2016-03-23 +Jürgen E. Fischer 2016-03-23 Merge pull request #2940 from rouault/spatialite_bind_blob_fix @@ -128423,7 +140463,7 @@ Even Rouault 2016-03-23 Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt -Juergen E. Fischer 2016-03-23 +Jürgen E. Fischer 2016-03-23 oracle provider: refactor uri handling in oracle provider (followup d161612) @@ -128438,21 +140478,21 @@ Septen 2016-03-23 Typo fixes. Merge: 48104d5737 b073111f8a -volaya 2016-03-23 +Víctor Olaya 2016-03-23 Merge pull request #2893 from NaturalGIS/processing_gdalwarp_extent processing: add extent parameter to gdal_warp Merge: 2e6fcf57d6 48e20cf08f -volaya 2016-03-23 +Víctor Olaya 2016-03-23 Merge pull request #2891 from csandor/patch-1 Table names in postgresql can be max 63 characters long Merge: bec849c4f5 eb186c4928 -volaya 2016-03-23 +Víctor Olaya 2016-03-23 Merge pull request #2865 from medspx/processing_raster_bunch @@ -128469,7 +140509,7 @@ Matthias Kuhn 2016-03-23 Don't run qt5 tests in parallel -Juergen E. Fischer 2016-03-23 +Jürgen E. Fischer 2016-03-23 indentation fix @@ -128477,7 +140517,7 @@ Septen 2016-03-23 Typo fixes. Stylystic fixes. -Juergen E. Fischer 2016-03-22 +Jürgen E. Fischer 2016-03-22 2to3: * drop libpasteurize.fixes.fix_division @@ -128516,7 +140556,7 @@ Matthias Kuhn 2016-03-22 Add missing SQLITE3_INCLUDE_DIR in a few components -Juergen E. Fischer 2016-03-22 +Jürgen E. Fischer 2016-03-22 debian packaging remove duplicate change entry @@ -128535,7 +140575,7 @@ Matthias Kuhn 2016-03-22 Python 3.3 and future -Juergen E. Fischer 2016-03-22 +Jürgen E. Fischer 2016-03-22 fix installation of PyQt.uic wrapper @@ -128585,7 +140625,7 @@ Matthias Kuhn 2016-03-22 Sort Qt5 test blacklist -Juergen E. Fischer 2016-03-22 +Jürgen E. Fischer 2016-03-22 update_ts.sh: pulling doesn't require a build directory @@ -128620,71 +140660,71 @@ Even Rouault 2016-03-21 This is a follow-up of 455a473a287ef278bbd7d91d13313cf43710c1da on a clean build. -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 travis: disable fcgi and server on osx (fastcgi.com apparently gone) -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 switch bindings to pyqt wrappers -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 switch tests to pyqt wrappers -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 scripts/widgets_tree.py: switch to PyQt wrappers and reformat -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 scripts/mkuidefaults.py: switch to PyQt wrappers and reformat -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 plugin installer: switch to pyqt wrappers -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 metasearch: switch to pyqt wrappers -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 python console: switch to pyqt wrappers and new style signals, flake8 fixes, show exceptions in console also with pyqt5 -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 processing: switch to pyqt wrappers, flake8 fixes -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 GdalTools: new style signals -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 db_manager: cleanups -Juergen E. Fischer 2016-03-20 +Jürgen E. Fischer 2016-03-20 2to3: * add fixes * pyqt fixer: include some QtSql symbols and remove imports which only symbol was removed (eg. SIGNAL) -Juergen E. Fischer 2016-03-21 +Jürgen E. Fischer 2016-03-21 [FEATURE] oracle provider: basic support for Oracle Workspace Manager (switches to a given workspace on connect) -Juergen E. Fischer 2016-03-20 +Jürgen E. Fischer 2016-03-20 2to3: add fixes -Juergen E. Fischer 2016-03-20 +Jürgen E. Fischer 2016-03-20 build context help and expression help in build directory and still include it in translations -Juergen E. Fischer 2016-03-20 +Jürgen E. Fischer 2016-03-20 fix warnings @@ -128713,23 +140753,23 @@ Matthias Kuhn 2016-03-19 Fix #14528 -Juergen E. Fischer 2016-03-19 +Jürgen E. Fischer 2016-03-19 add missed file (followup a17ed10) -Juergen E. Fischer 2016-03-19 +Jürgen E. Fischer 2016-03-19 fix PyQt.uic for use in processing -Juergen E. Fischer 2016-03-19 +Jürgen E. Fischer 2016-03-19 fix vector menu creation on qt5 -Juergen E. Fischer 2016-03-19 +Jürgen E. Fischer 2016-03-19 crssync: skip more crses that cannot be copied -Juergen E. Fischer 2016-03-19 +Jürgen E. Fischer 2016-03-19 port sqldrivers ocispatial and qspatialite to qt5 @@ -128737,32 +140777,32 @@ Anita Graser 2016-03-13 renamed algorithm_tests.yaml -Juergen E. Fischer 2016-03-18 +Jürgen E. Fischer 2016-03-18 use link to release branch in about box for exported sources (fixeds #14525) Merge: 2942ce576b d7c477b078 -volaya 2016-03-18 +Víctor Olaya 2016-03-18 Merge pull request #2901 from bartnv/fix-iterating-import [processing] Fix extension removal in exportVectorLayer Merge: 839db0a505 d318981f3d -volaya 2016-03-18 +Víctor Olaya 2016-03-18 Merge pull request #2904 from medspx/processing_vector_bunch [Processing] GRASS7 complete v.* algorithms (implements Redmine #5725) Merge: 1fdd177c81 e1ff6e896a -volaya 2016-03-18 +Víctor Olaya 2016-03-18 Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx processing fix GRASS7 detection on osx: courtesy Martin Laloux -volaya 2016-03-18 +Víctor Olaya 2016-03-18 [processing] do not search text in short help when filtering in toolbox @@ -128836,7 +140876,7 @@ Matthias Kuhn 2016-03-17 [processing] Tests for eliminate -Juergen E. Fischer 2016-03-17 +Jürgen E. Fischer 2016-03-17 * fix pyuic wrapper on windows * fix PyQt wrapper installation on precise @@ -128940,7 +140980,7 @@ Matthias Kuhn 2016-03-15 Fix #14411 -Juergen E. Fischer 2016-03-16 +Jürgen E. Fischer 2016-03-16 fix pyuic wrapper @@ -128959,11 +140999,11 @@ Nyall Dawson 2016-03-16 passes! -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 db_manager: migrate to new style signals -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 2to3: remove empty imports @@ -128974,11 +141014,11 @@ Nyall Dawson 2016-03-16 typo fix -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 Add internal qwtpolar 1.1.1 for Qwt 6.1 -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 fix shadowed color ramp test @@ -128986,7 +141026,7 @@ Harrissou Sant-anna 2016-03-15 typo fix -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 python fixes: * issues identified by pyflakes (star and unused imports) @@ -129044,7 +141084,7 @@ Matthias Kuhn 2016-03-15 [processing tests] Fix test generation parameter types -Juergen E. Fischer 2016-03-15 +Jürgen E. Fischer 2016-03-15 pyqtwrapper: set sip api to 2 for PyQt.QtCore for Qt4 (followup fb3fcfa3) @@ -129078,7 +141118,7 @@ Matthias Kuhn 2016-03-14 Improve debug output of processing tests -Juergen E. Fischer 2016-03-14 +Jürgen E. Fischer 2016-03-14 Python3/Qt5/2to3 updates: * pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic) @@ -129089,7 +141129,7 @@ Juergen E. Fischer 2016-03-14 * Qscintilla2 * replace Set import with set builtin -Juergen E. Fischer 2016-03-13 +Jürgen E. Fischer 2016-03-13 astyle updates cosmetics, temporary file cleanups @@ -129209,15 +141249,15 @@ Alexander Bruy 2016-03-13 [processing] don't throw error when new provider added and settings is not updated yet -Juergen E. Fischer 2016-03-11 +Jürgen E. Fischer 2016-03-11 evis: update QAction::activated to triggered -Juergen E. Fischer 2016-03-11 +Jürgen E. Fischer 2016-03-11 remove superfluous file -Juergen E. Fischer 2016-03-12 +Jürgen E. Fischer 2016-03-12 osgeo4w: support for OSGEO4W_DESKTOP and fix deinstallation @@ -129397,7 +141437,7 @@ Matthias Kuhn 2016-03-11 Run more tests in Qt5 setup Merge: 145f24676f 4c88fc0372 -Sandro Santilli 2016-03-11 +Sandro Santilli 2016-03-11 Merge pull request #2892 from SebDieBln/Test_CanvasPanByKeyboard @@ -129535,7 +141575,7 @@ Nyall Dawson 2016-03-10 Allow editing newly added diagram expression attributes (fix #14063) -Juergen E. Fischer 2016-03-09 +Jürgen E. Fischer 2016-03-09 debian packaging update @@ -129554,7 +141594,7 @@ Nyall Dawson 2016-03-10 Scale based layer visibility cosmetics -rldhont 2016-03-09 +D'Hont René-Luc 2016-03-09 [BUGFIX][QGIS Server] To avoid infinite loop in layer creation @@ -129603,7 +141643,7 @@ Matthias Kuhn 2016-03-09 Python compatibility patch for 3.0-3.2 Merge: 5bb17235c5 9c611c98e8 -volaya 2016-03-09 +Víctor Olaya 2016-03-09 Merge pull request #2883 from radosuav/zonal_statistics_fix @@ -129635,7 +141675,7 @@ Patrick Valsecchi 2016-03-03 Some places forgot to make the max scale inclusive. -Juergen E. Fischer 2016-03-09 +Jürgen E. Fischer 2016-03-09 globe: fix osgearth 2.5 support (followup 6327558) @@ -129655,7 +141695,7 @@ Salvatore Larosa 2016-03-08 fix tooltip for coordinate display -Juergen E. Fischer 2016-03-08 +Jürgen E. Fischer 2016-03-08 globe: adapt to osgearth 2.7 @@ -129718,12 +141758,12 @@ Nyall Dawson 2016-03-08 Port more svgs to parameters, remove default colors -nirvn 2016-03-07 +Mathieu Pellerin 2016-03-07 [svg] add fill and outline parameters to all arrows Merge: ed3cb12008 b1f5b5fd51 -Jürgen Fischer 2016-03-07 +Jürgen E. Fischer 2016-03-07 Merge pull request #2880 from rouault/avoid_busy_loop_in_QgsVectorLayerRenderer_drawRendererV2 @@ -129768,11 +141808,11 @@ radosuav 2016-03-07 Fixes #14412 -Juergen E. Fischer 2016-03-07 +Jürgen E. Fischer 2016-03-07 add missing include (followup a89b510) -Juergen E. Fischer 2016-03-07 +Jürgen E. Fischer 2016-03-07 de-plenk question and exclamation marks @@ -129841,11 +141881,11 @@ Markus Neteler 2016-03-06 Include parameter target elevation above the ground -Juergen E. Fischer 2016-03-06 +Jürgen E. Fischer 2016-03-06 include autopep8 in indentation tip -Juergen E. Fischer 2016-03-06 +Jürgen E. Fischer 2016-03-06 update qgis_labelingenginev2 test mask for ubuntu xenial @@ -129923,11 +141963,11 @@ Sandro Mani 2016-03-05 Fix out of bounds array access if nextVertex is called on empty QgsGeometryCollectionV2 -Juergen E. Fischer 2016-03-04 +Jürgen E. Fischer 2016-03-04 use individual network managers for threads (fixes #13721, fixes #14401, implements #14192) -Juergen E. Fischer 2016-03-04 +Jürgen E. Fischer 2016-03-04 show source locations in windows backtraces @@ -129945,14 +141985,14 @@ Nyall Dawson 2016-03-05 NoGeometry flag is passed Merge: b63461c1e3 88bddb8727 -Jürgen Fischer 2016-03-04 +Jürgen E. Fischer 2016-03-04 Merge pull request #2867 from dzolo/master [FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements #12980) Merge: 61b8896367 4e904f7e6e -Larry Shaffer 2016-03-04 +Larry Shaffer 2016-03-04 Merge pull request #2847 from alexbruy/plugin-manager-auth @@ -129988,19 +142028,19 @@ Nyall Dawson 2016-03-04 Fix handling of longlong fields in memory provider -Juergen E. Fischer 2016-03-04 +Jürgen E. Fischer 2016-03-04 update INSTALL (followup 0a6509d) -Juergen E. Fischer 2016-03-04 +Jürgen E. Fischer 2016-03-04 debian packaging update -Juergen E. Fischer 2016-03-03 +Jürgen E. Fischer 2016-03-03 osgeo4w: use nose2, mock and httplib2 from osgeo4w -Juergen E. Fischer 2016-03-03 +Jürgen E. Fischer 2016-03-03 lazily determine full canvas extent @@ -130029,7 +142069,7 @@ Médéric RIBREUX 2016-03-03 Fix MS-Windows implementation for r.li.* algorithms Merge: 193fedf6c1 3039f13ea9 -volaya 2016-03-03 +Víctor Olaya 2016-03-03 Merge pull request #2804 from Gustry/processing-error @@ -130089,11 +142129,11 @@ Matthias Kuhn 2016-03-02 [Improvement] Draw markers faster -Juergen E. Fischer 2016-03-02 +Jürgen E. Fischer 2016-03-02 debian packaging update -Juergen E. Fischer 2016-03-02 +Jürgen E. Fischer 2016-03-02 update debian/ubuntu build dependencies in INSTALL using scripts/scandeps.pl @@ -130150,7 +142190,7 @@ Alexander Bruy 2016-02-29 restore GdalTools plugin until we will have multithreading support in Processing -volaya 2016-02-03 +Víctor Olaya 2016-02-03 [processing] alg menus can now be configured from Processing options @@ -130278,15 +142318,15 @@ Alexander Bruy 2016-02-22 [processing] add ParameterPoint for selecting point on canvas (fix #5733) -Juergen E. Fischer 2016-02-29 +Jürgen E. Fischer 2016-02-29 run PyQgsDistanceArea in C locale -Juergen E. Fischer 2016-02-29 +Jürgen E. Fischer 2016-02-29 spelling updates -Juergen E. Fischer 2016-02-29 +Jürgen E. Fischer 2016-02-29 add api doc link to 2.14 @@ -130507,7 +142547,7 @@ Médéric RIBREUX 2016-02-27 Add r.shade algorithm -Juergen E. Fischer 2016-02-27 +Jürgen E. Fischer 2016-02-27 release.pl: reject mis-sized welcome page and convert to BMP3 @@ -130605,11 +142645,11 @@ Médéric RIBREUX 2016-02-27 Add r.usler algorithm -Juergen E. Fischer 2016-02-27 +Jürgen E. Fischer 2016-02-27 fix warnings -Juergen E. Fischer 2016-02-27 +Jürgen E. Fischer 2016-02-27 fix some more signals for pyqtwrapper @@ -130621,26 +142661,26 @@ Nyall Dawson 2016-02-27 Test mask update -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 add missed sslmode to sip binding (followup 31e43a9) -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 revert splash change of be7f3fa -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 release.pl: warn about mis-sized splash and rescale it Merge: 5b7cfbc37c 31e43a9869 -Jürgen Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 Merge pull request #2842 from jef-n/pg-new-sslmodes postgres provider: add support for verify-ca and verify-full ssl modes (refs #14366) -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 release.pl: fix tar ball creation for ltr releases @@ -130667,19 +142707,19 @@ Matthias Kuhn 2016-02-26 Improve grass translation templates -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 Bump version to 2.15 -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 changelog and news update for 2.14 -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 translation update for 2.14 from transifex -Nathan Woodrow 2016-02-26 +Nathan Woodrow 2016-02-26 Move composer template paths settings @@ -130715,11 +142755,11 @@ Matthias Kuhn 2016-02-26 [processing] Make basic statistics translatable -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 fix transifex configuration (followup bc042a5e) -rldhont 2016-02-25 +D'Hont René-Luc 2016-02-25 [BUGFIX][QGIS Server] WFS DescribeFeatureType Geometry element type @@ -130749,7 +142789,7 @@ Nyall Dawson 2016-02-26 Previously labels were being drawn too low -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 release.pl: fix dryrun comment (followup a934b01) @@ -130780,7 +142820,7 @@ Nyall Dawson 2016-02-26 [ui] improve gps tools icon -nirvn 2016-02-26 +Mathieu Pellerin 2016-02-26 [ui] improve gps tools icon @@ -130811,7 +142851,7 @@ Nyall Dawson 2016-02-26 Fix precision of coordinate display for layer in non-projected CRS -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 PyQgsVectorFileWriter: fix comment (followup 17f20bb) @@ -130823,14 +142863,14 @@ Nyall Dawson 2016-02-26 Fix trailing space in status bar label -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 editor widgets: avoid duplicate saving of edit types (fixes #13960) TODO: resolve duplicate read via QgsProject::readMapLayer and QgsVectorLayer::readCustomSymbology signals -Juergen E. Fischer 2016-02-26 +Jürgen E. Fischer 2016-02-26 fix linebreaks in function help and CASE (fixes #14189) @@ -130842,43 +142882,43 @@ Sebastian Dietrich 2016-02-21 offer NULL value in relation reference widget if allowed (fixes #14162) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 fix typos -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 add help for map_extent_center, map_extent_width and map_extent_height (fixes #14259, followup e7b9a31) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 layer definition: always use relative paths regardless whether or not the file already exists (fixes #14340) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 new spatialite layer: allow tables with only primary key and geometry (fixes #14313) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 remove a failing connect and avoid absolutePath warning in empty project -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 postgres provider: add support for verify-ca and verify-full ssl modes -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 PyQgsVectorFileWriter: adapt to a3f03f02 -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 vector file writer: fix saving of datetime values (fixes #14190) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 also recalculate layer extent after rollback (fixes #3155) -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 don't close qgis_help when qgis closes (fixes #8305) @@ -130886,7 +142926,7 @@ Victor Poughon 2016-02-25 Always enable OTB settings modification -rldhont 2016-02-25 +D'Hont René-Luc 2016-02-25 [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm @@ -130900,7 +142940,7 @@ rldhont 2016-02-25 http://www.saga-gis.org/saga_module_doc/2.2.0/grid_gridding_1.html http://www.saga-gis.org/saga_module_doc/2.2.2/grid_gridding_1.html -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 replace html encodings from NEWS @@ -130912,11 +142952,11 @@ Victor Poughon 2016-02-25 Fix error when otb lib path is not found -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 fix typo -Juergen E. Fischer 2016-02-25 +Jürgen E. Fischer 2016-02-25 debian packaging update @@ -130937,22 +142977,22 @@ Martin Dobias 2016-02-25 - also works when sequential rendering is used - also works in release mode (to allow checking of rendering speed in normal QGIS release) -Juergen E. Fischer 2016-02-24 +Jürgen E. Fischer 2016-02-24 add closing bullet (followup ab9ce5b) -Juergen E. Fischer 2016-02-24 +Jürgen E. Fischer 2016-02-24 add update-news.pl to update NEWS file from changelog.qgis.org Merge: 1af724f78a 630836dfe0 -Tim Sutton 2016-02-24 +Tim Sutton 2016-02-24 Merge pull request #2837 from timlinux/master Updated news for 2.14 - also added missing news for 2.12 -Tim Sutton 2016-02-24 +Tim Sutton 2016-02-24 Updated news for 2.14 - also added missing news for 2.12 @@ -130967,7 +143007,7 @@ Alessandro Pasotti 2016-02-24 Moved static vars to functions -rldhont 2016-02-24 +D'Hont René-Luc 2016-02-24 [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatureInfo @@ -130975,7 +143015,7 @@ Martin Dobias 2016-02-24 [spatialite] use view's pkey if defined in meta table (fixes #14232) -rldhont 2016-02-24 +D'Hont René-Luc 2016-02-24 [BUGFIX] Extend WFS field type description (time) @@ -130985,7 +143025,7 @@ Nyall Dawson 2016-02-24 Standardise to not showing : in main status bar labels -nirvn 2016-02-23 +Mathieu Pellerin 2016-02-23 [atlas] fix main canvas refresh with dropdown list (fix #14358) @@ -131013,11 +143053,11 @@ Nyall Dawson 2016-02-24 Reword vector layer capability strings for consistency -Juergen E. Fischer 2016-02-23 +Jürgen E. Fischer 2016-02-23 show progress when loading composers -rldhont 2016-02-23 +D'Hont René-Luc 2016-02-23 [BUGFIX] Extend field type description @@ -131124,11 +143164,11 @@ Radim Blazek 2016-02-23 [GRASS] do not show 100% progress until module finished, fixes #3131 -Juergen E. Fischer 2016-02-23 +Jürgen E. Fischer 2016-02-23 remove assertion (fixes #14360) -Sandro Santilli 2016-02-23 +Sandro Santilli 2016-02-23 Fix typmod aware query for topology face layers @@ -131167,7 +143207,7 @@ Nyall Dawson 2016-02-23 ...which better clarify how project ellipsoid and unit settings are respected by the functions -Nathan Woodrow 2016-02-23 +Nathan Woodrow 2016-02-23 Expresson widget - Set first item on search result @@ -131181,7 +143221,7 @@ Nyall Dawson 2016-02-23 Correctly set parent for select by expression dialog in main window -Sandro Santilli 2016-02-22 +Sandro Santilli 2016-02-22 Make geometry typmod available for topology face layer queries @@ -131199,7 +143239,7 @@ elpaso 2016-02-22 Removed debug code -Juergen E. Fischer 2016-02-22 +Jürgen E. Fischer 2016-02-22 nsis: cleanup after msys @@ -131235,11 +143275,11 @@ Hugo Mercier 2016-02-22 Fix text encoding in request filter expression -Nathan Woodrow 2016-02-22 +Nathan Woodrow 2016-02-22 Expression widget - Filter headers with no search results -Juergen E. Fischer 2016-02-22 +Jürgen E. Fischer 2016-02-22 don't try to refresh the layer extent after deletion of features, if useEstimatedMetadata is enabled (tradeoff for large layers) @@ -131322,13 +143362,13 @@ Nyall Dawson 2016-02-16 Fix slow filter rect requests with server python plugins (refs #13919) Merge: 4485d3abcf e503c705a1 -Jürgen Fischer 2016-02-21 +Jürgen E. Fischer 2016-02-21 Merge pull request #2817 from jef-n/geometryv2-cache-cs change QgsAbstractGeometryV2::coordinateSequence() to return a -Juergen E. Fischer 2016-02-21 +Jürgen E. Fischer 2016-02-21 change QgsAbstractGeometryV2::coordinateSequence() to return a implicitly shared copy of an internal cache instead of recreating the @@ -131347,7 +143387,7 @@ Médéric RIBREUX 2016-02-21 Add r.series.interp algorithm Merge: 959952e134 6116fdcdb4 -Jürgen Fischer 2016-02-21 +Jürgen E. Fischer 2016-02-21 Merge pull request #2824 from nyalldawson/geombbox @@ -131414,11 +143454,11 @@ Matthias Kuhn 2016-02-20 Show provider errors more prominently -Juergen E. Fischer 2016-02-20 +Jürgen E. Fischer 2016-02-20 fix typo (followup 5c4bf99) -Juergen E. Fischer 2016-02-20 +Jürgen E. Fischer 2016-02-20 debian packaging update: manually merge some changes from PR#2818 and some spelling fixes. @@ -131464,7 +143504,7 @@ Médéric RIBREUX 2016-02-20 Add r.latlong algorithm Merge: 1e80a984df ec0be3ca6c -Jürgen Fischer 2016-02-20 +Jürgen E. Fischer 2016-02-20 Merge pull request #2813 from rouault/avoid_astyle_writing_unmodified_files @@ -131474,7 +143514,7 @@ Sebastian Dietrich 2016-02-19 create vector joins only once for a duplicated layer (fixes #14298) -Juergen E. Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 include spatialindex only in core (fixes #13197) @@ -131519,11 +143559,11 @@ Even Rouault 2016-02-19 operate on copies, and move the copies as the original file if differences are found. -Juergen E. Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 reduce debugging noise (followup 1a29030) -Juergen E. Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 also log rendering times of individual layers when debugging output is enabled @@ -131540,7 +143580,7 @@ elpaso 2016-02-19 Added new plugin filters to server api docs Merge: 6f393751aa 1a29030383 -Jürgen Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 Merge pull request #2802 from ahuarte47/Issue_RemoveMap2screenMethods @@ -131553,7 +143593,7 @@ Alvaro Huarte 2016-02-17 Remove duplicate methods of conversion of map coordinates to screen coordinates -Juergen E. Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 spelling fix @@ -131561,7 +143601,7 @@ Nyall Dawson 2016-02-19 Fix order by not set for 25d renderer -Juergen E. Fischer 2016-02-19 +Jürgen E. Fischer 2016-02-19 prevent exceeding allocation from corrupt wkb @@ -131640,11 +143680,11 @@ Etienne Trimaille 2016-02-17 improve error message in the modeler -Sandro Santilli 2016-02-17 +Sandro Santilli 2016-02-17 Use pg initialization script from Travis -Sandro Santilli 2016-02-17 +Sandro Santilli 2016-02-17 Make PG initialization scripts work with PostgreSQL 9.1 @@ -131677,13 +143717,13 @@ Alexander Bruy 2016-02-17 Some housekeeping in QGIS algorithms provider -Sandro Santilli 2016-02-17 +Sandro Santilli 2016-02-17 Disable reshape line tool when 'change geometry' capability missing Matches behavior of reshape polygon tool -Sandro Santilli 2016-02-17 +Sandro Santilli 2016-02-17 Disable line simplify tool when 'change geometry' capability missing @@ -131710,7 +143750,7 @@ Nyall Dawson 2016-02-17 Fix crash when right clicking on a feature in form view and no layer actions are set -Sandro Santilli 2016-02-17 +Sandro Santilli 2016-02-17 Add script to create and initialize postgis test database @@ -131745,7 +143785,7 @@ Nyall Dawson 2016-02-17 [ui] improve new memory layer icon -nirvn 2016-02-17 +Mathieu Pellerin 2016-02-17 [ui] improve new memory layer icon @@ -131756,7 +143796,7 @@ Nyall Dawson 2016-02-17 [ui] improve virtual layer icon -nirvn 2016-02-17 +Mathieu Pellerin 2016-02-17 [ui] improve virtual layer icon @@ -131767,7 +143807,7 @@ Nyall Dawson 2016-02-17 [ui] update a few more selection-related icons -nirvn 2016-02-17 +Mathieu Pellerin 2016-02-17 [ui] update a few more selection-related icons @@ -131782,7 +143822,7 @@ Sebastian Dietrich 2016-02-16 correctly check/uncheck 'Control feature rendering order' (fixes #14274) -Juergen E. Fischer 2016-02-16 +Jürgen E. Fischer 2016-02-16 another fix for gml wkb assembly (fixes #14315) @@ -131790,7 +143830,7 @@ Alexander Bruy 2016-02-16 [processing] fix Modeler Calculator (ref #14305) -Sandro Santilli 2016-02-10 +Sandro Santilli 2016-02-10 Fix signed 32bit integer overflow in PostgreSQL provider @@ -131808,7 +143848,7 @@ Hugo Mercier 2016-02-16 Add TODO QGIS 3 comments -Sandro Santilli 2016-02-16 +Sandro Santilli 2016-02-16 Do not hard-code database connection parameters @@ -131824,7 +143864,7 @@ Matthias Kuhn 2016-02-16 Fix android build CMake 3.2 and don't force Python 3 with Qt5 -Juergen E. Fischer 2016-02-16 +Jürgen E. Fischer 2016-02-16 add sip bindings to QgsCredentialsNone (followup 42bc9387) @@ -131835,7 +143875,7 @@ Matthias Kuhn 2016-02-16 [UI] Make title of QgsNewVectorLayerDialog consistent -Juergen E. Fischer 2016-02-16 +Jürgen E. Fischer 2016-02-16 add QgsCredentialsNone to not return any credentials and make it default instead of QgsCredentialsConsole (fixes #14269; reverts f8d2091) @@ -131864,11 +143904,11 @@ Nyall Dawson 2016-02-16 For now, modify the test to use larger areas -Juergen E. Fischer 2016-02-16 +Jürgen E. Fischer 2016-02-16 avoid credentials requests in PyQgsPostgresProvider -Juergen E. Fischer 2016-02-15 +Jürgen E. Fischer 2016-02-15 oracle provider: don't acquire provider connection from pool @@ -131879,7 +143919,7 @@ Nyall Dawson 2016-02-16 Newly added tests have revealed a deep underlying issue with area measurement on OSX -Sandro Santilli 2016-02-10 +Sandro Santilli 2016-02-10 Do not hard-code database connection parameters @@ -131919,7 +143959,7 @@ Radim Blazek 2016-02-15 [GRASS] removed absolute path from t.list, fixes #14241 -volaya 2016-02-15 +Víctor Olaya 2016-02-15 [processing] fixed exporting multiple vector layers in SAGA and GRASS algs @@ -131933,7 +143973,7 @@ Nyall Dawson 2016-02-15 Refs #13209, #4252 -nirvn 2016-02-14 +Mathieu Pellerin 2016-02-14 [labeling] add rule-based, obstacle icons @@ -131973,17 +144013,17 @@ Nyall Dawson 2016-02-15 method for converting a distance unit to corresponding area unit Merge: 36000463ff 8359bfe40c -Jürgen Fischer 2016-02-15 +Jürgen E. Fischer 2016-02-15 Merge pull request #2790 from SebDieBln/ImproveVersionCheck [Bugfix] Improve version check (refs #14022) -Juergen E. Fischer 2016-02-15 +Jürgen E. Fischer 2016-02-15 alternate fix for #13938 (folloup 5d989ab) -Juergen E. Fischer 2016-02-15 +Jürgen E. Fischer 2016-02-15 processing: fix translation context for AlgorithmDialogBase @@ -132000,11 +144040,11 @@ Sebastian Dietrich 2016-02-14 new setting to allow disabling the version check at startup (refs #14022) -Juergen E. Fischer 2016-02-14 +Jürgen E. Fischer 2016-02-14 fix parsing of IS NOT and NOT LIKE, NOT ILIKE and dumping of IS (NOT ...) (fixes #13938) -Juergen E. Fischer 2016-02-14 +Jürgen E. Fischer 2016-02-14 don't run version check from build directory @@ -132023,12 +144063,12 @@ Médéric RIBREUX 2016-02-14 Add r.mask algorithm -Juergen E. Fischer 2016-02-14 +Jürgen E. Fischer 2016-02-14 fix git marker detection (fixes #13680) Merge: ddbdcf8ab1 0ab3653831 -Jürgen Fischer 2016-02-14 +Jürgen E. Fischer 2016-02-14 Merge pull request #2789 from SebDieBln/DbManager_FixMoveToSchema @@ -132087,7 +144127,7 @@ Nyall Dawson 2016-02-14 (refs #13209, fixes #9730) -Juergen E. Fischer 2016-02-14 +Jürgen E. Fischer 2016-02-14 sip sync @@ -132138,7 +144178,7 @@ Nyall Dawson 2016-02-13 values, and instead use QMap/QHash iterators to retrieve both the keys and values at the same time -Juergen E. Fischer 2016-02-13 +Jürgen E. Fischer 2016-02-13 processing: fix path setting for saga @@ -132160,7 +144200,7 @@ Sebastian Dietrich 2016-02-13 [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219) -Juergen E. Fischer 2016-02-12 +Jürgen E. Fischer 2016-02-12 debian packaging: fix removed diversion (take II; followup 8b054e6; reverts 5f310a7) @@ -132216,11 +144256,11 @@ Martin Dobias 2016-02-12 Fix floating point inaccuracies when digitizing (to fix bug #13745) -Juergen E. Fischer 2016-02-12 +Jürgen E. Fischer 2016-02-12 postgres provider: don't log expected failure (followup 6b3651fa) -Juergen E. Fischer 2016-02-12 +Jürgen E. Fischer 2016-02-12 reduce wkb debugging noise (followup 2ea3d77) @@ -132232,7 +144272,7 @@ Daan Goedkoop 2016-01-27 Fix floating point inaccuracies when digitizing (to fix bug #13745) -Juergen E. Fischer 2016-02-11 +Jürgen E. Fischer 2016-02-11 debian packaging: add yaml dependency python-qgis @@ -132271,7 +144311,7 @@ Alexander Bruy 2016-02-10 [processing] fix example script -Juergen E. Fischer 2016-02-10 +Jürgen E. Fischer 2016-02-10 adapt wfs capabilities test data to d11c689e @@ -132282,11 +144322,11 @@ Alexander Bruy 2016-02-10 [processing] remove wrong/non mandatory default extent for raster analysis -Juergen E. Fischer 2016-02-10 +Jürgen E. Fischer 2016-02-10 include qgswkbptr.h in install -Juergen E. Fischer 2016-02-10 +Jürgen E. Fischer 2016-02-10 add 2to3 script to migrate (some) PyQt signal/slots to new style @@ -132302,65 +144342,65 @@ Médéric RIBREUX 2016-02-09 [Processing] Fix ParameterNumber float detection (with unit tests) -rldhont 2016-02-09 +D'Hont René-Luc 2016-02-09 [BUGFIX][QGIS Server] WFS Service Capability OnlineResource WFS Service Capability OnlineResource is not the same as in WMS. -rldhont 2016-02-09 +D'Hont René-Luc 2016-02-09 [BUGFIX] Update (*.model *.MODEL) localization This part of the string, (*.model *.MODEL), does not have to be localized. Some localizers have added a comma between files format, which prevents files filtering. -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 fix windows build (followup 58beed24) Merge: ded1ebb33b d05c31ea19 -Jürgen Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 Merge pull request #2748 from jef-n/wkb-bounds-check port more WKB parsing to Qgs(Const)WkbPtr including bounds checking -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 fix gml wkb assembly -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 don't save invalid wkb -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 avoid identifier verify (macro on mac) -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 simplifier: fix skipping to last point (fixes 1a3f3d4) -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 catch QgsWkbException in QgsGeometryFactory (passes test from PR#2751) -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 avoid double endian swapping -Sandro Santilli 2016-02-01 +Sandro Santilli 2016-02-01 Add test for premature WKB end in QgsGeometry::asWkt See #14182 -Juergen E. Fischer 2016-01-31 +Jürgen E. Fischer 2016-01-31 port more WKB parsing to Qgs(Const)WkbPtr including bounds checking -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 indentation fixes @@ -132389,7 +144429,7 @@ Giovanni Manghi 2016-02-09 Processing: add missing v.surf.rst.line tool to GRASS7 -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 debian packaging: fix templates (fixes #14248) @@ -132405,7 +144445,7 @@ Hugo Mercier 2016-01-20 [postgres] Fix detection of 2.5D layer types -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 debian packaging: fix removed diversion (followup 8b054e6) @@ -132413,19 +144453,19 @@ Radim Blazek 2016-02-09 [GRASS] better module lookup -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 indentation fix Merge: 4309b86207 5e5ddafb0e -volaya 2016-02-09 +Víctor Olaya 2016-02-09 Merge pull request #2767 from NaturalGIS/processing_fix_gdal_nearblack fix Processing GDAL near black tool Merge: 63d9fec54b f49dbdc299 -volaya 2016-02-09 +Víctor Olaya 2016-02-09 Merge pull request #2771 from medspx/fix_processing_grass_overwrite @@ -132435,11 +144475,11 @@ Médéric Ribreux 2016-02-09 [Processing] Fix overwrite for GRASS7 (Redmine #13488) -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 fix syntax error in test_provider_mssql.py -Juergen E. Fischer 2016-02-09 +Jürgen E. Fischer 2016-02-09 add 2to3 script to migrate PyQt4 to PyQt wrappers @@ -132459,7 +144499,7 @@ Giovanni Manghi 2016-02-08 fix Processing GDAL near black tool -volaya 2016-02-08 +Víctor Olaya 2016-02-08 [processing] fixed typo in saga supported versions @@ -132470,7 +144510,7 @@ Nyall Dawson 2016-02-08 [gui] improve composer icons -nirvn 2016-02-08 +Mathieu Pellerin 2016-02-08 [gui] improve composer icons @@ -132507,7 +144547,7 @@ Radim Blazek 2016-02-07 [GRASS] add extension to t.list on windows, fixes possibly #14241 -nirvn 2016-02-07 +Mathieu Pellerin 2016-02-07 [gui] update selection icons for composer windows @@ -132518,11 +144558,11 @@ Nyall Dawson 2016-02-07 [gui] refresh selection-related icons -Juergen E. Fischer 2016-02-06 +Jürgen E. Fischer 2016-02-06 include image resource in gui tests (perhaps fixes trusty nightly tests) -Webmaster 2016-02-06 +Mathieu Pellerin 2016-02-06 [gui] refresh selection-related icons @@ -132533,17 +144573,17 @@ Nyall Dawson 2016-02-06 [gui] better toolbar placement for selection actions -nirvn 2016-02-06 +Mathieu Pellerin 2016-02-06 [gui] better toolbar placement for selection actions -Juergen E. Fischer 2016-02-04 +Jürgen E. Fischer 2016-02-04 add internal nose2 (not available on precise) and update internal six for processing tests Merge: 070b28a800 95030d61dc -Jürgen Fischer 2016-02-05 +Jürgen E. Fischer 2016-02-05 Merge pull request #2757 from manisandro/pool_invalidate_release @@ -132582,7 +144622,7 @@ Matthias Kuhn 2016-02-05 This reverts commit 768f0e896929794a0c0690f50f1cc09099321736. -Juergen E. Fischer 2016-02-04 +Jürgen E. Fischer 2016-02-04 field expression widget: silence connect/disconnect noise @@ -132725,11 +144765,11 @@ Nyall Dawson 2016-02-04 Fix crash with "add selected layers" from browser (fix #14223) -Juergen E. Fischer 2016-02-04 +Jürgen E. Fischer 2016-02-04 processing: include non-optional testdata -Juergen E. Fischer 2016-02-04 +Jürgen E. Fischer 2016-02-04 debian packaging update: * replace grass diversion with generic wrapper also supporting oracle @@ -132775,7 +144815,7 @@ Sandro Mani 2016-02-03 Immediately destroy non-acquired connections when invalidating -volaya 2016-01-19 +Víctor Olaya 2016-01-19 [processing] do not recreate algs tree when removing provider @@ -132841,11 +144881,11 @@ Alexander Bruy 2016-02-02 [processing] include OTB descriptions and help into CMakeLists.txt -Juergen E. Fischer 2016-02-02 +Jürgen E. Fischer 2016-02-02 run remove_temporary_files.sh in prepare-commit.sh -Sandro Santilli 2016-02-02 +Sandro Santilli 2016-02-02 Ensure GDAL deinitialization runs after last possible use @@ -132875,7 +144915,7 @@ Nyall Dawson 2016-02-02 Also remove *~ with remove_temporary_files.sh -Juergen E. Fischer 2016-02-02 +Jürgen E. Fischer 2016-02-02 spelling fixes @@ -132895,17 +144935,17 @@ Nyall Dawson 2016-02-02 Standardise mix of deselect/unselect to "deselect", unify keyboard shortcuts for deselect all (to Ctrl+Shift+A) -Sandro Santilli 2016-02-01 +Sandro Santilli 2016-02-01 Remove stale parameters documentation -Sandro Santilli 2016-02-01 +Sandro Santilli 2016-02-01 Second attempt at fixing crash on node tool after merge See #14188 -Sandro Santilli 2016-02-01 +Sandro Santilli 2016-02-01 Do not dereference null pointer on QgsSelectedFeature::updateGeometry @@ -132915,13 +144955,13 @@ Even Rouault 2016-02-01 OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support -Juergen E. Fischer 2016-02-01 +Jürgen E. Fischer 2016-02-01 Revert oracle server-side simplication (reverts 6f70953 and 772dc1d) -Sandro Santilli 2016-02-01 +Sandro Santilli 2016-02-01 Add test for unexpected WKB input in simplification @@ -132945,7 +144985,7 @@ Denis Rouzaud 2016-02-01 Fix label expression/field lose when removing a join in layer properties -Sandro Santilli 2016-01-30 +Sandro Santilli 2016-01-30 Stub test for QgsMapToPixelGeometrySimplifier @@ -132980,7 +145020,7 @@ Patrick Valsecchi 2016-02-01 As suggested by @nyalldawson in qgis/QGIS#2727. -nirvn 2016-01-29 +Mathieu Pellerin 2016-01-29 [processing] add date, datetime, time fields to memory output (fixes #14163) @@ -133097,12 +145137,12 @@ DelazJ 2016-01-30 Replace "Close Bracket " by "New Line " -Juergen E. Fischer 2016-01-30 +Jürgen E. Fischer 2016-01-30 oracle provider: enable server-side simplification only with Locator >=11g or Spatial Merge: 0e4520fc73 6f70953451 -Jürgen Fischer 2016-01-30 +Jürgen E. Fischer 2016-01-30 Merge pull request #2738 from ahuarte47/OracleSimplifyProviderSide @@ -133112,7 +145152,7 @@ Alvaro Huarte 2016-01-30 Feature simplification for oracle provider -Juergen E. Fischer 2016-01-29 +Jürgen E. Fischer 2016-01-29 osgeo4w: include grass7 in x86_64 @@ -133144,7 +145184,7 @@ Nyall Dawson 2016-01-30 Correct handling of date and time values in mssql provider -Juergen E. Fischer 2016-01-29 +Jürgen E. Fischer 2016-01-29 debian packaging: optional support for oracle instantclient 12.1 @@ -133152,18 +145192,18 @@ Alexander Bruy 2016-01-29 [processing] fixes for vector geoprocessing algorithms -volaya 2016-01-29 +Víctor Olaya 2016-01-29 [processing] added option to not show disabled providers tooltip Merge: 70d5c1b74e e15c7fb96c -Tim Sutton 2016-01-29 +Tim Sutton 2016-01-29 Merge pull request #2734 from timlinux/master Remove overly verbose logging for old style loading -Tim Sutton 2016-01-29 +Tim Sutton 2016-01-29 Remove overly verbose logging for old style loading @@ -133189,7 +145229,7 @@ Alexander Bruy 2016-01-28 add CopyAction to the list of supported drop actions in the Layer Tree -Juergen E. Fischer 2016-01-28 +Jürgen E. Fischer 2016-01-28 sip sync QgsFeatureRendererV2 @@ -133246,20 +145286,20 @@ Martin Dobias 2016-01-28 Fix loading of QgsDataDefined from XML (fixes #14177) -Juergen E. Fischer 2016-01-28 +Jürgen E. Fischer 2016-01-28 geometry sip sync and some cosmetics -volaya 2016-01-28 +Víctor Olaya 2016-01-28 [processing] fixed group names in lidar provider Merge: 9f52046618 e707091932 -rldhont 2016-01-28 +D'Hont René-Luc 2016-01-28 Merge branch 'marcel-dancak-master-bugfix_13527' -Juergen E. Fischer 2016-01-28 +Jürgen E. Fischer 2016-01-28 fix precise build @@ -133299,7 +145339,7 @@ Nathan Woodrow 2016-01-28 initialize tip window with correct parent widget (fixes #8312) (fixes #8365) -Sandro Santilli 2016-01-25 +Sandro Santilli 2016-01-25 Check WKB boundaries while simplifying for rendering @@ -133495,7 +145535,7 @@ Nyall Dawson 2016-01-27 Fix virtual layer creation GUI -volaya 2016-01-26 +Víctor Olaya 2016-01-26 [processing] fixed autodetection of grass folder @@ -133548,7 +145588,7 @@ Hugo Mercier 2016-01-25 Fix QgsGeometry wkbType() -volaya 2016-01-25 +Víctor Olaya 2016-01-25 [processing] correctly initialize lastools settings before loading algs @@ -133602,11 +145642,11 @@ Nyall Dawson 2016-01-25 Use QVector instead of QList in some private contexts -Juergen E. Fischer 2016-01-25 +Jürgen E. Fischer 2016-01-25 fix warnings -Juergen E. Fischer 2016-01-24 +Jürgen E. Fischer 2016-01-24 more spelling fixes @@ -133629,7 +145669,7 @@ Matthias Kuhn 2016-01-24 Fix warning when a QLayout is already present in QgsDualView. -Juergen E. Fischer 2016-01-24 +Jürgen E. Fischer 2016-01-24 snapping: * skip index build if snapping is off @@ -133645,7 +145685,7 @@ Nyall Dawson 2016-01-24 either leaking or being crashy). Merge: 764c649842 df4c0c1247 -Jürgen Fischer 2016-01-24 +Jürgen E. Fischer 2016-01-24 Merge pull request #2716 from SebDieBln/LoadShowPlusSign @@ -133656,7 +145696,7 @@ Sebastian Dietrich 2016-01-24 fix loading the labeling-setting to show a plus-sign next to numbers (fixes #13474) -Juergen E. Fischer 2016-01-23 +Jürgen E. Fischer 2016-01-23 potential fix for PyQgsAppStartup by avoiding cloudflare @@ -133717,7 +145757,7 @@ Alexander Bruy 2016-01-22 Also remove OgrAlgorithm base class at it almost completely duplicates GdalAlgorithm class. All affected algorithms updated accordingly. -nirvn 2016-01-22 +Mathieu Pellerin 2016-01-22 [memorylayer] fix missing datetime field type @@ -133725,13 +145765,13 @@ Nyall Dawson 2016-01-22 Dropped threshold too far, fix Travis build -Juergen E. Fischer 2016-01-22 +Jürgen E. Fischer 2016-01-22 osgeo4w: also include grass bin directory in PATH for browser (followup 71d487c) (cherry picked from commit 6945647841b79bd8a465f91931876f7c2441f064) -Juergen E. Fischer 2016-01-22 +Jürgen E. Fischer 2016-01-22 osgeo4w: include grass bin directory in PATH @@ -133774,7 +145814,7 @@ Nyall Dawson 2016-01-22 [ui] add missing renderer icons -nirvn 2016-01-21 +Mathieu Pellerin 2016-01-21 [ui] add missing renderer icons @@ -133827,11 +145867,11 @@ Nyall Dawson 2016-01-22 Flip some messagebox errors to message bars -Juergen E. Fischer 2016-01-21 +Jürgen E. Fischer 2016-01-21 don't use last used values on primary key fields (fixes #14154) -Juergen E. Fischer 2016-01-21 +Jürgen E. Fischer 2016-01-21 typo fixes @@ -133888,7 +145928,7 @@ Alexander Bruy 2016-01-21 [fTools] use QErrorMessage for long errors (fix #11810) Merge: c38ee41f5b 0012761ab3 -Jürgen Fischer 2016-01-21 +Jürgen E. Fischer 2016-01-21 Merge pull request #2708 from boundlessgeo/postgis-pki-fix @@ -133906,21 +145946,21 @@ Luigi Pirelli 2016-01-21 [auth][db_manager] fix connection info expansio on importing layer in pki postgis -Juergen E. Fischer 2016-01-21 +Jürgen E. Fischer 2016-01-21 spelling fixes -volaya 2016-01-21 +Víctor Olaya 2016-01-21 [processing] updated lidar provider forgot to add this change in a previous commit -volaya 2016-01-21 +Víctor Olaya 2016-01-21 [processing] show wait cursor while updating alg list -volaya 2016-01-21 +Víctor Olaya 2016-01-21 [processing]do not show option for wine folder if running windows @@ -134085,7 +146125,7 @@ Martin Dobias 2016-01-19 Move tracing action creation to qgis app Merge: 69cb0c4ed3 aa3e550a2f -mhugent 2016-01-19 +Marco Hugentobler 2016-01-19 Merge pull request #2666 from mhugent/symbology_brush_transform @@ -134101,7 +146141,7 @@ Marco Hugentobler 2016-01-19 This reverts commit f7284651218c7ebb0eb043e98f648ee04be42f83. -Sandro Santilli 2016-01-19 +Sandro Santilli 2016-01-19 Fix double-release of postgresql connection on table retriveal stop @@ -134110,11 +146150,11 @@ Sandro Santilli 2016-01-19 Fixes #14140 -volaya 2016-01-19 +Víctor Olaya 2016-01-19 [processing] removed redundant code -volaya 2016-01-19 +Víctor Olaya 2016-01-19 [processing] more checks before running model @@ -134136,14 +146176,14 @@ Giuseppe Sucameli 2016-01-19 [bugfix][DbManager] Fix indexes fetch with sqlite >= v3.8.9 (fix #14110) -Sandro Santilli 2016-01-19 +Sandro Santilli 2016-01-19 Abort if trying to use shared pgsql connection from non-main thread Connections cannot be shared between threads, document it. See #13141 -Sandro Santilli 2016-01-19 +Sandro Santilli 2016-01-19 Ensure "dbname" is always set in the uri @@ -134164,7 +146204,7 @@ Hugo Mercier 2016-01-18 Virtual layer: add support for expression filter -volaya 2016-01-19 +Víctor Olaya 2016-01-19 [processing] prevent circular dependencies in models @@ -134206,20 +146246,20 @@ Sandro Mani 2015-10-14 [Geometry checker] Don't allow setting output layer equal to input layer -volaya 2016-01-19 +Víctor Olaya 2016-01-19 [processing] fixed update of console call in GdalAlgorithmDialog fixes #14129 Merge: 7e642df52b 9159573f1a -Jürgen Fischer 2016-01-19 +Jürgen E. Fischer 2016-01-19 Merge pull request #2694 from nirvn/kml_improve_default [vector export] better default for kml altitudemode -nirvn 2016-01-19 +Mathieu Pellerin 2016-01-19 [vector export] better default for kml altitudemode @@ -134300,7 +146340,7 @@ Martin Dobias 2016-01-18 Fix crash when toggling vector layer editing on -Sandro Santilli 2016-01-18 +Sandro Santilli 2016-01-18 Remove left-over debug comment @@ -134330,15 +146370,15 @@ Alexander Bruy 2016-01-18 [processing] skip invalid geometries when dissolving (fix #13752) -Juergen E. Fischer 2016-01-18 +Jürgen E. Fischer 2016-01-18 verify-indentation.sh: fix tip -volaya 2016-01-18 +Víctor Olaya 2016-01-18 [processing] correctly handle default params in modeler -volaya 2016-01-18 +Víctor Olaya 2016-01-18 [processing] fixed problems when opening/removing layers while alg dialog is open @@ -134346,7 +146386,7 @@ Hugo Mercier 2016-01-18 Fix virtual layer url escaping in main app -Sandro Santilli 2016-01-18 +Sandro Santilli 2016-01-18 Use the QgsPostgresConnPool interface from column type thread @@ -134380,7 +146420,7 @@ Marco Hugentobler 2016-01-18 Revert sipfile changes -Juergen E. Fischer 2016-01-18 +Jürgen E. Fischer 2016-01-18 add new header to install @@ -134390,12 +146430,12 @@ Tisham Dhar 2016-01-18 Just claiming my contributions from early days of QGIS. -Juergen E. Fischer 2016-01-18 +Jürgen E. Fischer 2016-01-18 fix warnings Merge: f966c422c5 ed80951db2 -Jürgen Fischer 2016-01-17 +Jürgen E. Fischer 2016-01-17 Merge pull request #2686 from SebDieBln/FixPostgresWarnings @@ -134411,7 +146451,7 @@ Alexander Bruy 2016-01-15 don't allow field precision greater than field width (fix #14019, #5154) Merge: ed5284f1df dc2282091b -Jürgen Fischer 2016-01-17 +Jürgen E. Fischer 2016-01-17 Merge pull request #2684 from SebDieBln/AstyleOptionsFile @@ -134430,7 +146470,7 @@ Nyall Dawson 2016-01-17 Update test mask Merge: 1cd4570136 52442f5ed9 -Jürgen Fischer 2016-01-16 +Jürgen E. Fischer 2016-01-16 Merge pull request #2683 from SebDieBln/FixNonVectorQLR @@ -134463,7 +146503,7 @@ Alexander Bruy 2016-01-15 [processing] add layer and field names to the statistics output (fix #10089) -rldhont 2016-01-15 +D'Hont René-Luc 2016-01-15 [Processing] Fix default value support in script @@ -134473,7 +146513,7 @@ Alexander Bruy 2016-01-15 [DBmanager] add extension to file when exporting (fix #13733) -Juergen E. Fischer 2016-01-15 +Jürgen E. Fischer 2016-01-15 add some doxymentation @@ -134491,7 +146531,7 @@ Matthias Kuhn 2016-01-15 Move QgsExpressionSorter out of QgsFeatureIterator for reusability -Juergen E. Fischer 2016-01-15 +Jürgen E. Fischer 2016-01-15 fix ad1fd2a @@ -134568,15 +146608,15 @@ Matthias Kuhn 2016-01-15 Remove layer edit state restrictions from transactions -volaya 2016-01-15 +Víctor Olaya 2016-01-15 [processing] fixed otb version detection when no otb path is defined or found -volaya 2016-01-15 +Víctor Olaya 2016-01-15 [processing] improvements to log -volaya 2016-01-14 +Víctor Olaya 2016-01-14 [processing] allow saving and loading batch processing configurations @@ -134584,7 +146624,7 @@ Marco Hugentobler 2016-01-15 Add whitespace to trigger another travis build -Juergen E. Fischer 2016-01-15 +Jürgen E. Fischer 2016-01-15 [API] Introduce optional QgsVectorDataProvider::ChangeFeatures capability and changeFeaturss method to allows joint geometry and @@ -134600,7 +146640,7 @@ Denis Rouzaud 2016-01-15 Add filters to file picker and external widget -rldhont 2016-01-14 +D'Hont René-Luc 2016-01-14 [Feature][QGIS Server] Add configuration checker to project properties @@ -134616,14 +146656,14 @@ Marco Hugentobler 2016-01-15 Disable unit tests and add enum value to sip Merge: df27c07d5f b68ee3d8f9 -volaya 2016-01-15 +Víctor Olaya 2016-01-15 Merge pull request #2669 from volaya/otb_version [processing] improved version detection mechanism for OTB Merge: 864e1921e6 b146c3edfc -volaya 2016-01-15 +Víctor Olaya 2016-01-15 Merge pull request #4 from alexbruy/otb-indentation @@ -134646,7 +146686,7 @@ Nyall Dawson 2016-01-14 Sponsored by Andreas Neumann Merge: 275eb9463d 2a12f0189b -Larry Shaffer 2016-01-14 +Larry Shaffer 2016-01-14 Merge pull request #2674 from boundlessgeo/postgis-pki-pr @@ -134676,7 +146716,7 @@ Nyall Dawson 2016-01-15 Fix some warnings and test failures on nightlies -rldhont 2016-01-13 +D'Hont René-Luc 2016-01-13 DBManager oracle plugin: strip '"' on unique col @@ -134725,17 +146765,17 @@ Matthias Kuhn 2015-12-21 Add extrude function to QgsGeometry -Juergen E. Fischer 2016-01-14 +Jürgen E. Fischer 2016-01-14 translation string fix -volaya 2016-01-14 +Víctor Olaya 2016-01-14 [processing] changed min qgis version to 2.13 otherwise it wont load until 2.14 release is done and qgis version number changed -volaya 2016-01-14 +Víctor Olaya 2016-01-14 [processing] add nocrswarning option to scripts @@ -134745,7 +146785,7 @@ Luigi Pirelli 2016-01-14 [auth] Ensure ident cert cache is used -Juergen E. Fischer 2016-01-14 +Jürgen E. Fischer 2016-01-14 spelling fixes @@ -134753,7 +146793,7 @@ Marco Hugentobler 2016-01-14 Fill symbol layer: consider already existing transformations on brushes and restore transformation after rendering -volaya 2016-01-14 +Víctor Olaya 2016-01-14 [processing] changed minimum qgis version in metadata @@ -134770,7 +146810,7 @@ Nyall Dawson 2016-01-14 Fix failing indentation test -Nathan Woodrow 2016-01-14 +Nathan Woodrow 2016-01-14 Fix windows build @@ -134857,7 +146897,7 @@ Alexander Bruy 2016-01-06 more informative layer name when loading OGR datasource with only one sublayer (followup f99ccf0be1) Also use more informative raster layer names when loading raster with sublayers -volaya 2016-01-13 +Víctor Olaya 2016-01-13 [processing] improved version detection mechanism for OTB @@ -134958,7 +146998,7 @@ Matthias Kuhn 2015-12-26 Add azimuth function -volaya 2016-01-13 +Víctor Olaya 2016-01-13 [Processing] [OTB] fixed wrong command when alg help is not found @@ -134968,7 +147008,7 @@ Patrick Valsecchi 2016-01-13 Add saveAs XLSX and ODS -volaya 2016-01-13 +Víctor Olaya 2016-01-13 [processing] fixed frequency analysis algorithm @@ -135082,7 +147122,7 @@ Duncan Runnacles 2016-01-11 Added percentage to switches in utils -Juergen E. Fischer 2016-01-12 +Jürgen E. Fischer 2016-01-12 fix PyQgsAppStartup on windows @@ -135099,14 +147139,14 @@ Alexander Bruy 2016-01-12 [processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748) Merge: 3febba279d e45603a96f -mhugent 2016-01-12 +Marco Hugentobler 2016-01-12 Merge pull request #2595 from SebDieBln/ImproveDigitizingTools Improve digitizing tools for circular strings Merge: e351d24a7d fb996ae7fa -mhugent 2016-01-12 +Marco Hugentobler 2016-01-12 Merge pull request #2619 from mhugent/zoom_to_feature @@ -135214,7 +147254,7 @@ Martin Dobias 2016-01-11 [tracer] get rid of warnings -rldhont 2016-01-05 +D'Hont René-Luc 2016-01-05 [Feature][QGIS Server] Add WMS INSPIRE Capabilities @@ -135305,11 +147345,11 @@ Hugo Mercier 2016-01-11 Virtual layers GUI integration -volaya 2016-01-11 +Víctor Olaya 2016-01-11 [processing] use simple QLabel widgets for toolbox tips -volaya 2016-01-11 +Víctor Olaya 2016-01-11 [processing] removed unused constant @@ -135329,7 +147369,7 @@ Sebastian Dietrich 2016-01-11 construct the QLayout for the child widget with the correct parent This avoids a warning from qt about the widget already having a QLayout. -volaya 2016-01-10 +Víctor Olaya 2016-01-10 [processing] removed unused code @@ -135356,7 +147396,7 @@ Martin Dobias 2016-01-10 to tracing mode. Tracing can be turned on/off even while digitizing is in progress -Juergen E. Fischer 2016-01-10 +Jürgen E. Fischer 2016-01-10 spelling fixes @@ -135456,11 +147496,11 @@ Sebastian Dietrich 2016-01-08 allow geometryless memory layers -Juergen E. Fischer 2016-01-08 +Jürgen E. Fischer 2016-01-08 add missing copyright headers -Juergen E. Fischer 2016-01-08 +Jürgen E. Fischer 2016-01-08 spelling fixes @@ -135517,7 +147557,7 @@ Alexander Bruy 2016-01-08 [processing] UI/UX improvements -volaya 2016-01-08 +Víctor Olaya 2016-01-08 [processing] indentation fixes @@ -135529,7 +147569,7 @@ Matthias Kuhn 2016-01-08 Interpret 'decimal' fields as double in WFS provider. Merge: 62302377db 4137437f2c -volaya 2016-01-08 +Víctor Olaya 2016-01-08 Merge pull request #2 from alexbruy/processing-ux @@ -135539,7 +147579,7 @@ Alexander Bruy 2016-01-08 PEP8 fixes -volaya 2016-01-08 +Víctor Olaya 2016-01-08 [processing] UI/UX improvements @@ -135547,7 +147587,7 @@ volaya 2016-01-08 Some algorithm description provided by Frank Sokolic -volaya 2016-01-08 +Víctor Olaya 2016-01-08 [processing] added AllowUnmatching tag to SAGA 'Add grid values to...' algorithm @@ -135647,7 +147687,7 @@ Hugo Mercier 2016-01-04 Allow to declare layer dependencies on a vector layer -Juergen E. Fischer 2016-01-07 +Jürgen E. Fischer 2016-01-07 fix server access control tests on windows @@ -135695,11 +147735,11 @@ Nyall Dawson 2016-01-07 ...previously multiple ramps could be selected, but only the first would be removed -nirvn 2016-01-07 +Mathieu Pellerin 2016-01-07 [ui] move the save symbol button -Juergen E. Fischer 2016-01-07 +Jürgen E. Fischer 2016-01-07 fix projectPath in server access control test @@ -135716,7 +147756,7 @@ Nyall Dawson 2016-01-07 Fix some UI issues in style manager -Juergen E. Fischer 2016-01-07 +Jürgen E. Fischer 2016-01-07 fix ProcessingParametersTest test @@ -135751,7 +147791,7 @@ Nyall Dawson 2016-01-07 Make test render checker work correctly in non-Firefox browsers -Juergen E. Fischer 2016-01-06 +Jürgen E. Fischer 2016-01-06 fix virtuallayer tests on windows @@ -135777,18 +147817,18 @@ Hugo Mercier 2016-01-06 Fix virtual layer definition parsing -volaya 2016-01-06 +Víctor Olaya 2016-01-06 [processing] More informative message when cannot compute gdal commands due to wrong params -volaya 2016-01-06 +Víctor Olaya 2016-01-06 [processing] added selectionChanged signal to MultipleInputPanel linked signal with GdalAlgorithmDialog Merge: b46a593e32 006a1614cf -volaya 2016-01-06 +Víctor Olaya 2016-01-06 Merge pull request #2633 from medspx/processing_gdal_retile @@ -135801,11 +147841,11 @@ Hugo Mercier 2016-01-06 Make vector joins work within layer-definition-files -volaya 2016-01-06 +Víctor Olaya 2016-01-06 [processing] correctly parse default value for boolean parameters upon construction -Juergen E. Fischer 2016-01-06 +Jürgen E. Fischer 2016-01-06 fix precise build (followup 8df09a6) @@ -135813,11 +147853,11 @@ Alexander Bruy 2016-01-06 fix typo in doxygen string -nirvn 2016-01-06 +Mathieu Pellerin 2016-01-06 [diagram] tiny UI improvements -Juergen E. Fischer 2016-01-06 +Jürgen E. Fischer 2016-01-06 fix e961a52 @@ -135876,7 +147916,7 @@ Nyall Dawson 2016-01-06 Feature #4273 and #3756 -Juergen E. Fischer 2016-01-05 +Jürgen E. Fischer 2016-01-05 revive python tests on windows (followup afcf567) @@ -135945,7 +147985,7 @@ Marco Hugentobler 2016-01-05 Add doc -nirvn 2016-01-05 +Mathieu Pellerin 2016-01-05 fix orderby not saved in several symbologies (fixes #14043) @@ -136009,11 +148049,11 @@ Martin Dobias 2016-01-04 Fix failing labeling test on my ubuntu 14.04 box (12 mismatched pixels) -Juergen E. Fischer 2016-01-04 +Jürgen E. Fischer 2016-01-04 debian packaging update: update liblwgeom dependency of python-qgis to 2.2-2 -Juergen E. Fischer 2016-01-04 +Jürgen E. Fischer 2016-01-04 fix windows build @@ -136025,7 +148065,7 @@ Marco Hugentobler 2016-01-04 Move zoomToFeature to QgsDualView and add checks for null geometries / geometryless layers -rldhont 2016-01-04 +D'Hont René-Luc 2016-01-04 [QGIS Server] Add place holder and tooltip to OWS inputs @@ -136034,7 +148074,7 @@ Alexander Bruy 2016-01-04 option to keep WFS dialog open after adding layer(s) Merge: 164739f205 375ae60c49 -mhugent 2016-01-04 +Marco Hugentobler 2016-01-04 Merge pull request #2632 from mhugent/nodetool_remove_lines @@ -136046,7 +148086,7 @@ Médéric RIBREUX 2016-01-04 This should fix Redmine #3331 Merge: 73945c0c56 856be9ba44 -mhugent 2016-01-04 +Marco Hugentobler 2016-01-04 Merge pull request #2606 from nyalldawson/close_rings @@ -136079,7 +148119,7 @@ Matthias Kuhn 2016-01-04 [pyqgis-console] Don't import pyqtconfig Merge: aacb37d258 09e23ee93b -mhugent 2016-01-04 +Marco Hugentobler 2016-01-04 Merge pull request #2611 from mhugent/shapefile_sbn_remove @@ -136202,7 +148242,7 @@ Nyall Dawson 2015-12-31 Coverity fixes, including regression in label point obstacle code -Juergen E. Fischer 2015-12-31 +Jürgen E. Fischer 2015-12-31 fix warnings @@ -136212,7 +148252,7 @@ Sebastian Dietrich 2015-12-31 The term "Not supported" is not appended to the label when it is already present. The term is removed when no longer applicable. -Juergen E. Fischer 2015-12-31 +Jürgen E. Fischer 2015-12-31 debian packaging: add psycopg2 as build dependency @@ -136276,7 +148316,7 @@ Carl Simonson 2015-12-29 been removed. Merge: 416c004a08 02e92727d9 -Jürgen Fischer 2015-12-29 +Jürgen E. Fischer 2015-12-29 Merge pull request #2620 from SebDieBln/FixCsvSaveStyle @@ -136298,28 +148338,28 @@ Sebastian Dietrich 2015-12-28 fix saving style of CSV-layer to qml/sld file (fixes #8285) -Juergen E. Fischer 2015-12-27 +Jürgen E. Fischer 2015-12-27 fix warnings on lupdate -Juergen E. Fischer 2015-12-27 +Jürgen E. Fischer 2015-12-27 fix lucid reference in INSTALL -Webmaster 2015-12-27 +Mathieu Pellerin 2015-12-27 [symbology] increase maximum size of natural break classification -Juergen E. Fischer 2015-12-26 +Jürgen E. Fischer 2015-12-26 fix warnings -Juergen E. Fischer 2015-12-26 +Jürgen E. Fischer 2015-12-26 debian packaging: upgrade python-qgis recommends to depends Merge: 917dd05519 9be51c43b1 -Jürgen Fischer 2015-12-26 +Jürgen E. Fischer 2015-12-26 Merge pull request #2614 from SebDieBln/UpdateCachedProjectEmbedLayers @@ -136344,16 +148384,16 @@ Nathan Woodrow 2015-12-26 [graduated symbology] increase precision of float values when saving to dom -nirvn 2015-12-26 +Mathieu Pellerin 2015-12-26 [symbology] fix precision of values when saving settings (#14036) -Juergen E. Fischer 2015-12-25 +Jürgen E. Fischer 2015-12-25 more stl to qt ports and size_t => int fixups Merge: 036eada990 7ccbe1bfc3 -Jürgen Fischer 2015-12-25 +Jürgen E. Fischer 2015-12-25 Merge pull request #2612 from SebDieBln/FixWarningsOnWindows @@ -136381,15 +148421,15 @@ Matthias Kuhn 2015-12-25 Expressions: test prepare() and fix segfault -Juergen E. Fischer 2015-12-24 +Jürgen E. Fischer 2015-12-24 move more stl usage to qt -Juergen E. Fischer 2015-12-24 +Jürgen E. Fischer 2015-12-24 improve project saving to network shares (fixes #13299) -Juergen E. Fischer 2015-12-25 +Jürgen E. Fischer 2015-12-25 indentation test: improve interpretation of commit ranges @@ -136414,11 +148454,11 @@ Salvatore Larosa 2015-12-24 [processing] fix missing import for Union and Clip algs -rldhont 2015-12-23 +D'Hont René-Luc 2015-12-23 [Processing] Update gui -rldhont 2015-12-22 +D'Hont René-Luc 2015-12-22 [Processing] update parameters test @@ -136435,11 +148475,11 @@ Michael Kirk 2015-11-29 Conflicts: python/plugins/processing/core/parameters.py -rldhont 2015-12-23 +D'Hont René-Luc 2015-12-23 [Processing] Parameter default value is None -rldhont 2015-12-16 +D'Hont René-Luc 2015-12-16 [Processing] Manage default value for parameter @@ -136465,12 +148505,12 @@ Marco Hugentobler 2015-12-24 Cleanup sbn file if gdal did not already remove it. Fixes bug #13319 -Juergen E. Fischer 2015-12-24 +Jürgen E. Fischer 2015-12-24 fix windows build and some warnings Merge: c9e928932a 076c2a09b7 -Jürgen Fischer 2015-12-23 +Jürgen E. Fischer 2015-12-23 Merge pull request #2609 from sebastic/bug-9818 @@ -136532,7 +148572,7 @@ Stéphane Brunner 2015-12-23 Fix #14016 -rldhont 2015-12-07 +D'Hont René-Luc 2015-12-07 [FEATURE][QGIS Server] Add short name to layers, groups and project @@ -136700,11 +148740,11 @@ Matthias Kuhn 2015-12-21 The d-pointer in QgsGeometry should never be null. -Juergen E. Fischer 2015-12-21 +Jürgen E. Fischer 2015-12-21 fix precise build (+ foreach->Q_FOREACH) -Juergen E. Fischer 2015-12-21 +Jürgen E. Fischer 2015-12-21 osgeo4w: include grass7 plugin @@ -136715,7 +148755,7 @@ Matthias Kuhn 2015-12-21 [Doc] Update QgsMapLayer documentation -rldhont 2015-12-21 +D'Hont René-Luc 2015-12-21 [Doc] Update QgsMapLayer documentation @@ -136795,7 +148835,7 @@ Nyall 2015-12-21 Add provider order by tests where expression compilation will fail -Juergen E. Fischer 2015-12-20 +Jürgen E. Fischer 2015-12-20 fix windows build @@ -136827,11 +148867,11 @@ pavlova-marina 2015-12-19 fixed link to gdal page -Juergen E. Fischer 2015-12-19 +Jürgen E. Fischer 2015-12-19 include virtual layer provider in packaging -Juergen E. Fischer 2015-12-19 +Jürgen E. Fischer 2015-12-19 avoid core relinking on cmake changes @@ -136902,11 +148942,11 @@ Matthias Kuhn 2015-12-16 More use of implicit sharing of QgsExpression -rldhont 2015-12-18 +D'Hont René-Luc 2015-12-18 Update indentation -rldhont 2015-12-18 +D'Hont René-Luc 2015-12-18 [BUGFIX] WFS GetCapabilities respons misses key @@ -136939,11 +148979,11 @@ Nyall Dawson 2015-12-18 Work around this by forcing a deep copy of the class lists when a renderer is cloned. -Juergen E. Fischer 2015-12-17 +Jürgen E. Fischer 2015-12-17 add python-psycopg2 to debian dependencies in INSTALL -Juergen E. Fischer 2015-12-17 +Jürgen E. Fischer 2015-12-17 scripts/scandeps.pl run and t2tdoc update @@ -136969,11 +149009,11 @@ Sebastian Dietrich 2015-12-16 Hide temporary rubberband when maptool is not active. -Juergen E. Fischer 2015-12-16 +Jürgen E. Fischer 2015-12-16 fix 8214608 -Juergen E. Fischer 2015-12-16 +Jürgen E. Fischer 2015-12-16 more nullptr updates (folloup 320c696) @@ -137016,11 +149056,11 @@ Radim Blazek 2015-12-15 [GRASS] use QWidget for module UI, fixes #5084 -rldhont 2015-12-15 +D'Hont René-Luc 2015-12-15 [TEST][QGIS Server] Add WFS GetFeature STARTINDEX test -rldhont 2015-12-15 +D'Hont René-Luc 2015-12-15 Dont set content-length header on streamed response. Fixes #13991 @@ -137062,18 +149102,18 @@ George Shegunov 2015-07-10 The providers plugin path can be changed in the applications. Merge: 1138253dd2 7101b5beb0 -rldhont 2015-12-15 +D'Hont René-Luc 2015-12-15 Merge branch 'AsgerPetersen-wfstests' Merge: 95b92c7960 c9b75528af -Jürgen Fischer 2015-12-15 +Jürgen E. Fischer 2015-12-15 Merge pull request #2486 from SebDieBln/CMake_FixFindPythonLibraryWindows have CMake find Python library on Windows -volaya 2015-12-15 +Víctor Olaya 2015-12-15 [processing] correctly export multiline strings as python parameters from modeler @@ -137107,7 +149147,7 @@ Matthias Kuhn 2015-12-09 Implicit sharing for QgsExpression -nirvn 2015-12-15 +Mathieu Pellerin 2015-12-15 projection selector event fix @@ -137116,13 +149156,13 @@ Nyall Dawson 2015-12-10 Fix calculation of spatialite SelectAtId capability Merge: 08a8b6095f 9096a64a6c -volaya 2015-12-15 +Víctor Olaya 2015-12-15 Merge pull request #2566 from radosuav/processing_fixes [Processing] Three small fixes -volaya 2015-12-15 +Víctor Olaya 2015-12-15 [processing] modified how user folder is defined @@ -137173,21 +149213,21 @@ Radim Blazek 2015-12-15 [GRASS] new input combo in mapcalc Merge: 9c0ee36c49 079de32d46 -volaya 2015-12-15 +Víctor Olaya 2015-12-15 Merge pull request #2451 from spono/patch-5 [Processing] Update GridMetrics.py Merge: 7f3cc35b10 41538e6dec -volaya 2015-12-15 +Víctor Olaya 2015-12-15 Merge pull request #2469 from spono/patch-13 [Processing] Update FilterData.py Merge: 34ccc345cc d4ba0c77f8 -volaya 2015-12-15 +Víctor Olaya 2015-12-15 Merge pull request #2467 from spono/patch-11 @@ -137200,11 +149240,11 @@ Nathan Woodrow 2015-12-15 [projection selector] apply selected projection on double click -nirvn 2015-12-15 +Mathieu Pellerin 2015-12-15 fix sip coverage test failure -nirvn 2015-12-14 +Mathieu Pellerin 2015-12-14 [projection selector] apply selected projection on double click @@ -137235,11 +149275,11 @@ Nyall Dawson 2015-12-15 geometry generator symbology, eg to allow use of m and z values for nodes/lines with data defined symbology. -Juergen E. Fischer 2015-12-14 +Jürgen E. Fischer 2015-12-14 debian packaging update (partly reverts 245659f; fixes #13981) -rldhont 2015-12-14 +D'Hont René-Luc 2015-12-14 [FEATURE][QGIS Server] STARTINDEX param in WFS GetFeature Request @@ -137247,7 +149287,7 @@ rldhont 2015-12-14 STARTINDEX can be used to skip some features in the result set and in combination with MAXFEATURES provides for the ability to use WFS GetFeature to page through results. Note that STARTINDEX=0 means start with the first feature, skipping none. -rldhont 2015-12-14 +D'Hont René-Luc 2015-12-14 [BUGFIX][QGIS Server] Update Layer order from group in GetPrint @@ -137264,7 +149304,7 @@ elpaso 2015-12-14 Fixes #13984 custom python init function config is lost in master -Juergen E. Fischer 2015-12-14 +Jürgen E. Fischer 2015-12-14 dxf export: trim whitespace from layernames @@ -137299,7 +149339,7 @@ Nathan Woodrow 2015-12-14 Sort the indexes when generating layer tree mime data (fixes #4110) -Nathan Woodrow 2015-12-11 +Nathan Woodrow 2015-12-11 Update MS SQL browser node items @@ -137377,14 +149417,14 @@ Sebastian Dietrich 2015-12-01 make annotations aware of crs (fixes #3618) Merge: f8c4b3a21c dd2a422e9b -Jürgen Fischer 2015-12-12 +Jürgen E. Fischer 2015-12-12 Merge pull request #2574 from SebDieBln/GDALtools_removeMenuItemsOnUnload Remove menu items when GDALtools plugin is unloaded (fixes #13642) Merge: 6a7f786126 72c5e375a7 -Jürgen Fischer 2015-12-12 +Jürgen E. Fischer 2015-12-12 Merge pull request #2571 from medspx/work_newfile_extensions @@ -137412,7 +149452,7 @@ Nyall Dawson 2015-12-12 [expression] add point_on_surface function -nirvn 2015-12-11 +Mathieu Pellerin 2015-12-11 [expression] add point_on_surface function @@ -137466,15 +149506,15 @@ Sebastian Dietrich 2015-12-11 Changed the parameter of QgsCoordinateReferenceSystem::readXML() to const and removed const_cast<> where not needed any longer -Juergen E. Fischer 2015-12-11 +Jürgen E. Fischer 2015-12-11 dxf export: add doxymentation -Juergen E. Fischer 2015-12-11 +Jürgen E. Fischer 2015-12-11 fix translation string -Juergen E. Fischer 2015-12-11 +Jürgen E. Fischer 2015-12-11 [FEATURE] dxf export: add option to use title instead of name as dxf layer name in application and server @@ -137519,15 +149559,15 @@ Nyall Dawson 2015-12-11 Add equality operators to QgsLineStringV2 -Nathan Woodrow 2015-12-11 +Nathan Woodrow 2015-12-11 Add missing docs -Nathan Woodrow 2015-12-11 +Nathan Woodrow 2015-12-11 Add missing SIP and docs -Nathan Woodrow 2015-12-11 +Nathan Woodrow 2015-12-11 [FEATURE] Add project loading support from browser @@ -137541,7 +149581,7 @@ Matthias Kuhn 2015-12-11 And guard many other static_casts to avoid crashes. -Nathan Woodrow 2015-12-07 +Nathan Woodrow 2015-12-07 [FEATURE] Allow hiding paths from the browser panel @@ -137549,7 +149589,7 @@ Matthias Kuhn 2015-12-11 Rename geometry generator types -Juergen E. Fischer 2015-12-11 +Jürgen E. Fischer 2015-12-11 astyle.sh: skip E265 (block comments should start with '# ') @@ -137586,11 +149626,11 @@ Nyall Dawson 2015-12-10 Add provider test for mssql -Juergen E. Fischer 2015-12-10 +Jürgen E. Fischer 2015-12-10 indentation fix -rldhont 2015-12-10 +D'Hont René-Luc 2015-12-10 [FEATURE][QGIS-Server] showFeatureCount in GetLegendGraphic @@ -137638,7 +149678,7 @@ Matthias Kuhn 2015-12-04 Symbol creates geometry instead of the renderer -Juergen E. Fischer 2015-12-10 +Jürgen E. Fischer 2015-12-10 wms provider: ignore cache on getcapabilities request with forced refresh (followup 9c340d7) @@ -137662,7 +149702,7 @@ Matthias Kuhn 2015-10-10 [Expression] radians and degrees -Juergen E. Fischer 2015-12-04 +Jürgen E. Fischer 2015-12-04 also set application icon on windows and osx @@ -137689,15 +149729,15 @@ elpaso 2015-12-09 Fixed comment base_table_good -Juergen E. Fischer 2015-12-09 +Jürgen E. Fischer 2015-12-09 missed a string in 6c3141b -Juergen E. Fischer 2015-12-09 +Jürgen E. Fischer 2015-12-09 fix #13964 -Nathan Woodrow 2015-12-09 +Nathan Woodrow 2015-12-09 Fix win build @@ -137720,11 +149760,11 @@ Nyall Dawson 2015-12-09 Add QgsColorWidgetAction for easily inserting QgsColorWidgets in menus -nirvn 2015-12-09 +Mathieu Pellerin 2015-12-09 [FEATURE] add darker() and lighter() expression functions -Nathan Woodrow 2015-12-09 +Nathan Woodrow 2015-12-09 Use geometry by default on custom expression functions @@ -137839,7 +149879,7 @@ Nyall Dawson 2015-12-08 to enable transparency support -nirvn 2015-12-07 +Mathieu Pellerin 2015-12-07 [svg markers] allow setting alpha value for fill and outline colors @@ -137856,18 +149896,18 @@ elpaso 2015-12-08 Added tests with use estimated metadata -Juergen E. Fischer 2015-12-08 +Jürgen E. Fischer 2015-12-08 [FEATURE] postgres provider: refine warning about estimated metadata (fixes #13947) Merge: 91180501bc ab0736a1d8 -Jürgen Fischer 2015-12-08 +Jürgen E. Fischer 2015-12-08 Merge pull request #2554 from vmora/order_pk_candidates order postgres PK candidates by attnum -Juergen E. Fischer 2015-12-08 +Jürgen E. Fischer 2015-12-08 remove spitplugin from packaging (followup b39e6d1) @@ -137901,7 +149941,7 @@ Sebastian Dietrich 2015-12-07 Shortcuts, that have been set to none by the user, are no longer restored to their default value on application startup. Merge: 4f0b9dda79 564a06370d -rldhont 2015-12-07 +D'Hont René-Luc 2015-12-07 Merge pull request #2517 from rldhont/raster_open_adf @@ -137943,11 +149983,11 @@ Nyall Dawson 2015-12-07 Fix bad assert in TestQgsRectangle -Juergen E. Fischer 2015-12-07 +Jürgen E. Fischer 2015-12-07 osgeo4w: include PYTHONPATH in apache conf template -Juergen E. Fischer 2015-12-07 +Jürgen E. Fischer 2015-12-07 indentation test: handle removed files @@ -137959,11 +149999,11 @@ Nyall Dawson 2015-12-07 Avoid warning on Travis build -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Goodbye SPIT plugin -Juergen E. Fischer 2015-12-06 +Jürgen E. Fischer 2015-12-06 [FEATURE] cache WMS capabililies @@ -137971,18 +150011,18 @@ Sebastian Dietrich 2015-12-06 sort the indexes when generating layer tree mime data (fixes #4110) -Juergen E. Fischer 2015-12-06 +Jürgen E. Fischer 2015-12-06 doxygen: enable dot multimode -Juergen E. Fischer 2015-12-06 +Jürgen E. Fischer 2015-12-06 debian packaging update * sync other branches * avoid testing and installing twice * manually merge PR#2524 -Juergen E. Fischer 2015-12-06 +Jürgen E. Fischer 2015-12-06 more precise fixes (followup be81716) @@ -137996,19 +150036,19 @@ Nyall Dawson 2015-12-07 Fix #13458 -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 debian build: include stretch builds -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 indentation test: include autopep8 in tips (followup 0d5d3bc) -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 trim link list of application -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 fix precise build @@ -138071,15 +150111,15 @@ elpaso 2015-12-04 See: PR #2534 -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 disable astyle on windows nightlies (followup 0d5d3bc) -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 [FEATURE] oracle provider: initial expression compiler support -Juergen E. Fischer 2015-12-05 +Jürgen E. Fischer 2015-12-05 [FEATURE] oracle provider: add Feature limit support for feature requests (followup 3ece33f) @@ -138091,15 +150131,15 @@ Nyall Dawson 2015-12-05 Some providers (postgres, spatialite, MS SQL) pass the limit on to the provider to result in faster queries. -Juergen E. Fischer 2015-12-04 +Jürgen E. Fischer 2015-12-04 indentation update -Juergen E. Fischer 2015-12-04 +Jürgen E. Fischer 2015-12-04 make december postfix translatable -Juergen E. Fischer 2015-12-04 +Jürgen E. Fischer 2015-12-04 postgres provider: verify uniqueness of parent table primary keys (fixes #13947) @@ -138122,11 +150162,11 @@ Matthias Kuhn 2015-12-04 But at the sime time it also decreases the SNR and increases test times. Will have to check if this makes sense in the long run. -Juergen E. Fischer 2015-12-04 +Jürgen E. Fischer 2015-12-04 fix translation string -Juergen E. Fischer 2015-12-03 +Jürgen E. Fischer 2015-12-03 travis: add indentation check after running tests @@ -138134,19 +150174,19 @@ Nyall Dawson 2015-12-04 Fix bounding box calculation of geometry collections, fix #4102 -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Something about the session ;) -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Add \n button to expression builder -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Identify result default to right side -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Missed one @@ -138154,7 +150194,7 @@ Larry Shaffer 2015-12-03 [FEATURE][auth] Add support to Plugin Manager -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 Even more default path fixes @@ -138167,15 +150207,15 @@ vmora 2015-12-02 fix wrong scale method with constant expressions fix #13571 -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 More default path fixes. Remove What's This? from toolbar -Nathan Woodrow 2015-12-04 +Nathan Woodrow 2015-12-04 More default path fixes -Sandro Santilli 2015-12-02 +Sandro Santilli 2015-12-02 Slightly improve method documentation @@ -138191,11 +150231,11 @@ Hugo Mercier 2015-12-03 Fix a crash when trying to removeMapLayer a null pointer -Juergen E. Fischer 2015-12-03 +Jürgen E. Fischer 2015-12-03 add oracle connection pooling -Juergen E. Fischer 2015-12-03 +Jürgen E. Fischer 2015-12-03 Catch when GEOSCoordSeq_create_r returns 0 (should fix crash in #13934) @@ -138229,21 +150269,21 @@ Matthias Kuhn 2015-12-03 Add QGIS3 todo Merge: 85cc1807df ec9f086222 -volaya 2015-12-03 +Víctor Olaya 2015-12-03 Merge pull request #2514 from spono/patch-14 [Processing] Update CanopyModel.py Merge: bbde581457 c622457fc5 -volaya 2015-12-03 +Víctor Olaya 2015-12-03 Merge pull request #2468 from spono/patch-12 [processing] Update ClipData.py Merge: 3d5f33abfa dd8826f372 -volaya 2015-12-03 +Víctor Olaya 2015-12-03 Merge pull request #2466 from spono/patch-10 @@ -138256,11 +150296,11 @@ Matthias Kuhn 2015-12-03 Postgresql provider - Use ST_RemoveRepeatedPoints instead of ST_SnapToGrid -Nathan Woodrow 2015-12-03 +Nathan Woodrow 2015-12-03 More better default paths -Nathan Woodrow 2015-12-03 +Nathan Woodrow 2015-12-03 Same order for new layer actions as menu @@ -138268,11 +150308,11 @@ Nyall Dawson 2015-12-03 Always use 'temporary scratch layer' instead of 'memory layer' in UI -Nathan Woodrow 2015-12-03 +Nathan Woodrow 2015-12-03 Fix lots of bad default base folders. Now point to user home -Nathan Woodrow 2015-12-03 +Nathan Woodrow 2015-12-03 Consistent widget order new layer dialogs. Type first then rest @@ -138295,12 +150335,12 @@ Matthias Kuhn 2015-12-02 Fix crash on add feature -Juergen E. Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 indentation update Merge: 9e5528b111 2305b90ab1 -Jürgen Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 Merge pull request #2511 from tomtor/master @@ -138324,27 +150364,27 @@ Denis Rouzaud 2015-12-02 new text/numeric field icons -Juergen E. Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 oracle provider: fix geometry type/srid detection for queries -Juergen E. Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 pyuic: fix QPyNullVariant exception -Juergen E. Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 db manager: only alias subqueries on postgres (fixes #13731) -Juergen E. Fischer 2015-12-02 +Jürgen E. Fischer 2015-12-02 db manager oracle plugin: avoid tablespace index parameter -Nathan Woodrow 2015-12-02 +Nathan Woodrow 2015-12-02 Default to users home for project folder -Nathan Woodrow 2015-12-02 +Nathan Woodrow 2015-12-02 Reduce padding around recent project widget @@ -138490,7 +150530,7 @@ Matthias Kuhn 2015-11-30 python bindings for ebc9e029 -rldhont 2015-11-30 +D'Hont René-Luc 2015-11-30 Open adf raster file as a directory @@ -138591,7 +150631,7 @@ Nyall Dawson 2015-11-30 [composer] Increase precision of exported worldfiles (fix #13895) -Juergen E. Fischer 2015-11-29 +Jürgen E. Fischer 2015-11-29 legend interface: guard layer dereferences (fixes #13899) @@ -138599,15 +150639,15 @@ Tom Vijlbrief 2015-11-29 Fix non caching behaviour for WFS -Juergen E. Fischer 2015-11-29 +Jürgen E. Fischer 2015-11-29 coverity fixes -Juergen E. Fischer 2015-11-27 +Jürgen E. Fischer 2015-11-27 fix pyuic wrapper where qt4 & 5 are available -Juergen E. Fischer 2015-11-27 +Jürgen E. Fischer 2015-11-27 indentation update @@ -138626,7 +150666,7 @@ Sebastian Dietrich 2015-11-28 fix a bug when deleting style categories (fixes #12043) -rldhont 2015-11-06 +D'Hont René-Luc 2015-11-06 [QGIS-Server] Help editing OWS Server general information @@ -138662,37 +150702,37 @@ Nic 2015-11-27 subprocess lines deleted and fixed syntax error -volaya 2015-11-27 +Víctor Olaya 2015-11-27 [processing] fixed missing colon in function definition Merge: 0a21d91be5 c58981fd5e -volaya 2015-11-27 +Víctor Olaya 2015-11-27 Merge pull request #2505 from radosuav/processing_extent [Processing] Check layer projection when using it for subset extent -volaya 2015-11-27 +Víctor Olaya 2015-11-27 [processing] allow manually add scripts to scripts provider Merge: ae748d3b7d 4f9244d6f0 -volaya 2015-11-27 +Víctor Olaya 2015-11-27 Merge pull request #2472 from spono/patch-8 [Processing] Update TinSurfaceCreate.py Merge: 5375522ce1 ea526a2924 -volaya 2015-11-27 +Víctor Olaya 2015-11-27 Merge pull request #2463 from spono/patch-7 [proessing]small correction on FUSION internal commands Merge: a6d147f63e ec204c357f -volaya 2015-11-27 +Víctor Olaya 2015-11-27 Merge pull request #2465 from spono/patch-9 @@ -138755,7 +150795,7 @@ Nic 2015-11-26 fixed some syntax errors and added an output option (ASCII) Merge: 114b04ece1 06357dd31e -volaya 2015-11-26 +Víctor Olaya 2015-11-26 Merge pull request #2504 from saberraz/master @@ -138776,7 +150816,7 @@ Sab 2015-11-26 This will cause QGIS to crash, when accessing Processing > Options items. -rldhont 2015-11-26 +D'Hont René-Luc 2015-11-26 [QGIS-Server] Enhance store project keyword list @@ -138822,7 +150862,7 @@ Nyall Dawson 2015-11-26 (Pretty sure Ubuntu 15.10 is haunted by ghosts) -Juergen E. Fischer 2015-11-25 +Jürgen E. Fischer 2015-11-25 remove references to coding (followup 7b0837f) @@ -138907,7 +150947,7 @@ Nyall Dawson 2015-11-24 Also finish unit tests for QgsPointV2 and mark as a critical class -Juergen E. Fischer 2015-11-23 +Jürgen E. Fischer 2015-11-23 some fixes to the server access control tests on windows @@ -138949,7 +150989,7 @@ Nic 2015-11-23 Update GroundFilter.py -Juergen E. Fischer 2015-11-23 +Jürgen E. Fischer 2015-11-23 fix local simplification for ZM geometries @@ -138966,7 +151006,7 @@ Nyall Dawson 2015-11-23 Also add number of parts and part number to results for collections. -Juergen E. Fischer 2015-11-22 +Jürgen E. Fischer 2015-11-22 'fix' weird automoc test problem on wily @@ -138996,11 +151036,11 @@ Nyall Dawson 2015-11-23 Update test mask images -Juergen E. Fischer 2015-11-22 +Jürgen E. Fischer 2015-11-22 server access control test: replace hardcoded temporary directory -Juergen E. Fischer 2015-11-22 +Jürgen E. Fischer 2015-11-22 fix PyQgsServerAccessControl in nightlies @@ -139124,19 +151164,19 @@ Nyall Dawson 2015-11-21 More test mask updates -Juergen E. Fischer 2015-11-21 +Jürgen E. Fischer 2015-11-21 4 more pixels... (followup ca3da4c) -Juergen E. Fischer 2015-11-20 +Jürgen E. Fischer 2015-11-20 adapt render tests to c6460a3 -Juergen E. Fischer 2015-11-20 +Jürgen E. Fischer 2015-11-20 fix builds with older compilers -Juergen E. Fischer 2015-11-20 +Jürgen E. Fischer 2015-11-20 also update strpos function help (followup 2a557db) @@ -139154,7 +151194,7 @@ Matthias Kuhn 2015-11-20 Warning about invalid entry names -Juergen E. Fischer 2015-11-20 +Jürgen E. Fischer 2015-11-20 render polylines with drawPath too (followup 08185c9; fixes #13343) @@ -139166,7 +151206,7 @@ Nic 2015-11-20 Update ClipData.py -Juergen E. Fischer 2015-11-20 +Jürgen E. Fischer 2015-11-20 restore QgsVectorLayer::setReadOnly (followup 4cd1e38) @@ -139193,7 +151233,7 @@ Nyall Dawson 2015-11-20 Fix copy constructor for pal::PointSet -rldhont 2015-11-20 +D'Hont René-Luc 2015-11-20 Clean [BUGFIX] Multipoint asJSON @@ -139204,7 +151244,7 @@ Matthias Kuhn 2015-11-20 [travis] Use newer clang 3.7 for linux builds -rldhont 2015-11-20 +D'Hont René-Luc 2015-11-20 [BUGFIX] Multipoint asJSON @@ -139239,7 +151279,7 @@ Sebastian Dietrich 2015-11-19 made copy/paste style aware of scale based visibility (fixes #13746) -Juergen E. Fischer 2015-11-19 +Jürgen E. Fischer 2015-11-19 install qgsfeaturefilterprovider.h (followup c9f0d83) @@ -139250,7 +151290,7 @@ olivierdalang 2015-11-19 add a test for makeKeyTokens_() -Juergen E. Fischer 2015-11-19 +Jürgen E. Fischer 2015-11-19 fix c40a764 @@ -139284,7 +151324,7 @@ Sebastian Dietrich 2015-11-19 added a test for makeKeyTokens_() -Juergen E. Fischer 2015-11-19 +Jürgen E. Fischer 2015-11-19 indentation update @@ -139292,11 +151332,11 @@ Matthias Kuhn 2015-11-19 Fix crash in relation reference widget -Juergen E. Fischer 2015-11-19 +Jürgen E. Fischer 2015-11-19 fix windows build (followup c9f0d83) -Juergen E. Fischer 2015-11-19 +Jürgen E. Fischer 2015-11-19 [FEATURE] expression: align strpos behaviour with postgres @@ -139305,7 +151345,7 @@ Nyall Dawson 2015-11-19 Fix build Merge: 8c0fe47d8e c9f0d83aaf -mhugent 2015-11-19 +Marco Hugentobler 2015-11-19 Merge pull request #2056 from sbrunner/qgis-server-security @@ -139333,13 +151373,13 @@ Matthias Kuhn 2015-11-19 Do not require manual CMakeCache intervention Merge: f6e4e75cd6 cfa308d5ac -Jürgen Fischer 2015-11-18 +Jürgen E. Fischer 2015-11-18 Merge pull request #2458 from SebDieBln/Postgres_GeomTypeDirect [postgresprovider] Determine geometry type and srid directly from column type -Juergen E. Fischer 2015-11-18 +Jürgen E. Fischer 2015-11-18 [FEATURE]postgres provider: add support for timestamp types @@ -139378,7 +151418,7 @@ Stéphane Brunner 2015-05-19 shouldn't contains any "-", default to "" Merge: e0bedc2b17 d0625b8b35 -alexbruy 2015-11-18 +Alexander Bruy 2015-11-18 Merge pull request #2481 from nyalldawson/processing @@ -139489,7 +151529,7 @@ Nyall Dawson 2015-11-17 spatialite, MS SQL, etc) Merge: dc0639c794 e04d5e4d70 -Jürgen Fischer 2015-11-17 +Jürgen E. Fischer 2015-11-17 Merge pull request #2478 from SebDieBln/DbManager_Fix13731 @@ -139537,7 +151577,7 @@ Nyall Dawson 2015-11-15 enabled for "attribute"='value' type expressions. Merge: fd50136e87 48afc425dc -alexbruy 2015-11-17 +Alexander Bruy 2015-11-17 Merge pull request #2471 from nyalldawson/processing_fixes @@ -139546,7 +151586,7 @@ alexbruy 2015-11-17 - faster expression request for ExtractByAttribute alg Merge: 79616fd8d8 5065b80042 -alexbruy 2015-11-17 +Alexander Bruy 2015-11-17 Merge pull request #2456 from NaturalGIS/fix_saga_222_kriging @@ -139569,27 +151609,27 @@ Matthias Kuhn 2015-11-17 Fix PyQt compat lib INSTALL path -Juergen E. Fischer 2015-11-17 +Jürgen E. Fischer 2015-11-17 qt5 fixes -Juergen E. Fischer 2015-11-16 +Jürgen E. Fischer 2015-11-16 [auth] fix build on mac (fixes 08ec25b) -Juergen E. Fischer 2015-11-16 +Jürgen E. Fischer 2015-11-16 fix python error on startup on windows -Juergen E. Fischer 2015-11-16 +Jürgen E. Fischer 2015-11-16 fix pyrcc4 detection on windows (followup 0b6dd352) -Juergen E. Fischer 2015-11-16 +Jürgen E. Fischer 2015-11-16 [auth] fix detection of root CAs on Linux (fixes #13640) -volaya 2015-11-16 +Víctor Olaya 2015-11-16 [processing] removed unimplemented lidar algorithm @@ -139600,7 +151640,7 @@ Nic 2015-11-16 minor adjustments and some funtionalities added (first return selection, output as .asc) Merge: 56b8ce0f89 ce8c4540a1 -volaya 2015-11-16 +Víctor Olaya 2015-11-16 Merge pull request #2462 from spono/patch-6 @@ -139613,7 +151653,7 @@ Matthias Kuhn 2015-11-16 Add "force reload" button to attribute table -volaya 2015-11-16 +Víctor Olaya 2015-11-16 [processing]updated required QGIS version in metadata @@ -139787,22 +151827,22 @@ Giovanni Manghi 2015-11-13 fix SAGA 2.2.2 kriging tools -Sandro Santilli 2015-11-12 +Sandro Santilli 2015-11-12 Fix endpoint swap on negative marker line offset Fixes #13811 Includes testcase -volaya 2015-11-13 +Víctor Olaya 2015-11-13 [processing] fixed wrong param name in SAGA 2.2.0 regression kriging -volaya 2015-11-13 +Víctor Olaya 2015-11-13 [processing] fixed concave hull algorithm -volaya 2015-11-13 +Víctor Olaya 2015-11-13 [processing] correctly set geometry type of input in clip algorithm @@ -139837,7 +151877,7 @@ Denis Rouzaud 2015-11-12 should be backported to 2.12 Merge: d8f5dbeb4e a10936f06a -alexbruy 2015-11-13 +Alexander Bruy 2015-11-13 Merge pull request #2452 from nyalldawson/processing_select @@ -139878,7 +151918,7 @@ Nyall Dawson 2015-11-13 BEFORE: cancelled after 20 mins AFTER: ~2 seconds -Juergen E. Fischer 2015-11-12 +Jürgen E. Fischer 2015-11-12 Limit extent reprojection workaround to vector layers (followup 51fe632; fixes #13735; refs #7596) @@ -139921,13 +151961,13 @@ elpaso 2015-11-12 to be consistent with other methods in the same class Merge: 6b3eddd0d0 19376770af -alexbruy 2015-11-12 +Alexander Bruy 2015-11-12 Merge pull request #2447 from NaturalGIS/fix_saga_220_kriging [processing] fix SAGA 2.2.0 kriging -Marco Bernasocchi 2015-11-12 +Marco Bernasocchi 2015-11-12 fix biulding issue when WITH_QT_WEBKIT=OFF @@ -139936,7 +151976,7 @@ Giovanni Manghi 2015-11-12 missing parameter Merge: 0461cbdd22 be563584ed -alexbruy 2015-11-12 +Alexander Bruy 2015-11-12 Merge pull request #2444 from NaturalGIS/fix_saga_212_kriging @@ -139969,7 +152009,7 @@ elpaso 2015-11-12 If the db name already exists, allow to enter a new name. Fixes #11794 -rldhont 2015-11-12 +D'Hont René-Luc 2015-11-12 Update [BUGFIX] 13118 QGIS Server - WFS - GeoJSON and escaping line breaks @@ -139993,7 +152033,7 @@ Nyall Dawson 2015-11-12 Bump QgsStatisticSummary test coverage -Juergen E. Fischer 2015-11-12 +Jürgen E. Fischer 2015-11-12 fix windows build (followup 2175e7a) @@ -140012,7 +152052,7 @@ Matthias Kuhn 2015-10-20 sipClass_Klass is deprecated for a long time: replace with sipType_Klass -rldhont 2015-11-11 +D'Hont René-Luc 2015-11-11 [BUGFIX] 13118 QGIS Server - WFS - GeoJSON and escaping line breaks @@ -140031,7 +152071,7 @@ Matthias Kuhn 2015-11-11 Change links to https -rldhont 2015-11-10 +D'Hont René-Luc 2015-11-10 [QGIS-Server] Use layer precision in searchRect @@ -140060,12 +152100,12 @@ Nyall Dawson 2015-11-11 Fix #13556 -Juergen E. Fischer 2015-11-10 +Jürgen E. Fischer 2015-11-10 fix 81bbb82 Merge: 9a89408b72 c05057158b -Jürgen Fischer 2015-11-10 +Jürgen E. Fischer 2015-11-10 Merge pull request #2436 from dgoedkoop/linePointDifferenceFix @@ -140075,7 +152115,7 @@ Daan Goedkoop 2015-11-10 Fix QgsGeos::linePointDifference -Juergen E. Fischer 2015-11-10 +Jürgen E. Fischer 2015-11-10 indentation update @@ -140089,7 +152129,7 @@ Matthias Kuhn 2015-11-10 Fix #13800 -Juergen E. Fischer 2015-11-10 +Jürgen E. Fischer 2015-11-10 postgres provider: avoid additional fetch after all features have already been processed @@ -140152,35 +152192,35 @@ Nyall Dawson 2015-11-10 Update legend test mask images for debian builds -volaya 2015-11-09 +Víctor Olaya 2015-11-09 [processing] fixed creation of vector layer as PostGIS Table fixes error introduced in last commit Merge: b36566b045 e4996d77cd -volaya 2015-11-09 +Víctor Olaya 2015-11-09 Merge pull request #2423 from rldhont/processing_spatialite_output [processing] allow output directly on Spatialite tables Merge: 658c5842c1 0652955224 -volaya 2015-11-09 +Víctor Olaya 2015-11-09 Merge pull request #2429 from NaturalGIS/fix_saga_idw fix SAGA 2.2.* Inverse Distance Weighted -volaya 2015-11-09 +Víctor Olaya 2015-11-09 [processing] fixed ui file after last commit -volaya 2015-11-09 +Víctor Olaya 2015-11-09 [processing] added tooltip to 'export as python script' button -volaya 2015-11-08 +Víctor Olaya 2015-11-08 [Processing] correctly parse value of boolean argument for parameters @@ -140200,11 +152240,11 @@ Nyall Dawson 2015-11-09 Fix deprecated warnings -volaya 2015-11-08 +Víctor Olaya 2015-11-08 [processing] add log error message when error occurs in postprocessing task -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 sip coverage fixes: * make sip coverage test aware that there are less classes where QSci sip @@ -140223,32 +152263,32 @@ Richard Duivenvoorde 2015-11-08 ( this is also a test if it works :-) ) -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 nodetool: initialize select rubberband and fix indentation (fixes crash on quit; see also PR#2433) -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 fix typo in python test invocation -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 postgres provider: catch if commit fails (fixes #12462) -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 postgres provider: skip IN when feature id list is empty (followup fe3417b5) -volaya 2015-11-08 +Víctor Olaya 2015-11-08 [processing] fixed adding raster layer to project fixes #13791 -volaya 2015-11-08 +Víctor Olaya 2015-11-08 [Processing] corrected wrong change in config dialog -volaya 2015-11-08 +Víctor Olaya 2015-11-08 [Processing] fixed #13790 (issue saving config option) @@ -140257,7 +152297,7 @@ Giovanni Manghi 2015-11-08 fix SAGA 2.2.* Inverse Distance Weighted Merge: 36672c47ab d4e1c85d9f -Jürgen Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 Merge pull request #2428 from sebastic/gsl-2.0 @@ -140276,7 +152316,7 @@ Bas Couwenberg 2015-11-08 the preferred (build) dependency, when it's not available libgsl0-dev will be used instead. -Juergen E. Fischer 2015-11-08 +Jürgen E. Fischer 2015-11-08 oracle provider: add/fix support for multiple geometry columns (fixes #13158) @@ -140346,7 +152386,7 @@ Nathan Woodrow 2015-11-07 Add other composer templates loading paths -Sandro Santilli 2015-11-06 +Sandro Santilli 2015-11-06 Properly set invalid topology layer as invalid @@ -140358,7 +152398,7 @@ Radim Blazek 2015-11-06 fixed travis -Juergen E. Fischer 2015-11-06 +Jürgen E. Fischer 2015-11-06 show filename in layer name when importing multiple layers from a ogr datasource (implements #13756) @@ -140366,49 +152406,49 @@ Radim Blazek 2015-11-06 [GRASS] enable to attache attributes to geom without cat, fixes #13739 -rldhont 2015-11-06 +D'Hont René-Luc 2015-11-06 [processing] allow output directly on Spatialite tables like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite -volaya 2015-11-06 +Víctor Olaya 2015-11-06 [processing] minor fix in parameter parsing in scripts -volaya 2015-11-06 +Víctor Olaya 2015-11-06 [processing] brought back 'export model as python' functionality -volaya 2015-11-05 +Víctor Olaya 2015-11-05 [processing] better naming for output memory and postgis layers -volaya 2015-11-05 +Víctor Olaya 2015-11-05 [processing] allow output directly on PostGIS tables -volaya 2015-11-05 +Víctor Olaya 2015-11-05 [processing] minor indentation fix -volaya 2015-11-05 +Víctor Olaya 2015-11-05 [processing] do not format errors before sending to log -volaya 2015-11-05 +Víctor Olaya 2015-11-05 [processing] don't use temp folder for default output folder -volaya 2015-11-04 +Víctor Olaya 2015-11-04 [processing] hide SAGA folder option if built-in SAGA is available -volaya 2015-11-04 +Víctor Olaya 2015-11-04 [processing] add option to add validators to settings -volaya 2015-11-04 +Víctor Olaya 2015-11-04 [processing] fixes for representing input values in history @@ -140437,7 +152477,7 @@ Nyall Dawson 2015-11-06 null geometry (fix #13749) Merge: fd485010a5 79647728bd -Jürgen Fischer 2015-11-05 +Jürgen E. Fischer 2015-11-05 Merge pull request #2418 from nyalldawson/postgres_in @@ -140630,7 +152670,7 @@ elpaso 2015-11-03 see #11266 -volaya 2015-11-04 +Víctor Olaya 2015-11-04 [processing] some fixes for supporting optional parameters @@ -140666,13 +152706,13 @@ Alexia Mondot 2015-06-25 [processing/otb]remove unused code and imports -rldhont 2015-10-29 +D'Hont René-Luc 2015-10-29 [Processing] Manage optional parameters Can't set parameters to null (None or '') if the parameter is not optional -rldhont 2015-10-23 +D'Hont René-Luc 2015-10-23 [Processing] Optional parameters for script and model @@ -140701,7 +152741,7 @@ radosuav 2015-08-14 Also fixes a small issue with busy cursor being reset too early when algorithms were executed from Processing scripts. -Juergen E. Fischer 2015-11-04 +Jürgen E. Fischer 2015-11-04 fix precise build @@ -140740,7 +152780,7 @@ Nyall Dawson 2015-11-04 Add missing override -Juergen E. Fischer 2015-11-03 +Jürgen E. Fischer 2015-11-03 debian: add build dependency to qsci sip files @@ -140812,7 +152852,7 @@ Nathan Woodrow 2015-11-03 [Py Console] Remove message on file change -rldhont 2015-11-02 +D'Hont René-Luc 2015-11-02 [QGIS-Server] Test: more ISO compatibility for WxS capabilities @@ -140820,7 +152860,7 @@ Radim Blazek 2015-11-02 [GRASS] added (disabled) test for #13739 -rldhont 2015-10-29 +D'Hont René-Luc 2015-10-29 [QGIS-Server] More ISO compatibility for WxS capabilities @@ -140830,7 +152870,7 @@ rldhont 2015-10-29 * Calculate boundingBox for all CRSes Merge: 03eaafe603 f2e527f033 -volaya 2015-11-02 +Víctor Olaya 2015-11-02 Merge pull request #2403 from medspx/processing_get_scripts_proxy @@ -140901,11 +152941,11 @@ Radim Blazek 2015-11-01 [GRASS] set proj/zone on imported rasters, fixes #13725 -Juergen E. Fischer 2015-11-01 +Jürgen E. Fischer 2015-11-01 postgres provider: quote compound key columns in uri (fixes #13710) -Juergen E. Fischer 2015-10-31 +Jürgen E. Fischer 2015-10-31 layer group node: copy properties of mutually exclusive groups (fixes #13723) @@ -140913,11 +152953,11 @@ Nyall Dawson 2015-10-31 Add tests for get_feature expression function -Juergen E. Fischer 2015-10-30 +Jürgen E. Fischer 2015-10-30 indentation update -Juergen E. Fischer 2015-10-30 +Jürgen E. Fischer 2015-10-30 fix precise build @@ -140929,7 +152969,7 @@ Radim Blazek 2015-10-30 wms: case insensitive check if url is WMTS -Juergen E. Fischer 2015-10-30 +Jürgen E. Fischer 2015-10-30 fix windows build (followup 8993a4b) @@ -140941,15 +152981,15 @@ Radim Blazek 2015-10-29 fix raster projector src extent calculation, fixes #13665 -Juergen E. Fischer 2015-10-29 +Jürgen E. Fischer 2015-10-29 'fix' PyQgsRulebasedRenderer test (followup 08185c9a) -Juergen E. Fischer 2015-10-29 +Jürgen E. Fischer 2015-10-29 update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r) -Juergen E. Fischer 2015-10-27 +Jürgen E. Fischer 2015-10-27 When reprojecting a layer in geo coordinates onto a canvas with a projection that maps badly on it (ie. projecting the reprojected extent @@ -140958,7 +152998,7 @@ Juergen E. Fischer 2015-10-27 Fixes #7596 -Juergen E. Fischer 2015-10-24 +Jürgen E. Fischer 2015-10-24 render polygons with outline using drawPath (fixes #13343) @@ -141003,7 +153043,7 @@ Alessandro Pasotti 2015-10-28 Interactive selection by group of exported symbols -Juergen E. Fischer 2015-10-28 +Jürgen E. Fischer 2015-10-28 fix fetching of redirected wms capabilities (followup e95bf6d) @@ -141013,7 +153053,7 @@ elpaso 2015-10-28 This fixes #11681 -Juergen E. Fischer 2015-10-28 +Jürgen E. Fischer 2015-10-28 fix instant crash in browser data items. Avoids passing references to potentially short living QStrings to threads @@ -141021,14 +153061,14 @@ Juergen E. Fischer 2015-10-28 (followup 70bff3f) Merge: b339ad13c8 f443bb8c03 -volaya 2015-10-28 +Víctor Olaya 2015-10-28 Merge pull request #2398 from mdouchin/patch-1 [processing] Debug ConcaveHull.py Merge: c866dcce8f 77451f962c -volaya 2015-10-28 +Víctor Olaya 2015-10-28 Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr @@ -141045,7 +153085,7 @@ Richard Duivenvoorde 2015-10-28 Update qgstipfactory.cpp -Juergen E. Fischer 2015-10-28 +Jürgen E. Fischer 2015-10-28 fix qgsauthmanager test on windows @@ -141077,11 +153117,11 @@ Nyall Dawson 2015-10-27 Don't return QStrings by reference, since they're implicitly shared anyway -Juergen E. Fischer 2015-10-27 +Jürgen E. Fischer 2015-10-27 osgeo4w: fetch grass7 path from grass -Juergen E. Fischer 2015-10-27 +Jürgen E. Fischer 2015-10-27 fix translation string @@ -141089,11 +153129,11 @@ Médéric Ribreux 2015-10-27 [Processing] Add proxy support for Get scripts and models (fixes #13412) -Juergen E. Fischer 2015-10-27 +Jürgen E. Fischer 2015-10-27 fix windows build again (followup 3dcabfb and 70bff3f) -Juergen E. Fischer 2015-10-26 +Jürgen E. Fischer 2015-10-26 osgeo4w: include themes @@ -141102,7 +153142,7 @@ Giuseppe Sucameli 2015-10-26 Add myself to developer map (!) Merge: 7997c02112 87e6f34c30 -Jürgen Fischer 2015-10-26 +Jürgen E. Fischer 2015-10-26 Merge pull request #2401 from volter/master @@ -141120,7 +153160,7 @@ Marco Hugentobler 2015-10-26 Fix critical regression in WFS provider (introduced with 5be0ee734fa233f2a3f893ddc72e8264d029f2d0). Funded by Sourcepole QGIS Enterprise -rldhont 2015-10-26 +D'Hont René-Luc 2015-10-26 [BUGFIX][QGIS Server] Laye order from group in GetPrint @@ -141184,11 +153224,11 @@ mdouchin 2015-10-25 Correct qgis:dissolve algorithm call -Juergen E. Fischer 2015-10-25 +Jürgen E. Fischer 2015-10-25 update doxygen links -volaya 2015-10-24 +Víctor Olaya 2015-10-24 [Processing] add default extensions for outputs as setting @@ -141196,67 +153236,67 @@ volaya 2015-10-24 It includes some improvements to the settings sysmte -volaya 2015-10-24 +Víctor Olaya 2015-10-24 [processing] fixed fileFilter method in OutputRaster -volaya 2015-10-22 +Víctor Olaya 2015-10-22 [processing] fixed SAGA version handling Conflicts: python/plugins/processing/algs/saga/SagaAlgorithmProvider.py -volaya 2015-10-22 +Víctor Olaya 2015-10-22 added option to add hardcoded params to GRASS algorithms -volaya 2015-10-22 +Víctor Olaya 2015-10-22 [Processing] fixed handling of hardcoded params in SAGA -volaya 2015-10-22 +Víctor Olaya 2015-10-22 [Processing] removed TARGET_TEMPLATE param from SAGA algs -volaya 2015-10-23 +Víctor Olaya 2015-10-23 [processing] fixed FixedTableDialog when there are 0 rows -volaya 2015-10-23 +Víctor Olaya 2015-10-23 [processing] correctly enable buttons in FixedTableDialog Merge: 88d4605ad9 fa12502995 -volaya 2015-10-24 +Víctor Olaya 2015-10-24 Merge pull request #2341 from arnaud-morvan/processing_precisionmodel [Processing] Add precision parameter to by location algorithms Merge: 1dd8e79baf 524f6ab460 -volaya 2015-10-24 +Víctor Olaya 2015-10-24 Merge pull request #2355 from om-henners/master [processing] Update OGR tools Merge: fd26acd2f8 03333c8502 -volaya 2015-10-24 +Víctor Olaya 2015-10-24 Merge pull request #2389 from NaturalGIS/gdal_advanced Processing gdal translate and warp advanced parameters as such Merge: 07bd3ffedd ebd51b2c79 -volaya 2015-10-24 +Víctor Olaya 2015-10-24 Merge pull request #2390 from NaturalGIS/processing_gdal_clip_raster Processing advanced parameters for gdal clip raster Merge: cd0eb05ded c0919e0ac0 -volaya 2015-10-24 +Víctor Olaya 2015-10-24 Merge pull request #2391 from NaturalGIS/processing_gdal_rasterize_advanced @@ -141266,11 +153306,11 @@ Matthias Kuhn 2015-10-24 [py3] Some compatibility fixes for python 3 -Juergen E. Fischer 2015-10-24 +Jürgen E. Fischer 2015-10-24 processing: make help widget proxy aware -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 postgres provider: verify unique constraint it NOT NULL is not set on key columns (fixes #13641) @@ -141278,22 +153318,22 @@ Werner Macho 2015-10-23 adding french translators -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 better fix for phantom labels: consider rules out of visibility range as inactive (followup d6f66ee) Merge: d6f66ee488 0aa0b4c804 -Jürgen Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 Merge pull request #2395 from medspx/dbmanager_oracle_timestamp DBManager: support timestamp values for Oracle -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 fix phantom labels for (actually not) rendered feature (refs #13631) -rldhont 2015-10-23 +D'Hont René-Luc 2015-10-23 [BUGFIX] Set default units to mm in GetStyles @@ -141319,7 +153359,7 @@ Matthias Kuhn 2015-10-10 Reload data when subsetString changes. -rldhont 2015-10-23 +D'Hont René-Luc 2015-10-23 [BUGFIX] Set default units to mm in exportSld @@ -141331,15 +153371,15 @@ rldhont 2015-10-23 To resolve it, we just have to add units to the document element. -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 Bump version to 2.13 -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 changelog update for 2.12 -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 translation update for 2.12 from transifex @@ -141347,17 +153387,17 @@ Médéric Ribreux 2015-10-23 DBManager: support timestamp values for Oracle -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 Partial fix for #13143; fix Mac exports for composer with HTML labels - Does not work with Print dialogs (still non functional) -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 pass through default values when merging features (followup 099a40b, refs #12842) -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 Fix #11399; fix up Mac OS X 10.10+ dropped file URLs @@ -141365,11 +153405,11 @@ Salvatore Larosa 2015-10-23 [pyqgis-console] APIs file update -Larry Shaffer 2015-10-23 +Larry Shaffer 2015-10-23 [auth] Fix #13568; disable auth system after 5 wrong password attempts -Juergen E. Fischer 2015-10-23 +Jürgen E. Fischer 2015-10-23 make python error handling translatable @@ -141404,7 +153444,7 @@ Nathan Woodrow 2015-10-23 Remove default QGIS rocks text -Juergen E. Fischer 2015-10-22 +Jürgen E. Fischer 2015-10-22 update debian changelog @@ -141458,7 +153498,7 @@ Nyall Dawson 2015-10-23 Now for markers it's always "outline", and for fills it's always "border" -Juergen E. Fischer 2015-10-22 +Jürgen E. Fischer 2015-10-22 spelling fixes and indentation update @@ -141492,7 +153532,7 @@ Radim Blazek 2015-10-22 [GRASS] hide db driver window on Windows -volaya 2015-10-22 +Víctor Olaya 2015-10-22 [processing] allow translating algorithm dialog title @@ -141554,11 +153594,11 @@ Nyall Dawson 2015-10-22 [pal] Fix regression in placement for free/horizontal polygon labels -Juergen E. Fischer 2015-10-22 +Jürgen E. Fischer 2015-10-22 partly revert 3e0badc (fixes #13645 and #13646) -Juergen E. Fischer 2015-10-21 +Jürgen E. Fischer 2015-10-21 rule based renderer: keep skip else rule if an inactive rule matches, but still return if the feature was actually rendered so that only rendered features are labeled (fixes #13631) @@ -141604,16 +153644,16 @@ Hugo Mercier 2015-10-21 The postgres test is completed to cover the loading of different types of layers -Juergen E. Fischer 2015-10-20 +Jürgen E. Fischer 2015-10-20 postgres provider: support NULL in composite keys (fixes #13641) -Juergen E. Fischer 2015-10-20 +Jürgen E. Fischer 2015-10-20 avoid duplicate qgisstyle run Merge: 898a738451 48aeb8c03c -volaya 2015-10-20 +Víctor Olaya 2015-10-20 Merge pull request #2372 from om-henners/ogrsql_fix @@ -141654,7 +153694,7 @@ Matthias Kuhn 2015-10-20 Fix snapping may never be indexed -Juergen E. Fischer 2015-10-20 +Jürgen E. Fischer 2015-10-20 postgres provider: allow detection of empty views (fixes #13638) @@ -141726,13 +153766,13 @@ Radim Blazek 2015-10-20 [GRASS] fixed new feature attributes update -volaya 2015-10-20 +Víctor Olaya 2015-10-20 [processing] added descriptions for SAGA 2.2.2 This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes -Juergen E. Fischer 2015-10-19 +Jürgen E. Fischer 2015-10-19 fix typo @@ -141798,11 +153838,11 @@ Nyall Dawson 2015-10-19 - const ref when using Q_FOREACH - foreach->Q_FOREACH -Larry Shaffer 2015-10-16 +Larry Shaffer 2015-10-16 [auth] Migrate more manager unit tests; add test html reporter -Larry Shaffer 2015-10-16 +Larry Shaffer 2015-10-16 [auth] Start full migration of Py unit tests to C++ @@ -141818,7 +153858,7 @@ Sebastian Dietrich 2015-10-18 db_manager allows multiple column primary keys only for PostGIS queries, not for SpatiaLite. -Juergen E. Fischer 2015-10-18 +Jürgen E. Fischer 2015-10-18 vector file writer: defer destroying spatial reference (fixes #10515) @@ -141835,7 +153875,7 @@ Sebastian Dietrich 2015-10-18 Merge branch 'master' into MultiColumnPK_DbManagerQuery -Juergen E. Fischer 2015-10-18 +Jürgen E. Fischer 2015-10-18 heatmap plugin: fix labeling s/metre/layer units/ (fixes #11276) @@ -141866,11 +153906,11 @@ Matthias Kuhn 2015-10-18 Fix #13486 Don't hide search widget in attribute table when typing Properly connect the signals for the search case checkbox on the attribute table filter -Juergen E. Fischer 2015-10-18 +Jürgen E. Fischer 2015-10-18 avoid on duplicate user functions (fixes #13579) -Juergen E. Fischer 2015-10-17 +Jürgen E. Fischer 2015-10-17 fix grass <7.1 build @@ -141886,7 +153926,7 @@ Sebastian Dietrich 2015-10-17 Moved the code to determine the primary key for a view using the URI keyColumn to a separate function. -Juergen E. Fischer 2015-10-17 +Jürgen E. Fischer 2015-10-17 Fix sip conversion from QgsFields to QList (fixes #9208) @@ -141894,7 +153934,7 @@ Sebastian Dietrich 2015-10-17 Db_Manager keeps the selected columns for primary key and geometry when running the query or rereading the columns if the selected columns still exist. -Juergen E. Fischer 2015-10-16 +Jürgen E. Fischer 2015-10-16 feature request: set filter to filterrect if it's unset (fixes #13463) @@ -141985,13 +154025,13 @@ Steven Mizuno 2015-09-15 (fixes #3609) -Larry Shaffer 2015-10-15 +Larry Shaffer 2015-10-15 [auth] Move pass file support to manager class; for both server/app - Ensure pass file env var is skipped by application and later stripped -volaya 2015-10-16 +Víctor Olaya 2015-10-16 [processing] fixed scrolling to anchor in help pages @@ -142049,7 +154089,7 @@ Nathan Woodrow 2015-10-16 improve and vectorize several edit toolbar icons -nirvn 2015-10-16 +Mathieu Pellerin 2015-10-16 improve and vectorize several edit toolbar icons @@ -142067,7 +154107,7 @@ Paolo Cavallini 2015-10-15 Fix SAGA 2.2.0 flow accumulation modules -Larry Shaffer 2015-10-14 +Larry Shaffer 2015-10-14 [server] Fix #13291; reinstate default project read in fcgi directory @@ -142142,7 +154182,7 @@ Radim Blazek 2015-10-14 fixed win build -volaya 2015-10-14 +Víctor Olaya 2015-10-14 [processing] fixed handling output html files in grass 7 @@ -142150,13 +154190,13 @@ Radim Blazek 2015-10-14 [GRASS] re-enabled module output layer freeze in canvas -volaya 2015-10-14 +Víctor Olaya 2015-10-14 [processing] do not assume singleton Processing when defining temp folder fixes #13588 -volaya 2015-10-14 +Víctor Olaya 2015-10-14 [processing] do not write CRS file if output is not a layer @@ -142189,7 +154229,7 @@ Paolo Cavallini 2015-10-14 Update to GRASS GIS 7.0.x -Juergen E. Fischer 2015-10-14 +Jürgen E. Fischer 2015-10-14 vector layer: update geometries first before feature id might change (fixes #8255) @@ -142209,11 +154249,11 @@ Nyall Dawson 2015-10-14 Also add some unit tests for QgsWKBTypes -Juergen E. Fischer 2015-10-13 +Jürgen E. Fischer 2015-10-13 db manager: add credentials to postgis rasters (fixes #13594) -Juergen E. Fischer 2015-10-13 +Jürgen E. Fischer 2015-10-13 indentation update @@ -142229,23 +154269,23 @@ Radim Blazek 2015-10-13 [GRASS] update fields on field add/delete -volaya 2015-10-13 +Víctor Olaya 2015-10-13 [processing] fixed getMinCoveringExtent when there are multiple input parameters -volaya 2015-10-13 +Víctor Olaya 2015-10-13 [processing] fixed modeler calcualtor when opening dialog for the first time fixes #13587 -volaya 2015-10-07 +Víctor Olaya 2015-10-07 [processing] do not set an upper limit for points in random points layer fixes #13483 -rldhont 2015-10-13 +D'Hont René-Luc 2015-10-13 [BUGFIX][QGIS Server] Add layer coordinate transforms before setting destination CRS @@ -142275,7 +154315,7 @@ Nyall Dawson 2015-10-13 Fix overview canvas background color not set (fix #11157) -Juergen E. Fischer 2015-10-13 +Jürgen E. Fischer 2015-10-13 revert 3daa57f and f51d1fb (followup ff43a5d) @@ -142318,11 +154358,11 @@ Sandro Mani 2015-10-13 More qgsRound tests -Juergen E. Fischer 2015-10-13 +Jürgen E. Fischer 2015-10-13 fix f51d1fb -Juergen E. Fischer 2015-10-13 +Jürgen E. Fischer 2015-10-13 fix precise build @@ -142350,11 +154390,11 @@ Nyall Dawson 2015-10-13 Fix split parts tool only leaves one of the newly created parts (fix #13421) -nirvn 2015-10-13 +Mathieu Pellerin 2015-10-13 [welcome page] add a minmium width to the recent project list -nirvn 2015-10-13 +Mathieu Pellerin 2015-10-13 [welcome page] fix recent project list not resizing @@ -142366,30 +154406,30 @@ Sandro Mani 2015-10-12 Introduce qgsRound since std::round is available only in C++11 onwards -Juergen E. Fischer 2015-10-12 +Jürgen E. Fischer 2015-10-12 debian packaging update (revert GEOS C++ dependency) -Juergen E. Fischer 2015-10-12 +Jürgen E. Fischer 2015-10-12 fix core api header -Juergen E. Fischer 2015-10-12 +Jürgen E. Fischer 2015-10-12 fix windows build -Larry Shaffer 2015-10-09 +Larry Shaffer 2015-10-09 [auth] Add some more debug output - Need to migrate many auth debug to QgsDebugMsgLevel with higher level -Larry Shaffer 2015-10-09 +Larry Shaffer 2015-10-09 [auth] Fix #13550; add auth support to Server; read master password file Merge: de8b045b26 c1028efeb0 -mhugent 2015-10-12 +Marco Hugentobler 2015-10-12 Merge pull request #2365 from manisandro/geom_checker_fixes @@ -142438,7 +154478,7 @@ Nyall Dawson 2015-10-12 Fix refining rule based renderer using expression (fix #10815) Merge: 4d351756cb c927073e20 -mhugent 2015-10-12 +Marco Hugentobler 2015-10-12 Merge pull request #2353 from manisandro/geos_snap @@ -142479,7 +154519,7 @@ Nyall Dawson 2015-10-12 Followup 8e2b791, add unit test -Juergen E. Fischer 2015-10-11 +Jürgen E. Fischer 2015-10-11 attribute editing: don't allow editing without ChangeAttributeValues capability @@ -142527,14 +154567,14 @@ Nyall Dawson 2015-10-12 (refs #10908) -Juergen E. Fischer 2015-10-11 +Jürgen E. Fischer 2015-10-11 case-sensitivity of vector layer field (fixes #13032) * fieldNameIndex: resort to case-insensitive lookup only if case-sensitive lookup has no match * file writer: fix handling of fields that only differ by case -Juergen E. Fischer 2015-10-11 +Jürgen E. Fischer 2015-10-11 clear cached wkb after reshape (fixes #13052) @@ -142576,11 +154616,11 @@ Nyall Dawson 2015-10-11 Otherwise on small screens the run button is hidden away in the overflow menu, which isn't ideal given its importance -Juergen E. Fischer 2015-10-10 +Jürgen E. Fischer 2015-10-10 fix warnings -Juergen E. Fischer 2015-10-10 +Jürgen E. Fischer 2015-10-10 also fix #10747 for 2.5D points @@ -142686,15 +154726,15 @@ Giuseppe Sucameli 2015-10-10 DBManager: add table/layer to canvas double clicking on it -Juergen E. Fischer 2015-10-09 +Jürgen E. Fischer 2015-10-09 fix build with grass7 on windows -Juergen E. Fischer 2015-10-09 +Jürgen E. Fischer 2015-10-09 vector layer: avoid some crashs when methods are called on invalid layers -Juergen E. Fischer 2015-10-09 +Jürgen E. Fischer 2015-10-09 editor widget: don't reset empty strings to null, if default value is null (fixes #13546) @@ -142743,28 +154783,28 @@ Radim Blazek 2015-10-09 [GRASS] fixed crash when adding table for existing features Merge: 5426ebe8be b379e93b95 -alexbruy 2015-10-09 +Alexander Bruy 2015-10-09 Merge pull request #2357 from spatialthoughts/patch-1 [processing] remove unused argument Merge: b11b73cbbe 391d60c0e2 -alexbruy 2015-10-09 +Alexander Bruy 2015-10-09 Merge pull request #2343 from PedroVenancio/grass7_plugin remove "-write_absolute_path" option from gdaltindex (addresses #11428, #4064) -Juergen E. Fischer 2015-10-09 +Jürgen E. Fischer 2015-10-09 fix precise build -Juergen E. Fischer 2015-10-08 +Jürgen E. Fischer 2015-10-08 translation string fix -Juergen E. Fischer 2015-10-09 +Jürgen E. Fischer 2015-10-09 adapt local simplication to new geometry types (fixes #13538) @@ -142787,7 +154827,7 @@ Nyall Dawson 2015-10-08 Now there's options to change the color/width of this border or disable it entirely. -Larry Shaffer 2015-10-08 +Larry Shaffer 2015-10-08 Revert 8f04d22; set condition to ifndef QT_NO_DEBUG @@ -142907,7 +154947,7 @@ Nyall Dawson 2015-10-08 Fix diagrams are always shown, regardless of setting (refs #13501) -Juergen E. Fischer 2015-10-07 +Jürgen E. Fischer 2015-10-07 oracle provider: fix call of sdo_filter to verify a spatial index is present @@ -142931,7 +154971,7 @@ Nyall Dawson 2015-10-08 Fix legends are empty if presets used with filtered legend (fix #13300) -Larry Shaffer 2015-10-07 +Larry Shaffer 2015-10-07 Fix unused variable warning with clang on Mac @@ -142943,7 +154983,7 @@ Radim Blazek 2015-10-07 [GRASS] initial editing test -Juergen E. Fischer 2015-10-07 +Jürgen E. Fischer 2015-10-07 fix windows build (followup c49b5b7) @@ -142986,7 +155026,7 @@ Nyall Dawson 2015-10-07 a (small) cost for copying the objects when there's no reason to - it's the right thing to do! -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [travis] Ensure use of standard (legacy) infrastructure @@ -143002,19 +155042,19 @@ Larry Shaffer 2015-10-06 http://docs.travis-ci.com/user/workers/standard-infrastructure/ http://docs.travis-ci.com/user/workers/container-based-infrastructure/ -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Move startup system-is-disabled blocking dialog to message bar -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Reorganize SSL error integration -Larry Shaffer 2015-10-06 +Larry Shaffer 2015-10-06 [auth] Fix #13507; ensure auth widgets are disabled if auth system is -Larry Shaffer 2015-10-03 +Larry Shaffer 2015-10-03 [auth] Set trusted certs for default SSL configs when cache rebuilt @@ -143028,7 +155068,7 @@ Salvatore Larosa 2015-10-06 See: http://lists.osgeo.org/pipermail/qgis-ux/2015-September/000352.html -rldhont 2015-10-06 +D'Hont René-Luc 2015-10-06 [BUGFIX][QGIS-Server] Restricted layers and layer id as name are incompatible @@ -143047,13 +155087,13 @@ Matthias Kuhn 2015-10-06 Fix #13529 -volaya 2015-10-06 +Víctor Olaya 2015-10-06 [processing] remember params/outputs collapsed stated when editing alg in modeler fixes #13499 -volaya 2015-10-06 +Víctor Olaya 2015-10-06 [processing] do not collapse tree when updating models or scripts @@ -143083,11 +155123,11 @@ Matthias Kuhn 2015-10-04 This fix adds macros to apply the Qt4 behavior on Qt5 code. Obviously it would be better the other way round. -Juergen E. Fischer 2015-10-06 +Jürgen E. Fischer 2015-10-06 [processing] update algorithm help link (fixes #13506) -Juergen E. Fischer 2015-10-05 +Jürgen E. Fischer 2015-10-05 restore behavior of QgsGeometry::combine on line strings (fixes #13274) @@ -143156,7 +155196,7 @@ Radim Blazek 2015-10-05 removed setResizeMode on non-existent browser column, fixes #13509 -Juergen E. Fischer 2015-10-05 +Jürgen E. Fischer 2015-10-05 debian packaging: restore dh targets @@ -143168,7 +155208,7 @@ Nyall Dawson 2015-10-05 Coverity null dereference fixes -Juergen E. Fischer 2015-10-04 +Jürgen E. Fischer 2015-10-04 debian packaging update and typo fix @@ -143184,7 +155224,7 @@ Matthias Kuhn 2015-09-20 Qt5: Fix lrelease vs. lrelease-qt5 problem -Juergen E. Fischer 2015-10-04 +Jürgen E. Fischer 2015-10-04 remove whatsnew from api and install (followup 95c377a) @@ -143192,11 +155232,11 @@ ninsbl 2015-09-21 Temporal icons first draft -Juergen E. Fischer 2015-10-02 +Jürgen E. Fischer 2015-10-02 add cppcheck fixes -Juergen E. Fischer 2015-10-02 +Jürgen E. Fischer 2015-10-02 indentation update @@ -143215,7 +155255,7 @@ Salvatore Larosa 2015-10-03 [processing] sort alphabetically the online scripts -Larry Shaffer 2015-10-02 +Larry Shaffer 2015-10-02 Update bundling of qspatialite and postgres Qt SQL plugins for Mac @@ -143226,7 +155266,7 @@ Nathan Woodrow 2015-10-02 [welcome page] fix font size on HiDPI display and improve disabled item style -nirvn 2015-10-02 +Mathieu Pellerin 2015-10-02 [welcome page] increase text width to avoid reflow on hidpi screens @@ -143244,37 +155284,37 @@ Alessandro Pasotti 2015-10-02 Changed "given field index" to "given field name" -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 [auth] Add more database warnings to manager -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Resolve symlinks when bundling PyQt uic directory on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Lower optimization for qgsexpression_texts.cpp for release builds on Mac - Only applies when using clang compiler -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add PYTHONPATH support and better module finding to Mac bundling -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add symlink resolving to install name change bundle function on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Bundle only the QCA plugins that are used on Mac -Larry Shaffer 2015-10-01 +Larry Shaffer 2015-10-01 Add QwtPolar bundling for Mac -Juergen E. Fischer 2015-10-02 +Jürgen E. Fischer 2015-10-02 fix translation string @@ -143282,7 +155322,7 @@ Radim Blazek 2015-10-01 fixed travis warning -Juergen E. Fischer 2015-10-01 +Jürgen E. Fischer 2015-10-01 spelling fixes @@ -143294,55 +155334,55 @@ Nathan Woodrow 2015-10-01 Show Python error stack trace when in blocking dialog -Juergen E. Fischer 2015-09-28 +Jürgen E. Fischer 2015-09-28 debian packaging update (take II on fixing #13310) -Juergen E. Fischer 2015-09-29 +Jürgen E. Fischer 2015-09-29 ogr provider: don't add mysql table filter multiple times (fixes #13446) -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] GRASS: prevent exception when deleting GISBASE env variable -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] fix problems with names with capital letters when importing to postgis fixes #11585 -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] write log dates in ISO format fixes #13226 -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] fixed handling null values in Processing settings in Mac -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] fixed import placement -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing] fixed adding extension to output filenames in batch interface fixes #10444 -volaya 2015-10-01 +Víctor Olaya 2015-10-01 [processing]fixed SAGA when using a version newer than the latest supported one fixes #13279 -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] partially fixed handling of non-ascii chars when running grass algorithms in windows -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] fixed issues with spaces in paths when using GRASS algorithms @@ -143362,7 +155402,7 @@ Nathan Woodrow 2015-10-01 Add stack trace button to message bar for Python errors -nirvn 2015-10-01 +Mathieu Pellerin 2015-10-01 [welcome page] fix font size on HiDPI display and improve disabled item style @@ -143384,19 +155424,19 @@ Nyall Dawson 2015-09-30 (decreases file size of qgs project files) -Juergen E. Fischer 2015-09-30 +Jürgen E. Fischer 2015-09-30 surpress moc warnings in windows 64bit build -Juergen E. Fischer 2015-09-30 +Jürgen E. Fischer 2015-09-30 only update qgsexpression_texts.cpp if there are actual changes -Juergen E. Fischer 2015-09-30 +Jürgen E. Fischer 2015-09-30 fix some warnings -Juergen E. Fischer 2015-09-30 +Jürgen E. Fischer 2015-09-30 revive QSqlDatabase (followup c894357a) @@ -143412,25 +155452,25 @@ Radim Blazek 2015-09-30 [GRASS] use monospace font for module's output -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] recover previous value of formula in modeler calculator #fixes 11539 -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] fixed message to indicate unconfigured GRASS provider It now displays the same message for GRASS 6 than for GRASS 7 -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] prevent otb algorithms being run if otb not configured fixes #13215 -volaya 2015-09-30 +Víctor Olaya 2015-09-30 [processing] fixed ordering of outputs in models @@ -143488,17 +155528,17 @@ Radim Blazek 2015-09-29 refresh QgsAttributeForm using updatedFields() signal to cover all changes -volaya 2015-09-29 +Víctor Olaya 2015-09-29 [processing] Batch: ensure correct processing of extent params after other params are set -volaya 2015-09-29 +Víctor Olaya 2015-09-29 [processing] Fix multiple error dialogs in batch processes Errors when postprocessing layers are now added to the log console -volaya 2015-09-29 +Víctor Olaya 2015-09-29 [processing] fixed issue with min covering extent when layers are passed as layer names #fixes 13441 @@ -143555,7 +155595,7 @@ Marco Hugentobler 2015-09-29 Disable add curve tools for point/raster layers Merge: fed74b2dfa 8b17e8b50c -volaya 2015-09-29 +Víctor Olaya 2015-09-29 Merge pull request #2339 from NaturalGIS/fix_grass7_v_sample @@ -143587,7 +155627,7 @@ Giovanni Manghi 2015-09-28 fix grass7 v.sample -Juergen E. Fischer 2015-09-28 +Jürgen E. Fischer 2015-09-28 yadpu @@ -143647,7 +155687,7 @@ Nathan Woodrow 2015-09-28 Fix annoying blocking Python error dialog -volaya 2015-09-28 +Víctor Olaya 2015-09-28 [processing] fixed management of SAGA versions @@ -143668,7 +155708,7 @@ Radim Blazek 2015-09-27 [GRASS] limit number of cleaning cycles -Juergen E. Fischer 2015-09-27 +Jürgen E. Fischer 2015-09-27 fixes for debian and osgeo4w packaging @@ -143680,40 +155720,40 @@ Radim Blazek 2015-09-27 [GRASS] better format module's output -Juergen E. Fischer 2015-09-27 +Jürgen E. Fischer 2015-09-27 debian packaging update Merge: 4dd6d670f0 9cb18c6f39 -alexbruy 2015-09-27 +Alexander Bruy 2015-09-27 Merge pull request #2332 from NaturalGIS/fix_ogr_tools [processing] fix some OGR-based tools Merge: 5f10b70b71 5211423df5 -alexbruy 2015-09-27 +Alexander Bruy 2015-09-27 Merge pull request #2331 from radosuav/parameterString_fix [processing] fix setting of "multiline" setting for ParameterString Merge: a77e3bf7d5 ea0dc6e2d4 -alexbruy 2015-09-27 +Alexander Bruy 2015-09-27 Merge pull request #2283 from arnaud-morvan/processing-translate-parameterselection-content [processing] include ParameterSelection dropdown contents in translations -Juergen E. Fischer 2015-09-27 +Jürgen E. Fischer 2015-09-27 update project last modification date after save as (fixes #13420) -Juergen E. Fischer 2015-09-27 +Jürgen E. Fischer 2015-09-27 fix lpad/rpad context help (followup b46cbbe) -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 fix typos @@ -143721,31 +155761,31 @@ Radim Blazek 2015-09-26 [GRASS] fixed hanging import of larger polygon layers on Linux -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 include libqgis_app in install (fixes #13417) -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 remove duplicate geos_c_extra -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 packaging: use WITH_GRASS to enable GRASS and WITH_GRASS$VERSION only with the available version -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 fix mixup between lpad/rpad help (fixes #13433) -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 indentation update -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 debian packaging update -Juergen E. Fischer 2015-09-26 +Jürgen E. Fischer 2015-09-26 fix missing overrides warnings @@ -143765,19 +155805,19 @@ Matthias Kuhn 2015-09-26 QgsPointLocator::Type : Type safety -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Skip unit tests if qca-ossl plugin is missing -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Integrate authcfg editing widget into handle bad layers dialog -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Add widget for editing an authcfg within a data source URI -Larry Shaffer 2015-09-26 +Larry Shaffer 2015-09-26 [auth] Allow capital letters in config ID @@ -143901,12 +155941,12 @@ Salvatore Larosa 2015-09-24 [FEATURE] allow filtering for field values in expression widget -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Add authcfg ID edit widget and support for changing the ID Merge: e655c2617a 2ea4ee9a21 -mhugent 2015-09-25 +Marco Hugentobler 2015-09-25 Merge pull request #2302 from manisandro/geometry_plugins @@ -143920,7 +155960,7 @@ Radim Blazek 2015-09-24 [GRASS] optional GISBASE, options menu action -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Redesign Authentication section of Options @@ -143928,11 +155968,11 @@ Larry Shaffer 2015-09-24 - Add standalone certificate manager - Add installed auth method plugin dialog, indicating usage per plugin -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Remove Authentication action from Settings menu -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Strip translated display name from auth method plugins @@ -143940,17 +155980,17 @@ Radim Blazek 2015-09-24 [GRASS] add new layers from browser -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Update auth config tests; strip passphrase from QgsPkiBundle -Larry Shaffer 2015-09-24 +Larry Shaffer 2015-09-24 [auth] Update python tests (keep disabled); add auth config tests - Add comparison operators to QgsAuthMethodConfig -volaya 2015-09-24 +Víctor Olaya 2015-09-24 [processing] correctly build multiple input value string @@ -143958,11 +155998,11 @@ volaya 2015-09-24 Fixes #13114 -volaya 2015-09-24 +Víctor Olaya 2015-09-24 [processing] added 'run as batch' button in algorithm dialog -volaya 2015-09-21 +Víctor Olaya 2015-09-21 [processing] some methods to add Processing algorithms in menus and buttons @@ -144086,7 +156126,7 @@ Matthias Kuhn 2015-09-23 [welcome page] set normal & highlight text color for theme compatibility -nirvn 2015-09-23 +Mathieu Pellerin 2015-09-23 [welcome page] set normal & highlight text color for theme compatibility @@ -144094,11 +156134,11 @@ Giovanni Manghi 2015-09-22 fix some processing/ogr tools -Juergen E. Fischer 2015-09-22 +Jürgen E. Fischer 2015-09-22 debian packaging update -Juergen E. Fischer 2015-09-22 +Jürgen E. Fischer 2015-09-22 fix warnings @@ -144110,7 +156150,7 @@ radosuav 2015-09-22 [Processing] Fix setting of "multiline" setting for ParameterString -Larry Shaffer 2015-09-22 +Larry Shaffer 2015-09-22 [auth system] Fix doc string warnings and comments in PR 2330 @@ -144126,11 +156166,11 @@ Radim Blazek 2015-09-22 [GRASS] vector attributes editing -rldhont 2015-09-22 +D'Hont René-Luc 2015-09-22 Update b54d2790d4b74449bd8f28a6ca838e42f66f55a2 -rldhont 2015-09-22 +D'Hont René-Luc 2015-09-22 [Server][BUGFIX] Resolve relative pathes (SVGMArker, Netcdf, etc) @@ -144154,7 +156194,7 @@ Giuseppe Sucameli 2015-09-22 when a column is deleted just rearrange changed attribute map indexes before calling updateLayerFields on the buffer, otherwise QgsVectorLayerFeatureIterator::updateChangedAttributes will use the changed attribute map with old/wrong indexes -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Fix warnings and add compatibility with QCA 2.0.3 @@ -144170,11 +156210,11 @@ Giuseppe Sucameli 2015-09-21 [DBManager] allow to export table data to supported ogr file formats other than shapefile (fix #12111) -Juergen E. Fischer 2015-09-21 +Jürgen E. Fischer 2015-09-21 defer legend invalidation to avoid reprocessing when multiple layers are involved -Juergen E. Fischer 2015-09-21 +Jürgen E. Fischer 2015-09-21 vector layer: avoid iterating over all feature to deduce extent @@ -144182,35 +156222,35 @@ Matthias Kuhn 2015-09-21 [travis] fix shorturl followup f3f5ea1 -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Add to API docs and fix warnings -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Add PKI test data -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Python bindings for core and gui classes -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Data source integration for OWS connections -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Data source integration for Postgres and Spit plugin -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] basic, pki paths, pkcs12, and identity certificate plugins -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [auth system] Core data source URI integration -Larry Shaffer 2015-09-21 +Larry Shaffer 2015-09-21 [FEATURE] Authentication configuration system with master password @@ -144310,13 +156350,13 @@ Radim Blazek 2015-09-21 [GRASS] vector input type option fix -volaya 2015-09-21 +Víctor Olaya 2015-09-21 [processing] quote return string when returning uri in ogrConnectionString Fixes #13174 -volaya 2015-09-21 +Víctor Olaya 2015-09-21 [processing] corrected some issues with i18n names @@ -144444,7 +156484,7 @@ Radim Blazek 2015-09-20 Update of some QGIS-GRASS modules -Juergen E. Fischer 2015-09-20 +Jürgen E. Fischer 2015-09-20 move remaining function_help to json and update it's translation handling @@ -144478,15 +156518,15 @@ Matthias Kuhn 2015-09-19 Fix Qt5 build -Juergen E. Fischer 2015-09-19 +Jürgen E. Fischer 2015-09-19 fix support for embedded ogr, gpx and delimited text layers -Juergen E. Fischer 2015-09-19 +Jürgen E. Fischer 2015-09-19 indentation update -Juergen E. Fischer 2015-09-19 +Jürgen E. Fischer 2015-09-19 fix precise build @@ -144495,15 +156535,15 @@ DelazJ 2015-09-18 Merge remote-tracking branch 'upstream/master' into ConsistentTerms2 -Juergen E. Fischer 2015-09-18 +Jürgen E. Fischer 2015-09-18 make welcomepage proxy aware -Juergen E. Fischer 2015-09-18 +Jürgen E. Fischer 2015-09-18 fix crash when application is closed while browser is still filling the tree -Juergen E. Fischer 2015-09-18 +Jürgen E. Fischer 2015-09-18 fix windows build @@ -144569,7 +156609,7 @@ Matthias Kuhn 2015-09-17 [travis] Enable tests for Grass 7 -Sandro Santilli 2015-09-17 +Sandro Santilli 2015-09-17 [FEATURE] Add num_points(geometry) support in expression evaluator @@ -144604,7 +156644,7 @@ Nyall Dawson 2015-09-17 Use actual map canvas variables & values for symbology widgets -Juergen E. Fischer 2015-09-17 +Jürgen E. Fischer 2015-09-17 Fix QgsGrassProvider::minimum/maximumValue and windows build @@ -144669,7 +156709,7 @@ Matthias Kuhn 2015-09-16 Remove unrequired repaint request -Sandro Santilli 2015-09-16 +Sandro Santilli 2015-09-16 Add number of vertices to derived fields in identify tool @@ -144732,7 +156772,7 @@ Marco Hugentobler 2015-09-16 Replace foreach with Q_FOREACH Merge: c7a3ea3271 9c2d70186f -mhugent 2015-09-16 +Marco Hugentobler 2015-09-16 Merge pull request #2315 from mhugent/nodetool_no_clickclick @@ -144742,7 +156782,7 @@ Marco Hugentobler 2015-09-16 Node tool without click-click mode -rldhont 2015-09-15 +D'Hont René-Luc 2015-09-15 [SERVER][BUGFIX] Use cache if styleName is EMPTY_STYLE_NAME @@ -144755,7 +156795,7 @@ rldhont 2015-09-15 The fix uses EMPTY_STYLE_NAME to use the cache. -rldhont 2015-09-15 +D'Hont René-Luc 2015-09-15 [SERVER][BUGFIX] Layer order from group @@ -144775,7 +156815,7 @@ Nyall Dawson 2015-09-15 (fallout from expression contexts) -Juergen E. Fischer 2015-09-13 +Jürgen E. Fischer 2015-09-13 remove duplicate semicolons @@ -144879,23 +156919,23 @@ Matthias Kuhn 2015-09-13 Fix snapping -Juergen E. Fischer 2015-09-13 +Jürgen E. Fischer 2015-09-13 translation fix -Juergen E. Fischer 2015-09-12 +Jürgen E. Fischer 2015-09-12 indentation update -Juergen E. Fischer 2015-09-12 +Jürgen E. Fischer 2015-09-12 install missing include -Juergen E. Fischer 2015-09-12 +Jürgen E. Fischer 2015-09-12 fix translation string -Juergen E. Fischer 2015-09-12 +Jürgen E. Fischer 2015-09-12 add missing override @@ -144925,7 +156965,7 @@ Matthias Kuhn 2015-09-11 Doxymentation -Juergen E. Fischer 2015-09-11 +Jürgen E. Fischer 2015-09-11 fix windows build @@ -144937,7 +156977,7 @@ Nyall Dawson 2015-09-10 always reporting that geometries were not multipart Merge: 8731065715 285c1d3ee1 -mhugent 2015-09-11 +Marco Hugentobler 2015-09-11 Merge pull request #2298 from nyalldawson/fix_13099 @@ -144955,7 +156995,7 @@ Nyall Dawson 2015-09-11 Fix warnings -Juergen E. Fischer 2015-09-11 +Jürgen E. Fischer 2015-09-11 [FEATURE] postgres provider: allow copying tables from one schema to an other @@ -144999,7 +157039,7 @@ Nyall Dawson 2015-09-11 Fix incorrect layer_id variable help -nirvn 2015-09-11 +Mathieu Pellerin 2015-09-11 [welcome page] add project projection information @@ -145042,7 +157082,7 @@ Radim Blazek 2015-09-10 [GRASS] removed multiple input sorting -nirvn 2015-09-10 +Mathieu Pellerin 2015-09-10 [recent project] make use of baseName() in the file menu too @@ -145069,11 +157109,11 @@ Nyall Dawson 2015-09-10 Allow escape to cancel drawing new features -Juergen E. Fischer 2015-09-10 +Jürgen E. Fischer 2015-09-10 Fix windows build -Larry Shaffer 2015-09-09 +Larry Shaffer 2015-09-09 Followup to 2a5f262; fix typo and run through autopep8 @@ -145131,7 +157171,7 @@ vmora 2015-09-09 fix varying line width when legend updates fix #13302 -nirvn 2015-09-06 +Mathieu Pellerin 2015-09-06 [welcome page] add delegate to style display @@ -145205,7 +157245,7 @@ Nyall Dawson 2015-07-16 Fix up missing geometry tests (refs #13099) -Larry Shaffer 2015-09-08 +Larry Shaffer 2015-09-08 Update Mac build directory temp symlinks for GRASS versions @@ -145217,7 +157257,7 @@ Matthias Kuhn 2015-09-08 Add test for rulebased renderer else rule -pcav 2015-09-08 +Paolo Cavallini 2015-09-08 Fix for SAGA 2.2.0 in Processing - thanks Giovanni @@ -145263,7 +157303,7 @@ Nathan Woodrow 2015-09-08 [welcome page] fix sorting of recent projects on startup -nirvn 2015-09-08 +Mathieu Pellerin 2015-09-08 [welcome page] fix sorting of recent projects on startup @@ -145372,15 +157412,15 @@ Nyall Dawson 2015-09-06 Minor coverity fixes -Juergen E. Fischer 2015-09-06 +Jürgen E. Fischer 2015-09-06 debian packaging fix (fixes #13310) -Juergen E. Fischer 2015-09-06 +Jürgen E. Fischer 2015-09-06 indentation update -Juergen E. Fischer 2015-09-06 +Jürgen E. Fischer 2015-09-06 postgres provider: fix display of compound key checkboxes (followup e6f4fa6) @@ -145420,7 +157460,7 @@ PedroVenancio 2015-09-05 Changing r.info and v.info icons by metadata.svg icon already present in QGIS (images/themes/default/propertyicons/) Merge: cb5054f9aa 557701ca9e -mhugent 2015-09-05 +Marco Hugentobler 2015-09-05 Merge pull request #2290 from mhugent/geometry_marker @@ -145430,7 +157470,7 @@ Marco Hugentobler 2015-09-05 Documentation -Juergen E. Fischer 2015-09-05 +Jürgen E. Fischer 2015-09-05 options: fix display of selected theme @@ -145442,11 +157482,11 @@ Giuseppe Sucameli 2015-09-04 [DBManager] remove layers from QgsMapLayerRegistry once refreshing a table, previewing a different layer or closing the DBManager main window (fix #12938) -Juergen E. Fischer 2015-09-04 +Jürgen E. Fischer 2015-09-04 postgres provider: fix combobox checkboxes on linux -Juergen E. Fischer 2015-09-04 +Jürgen E. Fischer 2015-09-04 postgres provider: add support for compound keys on views @@ -145458,7 +157498,7 @@ Marco Hugentobler 2015-09-04 Consider curved geometries in marker line symbol layer -Juergen E. Fischer 2015-09-04 +Jürgen E. Fischer 2015-09-04 fix deprecation warnings @@ -145487,11 +157527,11 @@ Nathan Woodrow 2015-09-04 [recent projects] do not insert path twice in the recent project file menu -nirvn 2015-09-04 +Mathieu Pellerin 2015-09-04 [recent projects] do not insert path twice in the recent project file menu -nirvn 2015-09-04 +Mathieu Pellerin 2015-09-04 [labelling] set full rule of qpainterpath for text/buffer rendering @@ -145702,7 +157742,7 @@ Radim Blazek 2015-08-31 [GRASS] fixed modules file filters -Juergen E. Fischer 2015-08-31 +Jürgen E. Fischer 2015-08-31 fix feature id handling when opening feature form from identify results (fixes #13289) @@ -145710,7 +157750,7 @@ Radim Blazek 2015-08-31 [GRASS] fixed crash when running module with file input -Juergen E. Fischer 2015-08-31 +Jürgen E. Fischer 2015-08-31 translation string fix @@ -145718,7 +157758,7 @@ Radim Blazek 2015-08-31 [GRASS] fixed cheking region for empty options -Juergen E. Fischer 2015-08-31 +Jürgen E. Fischer 2015-08-31 fix default.qgc and two qgm @@ -145727,7 +157767,7 @@ Radim Blazek 2015-08-31 [GRASS] catch fatal error in mapRegion() Merge: 5abb560bc7 649b1eb949 -mhugent 2015-08-31 +Marco Hugentobler 2015-08-31 Merge pull request #2282 from mhugent/snapper_backward_compatibility @@ -145782,7 +157822,7 @@ Nyall Dawson 2015-08-31 Fix leaks in QgsCodeEditor Merge: a60c8fc2ba 8b8258442a -mhugent 2015-08-31 +Marco Hugentobler 2015-08-31 Merge pull request #2275 from mhugent/rubberband_fixes @@ -145853,7 +157893,7 @@ Nathan Woodrow 2015-08-29 Night Mapping theme update -Juergen E. Fischer 2015-08-29 +Jürgen E. Fischer 2015-08-29 [FEATURE] add commandline options for dxf export * Initialize dxf export dialog with current visible layers w/o preset @@ -145862,11 +157902,11 @@ Juergen E. Fischer 2015-08-29 TODO: dxf export (but also snapshot) cause plugins to crash on exit (--noplugins helps) -Juergen E. Fischer 2015-08-29 +Jürgen E. Fischer 2015-08-29 debian packaging update -Juergen E. Fischer 2015-08-29 +Jürgen E. Fischer 2015-08-29 Fix QgsVisibilityPresets method spelling @@ -145904,7 +157944,7 @@ Radim Blazek 2015-08-29 Grass plugin modules updates - terrain analysis modules -Juergen E. Fischer 2015-08-29 +Jürgen E. Fischer 2015-08-29 fix precise build @@ -146012,11 +158052,11 @@ Nyall Dawson 2015-08-28 Fix build error using cov-build -Juergen E. Fischer 2015-08-27 +Jürgen E. Fischer 2015-08-27 translation string fix -Juergen E. Fischer 2015-08-27 +Jürgen E. Fischer 2015-08-27 debian packaging: support multiple conditions @@ -146079,11 +158119,11 @@ PedroVenancio 2015-08-27 Update and adaptation of GRASS plugin modules (db.out.ogr, r.basins.fill, r.carve, r.circle, r.fill.dir, r.lake.seed, r.lake.xy, r.random, r.random.raster, r.reclass.area.greater, r.reclass.area.lesser, r.water.outlet, v.in.ogr.qgis.loc, v.normal) to GRASS 7 -Juergen E. Fischer 2015-08-27 +Jürgen E. Fischer 2015-08-27 debian packaging: modify grass support (ubuntugis also has grass7) -Juergen E. Fischer 2015-08-27 +Jürgen E. Fischer 2015-08-27 debian packaging: modify grass support (ubuntugis also has grass7) @@ -146114,7 +158154,7 @@ Radim Blazek 2015-08-26 [GRASS] made ready for Vect_new_map_struct -Juergen E. Fischer 2015-08-26 +Jürgen E. Fischer 2015-08-26 fix precise build @@ -146190,7 +158230,7 @@ Nyall Dawson 2015-08-26 Fix warnings -Juergen E. Fischer 2015-08-25 +Jürgen E. Fischer 2015-08-25 indentation update @@ -146279,7 +158319,7 @@ Denis Rouzaud 2015-08-25 remove duplicated line -Juergen E. Fischer 2015-08-25 +Jürgen E. Fischer 2015-08-25 'fix' windows build @@ -146303,7 +158343,7 @@ Nyall Dawson 2015-08-25 Test mask update -Juergen E. Fischer 2015-08-25 +Jürgen E. Fischer 2015-08-25 debian packaging update @@ -146312,7 +158352,7 @@ Radim Blazek 2015-08-24 [GRASS] add auto relation between column and layer option (disabled) Merge: 2c4f02ad06 ed69f1c026 -mhugent 2015-08-24 +Marco Hugentobler 2015-08-24 Merge pull request #2268 from mhugent/curve_capture_tool @@ -146322,11 +158362,11 @@ Marco Hugentobler 2015-08-24 Fix warnings -Juergen E. Fischer 2015-08-24 +Jürgen E. Fischer 2015-08-24 osgeo4w: include python wrapper -Juergen E. Fischer 2015-08-18 +Jürgen E. Fischer 2015-08-18 more unicoding (followup 697d2af) @@ -146390,7 +158430,7 @@ Nyall Dawson 2015-08-24 of properties of a layer from contexts which aren't layer-aware (eg a composer label showing the metadata of a layer). -Juergen E. Fischer 2015-08-23 +Jürgen E. Fischer 2015-08-23 fix typo @@ -146416,15 +158456,15 @@ Nathan Woodrow 2015-08-22 Use combo box for preset -Juergen E. Fischer 2015-08-22 +Jürgen E. Fischer 2015-08-22 indentation update (now including autopep8) -Juergen E. Fischer 2015-08-22 +Jürgen E. Fischer 2015-08-22 fix translation string -Juergen E. Fischer 2015-08-22 +Jürgen E. Fischer 2015-08-22 scripts: run python scripts through autopep8 @@ -146774,14 +158814,14 @@ Nathan Woodrow 2015-08-20 [FEATURE] Conditional formatting for attribute table cells Merge: bf7cf6ac6b 94d3bdd01a -volaya 2015-08-20 +Víctor Olaya 2015-08-20 Merge pull request #2247 from spencerrecneps/master [Processing] Fixed bad variable references Merge: b578fc14f8 424d3d337e -volaya 2015-08-20 +Víctor Olaya 2015-08-20 Merge pull request #2262 from neteler/patch-72 @@ -146793,7 +158833,7 @@ Markus Neteler 2015-08-20 In batchjob, use GRASS_MESSAGE_FORMAT=plain -Juergen E. Fischer 2015-08-20 +Jürgen E. Fischer 2015-08-20 creatensis.pl: support for excluding packages (including their dependencies) @@ -146815,11 +158855,11 @@ Nyall Dawson 2015-08-20 Prevents duplicate entries which have unexpected behaviour -Juergen E. Fischer 2015-08-20 +Jürgen E. Fischer 2015-08-20 processing: when using batch jobs remove GISBASE from environment when calling GRASS (fixes #13072) -Juergen E. Fischer 2015-08-19 +Jürgen E. Fischer 2015-08-19 reenable passing projects and layers on open and 'open project on launch', but replace make 'New' (old default) a new option and make 'Welcome Page' the new @@ -147003,11 +159043,11 @@ Nyall Dawson 2015-08-19 Add missing Q_OBJECT macro -Juergen E. Fischer 2015-08-18 +Jürgen E. Fischer 2015-08-18 processing: fix warning when loading otb algorithms -Juergen E. Fischer 2015-08-17 +Jürgen E. Fischer 2015-08-17 postgres provider: avoid column lookups with tableoids @@ -147071,11 +159111,11 @@ Matthias Kuhn 2015-08-16 Replace str() with unicode() and some PEP 8 -Juergen E. Fischer 2015-08-16 +Jürgen E. Fischer 2015-08-16 indentation update -Juergen E. Fischer 2015-08-16 +Jürgen E. Fischer 2015-08-16 prepare-commit.sh: pass sip and py files to astyle.sh @@ -147131,7 +159171,7 @@ Denis Rouzaud 2015-08-14 Don't send expressions with special fields to provider -Juergen E. Fischer 2015-08-13 +Jürgen E. Fischer 2015-08-13 fix typos @@ -147143,11 +159183,11 @@ vmora 2015-08-13 (removed dupplicate call) - moved max icon size computation in the loop over layers -Juergen E. Fischer 2015-08-13 +Jürgen E. Fischer 2015-08-13 move qgis.server import to QgsPythonUtilsImpl::initServerPython -Juergen E. Fischer 2015-08-13 +Jürgen E. Fischer 2015-08-13 * update QgsSymbolV2 sip bindings * fix a crash when setRotationField (now deprecated) is used on a fresh @@ -147255,7 +159295,7 @@ Matthias Kuhn 2015-08-12 This will automatically call commitChanges() in the end. If any exception occurs, it will rollBack() all the changes. -Juergen E. Fischer 2015-08-11 +Jürgen E. Fischer 2015-08-11 spatialite provider: improve filterFids() @@ -147305,7 +159345,7 @@ Alessandro Pasotti 2015-08-07 Moved QMultiMap to conversion.sip -Juergen E. Fischer 2015-08-07 +Jürgen E. Fischer 2015-08-07 vector layer: ignore non-existing fields in min/max/uniqueValues (fixes #13194) @@ -147395,7 +159435,7 @@ elpaso 2015-08-06 * added setFilters() to QgsServerInterface * added tests -volaya 2015-08-06 +Víctor Olaya 2015-08-06 [processing]fixes for grass7 @@ -147469,7 +159509,7 @@ Matthias Kuhn 2015-08-01 pendingFields() is not very intuitive and leads to confusion for new developers. -Juergen E. Fischer 2015-07-31 +Jürgen E. Fischer 2015-07-31 database provider: fix andWhereClauses @@ -147514,7 +159554,7 @@ Nyall Dawson 2015-08-04 Fix incorrect values returned by certain color ramps -Juergen E. Fischer 2015-08-03 +Jürgen E. Fischer 2015-08-03 typo fixes @@ -147604,11 +159644,11 @@ Giovanni Manghi 2015-07-31 fix Processing QGIS vector grid as lines -Juergen E. Fischer 2015-07-31 +Jürgen E. Fischer 2015-07-31 osgeo4w: switch to grass 7.0.1 from RC2 -Larry Shaffer 2015-07-30 +Larry Shaffer 2015-07-30 Fix sys/select.h header include on Mac for grass data file @@ -147634,7 +159674,7 @@ George Shegunov 2015-07-10 (cherry picked from commit 9f6c72fa33af4c60c2e3266282277f10eedd2749) -Juergen E. Fischer 2015-07-30 +Jürgen E. Fischer 2015-07-30 fix oracle provider (followup 5be0ee7) @@ -147642,7 +159682,7 @@ Matthias Kuhn 2015-07-30 Doxymentation -Juergen E. Fischer 2015-07-29 +Jürgen E. Fischer 2015-07-29 processing: fix saga translation (followup 66a3d02) @@ -147696,12 +159736,12 @@ Matthias Kuhn 2015-07-14 This allows to specify additional filter constraints for the feature request to be specified. -Juergen E. Fischer 2015-07-29 +Jürgen E. Fischer 2015-07-29 indentation update Merge: 466018214c 86329f0170 -mhugent 2015-07-29 +Marco Hugentobler 2015-07-29 Merge pull request #2223 from mhugent/measurement_from_geometry @@ -147723,11 +159763,11 @@ elpaso 2015-06-30 Added TAB charachter -Juergen E. Fischer 2015-07-28 +Jürgen E. Fischer 2015-07-28 fix connection pool crash without qapplication (fixes #13166) -Juergen E. Fischer 2015-07-28 +Jürgen E. Fischer 2015-07-28 processing: translation fix (open fusion las viewer; followup 66a3d02) @@ -147735,7 +159775,7 @@ Marco Hugentobler 2015-07-28 Adapt renderer to consider z/m in wkb parsing -Juergen E. Fischer 2015-07-28 +Jürgen E. Fischer 2015-07-28 Revert "add missed translations.py file" (followup 66a3d02) @@ -147757,7 +159797,7 @@ Matthias Kuhn 2015-07-27 [travis] Only clone latest commit -Juergen E. Fischer 2015-07-27 +Jürgen E. Fischer 2015-07-27 processing: simple interface translation fix @@ -147776,7 +159816,7 @@ Marco Hugentobler 2015-07-27 Use new geometry classes in QgsDistanceArea instead wkb parsing. That way, also the new zm types can be measured -Juergen E. Fischer 2015-07-27 +Jürgen E. Fischer 2015-07-27 also install qgspointv2.h @@ -147784,30 +159824,30 @@ Matthias Kuhn 2015-07-26 Add iface.layerTreeCanvasBridge() -Juergen E. Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 db_manager: enable oracle plugin only when oracle support is available -Juergen E. Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 translation fixes -Juergen E. Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 spelling fixes Merge: 7439db1e66 bda76e5750 -Jürgen Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 Merge pull request #2222 from medspx/dbmanager-oracle DBManager Oracle Spatial support (fixes #9163) -Juergen E. Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 load default.qgc from source directory when running from build dir -Juergen E. Fischer 2015-07-26 +Jürgen E. Fischer 2015-07-26 integrate processing into update_ts.sh (also includes all translations in the repository and none outside of it). @@ -147861,7 +159901,7 @@ Matthias Kuhn 2015-07-24 Add QgsRelation::getReferencedFeature to access parent feature Merge: 6cccd21738 69eb7ebe62 -mhugent 2015-07-24 +Marco Hugentobler 2015-07-24 Merge pull request #2217 from mhugent/node_tool_changes @@ -147885,11 +159925,11 @@ Marco Hugentobler 2015-07-24 Fix build error -Juergen E. Fischer 2015-07-24 +Jürgen E. Fischer 2015-07-24 debian packaging update (followup 32d7cc5) -Juergen E. Fischer 2015-07-24 +Jürgen E. Fischer 2015-07-24 fix windows build @@ -147913,7 +159953,7 @@ Marco Hugentobler 2015-07-23 Fix issues with reprojection -Juergen E. Fischer 2015-07-23 +Jürgen E. Fischer 2015-07-23 add column headers and tooltips to dxf export dialog (fixes #13138) @@ -148010,7 +160050,7 @@ Nyall Dawson 2015-07-22 Fix Coverity uninitialized variable warning -Juergen E. Fischer 2015-07-21 +Jürgen E. Fischer 2015-07-21 osgeo4w: switch to grass 7.0.1RC2 @@ -148030,13 +160070,13 @@ Nyall Dawson 2015-07-21 [pal] Use GEOS methods for label position conflict tests Merge: e2df800f11 b0dd2afb40 -alexbruy 2015-07-20 +Alexander Bruy 2015-07-20 Merge pull request #2213 from arnaud-morvan/processing-translation [processing] translate algorithm names and groups -Juergen E. Fischer 2015-07-20 +Jürgen E. Fischer 2015-07-20 fix retrieval of labeling settings for layers with ids with no ascii characters @@ -148061,14 +160101,14 @@ Nyall Dawson 2015-07-20 [pal] Fixes to geometry handling for point sets Merge: 49d0f3a12f 0dfb1561c6 -volaya 2015-07-20 +Víctor Olaya 2015-07-20 Merge pull request #2214 from radosuav/numberInputPanel_range_fix [Processing] Fix limits in NumberInputPanel when the limiting value is 0 Merge: dc4049ddff e751592a4d -volaya 2015-07-20 +Víctor Olaya 2015-07-20 Merge pull request #2204 from Gustry/processing @@ -148103,15 +160143,15 @@ Nyall Dawson 2015-07-19 [pal] Header cleanups for FeaturePart and include cleanups -Juergen E. Fischer 2015-07-18 +Jürgen E. Fischer 2015-07-18 fix grass test on windows -Juergen E. Fischer 2015-07-18 +Jürgen E. Fischer 2015-07-18 fix PyQgsServer test in nightlies -Juergen E. Fischer 2015-07-18 +Jürgen E. Fischer 2015-07-18 don't buffer python and grass tests output in variables @@ -148127,11 +160167,11 @@ radosuav 2015-07-17 [Processing] Fix limits in NumberInputPanel when the limiting value is 0 -Juergen E. Fischer 2015-07-17 +Jürgen E. Fischer 2015-07-17 Fix test failures on windows -Juergen E. Fischer 2015-07-17 +Jürgen E. Fischer 2015-07-17 osgeo4w: fix rmdir quoting @@ -148164,13 +160204,13 @@ Nyall Dawson 2015-07-16 Add test for handling invalid WKT with z values (refs #13055) Merge: 6ee1d67e8a 6788fbaa6a -mhugent 2015-07-15 +Marco Hugentobler 2015-07-15 Merge pull request #2211 from mhugent/transect_sample_extension Add baseline buffer tolerance and simplification tolerance parameters… -Juergen E. Fischer 2015-07-15 +Jürgen E. Fischer 2015-07-15 osgeo4w: use packagename instead of package version for temporary test directory and also set TMP @@ -148207,11 +160247,11 @@ Nyall Dawson 2015-07-15 [pal] Small cleanups to Layer API -Juergen E. Fischer 2015-07-15 +Jürgen E. Fischer 2015-07-15 fix qgsversion.h generation [take II] -Juergen E. Fischer 2015-07-15 +Jürgen E. Fischer 2015-07-15 fix qgsversion.h generation on windows @@ -148224,11 +160264,11 @@ Nyall Dawson 2015-07-08 PAL implementations were just bogging up the code. Also remove custom min/max/abs implementations from pal and remove a bunch of unused methods. -Juergen E. Fischer 2015-07-13 +Jürgen E. Fischer 2015-07-13 translation fix -Juergen E. Fischer 2015-07-14 +Jürgen E. Fischer 2015-07-14 fix windows build @@ -148240,18 +160280,18 @@ Matthias Kuhn 2015-07-13 Add missing Q_OBJECT macros -Juergen E. Fischer 2015-07-13 +Jürgen E. Fischer 2015-07-13 osgeo4w: run nightly tests with separate temporary directories Merge: 48e4fb85c8 42137e4adc -Jürgen Fischer 2015-07-13 +Jürgen E. Fischer 2015-07-13 Merge pull request #2197 from manisandro/dropconnections Add QgsConnectionPool::dropConnections, delete connection groups when pool is destroyed -Juergen E. Fischer 2015-07-13 +Jürgen E. Fischer 2015-07-13 Revert "use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478)" @@ -148300,11 +160340,11 @@ Nyall Dawson 2015-07-13 Standardise capitalisation of HTML string (refs #7050) -Juergen E. Fischer 2015-07-13 +Jürgen E. Fischer 2015-07-13 let first test truncate qgistest.html -Juergen E. Fischer 2015-07-12 +Jürgen E. Fischer 2015-07-12 update qgsversion.h only if it going to be actually changed @@ -148330,11 +160370,11 @@ Nyall Dawson 2015-07-05 Address cmake CMP0054 warnings -Juergen E. Fischer 2015-07-11 +Jürgen E. Fischer 2015-07-11 db_manager: properly parse sqlite version (followup 5b86e38) -Juergen E. Fischer 2015-07-11 +Jürgen E. Fischer 2015-07-11 db_manager: only try isgpkg on spatialite plugin and sqlite version parsing @@ -148366,11 +160406,11 @@ Nathan Woodrow 2015-07-11 Revert until I fix the speed issues -Juergen E. Fischer 2015-07-09 +Jürgen E. Fischer 2015-07-09 fix typo -Juergen E. Fischer 2015-07-10 +Jürgen E. Fischer 2015-07-10 fix plugin staging @@ -148385,7 +160425,7 @@ Alessandro Pasotti 2015-07-10 [SERVER] Server docs and server iface fix -volaya 2015-07-10 +Víctor Olaya 2015-07-10 [processing] fixes for lastools algorithms @@ -148405,7 +160445,7 @@ Nathan Woodrow 2015-07-09 [FEATURE] Show symbol as icon for attribute row -volaya 2015-07-10 +Víctor Olaya 2015-07-10 [processing] more robust CRS assignation for SAGA outputs @@ -148474,7 +160514,7 @@ Nyall Dawson 2015-07-09 Avoid hang on WMS legends with missing graphics (fix #12234) -Juergen E. Fischer 2015-07-09 +Jürgen E. Fischer 2015-07-09 refactor stageinstall of plugins @@ -148498,7 +160538,7 @@ Nyall Dawson 2015-07-08 (fix #4606) Merge: c74754ed8d f0835ec3e5 -mhugent 2015-07-08 +Marco Hugentobler 2015-07-08 Merge pull request #2200 from mhugent/server_content_disposition @@ -148534,11 +160574,11 @@ Nyall Dawson 2015-07-08 [labels] Fix null data defined value was not ignored in some cases -Juergen E. Fischer 2015-07-07 +Jürgen E. Fischer 2015-07-07 fix grass tests on windows -Juergen E. Fischer 2015-07-07 +Jürgen E. Fischer 2015-07-07 coverity fixes @@ -148579,7 +160619,7 @@ Nyall Dawson 2015-07-07 Minor coverity fixes Merge: 4f212d3983 06cc8bada7 -mhugent 2015-07-07 +Marco Hugentobler 2015-07-07 Merge pull request #2199 from mhugent/wkt_fix @@ -148593,15 +160633,15 @@ Nathan Woodrow 2015-07-07 Add export as SVG/PNG to style manager -Juergen E. Fischer 2015-07-06 +Jürgen E. Fischer 2015-07-06 fix build -Juergen E. Fischer 2015-07-06 +Jürgen E. Fischer 2015-07-06 add debugging output to test font loading on windows -Juergen E. Fischer 2015-07-06 +Jürgen E. Fischer 2015-07-06 fix some warnings and suppression warnings on windows @@ -148637,23 +160677,23 @@ Nyall Dawson 2015-07-06 More Win test mask updates -Juergen E. Fischer 2015-07-05 +Jürgen E. Fischer 2015-07-05 remove unused iostream header -Juergen E. Fischer 2015-07-05 +Jürgen E. Fischer 2015-07-05 fix arm build again (followup 68fe5f5 and 1aff733) -Juergen E. Fischer 2015-07-05 +Jürgen E. Fischer 2015-07-05 cleanup composer test map settings -Juergen E. Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 another round of coverity and cppcheck fixes -Juergen E. Fischer 2015-07-05 +Jürgen E. Fischer 2015-07-05 various windows test fixes: * .gitignore sort and remove duplicates @@ -148672,7 +160712,7 @@ Nyall Dawson 2015-07-04 (fix #13070) Merge: 29aaf1bad8 fe1a032181 -Jürgen Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 Merge pull request #2192 from Gustry/fix-13067 @@ -148682,12 +160722,12 @@ Etienne Trimaille 2015-07-03 fix #13067 : bad geometries in the difference tool -Juergen E. Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 skip blanks between wkt child blocks (fixes #13053) Merge: f92d9c1176 127dd64db6 -mhugent 2015-07-03 +Marco Hugentobler 2015-07-03 Merge pull request #2191 from mhugent/server_cache_multi_projects @@ -148697,11 +160737,11 @@ Marco Hugentobler 2015-07-03 Fix layer cache to work with layers which have the same id (but in different project files) -Juergen E. Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 but not with QString (followup 34c1c8d) -Juergen E. Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 avoid auto @@ -148712,7 +160752,7 @@ Radim Blazek 2015-07-03 This reverts commit 57ffaa7d0a2610f0fe67f5983ad10ad38274f99f. Merge: 2083d6db25 132fa0d25b -Jürgen Fischer 2015-07-03 +Jürgen E. Fischer 2015-07-03 Merge pull request #2190 from elpaso/server-test-update @@ -148728,39 +160768,39 @@ elpaso 2015-07-02 Still disabled in Travis because of random failures -volaya 2015-07-03 +Víctor Olaya 2015-07-03 [processing] allow using layer names as input values -volaya 2015-06-30 +Víctor Olaya 2015-06-30 [processing] improvements fro gdal rasterize algs/gdal/rasterize.py fixes #12541 -volaya 2015-06-30 +Víctor Olaya 2015-06-30 [processing] allow changing font size in script editor fixes #11328 -volaya 2015-06-26 +Víctor Olaya 2015-06-26 [processing] do not accept grass vector layers as inputs fixes #12436 -Sandro Santilli 2015-07-02 +Sandro Santilli 2015-07-02 DBManager TopoViewer: zoom on topology if first load Fixes #13064 -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 qgsserver: use _putenv_s on windows and setenv on windows (followup 79d37c1) -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 dxf export: * add missing marker types (fixes #13062) @@ -148770,7 +160810,7 @@ Radim Blazek 2015-07-02 GDAL/OGR mutex in data items on GDALOpen/OGROpen -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 osgeo4w: make dash site name configurable and include SHA in buildname @@ -148782,7 +160822,7 @@ Nyall Dawson 2015-07-02 Disable PyQgsServer test on Travis until it is fixed -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 fix reordering of render order (followup 78c60a2) @@ -148790,7 +160830,7 @@ Nyall Dawson 2015-07-02 Followup cce6c8b, fix Travis failures -Sandro Santilli 2015-07-02 +Sandro Santilli 2015-07-02 DBManager topoviewer: don't be fooled by srid=-1 in topology.topology @@ -148806,13 +160846,13 @@ Marco Hugentobler 2015-07-02 [FEATURE]: getMap in dxf format -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 Revert "fix precise build" This reverts commit e11b1872b24fe8f91d2288cd7df896dcc368f212. -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 fix precise build @@ -148825,7 +160865,7 @@ Nyall Dawson 2015-07-02 [tests] Switch composer picture remote url test to use a local python server, avoids dependance on remote service -Juergen E. Fischer 2015-07-02 +Jürgen E. Fischer 2015-07-02 test cleanups and some fixes @@ -148841,34 +160881,34 @@ Nyall Dawson 2015-07-02 Fix warning -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 make sub tests following the label in composer rotation pass -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 fix composer picture test on windows -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 Some fixes to the tests on windows: * defer initialization of map settings until after QgsApplication is initialized * disable local server test * set ogr encoding in qgsserver testproject.qgs -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 avoid modifying test data -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 restore points files -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 fix TestQgsProject -Juergen E. Fischer 2015-07-01 +Jürgen E. Fischer 2015-07-01 fix testqgis @@ -148876,11 +160916,11 @@ William Kyngesburye 2015-06-30 update Mac bundling for GRASS 6/7 lib split -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 fix PyQgsServer test -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 and fix linux build (followup 79d37c1) @@ -148888,15 +160928,15 @@ Marco Hugentobler 2015-06-30 [FEATURE]: getMap in dxf format -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 fix warning -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 postgres provider: fix indexing of default values (fixes #12996; folloup 61f39d6f) -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 fix windows build (followup 8f2a3ae) @@ -148927,15 +160967,15 @@ Hugo Mercier 2015-06-19 Add unit test for QgsLayerTreeModel::setLegendFilterByMap() -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 also fix doxygen comments in sip files -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 fix typo -Juergen E. Fischer 2015-06-30 +Jürgen E. Fischer 2015-06-30 fix windows build @@ -148947,42 +160987,42 @@ Nyall Dawson 2015-06-30 Test mask updates for OSX -Juergen E. Fischer 2015-06-27 +Jürgen E. Fischer 2015-06-27 osgeo4w: packaging fix (cherry picked from commit a486c7cec810f918b43fa81adc321fafef2fce4d) -Juergen E. Fischer 2015-06-29 +Jürgen E. Fischer 2015-06-29 edit widget: fix ranges (followup 91e44eaf; fixes #12421) Merge: 9b69825d28 f8133cc524 -mhugent 2015-06-29 +Marco Hugentobler 2015-06-29 Merge pull request #2179 from elpaso/patch-3 Added myself Merge: 2b444ac9c8 0a93b171f9 -mhugent 2015-06-29 +Marco Hugentobler 2015-06-29 Merge pull request #2178 from elpaso/patch-2 Added myself Merge: 1dfe005e67 540165d041 -mhugent 2015-06-29 +Marco Hugentobler 2015-06-29 Merge pull request #2092 from elpaso/server-refactoring-3 [SERVER] Server refactoring and Python bindings/tests -Juergen E. Fischer 2015-06-29 +Jürgen E. Fischer 2015-06-29 wms provider: recover the possibility to configure the feature count in WMS requests -Juergen E. Fischer 2015-06-29 +Jürgen E. Fischer 2015-06-29 unify_includes.pl: include doxygen comment fixing @@ -149167,7 +161207,7 @@ Anita Graser 2015-06-27 Previously, the GUI wouldn't allow to enter float values -Juergen E. Fischer 2015-06-27 +Jürgen E. Fischer 2015-06-27 osgeo4w: also follow designer batch rename in nightly build @@ -149211,7 +161251,7 @@ Matthias Kuhn 2015-06-26 followup 16ad2f82 followup eff1357e -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 postgres provider: also cast geography to geometry when using && (fixes #8572) @@ -149233,27 +161273,27 @@ carolinux 2015-06-13 New design compiles but does nothing -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 Bump version to 2.11 -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 changelog update for 2.10 -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 translation update for 2.10 from transifex -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 release.pl: fix setting of new release name -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 indentation update -volaya 2015-06-26 +Víctor Olaya 2015-06-26 [processing] fixed attribute filtering in parameters panel for ParameterTableFIeld param @@ -149271,13 +161311,13 @@ Martin Dobias 2015-06-26 This was leading to situations where QGIS was hitting limit of the maximum open files -volaya 2015-06-26 +Víctor Olaya 2015-06-26 [processing] fixed handling of folders and files in settings fixes #12511 -volaya 2015-06-26 +Víctor Olaya 2015-06-26 [processing] better error capturing when connection to models repo fails @@ -149295,7 +161335,7 @@ Vincent Mora 2015-06-26 fix loss of expression when subsymbol is changed Merge: 7b31f12405 9bf1ec2136 -Jürgen Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 Merge pull request #2171 from Gustry/changelog @@ -149313,21 +161353,21 @@ Etienne Trimaille 2015-06-26 changelog update -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 indentation and spelling fixes -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 oracle provider: fix dfc2cf0 (fixes #13005; take II) -volaya 2015-06-26 +Víctor Olaya 2015-06-26 [processing] fixed 'add geometric properties' algorithm when output fields already exist in layer fixes #13010 -volaya 2015-06-25 +Víctor Olaya 2015-06-25 [processing] minor fixes to param descriptions in saga algs @@ -149362,22 +161402,22 @@ Nyall Dawson 2015-06-26 Mark geometry API as non-stable -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 fix 2b703e3 -Juergen E. Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 processing: fix installation of saga 2.1.3 descriptions Merge: e6556a2d8d 3387d6f632 -Jürgen Fischer 2015-06-26 +Jürgen E. Fischer 2015-06-26 Merge pull request #2118 from jef-n/postgres-like-concat expressions: let concat handle NULL like empty string (like in postgres; fixes #1927) -Juergen E. Fischer 2015-06-25 +Jürgen E. Fischer 2015-06-25 osgeo4w: update release packaging for dual grass support @@ -149421,32 +161461,32 @@ Radim Blazek 2015-06-24 [GRASS] blocking vector import data stream -Juergen E. Fischer 2015-06-24 +Jürgen E. Fischer 2015-06-24 add postgres layer: enforce selection of primary key for views (refs #11317) -Juergen E. Fischer 2015-06-24 +Jürgen E. Fischer 2015-06-24 handle ogr sublayers with colon -Juergen E. Fischer 2015-06-24 +Jürgen E. Fischer 2015-06-24 use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478) -Juergen E. Fischer 2015-06-24 +Jürgen E. Fischer 2015-06-24 avoid reloading not rendered layers on map refresh -volaya 2015-06-24 +Víctor Olaya 2015-06-24 [processing] fixed saga algorithms when input is an sdat file -volaya 2015-06-24 +Víctor Olaya 2015-06-24 [processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4 Merge: aab071de9a 5a9df7eba3 -volaya 2015-06-24 +Víctor Olaya 2015-06-24 Merge pull request #2164 from Gustry/fix-replace @@ -149527,7 +161567,7 @@ Nyall Dawson 2015-06-24 approach of automatically fetching the values on demand was resulting in graphical corruption to the parent tab widget. -Juergen E. Fischer 2015-06-24 +Jürgen E. Fischer 2015-06-24 indentation and spelling fixes @@ -149546,15 +161586,15 @@ carolinux 2015-06-24 Added doxygen docs -Juergen E. Fischer 2015-06-23 +Jürgen E. Fischer 2015-06-23 osgeo4w: switch to GRASS 7.0.1RC1 -Juergen E. Fischer 2015-06-23 +Jürgen E. Fischer 2015-06-23 geometry validator: fix touching lines check (followup b9b9bc3, fixes #12730) -Juergen E. Fischer 2015-06-23 +Jürgen E. Fischer 2015-06-23 [processing] fix initial without saga_cmd on *x @@ -149570,15 +161610,15 @@ Radim Blazek 2015-06-23 [GRASS] better handle corrupted/missing topo; allow to delete corrupted map -Juergen E. Fischer 2015-06-23 +Jürgen E. Fischer 2015-06-23 invalidate first crs on project load (fixes #13011) -Juergen E. Fischer 2015-06-23 +Jürgen E. Fischer 2015-06-23 dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] fixed attribute types in memory layers fixes #12894 @@ -149591,7 +161631,7 @@ Nyall Dawson 2015-06-23 More test mask updates -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] fixed text and html output in GRASS algorithms @@ -149602,11 +161642,11 @@ volaya 2015-06-23 fixes #6379 -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] better initialization of SAGA provider -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] fixed typo in algorithm group name @@ -149622,17 +161662,17 @@ Etienne Trimaille 2015-06-22 add log, ln and != button in the raster calculator -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] added check to ensure input layers are valid -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] no need to hide credentials when storing db data If they appear on the URI, it means they are already being stored in plain text by QGIS -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] more improvements for storing db data in log @@ -149640,11 +161680,11 @@ volaya 2015-06-23 It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented) -volaya 2015-06-23 +Víctor Olaya 2015-06-23 [processing] show error message when execution of algorithm from console failed -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] more correct storing of DB data in log @@ -149677,7 +161717,7 @@ Radim Blazek 2015-06-22 [GRASS] fixed tmp import maps delete on windows -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] use default value in selection parameters in modeler @@ -149727,17 +161767,17 @@ Nyall Dawson 2015-06-22 Update doxygen comments for QgsGeometry, reflecting that QgsGeometry is a generic geometry container from >= 2.10. -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] better sizing of columns in batch interface fixes #12706 -Juergen E. Fischer 2015-06-22 +Jürgen E. Fischer 2015-06-22 include python-spatialite as build depencency for debian (followup 551cf82) -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] fixed setting rendering styles for line and point outputs @@ -149751,33 +161791,33 @@ Nyall Dawson 2015-06-22 Make QgsVectorLayer::setDataSource maintain renderer where possible -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] corrected last commit no need to rename algorithm -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] added import into postgis algorithm to simplified interface -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] fixed add model from file fixes #12902 -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] fixed using temporary files in field calculator -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] correctly handle filenames with long extension names in output file selector fixes #10264 -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing]changed native raster format for SAGA algorithms from tif to sdat @@ -149787,19 +161827,19 @@ volaya 2015-06-22 fixes #10735 -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] wait until file conversion is finished -Juergen E. Fischer 2015-06-22 +Jürgen E. Fischer 2015-06-22 include libqt4-sql-sqlite as build dependency for debian -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] fixed output to non-supported vector formats in GRASS -volaya 2015-06-22 +Víctor Olaya 2015-06-22 [processing] fixed conversion to unsupported raster formats after running algorithm @@ -149860,7 +161900,7 @@ Nyall Dawson 2015-06-21 Fix typo Merge: 88629a6b19 72c56dffdb -alexbruy 2015-06-21 +Alexander Bruy 2015-06-21 Merge pull request #2151 from NaturalGIS/fix_grass_r_drain @@ -149919,11 +161959,11 @@ Nyall Dawson 2015-06-20 transform settings dialog blocks you from selecting transform parameters before adding GCPs. -Juergen E. Fischer 2015-06-20 +Jürgen E. Fischer 2015-06-20 indentation fixes -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 dxf export: * fix support for data-defined properties in SVG export @@ -149941,7 +161981,7 @@ Salvatore Larosa 2015-06-19 [bookmarks] switch spatial bookmarks dialog to dockwidget with toolbar -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 vector file writer: adapt to 2fcbc8b (fixes #12985) @@ -149949,22 +161989,22 @@ Salvatore Larosa 2015-06-19 [processing] fix typo -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 handle 64bit feature ids (fixes #13001) -pcav 2015-06-19 +Paolo Cavallini 2015-06-19 Better output name for saga kernel -rldhont 2015-06-19 +D'Hont René-Luc 2015-06-19 [BUGFIX][QGIS-Server] Add all layers for fixed legend in GetPrint If a legend is not linked to a map, it's a fixed legend and does not depend on layers parameter. This bugfix loads all layers needed by legend and update it. -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 browser: add i18n @@ -149972,11 +162012,11 @@ Salvatore Larosa 2015-06-03 Fix #6099 - Save as... for raster: missing extension on Gnome3 -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 fix 61f39d6 -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 oracle provider: fix ExactIntersect check if spatial extension is available and there is no spatial index (fixes #13005) @@ -149987,7 +162027,7 @@ Salvatore Larosa 2015-06-19 new icons for sharing in the stylemanager dialog -Juergen E. Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 postgres provider: fix indexing of default values (fixes #12996) @@ -150033,13 +162073,13 @@ Martin Dobias 2015-06-19 Wait for the current rendering to finish before touching the cache Merge: a316290ada a0c04d1edb -Jürgen Fischer 2015-06-19 +Jürgen E. Fischer 2015-06-19 Merge pull request #2150 from nyalldawson/fix_cmake_warnings Fix cmake warnings under Win32 -Nathan Woodrow 2015-06-19 +Nathan Woodrow 2015-06-19 Fix #12881 - Fix loading of QLR files with the same layers @@ -150067,7 +162107,7 @@ Martin Dobias 2015-06-19 Modified geometry would not be updated anymore if at one point the rubber band would end up without vertices -Sandro Santilli 2015-05-19 +Sandro Santilli 2015-05-19 Do not allow invalid map settings (fixes #12757) @@ -150146,7 +162186,7 @@ Martin Dobias 2015-06-18 The 387 coprocessor temporarily uses 80-bit precision so the results of arithmetic operations may be a bit different -Juergen E. Fischer 2015-06-18 +Jürgen E. Fischer 2015-06-18 layer context menu: disable/enable 'Filter...' entry instead of leaving it out if layer is editable @@ -150223,7 +162263,7 @@ Nyall Dawson 2015-06-16 - Use QgsDoubleSpinBox and QgsProjectionSelectionWidgets - Rework dialogs for usability -Juergen E. Fischer 2015-06-17 +Jürgen E. Fischer 2015-06-17 oracle provider: reassign feature id after inserting new features (fixes #12690) @@ -150231,7 +162271,7 @@ Salvatore Larosa 2015-06-17 [expression] autoselect first item in function list -Juergen E. Fischer 2015-06-17 +Jürgen E. Fischer 2015-06-17 scripts/scandeps.pl: include cmake-curses-gui in dependencies as INSTALL mentions otherwise optional ccmake [ci skip] @@ -150252,7 +162292,7 @@ Matthias Kuhn 2015-06-16 Fix some tests on Fedora -Juergen E. Fischer 2015-06-16 +Jürgen E. Fischer 2015-06-16 dxf export: * fix handing of areas with holes when exporting SVGs @@ -150281,7 +162321,7 @@ Matthias Kuhn 2015-06-16 And add tests to check if dump() creates an expression that produces the same result as the original expression. -Larry Shaffer 2015-06-16 +Larry Shaffer 2015-06-16 Update GetInfo dates in app and browser plists for Mac @@ -150397,7 +162437,7 @@ Matthias Kuhn 2015-06-15 Use ppa for newer doxygen Merge: 77c3e867d8 cf5b454390 -volaya 2015-06-15 +Víctor Olaya 2015-06-15 Merge pull request #2139 from nachouve/patch-1 @@ -150407,15 +162447,15 @@ Alexander Bruy 2015-06-15 [processing] bump plugin version to avoid masking -Juergen E. Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 fix doxygen warning -Juergen E. Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 use class to temporary override locale to C -Juergen E. Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 dxf export: fix crash when not enabled layers are exported @@ -150427,7 +162467,7 @@ Nyall Dawson 2015-06-15 for the initial implementation. Merge: 8fbee12106 12c1c869ee -Jürgen Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 Merge pull request #2141 from radosuav/processing_warp @@ -150441,7 +162481,7 @@ Matthias Kuhn 2015-06-15 Fix "return reference to temporary" -Matthias Kuhn 2015-06-15 +Matthias Kuhn 2015-06-15 Fix travis integration with gitter @@ -150451,7 +162491,7 @@ Nacho Varela 2015-06-15 Minor change just to add the "sum" to the output table result. -Juergen E. Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 fix browser image @@ -150459,11 +162499,11 @@ Nathan Woodrow 2015-06-15 Add missing browser image -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 ogr provider: increase width by one for decimal point if precision is given (fixes #11755) -Juergen E. Fischer 2015-06-15 +Jürgen E. Fischer 2015-06-15 run t2t @@ -150471,7 +162511,7 @@ Nyall Dawson 2015-06-15 Bump minimum Qt version to 4.8 -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 debian packaging update (fixes #12954) @@ -150480,46 +162520,46 @@ Nyall Dawson 2015-06-15 Make size assistant more prominent in dd buttons, allow control of assistant menu text -Tim Sutton 2015-06-13 +Tim Sutton 2015-06-13 Add notification support for gitter when running tests on travis. -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 save spatialite as: create integer column from qlonglong if it fits (fixes #12325; followup b736317) -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 fix df31fc0 -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 digitizing: disable split parts on single part geometries and allow adding and removing only part of single part features (fixes #12886, refs #12799) -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 node tool: show rubberband when moving (fixes #12959) -Juergen E. Fischer 2015-06-14 +Jürgen E. Fischer 2015-06-14 postgres provider: fix feature count on delete (fixes #12957) -Larry Shaffer 2015-06-13 +Larry Shaffer 2015-06-13 Always bundle QTest framework and module on Mac, for plugin developers -Juergen E. Fischer 2015-06-13 +Jürgen E. Fischer 2015-06-13 fix some crash on invalid layers -Jürgen Fischer 2015-06-13 +Jürgen E. Fischer 2015-06-13 README.md: add link to irc webinterface also makes gitter evenly prominent. Merge: 53218948b1 ef0e3c33d5 -Tim Sutton 2015-06-13 +Tim Sutton 2015-06-13 Merge pull request #2135 from gitter-badger/gitter-badge @@ -150533,7 +162573,7 @@ Nyall Dawson 2015-06-13 Add QgsGeometry::isEmpty to test if underlying geometry exists -Larry Shaffer 2015-06-12 +Larry Shaffer 2015-06-12 [processing] fix typo in ogrinfo process @@ -150541,11 +162581,11 @@ Nyall Dawson 2015-06-13 Add some tests for QgsGeometry conversion to/from QVariant -Juergen E. Fischer 2015-06-12 +Jürgen E. Fischer 2015-06-12 allow adding polygons to multipolygons. fixes split part tool (refs #12799) -Matthias Kuhn 2015-06-12 +Matthias Kuhn 2015-06-12 Followup acfdcd92 - more qgsDoubleToString test @@ -150558,11 +162598,11 @@ Nyall Dawson 2015-06-12 Followup ac38b21, more tests -Matthias Kuhn 2015-06-12 +Matthias Kuhn 2015-06-12 Add *.sortinc to .gitignore -Matthias Kuhn 2015-06-12 +Matthias Kuhn 2015-06-12 qgsDoubleToString: Don't remove trailing zeros when integer @@ -150593,33 +162633,33 @@ Nyall Dawson 2015-06-11 Add methods to test whether graduated ranges overlap or have gaps -Matthias Kuhn 2015-06-11 +Matthias Kuhn 2015-06-11 Disable view updates while reloading attribute table Fix #12930 -Juergen E. Fischer 2015-06-12 +Jürgen E. Fischer 2015-06-12 attribute editor: remove bunch of unused includes -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 fix renaming of db/http connections (fixes #10632) -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 attribute: also put selected item on top if sorting descending (fixes #12434) -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 add missing sip bindings -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 handle bad layers when custom layer order is set (fixes #12733) -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 vector file writer: support QVariant::UInt, ::ULongLong and ::Time (fixes #12841) @@ -150627,7 +162667,7 @@ Marco Hugentobler 2015-06-11 Store wkb pointer in QgsGeometry and move wkb, geos to GeosGeometryPrivate -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 fix crash when digitizing a part and adding it to a (cached) single part geometry @@ -150636,7 +162676,7 @@ Denis Rouzaud 2015-06-11 missing meta-object declaration for Behaviour enum Merge: 61698fc63c 100de728e2 -mhugent 2015-06-11 +Marco Hugentobler 2015-06-11 Merge pull request #2079 from manisandro/mutex @@ -150646,28 +162686,28 @@ Sandro Mani 2015-05-26 Add missing mutex lock -volaya 2015-06-11 +Víctor Olaya 2015-06-11 [processing] updated packaging tests -volaya 2015-06-08 +Víctor Olaya 2015-06-08 [processing] correctly handle multiple vector layers -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 fix build on precise -Juergen E. Fischer 2015-06-11 +Jürgen E. Fischer 2015-06-11 edit widgets: don't truncate double ranges and also support them in sliders and dials (fixes #12421) -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 reenable tips for new minor releases -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 indentation update II @@ -150677,11 +162717,11 @@ Denis Rouzaud 2015-06-10 This reverts commit 2b7d3d3c73b50ba6dc74abec6dd652ff1b87c0ec. -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 indentation update -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 unify_includes.pl: * renamed from sort_includes.pl @@ -150695,7 +162735,7 @@ Denis Rouzaud 2015-06-10 sort and remove duplicates in includes -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 fix 4bb90e3 @@ -150703,7 +162743,7 @@ Denis Rouzaud 2015-06-10 sort includes -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 scan_includes.pl: fix permissions and catch trailing includes @@ -150755,7 +162795,7 @@ Nyall Dawson 2015-06-04 - Fix errors with log/log10 calculation and inputs <= 0 - Fix loss of nodata values in certain circumstances -Juergen E. Fischer 2015-06-10 +Jürgen E. Fischer 2015-06-10 integrate sorting of includes into astyle.sh/astyle-all.sh/prepare-commit.sh @@ -150798,39 +162838,39 @@ Nyall Dawson 2015-06-10 Fix potential crash in stats dock widget, avoid unnecessary recalc -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 layer context menu: disable CRS related menu entries from table layers (fixes #12654) -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 spatialite provider: load 64bit integers (fixes #12785) -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 gps information widget: * fix crash when satellite markers are remove (fixes #12393) * also fixes serial port detection on unix -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 feature iterator: include attributes required by virtual fields first so that they trigger joins if necessary (fixes #11545) -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 fix primary key search (fixes #11997) -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 renderer: also consider support ogc wkb types for 3d (fixes crash after merging 3d polygons) -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 fix warnings -Juergen E. Fischer 2015-06-09 +Jürgen E. Fischer 2015-06-09 Move information about strict provider geometry type check on point shapefiles to OGR provider and make use of it when pasting & merging features @@ -150866,7 +162906,7 @@ Nyall Dawson 2015-06-09 [GUI] refresh the symbology and composer lock icons -nirvn 2015-06-09 +Mathieu Pellerin 2015-06-09 [gui] refresh the symbology and composer lock icons @@ -150877,20 +162917,20 @@ Nathan Woodrow 2015-06-09 [GUI] refresh the symbology add/remove/arrow icons -nirvn 2015-06-09 +Mathieu Pellerin 2015-06-09 [gui] refresh the symbology add/remove/arrow icons -Juergen E. Fischer 2015-06-08 +Jürgen E. Fischer 2015-06-08 date edit widget: show date if null is allowed -Juergen E. Fischer 2015-06-08 +Jürgen E. Fischer 2015-06-08 mssql provider: improve datetime support (fixes #12461) Merge: 77bf10b752 941107dfa4 -volaya 2015-06-08 +Víctor Olaya 2015-06-08 Merge pull request #2121 from slarosa/algname_messagebar @@ -150900,15 +162940,15 @@ Salvatore Larosa 2015-06-08 [processing] add algorithm name to messagebar while running -Juergen E. Fischer 2015-06-08 +Jürgen E. Fischer 2015-06-08 vector layer: changing of attributes and geometry of new features doesn't require ChangeGeometry/ChangeAttributeValues capabilities (fixes #12909) -Juergen E. Fischer 2015-06-08 +Jürgen E. Fischer 2015-06-08 ows data items: population of children already runs in a thread - don't use subthreads for each provider (fixes #12507) -Juergen E. Fischer 2015-06-08 +Jürgen E. Fischer 2015-06-08 remove duplicate includes @@ -150917,7 +162957,7 @@ Nyall Dawson 2015-06-08 Fix another issue with reshape tool and polygons with rings Merge: 77d68b0d6c fab465aa16 -alexbruy 2015-06-08 +Alexander Bruy 2015-06-08 Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi @@ -150967,11 +163007,11 @@ Mathieu Pellerin 2015-06-07 [browser] slight re-ordering and icon improvements -pcav 2015-06-06 +Paolo Cavallini 2015-06-06 Better output name for some SAGA Processing modules -pcav 2015-06-06 +Paolo Cavallini 2015-06-06 Better default for Processing:grass:r.series @@ -150983,7 +163023,7 @@ Marco Hugentobler 2015-06-06 Don't test imported rings for validity (fixes display of simplified polygons) -Juergen E. Fischer 2015-06-06 +Jürgen E. Fischer 2015-06-06 expression: let concat handle NULL like empty string (like in postgres) @@ -150998,16 +163038,16 @@ Mathieu Pellerin 2015-06-06 [osm] add two more tags to area check -Juergen E. Fischer 2015-06-05 +Jürgen E. Fischer 2015-06-05 wmts: also accept extents in WGS84BoundingBox (fixes #12432) -Juergen E. Fischer 2015-06-05 +Jürgen E. Fischer 2015-06-05 enable c++11 support for MSVC>2010 (although that's still what's used for the packages) Merge: 1cd4fd6e73 fb107f1d4f -Jürgen Fischer 2015-06-05 +Jürgen E. Fischer 2015-06-05 Merge pull request #2114 from geometalab/master @@ -151017,7 +163057,7 @@ Marco Hugentobler 2015-06-05 Even more geos exceptions -Matthias Kuhn 2015-06-05 +Matthias Kuhn 2015-06-05 Change test description (Minor change) @@ -151042,23 +163082,23 @@ vmora 2015-06-04 The scale methos "by area" was still defined at the symbol level causing an extra sqare root to be applied to the size. -Matthias Kuhn 2015-06-05 +Matthias Kuhn 2015-06-05 AttributeForm: Use horizontal space for editor widgets Followup e66dd998d -Matthias Kuhn 2015-06-05 +Matthias Kuhn 2015-06-05 Use full height on attribute form with drag and drop layout And fix some file permission issues -Juergen E. Fischer 2015-06-04 +Jürgen E. Fischer 2015-06-04 fix crash attribute table crash when attributes are added/removed bypassing vector layer (fixes #12477) -Juergen E. Fischer 2015-06-04 +Jürgen E. Fischer 2015-06-04 also copy vector provider encoding when duplicating layers (fixes #11687) @@ -151069,11 +163109,11 @@ Werner Macho 2015-06-04 Signed-off-by: Werner Macho Merge: 8cdd6173b0 12134a0283 -pcav 2015-06-04 +Paolo Cavallini 2015-06-04 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-06-04 +Paolo Cavallini 2015-06-04 Minor fixes to SAGA modules, for consistency @@ -151089,7 +163129,7 @@ Marco Hugentobler 2015-06-04 Remove code duplication in geos import -Larry Shaffer 2015-06-02 +Larry Shaffer 2015-06-02 Fix single band gray with alpha raster type not recognized (fix ##4159) @@ -151103,11 +163143,11 @@ Nyall Dawson 2015-06-04 Some (very minor) coverity fixes -Matthias Kuhn 2015-06-04 +Matthias Kuhn 2015-06-04 Add test for NULL bounding box of empty line -Matthias Kuhn 2015-06-04 +Matthias Kuhn 2015-06-04 Don't crash when deleting last vertex @@ -151115,28 +163155,28 @@ Matthias Kuhn 2015-06-04 Also preserves NULL rectangles in QgsRectangle::normalize() -Matthias Kuhn 2015-06-03 +Matthias Kuhn 2015-06-03 PalLabelling: Reproject geometries before evaluating mininum size Followup 2b096e09 -Juergen E. Fischer 2015-06-03 +Jürgen E. Fischer 2015-06-03 fix style selection when loading from database (fixes #12863) -Juergen E. Fischer 2015-06-03 +Jürgen E. Fischer 2015-06-03 homogenize translation strings -Matthias Kuhn 2015-06-03 +Matthias Kuhn 2015-06-03 Fix suppress labelling of short lines And deduplicate code Followup cfe397e -Juergen E. Fischer 2015-06-03 +Jürgen E. Fischer 2015-06-03 postgres provider: check pg_extension only on Pg>9 @@ -151146,7 +163186,7 @@ Tomáš Pospíšek 2015-06-03 The usage examples for the 'LIKE' operator are not really pertinent. The proposed change adds an example that actually illustrates the usual usage of the 'LIKE' operator. -Juergen E. Fischer 2015-06-03 +Jürgen E. Fischer 2015-06-03 don't crash on geometryless wfs features @@ -151160,22 +163200,22 @@ Nyall Dawson 2015-06-03 Fix warning on startup -Juergen E. Fischer 2015-06-02 +Jürgen E. Fischer 2015-06-02 debian packaging update: include links to qt4 in api docs Merge: afa389fcbe 9fcbbc3d70 -mhugent 2015-06-02 +Marco Hugentobler 2015-06-02 Merge pull request #2104 from mhugent/geomtype_render_fix Better fix for drawing the new geometry types -Matthias Kuhn 2015-06-02 +Matthias Kuhn 2015-06-02 Doxymentation for QgsMessageBar -Matthias Kuhn 2015-06-02 +Matthias Kuhn 2015-06-02 Advanced digitizing: Create new MessageBarItem for every item shown @@ -151186,7 +163226,7 @@ Salvatore Larosa 2015-06-02 [db manager] Fix #12844 - python error opening SQL Window -Juergen E. Fischer 2015-06-02 +Jürgen E. Fischer 2015-06-02 datum transformation selection: fix crash on 'hide deprecated' (fixes #12719) @@ -151194,7 +163234,7 @@ Marco Hugentobler 2015-06-02 Better fix for drawing the new geometry types -Matthias Kuhn 2015-06-02 +Matthias Kuhn 2015-06-02 Exclude PyQgsAppStartup.testPluginPath for now @@ -151219,7 +163259,7 @@ Nyall Dawson 2015-06-02 Add a few more geometry docs Merge: ddfb9d1094 c859127c4e -alexbruy 2015-06-02 +Alexander Bruy 2015-06-02 Merge pull request #2099 from NaturalGIS/grass_v_voronoi_advanced @@ -151229,7 +163269,7 @@ Hugo Mercier 2015-06-02 Wait for the current rendering to finish before touching the cache -Matthias Kuhn 2015-06-01 +Matthias Kuhn 2015-06-01 Add some doxymentation to collapsible group boxes @@ -151240,11 +163280,11 @@ Martin Dobias 2015-06-02 [OSM] improve handling of closed ways -Juergen E. Fischer 2015-06-02 +Jürgen E. Fischer 2015-06-02 ogr provider: only reset feature id of added feature, if OGR assigned one (fixes #12648) -nirvn 2015-06-02 +Mathieu Pellerin 2015-06-02 [OSM] improve import logic of closed ways @@ -151292,15 +163332,15 @@ Nyall Dawson 2015-06-02 Fix missing labels when map is rotated (fix #12388) -Matthias Kuhn 2015-06-01 +Matthias Kuhn 2015-06-01 Save collapsed state for relation editor widgets individually -Matthias Kuhn 2015-06-01 +Matthias Kuhn 2015-06-01 Python ConvertToSubclass and Doxymentation for drag and drop designer API -Juergen E. Fischer 2015-06-01 +Jürgen E. Fischer 2015-06-01 expression: validate places value of format_number (fixes #12796) @@ -151308,16 +163348,16 @@ Giovanni Manghi 2015-06-01 make option as advanced in GRASS v.voronoi -Matthias Kuhn 2015-06-01 +Matthias Kuhn 2015-06-01 Fix compiling -Matthias Kuhn 2015-06-01 +Matthias Kuhn 2015-06-01 Fix sip bindings for QgsTransaction Merge: ded11b3256 43cf6b040f -alexbruy 2015-06-01 +Alexander Bruy 2015-06-01 Merge pull request #2098 from NaturalGIS/fix_several_modules @@ -151335,11 +163375,11 @@ Giovanni Manghi 2015-06-01 fixes several saga and grass modules -Juergen E. Fischer 2015-06-01 +Jürgen E. Fischer 2015-06-01 geometry sip sync -Juergen E. Fischer 2015-06-01 +Jürgen E. Fischer 2015-06-01 gdal/ogr data items: reenable SetCrs capabilities (fixes #12505) @@ -151353,7 +163393,7 @@ Nyall Dawson 2015-06-01 - Fix broken split method Merge: 738838acd4 327336517d -alexbruy 2015-06-01 +Alexander Bruy 2015-06-01 Merge pull request #2097 from NaturalGIS/fix_grass_r_horizon @@ -151371,12 +163411,12 @@ Nyall Dawson 2015-06-01 [labeling] Fix broken repeat distance in map units (fix #11937) -Juergen E. Fischer 2015-05-31 +Jürgen E. Fischer 2015-05-31 make initialization of connection pool thread save on MSVC (probably better fix for 1e96813) -Juergen E. Fischer 2015-05-31 +Jürgen E. Fischer 2015-05-31 fix warnings @@ -151400,12 +163440,12 @@ Nyall Dawson 2015-05-30 Switch browser dock buttons to toolbar -Juergen E. Fischer 2015-05-31 +Jürgen E. Fischer 2015-05-31 include user.py in translations Merge: 51bd0b2bc5 f7401c9b27 -Jürgen Fischer 2015-05-31 +Jürgen E. Fischer 2015-05-31 Merge pull request #2096 from slarosa/fix_crash_user_expressions @@ -151419,13 +163459,13 @@ Nyall Dawson 2015-05-31 Followup 2dc5d95, add unit tests -Matthias Kuhn 2015-05-30 +Matthias Kuhn 2015-05-30 Followup 0f8f618 Accidentally merged an extra line -Matthias Kuhn 2015-05-30 +Matthias Kuhn 2015-05-30 Fix infinite loop in relation reference widget @@ -151434,14 +163474,14 @@ elpaso 2015-05-30 Added documentation and QgsServer to doxy template Merge: 0c9c63176a f8ae76b7b5 -alexbruy 2015-05-30 +Alexander Bruy 2015-05-30 Merge pull request #2094 from NaturalGIS/fix_grass_r_stream [processing] remove r.stream modules that are addons, fix r.stream.extract in grass7 Merge: 2dc5d95f00 2b1b9f53ac -alexbruy 2015-05-30 +Alexander Bruy 2015-05-30 Merge pull request #2093 from NaturalGIS/fix_grass7 @@ -151503,7 +163543,7 @@ Radim Blazek 2015-05-29 [GRASS] non blocking raster import stream on win -Juergen E. Fischer 2015-05-29 +Jürgen E. Fischer 2015-05-29 fix sip bindings @@ -151511,7 +163551,7 @@ Marco Hugentobler 2015-05-29 Fix loading of curved multitypes -Juergen E. Fischer 2015-05-29 +Jürgen E. Fischer 2015-05-29 fix visibility warnings @@ -151535,7 +163575,7 @@ Marco Hugentobler 2015-05-29 Move more wkb type code to QgsWKBTypes. Fix possibility to load curved geometries into QGIS -Juergen E. Fischer 2015-05-29 +Jürgen E. Fischer 2015-05-29 indentation update @@ -151546,11 +163586,11 @@ Nathan Woodrow 2015-05-29 [GUI] Keep dock icons one size smaller than toolbar icons -nirvn 2015-05-29 +Mathieu Pellerin 2015-05-29 [gui] add left/right margin to browser panel for consistency -nirvn 2015-05-29 +Mathieu Pellerin 2015-05-29 [gui] keep dock icons one size smaller than toolbar icons @@ -151575,14 +163615,14 @@ Tim Sutton 2015-05-28 Updated splash for Nødebo Merge: c61d5f2cfc aba4fe0fe2 -alexbruy 2015-05-28 +Alexander Bruy 2015-05-28 Merge pull request #2065 from arnaud-morvan/processing-parameter-table [processing] fix setting value in the ParameterTable Merge: 352e82487c 8c624a3452 -alexbruy 2015-05-28 +Alexander Bruy 2015-05-28 Merge pull request #2063 from HenningJagd/master @@ -151596,15 +163636,15 @@ Alessandro Pasotti 2015-05-28 Add elpaso to contributors.json -Juergen E. Fischer 2015-05-28 +Jürgen E. Fischer 2015-05-28 postgres connection pool: fix race when a connection is already acquired while pool is still being constructed -Juergen E. Fischer 2015-05-28 +Jürgen E. Fischer 2015-05-28 validate attribute index in editor widget calls -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Cleanup after shapefile tests @@ -151616,7 +163656,7 @@ Nyall Dawson 2015-05-28 Fix zoom tool doesn't work from bottom right to top left (fix #12614) -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Don't repack on layer unload @@ -151624,7 +163664,7 @@ Matthias Kuhn 2015-05-28 It cause a deadlock in invalidateConnections for the Atlas and BlendModeTest Followup 7d7cdcd -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Run atlas test in temporary folder @@ -151640,14 +163680,14 @@ Nyall Dawson 2015-05-28 Fix composer map frame/annotations not showing on OSX (refs #12747) -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Show checkboxes in pluginmanager Fix #12839 Followup be15d95 -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Repack shapefiles when saving after deleting features @@ -151676,11 +163716,11 @@ Nyall Dawson 2015-05-28 [GUI] Refresh icons for the layer, browser, and identify panels -nirvn 2015-05-28 +Mathieu Pellerin 2015-05-28 [gui] refresh icons for the layer, browser, and identity panels (svg files) -Matthias Kuhn 2015-05-28 +Matthias Kuhn 2015-05-28 Fix attribute table remove row, Followup 8eca38c @@ -151690,11 +163730,11 @@ Radim Blazek 2015-05-28 [GRASS] vectorLayers exception, hopefully catches the crash G7/Win -nirvn 2015-05-28 +Mathieu Pellerin 2015-05-28 [gui] refresh icons for the layer, browser, and identity panels -Juergen E. Fischer 2015-05-28 +Jürgen E. Fischer 2015-05-28 include more geometry headers in install @@ -151715,11 +163755,11 @@ Radim Blazek 2015-05-28 [GRASS] various import fixes -Juergen E. Fischer 2015-05-28 +Jürgen E. Fischer 2015-05-28 debian packaging update: make build dir configuable -Tim Sutton 2015-05-27 +Tim Sutton 2015-05-27 Updated splash for Nødebo @@ -151735,7 +163775,7 @@ Bas Couwenberg 2015-05-27 This issue was reported by the lintian QA tool during the Debian package build. -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Followup f67a08a, hide measurement rubberband on window close @@ -151743,21 +163783,21 @@ Salvatore Larosa 2015-05-27 [bookmark] use the same key for settings to store the last used directory: folloup 94f9ae2 -Juergen E. Fischer 2015-05-27 +Jürgen E. Fischer 2015-05-27 also depend on spatialite_init_ex() in pyspatialite (followup 252aaab andd4b72a2) -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Fix artefacts with map tool select rectangle -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Fix crash if multiple multiline text edtit widgets for the same field are shown Fix #11813 -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Attribute table performance when deleting features @@ -151775,29 +163815,29 @@ Matthias Kuhn 2015-05-27 Fix #10167 -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Add tests for QgsAttributeTableModel -Juergen E. Fischer 2015-05-27 +Jürgen E. Fischer 2015-05-27 depend on spatialite_init_ex() for 'new' spatialite initialization (followup 252aaab) -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Hide measurement rubberband on dialog close Fix #12834 -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Fix some warnings -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Fix build errors, followup 1eac259 -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Unify spatialite provider tests @@ -151818,7 +163858,7 @@ Nathan Woodrow 2015-05-27 [gui] apply icon size user preference to dock widget tool buttons -Nathan Woodrow 2015-05-27 +Nathan Woodrow 2015-05-27 Fix failing expression test @@ -151838,7 +163878,7 @@ Radim Blazek 2015-05-27 also spatialite_cleanup_ex conditional for spatialite >= 4 -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Fix developers map background loading @@ -151846,7 +163886,7 @@ Matthias Kuhn 2015-05-27 Workaround for https://github.com/Leaflet/Leaflet/issues/2021 -Nathan Woodrow 2015-05-27 +Nathan Woodrow 2015-05-27 Less verbose template function message. @@ -151856,7 +163896,7 @@ Radim Blazek 2015-05-27 missing QgsSLConnect::mSLconns conditional -Nathan Woodrow 2015-05-27 +Nathan Woodrow 2015-05-27 Remove adding $ to front of custom functions @@ -151866,13 +163906,13 @@ Nyall Dawson 2015-05-27 Fix warning -Matthias Kuhn 2015-05-27 +Matthias Kuhn 2015-05-27 Add some more spacing around plugin text Followup 36c844b3 -elpaso 2015-04-28 +Alessandro Pasotti 2015-04-28 Fix usability issue in pluginmanager @@ -151910,36 +163950,36 @@ Etienne Trimaille 2015-04-21 fix selected query (fixes #12429) -Juergen E. Fischer 2015-05-27 +Jürgen E. Fischer 2015-05-27 fix gui header installation -Juergen E. Fischer 2015-05-26 +Jürgen E. Fischer 2015-05-26 also handle writing of relative paths (followup 47cb75d; fixes #12823) -Juergen E. Fischer 2015-05-26 +Jürgen E. Fischer 2015-05-26 fix crash on close (fixes #12822) -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Fix warning -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Fix warnings -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Fix warning -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Followup cec5bdeb : Add tests for expression compiler Merge: 13d67c09cc ae6b290a4f -alexbruy 2015-05-26 +Alexander Bruy 2015-05-26 Merge pull request #2064 from arnaud-morvan/processing-check-validity @@ -151949,15 +163989,15 @@ Marco Hugentobler 2015-05-26 Fix and wkt formating for delimited text provider test -Juergen E. Fischer 2015-05-26 +Jürgen E. Fischer 2015-05-26 add missing files to 252aaab8 -Juergen E. Fischer 2015-05-26 +Jürgen E. Fischer 2015-05-26 adopt 'new' spatialite initialization scheme via thin wrapper around sqlite3_open and sqlite3_close (fixes #12771) -Juergen E. Fischer 2015-05-26 +Jürgen E. Fischer 2015-05-26 fix relative path support for gdal layers (fixes #12823) @@ -151966,7 +164006,7 @@ Martin Dobias 2015-05-26 Support overriden layer styles also in the composer legend Merge: 9e5b2ba511 6e4b883ac5 -alexbruy 2015-05-26 +Alexander Bruy 2015-05-26 Merge pull request #2076 from NaturalGIS/fix_grass7_r_surf_area @@ -151980,12 +164020,12 @@ Denis Rouzaud 2015-05-26 add search widget for value relation -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Coverity fixes Merge: b5801afe29 e015a7ec1f -Matthias Kuhn 2015-05-26 +Matthias Kuhn 2015-05-26 Merge pull request #2059 from carolinux/search-widgets @@ -151998,7 +164038,7 @@ Marco Hugentobler 2015-05-26 Update python bindings for QgsGeometry Merge: e2edc54f11 a6bf6e9a6b -mhugent 2015-05-26 +Marco Hugentobler 2015-05-26 Merge pull request #2078 from manisandro/connpoolfixes @@ -152017,7 +164057,7 @@ Radim Blazek 2015-05-26 new class QgsAnimatedIcon Merge: f31abe4dfe b4f4663b7d -mhugent 2015-05-26 +Marco Hugentobler 2015-05-26 Merge pull request #2069 from manisandro/ogrpool @@ -152035,11 +164075,11 @@ Radim Blazek 2015-05-25 [GRASS] import icon -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 avoid warning about not created test difference image -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 fix typos @@ -152055,7 +164095,7 @@ Giovanni Manghi 2015-05-25 fix grass7 r.surf.area -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 geometry fixes: * 3d geometries from oracle @@ -152079,27 +164119,27 @@ arnaud.morvan@camptocamp.com 2015-05-22 Add processing CheckValidity algorithm -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 fix 8050697 -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 make postgres provider tests optional -Juergen E. Fischer 2015-05-25 +Jürgen E. Fischer 2015-05-25 fix some warnings Merge: b7a2a79de2 a62adfe45a -mhugent 2015-05-25 +Marco Hugentobler 2015-05-25 Merge pull request #2048 from alexbruy/fix-curvature-filter fix total curvature calculation (fix #5967) Merge: bb80c63805 68fe5f5791 -mhugent 2015-05-25 +Marco Hugentobler 2015-05-25 Merge pull request #2055 from mhugent/geometry_mmsql_2_8 @@ -152110,27 +164150,27 @@ Marco Hugentobler 2015-05-15 [FEATURE:] New geometry classes Merge: 12883f50a7 cee47d66b4 -alexbruy 2015-05-25 +Alexander Bruy 2015-05-25 Merge pull request #2074 from NaturalGIS/fix_saga_contour [processing] fix SAGA 2.1.4 contour lines from grid Merge: 6596adc8e6 4f87af0851 -alexbruy 2015-05-25 +Alexander Bruy 2015-05-25 Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2 [processing] fix grass7 r.relief2 Merge: cec5bdeb0d d591ac4da1 -alexbruy 2015-05-25 +Alexander Bruy 2015-05-25 Merge pull request #2073 from NaturalGIS/fix_grass7_r_flow [processing] fix grass7 r.flow -Juergen E. Fischer 2015-05-24 +Jürgen E. Fischer 2015-05-24 fix some warnings @@ -152165,7 +164205,7 @@ Mathieu Pellerin 2015-05-24 [gui] apply icon size user preference to dock widget tool buttons (fix #12816) Merge: dbdfe40bf9 782292720d -volaya 2015-05-23 +Víctor Olaya 2015-05-23 Merge pull request #2066 from luipir/master @@ -152176,39 +164216,39 @@ Nyall Dawson 2015-05-24 [symbology] Use static QStrings for data defined keys rather than creating new strings with every redraw (pt 2) -Juergen E. Fischer 2015-05-23 +Jürgen E. Fischer 2015-05-23 fix windows build (also reapplies 584f192, lost in a6f1ec) -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Postgres provider: test default values are correctly returned -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Add some providers to README.md -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Less warnings -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Hide private shared data implementation from the library symbols -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Use -fvisibility=hidden also for plugins -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Also plugins -Matthias Kuhn 2015-05-23 +Matthias Kuhn 2015-05-23 Add some comments to provider test suite -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Hide shared library symbols by default on GCC and Clang @@ -152217,7 +164257,7 @@ Matthias Kuhn 2015-05-22 make Windows nightlies more reliable Merge: 10239a0e60 adb5b643f5 -alexbruy 2015-05-23 +Alexander Bruy 2015-05-23 Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief @@ -152239,7 +164279,7 @@ HenningJagd 2015-05-22 Earlier commit broke the update of lines when folding parameters in the modeler. This one fixes it again. -rldhont 2015-05-22 +D'Hont René-Luc 2015-05-22 [FEATURE][SERVER] GetFeature with an other Geometry @@ -152265,7 +164305,7 @@ Alexander Bruy 2015-05-20 Tests for latitude wrapping included -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Add shapefile provider tests @@ -152294,26 +164334,26 @@ Luigi Pirelli 2015-05-22 in a single vrt Merge: e25fb2de6d e2ff8edc79 -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Fix for #12812 -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Make python NULL hashable -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Provider testing * Test more operations * Include spatialite tests -rldhont 2015-05-22 +D'Hont René-Luc 2015-05-22 [BUGFIX][SERVER][WFS] Remove extra line after header @@ -152321,14 +164361,14 @@ arnaud.morvan@camptocamp.com 2015-05-22 Fix processing ParameterTable.setValue -rldhont 2015-05-22 +D'Hont René-Luc 2015-05-22 Revert "[BUGFIX] Remove extra line after header" This reverts commit 7ab336f2064b59df9ca42b7b822324bbd26e96ff. Merge: 9031e9849f cb4d5189ef -mhugent 2015-05-22 +Marco Hugentobler 2015-05-22 Merge pull request #2054 from arnaud-morvan/join_memory_cache @@ -152342,29 +164382,29 @@ Nyall Dawson 2015-05-23 Thanks Lene for the great hackfest! -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Uniform and informative output names for Processing (QGIS, final) Merge: 00f64971f7 7ab336f206 -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Uniform and informative output names for Processing (QGIS, Take #2) -rldhont 2015-05-22 +D'Hont René-Luc 2015-05-22 [BUGFIX] Remove extra line after header Merge: 7dacddc08a 06ae01e009 -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-22 +Paolo Cavallini 2015-05-22 Uniform and informative output names for Processing (QGIS, Take #1) @@ -152414,7 +164454,7 @@ Nyall Dawson 2015-05-22 add tooltip to graduated method (color or size) Merge: f337d4137a a64ffc495e -Jürgen Fischer 2015-05-22 +Jürgen E. Fischer 2015-05-22 Merge pull request #2060 from manisandro/ogrpool @@ -152459,29 +164499,29 @@ Nyall Dawson 2015-05-22 Data defined font marker character -Matthias Kuhn 2015-05-21 +Matthias Kuhn 2015-05-21 Add new postgres provider test -Matthias Kuhn 2015-04-27 +Matthias Kuhn 2015-04-27 Convert tests/README to markdown and add more information -Matthias Kuhn 2015-04-27 +Matthias Kuhn 2015-04-27 Provider test -Matthias Kuhn 2015-04-23 +Matthias Kuhn 2015-04-23 Add unit tests for postgres provider basically to get a framework to test the expression compiler -Matthias Kuhn 2015-04-27 +Matthias Kuhn 2015-04-27 Make expression compiler configurable -Matthias Kuhn 2015-04-22 +Matthias Kuhn 2015-04-22 [FEATURE] Send filter expressions to postgres provider @@ -152495,11 +164535,11 @@ Matthias Kuhn 2015-04-22 * QgsFeatureRequest().setFilterExpression( expression ) * or QgsVectorLayer::getFeatures( expression ) -Matthias Kuhn 2015-04-23 +Matthias Kuhn 2015-04-23 Add convenience method QgsVectorLayer::getFeatures( expression ) -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Fix compiling without QtWebKit @@ -152529,20 +164569,20 @@ vmora 2015-05-22 and angle, the aspect of the scaled symbol will change for symbols with offsets and composite markers. -Matthias Kuhn 2015-05-22 +Matthias Kuhn 2015-05-22 Doxymentation -Juergen E. Fischer 2015-05-22 +Jürgen E. Fischer 2015-05-22 fix windows build -Juergen E. Fischer 2015-05-22 +Jürgen E. Fischer 2015-05-22 debian packaging update Merge: f5054ce702 c19a4a70bd -volaya 2015-05-22 +Víctor Olaya 2015-05-22 Merge pull request #2058 from arnaud-morvan/processing-model-help @@ -152552,7 +164592,7 @@ carolinux 2015-05-22 It compiles! -Matthias Kuhn 2015-05-19 +Matthias Kuhn 2015-05-19 Allow compiling QGIS without QtWebkit @@ -152576,7 +164616,7 @@ Radim Blazek 2015-05-21 fixed browser symlink icons -rldhont 2015-05-21 +D'Hont René-Luc 2015-05-21 [FEATURE][SERVER] GetFeature without geometry @@ -152599,19 +164639,19 @@ Nyall Dawson 2015-05-22 [FEATURE] Data defined properties for font marker -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] implement alternative display names for algorithms -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] add help links for gdal/ogr alga -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] fixed saga help links -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] cosmetic improvements to gdal/ogr algs @@ -152634,7 +164674,7 @@ Radim Blazek 2015-05-21 [GRASS] browser import cancel action -rldhont 2015-05-21 +D'Hont René-Luc 2015-05-21 [BUGFIX] GetFeatureInfo STYLES and FILTER used together @@ -152691,11 +164731,11 @@ Radim Blazek 2015-05-21 [GRASS] plugin: removed add raster/vector layer actions, substituted by QGIS browser -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] fixed ‘add script from file’ tool -volaya 2015-05-21 +Víctor Olaya 2015-05-21 [processing] allow selection parameters with option populated from data source @@ -152707,20 +164747,20 @@ arnaud.morvan@camptocamp.com 2015-05-20 Write to project join memory cache property instead of cachedAttributes.isEmpty -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 dxf export: more ellipse marker fixes (essentially like in simple marker) -Juergen E. Fischer 2015-05-21 +Jürgen E. Fischer 2015-05-21 feature: fix crash when feature 'owns' no geometry Merge: d14c4aa41e 27c2b5c034 -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Uniform and informative output names for Processing (GRASS-v.* modules completed) @@ -152728,7 +164768,7 @@ Radim Blazek 2015-05-20 [GRASS][FEATURE] copy layers within location mapsets using browser drag and drop -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Uniform and informative output names for Processing (GRASS-v.* modules take #2 - up to v.split*) @@ -152736,42 +164776,42 @@ Nyall Dawson 2015-05-21 Fix build -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] added support for online R scripts -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] do not close window after executing algorithm if there are problems -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] more friendly error message when layers not created This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Uniform and informative output names for Processing (GRASS-v.* modules take #1 - up to v.lidar*) Merge: 7cc38aee84 9a32c282ad -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-20 +Paolo Cavallini 2015-05-20 Uniform and informative output names for Processing (GRASS-r.* modules complete) -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 dxf export: fix circle marker -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 remove maprenderertest in app -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 georeferencer: add translation string @@ -152803,11 +164843,11 @@ Nyall Dawson 2015-05-20 Fix up non-const getters for attributes and geometry in QgsFeature (preparation for implicit sharing) -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] use algorithm alias name also in advanced mode -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] fixed ‘create points along lines’ algorithm @@ -152840,11 +164880,11 @@ Alexander Bruy 2015-05-20 remove print statement -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 prepare to use a different icon for qgis browser on windows -Matthias Kuhn 2015-05-20 +Matthias Kuhn 2015-05-20 Add unit test for edit widget "TextEdit" @@ -152919,7 +164959,7 @@ Alexander Bruy 2015-05-20 [processing] fix Convex Hull algorithm (fix #12643) -Juergen E. Fischer 2015-05-20 +Jürgen E. Fischer 2015-05-20 remove unused header file - fixes windows build @@ -152927,23 +164967,23 @@ Alexander Bruy 2015-05-20 populate join fields combobox if layer already selected -Juergen E. Fischer 2015-05-19 +Jürgen E. Fischer 2015-05-19 about: make the SHA a link to github -Juergen E. Fischer 2015-05-19 +Jürgen E. Fischer 2015-05-19 doxygen fixes (followup f314522) Merge: f782e77380 3e3978333d -volaya 2015-05-20 +Víctor Olaya 2015-05-20 Merge pull request #2034 from Gustry/fix-lines-inter [processing] Set the parameter table field optional in "Line intersections" algo Merge: a495c8c2ab 5729227ca0 -volaya 2015-05-20 +Víctor Olaya 2015-05-20 Merge pull request #2037 from NaturalGIS/fix_saga_split_rgb @@ -152958,11 +164998,11 @@ Denis Rouzaud 2015-05-20 missing bindings for user input tool bar -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] swallow possible exceptions when reading console output from SAGA -volaya 2015-05-20 +Víctor Olaya 2015-05-20 [processing] fixed SAGA provider entry in settings dialog @@ -152982,7 +165022,7 @@ ScubbX 2015-05-19 added special case for r.statistics -Juergen E. Fischer 2015-05-19 +Jürgen E. Fischer 2015-05-19 manually merge 71d93a4 of PR#2016 @@ -153008,7 +165048,7 @@ Alexander Bruy 2015-05-18 [processing] drop resources.qrc and load images dynamically. Also remove unused images -Sandro Santilli 2015-05-19 +Sandro Santilli 2015-05-19 Fix typo in comment @@ -153017,7 +165057,7 @@ Nyall Dawson 2015-05-19 Fix attributes from some symbols were not available for data defined symbology (line marker, line pattern) -Juergen E. Fischer 2015-05-19 +Jürgen E. Fischer 2015-05-19 another windows build fix @@ -153031,28 +165071,28 @@ Nyall Dawson 2015-05-19 [labeling] Fix setting a wrap character conflicts with newlines in label text (fix #12750) -Juergen E. Fischer 2015-05-18 +Jürgen E. Fischer 2015-05-18 also download Untgz.zip from qgis.org -Juergen E. Fischer 2015-05-18 +Jürgen E. Fischer 2015-05-18 creatensis.pl: always reload setup.ini -Juergen E. Fischer 2015-05-18 +Jürgen E. Fischer 2015-05-18 fix some warnings -Juergen E. Fischer 2015-05-17 +Jürgen E. Fischer 2015-05-17 fix doxygen warning Merge: 24974e0dee 0b326069bd -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Merge branch 'master' of https://github.com/qgis/QGIS -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Uniform and informative output names for Processing (GRASS-r.* modules, take #3, up to r.sim) @@ -153096,19 +165136,19 @@ Radim Blazek 2015-05-17 QgsFeature and QgsGeometry serialization -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Uniform and informative output names for Processing (GRASS-r.* modules, take #2, up to r.report) -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Uniform and informative output names for Processing (GRASS-r.* modules, take #1, up to r.grow) -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Uniform and informative output names for Processing (GRASS-i.*modules) -pcav 2015-05-18 +Paolo Cavallini 2015-05-18 Uniform and informative output names for Processing (GDAL) @@ -153127,7 +165167,7 @@ Nathan Woodrow 2015-05-17 [FEATURE] Allow changing vector layer data source -Juergen E. Fischer 2015-05-16 +Jürgen E. Fischer 2015-05-16 fix windows build @@ -153163,7 +165203,7 @@ Nyall Dawson 2015-05-14 More QgsFields tests -Matthias Kuhn 2015-05-13 +Matthias Kuhn 2015-05-13 Fix tab order in ValueRelation widget config dialog @@ -153171,7 +165211,7 @@ Nyall Dawson 2015-05-13 Boost test coverage of QgsField / QgsFields -Matthias Kuhn 2015-05-13 +Matthias Kuhn 2015-05-13 Generate unique variable names for python init form @@ -153179,13 +165219,13 @@ Matthias Kuhn 2015-05-13 Fix #12711 Fix #12729 -Matthias Kuhn 2015-05-13 +Matthias Kuhn 2015-05-13 Allow changing the name of a drag and drop designer tab Fix #10724 -rldhont 2015-04-30 +D'Hont René-Luc 2015-04-30 [BUGFIX] Relative path for GDAL subdataset @@ -153196,17 +165236,17 @@ rldhont 2015-04-30 It will be interesting to backport it to 2.8 branch. -Matthias Kuhn 2015-05-13 +Matthias Kuhn 2015-05-13 Add python bindings for QgsWidgetWrapper Allows the usage of `widget.wrapper()` from a form's python init script. -volaya 2015-05-13 +Víctor Olaya 2015-05-13 [processing] Added packaging tests, to easily check that a qgis installation has Processing dependencies -Juergen E. Fischer 2015-05-12 +Jürgen E. Fischer 2015-05-12 processing: fix interpretation of oracle layers (take II; followup f0daab9) @@ -153220,15 +165260,15 @@ Martin Dobias 2015-05-12 This makes it possible to investigate expression node tree within Python -Juergen E. Fischer 2015-05-12 +Jürgen E. Fischer 2015-05-12 postgres provider: avoid quering layer_styles if it doesn't exist -Sandro Santilli 2015-05-12 +Sandro Santilli 2015-05-12 Report checking and availablility of pointcloud (via debug) -Sandro Santilli 2015-05-12 +Sandro Santilli 2015-05-12 Write the pointcloud support check in a cleaner way @@ -153241,11 +165281,11 @@ vmora 2015-05-08 Allow configurable icon sizes for legend tree nodes -Juergen E. Fischer 2015-05-12 +Jürgen E. Fischer 2015-05-12 postgres provider: avoid point cloud error -Juergen E. Fischer 2015-05-11 +Jürgen E. Fischer 2015-05-11 dxf export: fix detection of close polylines @@ -153253,7 +165293,7 @@ Nyall Dawson 2015-05-11 Add a const geometry getter to QgsFeature -Juergen E. Fischer 2015-05-10 +Jürgen E. Fischer 2015-05-10 postgres provider: cast result of a subquery in min/max/uniqueValue(s) (fixes #12630; followup bf56457 ff) @@ -153265,11 +165305,11 @@ Radim Blazek 2015-05-10 fixed grass and browser coverity warnings -Juergen E. Fischer 2015-05-09 +Jürgen E. Fischer 2015-05-09 ogr provider: limit mysql driver to requested layer -Juergen E. Fischer 2015-05-09 +Jürgen E. Fischer 2015-05-09 grass: fix relative path support for working database and vector layers (fixes #12725) @@ -153298,23 +165338,23 @@ Nyall Dawson 2015-05-08 Add a method for creating a QgsDataDefined from a QgsDataDefinedButton -Juergen E. Fischer 2015-05-08 +Jürgen E. Fischer 2015-05-08 replace pow10 with qPow (fixes #12717) -Juergen E. Fischer 2015-05-08 +Jürgen E. Fischer 2015-05-08 oracle provider: fix srid detection (fixes #12674) -Juergen E. Fischer 2015-05-08 +Jürgen E. Fischer 2015-05-08 doxymentation fix -Juergen E. Fischer 2015-05-07 +Jürgen E. Fischer 2015-05-07 indentation update -Juergen E. Fischer 2015-05-07 +Jürgen E. Fischer 2015-05-07 labeling: use transformation with datum @@ -153325,7 +165365,7 @@ Paolo Cavallini 2015-05-07 Better default for output type. Fixes http://hub.qgis.org/issues/12695 Merge: c9897ab29f 8a9893428e -alexbruy 2015-05-07 +Alexander Bruy 2015-05-07 Merge pull request #2033 from NaturalGIS/fix_12683 @@ -153347,11 +165387,11 @@ Nyall Dawson 2015-05-07 Fix build -volaya 2015-05-07 +Víctor Olaya 2015-05-07 [processing] added box with console commands for gdal/ogr algs -volaya 2015-05-07 +Víctor Olaya 2015-05-07 [processing] parameter dialogs are now larger @@ -153396,11 +165436,11 @@ Nyall Dawson 2015-05-07 Finer steps for some spin widgets in labelling -Juergen E. Fischer 2015-05-07 +Jürgen E. Fischer 2015-05-07 wms server: include geometry type of layer in GetProjectSettings -Sandro Santilli 2015-05-06 +Sandro Santilli 2015-05-06 Add support for Pointcloud layers @@ -153417,35 +165457,35 @@ Paolo Cavallini 2015-05-06 Backport from 2.1.3 Merge: 410e6f36bf 48e9be96d6 -volaya 2015-05-06 +Víctor Olaya 2015-05-06 Merge pull request #1990 from ricardogsilva/processing_provider_changes [Processing] Changed default value of argument updateList in Processing.addProvider Merge: e58e8ac6bd 9d6b280a7e -volaya 2015-05-06 +Víctor Olaya 2015-05-06 Merge pull request #1997 from Gustry/delete-holes [Processing][Feature] Add new algo to remove holes in a polygon layer Merge: c4eb1fb13b 70d390727c -volaya 2015-05-06 +Víctor Olaya 2015-05-06 Merge pull request #2028 from ninsbl/master Provide option for R_LIBS_USER in Processing Merge: 6fbb2d6c26 b8c25251df -volaya 2015-05-06 +Víctor Olaya 2015-05-06 Merge pull request #1910 from radosuav/obt_fix [Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms. Merge: 79c0d5b59d d1985b3d34 -volaya 2015-05-06 +Víctor Olaya 2015-05-06 Merge pull request #1965 from radosuav/processing_models @@ -153499,11 +165539,11 @@ Denis Rouzaud 2015-05-06 * use same background color as info bar * fix auto adjust -Juergen E. Fischer 2015-05-06 +Jürgen E. Fischer 2015-05-06 handle projects path with apostrophe (fixes #12691) -Juergen E. Fischer 2015-05-06 +Jürgen E. Fischer 2015-05-06 postgres provider: ignore system columns @@ -153529,7 +165569,7 @@ Stefan Blumentrath 2015-05-05 Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too? -Juergen E. Fischer 2015-05-05 +Jürgen E. Fischer 2015-05-05 fix windows build @@ -153619,7 +165659,7 @@ Hugo Mercier 2015-03-27 Allow to open a spatialite table without primary key -Matthias Kuhn 2014-07-22 +Matthias Kuhn 2014-07-22 Allow Qt5::Positioning as alternative to QtMobility/QtLocation @@ -153640,7 +165680,7 @@ kiselev-dv 2015-05-04 Add not null option for OSM export -Juergen E. Fischer 2015-05-03 +Jürgen E. Fischer 2015-05-03 indentation and minor sip updates @@ -153688,15 +165728,15 @@ Nyall Dawson 2015-05-01 Implement implicit sharing for QgsField -Matthias Kuhn 2014-03-18 +Matthias Kuhn 2014-03-18 Add rpm files to build Fedora/CentOS/RHEL packages -Matthias Kuhn 2015-05-01 +Matthias Kuhn 2015-05-01 Also let CMake find grass libs in default system location -Matthias Kuhn 2015-05-01 +Matthias Kuhn 2015-05-01 Propagate keyRelease event from main app window @@ -153708,7 +165748,7 @@ Nyall Dawson 2015-04-30 Fix missing doc strings due to invalid doxygen tags -Juergen E. Fischer 2015-04-30 +Jürgen E. Fischer 2015-04-30 fix windows build @@ -153728,7 +165768,7 @@ vmora 2015-04-30 Add QgsScaleExpression subclass for sized based expressions -Matthias Kuhn 2015-04-29 +Matthias Kuhn 2015-04-29 Fix startup crash when python is not available @@ -153751,7 +165791,7 @@ Denis Rouzaud 2015-04-29 rotation map tool now uses it instead of message bar the idea of the user input toolbar can change (fixes crash when closing user input in message bar) -Matthias Kuhn 2015-04-28 +Matthias Kuhn 2015-04-28 Reimplement QgsNetworkContentFetcher test with a local server @@ -153762,20 +165802,20 @@ Nyall Dawson 2015-04-29 Fix typos Merge: c2fb5e19e2 f7e46ee59a -alexbruy 2015-04-28 +Alexander Bruy 2015-04-28 Merge pull request #2017 from rldhont/processing_remove_print_from_help [processing] removing print statement from help method -rldhont 2015-04-28 +D'Hont René-Luc 2015-04-28 Removing print from help method I found a print in ModelerAlgorithm help method that causes some trouble for PyWPS-QGIS-Processing. I removed it. -Matthias Kuhn 2015-04-07 +Matthias Kuhn 2015-04-07 Revert "Streamline singleton behavior" @@ -153807,7 +165847,7 @@ Denis Rouzaud 2015-04-28 * rotation anchor is defined on CTRL+click and not on mouse move (TODO: snapping for anchor placement) Merge: 9f2c544bff 3c22aff0b0 -Matthias Kuhn 2015-04-28 +Matthias Kuhn 2015-04-28 Merge pull request #2014 from elpaso/hidpi-improvements @@ -153819,42 +165859,42 @@ Richard Duivenvoorde 2015-04-28 See https://github.com/qgis/QGIS/pull/1975 for discussion -elpaso 2015-04-28 +Alessandro Pasotti 2015-04-28 Fix usability issue in attributetable The height of rows is too small to see its contents on hidpi screens -elpaso 2015-04-28 +Alessandro Pasotti 2015-04-28 Fix usability issue in statusbar The height of scale and coordinates is too small to see its contents on hidpi screens -volaya 2015-04-28 +Víctor Olaya 2015-04-28 [processing] fixed rendering styles dialog fixes #12583 -volaya 2015-04-28 +Víctor Olaya 2015-04-28 [processing] enabled inut checks for field calculator algorithm fixes #12586 -volaya 2015-04-28 +Víctor Olaya 2015-04-28 [processing] fixed saga split rgb for 2.1.4 -volaya 2015-02-12 +Víctor Olaya 2015-02-12 [processing] fixed wrong creation of error message in script algorithm Merge: 0f35192f3f f9ee7a3b3d -Matthias Kuhn 2015-04-28 +Matthias Kuhn 2015-04-28 Merge pull request #1966 from olivierdalang/show_selected_features_ALL_IF_NO_SEL @@ -153889,28 +165929,28 @@ vmora 2015-04-27 Checks whether expression consists of solely a field reference Merge: 09020dc136 f51941b79b -alexbruy 2015-04-27 +Alexander Bruy 2015-04-27 Merge pull request #2008 from NaturalGIS/remove_grass_modules [processing] remove r.mapcalculator from GRASS7 modules Merge: 5fe7f3d9fe b3d8fc2be9 -alexbruy 2015-04-27 +Alexander Bruy 2015-04-27 Merge pull request #2005 from NaturalGIS/fix_grass7_v_to_rast_attribute [processing] fix grass7 v.to.rast.attribute Merge: b413271af7 ac2d817974 -alexbruy 2015-04-27 +Alexander Bruy 2015-04-27 Merge pull request #2004 from NaturalGIS/fix_grass7_slope_aspect [processing] fix grass7 r.slope.aspect Merge: 80a65b9b1a b8dcb88101 -alexbruy 2015-04-27 +Alexander Bruy 2015-04-27 Merge pull request #2009 from NaturalGIS/remove_grass_v_distance @@ -153928,7 +165968,7 @@ Giovanni Manghi 2015-04-26 fix python error when using path with special chars in Processing/GRASS -Juergen E. Fischer 2015-04-26 +Jürgen E. Fischer 2015-04-26 db manager: fix BaseError handing (fixes #12645) @@ -153961,11 +166001,11 @@ Giovanni Manghi 2015-04-26 fix grass7 r.slope.aspect -Matthias Kuhn 2015-04-24 +Matthias Kuhn 2015-04-24 Minimize installed travis dependencies -Sandro Santilli 2015-04-24 +Sandro Santilli 2015-04-24 Make QgsPointLocator discard geometries that cannot be projected @@ -153984,11 +166024,11 @@ Radim Blazek 2015-04-23 [GRASS] more tests -Juergen E. Fischer 2015-04-22 +Jürgen E. Fischer 2015-04-22 Properly handle non matching number of WMS styles and layers in WMS provider (inspired by PR #2001) -Sandro Santilli 2015-04-22 +Sandro Santilli 2015-04-22 Fix quoting of xfb-run invocation @@ -154024,21 +166064,21 @@ Nyall Dawson 2015-04-22 Start modernising diagram ui Merge: 9c5cbd4373 c246fec2df -alexbruy 2015-04-22 +Alexander Bruy 2015-04-22 Merge pull request #1998 from radosuav/missing_html_tags [processing] fix displaying result graphs -Juergen E. Fischer 2015-04-22 +Jürgen E. Fischer 2015-04-22 osgeo4w: fix buildname (followup dec0ca5) -Juergen E. Fischer 2015-04-21 +Jürgen E. Fischer 2015-04-21 fix where clause when multiple features are filtered by ids (fixes #12616, followup d1e23a6) -Juergen E. Fischer 2015-04-21 +Jürgen E. Fischer 2015-04-21 osgeo4w: restore running Nightly for tests (followup 51a7317) @@ -154051,7 +166091,7 @@ vmora 2015-01-21 Add unit test for QgsDataDefined copy Merge: 8ccae4fef1 af64ae966f -alexbruy 2015-04-21 +Alexander Bruy 2015-04-21 Merge pull request #1994 from bstroebl/bugInEliminate @@ -154074,15 +166114,15 @@ Sandro Mani 2015-04-20 Add ORACLE_INCLUDEDIR, ORACLE_LIBDIR CMake variables -Juergen E. Fischer 2015-04-20 +Jürgen E. Fischer 2015-04-20 doxymentaton: add 2.8 to main page -Juergen E. Fischer 2015-04-20 +Jürgen E. Fischer 2015-04-20 fix doxymentation warnings -Juergen E. Fischer 2015-04-20 +Jürgen E. Fischer 2015-04-20 processing: fix interpretation of oracle layers (fixes #12590) @@ -154108,7 +166148,7 @@ Nyall Dawson 2015-04-20 [FEATURE] Allow selection of wanted stats for zonal stats (fix #4429) Merge: d78bc7d1b0 265c253995 -Matthias Kuhn 2015-04-20 +Matthias Kuhn 2015-04-20 Merge pull request #1993 from manisandro/fldidx @@ -154116,11 +166156,11 @@ Matthias Kuhn 2015-04-20 Duplicate suffix `_0` has not been detected previously -Juergen E. Fischer 2015-04-19 +Jürgen E. Fischer 2015-04-19 osgeo4w: reflect version in nightly build name -Juergen E. Fischer 2015-04-17 +Jürgen E. Fischer 2015-04-17 osgeo4w: fix running of grass test @@ -154130,17 +166170,17 @@ Paolo Cavallini 2015-04-17 Better default for saga rasterization -Juergen E. Fischer 2015-04-17 +Jürgen E. Fischer 2015-04-17 remove unused button in categorized renderer ui -Matthias Kuhn 2015-04-17 +Matthias Kuhn 2015-04-17 Fix RelationReference widget previously it would not return any value when the content changed since 868eeb2 -Juergen E. Fischer 2015-04-17 +Jürgen E. Fischer 2015-04-17 indentation update @@ -154149,7 +166189,7 @@ Nyall Dawson 2015-04-16 Fix calculation of zonal stats when source contains nodata or nan pixels (fix #11135) -pcav 2015-04-16 +Paolo Cavallini 2015-04-16 Better default for COMPRESSTYPE in GDAL @@ -154178,7 +166218,7 @@ Sandro Mani 2015-04-14 Fix primary key search Merge: cfe397e718 ed6d8dcab7 -alexbruy 2015-04-14 +Alexander Bruy 2015-04-14 Merge pull request #1992 from NaturalGIS/fix_grass7_v_generalize @@ -154206,7 +166246,7 @@ Denis Rouzaud 2015-04-13 doxygen: add effects directory -Juergen E. Fischer 2015-04-13 +Jürgen E. Fischer 2015-04-13 include server plugin api in doxygen @@ -154232,23 +166272,23 @@ Nyall Dawson 2015-04-13 Fix incorrect calculation of priority for diagrams (fix #4692) -Juergen E. Fischer 2015-04-12 +Jürgen E. Fischer 2015-04-12 fix grass script install -Juergen E. Fischer 2015-04-12 +Jürgen E. Fischer 2015-04-12 fix coverity warnings -Juergen E. Fischer 2015-04-12 +Jürgen E. Fischer 2015-04-12 yet another debian fix (followup 1dd8317) -Juergen E. Fischer 2015-04-12 +Jürgen E. Fischer 2015-04-12 fix grass provider test (followup 7219336) -Juergen E. Fischer 2015-04-11 +Jürgen E. Fischer 2015-04-11 debian packaging fix (followup 1a547d0) @@ -154256,7 +166296,7 @@ Ricardo Garcia Silva 2015-04-11 changed default value of the updateList argument -Juergen E. Fischer 2015-04-11 +Jürgen E. Fischer 2015-04-11 grass related debian packaging update @@ -154265,7 +166305,7 @@ Nyall Dawson 2015-04-11 Some UI tweaks to graduated renderer widget Merge: 325b82423f ed784d94f9 -alexbruy 2015-04-11 +Alexander Bruy 2015-04-11 Merge pull request #1988 from NaturalGIS/master @@ -154282,7 +166322,7 @@ Nyall Dawson 2015-04-11 [feature] graduated with varying size -Juergen E. Fischer 2015-04-10 +Jürgen E. Fischer 2015-04-10 server: fix layer order in 'LayerDrawingOrder' (followup de5a3f5) @@ -154290,11 +166330,11 @@ Giovanni Manghi 2015-04-10 fix gdal_rasterize: remove duplicate options -Juergen E. Fischer 2015-04-10 +Jürgen E. Fischer 2015-04-10 oracle spatial: use sdo_relate for exact intersect feature requests where oracle spatial is available -Juergen E. Fischer 2015-04-10 +Jürgen E. Fischer 2015-04-10 osgeo4w: include python wrapper batch @@ -154318,22 +166358,22 @@ Alexander Bruy 2015-04-10 [processing] fix typo in the algorithm name (fix #12227) -Juergen E. Fischer 2015-04-10 +Jürgen E. Fischer 2015-04-10 GRASS 6/7 build fixes: * fix build on windows * fix grass build on precise (using cmake <2.8.8, ie. without INCLUDE_DIRECTORIES target property) * support desktop & browser shortcut for GRASS 6/7 in OSGeo4W nightly build -pcav 2015-04-10 +Paolo Cavallini 2015-04-10 Better output names for SAGA models -pcav 2015-04-10 +Paolo Cavallini 2015-04-10 Better naming for GDAL outputs (partial fix for http://hub.qgis.org/issues/12542) -pcav 2015-04-10 +Paolo Cavallini 2015-04-10 Various fixes to Processing algs; fix for http://hub.qgis.org/issues/12537 @@ -154347,7 +166387,7 @@ vmora 2015-03-30 The classification remains the same an tabbed size/color in the gui allows the use to choose one type or the other. -pcav 2015-04-10 +Paolo Cavallini 2015-04-10 Better default for a Processing:SAGA module @@ -154383,14 +166423,14 @@ Alexander Bruy 2015-04-09 Merge branch 'fix_gdal_rasterize' of https://github.com/NaturalGIS/QGIS into fix-gdal_rasterize Merge: 33d973f5e4 f94d92f014 -alexbruy 2015-04-09 +Alexander Bruy 2015-04-09 Merge pull request #1976 from radosuav/otb_double_quotes [processing] avoid consecutive quotes when calling OTB algorithms Merge: b83eb9f51c a23a30cb94 -alexbruy 2015-04-09 +Alexander Bruy 2015-04-09 Merge pull request #1980 from NaturalGIS/gdal_rasterize_to_write_over_existing_rasters @@ -154460,15 +166500,15 @@ Giovanni Manghi 2015-04-09 fix gdal rasterize when using an existing raster layer -Juergen E. Fischer 2015-04-09 +Jürgen E. Fischer 2015-04-09 include pointer to message in connection error message (fixes #12526) -Juergen E. Fischer 2015-04-09 +Jürgen E. Fischer 2015-04-09 remove outdated batch file -Juergen E. Fischer 2015-04-09 +Jürgen E. Fischer 2015-04-09 server: fix 'LayerDrawingOrder' (fixes #12484) @@ -154503,7 +166543,7 @@ Nyall Dawson 2015-04-09 Add QgisInterface::composerRemoved signal -Matthias Kuhn 2015-04-08 +Matthias Kuhn 2015-04-08 Add QgisInterface::composerRemoved signal @@ -154545,7 +166585,7 @@ Nyall Dawson 2015-04-08 Fix DPI scaling issue with paint effects and composer -Juergen E. Fischer 2015-04-07 +Jürgen E. Fischer 2015-04-07 postgres data items: don't set srid for geometryless layers @@ -154553,11 +166593,11 @@ radosuav 2015-04-07 [Processing] Avoid consecutive quotes when calling OTB algorithms. -Juergen E. Fischer 2015-04-07 +Jürgen E. Fischer 2015-04-07 indentation update -Juergen E. Fischer 2015-04-07 +Jürgen E. Fischer 2015-04-07 remove duplicate includes @@ -154572,17 +166612,17 @@ Radim Blazek 2015-04-02 [GRASS] multi version build Merge: f055db1e02 6850ce6205 -Sandro Santilli 2015-04-07 +Sandro Santilli 2015-04-07 Merge pull request #1972 from naihil/rubberband-visibility-fix Don`t change current visibility flag of rubberband on updates -Juergen E. Fischer 2015-04-04 +Jürgen E. Fischer 2015-04-04 map canvas: update sip bindings (followup c3321e5) -Juergen E. Fischer 2015-04-04 +Jürgen E. Fischer 2015-04-04 db manager: fix setting of contrast enhancement for spatialite rasters (fixes #12497) @@ -154592,7 +166632,7 @@ Richard Duivenvoorde 2015-04-04 This reverts commit 6122a9fff7697658c61b9f909179c87517aed67a. -Juergen E. Fischer 2015-04-04 +Jürgen E. Fischer 2015-04-04 fix translation string @@ -154606,7 +166646,7 @@ Richard Duivenvoorde 2015-04-03 dump unaryminus without space between operand -Juergen E. Fischer 2015-04-02 +Jürgen E. Fischer 2015-04-02 postgres provider: also apply filterWhereClause to feature iterators (fixes #12499 & #12500) @@ -154625,7 +166665,7 @@ Anatoliy Golubev 2015-04-02 Visibility behavior stays the same as in QGIS 2.6 Test included -rldhont 2015-03-31 +D'Hont René-Luc 2015-03-31 [BUGFIX] Update DatumTransformInfo on layerCrsChanged @@ -154663,14 +166703,14 @@ Anatoliy Golubev 2015-04-01 Don`t change current visibility flag of rubberband on updates -Sandro Santilli 2015-03-28 +Sandro Santilli 2015-03-28 Recompute rubberband extent on zoom/pan Fix #12392 Includes testcase -Sandro Santilli 2015-03-31 +Sandro Santilli 2015-03-31 Scale icon and pen width with rubberband when computing rect @@ -154684,7 +166724,7 @@ Radim Blazek 2015-04-01 [GRASS] mutex function called by browser item (fixes crash in simultaneous loading, e.g. state restore) -Matthias Kuhn 2015-03-31 +Matthias Kuhn 2015-03-31 Set useGui on Android @@ -154692,7 +166732,7 @@ Radim Blazek 2015-03-31 [GRASS] fix crash in browser when opening GRASS 6 mapset with GRASS 7 -rldhont 2015-03-30 +D'Hont René-Luc 2015-03-30 [BUGFIX] In WFS GetFeature joined fields not are not returned @@ -154701,11 +166741,11 @@ rldhont 2015-03-30 The correction is to use layer->pendingFields() and layer->pendingAllAttributesList() -Juergen E. Fischer 2015-03-28 +Jürgen E. Fischer 2015-03-28 dxf export: either use rgb or palette color (followup 9961095) -Matthias Kuhn 2015-03-30 +Matthias Kuhn 2015-03-30 ValueRelation autocompleter: case insensitivity @@ -154716,7 +166756,7 @@ Nathan Woodrow 2015-03-30 Fix #12257 - allow creation of expression field on delimited text layer -Matthias Kuhn 2015-03-29 +Matthias Kuhn 2015-03-29 [FEATURE] Add lineedit with autocompleter for ValueRelation edit widget @@ -154783,37 +166823,37 @@ Nyall Dawson 2015-03-18 Possible fix for placement of labels with offset from point mode and rotation (refs #12217) -Juergen E. Fischer 2015-03-27 +Jürgen E. Fischer 2015-03-27 dxf export: * reinstate palette colors, but exclude black/white * fix hatch transparency * fix active (initial) v(iew)port -Matthias Kuhn 2015-03-24 +Matthias Kuhn 2015-03-24 Add unit tests for virtual fields -Matthias Kuhn 2015-03-24 +Matthias Kuhn 2015-03-24 Make virtual fields updatable Fix #11547 Fix #10994 -Matthias Kuhn 2015-03-18 +Matthias Kuhn 2015-03-18 Show current expression of virtual fields -Matthias Kuhn 2015-03-20 +Matthias Kuhn 2015-03-20 Add filter chaining to the pre-filters of the relation reference wdg -Matthias Kuhn 2015-03-17 +Matthias Kuhn 2015-03-17 Add pre-filters to relation reference widget -Matthias Kuhn 2015-03-16 +Matthias Kuhn 2015-03-16 Add "filter fields" configuraiton option to relation reference widget @@ -154822,7 +166862,7 @@ olivierdalang 2015-03-26 [feature] filter the attribute table only if there is a selection (feature #7541) Merge: 837c7ee8d3 4a52750a48 -Matthias Kuhn 2015-03-26 +Matthias Kuhn 2015-03-26 Merge pull request #1964 from mhugo/fix_querybuilder_joins2 @@ -154845,7 +166885,7 @@ Nyall Dawson 2015-03-26 [composer] Smaller step for attribute table spin widgets -Juergen E. Fischer 2015-03-25 +Jürgen E. Fischer 2015-03-25 postgres provider: fix retrieval of default values from other schemes (fixes #12447) @@ -154857,23 +166897,23 @@ Hugo Mercier 2015-02-18 Allow provider-level filtering on layers with joined fields (fix conflicts) -Juergen E. Fischer 2015-03-24 +Jürgen E. Fischer 2015-03-24 ftools: fix strings and add to translation (fixes #9970) -Juergen E. Fischer 2015-03-24 +Jürgen E. Fischer 2015-03-24 raster calculator: add logarithmic functions -Juergen E. Fischer 2015-03-24 +Jürgen E. Fischer 2015-03-24 server: accept empty bbox as valid (followup 57046c5, fixes #12440) -Juergen E. Fischer 2015-03-24 +Jürgen E. Fischer 2015-03-24 dxf export: fix data defined outline color of simple markers -Juergen E. Fischer 2015-03-24 +Jürgen E. Fischer 2015-03-24 include qgslayerdefinition.sip in bindings @@ -154886,13 +166926,13 @@ Martin Dobias 2015-03-24 behavior in the installer. Merge: 25e4e4d3d6 d2d1d513b5 -Matthias Kuhn 2015-03-24 +Matthias Kuhn 2015-03-24 Merge pull request #1960 from manisandro/nitpick Don't store QGis::WkbType in int -Juergen E. Fischer 2015-03-20 +Jürgen E. Fischer 2015-03-20 dxf export: * switch to rgb colors only (fixes black/white issues) @@ -154900,11 +166940,11 @@ Juergen E. Fischer 2015-03-20 * distiguish polygon outlines from filled polygons in paint engine (fixes #12368) -Juergen E. Fischer 2015-03-23 +Jürgen E. Fischer 2015-03-23 update_ts.sh: include locations -Juergen E. Fischer 2015-03-23 +Jürgen E. Fischer 2015-03-23 expressions: fix modulo 0 crashes (fixes #12431) @@ -154912,7 +166952,7 @@ Sandro Mani 2015-03-23 Don't store QGis::WkbType in int -Juergen E. Fischer 2015-03-23 +Jürgen E. Fischer 2015-03-23 osm export: add buttons to select/unselect all tags @@ -154956,30 +166996,30 @@ Chris Crook 2015-03-21 Merge branch '5605-types' of git://github.com/carolinux/QGIS into carolinux-5605-types -Juergen E. Fischer 2015-03-20 +Jürgen E. Fischer 2015-03-20 better fix for 8c8a9e07 -Larry Shaffer 2015-03-20 +Larry Shaffer 2015-03-20 Set GDAL env vars for when gdal lib is bundled in app on Mac -Juergen E. Fischer 2015-03-20 +Jürgen E. Fischer 2015-03-20 server: fix parsing of bbox numbers in scientific notation containing + (reverts 905561f) -Juergen E. Fischer 2015-03-20 +Jürgen E. Fischer 2015-03-20 server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo) -Larry Shaffer 2015-03-19 +Larry Shaffer 2015-03-19 Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7 - Accidentally removed during merge conflict in 670719c? -Larry Shaffer 2015-03-19 +Larry Shaffer 2015-03-19 Fix typo about becoming a translator @@ -154992,7 +167032,7 @@ Tom Kralidis 2015-03-19 [MetaSearch] adjust current tab index on init -Juergen E. Fischer 2015-03-19 +Jürgen E. Fischer 2015-03-19 indentation update @@ -155000,7 +167040,7 @@ Tom Kralidis 2015-03-19 [MetaSearch] add overwrite OWS connection naming setting and logic (#12327) -Juergen E. Fischer 2015-03-19 +Jürgen E. Fischer 2015-03-19 postgres provider: * further boost field retrieval @@ -155011,7 +167051,7 @@ Nyall Dawson 2015-03-19 Implement smoothing algorithm for geometries -Juergen E. Fischer 2015-03-19 +Jürgen E. Fischer 2015-03-19 [FEATURE] warn on save if last modification date of a loaded project changed @@ -155040,12 +167080,12 @@ Nyall Dawson 2015-03-19 then the label will be left aligned. (fix #11153) -Juergen E. Fischer 2015-03-19 +Jürgen E. Fischer 2015-03-19 also update INSTALL.t2t output files (followup d53fbe8) Merge: 65378e6a10 d53fbe88b7 -Matthias Kuhn 2015-03-19 +Matthias Kuhn 2015-03-19 Merge pull request #1953 from carolinux/doc-fix @@ -155055,7 +167095,7 @@ carolinux 2015-03-19 #5605 Support for long/longlong types -Juergen E. Fischer 2015-03-19 +Jürgen E. Fischer 2015-03-19 vector layer: connect missing edit buffer signals @@ -155066,17 +167106,17 @@ Nyall Dawson 2015-03-19 [db manager] add 'way' to geometry column -Juergen E. Fischer 2015-03-18 +Jürgen E. Fischer 2015-03-18 debian packaging: create LICENSE link (fixes #12400) -Matthias Kuhn 2015-03-18 +Matthias Kuhn 2015-03-18 Close attribute dialog when layer is removed Fix #12336 -Matthias Kuhn 2015-03-18 +Matthias Kuhn 2015-03-18 Find qwt6-qt4 library @@ -155086,7 +167126,7 @@ Etienne Trimaille 2015-03-18 add 'way' to geometry column name' -Juergen E. Fischer 2015-03-18 +Jürgen E. Fischer 2015-03-18 edit widgets: keep default values of new feature's attributes until they are added (fixes #12391 & #12386) @@ -155095,7 +167135,7 @@ carolinux 2015-03-18 Added instructions for compiling qgis in debug mode for development -Matthias Kuhn 2015-03-18 +Matthias Kuhn 2015-03-18 Custom widgets: make sure config can loaded from the project @@ -155119,11 +167159,11 @@ Nyall Dawson 2015-03-18 Fix grid annotation distance not restored in dialog (fix #11991) -Matthias Kuhn 2015-03-17 +Matthias Kuhn 2015-03-17 Don't try to connect to null action (removes a warning) -Juergen E. Fischer 2015-03-17 +Jürgen E. Fischer 2015-03-17 qoci spatial driver: cleanup session & connection when login failed @@ -155142,12 +167182,12 @@ Nyall Dawson 2015-03-17 ... be more permissive about the conversion from string to number after a value is entered in the combo box (fix #12385) -pcav 2015-03-17 +Paolo Cavallini 2015-03-17 Added to contributors Merge: 554a63aa5b 66335b090f -Matthias Kuhn 2015-03-16 +Matthias Kuhn 2015-03-16 Merge pull request #1948 from NaturalGIS/add_fix_credits @@ -155169,7 +167209,7 @@ Tom Kralidis 2015-03-16 [MetaSearch] allow for overwriting OWS connections, or assiging to serialized string -Matthias Kuhn 2015-03-16 +Matthias Kuhn 2015-03-16 Minor fixes for select referenced feature map tool @@ -155200,11 +167240,11 @@ Denis Rouzaud 2015-03-11 fix joins edition (do not loose target field) -Matthias Kuhn 2015-03-11 +Matthias Kuhn 2015-03-11 Do not link qgis_core against qscintilla -Juergen E. Fischer 2015-03-11 +Jürgen E. Fischer 2015-03-11 offline editing: keep subset filter (hello from FOSSGIS) @@ -155231,7 +167271,7 @@ Denis Rouzaud 2015-03-10 [joins] display prefix and joined fields in layer properties -Juergen E. Fischer 2015-03-10 +Jürgen E. Fischer 2015-03-10 attribute table: ShowVisible behaviour mode * change 'show all' action text @@ -155240,7 +167280,7 @@ Juergen E. Fischer 2015-03-10 (fixes #12318) -Juergen E. Fischer 2015-03-10 +Jürgen E. Fischer 2015-03-10 postgres provider: also cast field expressions to text (fixes #12346) @@ -155248,7 +167288,7 @@ Nyall Dawson 2015-03-10 Followup 5d15a07, also fix edit role -Juergen E. Fischer 2015-03-09 +Jürgen E. Fischer 2015-03-09 release.pl: point releases don't require new pictures @@ -155264,7 +167304,7 @@ Werner Macho 2015-03-09 Signed-off-by: Werner Macho -Juergen E. Fischer 2015-03-09 +Jürgen E. Fischer 2015-03-09 fix arm build @@ -155283,16 +167323,16 @@ Bas Couwenberg 2015-02-27 Update copyright years for Tom Kralidis, MetaSearch is (C) 2014. -Juergen E. Fischer 2015-03-07 +Jürgen E. Fischer 2015-03-07 fix precise builds -Juergen E. Fischer 2015-03-07 +Jürgen E. Fischer 2015-03-07 add LD_LIBRARY_PATH note to INSTALL Merge: 0be193d6f7 c68e60427c -Jürgen Fischer 2015-03-07 +Jürgen E. Fischer 2015-03-07 Merge pull request #1943 from sebastic/pyspatialite @@ -155309,12 +167349,12 @@ Bas Couwenberg 2015-03-06 Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead. -Juergen E. Fischer 2015-03-06 +Jürgen E. Fischer 2015-03-06 expression builder widget: save scripts in the same mode they are loaded (avoids adding empty lines on every save on windows) -Juergen E. Fischer 2015-03-06 +Jürgen E. Fischer 2015-03-06 postgres provider: cosmetics (followup 09f410c) @@ -155343,11 +167383,11 @@ Denis Rouzaud 2015-03-05 fix inline editing of scales in rule based renderer -Juergen E. Fischer 2015-03-05 +Jürgen E. Fischer 2015-03-05 osgeo4w: also remove nightly shortcuts -Juergen E. Fischer 2015-03-05 +Jürgen E. Fischer 2015-03-05 osgeo4w: add '(Nightly)' to the nightly build shortcuts @@ -155388,22 +167428,22 @@ Alexander Bruy 2015-03-04 [processing] fix error in MultipleFileInput selector when user press Cancel button -Juergen E. Fischer 2015-03-04 +Jürgen E. Fischer 2015-03-04 postgres provider: use min()/max() before casting (followup bf56457; fixes #12306) Merge: 2844005e80 b5665872a6 -volaya 2015-03-04 +Víctor Olaya 2015-03-04 Merge pull request #1939 from gioman/fix_saga_213_kernel fix SAGA 2.1.3 Kernel Density Estimation -Juergen E. Fischer 2015-03-04 +Jürgen E. Fischer 2015-03-04 postgres provider: disable editing of existing features when ctid is key -Juergen E. Fischer 2015-03-03 +Jürgen E. Fischer 2015-03-03 postgres provider: restore behaviour to keep 3d wkb (refs #9651, followup bd311c8) @@ -155412,21 +167452,21 @@ Giovanni Manghi 2015-03-03 fix SAGA 2.1.3 Kernel Density Estimation -Sandro Santilli 2015-03-03 +Sandro Santilli 2015-03-03 Only scan for dimension if it is not already known as needing force2d Also force 2d on 3d input -Sandro Santilli 2015-03-03 +Sandro Santilli 2015-03-03 Use ST_Force2D from PostGIS-2.1.0 up -Sandro Santilli 2015-03-03 +Sandro Santilli 2015-03-03 Add comment about possible pending bug in force2d need detection -Sandro Santilli 2015-03-03 +Sandro Santilli 2015-03-03 Detect number of dimensions for tables with unconstrained type @@ -155436,16 +167476,16 @@ Sandro Mani 2015-03-03 Don't keep dangling pointers in QgisApp::mPrintComposers -Juergen E. Fischer 2015-03-01 +Jürgen E. Fischer 2015-03-01 release.pl: add tagging of long term release -Juergen E. Fischer 2015-03-01 +Jürgen E. Fischer 2015-03-01 translation string fix Merge: 3628b43a84 1fd43c44f1 -alexbruy 2015-03-01 +Alexander Bruy 2015-03-01 Merge pull request #1935 from gioman/processing_ogr_better_quotes @@ -155459,14 +167499,14 @@ Giovanni Manghi 2015-03-01 better quotes in processing/ogr import to postgis tools -Juergen E. Fischer 2015-02-28 +Jürgen E. Fischer 2015-02-28 dxf2shp cleanup: * save block inserts in separate shape instead of expanding it once at the first insertion (also removes GPL-2 only code) * update dxflib to 3.7.5 (usable under GPL-2+) -Juergen E. Fischer 2015-02-27 +Jürgen E. Fischer 2015-02-27 composer attribute table: fix changing header font (fixes #12233) @@ -155527,22 +167567,22 @@ Chris Crook 2015-02-26 Adding missing type definitions to delimited text provider -Juergen E. Fischer 2015-02-26 +Jürgen E. Fischer 2015-02-26 fix measurement dialog translation (fixes #12262) -Juergen E. Fischer 2015-02-26 +Jürgen E. Fischer 2015-02-26 remove obsolete python ts removal Merge: 97ace3cf38 159f577583 -Jürgen Fischer 2015-02-25 +Jürgen E. Fischer 2015-02-25 Merge pull request #1930 from sebastic/debian Add dependency on libqgis-server to libqgis-dev. -Juergen E. Fischer 2015-02-25 +Jürgen E. Fischer 2015-02-25 debian packaging fix (fixes #11465) @@ -155550,19 +167590,19 @@ Bas Couwenberg 2015-02-25 Add dependency on libqgis-server to libqgis-dev. -Matthias Kuhn 2015-02-25 +Matthias Kuhn 2015-02-25 Fix a const... -Juergen E. Fischer 2015-02-25 +Jürgen E. Fischer 2015-02-25 use PyQt4 where deprecated pyqtconfig is unavailable (fixes #10596 and fixes #11465) -Juergen E. Fischer 2015-02-25 +Jürgen E. Fischer 2015-02-25 debian packaging updates -Juergen E. Fischer 2015-02-25 +Jürgen E. Fischer 2015-02-25 documentation updates @@ -155583,7 +167623,7 @@ Bas Couwenberg 2015-02-25 * Install schemaExtension.xsd in qgis-server. * Install contributors.json & developersmap.html in qgis-common. -Sandro Santilli 2015-02-25 +Sandro Santilli 2015-02-25 Rotation in map canvas is activated by default @@ -155664,11 +167704,11 @@ Salvatore Larosa 2015-02-24 [bookmark] fix translation string: fixes to avoid an empty bookmark name on import when system locale is different from english -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 fix crash on exit -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 update QgsAttributeDialog sip bindings (fixes #12248) @@ -155725,25 +167765,25 @@ Alexander Bruy 2015-02-24 python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py Merge: 33c6051f58 bf08b7b871 -alexbruy 2015-02-24 +Alexander Bruy 2015-02-24 Merge pull request #1924 from gioman/processing_add_gdal_tileindex [processing] add gdal tileindex -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 debian packaging fix -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 fix build (followup 6de2828) -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 remove debug output (followup 6de2828) -Juergen E. Fischer 2015-02-24 +Jürgen E. Fischer 2015-02-24 fix wmts (fixes #12241; followup 1e97b62c) @@ -155752,7 +167792,7 @@ Giovanni Manghi 2015-02-24 processing: add gdal tileindex Merge: 0ccc07af0e 6c142ede0a -Jürgen Fischer 2015-02-23 +Jürgen E. Fischer 2015-02-23 Merge pull request #1923 from sebastic/debian @@ -155766,7 +167806,7 @@ Bas Couwenberg 2015-02-23 Fix libqgis-customwidgets package name in dh_makeshlibs override, doesn't contain ABI anymore. -Juergen E. Fischer 2015-02-23 +Jürgen E. Fischer 2015-02-23 raster calculator fixes (fixes #12238) * GDALGetGeoTransform failures can be ignored (partly reverts 0080f9e) @@ -155800,7 +167840,7 @@ Tom Kralidis 2015-02-23 prevent CSW connection names with "/" to be set Merge: f9c1db8073 8d87f35304 -volaya 2015-02-23 +Víctor Olaya 2015-02-23 Merge pull request #1921 from anitagraser/patch-7 @@ -155828,7 +167868,7 @@ Anita Graser 2015-02-22 The script wrongly returned the path to the second layer rather than the first layer which the selection actually is applied to. -Juergen E. Fischer 2015-02-22 +Jürgen E. Fischer 2015-02-22 attribute form: lookup attribute fields by name. joined layers might be unavailable at load time (fixes #12146) @@ -155836,7 +167876,7 @@ Salvatore Larosa 2015-02-22 increases slightly the zoom of the developers map in about box -Juergen E. Fischer 2015-02-22 +Jürgen E. Fischer 2015-02-22 release.pl: support point releases @@ -155844,11 +167884,11 @@ Alexander Bruy 2015-02-22 fix developer meeting date in about dialog -Juergen E. Fischer 2015-02-22 +Jürgen E. Fischer 2015-02-22 don't set parent of QFontDialog to avoid the stylesheet font (fixes #12233) -Juergen E. Fischer 2015-02-22 +Jürgen E. Fischer 2015-02-22 debian packaging fix (launchpad builds i386 with binary and amd64 with binary-arch only) @@ -155866,19 +167906,19 @@ Tim Sutton 2015-02-21 Updated developer image for about box -Tim Sutton 2015-02-21 +Tim Sutton 2015-02-21 Updated developer image for about box -Larry Shaffer 2015-02-20 +Larry Shaffer 2015-02-20 Add qgis.server to PyQGIS console .api file generation -Larry Shaffer 2015-02-20 +Larry Shaffer 2015-02-20 Update Mac bundling for qgis_server lib -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 oracle provider: consider srid when looking trying spatial index (followup 991f94d; fixes #12230) @@ -155897,31 +167937,31 @@ Ian Edwards 2015-02-20 This PR updates README.md to reflect this for potential users who are concerned about the license restrictions if QGIS were GPLv2-only. -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 osgeo4w: fix python server module packaging -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 include missing zh-Hans translation -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 use gdal enums GDALDataType and GDALColorInterp instead of int -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 Bump version to 2.9 -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 changelog update for 2.8 -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 translation update to 2.8 from transifex -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 fix syntax error (followup 7ffdef2) @@ -155932,11 +167972,11 @@ Tim Sutton 2015-02-20 Small tweaks and improvements to the changelog in news -Tim Sutton 2015-02-20 +Tim Sutton 2015-02-20 Small tweaks and improvements to the changelog in news -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Add tests for rotated map @@ -155946,7 +167986,7 @@ Sandro Santilli 2015-02-19 with data-defined or fixed rotation, parallel line labels. Merge: 34a6a368a8 494c36a102 -mhugent 2015-02-20 +Marco Hugentobler 2015-02-20 Merge pull request #1860 from marcel-dancak/getfeatureinfo-bbox-fix @@ -155970,7 +168010,7 @@ Martin Dobias 2015-02-20 In the scenario described in the bug report, the selected text was empty, but editor's hasSelectedText() would still return True -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 add translations update and changelog update to bin/release.pl @@ -155995,11 +168035,11 @@ Martin Dobias 2015-02-20 Previously it would leave all output files except for the first one empty -Juergen E. Fischer 2015-02-20 +Jürgen E. Fischer 2015-02-20 Some documentation updates preceeding the release -Tim Sutton 2015-02-19 +Tim Sutton 2015-02-19 Use cmake variable rather than env var for QGIS Cmake Find rules when using a custom QGIS prefix. @@ -156007,11 +168047,11 @@ Tim Sutton 2015-01-23 Added support for finding QGIS in QGIS_PREFIX_PATH when using FindQGIS.cmake -Juergen E. Fischer 2015-02-19 +Jürgen E. Fischer 2015-02-19 avoid repeating the array dimension (followup e6f91ca) -Juergen E. Fischer 2015-02-19 +Jürgen E. Fischer 2015-02-19 restore initial page (followup 74d0846) @@ -156034,7 +168074,7 @@ Ivan Mincik 2015-02-19 Adding 'Marcel Dancak' and 'Ivan Mincik' to contributors -Juergen E. Fischer 2015-02-19 +Jürgen E. Fischer 2015-02-19 server: also load value related layers for cached layers @@ -156046,7 +168086,7 @@ Radim Blazek 2015-02-19 Browser GRASS multilayer map fix -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Correctly remove duplicated check @@ -156054,22 +168094,22 @@ Martin Dobias 2015-02-19 Added myself to the map -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Handle save and load error for rendered image -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Revert "Remove duplicated check" This reverts commit 9a4cecc5f7e8329f1a09e3b9eeccbd764bb33f40. The check was not duplicated, I just misread it (Oops, sorry) -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Remove duplicated check -Sandro Santilli 2015-02-19 +Sandro Santilli 2015-02-19 Give a better error message when expected image is missing @@ -156082,7 +168122,7 @@ Martin Dobias 2015-02-19 This was causing unexpected changes to rule keys on 3rd level and deeper -Larry Shaffer 2015-02-19 +Larry Shaffer 2015-02-19 Followup to ea00b36; only replace Q_WS_X11 with Q_OS_UNIX for non-Mac @@ -156134,20 +168174,20 @@ Nyall Dawson 2015-02-18 Ultimately, masking along with multi render checks for specific platform differences should be flexible enough to meet our needs. -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 postgres provider: also use fieldExpression used to retrieve values in minimumValue/maximumValue/uniqueValues -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 server: keep NULL values on featureinfo -Larry Shaffer 2015-02-18 +Larry Shaffer 2015-02-18 Add C++11 -Wno-deprecated-register only to clang versions with support -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 defer readMapLayer signal for layers with joins to let editor widgets pickup joined fields @@ -156165,22 +168205,22 @@ Nyall Dawson 2015-02-18 Fix warning -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 coverity fixes -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 identation update Merge: b6dd1e4119 b1bc3cd77b -Jürgen Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 Merge pull request #1909 from nirvn/memorylayer_uid_fix [memory layer] improve data source uid to be unique across different sessions -Juergen E. Fischer 2015-02-18 +Jürgen E. Fischer 2015-02-18 fix string truncation with spatialite and memory layers (followup 065d190d) @@ -156222,7 +168262,7 @@ Martin Dobias 2015-02-18 Fix #11785 - WFS failed to determine geometry column -nirvn 2015-02-18 +Mathieu Pellerin 2015-02-18 [memory layer] improve data source uid to be unique across different sessions @@ -156242,15 +168282,15 @@ Salvatore Larosa 2015-02-17 [pyqgis-console] prepared api file update -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 fix freebsd build (fixes #12105) -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 identify results: consider plain/text wms response and gml attributes as utf-8 -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 processing: add uuid parameter to memory: outputs (followup f64730e) @@ -156261,22 +168301,22 @@ Nyall Dawson 2015-02-18 Includes fixes for out-of-bounds read and incorrect generation of numbers -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 processing: fix unused variable error Merge: da0822c588 e62a7fa7c3 -alexbruy 2015-02-17 +Alexander Bruy 2015-02-17 Merge pull request #1904 from gioman/fix_ogr2ogr_clip [processing] ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 server: add charset utf-8 to content type of responses in text/ format -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 server: also load layers referenced in value relations (followup ceceebdf9) @@ -156288,13 +168328,13 @@ Martin Dobias 2015-02-17 exceeded 5000 pixels. Merge: f64730e8d1 3bb448a077 -Matthias Kuhn 2015-02-17 +Matthias Kuhn 2015-02-17 Merge pull request #1893 from rutsky/patch-2 add missing dot at the end of sentence -Juergen E. Fischer 2015-02-17 +Jürgen E. Fischer 2015-02-17 workaround to create unique memory layer data sources (fixes #12206) @@ -156336,26 +168376,26 @@ Nyall Dawson 2015-02-17 Hide logically dead code -Juergen E. Fischer 2015-02-16 +Jürgen E. Fischer 2015-02-16 server getfeatureinfo: delegate value representation to editor widgets (fixes #12210) -Juergen E. Fischer 2015-02-16 +Jürgen E. Fischer 2015-02-16 dxf export: fix encoding for japanese (take II; followup ce0fd7a) Merge: b3bd32ff96 1144f3e638 -Matthias Kuhn 2015-02-16 +Matthias Kuhn 2015-02-16 Merge pull request #1901 from m-kuhn/fixrendering Fix rendering position in incremental rendering -Juergen E. Fischer 2015-02-16 +Jürgen E. Fischer 2015-02-16 server getfeatureinfo: restore quoting in plain/text format -Matthias Kuhn 2015-02-16 +Matthias Kuhn 2015-02-16 Fix rendering position in incremental rendering @@ -156363,7 +168403,7 @@ Nyall Dawson 2015-02-16 Fix misuse of enum in qwt_polar_plot -Juergen E. Fischer 2015-02-16 +Jürgen E. Fischer 2015-02-16 dxf export: fix encoding for japanese @@ -156407,31 +168447,31 @@ Nyall Dawson 2015-02-16 Fix big parameter passed by value warnings -Juergen E. Fischer 2015-02-16 +Jürgen E. Fischer 2015-02-16 remove unused message log viewer flag (follows up followup followup 957f1ac) -Juergen E. Fischer 2015-02-15 +Jürgen E. Fischer 2015-02-15 dxf export: doxyment more methods -Juergen E. Fischer 2015-02-15 +Jürgen E. Fischer 2015-02-15 dxf export: make encoding configurable (fixes #11578) -Matthias Kuhn 2015-02-15 +Matthias Kuhn 2015-02-15 Followup followup ff788db The code was moved. This was just a leftover. -Matthias Kuhn 2015-02-15 +Matthias Kuhn 2015-02-15 Followup ff788db Commit ff788db unintentionally inverted the meaning of the ifdef check -Juergen E. Fischer 2015-02-15 +Jürgen E. Fischer 2015-02-15 snapping dialog: block signals when reloading snapping options QgsProject: also apply default when property is not available and not only if @@ -156443,11 +168483,11 @@ Nyall Dawson 2015-02-15 [raster] Fix unintentional int overflow -Juergen E. Fischer 2015-02-14 +Jürgen E. Fischer 2015-02-14 fix QgsProject::clearProperties() doxymentation -Juergen E. Fischer 2015-02-14 +Jürgen E. Fischer 2015-02-14 restore option to open the attribute table with only currently visible features to improve performance (actually to make it usable with large tables again). @@ -156459,7 +168499,7 @@ Juergen E. Fischer 2015-02-14 fixes #10619 Merge: f69e0bbf54 221ba9c336 -Jürgen Fischer 2015-02-14 +Jürgen E. Fischer 2015-02-14 Merge pull request #1900 from mhugo/fix_spatialite2 @@ -156477,16 +168517,16 @@ Nyall Dawson 2015-02-14 Fix memory leak in PAL labelling engine -Juergen E. Fischer 2015-02-13 +Jürgen E. Fischer 2015-02-13 fix processing plugin main translation and add translations for toplevel toolbox entries (fixes #12168) -Juergen E. Fischer 2015-02-13 +Jürgen E. Fischer 2015-02-13 attribute table filter: consider LongLong numeric too -Juergen E. Fischer 2015-02-13 +Jürgen E. Fischer 2015-02-13 qgis server fixes: * support edit types based on edit widgets (adds qgis_gui dependency; fixes #12091) @@ -156499,23 +168539,23 @@ Hugo Mercier 2015-02-13 [spatialite] Fix geometry column name case sensitivity -Juergen E. Fischer 2015-02-13 +Jürgen E. Fischer 2015-02-13 fix field calculator when update are allowed and add attribute is not (fixes #11932) -Juergen E. Fischer 2015-02-12 +Jürgen E. Fischer 2015-02-12 improve field conversions (fixes #12004) -Juergen E. Fischer 2015-02-12 +Jürgen E. Fischer 2015-02-12 fix runtime warning -Juergen E. Fischer 2015-02-12 +Jürgen E. Fischer 2015-02-12 fix doxymentation warnings -Juergen E. Fischer 2015-02-12 +Jürgen E. Fischer 2015-02-12 processing: verify postgresql access and request credentials if necessary (fixes #12137) @@ -156530,7 +168570,7 @@ Nyall Dawson 2015-02-12 workaround probably should be moved to QgsApplication::exitQgis() but I'll do that after release in case of regressions. -Larry Shaffer 2015-02-12 +Larry Shaffer 2015-02-12 Enable C++11 only for newer clang versions; match AppleClang for Cmake 3 @@ -156538,7 +168578,7 @@ Larry Shaffer 2015-02-12 introduction of AppleClang compiler ID for Mac-specific Xcode clang, which has different reported versions than upstream clang -Juergen E. Fischer 2015-02-12 +Jürgen E. Fischer 2015-02-12 fix crash on snapping locator removal @@ -156555,7 +168595,7 @@ Nyall Dawson 2015-02-12 Coverity fixes Merge: b26556e551 3c938275eb -volaya 2015-02-12 +Víctor Olaya 2015-02-12 Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper @@ -156568,7 +168608,7 @@ Martin Dobias 2015-02-12 The on the fly simplification can corrupt geometries so let's try to deal with it best we can -Nathan Woodrow 2015-02-12 +Nathan Woodrow 2015-02-12 Fix #11993 - Fix crash with node tool and sql server @@ -156582,7 +168622,7 @@ Martin Dobias 2015-02-12 Fix #11724 - do to not add extra geometries in union (ftools + processing) -Nathan Woodrow 2015-02-12 +Nathan Woodrow 2015-02-12 MSSQL - Don't use spatial index if there is null values, calc extent instead. @@ -156601,7 +168641,7 @@ Nyall Dawson 2015-02-12 More Coverity fixes -Sandro Santilli 2015-02-11 +Sandro Santilli 2015-02-11 Add map rotation to symbol rotation @@ -156626,11 +168666,11 @@ arnaud.morvan@camptocamp.com 2015-02-11 Fix #12183 - avoid error message in fieldsmapper when no field type selected -Juergen E. Fischer 2015-02-11 +Jürgen E. Fischer 2015-02-11 indentation update/fix (followup 9ab22bd) -Juergen E. Fischer 2015-02-11 +Jürgen E. Fischer 2015-02-11 add override support to qgisstyle include pep8 call in indentation run for python code @@ -156681,21 +168721,21 @@ Nyall Dawson 2015-02-11 Coverity null dereference fixes -Nathan Woodrow 2015-02-11 +Nathan Woodrow 2015-02-11 Fix #12167 - Handle nulls in show label property for labels Funded by Digital Mapping Solutions -Juergen E. Fischer 2015-02-11 +Jürgen E. Fischer 2015-02-11 fix windows build -Juergen E. Fischer 2015-02-11 +Jürgen E. Fischer 2015-02-11 support datum transformation in composer (fixes #11874) -Juergen E. Fischer 2015-02-10 +Jürgen E. Fischer 2015-02-10 emit is not a function @@ -156711,13 +168751,13 @@ Nyall Dawson 2015-02-11 Fix warning -Juergen E. Fischer 2015-02-10 +Jürgen E. Fischer 2015-02-10 offline editing: add layer to map layer registry before copying the symbology - otherwise edit widget settings won't be copied (fixes #11827) -Juergen E. Fischer 2015-02-10 +Jürgen E. Fischer 2015-02-10 attribute table: fix update of sort column (fixes #10976) @@ -156729,7 +168769,7 @@ Martin Dobias 2015-02-10 Replacing the forced repaint() call by more suitable update() -Juergen E. Fischer 2015-02-10 +Jürgen E. Fischer 2015-02-10 fix check-no-x @@ -156741,7 +168781,7 @@ Nyall Dawson 2015-02-10 Default to faster render for heatmap renderer -Nathan Woodrow 2015-02-10 +Nathan Woodrow 2015-02-10 Right missing right click on QgsColorButtonV2 @@ -156785,15 +168825,15 @@ Martin Dobias 2015-02-10 Fix intersection in SelectByLocation and ExtractByLocation -Juergen E. Fischer 2015-02-10 +Jürgen E. Fischer 2015-02-10 raster calculator: allow unquoted raster references (fixes #11682) -Juergen E. Fischer 2015-02-09 +Jürgen E. Fischer 2015-02-09 postgres provider: restore default for cursor counter -Juergen E. Fischer 2015-02-09 +Jürgen E. Fischer 2015-02-09 INSTALL: remove reference to Visual C++ 2008 @@ -156807,7 +168847,7 @@ Martin Dobias 2015-02-09 The fix adds a flag in the point locator, so the index is not rebuilt unless there are some features in the layer -Juergen E. Fischer 2015-02-09 +Jürgen E. Fischer 2015-02-09 fix leak on loading layer definition (also fixes #12064) @@ -156828,16 +168868,16 @@ Nyall Dawson 2015-02-08 Also fix a bunch of inefficiencies in the code. -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 more coverity fixes -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 rename new QgsSnapper::snapPoint method to snapMapPoint and restore python name of deprecated old version (fixes #12153) -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 nine cell filter: restore defaults @@ -156856,54 +168896,54 @@ Nyall Dawson 2015-02-09 Add missing overrides -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 new coverity fixes -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 postgres provider: show notices -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 fix windows build (pow called with an integer) and comma cosmetics -Matthias Kuhn 2015-02-08 +Matthias Kuhn 2015-02-08 Reduce debug noise and fix Qt5 compatibility Fix #12145 (Master does not compile with Qt5 libraries) -Matthias Kuhn 2015-02-08 +Matthias Kuhn 2015-02-08 Preserve formatting of expressions for datadefined symbology Followup 6fb347d -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 followup 2f9dfd250 -Juergen E. Fischer 2015-02-08 +Jürgen E. Fischer 2015-02-08 fix build error Merge: afd21cd79f 9e51488a88 -volaya 2015-02-08 +Víctor Olaya 2015-02-08 Merge pull request #1753 from arnaud-morvan/processing_managefields Create FieldMapper GeoAlgorithm Merge: b1a2ccdc90 84936e59e7 -volaya 2015-02-08 +Víctor Olaya 2015-02-08 Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators Processing bylocation operators Merge: 6ed695aa73 a18286fa3d -alexbruy 2015-02-08 +Alexander Bruy 2015-02-08 Merge pull request #1892 from neteler/master @@ -156913,7 +168953,7 @@ Markus Neteler 2015-02-07 GRASS GIS batch job needs sqlite directory to be created -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 remaining cppcheck issues @@ -156921,19 +168961,19 @@ Markus Neteler 2015-02-07 updates for GRASS GIS 7 support; file date updated in comment -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 fix build without QwtPolar -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 move travis notifications to #qgis-test -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 fix more cppcheck issues -Sandro Santilli 2015-02-07 +Sandro Santilli 2015-02-07 Use core support for map rotation in composer @@ -156942,13 +168982,13 @@ Sandro Santilli 2015-02-07 Fix #11912 -Sandro Santilli 2015-02-06 +Sandro Santilli 2015-02-06 Show actually visible canvas area in overview (possibly rotated) Fix #11862 -Sandro Santilli 2015-02-07 +Sandro Santilli 2015-02-07 Add a new visiblePolygon method to QgsMapSettings @@ -156958,15 +168998,15 @@ Sandro Santilli 2015-02-07 Adds new testcase for QgsMapSettings, including test for visibleExtent, mapUnitsPerPixel and the new visiblePolygon method. -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 fix warnings and extra semicolons -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 fix cppcheck issues -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 restore imports in python/plugins/processing/__init__.py (followup 956c155e8) @@ -156988,7 +169028,7 @@ Nyall Dawson 2015-02-07 Coverity fixes (uninitialized members) -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 again more coverity fixes @@ -156996,11 +169036,11 @@ Nyall Dawson 2015-02-07 More (probably harmless) uninitialized variables in tests -Juergen E. Fischer 2015-02-07 +Jürgen E. Fischer 2015-02-07 more coverity fixes -Juergen E. Fischer 2015-02-06 +Jürgen E. Fischer 2015-02-06 fix some coverity issues @@ -157008,7 +169048,7 @@ Vladimir Rutsky 2015-02-06 treat PostgreSQL's "xml" type as string -Sandro Santilli 2015-02-06 +Sandro Santilli 2015-02-06 Have QCOMPARE be more verbose about failure @@ -157035,26 +169075,26 @@ Nyall Dawson 2015-02-06 (improves Coverity signal-to-noise ratio) Merge: 6f338d75aa f6d533a807 -volaya 2015-02-06 +Víctor Olaya 2015-02-06 Merge pull request #1886 from radosuav/processing_fix [Processing] Don't fill empty fields in batch mode with 0. Merge: 59b758bb27 5c5cb4066a -volaya 2015-02-06 +Víctor Olaya 2015-02-06 Merge pull request #1887 from gioman/fix_processing_ogr_clip fixes processing ogr clip tools when input is postgis/spatialite -Nathan Woodrow 2015-02-06 +Nathan Woodrow 2015-02-06 Fix #12069 - Don't adjust size of projection combobox Funded by Digital Mapping Solutions -Nathan Woodrow 2015-02-06 +Nathan Woodrow 2015-02-06 Fix #12055 - Add split to function/help area on expression builder @@ -157068,7 +169108,7 @@ Giovanni Manghi 2015-02-05 fixes processing ogr clip tools when input is postgis/spatialite -Sandro Santilli 2015-02-05 +Sandro Santilli 2015-02-05 Use a simpler image for testing composer map rotation and overview @@ -157076,7 +169116,7 @@ Sandro Santilli 2015-02-05 Add rendering anomalies, as determined by travis ubuntu 12.02 Merge: e4fb95fad1 3749867c8f -alexbruy 2015-02-05 +Alexander Bruy 2015-02-05 Merge pull request #1885 from gioman/processing_add_gdal_tiff_compression_options @@ -157106,16 +169146,16 @@ Nyall Dawson 2015-02-05 ...thanks Coverity, thoverity. -Nathan Woodrow 2015-02-05 +Nathan Woodrow 2015-02-05 Use Python editor font and size for code editor -Nathan Woodrow 2015-02-05 +Nathan Woodrow 2015-02-05 Fix #12100 - Expression tab by default Merge: 91c4e7a37e 1fe580ca91 -alexbruy 2015-02-04 +Alexander Bruy 2015-02-04 Merge pull request #1881 from gioman/fix_processing_gdal_dstnodata @@ -157126,7 +169166,7 @@ Giovanni Manghi 2015-02-04 fix processing gdalwarp dstnodata Merge: 7e66e33485 98fb59b3da -alexbruy 2015-02-04 +Alexander Bruy 2015-02-04 Merge pull request #1880 from gioman/processing_fix_gdal_a_nodata @@ -157160,7 +169200,7 @@ Nyall Dawson 2015-02-04 can't see an alternative solution without breaking API and making one of the constructors explicit or changing their signature. -Juergen E. Fischer 2015-02-04 +Jürgen E. Fischer 2015-02-04 fix windows 32bit build @@ -157173,28 +169213,28 @@ Martin Dobias 2015-02-04 As a side effect, tolerance can be now entered also in pixels. -Juergen E. Fischer 2015-02-04 +Jürgen E. Fischer 2015-02-04 sip fix: remove duplicate method and private methods from server request handler (followup abd4a043) -Juergen E. Fischer 2015-02-03 +Jürgen E. Fischer 2015-02-03 osgeo4w: link 32bit against Qwt 6 -Juergen E. Fischer 2015-02-03 +Jürgen E. Fischer 2015-02-03 relation reference widget: add methods to sip (followup 52c2e4e90) Merge: 3c2a92b9ee 52c2e4e90a -Jürgen Fischer 2015-02-03 +Jürgen E. Fischer 2015-02-03 Merge pull request #1870 from m-kuhn/relref-orderbyvalue Allow "order features by value" for relation reference widget Merge: 6f2ba0f0d7 035229f3d9 -alexbruy 2015-02-03 +Alexander Bruy 2015-02-03 Merge pull request #1879 from gioman/fix_processing_encoding_split_vector_layer @@ -157229,7 +169269,7 @@ Alexander Bruy 2015-02-03 [processing] restore missed icons in various dialogs Merge: a2d430eba2 2a339082c4 -alexbruy 2015-02-03 +Alexander Bruy 2015-02-03 Merge pull request #1878 from gioman/fix_processing_encoding @@ -157245,23 +169285,23 @@ Martin Dobias 2015-02-03 Discovered by Nyall and coverity scan -Juergen E. Fischer 2015-02-03 +Jürgen E. Fischer 2015-02-03 sip update -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 hide console when python support is not available -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable (fixes #12011) -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 osgeo4w: disable coverage tests -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 fix python imports (followup ee365bfc) @@ -157273,11 +169313,11 @@ Martin Dobias 2015-02-02 - fix highlight when a segment is snapped - fix ghost marker at (0,0) when digitizing first point -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 dbmanager: fix import (followup 956c155e8f) -Juergen E. Fischer 2015-01-30 +Jürgen E. Fischer 2015-01-30 fix warning @@ -157289,23 +169329,23 @@ Nyall Dawson 2015-02-02 Dash is back up. -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 debian packages: only enable coverage tests for debug builds -Juergen E. Fischer 2015-02-02 +Jürgen E. Fischer 2015-02-02 fix pep8 warnings Merge: db89a045ab de2b3ea81d -alexbruy 2015-02-02 +Alexander Bruy 2015-02-02 Merge pull request #1874 from gioman/fix_processing_ogr_postgis_import_2 new fixes for processing/ogr import in postgis tools Merge: cd86710d87 9edff1430f -alexbruy 2015-02-02 +Alexander Bruy 2015-02-02 Merge pull request #1873 from gioman/processing_remove_unsupported_raster_formats @@ -157350,7 +169390,7 @@ Nyall Dawson 2015-02-02 Gcc builds were too resource hungry and kept getting killed by Travis. Will keep investigating alternate approaches... -Juergen E. Fischer 2015-02-01 +Jürgen E. Fischer 2015-02-01 fix python pep8 warnings and fix some revealed errors @@ -157358,19 +169398,19 @@ Juergen E. Fischer 2015-02-01 --exclude="ui_*.py,debian/*,python/ext-libs/*" \ . -Juergen E. Fischer 2015-02-01 +Jürgen E. Fischer 2015-02-01 remove duplicate separator in test diff pngs Merge: 9a4612e931 8d7c2d7a8d -alexbruy 2015-02-01 +Alexander Bruy 2015-02-01 Merge pull request #1872 from gioman/processing_fix_qgis_raster_tools [processing] add support for rasters other than float32 in qgis/processing raster tools Merge: fe27b63576 bb97dcc8d1 -alexbruy 2015-02-01 +Alexander Bruy 2015-02-01 Merge pull request #1871 from gioman/fix_processing_ogr_postgis_import @@ -157384,11 +169424,11 @@ Giovanni Manghi 2015-01-31 processing: add support for rasters other than float in qgis/processing raster tools -Juergen E. Fischer 2015-01-30 +Jürgen E. Fischer 2015-01-30 enable coverage in travis, debian builds and osgeo4w nightlies -Juergen E. Fischer 2015-01-30 +Jürgen E. Fischer 2015-01-30 database providers: cope with empty attribute changes (fixes #12040) @@ -157415,13 +169455,13 @@ Marco Hugentobler 2015-01-30 Server: create wfs layer objects only if layer is published as wfs. Bugfix funded by Sourcepole QGIS Enterprise -Matthias Kuhn 2015-01-29 +Matthias Kuhn 2015-01-29 Fix graphical glitches caused by empty menu on attribute dialog Fix #12061 -Matthias Kuhn 2015-01-29 +Matthias Kuhn 2015-01-29 Allow "order features by value" for relation reference widget @@ -157438,11 +169478,11 @@ Nyall Dawson 2015-01-29 would be randomly chosen. Now, the previous settings are remembered and correctly restored. -Nathan Woodrow 2015-01-29 +Nathan Woodrow 2015-01-29 Fix #12053 - Add tooltips and text to buttons in function editor -volaya 2015-01-28 +Víctor Olaya 2015-01-28 [processing] fixed ogr import to postgis when origin layer is a database @@ -157482,13 +169522,13 @@ Michael Kirk 2015-01-26 Conflicts: src/gui/qgisgui.h -Juergen E. Fischer 2015-01-27 +Jürgen E. Fischer 2015-01-27 fix potential link error on windows - if anything was using QgisGui::createFileFilter_() outside of the gui dll it would produce a link error -Juergen E. Fischer 2015-01-27 +Jürgen E. Fischer 2015-01-27 fix example indentation @@ -157506,7 +169546,7 @@ Michael Kirk 2015-01-25 FIXES: #8493 Merge: 609db7d2af b835f406fa -volaya 2015-01-26 +Víctor Olaya 2015-01-26 Merge pull request #1852 from radosuav/changes @@ -157526,7 +169566,7 @@ Gary Sherman 2015-01-25 Fix name and email -Juergen E. Fischer 2015-01-25 +Jürgen E. Fischer 2015-01-25 fix typo @@ -157543,31 +169583,31 @@ Martin Dobias 2015-01-25 This would cause issues when editing geometries with OTF on. Discovered by @nirvn -Juergen E. Fischer 2015-01-25 +Jürgen E. Fischer 2015-01-25 db manager: request credentials directly when connection failed (fixes #11886) -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 postgres provider: improve owner check (fixes #9844) -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 fix signal/slot warnings -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 fix backtrace output -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 indentation update -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 fix typo -Juergen E. Fischer 2015-01-24 +Jürgen E. Fischer 2015-01-24 postgis connection: remove duplicate tooltips @@ -157604,13 +169644,13 @@ Denis Rouzaud 2015-01-23 fix combo index Merge: 01fd4f3365 b1b3614fea -alexbruy 2015-01-23 +Alexander Bruy 2015-01-23 Merge pull request #1859 from rduivenvoorde/xmin_rename [processing] changing fieldnames from xmin to x_min -Matthias Kuhn 2015-01-23 +Matthias Kuhn 2015-01-23 Join: Fix specific set of fields not editable @@ -157627,7 +169667,7 @@ Richard Duivenvoorde 2015-01-23 a vector grid and transfer it to Postgis Merge: 743f72d08c 5c89fdfea3 -mhugent 2015-01-23 +Marco Hugentobler 2015-01-23 Merge pull request #1857 from rldhont/server_wms_sld_describe_layer @@ -157681,19 +169721,19 @@ Martin Dobias 2015-01-23 [FEATURE] New snapping mode to snap to all layers -Juergen E. Fischer 2015-01-23 +Jürgen E. Fischer 2015-01-23 fix parsing of datasource uri -Juergen E. Fischer 2015-01-23 +Jürgen E. Fischer 2015-01-23 fix legend crash -Juergen E. Fischer 2015-01-22 +Jürgen E. Fischer 2015-01-22 dxf export: support line offsets -Juergen E. Fischer 2015-01-22 +Jürgen E. Fischer 2015-01-22 indentation update @@ -157711,7 +169751,7 @@ Tim Sutton 2015-01-22 Dont dump projects to console when reading them -rldhont 2015-01-22 +D'Hont René-Luc 2015-01-22 [SERVER][FEATURE] Add DescribeLayer Method to WMS @@ -157735,7 +169775,7 @@ rldhont 2015-01-22 the feature/coverage types. Note that it is perfectly valid for a named layer not to be describable in this way. -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 Offline editing: preserve tree structure fix @@ -157744,41 +169784,41 @@ Matthias Kuhn 2015-01-22 Followup 46490d4 -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 Offline editing: Use layer id instead of layer name for table name Avoids table name collisions -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 Test for non-custom prefix join name -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 Add test for custom prefix on joins -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 Offline editing: preserve join field names (layer prefix) -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Offline editing: preserve scale based visibility -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Backup layer join information when converting to offline project -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Preserve legend tree structure when creating offline project -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Add python bindings for QgsMessageBar slots -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Offline editing plugin: only copy provider fields @@ -157786,16 +169826,16 @@ Matthias Kuhn 2015-01-15 attempted to copy every field in the layer (including virtual fields and joins) introducing a crash. -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Add convenience slots to QgsMessageBar -Matthias Kuhn 2015-01-15 +Matthias Kuhn 2015-01-15 Make offline editing warnings use message bar and more verbose Merge: ff6b7decea fff15e5ba6 -alexbruy 2015-01-22 +Alexander Bruy 2015-01-22 Merge pull request #1855 from gioman/fix_processing_grass @@ -157852,7 +169892,7 @@ Martin Dobias 2015-01-22 Simplify tool - a bit of housekeeping (no functional changes) -Matthias Kuhn 2015-01-22 +Matthias Kuhn 2015-01-22 [FEATURE] Allow to specify custom prefix for joins @@ -157875,27 +169915,27 @@ radosuav 2015-01-22 [Processing] Fix bug in setting default parameter values in batch mode. -volaya 2015-01-22 +Víctor Olaya 2015-01-22 [processing] fixed console description of models and scripts -volaya 2015-01-22 +Víctor Olaya 2015-01-22 [processing] fixed wrong import -volaya 2015-01-22 +Víctor Olaya 2015-01-22 [processing] fixed model help editing Merge: 7c71a263a4 e26eae9496 -alexbruy 2015-01-22 +Alexander Bruy 2015-01-22 Merge pull request #1850 from SrNetoChan/Bug_12001 fix Processing Keep n biggest parts algorithm (fix #12001) Merge: ee0e90a44b 2db2c5cb7f -alexbruy 2015-01-22 +Alexander Bruy 2015-01-22 Merge pull request #1849 from gioman/fix_ogr2ogr_convert_format @@ -157972,7 +170012,7 @@ Giovanni Manghi 2015-01-21 fix Processing ogr2ogr convert format tool Merge: 43213a37ec 8499242b82 -alexbruy 2015-01-21 +Alexander Bruy 2015-01-21 Merge pull request #1848 from gioman/fix_postgis_import @@ -157986,18 +170026,18 @@ Radim Blazek 2015-01-21 apply browser filter to the whole tree -Juergen E. Fischer 2015-01-21 +Jürgen E. Fischer 2015-01-21 fix building of app test with internal qwtpolar Merge: e49adad1de 6a66d3156d -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Merge pull request #1846 from naihil/master Call QgsMapTool::deactivate() to uncheck assigned action/button -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Use cached feature for context menu feature action on attribute dialog @@ -158006,13 +170046,13 @@ Matthias Kuhn 2015-01-21 * fix #11546 Merge: ea54b3c661 3752be6678 -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Merge pull request #1847 from m-kuhn/oq Make QwtPolar optional -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Only show actions menu on attribute dialog when necessary @@ -158022,29 +170062,29 @@ Radim Blazek 2015-01-21 use QgsBrowserTreeView in qbrowser -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Make QwtPolar optional Merge: f5b10ba15f 61b0291042 -volaya 2015-01-21 +Víctor Olaya 2015-01-21 Merge pull request #1680 from tmizu23/r_utils fix Empty console Output on R under processing. refs #7643 Merge: 678f1ab4c0 3ce5275800 -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Merge pull request #1752 from mhugo/fix_11948 Test for write access mode for editing capabilities -volaya 2015-01-21 +Víctor Olaya 2015-01-21 [processing] allow using upcoming saga release -volaya 2015-01-21 +Víctor Olaya 2015-01-21 renamed geostatistics modules in SAGA connector @@ -158053,31 +170093,31 @@ Radim Blazek 2015-01-21 fixed ziplayertest, b843f8189 follow up Merge: 8f6b0145e5 82f043c28c -volaya 2015-01-21 +Víctor Olaya 2015-01-21 Merge pull request #1843 from radosuav/processing_sublayers [Processing] Add support for input rasters with sublayers. -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 SIP update: QgsVectorLayer::applyNamedStyle, errorMsg is /Out/ Merge: 7796b157f1 a95e28fb0a -volaya 2015-01-21 +Víctor Olaya 2015-01-21 Merge pull request #1844 from gioman/fix_saga_rastercalc fix different issues in SAGA grid calculator module and add a couple of useful options Merge: 723f7be9b4 c5c970e829 -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Merge pull request #1839 from rduivenvoorde/identify_color_11996 fix for #11996, use user colors for rubberband instead of fixed red when... -Matthias Kuhn 2015-01-21 +Matthias Kuhn 2015-01-21 Remove duplicated code and add some documentation @@ -158114,7 +170154,7 @@ Nyall Dawson 2015-01-20 Add some missing type conversions to python bindings -Larry Shaffer 2015-01-20 +Larry Shaffer 2015-01-20 Fix #6922, rearrange proxy form to clearly show when system's is used @@ -158122,15 +170162,15 @@ Nyall Dawson 2015-01-21 Add overrides pt 5 -Juergen E. Fischer 2015-01-20 +Jürgen E. Fischer 2015-01-20 fix warning -Juergen E. Fischer 2015-01-20 +Jürgen E. Fischer 2015-01-20 fix windows build -rldhont 2015-01-20 +D'Hont René-Luc 2015-01-20 [BUGFIX][QgsGmlSchema] Decode element name @@ -158143,11 +170183,11 @@ Giovanni Manghi 2015-01-20 fix different issues in SAGA grid calculator module and add a couple of useful options -Juergen E. Fischer 2015-01-20 +Jürgen E. Fischer 2015-01-20 osgeo4w: also use Visual C++ 2010 for 32bit -Juergen E. Fischer 2015-01-20 +Jürgen E. Fischer 2015-01-20 fix format_date example (fixes #12016) @@ -158164,7 +170204,7 @@ Radim Blazek 2015-01-20 browser save/restore state moved to new class QgsBrowserTreeView Merge: cae4eb3383 7b31a17e44 -mhugent 2015-01-20 +Marco Hugentobler 2015-01-20 Merge pull request #1830 from manisandro/transaction @@ -158207,11 +170247,11 @@ radosuav 2015-01-20 [Processing] Add support for input rasters with sublayers. -volaya 2015-01-20 +Víctor Olaya 2015-01-20 [processing] added specific algorithm for saga 214 -volaya 2015-01-20 +Víctor Olaya 2015-01-20 [processing] some SAGA fixes @@ -158461,11 +170501,11 @@ Nyall Dawson 2015-01-18 Also make font size of 0 correspond to a null value, ie the label uses the default layer font size. -Juergen E. Fischer 2015-01-18 +Jürgen E. Fischer 2015-01-18 translation string fixes -Juergen E. Fischer 2015-01-18 +Jürgen E. Fischer 2015-01-18 improve i18n of topology checker plugin @@ -158480,7 +170520,7 @@ Tim Sutton 2015-01-17 Updated splash from Anita / Essen Hackfest 2014 -Juergen E. Fischer 2015-01-17 +Jürgen E. Fischer 2015-01-17 replace more override identifiers @@ -158498,7 +170538,7 @@ Alexander Bruy 2015-01-17 fix typos -Juergen E. Fischer 2015-01-17 +Jürgen E. Fischer 2015-01-17 fix support for null values in categories (fixes #11786) @@ -158526,19 +170566,19 @@ Alexander Bruy 2015-01-13 [processing] i18n support in gdal provider -Juergen E. Fischer 2015-01-17 +Jürgen E. Fischer 2015-01-17 style manager: avoid name duplication (fixes #11015) -Juergen E. Fischer 2015-01-17 +Jürgen E. Fischer 2015-01-17 ogr provider: virtual format driver can also be named 'VRT' (fixes #11223) -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 fix parsing of vector mime data (fixes #11984) -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 postgres provider: fix adding features with null values (fixes #11777) @@ -158546,23 +170586,23 @@ Sören Gebbert 2015-01-16 Added stdev -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 use directory path and not item path (fixes #11871) -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 keep rotation support state in canvas (followup 204e7104) -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 enable canvas rotation support by default -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 header install update -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 avoid usage of override as identifier (followup 313f2c8d) @@ -158582,11 +170622,11 @@ Nathan Woodrow 2015-01-12 The qgis.user.expressions package points to the qgis2\python\expressions package in the users home -volaya 2015-01-16 +Víctor Olaya 2015-01-16 [processing] Consistently show modeler dialog as modal -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 add missed files (followup 313f2c8d) @@ -158594,7 +170634,7 @@ Denis Rouzaud 2015-01-16 followup 313f2c8de09b00ef5cdabee59e83e86dda36b1ed -Juergen E. Fischer 2015-01-16 +Jürgen E. Fischer 2015-01-16 OVERRIDE macro breaks globeplugin (OVERRIDE is an enum value in OpenSceneGraph) @@ -158607,11 +170647,11 @@ Martin Dobias 2015-01-16 Like this we do not need to use a temporary file to load a style -Sandro Santilli 2015-01-15 +Sandro Santilli 2015-01-15 Drop unused parameters from private methods, indentation update -Sandro Santilli 2015-01-15 +Sandro Santilli 2015-01-15 Rewrite grid decoration to consider map rotation @@ -158625,27 +170665,27 @@ Nyall Dawson 2015-01-15 Add overrides pt 2 -volaya 2015-01-15 +Víctor Olaya 2015-01-15 [processing]download and store help files when downloading from script/models repo Fixes #11979 -volaya 2015-01-15 +Víctor Olaya 2015-01-15 [processing] fixed handling of file outputs in scripts Fixes #11990 -volaya 2014-12-22 +Víctor Olaya 2014-12-22 [processing] fixed handling of bool values in saga 213 -volaya 2014-12-22 +Víctor Olaya 2014-12-22 [processing] fixed make file -volaya 2014-12-19 +Víctor Olaya 2014-12-19 [processing] New system for handling SAGA versions @@ -158653,15 +170693,15 @@ volaya 2014-12-19 This is done to fix the messy situation that SAGA causes due to its API changing in each release. -Juergen E. Fischer 2015-01-15 +Jürgen E. Fischer 2015-01-15 spelling fixes -Juergen E. Fischer 2015-01-15 +Jürgen E. Fischer 2015-01-15 dxf export: use implicit cast QPointF to QgsPoint -Juergen E. Fischer 2015-01-15 +Jürgen E. Fischer 2015-01-15 fix build error @@ -158669,11 +170709,11 @@ Nathan Woodrow 2015-01-15 Fix plugin installer crash with invalid versions -Juergen E. Fischer 2015-01-14 +Jürgen E. Fischer 2015-01-14 dxf export: improve marker symbol export -Juergen E. Fischer 2015-01-14 +Jürgen E. Fischer 2015-01-14 dxf export dialog: fix select and unselect all (fixes #11987) @@ -158743,7 +170783,7 @@ giohappy 2015-01-13 Fix erroneous extent for contextual legend -Juergen E. Fischer 2015-01-13 +Jürgen E. Fischer 2015-01-13 * Save and restore visiblity state of embedded group layers (fixes #4097) * Adds support for lists in custom properties @@ -158813,7 +170853,7 @@ Martin Dobias 2015-01-12 WMS server: support predefined layer styles in GetMap requests -Matthias Kuhn 2015-01-12 +Matthias Kuhn 2015-01-12 Correctly synchronize layer editable state with UI in relation editor @@ -158834,16 +170874,16 @@ Markus Neteler 2015-01-11 * Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead * Update TODO -Juergen E. Fischer 2015-01-11 +Jürgen E. Fischer 2015-01-11 fix doxymentation warnings -Juergen E. Fischer 2015-01-10 +Jürgen E. Fischer 2015-01-10 delimited text provider: only add finite points to spatial index (fixes #11708) Merge: 6e60d67ace 29f8b2399a -alexbruy 2015-01-10 +Alexander Bruy 2015-01-10 Merge pull request #1760 from gioman/fix_scripts @@ -158860,7 +170900,7 @@ Nathan Woodrow 2015-01-10 Follow up 6a17a60ae2 - Fix error when passing usesgeometry to qgsfunction -Sandro Santilli 2015-01-09 +Sandro Santilli 2015-01-09 Make north arrow decoration follow map rotation @@ -158870,19 +170910,19 @@ Giovanni Manghi 2015-01-09 fix a few qgis processing scripts -Juergen E. Fischer 2015-01-09 +Jürgen E. Fischer 2015-01-09 function help fixes -Juergen E. Fischer 2015-01-09 +Jürgen E. Fischer 2015-01-09 avoid duplicate function help entry -Juergen E. Fischer 2015-01-09 +Jürgen E. Fischer 2015-01-09 oracle provider: also retrieve pk candidates for geometryless views (fixes #11963) -Sandro Santilli 2015-01-09 +Sandro Santilli 2015-01-09 Pre-rotate vectors before applying labels @@ -158891,7 +170931,7 @@ Sandro Santilli 2015-01-09 placement as rotation was applied up-front. Have manually placed labels follow the map. -Sandro Santilli 2015-01-09 +Sandro Santilli 2015-01-09 Do not assume map is not rotated when computing label sizes @@ -158910,11 +170950,11 @@ Martin Dobias 2015-01-09 Added support for renaming of map layer styles -Juergen E. Fischer 2015-01-09 +Jürgen E. Fischer 2015-01-09 use wkbPtr -Sandro Santilli 2015-01-09 +Sandro Santilli 2015-01-09 Add rotate and transform(QTransform) methods to QgsGeometry @@ -158942,7 +170982,7 @@ Denis Rouzaud 2015-01-09 remove lineEdit method from projection selection widget this will allow to change the widget design without breaking the API -Juergen E. Fischer 2015-01-09 +Jürgen E. Fischer 2015-01-09 indentation update @@ -158966,7 +171006,7 @@ Denis Rouzaud 2015-01-09 create scale widget (scale combo box + button to set scale from map canvas) -Mathieu Pellerin (nirvn) 2015-01-03 +Mathieu Pellerin 2015-01-03 [rotation] prevent rotation of labels when placed around or over a point/centroid @@ -159017,7 +171057,7 @@ Nyall Dawson 2015-01-08 Rename projection selector's button box to avoid this conflict. Merge: 3ce9c70cc4 2ad2781cc8 -Sandro Santilli 2015-01-07 +Sandro Santilli 2015-01-07 Merge pull request #1756 from strk/travis-modeltest @@ -159033,15 +171073,15 @@ Martin Dobias 2015-01-07 Available in legend context menu in Styles sub-menu where it is possible to add/remove styles and quickly switch between them. -Sandro Santilli 2015-01-07 +Sandro Santilli 2015-01-07 Have travis build with model test enabled -Sandro Santilli 2015-01-07 +Sandro Santilli 2015-01-07 Reduce debug noise -Matthias Kuhn 2015-01-07 +Matthias Kuhn 2015-01-07 Don't quote column names for MIN and MAX for ogrsql @@ -159049,7 +171089,7 @@ Matthias Kuhn 2015-01-07 Fixes #11887 -Matthias Kuhn 2015-01-07 +Matthias Kuhn 2015-01-07 Don't consider NULL values for minimumValue() and maximumValue() @@ -159083,7 +171123,7 @@ Martin Dobias 2015-01-07 Initial core work on multiple styles per layer -Matthias Kuhn 2015-01-06 +Matthias Kuhn 2015-01-06 Fix customwidgets build for Qt4 @@ -159091,7 +171131,7 @@ Denis Rouzaud 2015-01-06 Fix Qt5 build for custom widgets -Matthias Kuhn 2015-01-06 +Matthias Kuhn 2015-01-06 Print version when building with Qt5 @@ -159106,26 +171146,26 @@ Nyall Dawson 2015-01-06 Add API docs, const correctness, method for getting CRS, tab order fixes. -Sandro Santilli 2015-01-05 +Sandro Santilli 2015-01-05 Simplify zoom-by-rect handling, to set zoom factor and center Basically avoids using the now loosly defined "extent" concept. Enhances zooming experience with rotated maps. -Matthias Kuhn 2015-01-05 +Matthias Kuhn 2015-01-05 Expand size of RelationReference when custom .ui is defined with a QWidget Fix #11698 -Matthias Kuhn 2015-01-05 +Matthias Kuhn 2015-01-05 Empty relation reference form when FK is set to NULL Fix #11852 -Matthias Kuhn 2015-01-05 +Matthias Kuhn 2015-01-05 Fix warnings and small api doc improvement @@ -159150,13 +171190,13 @@ Denis Rouzaud 2015-01-05 dedicated class for projection selection widget Merge: b905f6bb79 ea00b36985 -Matthias Kuhn 2015-01-05 +Matthias Kuhn 2015-01-05 Merge pull request #1743 from naihil/master [Qt5-compat] Change Q_WS_* macroses to Q_OS_* -Juergen E. Fischer 2015-01-04 +Jürgen E. Fischer 2015-01-04 remove unused define (followup 841af773e) @@ -159167,11 +171207,11 @@ Nyall Dawson 2015-01-05 Remove unused variable -Juergen E. Fischer 2015-01-04 +Jürgen E. Fischer 2015-01-04 remove (outdated) internal spatialite -Sandro Santilli 2015-01-04 +Sandro Santilli 2015-01-04 Fix handling of rotation in partial-rendering of map (#11909) @@ -159179,58 +171219,58 @@ Andrea Bedini 2015-01-04 Remove unused variable -Juergen E. Fischer 2015-01-04 +Jürgen E. Fischer 2015-01-04 fix windows build -Sandro Santilli 2015-01-03 +Sandro Santilli 2015-01-03 Fix feature highlight in presence of rotation (#11815) -Sandro Santilli 2015-01-03 +Sandro Santilli 2015-01-03 Fix select by rectangle and by point in presence of rotation Closes http://hub.qgis.org/issues/11865 and http://hub.qgis.org/issues/11930 -Sandro Santilli 2015-01-03 +Sandro Santilli 2015-01-03 Consider rotation in rubberband placement Fixes artifacts on zoom by rectangle (#11910) and placement of measure tool rubberband. -Sandro Santilli 2015-01-03 +Sandro Santilli 2015-01-03 Consider rotation in pre-rendering display of map items See http://hub.qgis.org/issues/11909 -Sandro Santilli 2015-01-03 +Sandro Santilli 2015-01-03 Update sip bindings for QgsMapCanvasItem (after const-correctness) -Juergen E. Fischer 2015-01-02 +Jürgen E. Fischer 2015-01-02 indentation update -Sandro Santilli 2015-01-02 +Sandro Santilli 2015-01-02 const correct toMapCoordinates and toCanvasCoordinates -Sandro Santilli 2015-01-02 +Sandro Santilli 2015-01-02 Drop temporary solution for WMS legend (double-click in legend) Now WMS legend is shown in layertree this isn't needed anymore. See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036065.html -Sandro Santilli 2015-01-02 +Sandro Santilli 2015-01-02 Specify that QgsMapCanvasItem::setRect/rect use map units -rldhont 2015-01-02 +D'Hont René-Luc 2015-01-02 [QGIS-Server][BUGFIX] GetLegendGraphics set layername @@ -159255,7 +171295,7 @@ Nathan Woodrow 2015-01-02 [FEATURE] Add get and trasnform geometry in Expression -rldhont 2014-12-13 +D'Hont René-Luc 2014-12-13 [FEATURE] Add get and transform geometry in Expression @@ -159281,15 +171321,15 @@ Nathan Woodrow 2015-01-02 Read settings for default value -Juergen E. Fischer 2015-01-01 +Jürgen E. Fischer 2015-01-01 actually make canvas rotation available (followup 916a27f7b) -Juergen E. Fischer 2015-01-01 +Jürgen E. Fischer 2015-01-01 make messages button translatable -Juergen E. Fischer 2015-01-01 +Jürgen E. Fischer 2015-01-01 make button translatable @@ -159319,15 +171359,15 @@ Nathan Woodrow 2014-12-30 Move status bar add logic to qgisapp for QgsMessageLogViewer -Juergen E. Fischer 2014-12-30 +Jürgen E. Fischer 2014-12-30 fix warnings -Juergen E. Fischer 2014-12-30 +Jürgen E. Fischer 2014-12-30 make canvas rotation support available in options -Juergen E. Fischer 2014-12-30 +Jürgen E. Fischer 2014-12-30 indentation update @@ -159340,7 +171380,7 @@ Julien Nabet 2014-12-29 [tests/src/core/testqgscolorscheme.cpp:155]: (error) Memory leak: dummyScheme2 [src/core/spatialite/spatialite.c:40138]: (error) Memory leak: ln -Sandro Santilli 2014-12-30 +Sandro Santilli 2014-12-30 Fix panning from overview map with non-zero rotation @@ -159357,7 +171397,7 @@ Giuseppe Sucameli 2014-12-29 db_manager: do not display index tables when browsing SpatiaLite databases -Sandro Santilli 2014-12-28 +Sandro Santilli 2014-12-28 Do not assume mScheme is not null @@ -159379,14 +171419,14 @@ Salvatore Larosa 2014-12-24 [developers map] add to popup whether developer is committer -Sandro Santilli 2014-12-24 +Sandro Santilli 2014-12-24 Disable support for canvas rotation by default Rotation support can be enabled at runtime exporting the QGIS_ENABLE_CANVAS_ROTATION variable (set to any value) -Sandro Santilli 2014-12-24 +Sandro Santilli 2014-12-24 Reset rotation on new project @@ -159397,13 +171437,13 @@ Anatoliy Golubev 2014-12-24 Change Q_WS_X11 to Q_OS_UNIX for Qt5 compatibility Merge: 32079ed3cf 2efda5def5 -mhugent 2014-12-23 +Marco Hugentobler 2014-12-23 Merge pull request #1310 from manisandro/adjust_crs_drop_from_browser Try to use the project CRS when adding a layer from the browser -Sandro Santilli 2014-12-23 +Sandro Santilli 2014-12-23 Fix LayerTreeModel use of beginInsertRows with embedded legends @@ -159421,37 +171461,37 @@ Anatoliy Golubev 2014-12-23 Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macroses which exists in Qt4 and Qt5 -Larry Shaffer 2014-12-22 +Larry Shaffer 2014-12-22 Fix CMake policy warnings/changes introduced in 3.0.0 and higher -Sandro Santilli 2014-12-22 +Sandro Santilli 2014-12-22 Add support for contextual WMS legend graphics (hub #11859) Developed with funding from Regione Toscana SITA (CIG: Z410C90D94) -volaya 2014-12-22 +Víctor Olaya 2014-12-22 [processing] fixed split vector layer algorithm -volaya 2014-12-22 +Víctor Olaya 2014-12-22 [processing] update of lidar algorithms Provided by Martin Isenburg -volaya 2014-12-22 +Víctor Olaya 2014-12-22 [processing] fixed handling of file parameters in modeler -Sandro Santilli 2014-12-22 +Sandro Santilli 2014-12-22 Remove obsoleted reference to QgsRasterLayer::legendPixmap() See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036144.html -Juergen E. Fischer 2014-12-22 +Jürgen E. Fischer 2014-12-22 fix doxygen warning @@ -159467,7 +171507,7 @@ Salvatore Larosa 2014-10-18 Add Developers Map in About dialog -Juergen E. Fischer 2014-12-21 +Jürgen E. Fischer 2014-12-21 debian packaging update @@ -159510,7 +171550,7 @@ Anita Graser 2014-12-21 small grammar fix -Matthias Kuhn 2014-12-21 +Matthias Kuhn 2014-12-21 More const-correctness for QgsGeometry @@ -159520,7 +171560,7 @@ Werner Macho 2014-12-21 Signed-off-by: Werner Macho -Sandro Santilli 2014-12-16 +Sandro Santilli 2014-12-16 Initialize all members, to reduce misleading valgrind reports @@ -159528,21 +171568,21 @@ Etienne Trimaille 2014-12-19 allow execution of the selected text in the SQL window -Sandro Santilli 2014-12-19 +Sandro Santilli 2014-12-19 Make existing ModelTest users use the new ENABLE_MODELTEST define -Sandro Santilli 2014-12-19 +Sandro Santilli 2014-12-19 Fix flags for invalid LayerTreeModel index .. bug reported by ModelTester -Sandro Santilli 2014-12-19 +Sandro Santilli 2014-12-19 Add support for testing LayerTreeModel from the app -Sandro Santilli 2014-12-19 +Sandro Santilli 2014-12-19 Add ENABLE_MODELTEST cmake variable/define, default to false @@ -159557,11 +171597,11 @@ Tom Kralidis 2014-12-19 remove 18n not required for core plugins -Matthias Kuhn 2014-12-17 +Matthias Kuhn 2014-12-17 Print link to cdash on travis -Juergen E. Fischer 2014-12-18 +Jürgen E. Fischer 2014-12-18 annotation items: save coordinates using qgsDoubleToString instead of QString::number (fixes #11883) @@ -159589,11 +171629,11 @@ Tom Kralidis 2014-12-17 merge MetaSearch into QGIS core -Juergen E. Fischer 2014-12-17 +Jürgen E. Fischer 2014-12-17 oracle provider: fix evaluation of default values -Sandro Santilli 2014-12-17 +Sandro Santilli 2014-12-17 Update comment to match with code @@ -159624,15 +171664,15 @@ Radim Blazek 2014-12-16 browser items moveToThread() also children -Juergen E. Fischer 2014-12-16 +Jürgen E. Fischer 2014-12-16 dxf export: fix display of check states on upper levels -volaya 2014-12-16 +Víctor Olaya 2014-12-16 [processing] indentation fix -volaya 2014-12-16 +Víctor Olaya 2014-12-16 [processing] fixed handling of source strings in ogr algorithms @@ -159641,7 +171681,7 @@ Radim Blazek 2014-12-16 browser items parent (moving to thread) fix (crash when dragging postgres layer) Merge: e7dcd48597 8afbe83c74 -alexbruy 2014-12-16 +Alexander Bruy 2014-12-16 Merge pull request #1737 from gioman/fix_gdal_rasterize @@ -159655,7 +171695,7 @@ Giovanni Manghi 2014-12-15 fix gdal rasterize when using the -ts parameter -Sandro Santilli 2014-12-15 +Sandro Santilli 2014-12-15 Initialize pointer members, fix typo @@ -159674,11 +171714,11 @@ Radim Blazek 2014-12-15 browser restore state fix -Juergen E. Fischer 2014-12-15 +Jürgen E. Fischer 2014-12-15 dxf export: add method to update model -Juergen E. Fischer 2014-12-11 +Jürgen E. Fischer 2014-12-11 dxf export: only use palette only for fully opaque colors @@ -159713,13 +171753,13 @@ Nyall Dawson 2014-12-14 Fix use of uninitialized values when no ellipsoid set (fix #11848) -Sandro Santilli 2014-12-13 +Sandro Santilli 2014-12-13 Further drop now-unused code added with map rotation support Also add some documenting comments -Sandro Santilli 2014-12-13 +Sandro Santilli 2014-12-13 Drop special handling of rotation from MapCanvasMap::paint @@ -159734,13 +171774,13 @@ Sandro Santilli 2014-12-13 Makes glitches on rotation worst, but again that's not a real regression. -Sandro Santilli 2014-12-13 +Sandro Santilli 2014-12-13 Simplify the change by not modifing interfaces .. I've found a link from gsMapCanvasMap and the QgsMapToPixel class -Sandro Santilli 2014-12-13 +Sandro Santilli 2014-12-13 Add rotation member to QgsMapCanvasMap, use for handling paint event @@ -159756,7 +171796,7 @@ Nathan Woodrow 2014-12-12 Add if(cond, true, false) function using lazy evaluation feature -Sandro Santilli 2014-12-12 +Sandro Santilli 2014-12-12 Revert "Fix glitch on mouse-wheel zoom event" @@ -159769,7 +171809,7 @@ Radim Blazek 2014-12-12 ziplayertest fix -Sandro Santilli 2014-12-12 +Sandro Santilli 2014-12-12 Fix glitch on mouse-wheel zoom event @@ -159783,7 +171823,7 @@ Radim Blazek 2014-12-12 populating browser icons in threads moved to QgsDataItem -Sandro Santilli 2014-12-10 +Sandro Santilli 2014-12-10 Consider map rotation in rendering of horizontal and parallel labels @@ -159794,7 +171834,7 @@ Sandro Santilli 2014-12-10 Raises pixel mismatch tolerance for background labels tests -Sandro Santilli 2014-12-12 +Sandro Santilli 2014-12-12 Tweak tolerances for CanvasPoint and ComposerPdfPoint PAL tests @@ -159816,7 +171856,7 @@ Alexander Bruy 2014-12-11 improve layout in add attribute dialog -Juergen E. Fischer 2014-12-10 +Jürgen E. Fischer 2014-12-10 oracle provider: don't reject (none no)geometry queries on tables without geometry (fixes #11843) @@ -159838,11 +171878,11 @@ Alexander Bruy 2014-12-11 [processing] fix exception raising (fix #11842) -Matthias Kuhn 2014-12-11 +Matthias Kuhn 2014-12-11 Remove unneeded private method and code cleanup -Matthias Kuhn 2014-12-11 +Matthias Kuhn 2014-12-11 Render incremental rendering image at proper location @@ -159866,7 +171906,7 @@ Nyall Dawson 2014-12-11 Fix incorrect size of markers with data defined name -Matthias Kuhn 2014-12-10 +Matthias Kuhn 2014-12-10 iface.getFeatureDialog creates an "add" dialog for an invalid feature @@ -159898,25 +171938,25 @@ Denis Rouzaud 2014-12-10 do not clear intermediate points when digitizing points in construction mode increase maximum height of dock widget when tools are disabled -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Const-correct QgsMapToPixel::showParameters -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Test rotation API in QgsMapPixel unit test -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Set all QgsMapToPixel parameters at once from QgsMapSettings -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Refactor QgsMapToPixel to only build matrix on parameter change Also add deprecation notices and provide full-parameters constructor -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Add unit test for QgsMapToPixel (legacy only for now) @@ -159927,26 +171967,26 @@ Denis Rouzaud 2014-12-09 Advanced digitizing tools (aka CAD tools) -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Expose QgsMapCanvas rotation and centering API to python -Juergen E. Fischer 2014-12-09 +Jürgen E. Fischer 2014-12-09 debian packaging update (merge and squash PR#1725) -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Export QgsMapSettings rotation API to python -Sandro Santilli 2014-12-09 +Sandro Santilli 2014-12-09 Make toCanvasCoordinate(QRect) method private in QgsMapCanvasItem I added this for rotation support but the interface is probably not something any external code should rely upon. -Sandro Santilli 2014-12-07 +Sandro Santilli 2014-12-07 Add note about QgsMapCanvas::rotation() being added in 2.8 @@ -159972,11 +172012,11 @@ Salvatore Larosa 2014-11-28 Allows to import/export bookmarks to XML file -Juergen E. Fischer 2014-12-08 +Jürgen E. Fischer 2014-12-08 indentation update -Juergen E. Fischer 2014-12-08 +Jürgen E. Fischer 2014-12-08 dxf export: * export layers in reversed rendering order @@ -159987,7 +172027,7 @@ Juergen E. Fischer 2014-12-08 * fix duplicate end of entities section Merge: 535661d63a da17656fe0 -alexbruy 2014-12-08 +Alexander Bruy 2014-12-08 Merge pull request #1719 from bstroebl/splitLines @@ -160005,7 +172045,7 @@ borys 2014-12-08 [gui] Fix fieldcalculator layout -Sandro Santilli 2014-11-20 +Sandro Santilli 2014-11-20 Add support for map rotation (hub #9330) @@ -160027,7 +172067,7 @@ Alexander Bruy 2014-12-07 [processing] load documentation from online QGIS User Guide Merge: 759a148312 c522112534 -alexbruy 2014-12-07 +Alexander Bruy 2014-12-07 Merge pull request #1720 from neteler/patch-6 @@ -160074,7 +172114,7 @@ Nyall Dawson 2014-12-05 Clean up QgsMapLayer scale based visibility api Merge: 0fa40a657b a7de4dad77 -mhugent 2014-12-05 +Marco Hugentobler 2014-12-05 Merge pull request #1715 from rldhont/server_wms_getcapabilities_compliance @@ -160086,13 +172126,13 @@ Markus Neteler 2014-12-04 GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options -rldhont 2014-12-04 +D'Hont René-Luc 2014-12-04 [QGIS-Server] Clean GetCapabilities Remove GetPrint request and ComposerTemplates from GetCapabilities for a better interoperability -rldhont 2014-12-01 +D'Hont René-Luc 2014-12-01 [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS compliant @@ -160163,11 +172203,11 @@ Denis Rouzaud 2014-10-03 * QgsAdvancedDigitizingDockWidget handles the interaction with the user and also perform the constraints (filters events) * QgsAdvancedDigitizingCanvasItem paints construction lines on the canvas -Juergen E. Fischer 2014-12-03 +Jürgen E. Fischer 2014-12-03 db_manager: fix error message on table vacuum -volaya 2014-12-03 +Víctor Olaya 2014-12-03 [processing] show layers in alphabetical order in dropdown menu @@ -160191,7 +172231,7 @@ Nyall Dawson 2014-12-03 Add some atlas reference images for precise (part 1) -Matthias Kuhn 2014-12-03 +Matthias Kuhn 2014-12-03 CTest retry submit to dashboard when failed @@ -160216,7 +172256,7 @@ Martin Dobias 2014-12-03 The index tree should be in theory also better constructed and may result in faster lookups. -Matthias Kuhn 2014-12-03 +Matthias Kuhn 2014-12-03 Revert "Let travis compile debug binaries so ASSERTS are also considered" @@ -160233,17 +172273,17 @@ Matthias Kuhn 2014-12-03 http://dash.orfeo-toolbox.org/buildSummary.php?buildid=165427 Merge: b1de41ca49 f94b80012e -Matthias Kuhn 2014-12-03 +Matthias Kuhn 2014-12-03 Merge pull request #1482 from serialc/patch-1 Checkbox for sub index was missing tooltip text -Matthias Kuhn 2014-12-02 +Matthias Kuhn 2014-12-02 Let travis compile debug binaries so ASSERTS are also considered -Matthias Kuhn 2014-12-02 +Matthias Kuhn 2014-12-02 MapTip: ParagraphSeparator to \n to support multiline expressions @@ -160253,7 +172293,7 @@ Matthias Kuhn 2014-12-02 See http://qt-project.org/doc/qt-4.8/qtextcursor.html#selectedText Merge: d034a6677c 81895f9ca0 -Jürgen Fischer 2014-12-02 +Jürgen E. Fischer 2014-12-02 Merge pull request #1717 from manisandro/int_ogrwkbgeometrytype @@ -160278,7 +172318,7 @@ Nyall Dawson 2014-12-02 Should finally fix troublesome composer html tests Merge: 974511f4e3 29d0166475 -Matthias Kuhn 2014-12-01 +Matthias Kuhn 2014-12-01 Merge pull request #1714 from manisandro/intsafe_doublesafe @@ -160289,13 +172329,13 @@ Sandro Mani 2014-12-01 Fix isIntSafe and isDoubleSafe not considering QVariant::UInt, QVariant::LongLong, QVariant::ULongLong (Funded by Sourcepole) Merge: 6da0058f6f cb32d31c3a -alexbruy 2014-12-01 +Alexander Bruy 2014-12-01 Merge pull request #1710 from mach0/master fix typo in processing description -Nathan Woodrow 2014-12-01 +Nathan Woodrow 2014-12-01 Swap expression and custom function box in expression widget @@ -160318,7 +172358,7 @@ Nyall Dawson 2014-12-01 Hopefully fix intermittently failing composer html test -Nathan Woodrow 2014-12-01 +Nathan Woodrow 2014-12-01 Layout expression widget as horizontal. Fits better on screens and means less dialog resizing. @@ -160338,7 +172378,7 @@ Radim Blazek 2014-11-30 QgsBrowserWatcher made QFutureWatcher descendant -Juergen E. Fischer 2014-11-30 +Jürgen E. Fischer 2014-11-30 debian packaging fix @@ -160350,13 +172390,13 @@ Alexander Bruy 2014-11-30 [processing] fix Convex hull algorithm (fix #11725) -Matthias Kuhn 2014-11-27 +Matthias Kuhn 2014-11-27 Change unary minus test --1 to -(-1) See http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035835.html -Matthias Kuhn 2014-11-26 +Matthias Kuhn 2014-11-26 Add line comments to QgsExpression @@ -160365,23 +172405,23 @@ Matthias Kuhn 2014-11-26 Example: $id -- This is the feature id -Matthias Kuhn 2014-11-26 +Matthias Kuhn 2014-11-26 QgsExpression: some const fixes -Matthias Kuhn 2014-11-26 +Matthias Kuhn 2014-11-26 Preserve expression formatting -Matthias Kuhn 2014-11-26 +Matthias Kuhn 2014-11-26 Add block comment tests -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 [FEATURE] Add comment functionality to QgsExpression -Juergen E. Fischer 2014-11-30 +Jürgen E. Fischer 2014-11-30 indentation update [ci skip] @@ -160389,11 +172429,11 @@ Nathan Woodrow 2014-11-30 [Feature] Allow custom expression functions in expression widget -Juergen E. Fischer 2014-11-30 +Jürgen E. Fischer 2014-11-30 update scripts/fix_allows_to.sh and run it -Juergen E. Fischer 2014-11-29 +Jürgen E. Fischer 2014-11-29 travis: irc notification if build status changes @@ -160416,7 +172456,7 @@ Alexander Bruy 2014-11-29 [processing] use extent instead of width, height and center in Create Grid algorithm (fix #11481) -Nathan Woodrow 2014-11-29 +Nathan Woodrow 2014-11-29 Move qgsfunction to qgis.core. @@ -160433,11 +172473,11 @@ Nyall Dawson 2014-11-29 Minimises cross platform rendering differences -Juergen E. Fischer 2014-11-28 +Jürgen E. Fischer 2014-11-28 debian packaging update for python server plugins -Juergen E. Fischer 2014-11-28 +Jürgen E. Fischer 2014-11-28 * fix server plugin build on windows * move src/mapserver to src/server (IMHO better name and in sync with @@ -160445,23 +172485,23 @@ Juergen E. Fischer 2014-11-28 * rename cmake option WITH_MAPSERVER to WITH_SERVER * rename define MAPSERVER_HAVE_PYTHON_PLUGINS to HAVE_SERVER_PYTHON_PLUGINS -Juergen E. Fischer 2014-11-28 +Jürgen E. Fischer 2014-11-28 don't build server plugins if server isn't built -volaya 2014-11-28 +Víctor Olaya 2014-11-28 [proccesing] added compiled ui files This will make it easier to test new versions of processing for some users -volaya 2014-11-28 +Víctor Olaya 2014-11-28 [processing] fixed handling of parent algorihtms in modeler Fixes #11750 -Juergen E. Fischer 2014-11-28 +Jürgen E. Fischer 2014-11-28 don't build server plugins if server isn't built @@ -160478,13 +172518,13 @@ Nyall Dawson 2014-11-28 Fix size scaling ignored for line symbology (fix #11751) Merge: 949185179e a790f7fa2c -mhugent 2014-11-27 +Marco Hugentobler 2014-11-27 Merge pull request #1701 from elpaso/serverpython2 [feature] Serverpython2 -elpaso 2014-11-27 +Alessandro Pasotti 2014-11-27 Fix double QT4_WRAP_CPP @@ -160494,135 +172534,135 @@ Nyall Dawson 2014-11-27 [composer] Fix refresh HTML item always using cached copy (fix #11747) -elpaso 2014-11-26 +Alessandro Pasotti 2014-11-26 Removed SIP Transfer Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-26 +Alessandro Pasotti 2014-11-26 body() now return QByteArray Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-26 +Alessandro Pasotti 2014-11-26 body() now return QByteArray Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-26 +Alessandro Pasotti 2014-11-26 Enabled by default and removed linked qgispython Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-16 +Alessandro Pasotti 2014-11-16 Mergeable on master Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-16 +Alessandro Pasotti 2014-11-16 Removed trailing spaces -elpaso 2014-11-16 +Alessandro Pasotti 2014-11-16 Fixed compilation without python Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-16 +Alessandro Pasotti 2014-11-16 Fixed header comments -elpaso 2014-11-06 +Alessandro Pasotti 2014-11-06 Comment typo Funded by ItOpen - http://www.itopen.it -elpaso 2014-11-05 +Alessandro Pasotti 2014-11-05 Astyle formatting -elpaso 2014-11-05 +Alessandro Pasotti 2014-11-05 Renamed plugin hook responseReady to responseComplete added sendResponse hook and passed pluginFilters to request handler -elpaso 2014-11-05 +Alessandro Pasotti 2014-11-05 Working implementation Funded by ItOpen - http://www.itopen.it -elpaso 2014-10-26 +Alessandro Pasotti 2014-10-26 Set exception moved to public -elpaso 2014-10-26 +Alessandro Pasotti 2014-10-26 Allow body clear -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 Expose response body and infoFormat -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 Added comments for bindings. -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 Fixes wrong number of bytes logged when debug activated. Funded by ItOpen - QGIS Borg - Resistance Is Futile -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 Comments added -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 ASTYLE Formatted -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added getEnv to plugins API -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added serve python plugins -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added serve python plugins -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added python server plugins -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added define for conditional server plugins compilation -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Added env var for custom plugin directory -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Add plugin files and define -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Removed python plugins define -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Http request/response handler refactoring. @@ -160633,7 +172673,7 @@ elpaso 2014-10-09 * added accessors API methods for request parameters and response headers and body -Matthias Kuhn 2014-11-26 +Matthias Kuhn 2014-11-26 Fix Qt5 build @@ -160653,18 +172693,18 @@ Tom Kralidis 2014-11-25 Delete __init__.py -Matthias Kuhn 2014-11-25 +Matthias Kuhn 2014-11-25 Don't enforce singleton behavior with Q_ASSERT Fix #11726 -Sandro Santilli 2014-11-25 +Sandro Santilli 2014-11-25 Remove useless statement Merge: 9cf3e7f002 03faafa4a2 -alexbruy 2014-11-25 +Alexander Bruy 2014-11-25 Merge pull request #1698 from jdugge/MergetoolEmptyGeometries @@ -160674,15 +172714,15 @@ Nyall Dawson 2014-11-25 Fix slight offset in heatmap renderer -Juergen E. Fischer 2014-11-25 +Jürgen E. Fischer 2014-11-25 fix script permissions -Juergen E. Fischer 2014-11-25 +Jürgen E. Fischer 2014-11-25 fix windows build -Juergen E. Fischer 2014-11-24 +Jürgen E. Fischer 2014-11-24 translation script update: * TRANSLATORS stats also needs lupdate run @@ -160704,23 +172744,23 @@ Nyall Dawson 2014-11-25 Credit to m-kuhn for discovering the fix -Juergen E. Fischer 2014-11-24 +Jürgen E. Fischer 2014-11-24 INSTALL: update required flex version to 2.5.6 and links to windows version -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 Streamline singleton behavior in a class QgsSingleton, take two delete provider registry after map layer registry to avoid crashes -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 Revert "Streamline singleton behavior in a class QgsSingleton" This reverts commit e1f6edbd55122e6d2206daf4a0b55e3e9207cf80 as it breaks tests -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 Streamline singleton behavior in a class QgsSingleton @@ -160762,14 +172802,14 @@ Nathan Woodrow 2014-11-24 Fix #10727 - Add update selected button to field calc bar -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 Remove help button from symbollevelv2 dialog There is no help text available for this dialog and the button does nothing at all at the moment -Matthias Kuhn 2014-11-24 +Matthias Kuhn 2014-11-24 Fix crash on exit: Close all cached sqlite connections @@ -160786,7 +172826,7 @@ Gillian Milani 2014-11-12 add a save button for subform (1-n relations) Merge: 484e16254d e7a8994503 -Matthias Kuhn 2014-11-23 +Matthias Kuhn 2014-11-23 Merge pull request #1697 from mbernasocchi/patch-1 @@ -160794,7 +172834,7 @@ Matthias Kuhn 2014-11-23 It depends on an unreliable external service and therefore produces false alarms. -volaya 2014-11-23 +Víctor Olaya 2014-11-23 [processing] fixed help in models @@ -160806,16 +172846,16 @@ Juernjakob Dugge 2014-11-23 Make the "Merge shapefiles" tool correctly handle features without geometries. -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 getProjectSettings response: return 'maptip' instead of tooltip template as displayField layer attribute -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 better fix for b99ab0a -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 update INSTALL (fixes #11715) - remove outdate "practical case" section @@ -160823,11 +172863,11 @@ Juergen E. Fischer 2014-11-22 formats in overview - cosmetics -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 restore setting of scene to map canvas items (followup 78c51954) -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 travis: disable qgis_wcsprovidertest due to unreliable server @@ -160843,7 +172883,7 @@ Alexander Bruy 2014-11-22 [processing] fix Field calculator algorthm (fix #11488) -Juergen E. Fischer 2014-11-22 +Jürgen E. Fischer 2014-11-22 fix windows build @@ -160876,44 +172916,44 @@ Werner Macho 2014-11-21 update if txconfig for new translations -Larry Shaffer 2014-11-21 +Larry Shaffer 2014-11-21 Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager -Marco Bernasocchi 2014-11-21 +Marco Bernasocchi 2014-11-21 deactivate qgis_wcsprovidertest Disabling on behalf of @m-kuhn since the wcs server used in qgis_wcsprovidertest is not really reliable. Often the test fails due to server problem. We should use a more solid server or make the test handle connections problems -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] patch for issues with delimited text layers Still won't work when using delimited text layers in parameters of type MultipleInput -Matthias Kuhn 2014-11-21 +Matthias Kuhn 2014-11-21 dualview: autoselect first item -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] Added missing field type to vector tools -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] Add snippet collection to script editor The list of snippets is still very short, but the snippet management logic is added in this commit -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] better output logging for gdal/org calls Fixes #11501 -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] clean unused line @@ -160921,19 +172961,19 @@ Marco Hugentobler 2014-11-21 Remove code no longer needed in QgsConfigCache -Matthias Kuhn 2014-11-21 +Matthias Kuhn 2014-11-21 Return non-zero status from cmake script when build or test fails -Matthias Kuhn 2014-11-21 +Matthias Kuhn 2014-11-21 Formatting of tests -Matthias Kuhn 2014-11-21 +Matthias Kuhn 2014-11-21 Fix some race condition segfaults of tests on exit -Matthias Kuhn 2014-11-07 +Matthias Kuhn 2014-11-07 Add Qt5 support @@ -160942,52 +172982,52 @@ Giovanni Manghi 2014-11-05 [Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes Merge: 6c836f0e9d d6635994df -mhugent 2014-11-21 +Marco Hugentobler 2014-11-21 Merge pull request #1689 from rldhont/server_cache_project_config [QGIS-Server] Enhance config cache -Juergen E. Fischer 2014-11-21 +Jürgen E. Fischer 2014-11-21 fix nightly build (followup a57066a48d) -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] remember last output folder in batch interface -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] better behaviour for fields calculator custom dialog -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] fixed fields calculator algorithm It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing]removed unused code -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] fixed handling of tables in models Fixes #11694 -volaya 2014-11-21 +Víctor Olaya 2014-11-21 [processing] provide non-random default ordering of parameters in models Fixes #11702 -Larry Shaffer 2014-11-20 +Larry Shaffer 2014-11-20 Followup to d897aa5; fix crash on Mac -Juergen E. Fischer 2014-11-21 +Jürgen E. Fischer 2014-11-21 sip sync @@ -161017,7 +173057,7 @@ Radim Blazek 2014-11-20 [browser] small ui reworking for consistency -Juergen E. Fischer 2014-11-20 +Jürgen E. Fischer 2014-11-20 * fix cppcheck warnings * some sip updates @@ -161029,7 +173069,7 @@ Radim Blazek 2014-11-20 browser refresh and restore fixes and improvements -rldhont 2014-11-19 +D'Hont René-Luc 2014-11-19 Update cache @@ -161037,7 +173077,7 @@ Nyall Dawson 2014-11-20 Add hasDefaultValues method to QgsDataDefined, add some tests -Juergen E. Fischer 2014-11-20 +Jürgen E. Fischer 2014-11-20 widgetParametersPanel.ui: fix header [ci skip] @@ -161072,12 +173112,12 @@ Werner Macho 2014-11-19 more cleaning of redundant and same shortcuts -Juergen E. Fischer 2014-11-19 +Jürgen E. Fischer 2014-11-19 fix warnings Merge: 256b2652c3 c8ad99bf6a -Jürgen Fischer 2014-11-19 +Jürgen E. Fischer 2014-11-19 Merge pull request #1695 from nyalldawson/fix_api @@ -161087,12 +173127,12 @@ Nyall Dawson 2014-11-19 Fix incorrect cast to double in shapeburst fill header -Matthias Kuhn 2014-11-19 +Matthias Kuhn 2014-11-19 Fix some warnings Merge: edd8d9bc64 0a5c3cc8c6 -mhugent 2014-11-19 +Marco Hugentobler 2014-11-19 Merge pull request #1691 from m-kuhn/slv @@ -161132,11 +173172,11 @@ Markus Neteler 2014-11-18 Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules -Matthias Kuhn 2014-11-18 +Matthias Kuhn 2014-11-18 Enable PyQgsSymbolLayerV2 test. Followup 5957b0a -Matthias Kuhn 2014-11-18 +Matthias Kuhn 2014-11-18 Run build within ctest script and add some information for the dashboard @@ -161145,7 +173185,7 @@ Marco Hugentobler 2014-11-18 Hopefully fix sld test Merge: eef435e979 da91a9ee58 -volaya 2014-11-18 +Víctor Olaya 2014-11-18 Merge pull request #1614 from radosuav/small_fixes @@ -161161,7 +173201,7 @@ Radim Blazek 2014-11-18 [GRASS] data item fix -Matthias Kuhn 2014-11-18 +Matthias Kuhn 2014-11-18 Add tolerance to shapeburst test @@ -161172,13 +173212,13 @@ Nyall Dawson 2014-11-18 [composer] Fix overview tooltips (fix #11655) Merge: 1f41364c2e b2494fd9ef -alexbruy 2014-11-18 +Alexander Bruy 2014-11-18 Merge pull request #1605 from ghtmtt/patch-1 Update geometricfigures.rst -Matthias Kuhn 2014-11-18 +Matthias Kuhn 2014-11-18 Update link to qt homepage @@ -161257,7 +173297,7 @@ Alexander Bruy 2014-11-17 add shortcuts to some Processing actions -Matthias Kuhn 2014-11-17 +Matthias Kuhn 2014-11-17 Fix CPack path to README.md @@ -161265,20 +173305,20 @@ Alexander Bruy 2014-11-17 homogenize icons related to managing project and global scale lists -Matthias Kuhn 2014-11-17 +Matthias Kuhn 2014-11-17 More README to README.md And add travis build status Merge: 150aa53a63 ad881089ef -alexbruy 2014-11-17 +Alexander Bruy 2014-11-17 Merge pull request #1686 from alexbruy/dbmanager-sqleditor switch DB Manager's SQL editor to QgsCodeEditorSQL -Juergen E. Fischer 2014-11-17 +Jürgen E. Fischer 2014-11-17 add missing ts files (fixes #11662) @@ -161288,7 +173328,7 @@ Werner Macho 2014-11-16 Signed-off-by: Werner Macho -rldhont 2014-11-05 +D'Hont René-Luc 2014-11-05 [QGIS-Server] Enhance config cache @@ -161309,15 +173349,15 @@ Martin Dobias 2014-11-15 Conflicts: src/core/qgsmaphittest.cpp -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 [travis] Do some steps in install step -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 [travis] Disable PyQgsPalLabelingServer tests for now -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 [travis] Disable SymbolLayerV2 test @@ -161326,7 +173366,7 @@ Matthias Kuhn 2014-11-14 https://github.com/qgis/QGIS/pull/1672 -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Fix atlas tests @@ -161335,7 +173375,7 @@ Matthias Kuhn 2014-11-14 * Reorders method calls to make the test pass * Disable the test until https://github.com/qgis/QGIS/pull/1688 -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Exclude PyQgsPalLabelingCanvas test because of Segfault on test server @@ -161344,18 +173384,18 @@ Matthias Kuhn 2014-11-14 Error message: QThreadStorage: Thread 0x16e29f0 exited after QThreadStorage 6 destroyed -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Disable geometry simplify check This test mixes different effects and is very unprecise in what it tests and what it expects as result. -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Add QgsDartMeasurement -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Switch QgsCompositionChecker to MultiRenderChecker @@ -161369,48 +173409,48 @@ Nyall Dawson 2014-11-14 Fix composerhtml tests on precise -Matthias Kuhn 2014-11-13 +Matthias Kuhn 2014-11-13 Cleanup atlas composition tests * Don't try to cache on 0-sized image * Use qDebug instead of qWarning -Matthias Kuhn 2014-11-07 +Matthias Kuhn 2014-11-07 Fix shapeburst test Move to multirenderchecker -Matthias Kuhn 2014-11-04 +Matthias Kuhn 2014-11-04 [unit tests] Make qgis_rendererstest pass Replace control image -Matthias Kuhn 2014-11-13 +Matthias Kuhn 2014-11-13 Fix PalLabelingComposer test Switch to QgsMultiRenderChecker and add control images for Ubuntu precise where required. -Matthias Kuhn 2014-11-07 +Matthias Kuhn 2014-11-07 Fix inverted polygon renderer test -Matthias Kuhn 2014-11-12 +Matthias Kuhn 2014-11-12 [unit tests] Fix blend modes test * Switched to QgsMultiRenderChecker and added control images for precise * Add a minimal color tolerance for slight render inconsistencies -Matthias Kuhn 2014-11-08 +Matthias Kuhn 2014-11-08 Compositionchecker: Default color tolerance of 1 -Matthias Kuhn 2014-11-06 +Matthias Kuhn 2014-11-06 [unit tests] Add multirenderchecker @@ -161419,11 +173459,11 @@ Matthias Kuhn 2014-11-06 With the help of multiple reference images, it is possible to apply a color tolerance to each of these -Matthias Kuhn 2014-11-13 +Matthias Kuhn 2014-11-13 Add .travis.yml for automated testing -Matthias Kuhn 2014-11-14 +Matthias Kuhn 2014-11-14 Initialize some uninitialized variables @@ -161435,7 +173475,7 @@ Radim Blazek 2014-11-14 avoid use of QIcon in data items in threads -Juergen E. Fischer 2014-11-14 +Jürgen E. Fischer 2014-11-14 pull_ts.sh: verify lrelease is available @@ -161446,7 +173486,7 @@ Paolo Cavallini 2014-11-14 fixes r.watershed parameter description for GRASS 6.4 -Juergen E. Fischer 2014-11-13 +Jürgen E. Fischer 2014-11-13 indentation update and typo fixes @@ -161454,11 +173494,11 @@ Giovanni Manghi 2014-11-13 fixes r.watershed parameter description for GRASS 6.4 -Juergen E. Fischer 2014-11-13 +Jürgen E. Fischer 2014-11-13 prepare-commit.sh: fix script directory detection -rldhont 2014-11-07 +D'Hont René-Luc 2014-11-07 [FIXED] #11572 Filter Legend By Map Content doesn't maintain point displacement legend @@ -161488,7 +173528,7 @@ Nyall Dawson 2014-11-13 Add casts to double to fix compilation on ARM -Juergen E. Fischer 2014-11-13 +Jürgen E. Fischer 2014-11-13 prepare-commit.sh: remove executable bit from source files and exit successfully if nothing modified @@ -161496,11 +173536,11 @@ Sandro Mani 2014-11-13 Add casts to double to fix compilation on ARM -Juergen E. Fischer 2014-11-13 +Jürgen E. Fischer 2014-11-13 update debian dependencies in INSTALL (scripts/scandeps.pl run) -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 fix source permissions @@ -161508,11 +173548,11 @@ Juergen E. Fischer 2014-11-12 find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exec chmod a-x {} \; -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 i18n: script updates -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 postgres provider: fix layer detection @@ -161524,44 +173564,44 @@ Radim Blazek 2014-11-12 loading icon from qt-everywhere-opensource-src-4.6.3/demos/browser/data/loading.gif -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 fix PyQgsAppStartup test on windows -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 fix PyQgsLogger test (fixes b5f6d2ce, but also the failure on windows) -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 fix tim dot linfiniti at com -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 i18n: move to transifex * deprecate update_ts_files.sh * use pull_ts.sh to pull updates from transifex * use push_ts.sh to pull qgis_en.ts from transifex, update it and push it back -Matthias Kuhn 2014-11-04 +Matthias Kuhn 2014-11-04 Fix qgis_legendrenderertest Changed control image that fails on every platform -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 parse embedded project only once (speedups loading of multiple embedded layers from the same project) -Juergen E. Fischer 2014-11-12 +Jürgen E. Fischer 2014-11-12 refactor QgsLogger and add duration and thread id -Juergen E. Fischer 2014-11-11 +Jürgen E. Fischer 2014-11-11 fix german translations (fixes #11617) -Juergen E. Fischer 2014-11-11 +Jürgen E. Fischer 2014-11-11 vector file writer: scan shape file geometries instead of just assuming multi geometry types (followup 528c4cacb, refs #10584, fixes #11542, fixes #11597) @@ -161569,7 +173609,7 @@ Nyall Dawson 2014-11-11 Sort members in api docs -Matthias Kuhn 2014-11-07 +Matthias Kuhn 2014-11-07 Fix maprenderertest @@ -161595,30 +173635,30 @@ Alexander Bruy 2014-11-08 fix regex for getting layer name -Matthias Kuhn 2014-11-08 +Matthias Kuhn 2014-11-08 Fix occasional crash on exit because of statis network access manager see https://bugreports.qt-project.org/browse/QTBUG-25789 -Juergen E. Fischer 2014-11-08 +Jürgen E. Fischer 2014-11-08 fix PyQgsVectorLayer test -Matthias Kuhn 2014-11-05 +Matthias Kuhn 2014-11-05 Fix dual view test * References commit 51e01d6 * And issue #11529 -Matthias Kuhn 2014-11-05 +Matthias Kuhn 2014-11-05 Fix expression test make sure the style file with the color ramp can be copied to the settings path -Juergen E. Fischer 2014-11-07 +Jürgen E. Fischer 2014-11-07 debian packaging update (fixes for tests) @@ -161649,7 +173689,7 @@ Radim Blazek 2014-11-07 browser last expanded better -rldhont 2014-11-05 +D'Hont René-Luc 2014-11-05 [FIXED] #11572 ilter Legend By Map Content doesn't maintain point displacement legend @@ -161747,7 +173787,7 @@ Nyall Dawson 2014-11-06 Allows editing these files in QtCreator. -Matthias Kuhn 2014-11-05 +Matthias Kuhn 2014-11-05 Fix feature request with Fid Filter working on the edit buffer @@ -161765,46 +173805,46 @@ Tom Kralidis 2014-11-05 https://github.com/geopython/OWSLib/commit/4e5e24840372028be2858c5c6897818bf6059282 Merge: 47e3dc9d8d 7976d9488e -volaya 2014-11-05 +Víctor Olaya 2014-11-05 Merge pull request #1670 from gioman/saga_fixes1 fix several SAGA 2.1.2 modules, take1 -Juergen E. Fischer 2014-11-05 +Jürgen E. Fischer 2014-11-05 fix build error -Matthias Kuhn 2014-11-04 +Matthias Kuhn 2014-11-04 Fix app startup test Merge: 1d3f8a73b5 a4fb2a102e -mhugent 2014-11-04 +Marco Hugentobler 2014-11-04 Merge pull request #1671 from elpaso/requesthandler-refactoring2 Requesthandler refactoring2 -elpaso 2014-11-04 +Alessandro Pasotti 2014-11-04 Restored streaming capabilities, added mHeadersSent flag and accessor Funded by ItOpen - http://www.itopen.it -elpaso 2014-10-10 +Alessandro Pasotti 2014-10-10 ASTYLE formatting Funded by ItOpen - http://www.itopen.it -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Removed python plugins define Funded by ItOpen - http://www.itopen.it -elpaso 2014-10-09 +Alessandro Pasotti 2014-10-09 Http request/response handler refactoring. @@ -161820,11 +173860,11 @@ elpaso 2014-10-09 Funded by ItOpen - http://www.itopen.it -Juergen E. Fischer 2014-11-04 +Jürgen E. Fischer 2014-11-04 server: stop processing after 'no REQUEST' exception (fixes #11543) -Juergen E. Fischer 2014-11-04 +Jürgen E. Fischer 2014-11-04 fix typo @@ -161838,7 +173878,7 @@ Werner Macho 2014-11-04 Adding back shortcut and avoid double assign -Matthias Kuhn 2014-08-05 +Matthias Kuhn 2014-08-05 Switch tests to automoc @@ -161867,17 +173907,17 @@ Nyall Dawson 2014-11-04 love suggestions/mockups from the UX team for ways this could be improved. -Juergen E. Fischer 2014-11-03 +Jürgen E. Fischer 2014-11-03 oracle provider: * if a no spatial index is found try sdo_filter (fixes #11358) * allow specifing connection parameters (eg. OCI_ATTR_PREFETCH_ROWS=10000) -Juergen E. Fischer 2014-11-03 +Jürgen E. Fischer 2014-11-03 QgsDataSourceURI: add parameters to uri -Juergen E. Fischer 2014-11-04 +Jürgen E. Fischer 2014-11-04 fix feature action from identify menu (fixes #11533) @@ -161887,11 +173927,11 @@ Werner Macho 2014-11-03 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-11-02 +Jürgen E. Fischer 2014-11-02 browser: register editor widgets (fixes #11529) -Juergen E. Fischer 2014-11-02 +Jürgen E. Fischer 2014-11-02 add QScintilla2 include directory to python bindings and oracle provider (fixes #11528) @@ -161902,7 +173942,7 @@ Werner Macho 2014-11-02 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-11-02 +Jürgen E. Fischer 2014-11-02 german translation update @@ -161934,7 +173974,7 @@ Alexander Bruy 2014-09-15 [processing] add Regular points algorithm (addresses #5953) -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 add link to 2.6 doxymentation to master version @@ -161985,11 +174025,11 @@ Denis Rouzaud 2014-09-29 support icons in map layer actions -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 Bump version to 2.7 -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 update changelog for 2.6 release @@ -161997,7 +174037,7 @@ Martin Dobias 2014-10-31 Less verbose debug output in layer tree model -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 invert back toggle editing button in relation editor widget (fixes #11524, followup b1a2bef1) @@ -162008,12 +174048,12 @@ Werner Macho 2014-10-31 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 fix more graduate renderer crashes (followup d99d2fd97) Merge: d99d2fd97c 9024badc60 -alexbruy 2014-10-31 +Alexander Bruy 2014-10-31 Merge pull request #1669 from gioman/tmp_fix_modeller_saga @@ -162023,20 +174063,20 @@ Giovanni Manghi 2014-10-31 fix modeller with saga tools -Juergen E. Fischer 2014-10-31 +Jürgen E. Fischer 2014-10-31 fix graduated renderer crash (followup 6de53e51b) -Juergen E. Fischer 2014-10-30 +Jürgen E. Fischer 2014-10-30 ftools: field uniqueness fix (fixes #11523) -Juergen E. Fischer 2014-10-30 +Jürgen E. Fischer 2014-10-30 also restore style for file based layers (followup dfff717a0) and use file name for GeoJSON layers (fixes #10711) -Juergen E. Fischer 2014-10-30 +Jürgen E. Fischer 2014-10-30 when manually loading layers defer loading default style until the layers is added to the registry so that the readCustomSymbology signal can be processed @@ -162048,7 +174088,7 @@ Werner Macho 2014-10-30 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-10-30 +Jürgen E. Fischer 2014-10-30 attribute dialog: really keep cloned feature until destruction (feature action also need it and crash otherwise) @@ -162059,7 +174099,7 @@ Denis Rouzaud 2014-10-30 remove "added" notes for 1.x and 2.0 versions -Juergen E. Fischer 2014-10-29 +Jürgen E. Fischer 2014-10-29 GDAL tools: put tif back to top for save file dialog formats (fixes #11507) @@ -162076,42 +174116,42 @@ Werner Macho 2014-10-29 Signed-off-by: Werner Macho Merge: 4cf08c5c11 a7f889dc53 -Jürgen Fischer 2014-10-29 +Jürgen E. Fischer 2014-10-29 Merge pull request #1668 from m-kuhn/action-menu-crash Alternative approach to f9fcee9 -Matthias Kuhn 2014-10-29 +Matthias Kuhn 2014-10-29 Use a copy of the feature for the action menu in the attribute dialog -Matthias Kuhn 2014-10-29 +Matthias Kuhn 2014-10-29 Revert "attribute dialog: keep clone feature until destruction (fixes crash from action" This reverts commit f9fcee980ec7fb721187080f853f86dfbf453918. -Sandro Santilli 2014-10-29 +Sandro Santilli 2014-10-29 Avoid unneeded geometry cloning in QgsGeometry::nodeGeometries Affects splitGeometry and reshapeGeometry public functions -Larry Shaffer 2014-10-29 +Larry Shaffer 2014-10-29 Fix missing show/hide selected layers icons -Juergen E. Fischer 2014-10-29 +Jürgen E. Fischer 2014-10-29 attribute dialog: keep clone feature until destruction (fixes crash from action menu) -Sandro Santilli 2014-10-29 +Sandro Santilli 2014-10-29 Drop execute flag from .cpp file -Juergen E. Fischer 2014-10-29 +Jürgen E. Fischer 2014-10-29 german translation update @@ -162122,7 +174162,7 @@ Martin Dobias 2014-10-28 The model was getting broken due to list of children being overwritten and it was sometimes crashing in the proxy model implementation. -Juergen E. Fischer 2014-10-28 +Jürgen E. Fischer 2014-10-28 db manager: show error message in bar when adding a layer fails (fixes #8148) @@ -162133,11 +174173,11 @@ Nathan Woodrow 2014-10-28 Fix #11510 graduated renderer causes crash: added check for geometry -Juergen E. Fischer 2014-10-28 +Jürgen E. Fischer 2014-10-28 fix typos -elpaso 2014-10-28 +Alessandro Pasotti 2014-10-28 Fix #11510 graduated renderer causes crash: added check for geometry needed @@ -162160,7 +174200,7 @@ Werner Macho 2014-10-28 more typos in tooltip -elpaso 2014-10-28 +Alessandro Pasotti 2014-10-28 Fix #11510 graduated renderer causes crash @@ -162279,11 +174319,11 @@ Nyall Dawson 2014-10-27 using the "Import Into PostGIS" algorithm results in a database error. -Juergen E. Fischer 2014-10-27 +Jürgen E. Fischer 2014-10-27 german translation update -Larry Shaffer 2014-10-26 +Larry Shaffer 2014-10-26 Fix #9359; set default WCS caching to Prefer Network @@ -162296,7 +174336,7 @@ Richard Duivenvoorde 2014-10-26 fix for #11504 RotateFeature tool prerotation -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 delete ring: consider reprojection when search for clicked ring (fixes #11502) @@ -162304,19 +174344,19 @@ Tim Sutton 2014-10-26 Properly mark old qgsrubberband ctor as deprecated -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 vector file writer: avoid duplicate destruction of coordinate transform in case of exceptions (fixes #9993) -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 Remove unsupported append import/export option from db_manager (refs #10569) -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 support relative paths for gpx datasources (fixes #11131) -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 support ogc binary operation with more than two operands (fixes #10053) @@ -162342,7 +174382,7 @@ Werner Macho 2014-10-26 [TRANSUP] pl: log, color, composer -Juergen E. Fischer 2014-10-26 +Jürgen E. Fischer 2014-10-26 doxygen: add/replace some occurences of \verbatim with \code @@ -162366,7 +174406,7 @@ DelazJ 2014-10-25 Adding text about angle tools and how tools behave. -Juergen E. Fischer 2014-10-24 +Jürgen E. Fischer 2014-10-24 dxf export: export layers only once and in drawing order @@ -162377,7 +174417,7 @@ DelazJ 2014-10-24 Since QGIS 2.0, it is possible to also measure angles but this is not mentioned in the context help. Merge: 444bea595f d64525c0b6 -rldhont 2014-10-24 +D'Hont René-Luc 2014-10-24 Merge pull request #1655 from rldhont/server_embedded_layers @@ -162410,7 +174450,7 @@ Martin Dobias 2014-10-24 The list of layers/groups is now restored (previously the configuration would be omitted). -rldhont 2014-10-24 +D'Hont René-Luc 2014-10-24 [BUGFIX] #11484 QGIS server: embedded layers are not published (GetCapabilities, GetMap, etc) @@ -162467,7 +174507,7 @@ DelazJ 2014-10-24 Update QgsAttributeTableDialog -Nathan Woodrow 2014-10-24 +Nathan Woodrow 2014-10-24 Fix #11208 - Error when saving MSSQL layer when using DSN @@ -162475,15 +174515,15 @@ Nyall Dawson 2014-10-24 [composer] Negative position values should be allowed -Juergen E. Fischer 2014-10-23 +Jürgen E. Fischer 2014-10-23 update changelog for brighton release -Juergen E. Fischer 2014-10-23 +Jürgen E. Fischer 2014-10-23 expressions: keep brackets (fix #11475) -Juergen E. Fischer 2014-10-23 +Jürgen E. Fischer 2014-10-23 dxf export: fixes for text support (text width, underline/overline/strikeout and line direction symbols) @@ -162520,7 +174560,7 @@ Martin Dobias 2014-10-23 new layers have been added, so the selection change at that point should be safe. Merge: aeb9d934ed 6f30ab9be7 -alexbruy 2014-10-23 +Alexander Bruy 2014-10-23 Merge pull request #1652 from gioman/processing_count_points @@ -162540,11 +174580,11 @@ Martin Dobias 2014-10-23 Thanks to Nyall for pointing this out -Juergen E. Fischer 2014-10-22 +Jürgen E. Fischer 2014-10-22 fix interpretation of numeric constants in scientic notation (fixes #10939) -Juergen E. Fischer 2014-10-22 +Jürgen E. Fischer 2014-10-22 osgeo4w: package pdbs in nightly build @@ -162574,7 +174614,7 @@ Martin Dobias 2014-10-22 Fixed SIP wrapper for conversion to QgsRasterInterface subclasses -Matthias Kuhn 2014-10-21 +Matthias Kuhn 2014-10-21 Self referencing relations: do not repeatedly embed dual view @@ -162583,14 +174623,14 @@ Nyall Dawson 2014-10-22 [composer] Avoid hang when adding columns to table on Win (fix ##11462) Merge: 47f5873e86 17626b802a -alexbruy 2014-10-22 +Alexander Bruy 2014-10-22 Merge pull request #1646 from gioman/saga_shapesmodules_fixes1 fixes for 2 shapes tools for SAGA 2.1.2 Merge: abf816bf80 80c1dda94d -alexbruy 2014-10-22 +Alexander Bruy 2014-10-22 Merge pull request #1649 from gioman/ogr_clip @@ -162607,12 +174647,12 @@ Nyall Dawson 2014-10-22 Prevents bad grid parameters for a transformed grid flooding the user with hundreds of unclosable error message boxes. -Juergen E. Fischer 2014-10-22 +Jürgen E. Fischer 2014-10-22 vector file writer: assume shapefiles contain multitype data (fixes #10584) Merge: a4f20840e5 d9b1638073 -alexbruy 2014-10-22 +Alexander Bruy 2014-10-22 Merge pull request #1650 from gioman/gdal_rasterize_writeover @@ -162636,11 +174676,11 @@ Martin Dobias 2014-10-22 Exceptions fixed earlier by @mkuhn in 37f1a1 Numerical problems found by @arnaud-morvan, corrected by @jef-n -Juergen E. Fischer 2014-10-22 +Jürgen E. Fischer 2014-10-22 handle unset setting values in processing (fixes #11340) -Juergen E. Fischer 2014-10-22 +Jürgen E. Fischer 2014-10-22 keep add feature action until non-modal attribute form is closed (fixes #11461) @@ -162659,7 +174699,7 @@ Giovanni Manghi 2014-10-21 added detail about the output -Juergen E. Fischer 2014-10-21 +Jürgen E. Fischer 2014-10-21 use QgsCredentials to request wms/ows credentials on demand and wms cleanups (fixes #11184) @@ -162685,13 +174725,13 @@ Werner Macho 2014-10-21 [TRANSUP] pl: GDAL, heatmap Merge: 338e138be6 eea6c6bf54 -alexbruy 2014-10-21 +Alexander Bruy 2014-10-21 Merge pull request #1648 from gioman/processing_gdal_output_type Add raster data type output option to some Processing/GDAL tools otherwise output is always Float64 -Matthias Kuhn 2014-10-21 +Matthias Kuhn 2014-10-21 SIP update: expose QgsAttributeAction icon, iconPath and name @@ -162726,11 +174766,11 @@ Martin Dobias 2014-10-21 Fix one memory leak + add note to show() calls as they will delete the dialog -Sandro Santilli 2014-10-21 +Sandro Santilli 2014-10-21 Remove workaround for layergroup bug #6938, now fixed -Matthias Kuhn 2014-10-21 +Matthias Kuhn 2014-10-21 Catch GEOS exceptions when reshape tool is used on non-closed-linestring @@ -162769,21 +174809,21 @@ Martin Dobias 2014-10-21 it will keep other custom properties that would be lost prevously. Merge: 42d915ef0f 20b0d121c8 -Jürgen Fischer 2014-10-21 +Jürgen E. Fischer 2014-10-21 Merge pull request #1616 from ahuarte47/Issue_11243 Fix #11243: Data corruption with feature simplification -Juergen E. Fischer 2014-10-21 +Jürgen E. Fischer 2014-10-21 skip primary key column when pasting to spatialite layers (fixes #11322) -Juergen E. Fischer 2014-10-20 +Jürgen E. Fischer 2014-10-20 german translation update -Juergen E. Fischer 2014-10-20 +Jürgen E. Fischer 2014-10-20 cosmetic cleanups, typo fixes, formatting @@ -162826,7 +174866,7 @@ Martin Dobias 2014-10-20 The KeepReference annotation will force QgsMapCanvas wrapper to keep one more ref to it, so its reference count will not go to zero while map canvas is still alive. -Matthias Kuhn 2014-10-20 +Matthias Kuhn 2014-10-20 Repack() shapefiles on unload whenever they have been modified @@ -162835,7 +174875,7 @@ Matthias Kuhn 2014-10-20 Fix #11007 -Matthias Kuhn 2014-10-20 +Matthias Kuhn 2014-10-20 SIP update for QgsFilterLineEdit @@ -162909,7 +174949,7 @@ Martin Dobias 2014-10-20 Fix #11331 (hidden group still occupies space in composer legend) Merge: 7876a7819f afc60e1828 -alexbruy 2014-10-20 +Alexander Bruy 2014-10-20 Merge pull request #1642 from timlinux/processing @@ -162923,21 +174963,21 @@ Werner Macho 2014-10-20 [TRANSUP] pl: first run Merge: 1eefed257d a0a546f19c -volaya 2014-10-20 +Víctor Olaya 2014-10-20 Merge pull request #1640 from gioman/saga_mosaick_fix small fix for SAGA module Merge: f3e7a3ed17 6a33e279da -volaya 2014-10-20 +Víctor Olaya 2014-10-20 Merge pull request #1639 from gioman/saga_transpose_grids Add SAGA 2.1.2 Transpose Grids tool Merge: 9bc7eca7b2 3c246159b7 -volaya 2014-10-20 +Víctor Olaya 2014-10-20 Merge pull request #1643 from gioman/gdal_rasterize_type @@ -162958,22 +174998,22 @@ Tim Sutton 2014-10-20 Papercut fix for inconsistent spelling of Raster Layer vs Vector layer -Juergen E. Fischer 2014-10-20 +Jürgen E. Fischer 2014-10-20 don't set relevant fields for VRT data sources when filtering for a rectangle. OGR might need attributes otherwise considered irrelevant to construct the geometry to filter against (fixes #11223) -Juergen E. Fischer 2014-10-19 +Jürgen E. Fischer 2014-10-19 german translation update -Juergen E. Fischer 2014-10-19 +Jürgen E. Fischer 2014-10-19 indentation update Merge: a548d1fe2b e1dedee70c -volaya 2014-10-19 +Víctor Olaya 2014-10-19 Merge pull request #1641 from gioman/gdal_rasterize @@ -162992,14 +175032,14 @@ Giovanni Manghi 2014-10-19 Add SAGA 2.1.2 Transpose Grids tool Merge: f35fb5ebf7 7e40811840 -volaya 2014-10-19 +Víctor Olaya 2014-10-19 Merge pull request #1637 from gioman/saga_grid_cell_index fix SAGA 2.1.2 Sort Grid module: name and parameters changed Merge: db0f423e0d af1fe9e231 -volaya 2014-10-19 +Víctor Olaya 2014-10-19 Merge pull request #1636 from gioman/saga_mosaick @@ -163009,11 +175049,11 @@ Robert Szczepanek 2014-10-19 [TRANSUP] pl: first run -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] disabled editing modeler item with double click (was causing crash) -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] removed repeated algorithms from simplified mode @@ -163021,15 +175061,15 @@ Giovanni Manghi 2014-10-19 fix SAGA 2.1.2 Sort Grid module: name and parameters changed -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] fixed table export -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] removed redundant saga algorithm -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] remember min/max value in number params in modeler @@ -163154,7 +175194,7 @@ Nyall Dawson 2014-10-19 Ensure that html and label composer items correctly specify this argument. -volaya 2014-10-19 +Víctor Olaya 2014-10-19 [processing] fixed autofill in batch processing interface @@ -163179,7 +175219,7 @@ Giovanni Manghi 2014-10-18 fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x -Paolo 2014-10-18 +Paolo Cavallini 2014-10-18 Typo fixed in r.series @@ -163187,15 +175227,15 @@ borys 2014-10-18 [TRANSUP] [pl] Typo fix -volaya 2014-10-18 +Víctor Olaya 2014-10-18 [processing] removed border in table in batch processing dialog -volaya 2014-10-18 +Víctor Olaya 2014-10-18 [processing] better handling of wrong models -volaya 2014-10-18 +Víctor Olaya 2014-10-18 [processing] fixed issue when running models in a batch process @@ -163222,19 +175262,19 @@ Giovanni Manghi 2014-10-17 add new parameter to SAGA split shapes tool -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 use layer title instead of name in server getlegendgraphic response (fixes #11406) -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 combine layer type and edit icon when editing (fixes #11411) -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 avoid creating a histogram without range (fixes #11217) -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 restore active window after requesting credentials (fixes #11355) @@ -163250,27 +175290,27 @@ Chris Crook 2014-10-06 Adding python unit tests for graduated renderer - part 1 -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 fix geography detection (fixes #11375) -Juergen E. Fischer 2014-10-16 +Jürgen E. Fischer 2014-10-16 avoid creating a histogram without range (fixes #10832) -Juergen E. Fischer 2014-10-15 +Jürgen E. Fischer 2014-10-15 allow setting visiblity of selected layers (fixes #10835) -Juergen E. Fischer 2014-10-15 +Jürgen E. Fischer 2014-10-15 fix where clase when multiple features are filtered by id (fixes #11336, fixes #11408) -Juergen E. Fischer 2014-10-15 +Jürgen E. Fischer 2014-10-15 fix deprecation warnings -Matthias Kuhn 2014-10-15 +Matthias Kuhn 2014-10-15 [editwidgets] text color for r/o line edits matches disabled color @@ -163299,7 +175339,7 @@ Nyall Dawson 2014-10-15 fetch a reference to the correct frame item directly from the parent multiframe. Also added unit tests for this crash. -Sandro Santilli 2014-10-14 +Sandro Santilli 2014-10-14 [TopoViewer] fix layer visibility after QgsLegendInterface API changes @@ -163314,12 +175354,12 @@ Werner Macho 2014-10-14 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-10-14 +Jürgen E. Fischer 2014-10-14 remove get from QgsProviderRegistry::getProviderCapabilities() (followup 2e943c93) Merge: 89b0d7ae92 2e943c936c -Jürgen Fischer 2014-10-14 +Jürgen E. Fischer 2014-10-14 Merge pull request #1621 from manisandro/bad_layer_improvements @@ -163338,7 +175378,7 @@ Nyall Dawson 2014-10-14 Now "draw empty rows" is a seperate checkbox (fix #11392) -Matthias Kuhn 2014-10-14 +Matthias Kuhn 2014-10-14 Edit widget properties dialog: Improve window title @@ -163352,17 +175392,17 @@ Nyall Dawson 2014-10-14 the margin for the label item. Only half the frame width should be used, since half is drawn outside the item rect. -Juergen E. Fischer 2014-10-14 +Jürgen E. Fischer 2014-10-14 use qIsNaN instead of isnan (fixes windows build) -Matthias Kuhn 2014-10-14 +Matthias Kuhn 2014-10-14 Field calculator: Move virtual field to the top. Followup 0c4a501 -Matthias Kuhn 2014-10-14 +Matthias Kuhn 2014-10-14 Address some GUI issues on the field calculator @@ -163384,11 +175424,11 @@ Nathan Woodrow 2014-10-13 Fix crash when choosing a null field for categorized style -Juergen E. Fischer 2014-10-13 +Jürgen E. Fischer 2014-10-13 dxf export: use half width texts and support transparent colors -Matthias Kuhn 2014-10-13 +Matthias Kuhn 2014-10-13 Fix selection after focus-in by mouse in QgsFilterLineEdit @@ -163400,7 +175440,7 @@ Matthias Kuhn 2014-10-13 Fix #11373 -Matthias Kuhn 2014-10-13 +Matthias Kuhn 2014-10-13 Virtual fields definition moved to field calculator @@ -163440,7 +175480,7 @@ Nyall Dawson 2014-10-13 Fix scrollarea border style and tab order in new spatialite layer dialog -volaya 2014-10-12 +Víctor Olaya 2014-10-12 [processing] fixed wrong import in parameters classç @@ -163462,23 +175502,23 @@ Salvatore Larosa 2014-10-11 [processing] Fixes #11388 - save vector file dialog does not show file ext -Nathan Woodrow 2014-10-11 +Nathan Woodrow 2014-10-11 Escape backslash for mime data. Fix MS SQL drag and drop -Nathan Woodrow 2014-10-07 +Nathan Woodrow 2014-10-07 Fix crash with SQL Server driver Merge: 3d8a0345f9 ac5622ad06 -Jürgen Fischer 2014-10-11 +Jürgen E. Fischer 2014-10-11 Merge pull request #1617 from ahuarte47/Issue_9777_missing-labels Fix #11368: Simplification of a dataset leaves some polygons unlabelled Merge: 34ccc8173e 94b2e7cea0 -Jürgen Fischer 2014-10-11 +Jürgen E. Fischer 2014-10-11 Merge pull request #1625 from giohappy/master @@ -163489,7 +175529,7 @@ giohappy 2014-10-10 Fixes error in Multipoints with Z rendering Merge: 738e0bedd5 f1577f1e8b -Jürgen Fischer 2014-10-10 +Jürgen E. Fischer 2014-10-10 Merge pull request #1615 from ccrook/PostgresSaveStyleFix @@ -163533,7 +175573,7 @@ Nyall Dawson 2014-10-09 Followup cc94578 -rldhont 2014-10-01 +D'Hont René-Luc 2014-10-01 [Composer] Fix ComposerMapWidget's label is not explicit @@ -163541,7 +175581,7 @@ rldhont 2014-10-01 proposes to update the ComposerMapWidget'label to be more explicit and to be the same as the ComposerMap's tooltip. -rldhont 2014-10-01 +D'Hont René-Luc 2014-10-01 [Composer] Fix The ComposerMap's tooltip is not updated after readXML @@ -163553,7 +175593,7 @@ rldhont 2014-10-01 * readXML Merge: 174c2f3fdf 4a639ad984 -alexbruy 2014-10-09 +Alexander Bruy 2014-10-09 Merge pull request #1619 from anitagraser/patch-4 @@ -163587,7 +175627,7 @@ Alvaro Huarte 2014-10-08 #9777-ML: Indentation update -Juergen E. Fischer 2014-10-08 +Jürgen E. Fischer 2014-10-08 german translation update @@ -163633,7 +175673,7 @@ Salvatore Larosa 2014-10-07 [processing] Fixes #11345 - Python error while using Get script from online scripts collection -Matthias Kuhn 2014-10-07 +Matthias Kuhn 2014-10-07 Allow QWebView for photo widget @@ -163651,11 +175691,11 @@ Nyall Dawson 2014-10-07 Followup 8a0e1ef -volaya 2014-10-07 +Víctor Olaya 2014-10-07 [processing] minor code cleaning -volaya 2014-10-07 +Víctor Olaya 2014-10-07 [processing] fixed wrong call to self.tr from static method @@ -163729,13 +175769,13 @@ Nyall Dawson 2014-10-06 Use standard test font for QgsComposerHtml test -Matthias Kuhn 2014-09-25 +Matthias Kuhn 2014-09-25 Allow usage of virtual fields also for layer w/o add attribute support Fix #11168 -Matthias Kuhn 2014-10-06 +Matthias Kuhn 2014-10-06 Convert values to target field format @@ -163745,27 +175785,27 @@ Matthias Kuhn 2014-10-06 Fix #10995 Fix #10993 -volaya 2014-10-06 +Víctor Olaya 2014-10-06 [processing] fixed #11327 -volaya 2014-09-28 +Víctor Olaya 2014-09-28 [processing] fixed string representation of outputs -volaya 2014-09-28 +Víctor Olaya 2014-09-28 [processing] fixed list of algorithms in simplified mode -volaya 2014-09-28 +Víctor Olaya 2014-09-28 [processing]removed debug print lines -volaya 2014-09-26 +Víctor Olaya 2014-09-26 [processing] enable non-tif outputs in gdaldem algorithms -volaya 2014-09-26 +Víctor Olaya 2014-09-26 [processing] enabled more gdal output extensions @@ -163780,18 +175820,18 @@ Chris Crook 2014-10-06 Two bug fixes for graduated renderer -Juergen E. Fischer 2014-10-05 +Jürgen E. Fischer 2014-10-05 followup 3c95b5b9 Merge: 3c95b5b936 fa157843a1 -Jürgen Fischer 2014-10-05 +Jürgen E. Fischer 2014-10-05 Merge pull request #1611 from manisandro/readlink Use readlink -f to determine source directory in scripts/prepare-commit.sh -Juergen E. Fischer 2014-10-05 +Jürgen E. Fischer 2014-10-05 only include reasonable complete translations @@ -163845,7 +175885,7 @@ Yves Jacolin 2014-10-04 A lot of missing letter and typo corrected thanks to @ccrook Merge: b8c558ccd8 c17957fec9 -mhugent 2014-10-04 +Marco Hugentobler 2014-10-04 Merge pull request #1598 from marcel-dancak/getfeatureinfo-raster @@ -163878,7 +175918,7 @@ Werner Macho 2014-10-04 typo fix Merge: 7fce897bcd 76ff1a6c4f -alexbruy 2014-10-04 +Alexander Bruy 2014-10-04 Merge pull request #1607 from gioman/v_kernel @@ -163915,11 +175955,11 @@ Giovanni Manghi 2014-10-04 fix for v.kernel module in GRASS plugin -Matthias Kuhn 2014-10-03 +Matthias Kuhn 2014-10-03 Attribute dialog: Show layer name in title bar -Matthias Kuhn 2014-10-03 +Matthias Kuhn 2014-10-03 sip bindings: QgsAttributeDialog inherits from QDialog - Sponsored by QGIS HF Essen 2014 and everybody who helped to organize and finance this event @@ -163941,15 +175981,15 @@ Alexander Bruy 2014-10-03 [processing] add full i18n support (still needs some work to mark all strings as translatable) -volaya 2014-10-04 +Víctor Olaya 2014-10-04 [processing] better-looking params ui (removed widget border) -volaya 2014-10-04 +Víctor Olaya 2014-10-04 [processing] fixed crs checking before running alg -Juergen E. Fischer 2014-10-04 +Jürgen E. Fischer 2014-10-04 german translation update @@ -163961,11 +176001,11 @@ Denis Rouzaud 2014-10-03 remove useless code -volaya 2014-10-03 +Víctor Olaya 2014-10-03 fixed #10986 -volaya 2014-10-03 +Víctor Olaya 2014-10-03 [processing] fixed minor typos in GeometryConvert algorithm @@ -164033,25 +176073,25 @@ Martin Dobias 2014-10-03 11% speedup when rendering 1 million points from memory provider -Juergen E. Fischer 2014-10-03 +Jürgen E. Fischer 2014-10-03 dxf export: (re-)enable linetype generation for pen styles Merge: f5054a1e72 c9e0328339 -Jürgen Fischer 2014-10-03 +Jürgen E. Fischer 2014-10-03 Merge pull request #1603 from luipir/master [GdalTools] fix blocker bug https://hub.qgis.org/issues/11275 Merge: ac54c8e00a 59ec15bb2b -volaya 2014-10-03 +Víctor Olaya 2014-10-03 Merge pull request #1604 from elpaso/processing [processing] Avoid python hangs when run in headless mode from FCGI -volaya 2014-10-03 +Víctor Olaya 2014-10-03 [processing] updated freq analysis alg @@ -164108,7 +176148,7 @@ Alexander Bruy 2014-08-06 cleanup in vector utils -elpaso 2014-10-03 +Alessandro Pasotti 2014-10-03 [processing] Avoid python hangs when run in headless mode from FCGI @@ -164146,7 +176186,7 @@ Chris Crook 2014-10-03 Adding missing elements from SIP -volaya 2014-10-02 +Víctor Olaya 2014-10-02 [processing] do not log algorithms when not run from the gui @@ -164170,11 +176210,11 @@ Denis Rouzaud 2014-09-30 update mac install documentation and fix GSL include -Nathan Woodrow 2014-10-02 +Nathan Woodrow 2014-10-02 [Python Console] Don't set custom background for editor toolbar -Nathan Woodrow 2014-10-02 +Nathan Woodrow 2014-10-02 [Expression] Don't show folding @@ -164281,7 +176321,7 @@ Denis Rouzaud 2014-09-29 set icon of feature actions in the action menu Merge: 1c03067504 04becdc53a -volaya 2014-09-29 +Víctor Olaya 2014-09-29 Merge pull request #1595 from giohappy/master @@ -164321,7 +176361,7 @@ Werner Macho 2014-09-29 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-09-28 +Jürgen E. Fischer 2014-09-28 migrate old renderer ranges (followup fcfafa0a) @@ -164333,7 +176373,7 @@ Nathan Woodrow 2014-09-28 Don't crash with no attribute set in graduated renderer -Nathan Woodrow 2014-09-28 +Nathan Woodrow 2014-09-28 Fix #10747 - Don't force multi type on point features @@ -164343,19 +176383,19 @@ Nyall Dawson 2014-09-27 Follow up 27abd208 -Larry Shaffer 2014-09-26 +Larry Shaffer 2014-09-26 Followup to da3516c; find custom prefix QScintilla include directories -Juergen E. Fischer 2014-09-26 +Jürgen E. Fischer 2014-09-26 german translation update -Juergen E. Fischer 2014-09-26 +Jürgen E. Fischer 2014-09-26 indentation update -Juergen E. Fischer 2014-09-26 +Jürgen E. Fischer 2014-09-26 dxf improvements: * save/restore dxf export dialog geometry @@ -164367,7 +176407,7 @@ Salvatore Larosa 2014-09-26 change to messagebar some messageboxes in mainapp -Juergen E. Fischer 2014-09-26 +Jürgen E. Fischer 2014-09-26 fix tabstops in graduate symbol renderer widget (followup 25a7be2) @@ -164377,11 +176417,11 @@ Martin Dobias 2014-09-26 Apologies to fellow developers for being silly -Juergen E. Fischer 2014-09-26 +Jürgen E. Fischer 2014-09-26 remove unused ramp -Juergen E. Fischer 2014-09-08 +Jürgen E. Fischer 2014-09-08 DXF export improvements: * tree view and attribute selection for layer assigment in dialog @@ -164396,7 +176436,7 @@ Juergen E. Fischer 2014-09-08 Funded-By: SIGE Merge: eaacb125c4 7c1efea46e -alexbruy 2014-09-26 +Alexander Bruy 2014-09-26 Merge pull request #1596 from anitagraser/patch-3 @@ -164420,7 +176460,7 @@ Martin Dobias 2014-09-26 Fix bug #10767: Simplified rendering causing boxes to appear instead Merge: 0c6576c423 251a8a4d3a -mhugent 2014-09-26 +Marco Hugentobler 2014-09-26 Merge pull request #1593 from rldhont/qgis-server-print-legend @@ -164433,7 +176473,7 @@ Nathan Woodrow 2014-09-26 Categorized and graduated renderer enhancements -rldhont 2014-09-06 +D'Hont René-Luc 2014-09-06 [FEATURE][QGIS-Server] Legend filtering based on map in GetPrint Request @@ -164590,7 +176630,7 @@ Chris Crook 2014-09-25 Merge remote-tracking branch 'upstream/master' into CategorizedRendererUpdate -Matthias Kuhn 2014-09-24 +Matthias Kuhn 2014-09-24 Editor widgets: Show NULL value on numeric line edit @@ -164628,11 +176668,11 @@ Chris Crook 2014-09-24 Implementation of graduated renderer breakpoint editor, minus SIP for editor -volaya 2014-09-24 +Víctor Olaya 2014-09-24 [processing] moved initialization to initGui() method -volaya 2014-09-23 +Víctor Olaya 2014-09-23 [processing] fixed how models read help info @@ -164663,7 +176703,7 @@ Denis Rouzaud 2014-09-23 followup 443fa8cc920216bb0ac470babf1709e1242d169c -Matthias Kuhn 2014-09-23 +Matthias Kuhn 2014-09-23 Sip update and const correctness @@ -164699,35 +176739,35 @@ Salvatore Larosa 2014-09-23 [expression builder] fixes #11247 -Matthias Kuhn 2014-09-23 +Matthias Kuhn 2014-09-23 QgsFilterLineEdit: Hide clear button when read only -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Fix re-initialization of dual view -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 [FEATURE] Add suffix support for range widget -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Update sip bindings -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Better QgsFilterLineEdit support for several edit widgets -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Add better Null support to QgsFilterLineEdit -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Attribute form: do not try to edit non-editable fields -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Make operations on the feature selection more memory friendly @@ -164771,17 +176811,17 @@ Nyall Dawson 2014-09-22 Fix incorrectly failing composer html test -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Followup 96e39f7 -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Fix performance issues with moving selection on canvas (Funded by good will) Fix #11197 -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Re-initialize relation editor on setRelationFeature @@ -164801,7 +176841,7 @@ Nyall Dawson 2014-09-22 Usability improvements for db manager -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Transfer ownership of drag-and-drop layout elements in sip @@ -164819,7 +176859,7 @@ Marco Hugentobler 2014-09-22 WFS server: insert/update/delete are only dependent on wfs publish property. Funded by Sourcepole QGIS Enterprise -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Proper handling of NULL values for edit widgets @@ -164827,7 +176867,7 @@ Matthias Kuhn 2014-09-22 * Web widget preserves NULL value * Attribute table can distinguish between 0 and NULL (Fix #11235) -Matthias Kuhn 2014-09-22 +Matthias Kuhn 2014-09-22 Restore buttonbox visibility after attribute form reload @@ -164836,15 +176876,15 @@ Matthias Kuhn 2014-09-22 Fix #11229 Fix #11194 -Juergen E. Fischer 2014-09-22 +Jürgen E. Fischer 2014-09-22 german translation update -Juergen E. Fischer 2014-09-22 +Jürgen E. Fischer 2014-09-22 fix doxygen warnings -Matthias Kuhn 2014-09-21 +Matthias Kuhn 2014-09-21 Cleanup button box when reinitializing attribute form @@ -164913,19 +176953,19 @@ Nyall Dawson 2014-09-18 Add support for removing user palettes from color picker -Larry Shaffer 2014-09-19 +Larry Shaffer 2014-09-19 Fix 'geos_c.h not found' build error on Mac for browser app Merge: 9ae648b824 c945eec556 -alexbruy 2014-09-19 +Alexander Bruy 2014-09-19 Merge pull request #1531 from ccrook/DistanceMatrixFix [processing] Distance matrix fixes Merge: a809dcce14 8ec82a30d0 -alexbruy 2014-09-19 +Alexander Bruy 2014-09-19 Merge pull request #1585 from cayetanobv/master @@ -164943,7 +176983,7 @@ Alexander Bruy 2014-09-19 [processing] avoid division by zero in random points alg (fix #11215) -Nathan Woodrow 2014-09-19 +Nathan Woodrow 2014-09-19 Add asImage method for QgsSymbol @@ -165086,7 +177126,7 @@ Nyall Dawson 2014-09-17 Option in color picker dialog to import a gpl palette to a new user scheme -Nathan Woodrow 2014-09-18 +Nathan Woodrow 2014-09-18 Add timing for plugin loading @@ -165106,7 +177146,7 @@ Nyall Dawson 2014-09-17 Load gpl files from user folder to schemes -Matthias Kuhn 2014-09-17 +Matthias Kuhn 2014-09-17 Save edit widgets also to QML style information. @@ -165133,11 +177173,11 @@ Denis Rouzaud 2014-09-16 [QgsRelationReferenceWidget] correctly enable/disable set null button, do not disable line edit (already read only), make openForm and mapIdentification public, more documentation -Matthias Kuhn 2014-09-17 +Matthias Kuhn 2014-09-17 Fix sip for QgsMapLayerActionRegistry -Matthias Kuhn 2014-09-16 +Matthias Kuhn 2014-09-16 Pass attribute editor context for widgets on the attribute table @@ -165187,15 +177227,15 @@ Denis Rouzaud 2014-08-27 [QgsActionMenu] use correct level of actions -Matthias Kuhn 2014-08-13 +Matthias Kuhn 2014-08-13 Add user data to identify actions to actionmenu -Matthias Kuhn 2014-08-13 +Matthias Kuhn 2014-08-13 Add icon support to actions -Matthias Kuhn 2014-08-11 +Matthias Kuhn 2014-08-11 Add action menu to attribute dialog @@ -165221,7 +177261,7 @@ Denis Rouzaud 2014-09-16 [QgsMapToolIdentifyFeature] allow initializing without any layer -Juergen E. Fischer 2014-09-16 +Jürgen E. Fischer 2014-09-16 followup ui rename (followup 13eb726d) @@ -165243,27 +177283,27 @@ Denis Rouzaud 2014-09-15 [Relation Reference Widget] allow removing open form button (option not available in QGIS) -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 Fix doxygen warning -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 Use unique value widget doxymentation to appropriate place -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 Doxymentation for relation manager -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 Even more Doxymentation -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 More Doxymentation -Matthias Kuhn 2014-09-15 +Matthias Kuhn 2014-09-15 Doxymentation for QgsEditorWidgetV2 @@ -165318,11 +177358,11 @@ Alexander Bruy 2014-09-15 [processing] remove selection before running Select by location algorithm (fix #10873) -Juergen E. Fischer 2014-09-15 +Jürgen E. Fischer 2014-09-15 german translation update -Juergen E. Fischer 2014-09-15 +Jürgen E. Fischer 2014-09-15 remove unused variable @@ -165358,33 +177398,33 @@ Nyall 2014-09-15 [dbmanager] Don't set parent for dbmanager window, allows for minimising window. Unminimise window when activating dbmanager. -Juergen E. Fischer 2014-09-15 +Jürgen E. Fischer 2014-09-15 indent multiline messages in log -Juergen E. Fischer 2014-09-14 +Jürgen E. Fischer 2014-09-14 doxymentation fix -Juergen E. Fischer 2014-09-14 +Jürgen E. Fischer 2014-09-14 fix build on PyQt <4.9.5 -Nathan Woodrow 2014-09-14 +Nathan Woodrow 2014-09-14 Remove unused variable -Nathan Woodrow 2014-09-14 +Nathan Woodrow 2014-09-14 Set auto raise for identify toolbar icons -Nathan Woodrow 2014-09-14 +Nathan Woodrow 2014-09-14 Keep log button in status bar. Removing UI elements under the user isn't good UX -Nathan Woodrow 2014-09-14 +Nathan Woodrow 2014-09-14 Use QPlainTextEdit for message log. Less memory and much much faster then QTableWidget @@ -165409,7 +177449,7 @@ Martin Dobias 2014-09-14 Use _r GEOS API in geometry import test -Nathan Woodrow 2014-09-14 +Nathan Woodrow 2014-09-14 Move identify toolbar to top to match other docks with toolbars @@ -165466,7 +177506,7 @@ Marco Hugentobler 2014-09-02 Fix check of allowed wfst capabilities in project. Funded by Sourcepole QGIS Enterprise -Juergen E. Fischer 2014-09-13 +Jürgen E. Fischer 2014-09-13 fix and sync QgsAttributeEditorContext sip bindings @@ -165486,19 +177526,19 @@ Nyall Dawson 2014-09-13 Default names for colors when adding to schemes -Nathan Woodrow 2014-09-12 +Nathan Woodrow 2014-09-12 Restore canvas colour for overview window -Nathan Woodrow 2014-09-12 +Nathan Woodrow 2014-09-12 Simplify python console init text -Matthias Kuhn 2014-09-12 +Matthias Kuhn 2014-09-12 Use wait cursor when loading forms -Matthias Kuhn 2014-09-01 +Matthias Kuhn 2014-09-01 [relation widgets] General update @@ -165512,7 +177552,7 @@ Denis Rouzaud 2014-08-25 [relation reference widget] minimize feature request, do not fill combobox if not shown, button to remove related feature -Matthias Kuhn 2014-09-09 +Matthias Kuhn 2014-09-09 Update to strings in add postgis layer dialog @@ -165520,7 +177560,7 @@ Martin Dobias 2014-09-12 [FEATURE] display rule-based renderer legend in a pseudo-tree (in layer tree model/view) -Juergen E. Fischer 2014-09-10 +Jürgen E. Fischer 2014-09-10 debian packaging update @@ -165532,11 +177572,11 @@ Martin Dobias 2014-09-11 Make sure to refresh canvas when layer's CRS is changed -Nathan Woodrow 2014-09-11 +Nathan Woodrow 2014-09-11 Fix toolbar order with add and new buttons -Nathan Woodrow 2014-09-11 +Nathan Woodrow 2014-09-11 Reduce margins on bookmarks dialog @@ -165565,30 +177605,30 @@ Denis Rouzaud 2014-09-11 [SIP] add missing activated/deactivated signals for map tools -Nathan Woodrow 2014-09-11 +Nathan Woodrow 2014-09-11 Set auto raise for attribute table buttons to match reset of UI Merge: 890f921e06 79b3a8f889 -Jürgen Fischer 2014-09-10 +Jürgen E. Fischer 2014-09-10 Merge pull request #1577 from RossGammon/master Description: Fix qreal VS double issues. -Juergen E. Fischer 2014-09-10 +Jürgen E. Fischer 2014-09-10 fix #11110 -Juergen E. Fischer 2014-09-10 +Jürgen E. Fischer 2014-09-10 fix spanish translation error -Nathan Woodrow 2014-09-10 +Nathan Woodrow 2014-09-10 Move remove layer/group to legend dock. Remove from toolbar -Nathan Woodrow 2014-09-10 +Nathan Woodrow 2014-09-10 Resize snapping column widths. Reduce dialog margins @@ -165638,7 +177678,7 @@ Martin Dobias 2014-09-10 This was causing a crash in GPS information widget -Juergen E. Fischer 2014-09-09 +Jürgen E. Fischer 2014-09-09 mssql provider: fix filter type interpretation (fixes #11076) @@ -165649,7 +177689,7 @@ Martin Dobias 2014-09-09 This commit makes QgsVectorLayerJoinBuffer listen to changes in fields of joined vector layers in order to update the cache and inform parent layer -Juergen E. Fischer 2014-09-09 +Jürgen E. Fischer 2014-09-09 german translation update @@ -165658,7 +177698,7 @@ Leyan 2014-08-30 refactor to a more general convertFromRenderer function Merge: b9fc2b51d9 e0376977f8 -Jürgen Fischer 2014-09-09 +Jürgen E. Fischer 2014-09-09 Merge pull request #1578 from alexbruy/layer-submenu @@ -165727,15 +177767,15 @@ Alexander Bruy 2014-09-06 move "Add Layer..." buttons to submenu -Juergen E. Fischer 2014-09-06 +Jürgen E. Fischer 2014-09-06 german translation update -Juergen E. Fischer 2014-09-06 +Jürgen E. Fischer 2014-09-06 fix metasearch typo (followup 5cb7d357) -Juergen E. Fischer 2014-09-06 +Jürgen E. Fischer 2014-09-06 fix metasearch syntax error @@ -165831,15 +177871,15 @@ Nyall Dawson 2014-09-05 Fix crash when trying to edit color ramp with black start/end colors -Larry Shaffer 2014-09-04 +Larry Shaffer 2014-09-04 Fix Mac build -Juergen E. Fischer 2014-09-04 +Jürgen E. Fischer 2014-09-04 postgres provider: don't warn, when queries return 'numeric' constants -Juergen E. Fischer 2014-09-04 +Jürgen E. Fischer 2014-09-04 fix warnings @@ -165858,14 +177898,14 @@ Martin Dobias 2014-09-04 New toolbar button allows quick changes between the groups of layers that should be visible. Also features a simple way for management of the groups (add/remove) -Sandro Santilli 2014-09-04 +Sandro Santilli 2014-09-04 Allow loading pgraster tables with non-default raster field name Before this change you could only load tables where the raster field was named "rast". -Sandro Santilli 2014-09-04 +Sandro Santilli 2014-09-04 Allow loading PostGIS Rasters from partially configured connections @@ -165885,7 +177925,7 @@ Nyall Dawson 2014-09-04 behaviour was to scroll to center of group box for long group boxes, which is confusing for users. -Juergen E. Fischer 2014-09-04 +Jürgen E. Fischer 2014-09-04 fix windows build @@ -165987,12 +178027,12 @@ Nyall Dawson 2014-09-03 [composer] Split composer map grid tests from composer map tests (sponsored by NIWA, New Zealand) -Juergen E. Fischer 2014-09-01 +Jürgen E. Fischer 2014-09-01 german translation update Merge: f97d5e319e dab5ff95ff -Jürgen Fischer 2014-09-02 +Jürgen E. Fischer 2014-09-02 Merge pull request #1574 from mhugent/getFeatureExpression @@ -166021,7 +178061,7 @@ Nyall Dawson 2014-09-02 Save blendmode/composition mode in project file -Juergen E. Fischer 2014-09-02 +Jürgen E. Fischer 2014-09-02 Save blendmode/composition mode in project file @@ -166065,11 +178105,11 @@ Denis Rouzaud 2014-09-01 [SIP] add missing operator for flags -Juergen E. Fischer 2014-09-01 +Jürgen E. Fischer 2014-09-01 german translation update -Juergen E. Fischer 2014-09-01 +Jürgen E. Fischer 2014-09-01 indentation update, Q_FOREACH support in astyle, doxygen fix @@ -166211,16 +178251,16 @@ Martin Dobias 2014-07-21 Move bits of legend rendering code into item classes + add rendering test -Juergen E. Fischer 2014-08-31 +Jürgen E. Fischer 2014-08-31 debian packaging update -Juergen E. Fischer 2014-08-31 +Jürgen E. Fischer 2014-08-31 german translation update Merge: acf1f70f13 793db5f53f -Jürgen Fischer 2014-08-30 +Jürgen E. Fischer 2014-08-30 Merge pull request #1569 from nyalldawson/measure_undo @@ -166230,22 +178270,22 @@ Nyall Dawson 2014-08-30 Allow removing last point while measuring via del/backspace keys (fix #10176) -Juergen E. Fischer 2014-08-30 +Jürgen E. Fischer 2014-08-30 Fix #11092: * fix crash when invalid shapefile layer is repacked * error out if vector file writer is invoke with an empty filename * don't allow "Save as..." without a given filename -Juergen E. Fischer 2014-08-30 +Jürgen E. Fischer 2014-08-30 grass provider: catch unavailable mapserver (fixes #11025) -Juergen E. Fischer 2014-08-30 +Jürgen E. Fischer 2014-08-30 Fix GEOS dev detection (fixes #11081) -Juergen E. Fischer 2014-08-30 +Jürgen E. Fischer 2014-08-30 fix doxygen warnings @@ -166256,7 +178296,7 @@ Werner Macho 2014-08-29 Signed-off-by: Werner Macho Merge: f92fd58163 8c7b394639 -mhugent 2014-08-29 +Marco Hugentobler 2014-08-29 Merge pull request #1547 from marcel-dancak/bbox-bugfix @@ -166278,7 +178318,7 @@ Martin Dobias 2014-08-29 Fix #11109 (Write relative path in project XML for embedded groups and layers) Merge: 6130505c79 75b3464e1c -alexbruy 2014-08-28 +Alexander Bruy 2014-08-28 Merge pull request #1564 from anitagraser/patch-2 @@ -166298,22 +178338,22 @@ Alexander Bruy 2014-08-28 [processing] fix vector functions definitions -Matthias Kuhn 2014-07-29 +Matthias Kuhn 2014-07-29 Add icon size 48 and 64 To make life easier on touch devices Fix #9527 -Juergen E. Fischer 2014-08-27 +Jürgen E. Fischer 2014-08-27 allow reactivation of measurement after deactivation -Matthias Kuhn 2014-08-27 +Matthias Kuhn 2014-08-27 Followup 1bdef80: Fix crash when layer not in edit mode -Matthias Kuhn 2014-08-27 +Matthias Kuhn 2014-08-27 QgsVectorLayer::uniqueValues() also returns uncommitted values @@ -166327,12 +178367,12 @@ Denis Rouzaud 2014-08-20 rename file according to class name -Matthias Kuhn 2014-08-26 +Matthias Kuhn 2014-08-26 openFeatureForm: Update attributes on provided when used modal Fix #11099 -Matthias Kuhn 2014-08-26 +Matthias Kuhn 2014-08-26 CollapsibleGroupBox: hide content when collapsed @@ -166352,11 +178392,11 @@ Sandro Mani 2014-08-14 Recompute webpage viewport dimensions when resizing html frames (Funded by Sourcepole QGIS Enterprise) -Juergen E. Fischer 2014-08-25 +Jürgen E. Fischer 2014-08-25 german translation update -Juergen E. Fischer 2014-08-25 +Jürgen E. Fischer 2014-08-25 indentation update @@ -166379,7 +178419,7 @@ Nyall Dawson 2014-08-25 [composer] Don't draw handles around locked items (fix #11059) -Matthias Kuhn 2014-08-25 +Matthias Kuhn 2014-08-25 Fix tab order in add relation dialog @@ -166442,16 +178482,16 @@ DelazJ 2014-08-25 The btnSaveSymbol has his width increased from 50 to 70 when horizontalSpacer has its width decreased from 40 to 20 -Matthias Kuhn 2014-08-25 +Matthias Kuhn 2014-08-25 Range Widget: Only enable for supported data types And some doxymentation -Juergen E. Fischer 2014-08-24 +Jürgen E. Fischer 2014-08-24 german translation update -Juergen E. Fischer 2014-08-24 +Jürgen E. Fischer 2014-08-24 osgeo4w: fix plugin install, add more error checking and include latest updates also in package.cmd @@ -166476,23 +178516,23 @@ Salvatore Larosa 2014-08-23 set scrollarea to no frame for settings in plugin manager -rldhont 2014-08-22 +D'Hont René-Luc 2014-08-22 Bug #10974 QGIS WFS Server provides too much precision PR #1520 UI Add a cell in the WFS vector layer table to specify the coordinate precision by layer -elpaso 2014-08-11 +Alessandro Pasotti 2014-08-11 Fixed ui conflict and Fixed UI options -rldhont 2014-08-09 +D'Hont René-Luc 2014-08-09 Bug #9797 Add a precision setting for GetFeatureInfo geometry attributes Add precision to QgsGeometry method exportToWKT and use it in GetFeatureInfo -rldhont 2014-07-29 +D'Hont René-Luc 2014-07-29 Bug #10974 QGIS WFS Server provides too much precision @@ -166502,27 +178542,27 @@ rldhont 2014-07-29 I propose to add the ability to specify the precision in the QgsDoubleToString method. -Matthias Kuhn 2014-08-21 +Matthias Kuhn 2014-08-21 Fix memory alignment issues on ARM -Matthias Kuhn 2014-07-11 +Matthias Kuhn 2014-07-11 Fix QgsFieldModel on ARM -volaya 2014-08-22 +Víctor Olaya 2014-08-22 [processing] fixed bug in ModelerScene when position of output is not defined -volaya 2014-08-22 +Víctor Olaya 2014-08-22 [processing] fixed parameter definition parsing for parameters of type integer -volaya 2014-08-22 +Víctor Olaya 2014-08-22 [processing] added support for old model file format -Juergen E. Fischer 2014-08-22 +Jürgen E. Fischer 2014-08-22 add missing file from 72e779c3e @@ -166610,23 +178650,23 @@ Marcel Dancak 2014-08-21 Mapserver: fixed bounding box of points features collection returned in GetFeatureInfo request -Juergen E. Fischer 2014-08-21 +Jürgen E. Fischer 2014-08-21 include pyqt uic module for custom widgets in debian package -Juergen E. Fischer 2014-08-21 +Jürgen E. Fischer 2014-08-21 fix windows build -Juergen E. Fischer 2014-08-20 +Jürgen E. Fischer 2014-08-20 osgeo4w: also move pyqt4 uic module for custom widgets (followup 72e779c3e) -Juergen E. Fischer 2014-08-20 +Jürgen E. Fischer 2014-08-20 osgeo4w: move Qt plugins (sql and designer) into qgis directory -Juergen E. Fischer 2014-08-19 +Jürgen E. Fischer 2014-08-19 make some rendering errors translatable @@ -166634,7 +178674,7 @@ Denis Rouzaud 2014-08-20 custom widget lib: include resources to show icons in designer -Juergen E. Fischer 2014-08-20 +Jürgen E. Fischer 2014-08-20 make custom widget tooltips translatable @@ -166691,11 +178731,11 @@ Denis Rouzaud 2014-05-22 new map tool to select single feature -Matthias Kuhn 2014-08-18 +Matthias Kuhn 2014-08-18 Fix python bindings for QgsRelation.fieldPairs() -Nathan Woodrow 2014-08-18 +Nathan Woodrow 2014-08-18 Allow + for string concat in QgsExpression @@ -166703,29 +178743,29 @@ Nyall Dawson 2014-08-18 [composer] Fix crash when loading project -Matthias Kuhn 2014-08-18 +Matthias Kuhn 2014-08-18 Doxymentation Merge: 8d822c42ae f2677918f8 -mhugent 2014-08-18 +Marco Hugentobler 2014-08-18 Merge pull request #1533 from manisandro/multilabeling_datadefined Fix multilabeling with datadefined value Merge: 621edef24e ff172b2cc9 -mhugent 2014-08-18 +Marco Hugentobler 2014-08-18 Merge pull request #1541 from marcel-dancak/master Mapserver: enhancements of searching with GetFeatureInfo request -Juergen E. Fischer 2014-08-18 +Jürgen E. Fischer 2014-08-18 make QgsMapLayerRegistry ctor private (it's a singleton) -Matthias Kuhn 2014-08-18 +Matthias Kuhn 2014-08-18 QgisInterface::getFeatureForm() returns a QgsAttributeDialog And some API comments @@ -166747,20 +178787,20 @@ Denis Rouzaud 2014-08-18 fix tool tip -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 rename other canbeGeneralizedByMapBoundingBox methods to isGeneralizableByMapBoundingBox -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 fix polygon generalization artifacts, if last ring segment is one of two segments exceeding the tolerance plus some cleanups -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 doxygen fixes -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 indentation update @@ -166783,7 +178823,7 @@ Nyall Dawson 2014-08-16 Support dropping multiple colors into a color list widget -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 revert german part of 62200eb55 @@ -166793,15 +178833,15 @@ Werner Macho 2014-08-17 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 german translation update -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 indentation update -Juergen E. Fischer 2014-08-17 +Jürgen E. Fischer 2014-08-17 fix windows build @@ -166827,7 +178867,7 @@ Nyall Dawson 2014-08-16 Add set of default colors for custom color palette -Matthias Kuhn 2014-08-15 +Matthias Kuhn 2014-08-15 Fix margins for expressionbuilder on gnome @@ -166855,15 +178895,15 @@ Nyall Dawson 2014-08-14 Show checkboard pattern behind semi-transparent colors in swatch grid -volaya 2014-08-14 +Víctor Olaya 2014-08-14 [processing] renamed Input and Output classes in modeler, to avoid confusion -volaya 2014-08-12 +Víctor Olaya 2014-08-12 [processing] fixed saga supervised classification when using saga 208 -volaya 2014-08-03 +Víctor Olaya 2014-08-03 [processing] allow definition of vector fields with plain names and types @@ -166895,20 +178935,20 @@ Denis Rouzaud 2014-08-14 use flag instead of enum -Juergen E. Fischer 2014-08-13 +Jürgen E. Fischer 2014-08-13 german translation update -Juergen E. Fischer 2014-08-10 +Jürgen E. Fischer 2014-08-10 optionally use layer ids for wms -Juergen E. Fischer 2014-08-09 +Jürgen E. Fischer 2014-08-09 doxygen fixes Merge: d42c24f28c 1d736da66c -Jürgen Fischer 2014-08-13 +Jürgen E. Fischer 2014-08-13 Merge pull request #1536 from Ecologeek/bugfix @@ -166918,7 +178958,7 @@ Sylvain Maillard 2014-08-13 fix typo in variable name (extra space) -Nathan Woodrow 2014-08-13 +Nathan Woodrow 2014-08-13 Restore tabs on Python console load @@ -167033,31 +179073,31 @@ Werner Macho 2014-08-08 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-08-08 +Jürgen E. Fischer 2014-08-08 server: fix absolute path conversion on windows -Juergen E. Fischer 2014-08-08 +Jürgen E. Fischer 2014-08-08 raster layer properties: add data url label -Matthias Kuhn 2014-08-07 +Matthias Kuhn 2014-08-07 Don't set field value to NULL if multiline text edit has not been edited -Matthias Kuhn 2014-08-07 +Matthias Kuhn 2014-08-07 Let user change form layout in fields properties if .ui is not empty Merge: 2c12a0dfb2 aeed1229e0 -Jürgen Fischer 2014-08-06 +Jürgen E. Fischer 2014-08-06 Merge pull request #1458 from rouault/ogr_unknown25d OGR provider: deal with wkbUnknown25D (wkbUnknown | wkb25DBit) Merge: 24e89a4712 04bb461746 -Jürgen Fischer 2014-08-06 +Jürgen E. Fischer 2014-08-06 Merge pull request #1527 from jarl-dk/build_fix @@ -167088,7 +179128,7 @@ Nyall Dawson 2014-08-06 - Arrow head fill and outline colors can be specified - Arrow head outline width can be specified -Juergen E. Fischer 2014-08-06 +Jürgen E. Fischer 2014-08-06 fix zooming to layers when there are empty layers @@ -167096,23 +179136,23 @@ Denis Rouzaud 2014-08-05 respect restrictions when calling identify with layer selection mode -Matthias Kuhn 2014-08-03 +Matthias Kuhn 2014-08-03 Fix memory leak and pass ownership of py editor widgets to C++ -Matthias Kuhn 2014-08-03 +Matthias Kuhn 2014-08-03 Attribute table cache size 0 is represented as "All" in the options Merge: 1b94afe8a5 ed52cb25fc -Matthias Kuhn 2014-08-03 +Matthias Kuhn 2014-08-03 Merge pull request #1524 from SrNetoChan/master Fixed Legacy date widget default format Fix #10988 -Juergen E. Fischer 2014-08-01 +Jürgen E. Fischer 2014-08-01 debian packaging update @@ -167157,7 +179197,7 @@ Nyall Dawson 2014-07-30 [composer] Remove right-click to lock for composer items (fix #5592), now that locked items can be unlocked from the items panel this is no longer required, and frees up right clicks for a composer context menu -Matthias Kuhn 2014-07-30 +Matthias Kuhn 2014-07-30 Don't double add features Fix #10969 @@ -167188,7 +179228,7 @@ Nyall Dawson 2014-07-29 [composer] Support merged undo/redo commands for multiframe items -pcav 2014-07-28 +Paolo Cavallini 2014-07-28 Make table sortable. Fixes #10962 @@ -167196,11 +179236,11 @@ Nyall Dawson 2014-07-28 [composer] Add api method for toggling visibility of composer items -Matthias Kuhn 2014-07-28 +Matthias Kuhn 2014-07-28 Fix some warnings -Matthias Kuhn 2014-07-28 +Matthias Kuhn 2014-07-28 Request geometry when virtual field requires @@ -167208,11 +179248,11 @@ Nyall Dawson 2014-07-28 [composer] Add function for getting a friendly display name for items -Matthias Kuhn 2014-07-28 +Matthias Kuhn 2014-07-28 Fix crash with maximumValue/minimumValue for virtual fields -Matthias Kuhn 2014-07-28 +Matthias Kuhn 2014-07-28 Initialize expression field buffer to NULL Prevents crash, see @@ -167238,7 +179278,7 @@ Nyall Dawson 2014-07-27 [composer] Switch to alt key for resize and draw from center mode -Juergen E. Fischer 2014-07-25 +Jürgen E. Fischer 2014-07-25 always also update qgis_en.ts in update_ts_files.sh run @@ -167256,44 +179296,44 @@ Ivan Mincik 2014-07-25 dbmanager: rotating layer import and export icons to more intuitive sense -Juergen E. Fischer 2014-07-25 +Jürgen E. Fischer 2014-07-25 add QScintilla2 to INSTALL -Juergen E. Fischer 2014-07-25 +Jürgen E. Fischer 2014-07-25 german translation update -Juergen E. Fischer 2014-07-24 +Jürgen E. Fischer 2014-07-24 clean identifier of layer variable passed to the feature form -Juergen E. Fischer 2014-07-24 +Jürgen E. Fischer 2014-07-24 fix saving of edittype configuration and remove redundant storage of labelontop and editable state. -Juergen E. Fischer 2014-07-24 +Jürgen E. Fischer 2014-07-24 restore naming of generated attribute widgets -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Some cleanup -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Request geometry when virtual field expression require so -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Sanity checks in add attribute dialog -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Fix uniqueValues for virtual field -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Automatically switch editor layout when assigning .ui file Fix #7286 @@ -167302,29 +179342,29 @@ Sandro Mani 2014-07-21 Use field precision for range edit spin -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Allow expressions with geometry on value relation widget Fix #10900 -Matthias Kuhn 2014-07-24 +Matthias Kuhn 2014-07-24 Followup 11f197e Fix #10922 -Matthias Kuhn 2014-07-23 +Matthias Kuhn 2014-07-23 Use icons on fields properties, disable "editable" where inappropriate -Matthias Kuhn 2014-05-26 +Matthias Kuhn 2014-05-26 [FEATURE] Expression field (Virtual field) -Matthias Kuhn 2014-05-28 +Matthias Kuhn 2014-05-28 Remove unused method -Larry Shaffer 2014-07-23 +Larry Shaffer 2014-07-23 Fix finding QScintilla for non-QT_INCLUDE_DIR install directories @@ -167335,11 +179375,11 @@ Tim Sutton 2014-07-23 Trivial: Stretch last column in bad layers dialog -Juergen E. Fischer 2014-07-23 +Jürgen E. Fischer 2014-07-23 make sip bindings to qscintilla derived classes optional (replaces 7e815cad & 8f0b8987) -Matthias Kuhn 2014-07-23 +Matthias Kuhn 2014-07-23 Setting attribute table cache size to 0 results in full cache @@ -167351,65 +179391,65 @@ Nyall Dawson 2014-07-22 [FEATURE][composer] Holding shift while drawing new lines constrains lines to horizontal/vertical/diagonals, while drawing rectangles constrains items to squares. Holding control switches to a draw-from-center mode. Sponsored by City of Uster, Switzerland. -Matthias Kuhn 2014-07-23 +Matthias Kuhn 2014-07-23 Set focus to first widget on attribute form -Matthias Kuhn 2014-07-11 +Matthias Kuhn 2014-07-11 Fix attribute dialog crash on close -Matthias Kuhn 2014-07-23 +Matthias Kuhn 2014-07-23 Followup 9f07383 -volaya 2014-07-22 +Víctor Olaya 2014-07-22 [processing] fixed fileFilter for file outputs -volaya 2014-07-20 +Víctor Olaya 2014-07-20 [processing] made xgrids parameter in raster calculator optional -volaya 2014-07-19 +Víctor Olaya 2014-07-19 [processin] fixed extent checking in saga algorithm -volaya 2014-07-18 +Víctor Olaya 2014-07-18 [processing] fixed issues when loading parameters -volaya 2014-07-18 +Víctor Olaya 2014-07-18 [processing] improved SAGA multiple extents detection -volaya 2014-07-18 +Víctor Olaya 2014-07-18 [processing] fixed SAGA description -volaya 2014-07-18 +Víctor Olaya 2014-07-18 [processing] fixed some GRASS descriptions -Matthias Kuhn 2014-07-22 +Matthias Kuhn 2014-07-22 Synchronize values of repeating widgets on forms Fix #10877 -Matthias Kuhn 2014-07-22 +Matthias Kuhn 2014-07-22 Only add feature once when python init function is set on attribute form Fix #10862 Merge: 080f252378 e47763390f -alexbruy 2014-07-22 +Alexander Bruy 2014-07-22 Merge pull request #1510 from gioman/v_points [processing] fix grass64 v.to.points Merge: 8f0b89870f 38390bf725 -volaya 2014-07-22 +Víctor Olaya 2014-07-22 Merge pull request #1512 from radosuav/small_processing_fixes_3 @@ -167435,7 +179475,7 @@ Rado Guzinski 2014-07-22 [Processing] Remove print statements which sometimes cause an exception -Juergen E. Fischer 2014-07-22 +Jürgen E. Fischer 2014-07-22 fix qscintilla sip include path (followup 7e815cad) @@ -167451,23 +179491,23 @@ Giovanni Manghi 2014-07-21 fix grass64 v.to.points -Juergen E. Fischer 2014-07-20 +Jürgen E. Fischer 2014-07-20 debian packaging update with workaround for debian #755491 -Juergen E. Fischer 2014-07-20 +Jürgen E. Fischer 2014-07-20 remove automake residuals -Juergen E. Fischer 2014-07-20 +Jürgen E. Fischer 2014-07-20 german translation update -Juergen E. Fischer 2014-07-20 +Jürgen E. Fischer 2014-07-20 indentation update -Nathan Woodrow 2014-07-21 +Nathan Woodrow 2014-07-21 Fix build error with processing @@ -167475,12 +179515,12 @@ Martin Dobias 2014-07-21 Fix #10909 (SVG markers rendered as images in composer) -Nathan Woodrow 2014-07-21 +Nathan Woodrow 2014-07-21 Comment sip files for code editor to fix build error on ubuntu Merge: 460cee1bde 6486594f57 -alexbruy 2014-07-21 +Alexander Bruy 2014-07-21 Merge pull request #1505 from volaya/master @@ -167494,7 +179534,7 @@ Denis Rouzaud 2014-07-15 [edit widgets] set line edit as read-only instead of disabled -Nathan Woodrow 2014-07-20 +Nathan Woodrow 2014-07-20 Add missing HTML editor sip files @@ -167502,7 +179542,7 @@ Nyall Dawson 2014-07-20 Switch to QgsCodeEditorHTML for composer html code editor -Nathan Woodrow 2014-07-20 +Nathan Woodrow 2014-07-20 Add HTML code editor @@ -167516,7 +179556,7 @@ Werner Macho 2014-07-20 Signed-off-by: Werner Macho -Nathan Woodrow 2014-07-20 +Nathan Woodrow 2014-07-20 Drop QScintilla2 from window title @@ -167563,11 +179603,11 @@ Werner Macho 2014-07-17 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-07-17 +Jürgen E. Fischer 2014-07-17 add msvc notes -Juergen E. Fischer 2014-07-17 +Jürgen E. Fischer 2014-07-17 avoid initially loading value map previews from the first layer (might be expensive) @@ -167575,7 +179615,7 @@ Nyall Dawson 2014-07-17 [FEATURE][composer] Allow setting attribute table header and content font colors. Fix saving alpha channel for grid colors. -Larry Shaffer 2014-07-16 +Larry Shaffer 2014-07-16 Fix bundle-relative linking for libqscintilla2.dylib (now required lib) on Mac @@ -167594,7 +179634,7 @@ Martin Dobias 2014-07-16 I can't replicate the crash, but the static QRegExp instances will not work with multiple threads. -Nathan Woodrow 2014-07-16 +Nathan Woodrow 2014-07-16 Clean up code editor code and API. Add tr() and fix spelling. @@ -167624,15 +179664,15 @@ Alexander Bruy 2014-07-16 [processing] fix icons for TauDEM algs -Juergen E. Fischer 2014-07-16 +Jürgen E. Fischer 2014-07-16 debian packaging update -Nathan Woodrow 2014-07-16 +Nathan Woodrow 2014-07-16 Use code editor for expression widget -Nathan Woodrow 2014-07-16 +Nathan Woodrow 2014-07-16 Define QSCINTILLA_DLL for windows @@ -167642,11 +179682,11 @@ Werner Macho 2014-07-15 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 german translation update -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 cmake: report geos version with c-api header only (followup 0529f117) @@ -167654,23 +179694,23 @@ Nyall Dawson 2014-07-15 [composer] Fix calculation of rotated image size inside picture items when rotation is 90 or 270 degrees. -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 fix moc warning -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 more doxygen fixes -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 fix warnings -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 cmake: report geos version -Juergen E. Fischer 2014-07-15 +Jürgen E. Fischer 2014-07-15 debian packaging update @@ -167686,25 +179726,25 @@ Nyall Dawson 2014-07-10 - New class QgsComposerUtils, containing helpful static functions previously in QgsComposerItem - Test suites for data defined settings in QgsComposerObject and functions in QgsComposerUtils -volaya 2014-07-14 +Víctor Olaya 2014-07-14 [Processing] Refactoring of parameters and outputs It also adds some changes in the core and tools package, to provide a cleaner structure -Victor Olaya 2014-07-14 +Víctor Olaya 2014-07-14 [processing] added 'crop to data' algorithm from SAGA -Victor Olaya 2014-07-14 +Víctor Olaya 2014-07-14 [processing] Changed raster calculator to ask main layer separately -Juergen E. Fischer 2014-07-13 +Jürgen E. Fischer 2014-07-13 indentation update -Juergen E. Fischer 2014-07-13 +Jürgen E. Fischer 2014-07-13 doxygen: add new directories and fix warnings @@ -167737,35 +179777,35 @@ Nyall Dawson 2014-07-13 [composer] Fix annotation settings only being applied to first grid in list, not selected grid (fix #10880) -Nathan Woodrow 2014-07-12 +Nathan Woodrow 2014-07-12 Code editor -Victor Olaya 2014-07-12 +Víctor Olaya 2014-07-12 [processing] fixes in model/script downloader -Victor Olaya 2014-07-12 +Víctor Olaya 2014-07-12 [processing] improved import to postgis algorithm -Victor Olaya 2014-07-12 +Víctor Olaya 2014-07-12 [processing] added some extra info in modeler calculator -Victor Olaya 2014-07-11 +Víctor Olaya 2014-07-11 [processing] fixed frequency algorithm -Victor Olaya 2014-07-11 +Víctor Olaya 2014-07-11 [processing] change icon of core algs -Larry Shaffer 2014-07-11 +Larry Shaffer 2014-07-11 [processing] Fix typo -Larry Shaffer 2014-07-11 +Larry Shaffer 2014-07-11 Fix QgsComposerMap sip/cpp build error @@ -167803,15 +179843,15 @@ Alexander Bruy 2014-07-11 [processing] update CMakeLists.txt to handle new directories -Victor Olaya 2014-07-10 +Víctor Olaya 2014-07-10 [processing] added some new core algs as scripts -Victor Olaya 2014-07-10 +Víctor Olaya 2014-07-10 [processing] allow adding core processing algs using scripts -Juergen E. Fischer 2014-07-10 +Jürgen E. Fischer 2014-07-10 enable feature form on openFeatureForm on editable layer (fixes #10865) @@ -167834,7 +179874,7 @@ Marco Hugentobler 2014-07-10 Fix swapped lat/long Merge: 6097e58a7a c33007fe70 -volaya 2014-07-10 +Víctor Olaya 2014-07-10 Merge pull request #1503 from alexbruy/processing-ogr @@ -167869,15 +179909,15 @@ Nyall Dawson 2014-07-09 [FEATURE] New expression functions for $currentfeature (returns current feature) and 'attribute' (returns value stored in specified field within a feature) -Juergen E. Fischer 2014-07-10 +Jürgen E. Fischer 2014-07-10 fix build error (followup ba8f3881) -Victor Olaya 2014-07-09 +Víctor Olaya 2014-07-09 deleted EnumerateTableField description (redundant) -Victor Olaya 2014-07-09 +Víctor Olaya 2014-07-09 [processing] fixed cmake @@ -167906,15 +179946,15 @@ Nyall Dawson 2014-07-08 Begin test suite for data defined composer settings -Juergen E. Fischer 2014-07-08 +Jürgen E. Fischer 2014-07-08 german translation update -Juergen E. Fischer 2014-07-08 +Jürgen E. Fischer 2014-07-08 Remove sqlanywhere plugin and provider (implements #10840) -Juergen E. Fischer 2014-07-08 +Jürgen E. Fischer 2014-07-08 debian packaging update Funded-By: norBIT @@ -167924,26 +179964,26 @@ Nyall Dawson 2014-07-06 [FEATURE] Color picker option in color button context menu, which allows for sampling a color from anywhere on the screen. Supports holding the left mouse button to continuously sample. Pressing space also triggers a sample for Windows, where mouse clicks outside the QGIS window are unavoidably propagated onward. Merge: 32a3030153 d68bc599f4 -alexbruy 2014-07-07 +Alexander Bruy 2014-07-07 Merge pull request #1501 from gioman/grass64watershed [processing] fix GRASS 6.4 r.watershed Merge: 136cd5cd37 b16172cc27 -alexbruy 2014-07-07 +Alexander Bruy 2014-07-07 Merge pull request #1500 from gioman/grass7watershed [processing] fix GRASS 7 r.watershed -Juergen E. Fischer 2014-07-07 +Jürgen E. Fischer 2014-07-07 feature renderers: don't display not rendered class in catch-all class and fix class counting (followup d4b8c407c and 4867b7fa) Funded-By: norBIT -Juergen E. Fischer 2014-07-07 +Jürgen E. Fischer 2014-07-07 canvas: remove keys for switching single/multithreaded and showing rendering times (fixes #10827) Funded-By: norBIT @@ -167952,7 +179992,7 @@ Nyall Dawson 2014-07-07 Make QScintilla a required dependency -Nathan Woodrow 2014-07-07 +Nathan Woodrow 2014-07-07 Remove single select tool, merge into Select By Rectangle. Fix #10824 @@ -167968,17 +180008,17 @@ Giovanni Manghi 2014-07-07 [processing] fix GRASS 7 r.watershed -Victor Olaya 2014-07-06 +Víctor Olaya 2014-07-06 [processing] added 'Select by expression' algorithm (by Michaël Douchin - 3Liz) -Victor Olaya 2014-07-06 +Víctor Olaya 2014-07-06 [processing] removed scripts They should be downloaded now from the scripts/model repo -Victor Olaya 2014-07-06 +Víctor Olaya 2014-07-06 fixed issue with MultilineTextPanel in modeler (#10813) @@ -167986,7 +180026,7 @@ Nyall Dawson 2014-07-06 [composer] Fix missing descriptions for composition data defined buttons on initial composer load -Nathan Woodrow 2014-07-06 +Nathan Woodrow 2014-07-06 Add render state support for graduated renderer @@ -167994,7 +180034,7 @@ Nathan Woodrow 2014-07-06 Sync sip bindings -Juergen E. Fischer 2014-07-05 +Jürgen E. Fischer 2014-07-05 german translation update @@ -168029,7 +180069,7 @@ Nyall Dawson 2014-07-05 [FEATURE][composer] Data defined item rotation. Funded by Canton of Neuchâtel, Switzerland Merge: 47e8bde7d4 228892cfa7 -alexbruy 2014-07-05 +Alexander Bruy 2014-07-05 Merge pull request #1498 from minorua/joinattrs @@ -168055,23 +180095,23 @@ Minoru Akagi 2014-07-05 - performance and key comparison improvement - str to unicode fix -Juergen E. Fischer 2014-07-05 +Jürgen E. Fischer 2014-07-05 categorized renderer: show category by default (followup 4867b7fa) -Nathan Woodrow 2014-07-05 +Nathan Woodrow 2014-07-05 Use index to render legend symbol items -Victor Olaya 2014-07-04 +Víctor Olaya 2014-07-04 [processing] fixed #10792 -Juergen E. Fischer 2014-07-04 +Jürgen E. Fischer 2014-07-04 fixup 4867b7fa -Juergen E. Fischer 2014-07-04 +Jürgen E. Fischer 2014-07-04 [FEATURE][API] categorized render: support disabling rendering of some categories @@ -168110,7 +180150,7 @@ Nyall Dawson 2014-07-04 [composer] Improved method for setting/checking whether items are in a group Merge: af17b56cb1 0c0e9ec462 -mhugent 2014-07-04 +Marco Hugentobler 2014-07-04 Merge pull request #1497 from manisandro/multilabeling_fix @@ -168125,7 +180165,7 @@ borys 2014-07-03 Typo fixes from Rome airport Merge: 144f7eca8f 5476d86f60 -volaya 2014-07-03 +Víctor Olaya 2014-07-03 Merge pull request #1496 from Gustry/dev @@ -168135,27 +180175,27 @@ Etienne Trimaille 2014-07-03 change str to unicode fix #10624 -Juergen E. Fischer 2014-07-03 +Jürgen E. Fischer 2014-07-03 display project filename in project properties (implements #10788) -Victor Olaya 2014-07-02 +Víctor Olaya 2014-07-02 [processing] fixed #10780 -Juergen E. Fischer 2014-07-02 +Jürgen E. Fischer 2014-07-02 fix windows build -Juergen E. Fischer 2014-07-02 +Jürgen E. Fischer 2014-07-02 indentation update -Nathan Woodrow 2014-07-02 +Nathan Woodrow 2014-07-02 Add border and fill colour options to bands. Different border for select tool -Nathan Woodrow 2014-07-02 +Nathan Woodrow 2014-07-02 Use nicer colours for zoom and select bands. Match icon colour @@ -168164,17 +180204,17 @@ Alexander Bruy 2014-07-01 [processing] fix fusion algs loading Merge: 978eb2e3b8 6f00101bfd -alexbruy 2014-07-01 +Alexander Bruy 2014-07-01 Merge pull request #1495 from giohappy/new_operators_dospatialjoin Add fine grain control over select by location tools -Nathan Woodrow 2014-07-01 +Nathan Woodrow 2014-07-01 Fix #10589 - Gesture events don't get sent correctly with interactive mode on view -Victor Olaya 2014-07-01 +Víctor Olaya 2014-07-01 [processing] more changes to fusion lidar algorithms @@ -168210,15 +180250,15 @@ Nyall Dawson 2014-06-30 [composer] Default to no backgrounds for new labels, pictures, scalebars, and arrows. Fix some items not drawing using antialiasing if background disabled. -Victor Olaya 2014-06-29 +Víctor Olaya 2014-06-29 [processing] add 'optional' label to optional parameters in input dialog -Victor Olaya 2014-06-29 +Víctor Olaya 2014-06-29 [processing] better handling of values in boolean parameter -Victor Olaya 2014-06-29 +Víctor Olaya 2014-06-29 [processing] Update of fusion lidar algorithms (By Agresta S.Coop) @@ -168226,24 +180266,24 @@ Martin Dobias 2014-06-30 Allow buiding of QgsLegendModel from layer tree -Juergen E. Fischer 2014-06-29 +Jürgen E. Fischer 2014-06-29 remove executable bit from not executable files -Juergen E. Fischer 2014-06-29 +Jürgen E. Fischer 2014-06-29 only consider the crs of layers with geometry for automatically setting of project crs and otfr (fixes #10510) -Juergen E. Fischer 2014-06-29 +Jürgen E. Fischer 2014-06-29 metasearch: fix fsf address -Juergen E. Fischer 2014-06-29 +Jürgen E. Fischer 2014-06-29 oracle provider: fix closing of iterator in case of error Merge: a2a26c2829 05cfd69d13 -alexbruy 2014-06-29 +Alexander Bruy 2014-06-29 Merge pull request #1446 from volaya/new_modeler @@ -168253,30 +180293,30 @@ Nyall Dawson 2014-06-29 [composer] Use pixels for snapping rather than mm, allowing for finer work when zoomed in. Merge grid and guide snapping settings to a single snap tolerance setting. -Juergen E. Fischer 2014-06-28 +Jürgen E. Fischer 2014-06-28 standalone windows installer: fix qgis demo data link -Victor Olaya 2014-06-28 +Víctor Olaya 2014-06-28 [processing] better handling of col sizes in batch interface -Victor Olaya 2014-06-28 +Víctor Olaya 2014-06-28 [processing] fixed #10445 -Victor Olaya 2014-06-28 +Víctor Olaya 2014-06-28 [processing] methods in dataobjects.py now return layers ordered by name fixes #10446 -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] overhaul of graphical modeler Merge: 09645e4ecc 2982b57dd2 -volaya 2014-06-28 +Víctor Olaya 2014-06-28 Merge pull request #1490 from radosuav/small_processing_fixes2 @@ -168286,16 +180326,16 @@ Nyall Dawson 2014-06-28 [FEATURE][composer] Allow setting secondary color for scalebars, allow alpha channels in scalebar colors -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 osgeo4w: also exclude the external python libraries in release packages and skip the disabled grass direct library -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 Bump version to 2.5 -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 update changelog for release 2.4 @@ -168320,16 +180360,16 @@ Martin Dobias 2014-06-27 - Do at least very basic handling in QtConcurrent run functions - Do not show a message box when not running in main thread -Larry Shaffer 2014-06-26 +Larry Shaffer 2014-06-26 Followup fixes for data defined values for label repeat functions -Matthias Kuhn 2014-06-27 +Matthias Kuhn 2014-06-27 Doxymentation Merge: ae9b30632b 00692c7fd8 -mhugent 2014-06-27 +Marco Hugentobler 2014-06-27 Merge pull request #1395 from manisandro/line_multi_labeling_improved @@ -168367,15 +180407,15 @@ Martin Dobias 2014-06-27 Fix #10730 (fill ring does not work as expected) -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 fix typos in NEWS -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 fix warning -Juergen E. Fischer 2014-06-27 +Jürgen E. Fischer 2014-06-27 indentation update @@ -168394,16 +180434,16 @@ Robert Szczepanek 2014-06-26 [TRANSUP] pl: varia -Juergen E. Fischer 2014-06-26 +Jürgen E. Fischer 2014-06-26 german translation update -Matthias Kuhn 2014-06-26 +Matthias Kuhn 2014-06-26 Attribute dialog: save/restore window geometry Fix #8784 -Matthias Kuhn 2014-06-26 +Matthias Kuhn 2014-06-26 Documentation update @@ -168435,7 +180475,7 @@ Nyall Dawson 2014-06-26 [composer] Prevent hang on trying to export compositions and atlases to files which can't be overwritten, and warn user instead (fix #9283) (fix #10016). Fix mouse cursor getting stuck after failed atlas exports. -Juergen E. Fischer 2014-06-26 +Jürgen E. Fischer 2014-06-26 german translation update @@ -168450,7 +180490,7 @@ Robert Szczepanek 2014-06-25 [TRANSUP] pl: varia -Juergen E. Fischer 2014-06-25 +Jürgen E. Fischer 2014-06-25 osgeo4w: grass updated to 6.4.4 @@ -168460,15 +180500,15 @@ Werner Macho 2014-06-25 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-06-25 +Jürgen E. Fischer 2014-06-25 add some more geometry tests (followup c686c4fed) -Nathan Woodrow 2014-06-25 +Nathan Woodrow 2014-06-25 Append .qlr to file name if missing -Juergen E. Fischer 2014-06-25 +Jürgen E. Fischer 2014-06-25 geometry: allow removing parts and rings or geometries by removing all vertices (fixes #10684) @@ -168484,11 +180524,11 @@ Martin Dobias 2014-06-25 fix #10672: force multi when pasting on a shapefile -Nathan Woodrow 2014-06-25 +Nathan Woodrow 2014-06-25 Don't reset field model if nothing changes -Matthias Kuhn 2014-06-24 +Matthias Kuhn 2014-06-24 Diagrams: Hide font button where not required Fix #10701 @@ -168497,34 +180537,34 @@ Etienne Tourigny 2014-06-24 fix browser handling of auxiliary metadata files (*.shp.xml and *.tif.xml) (#10697) -Juergen E. Fischer 2014-06-24 +Jürgen E. Fischer 2014-06-24 dbmanager: fix adding views to canvas (fixes #10688) -Juergen E. Fischer 2014-06-24 +Jürgen E. Fischer 2014-06-24 oracle provider: fix subquery support (fixes #10694) -Matthias Kuhn 2014-06-24 +Matthias Kuhn 2014-06-24 Doxymentation for QgsAttributeForm Merge: 2fc5ce31eb 61abba8e30 -alexbruy 2014-06-24 +Alexander Bruy 2014-06-24 Merge pull request #1487 from gioman/fixgrass7 [processing] Fix GRASS7 Grass7Algorithm.py to avoid error when opening modules Merge: d56c6c81b1 30e5747f92 -alexbruy 2014-06-24 +Alexander Bruy 2014-06-24 Merge pull request #1486 from gioman/grass_instructions [processing] fixed instructions on how build GRASS modules Merge: acea234267 544200e82a -alexbruy 2014-06-24 +Alexander Bruy 2014-06-24 Merge pull request #1485 from gioman/wildfire @@ -168534,7 +180574,7 @@ gioman 2014-06-24 fix GRASS7 -Matthias Kuhn 2014-06-24 +Matthias Kuhn 2014-06-24 Custom embedded attribute form ui: Forward esc keypress to parent Fix #10675 @@ -168543,7 +180583,7 @@ gioman 2014-06-24 fixed instructions on how build GRASS modules -Matthias Kuhn 2014-06-24 +Matthias Kuhn 2014-06-24 Value Relation Widget: Save and load "Allow NULL" configuration Fix #10690 @@ -168562,7 +180602,7 @@ Werner Macho 2014-06-24 Signed-off-by: Werner Macho -Matthias Kuhn 2014-06-24 +Matthias Kuhn 2014-06-24 Fix NULL value for relation reference widget @@ -168570,19 +180610,19 @@ Martin Dobias 2014-06-24 Doxymentation for QgsMapRendererJob + subclasses -Juergen E. Fischer 2014-06-24 +Jürgen E. Fischer 2014-06-24 fix #10682 -Juergen E. Fischer 2014-06-23 +Jürgen E. Fischer 2014-06-23 fix warning -Juergen E. Fischer 2014-06-23 +Jürgen E. Fischer 2014-06-23 german translation update -Juergen E. Fischer 2014-06-23 +Jürgen E. Fischer 2014-06-23 make merge attributes dialog translation agnostic (fixes #10681) @@ -168602,7 +180642,7 @@ Denis Rouzaud 2014-06-23 fix #10672: force multi when pasting on a shapefile -Matthias Kuhn 2014-06-23 +Matthias Kuhn 2014-06-23 Editorwidgets: Default values for editable and labelOnTop @@ -168619,7 +180659,7 @@ Nyall Dawson 2014-06-20 [composer] Refresh attribute table filter when atlas feature changes (fix #10651) Merge: c601e3b851 4eb995c17b -alexbruy 2014-06-23 +Alexander Bruy 2014-06-23 Merge pull request #1479 from gioman/master @@ -168644,7 +180684,7 @@ Nyall Dawson 2014-06-23 [composer] Fix order of vertices returned by mapPolygon when map rotation is set, fix drawing overview frame when either map is rotated (fix #10644) -Matthias Kuhn 2014-06-23 +Matthias Kuhn 2014-06-23 Editorwidgets: Save "label on top" and "editable" settings to project Fix #10667 @@ -168676,12 +180716,12 @@ Martin Dobias 2014-06-23 Fix a crash with highlights in identify results -Juergen E. Fischer 2014-06-23 +Jürgen E. Fischer 2014-06-23 don't write project files with native line endings on windows (fixes #6407, fixes #7735, fixes #8267) -volaya 2014-06-22 +Víctor Olaya 2014-06-22 Fixed #10666 @@ -168689,7 +180729,7 @@ gioman 2014-06-22 add v.surf.rst modules for lines -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 wms: fix redirected requests @@ -168697,7 +180737,7 @@ Martin Dobias 2014-06-22 Fix #10663 (additional nodata value pixels not transparent) -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 fix interactive network authentication @@ -168709,7 +180749,7 @@ Martin Dobias 2014-06-22 Move QgsRendererJob subclasses to new files (no code changes) -volaya 2014-06-22 +Víctor Olaya 2014-06-22 fixed #10669 @@ -168728,19 +180768,19 @@ Yoichi Kayama 2014-06-22 Update GUI Translation JA -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 expressions: add help for $uuid (fixes #10094) -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 fix cpt-city-archive on windows (fixes #9794) -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 new vector layer: limit attribute name length of shape files to 10 (fixes #9753) -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 debian packaging update: include LICENSE (fixes #8712) @@ -168764,23 +180804,23 @@ Sandro Mani 2014-05-27 Fix typos -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 add style manager translations (fixes #8436) -Juergen E. Fischer 2014-06-22 +Jürgen E. Fischer 2014-06-22 browser: fix update after spatialite database creation (fixes #6258) -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 ogr provider: return wkbNone if ogr reports unknown geometry and first feature is geometryless (fixes #7505) -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 attribute table: allow toggling editing if layer is capabable of any change, not only attributes (fixes #7504) -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 show failure to create a new shapefile on message bar and point to message log (fixes #6709) @@ -168796,18 +180836,18 @@ Martin Dobias 2014-06-21 Add doxymentation for QgsMapSettings -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 german translation update -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 expression interval fixes: * allow more than two translated forms (fixes #8453) * support signed floating point values * allow non-ascii characters in translation strings -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 emit QgsProject.snapSettingsChanged() (fixes #9465) @@ -168815,15 +180855,15 @@ Alexander Bruy 2014-06-21 add separate filter for Panorama's Storage and eXchange Format -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 fix #6204 -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 several components require spatialite, make it required (fixes #8797) -Juergen E. Fischer 2014-06-21 +Jürgen E. Fischer 2014-06-21 fix wording of split messages (fixes #8875) @@ -168847,59 +180887,59 @@ Nyall Dawson 2014-06-21 [composer] Always default attribute tables to show all visible features (fix #10655) -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 nsis: fix master installer bitmap -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fix #10662 -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fixed behaviour of select algorithms in modeler -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fixes #10641 -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] allow 'set raster layer style' alg to use layers not loaded in qgis -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] provide some more info in batch processing interface -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fix #10659 -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fixed batch processing when there are no visible outputs -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] fixed layer selector panel to use file filter -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] reset progress bar after alg has finished running -Victor Olaya 2014-06-20 +Víctor Olaya 2014-06-20 [processing] Modified styling algs to work with layer that are not open in qgis -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900) -volaya 2014-06-18 +Víctor Olaya 2014-06-18 [processing] fixed rendering of batch processing dialog -volaya 2014-06-15 +Víctor Olaya 2014-06-15 [processing] force process events when algorithms report progress @@ -168907,15 +180947,15 @@ volaya 2014-06-15 Some cleaning of the main alg execution dialog -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 oracle provider: reload fields after adding or deleting attributes (fixes #10102) -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 german translation update -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Allow negative values for range widget Fix #6516 @@ -168927,31 +180967,31 @@ Werner Macho 2014-06-20 Fix typos -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 german translation fix and translation string fix -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 nsis installer: don't override destination path override on x86_64 (/D) -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 german translation update -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 generate context_help and function_help in the same order -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 update release.pl and creatensis.pl -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Translation update and german translations -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Improve information text for a failed WMS connection @@ -168959,7 +180999,7 @@ Martin Dobias 2014-06-20 Fix #10657 (crash opening a project with invalid join) -rldhont 2014-06-20 +D'Hont René-Luc 2014-06-20 [BUGFIX] 10638 WFS GetFeature may be incomplete if layer reports estimated feature count @@ -168979,16 +181019,16 @@ Martin Dobias 2014-06-20 Threads 1 and 2 call get(), it checks that there are cached credentials. Thread 1 takes the cached credentials, thread 2 will get no data -> will request credentials in dialog -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 WMS fail: Details only shown on demand Fix #10464 -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 include 2.4 pointer in doxygen -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 indentation update & warning fix @@ -169015,23 +181055,23 @@ Alexander Bruy 2014-06-20 russian translation update -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 [attrtable] hide "hidden" widgets -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Value map widget: properly represent value -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 german translation update -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 processing: (redundant) translation string fixes -Juergen E. Fischer 2014-06-20 +Jürgen E. Fischer 2014-06-20 metasearch: fix some self.tr calls @@ -169039,12 +181079,12 @@ Marco Hugentobler 2014-06-20 Change / add ntv2 entries for Portugal -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Forms: Hide "Hidden" widgets Partly fixes #10649 -Matthias Kuhn 2014-06-20 +Matthias Kuhn 2014-06-20 Editor widgets: Change default "enable sync" behavior @@ -169056,7 +181096,7 @@ Matthias Kuhn 2014-06-20 don't sync their edit state to the layer edit mode state. Merge: 7aa93c00f7 434805bbd6 -alexbruy 2014-06-20 +Alexander Bruy 2014-06-20 Merge pull request #1473 from gioman/master @@ -169088,11 +181128,11 @@ Werner Macho 2014-06-19 Signed-off-by: Werner Macho -Matthias Kuhn 2014-06-19 +Matthias Kuhn 2014-06-19 Relation widget: Don't disable even when containing layer is not in edit mode -Matthias Kuhn 2014-06-19 +Matthias Kuhn 2014-06-19 Followup edbfb57, respect ownership of vl cacheindex in test @@ -169111,7 +181151,7 @@ gioman 2014-06-19 fix v.surf.bspline modules, input must be a point layer Merge: a72bfb61c9 2176e163b7 -alexbruy 2014-06-19 +Alexander Bruy 2014-06-19 Merge pull request #1472 from gioman/r_cost_raster @@ -169161,7 +181201,7 @@ Werner Macho 2014-06-19 Signed-off-by: Werner Macho -Nathan Woodrow 2014-06-19 +Nathan Woodrow 2014-06-19 Disable return to run field calc til 2.6. Disable button on invalid expression @@ -169176,7 +181216,7 @@ BJ Jang 2014-06-19 Merge pull request #2 from qgis/master for Korean trans -Matthias Kuhn 2014-06-19 +Matthias Kuhn 2014-06-19 Show embedded form as widget, not as separate dialog Fix #10573 @@ -169215,7 +181255,7 @@ Werner Macho 2014-06-19 [TRANSUP] pl: #18 by Radek Merge: fcde5955f3 304ced9e44 -mhugent 2014-06-19 +Marco Hugentobler 2014-06-19 Merge pull request #1462 from giohappy/master @@ -169258,7 +181298,7 @@ Robert Szczepanek 2014-06-18 [TRANSUP] pl: help - new SpatiaLite layer -Juergen E. Fischer 2014-06-18 +Jürgen E. Fischer 2014-06-18 fix some warnings and indentation update @@ -169286,7 +181326,7 @@ giohappy 2014-06-18 Fix 10625 reverting addDrawingOrder to previous logic -Juergen E. Fischer 2014-06-18 +Jürgen E. Fischer 2014-06-18 some windows related INSTALL updates @@ -169313,7 +181353,7 @@ Nyall Dawson 2014-06-18 Fix some failing tests (diagrams control images needed rebuilding following MTR composer changes, added tolerance to renderers test) Merge: 60d93b35cd ec820762d6 -Matthias Kuhn 2014-06-18 +Matthias Kuhn 2014-06-18 Merge pull request #1457 from rouault/fix_crash_attr_table_no_attr_col @@ -169327,11 +181367,11 @@ Nyall Dawson 2014-06-18 Fix some failing tests -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 improve bad layer handling: make all datasource editable (fixes #7039) -Even Rouault 2014-06-17 +Even Rouault 2014-06-17 Use GEOS reentrant API (_r functions) and update requirement to GEOS >= 3.1.0 @@ -169358,7 +181398,7 @@ Even Rouault 2014-06-17 It should return nothing. -Even Rouault 2014-06-17 +Even Rouault 2014-06-17 Fix crash in QgsVectorFileWriter::addFeature() @@ -169366,15 +181406,15 @@ Even Rouault 2014-06-17 will crash upon when GDAL is compiled in debug mode (where null pointer assertions are turned on) -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 another german translation update -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 identify result: show id as feature label if html display string is enabled (fixes #10410) -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 identify results: don't close dialog when last feature/layer is removed (fixes #10415) @@ -169383,7 +181423,7 @@ Martin Dobias 2014-06-18 Use at() instead of operator [] to avoid detach and save time Merge: c27e731ece 9019b8e71a -Jürgen Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 Merge pull request #1407 from dbaston/master @@ -169429,11 +181469,11 @@ Nyall Dawson 2014-06-17 [composer] More GUI label alignment fixes for Windows -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 python console: workaround for PyQt 4.11 problem -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 german translation update @@ -169441,7 +181481,7 @@ Martin Dobias 2014-06-17 Make field expression widget work even without a layer (needed in composer) -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 make two editor widget strings translatable (and german translation update) @@ -169460,7 +181500,7 @@ Marco Hugentobler 2014-06-17 Fix text linebreaks in dxf export -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 add doxygen notes to QgsGeometry::offsetCurve @@ -169476,7 +181516,7 @@ Martin Dobias 2014-06-17 [layertree] Update layer tree view when a tree node changes the expanded state -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 osgeo4w: fix postinstall-common.bat quoting (fixes #10131) @@ -169484,7 +181524,7 @@ cdavila 2014-06-17 Remove duplicated line -Juergen E. Fischer 2014-06-17 +Jürgen E. Fischer 2014-06-17 fix typo @@ -169494,7 +181534,7 @@ cdavila 2014-06-17 Geometry a was repeated and geometry was missing -Even Rouault 2014-06-16 +Even Rouault 2014-06-16 OGR provider: deal with wkbUnknown25D (wkbUnknown | wkb25DBit) @@ -169507,7 +181547,7 @@ Even Rouault 2014-06-16 Also report the geometry type of wkbGeometryCollection25D layers in the U.I. -Even Rouault 2014-06-16 +Even Rouault 2014-06-16 Fix crash when opening entity form from layer without attribute @@ -169545,30 +181585,30 @@ Nyall Dawson 2014-06-16 [composer] Neaten up some item widget panels -Sandro Santilli 2014-06-16 +Sandro Santilli 2014-06-16 Allow db_manager use of connections with no parameters Fixes 'Error: database "" does not exist' message. Closes bug #9037 -Victor Olaya 2014-06-15 +Víctor Olaya 2014-06-15 [processing] added algs to set style of layer -Victor Olaya 2014-06-15 +Víctor Olaya 2014-06-15 [processing] indentation fix -Victor Olaya 2014-06-15 +Víctor Olaya 2014-06-15 [processing] added extension option to ParameterFile.py -Victor Olaya 2014-06-12 +Víctor Olaya 2014-06-12 [processing] If SAGA/OTB exist as bundled app, do not allow manual configuration -Victor Olaya 2014-06-12 +Víctor Olaya 2014-06-12 [processing] Prioritze bundled gdal over framework on OS X @@ -169610,11 +181650,11 @@ Marco Hugentobler 2014-06-16 Fix layertitle string comparison -Juergen E. Fischer 2014-06-16 +Jürgen E. Fischer 2014-06-16 german translation update -Juergen E. Fischer 2014-06-16 +Jürgen E. Fischer 2014-06-16 fix build on precise @@ -169638,16 +181678,16 @@ Robert Szczepanek 2014-06-15 [TRANSUP] pl: varia, #10 -Juergen E. Fischer 2014-06-15 +Jürgen E. Fischer 2014-06-15 osgeo4w: x86 updated to GRASS 6.4.4RC1 -Juergen E. Fischer 2014-06-15 +Jürgen E. Fischer 2014-06-15 wfs provider: make wfs non-cached mode work (fixes #10413) TODO: refactoring -Juergen E. Fischer 2014-06-15 +Jürgen E. Fischer 2014-06-15 debian packaging update @@ -169700,19 +181740,19 @@ edigonzales 2014-06-14 fixes an issue introduced with #1449 -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 vectorlayer: better matching of supported types (fixes #10564) -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 raster layer properties: resync renderer settings after loading qml (fixes #10565) -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 add some missing dialog titles -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 edit types: fix saving of range and relation reference widget (fixes #10562) @@ -169728,36 +181768,36 @@ Nyall Dawson 2014-06-14 [composer] Fix alignment of some gui controls -volaya 2014-06-14 +Víctor Olaya 2014-06-14 [processing] some cleaning in SAGA algs Removed algs that were not working or not useful, so as to have a more compact collection of alga -Nathan Woodrow 2014-06-14 +Nathan Woodrow 2014-06-14 Fix signal connection -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 fix build error and update sips -Juergen E. Fischer 2014-06-14 +Jürgen E. Fischer 2014-06-14 german translation update -Nathan Woodrow 2014-06-14 +Nathan Woodrow 2014-06-14 Use expression widget for attribute table update bar -Nathan Woodrow 2014-06-14 +Nathan Woodrow 2014-06-14 Add isValid shortcut method for QgsExpression. Changes to field model and expression widget. - Extract valid and isExpression checks in expression widget -Nathan Woodrow 2014-06-14 +Nathan Woodrow 2014-06-14 Expression Widget: Return current text even if invalid index @@ -169773,7 +181813,7 @@ Etienne Tourigny 2014-06-13 identify results dialog: use combo box instead of tabbed widget for view mode (rasters only) and add tooltips for identify mode and view mode (#10376) -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 ogr: don't create spatial index for shapes after deletes. That was supposed to also run a repack and doesn't work without (fixes #10483, refs #8317, refs #8822) @@ -169785,11 +181825,11 @@ Martin Dobias 2014-06-14 Fix for issue 3975, labeling svg as text -Larry Shaffer 2014-06-13 +Larry Shaffer 2014-06-13 Fix local test server response parsing and add debug output for url -Larry Shaffer 2014-06-13 +Larry Shaffer 2014-06-13 Initial fix for #3975, label engine vectorizing texts in SVG and PDF output @@ -169800,20 +181840,20 @@ Larry Shaffer 2014-06-13 Does not yet include unit tests or auto-setting of text-as-text for SVG output -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Note about PdfFormat and NativeFormat for QPrinter PDF output and embedding fonts - Unlike the Qt issues for NativeFormat on Mac, choosing to print, then Save as PDF, embeds fonts -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Add ability to define QImage format for render jobs via map settings - Defaults to QImage::Format_ARGB32_Premultiplied, as before - Update labeling unit tests to use defined format -Larry Shaffer 2014-03-31 +Larry Shaffer 2014-03-31 Add convenience functions to Python test utilities for rendering with map settings @@ -169821,37 +181861,37 @@ Larry Shaffer 2014-03-31 - All labeling test classes render separately from QgsRenderChecker - Update labeling server test class to sync map settings to temp project -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 fix windows build -rldhont 2014-06-13 +D'Hont René-Luc 2014-06-13 [BUGFIX][QGIS-Server] 10379 Flaky WFS GetFeature FIX return Feature collection when featureCount is 0 -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 attribute form: allow overwriting invalid source attribute values and skip empty edit commands (fixes #10360) -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 don't show and raise identify results if attribute form pops up -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 remove unused QgsPasteTransformations class -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 don't show layername all the time -volaya 2014-06-13 +Víctor Olaya 2014-06-13 [processing] fixed #10575 -volaya 2014-06-13 +Víctor Olaya 2014-06-13 [processing] changed how toolbox is updated after adding/removing provider @@ -169913,11 +181953,11 @@ Martin Dobias 2014-06-13 Inverted polygons: bug fixes -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 fix typos -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 indentation update @@ -169946,13 +181986,13 @@ Qgis-Tr-kr 2014-06-13 Forked suouce update request -Nathan Woodrow 2014-06-13 +Nathan Woodrow 2014-06-13 [MSSQL] Fix loading of layers in browser and dialog. Add ODBC connection pooling -Juergen E. Fischer 2014-06-13 +Jürgen E. Fischer 2014-06-13 german translation update @@ -169962,19 +182002,19 @@ Werner Macho 2014-06-12 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 db manager: fix import of geometryless files (fixes #8970) -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 mssql provider: cleanup driver and service usage and copy password in feature iterator (fixes #10428) -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 db_mananger: fix loading geometryless tables (fixes #10566) -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 adapt tolerance to coordinate range when reshaping (fixes #9802) @@ -169990,11 +182030,11 @@ Alexander Bruy 2014-06-12 bump Processing version to avoid masking by version from plugin site -Nathan Woodrow 2014-06-12 +Nathan Woodrow 2014-06-12 Update UI from saved symbol correctly -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 debian packaging update (include pyspatialite also on quantal) @@ -170017,7 +182057,7 @@ Nathan Woodrow 2014-06-12 Improve mouse logic for measure tool. Fix #4628 Fix #10029 Merge: 28145b4105 306b148bc0 -volaya 2014-06-12 +Víctor Olaya 2014-06-12 Merge pull request #1448 from gioman/master @@ -170039,7 +182079,7 @@ Martin Dobias 2014-06-12 Fix #10475 (symmetrical difference behaves like difference) Merge: fa88eb2503 2ef7dcf6b9 -volaya 2014-06-12 +Víctor Olaya 2014-06-12 Merge pull request #1389 from radosuav/small_processing_fixes @@ -170071,11 +182111,11 @@ Robert Szczepanek 2014-06-11 [TRANSUP] pl: help - vector layer properties -Victor Olaya 2014-05-30 +Víctor Olaya 2014-05-30 [processing] some cleaning in saga algorithms -Juergen E. Fischer 2014-06-12 +Jürgen E. Fischer 2014-06-12 avoid reloading fields when existing provider encoding is re-set (fixes #10340) @@ -170093,7 +182133,7 @@ ahuarte47 2014-06-10 Use GEOSBuffer in offsetline when the geometry is a polygon -Juergen E. Fischer 2014-06-11 +Jürgen E. Fischer 2014-06-11 don't reopen feature form when identify maptool is reactivated (fixes #10104) @@ -170104,7 +182144,7 @@ Werner Macho 2014-06-11 {TRANSUP] pl: context_help -Juergen E. Fischer 2014-06-11 +Jürgen E. Fischer 2014-06-11 enhance error message when change/added attributes mismatch (refs #8481) @@ -170113,7 +182153,7 @@ Robert Szczepanek 2014-06-11 {TRANSUP] pl: context_help Merge: d20c5697cc 0d7204cd85 -Jürgen Fischer 2014-06-11 +Jürgen E. Fischer 2014-06-11 Merge pull request #1406 from m-kuhn/spatialite-fix @@ -170173,7 +182213,7 @@ Marco Hugentobler 2014-06-11 Call loadLabelSettings in initializeRender method and enable in sldparser -Larry Shaffer 2014-06-09 +Larry Shaffer 2014-06-09 Fix #10518, PAL engine settings no longer honored by qgis_mapserv @@ -170211,23 +182251,23 @@ ahuarte47 2014-06-11 #10433: Fix simplification of invalid and empty multipolygons -Victor Olaya 2014-06-10 +Víctor Olaya 2014-06-10 [processing] more correct handling of nomodeler tag in scripts -Victor Olaya 2014-06-10 +Víctor Olaya 2014-06-10 [processing] fixed wrong imports -Victor Olaya 2014-06-10 +Víctor Olaya 2014-06-10 [processing] Do not throw exception if help file does not contain valid json -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] some file restructuring -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] made postprocessing code more pythonic @@ -170330,11 +182370,11 @@ Werner Macho 2014-06-09 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-06-10 +Jürgen E. Fischer 2014-06-10 fix last commit (followup 2e2853a1f6e) -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 fix zoom to layer extent crash (fixes #10516) @@ -170356,7 +182396,7 @@ Robert Szczepanek 2014-06-09 [TRANSUP] pl: composer, datasymbol, others -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 editor widgets: restore initialization of null numeric values and dates in text edit widget (followup e605ad65; fixes #10326) @@ -170370,7 +182410,7 @@ Martin Dobias 2014-06-10 Fix #10512 (missing propagation of fields/scale to sub-symbols) -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 datum transformation selection: * respect the 'auto enable otf' setting @@ -170389,11 +182429,11 @@ Robert Szczepanek 2014-06-09 [TRANSUP] pl: varia -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 german translation update -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 editor widgets: restore handling of null values in textedit widget (fixes #10497) @@ -170401,11 +182441,11 @@ Alexander Bruy 2014-06-09 russian translation update -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 value relation: save filter expression correctly and re-enable filter expression button (fixes #10503) -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 field model: return alias as display role, but field name as edit role (fixes #10467) @@ -170416,11 +182456,11 @@ Nathan Woodrow 2014-06-09 Fix #9020 -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 re-add support for top labeled editor widgets in default forms (fixes #10431) -Juergen E. Fischer 2014-06-09 +Jürgen E. Fischer 2014-06-09 identify results: hide highlights on deactivation and hide table/plot tab meant for rasters when there are only vector features (fixes #10376) @@ -170462,41 +182502,41 @@ Robert Szczepanek 2014-06-08 Fix for http://hub.qgis.org/issues/9020 -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] removed debug lines introduced in last commit -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] added help files for algs in qgis group Most help files missing content -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] rst files are now the default for help files -Victor Olaya 2014-06-08 +Víctor Olaya 2014-06-08 [processing] removed geoserver algorithms and moved postgis ones to qgis agorithms group -Victor Olaya 2014-06-05 +Víctor Olaya 2014-06-05 [processing] catch error when local help files fail when trying to find version number of script -Victor Olaya 2014-06-05 +Víctor Olaya 2014-06-05 [processing] some minor cleaning -Victor Olaya 2014-06-05 +Víctor Olaya 2014-06-05 [processing] added gdal algs to simplified interface, replacing saga ones -Victor Olaya 2014-06-05 +Víctor Olaya 2014-06-05 [processing] some minor improvements in script algorithm -Victor Olaya 2014-06-05 +Víctor Olaya 2014-06-05 [processing] added 'nomodeler' option to scripts @@ -170504,7 +182544,7 @@ Martin Dobias 2014-06-08 Use QgsDebugMsg instead of qDebug -Juergen E. Fischer 2014-06-08 +Jürgen E. Fischer 2014-06-08 fix browser crash (fixes #10461) @@ -170527,7 +182567,7 @@ borys 2014-06-07 [TRANSUP] pl: typo -Juergen E. Fischer 2014-06-07 +Jürgen E. Fischer 2014-06-07 add xsd schema to validate mapserver capabilities (might fix #10489) @@ -170588,7 +182628,7 @@ Paolo Cavallini 2014-06-06 Added a conditional example Merge: 485011105c bf8284864d -mhugent 2014-06-06 +Marco Hugentobler 2014-06-06 Merge pull request #1419 from marcel-dancak/master @@ -170629,15 +182669,15 @@ Marco Hugentobler 2014-06-06 Fix dxf label export -Paolo 2014-06-06 +Paolo Cavallini 2014-06-06 More coherence in IT GUI -Paolo 2014-06-06 +Paolo Cavallini 2014-06-06 Updated IT GUI -Matthias Kuhn 2014-06-06 +Matthias Kuhn 2014-06-06 Remove relations when a involved layer gets deleted @@ -170712,12 +182752,12 @@ yoichigmf 2014-06-06 GUI Translation update ja -Juergen E. Fischer 2014-06-06 +Jürgen E. Fischer 2014-06-06 german translation update Merge: 2a80881e85 bcde66fd6a -mhugent 2014-06-05 +Marco Hugentobler 2014-06-05 Merge pull request #1403 from mdouchin/getmap_image_quality @@ -170825,7 +182865,7 @@ Nyall Dawson 2014-06-04 [composer] Allow clicking-dragging to set size of labels, pictures, legends ands tables when adding them to a composition (fix #9821) -Matthias Kuhn 2014-06-04 +Matthias Kuhn 2014-06-04 Fix LineEdit edit type conversion warning @@ -170839,7 +182879,7 @@ Martin Dobias 2014-06-04 Fix #10412 (option whether to show newly added layers) -pcav 2014-06-04 +Paolo Cavallini 2014-06-04 Updated IT GUI translation @@ -170886,7 +182926,7 @@ Marcel Dancak 2014-06-03 Merge remote-tracking branch 'upstream/master' -Matthias Kuhn 2014-06-03 +Matthias Kuhn 2014-06-03 Capitalization @@ -170901,7 +182941,7 @@ Antonio Locandro 2014-05-26 Additional arrows, including without Letter Marks and Surveying with Declination -Paolo 2014-06-03 +Paolo Cavallini 2014-06-03 Updated IT GUI translation @@ -170910,38 +182950,38 @@ Marcel Dancak 2014-06-03 Merge remote-tracking branch 'upstream/master' -Matthias Kuhn 2014-06-03 +Matthias Kuhn 2014-06-03 Add layer name to select by expression dialog title Fix #10422 -Victor Olaya 2014-06-02 +Víctor Olaya 2014-06-02 [processing] first implementation of github-based resources manager -Victor Olaya 2014-05-31 +Víctor Olaya 2014-05-31 [processing] helpfiles for scripts/models are now stored as json -Victor Olaya 2014-06-02 +Víctor Olaya 2014-06-02 [processing] Use certain gdal algs in simplified mode instead of saga ones -Victor Olaya 2014-06-02 +Víctor Olaya 2014-06-02 [processing] all gdal algs now have the same icon Did some code cleaning in gdal package -Juergen E. Fischer 2014-06-02 +Jürgen E. Fischer 2014-06-02 sip: remove enum constants -Juergen E. Fischer 2014-06-02 +Jürgen E. Fischer 2014-06-02 fix some warnings -Juergen E. Fischer 2014-06-02 +Jürgen E. Fischer 2014-06-02 fix layer tree translation support @@ -170968,7 +183008,7 @@ Marcel Dancak 2014-06-02 Merge remote-tracking branch 'upstream/master' -Matthias Kuhn 2014-06-02 +Matthias Kuhn 2014-06-02 DnD forms: Make tabs scrollable Fix #10389 @@ -170981,7 +183021,7 @@ Martin Dobias 2014-06-02 Do not show layer extent in the status bar after the load (useless) -Nathan Woodrow 2014-06-02 +Nathan Woodrow 2014-06-02 Clean up MS SQL iterator. Fix #10115 - Fix crash on join @@ -170998,7 +183038,7 @@ Martin Dobias 2014-05-30 [layertree] minor consolidation of insert/remove functions Merge: 108cbc3b0d c095fe925d -mhugent 2014-06-02 +Marco Hugentobler 2014-06-02 Merge pull request #1397 from manisandro/minmax_fixes @@ -171008,11 +183048,11 @@ Marco Hugentobler 2014-06-01 Remove legacy server filter classes -Nathan Woodrow 2014-06-02 +Nathan Woodrow 2014-06-02 [MSSQL] Convert uniqueidentifier to string -Nathan Woodrow 2014-06-02 +Nathan Woodrow 2014-06-02 Fix #10402 - Don't duplicate combo items on selection @@ -171024,7 +183064,7 @@ Werner Macho 2014-06-01 [TRANSUP] pl: varia Merge: 779bf5fb33 7b192fc737 -volaya 2014-06-01 +Víctor Olaya 2014-06-01 Merge pull request #1415 from fsdias/fixe_dotlplot2 @@ -171042,15 +183082,15 @@ fsdias 2014-06-01 Update Dotplot.rsx -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 postgres: close connection when cursor can't be opened (fixes #10119) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 fill ring: set attribute dialog to add mode (fixes #10363) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 set feature form windows title @@ -171061,23 +183101,23 @@ Werner Macho 2014-06-01 translate gui ja -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 nodetool: fix crash when deleting last vertex (fixes #10367) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 re-introduce resetting of attribute values -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 don't show layer popup selection if there is only one item -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 db_manager: replace toPyObject() (old sip api; fixes #9991) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 fix categorized renderer crash (fixes #10096) @@ -171085,7 +183125,7 @@ yoichigmf 2014-06-01 translate gui ja -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 german translation update @@ -171121,39 +183161,39 @@ Sandro Mani 2014-05-28 [composer] Composer item controls in GUI show position relative to page origin (also save page number and relative position to xml) (fix #9411) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 debian packaging update (fixes #10120) -Juergen E. Fischer 2014-06-01 +Jürgen E. Fischer 2014-06-01 postgres: also accept PGRES_TUPLES_OK as positive result for UPDATE/DELETE/INSERT (fixes #9738) -Juergen E. Fischer 2014-05-31 +Jürgen E. Fischer 2014-05-31 reintroduced field validators on line edits -Juergen E. Fischer 2014-05-31 +Jürgen E. Fischer 2014-05-31 fix crash in postgres layer creation (followup 3470b1d5c; fixes #10014) -Juergen E. Fischer 2014-05-31 +Jürgen E. Fischer 2014-05-31 fix doxygen main page -Juergen E. Fischer 2014-05-31 +Jürgen E. Fischer 2014-05-31 fix 016b03b5 -Juergen E. Fischer 2014-05-31 +Jürgen E. Fischer 2014-05-31 postgres: convert 4d geometries to 2d (fixes #9748) -Nathan Woodrow 2014-05-31 +Nathan Woodrow 2014-05-31 Use bigger icon for field expression widget -Nathan Woodrow 2014-05-31 +Nathan Woodrow 2014-05-31 Fix #10405 - Don't resize expression area for label dialog. @@ -171179,15 +183219,15 @@ Werner Macho 2014-05-30 [TRANSUP] pl: IdentifyResults -Victor Olaya 2014-05-30 +Víctor Olaya 2014-05-30 [processing] added missing parameter definition string -Victor Olaya 2014-05-30 +Víctor Olaya 2014-05-30 [processing] allow blank spaces in script parameters definition -Victor Olaya 2014-05-29 +Víctor Olaya 2014-05-29 [processing] Added extent parameter to RasterLayerBoundsAlgorithm.py @@ -171215,16 +183255,16 @@ Martin Dobias 2014-05-29 [layertree] More doxygen docs -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 Bundle libminizip on Mac if used by osgdb_kml plugin of osgearth -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 #9480: Move checkbox to within centroid frame in labeling gui Merge: 34f337816f 6cb4cbb1cc -Larry Shaffer 2014-05-29 +Larry Shaffer 2014-05-29 Merge pull request #1238 from ahuarte47/Issue_9480 @@ -171293,13 +183333,13 @@ Nyall Dawson 2014-05-29 Fix capitalisation of strings Merge: 872ed828de affc9a16e8 -alexbruy 2014-05-29 +Alexander Bruy 2014-05-29 Merge pull request #1404 from gioman/master [processing] add GRASS r.out.xyz -Matthias Kuhn 2014-05-28 +Matthias Kuhn 2014-05-28 Respect field editable state in attribute form @@ -171317,11 +183357,11 @@ Nyall Dawson 2014-05-29 Fix atlas signal emitting -Juergen E. Fischer 2014-05-29 +Jürgen E. Fischer 2014-05-29 fix doxygen warning -Juergen E. Fischer 2014-05-29 +Jürgen E. Fischer 2014-05-29 fix warnings @@ -171389,7 +183429,7 @@ Marco Hugentobler 2014-05-28 Fix for bug #10372 (QGIS Server WMS does not put SERVICE section in GetCapabilities anymore) -Matthias Kuhn 2014-05-28 +Matthias Kuhn 2014-05-28 Fix tooltip for save button on symbol dialog Fix #10368 @@ -171398,15 +183438,15 @@ Salvatore Larosa 2014-05-28 [processing] fixes extract by location alg (fixes #10241) -Juergen E. Fischer 2014-05-27 +Jürgen E. Fischer 2014-05-27 fix sip sync merge -Juergen E. Fischer 2014-05-27 +Jürgen E. Fischer 2014-05-27 german translation update -Juergen E. Fischer 2014-05-27 +Jürgen E. Fischer 2014-05-27 sip sync @@ -171421,17 +183461,17 @@ Robert Szczepanek 2014-05-27 [TRANSUP] pl: SelectionPanel, QObject, App, LayerTreeView -Matthias Kuhn 2014-05-27 +Matthias Kuhn 2014-05-27 Make sure a widget is initialized when creating a widget wrapper Fix #10357 -Matthias Kuhn 2014-05-27 +Matthias Kuhn 2014-05-27 Fix add features dialog Fix #10362 -Matthias Kuhn 2014-05-27 +Matthias Kuhn 2014-05-27 Better implementation of 20015e72 Fix #10345 @@ -171496,7 +183536,7 @@ Alvaro Huarte 2014-05-26 Disable simplification of geometries in composer by default -Matthias Kuhn 2014-05-26 +Matthias Kuhn 2014-05-26 Attribute table: Fix repaint on change Fix #10345 @@ -171528,7 +183568,7 @@ Martin Dobias 2014-05-27 [layertree] do not allow drag'n'drop of internal embedded nodes -Victor Olaya 2014-05-27 +Víctor Olaya 2014-05-27 [processing] fixed #10364 @@ -171536,7 +183576,7 @@ borys 2014-05-26 [Plugin Manager] Show all plugins in the All tab. Fixes #10334 -Juergen E. Fischer 2014-05-26 +Jürgen E. Fischer 2014-05-26 restore previous Qgs(App)LegendInterface behaviour @@ -171623,11 +183663,11 @@ Sandro Mani 2014-05-26 Add tooltip to map unit scale edit button -Nathan Woodrow 2014-05-26 +Nathan Woodrow 2014-05-26 Pass distance area into field calc bar -Nathan Woodrow 2014-05-26 +Nathan Woodrow 2014-05-26 Fix #10350 - Run update on return in field calc bar @@ -171652,7 +183692,7 @@ Hugo Mercier 2014-05-26 Inverted renderer: make sure it works when no painter is here (feature count) -Matthias Kuhn 2014-05-26 +Matthias Kuhn 2014-05-26 Fix add feature dialog for attribute-less layers Fix #10351 @@ -171669,12 +183709,12 @@ Martin Dobias 2014-05-25 to remove any invalid layers from project as currently there is no mechanism for postponing handling of invalid layers after project load -Matthias Kuhn 2014-05-25 +Matthias Kuhn 2014-05-25 Correctly load dnd relations in fields properties Fix #10065 -Matthias Kuhn 2014-05-25 +Matthias Kuhn 2014-05-25 Fix widget to wrapper converter code Fixes #10337 @@ -171686,32 +183726,32 @@ Martin Dobias 2014-05-25 This was caused by the recent addition of currentNode handling in model. Changed to use persistent indices which are auto-updated when model changes. -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Use flat group box in options dialog to reduce nesting -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Reduce margins on delete field dialog, save geometry -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Set better default size for new field dialog -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Reduce margins on project selector dialog -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Restore dialog size for some dialogs -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Reduce margins on field calc bar Merge: fc8f15a4e7 10fd65a010 -volaya 2014-05-25 +Víctor Olaya 2014-05-25 Merge pull request #1385 from gioman/getshapeextent @@ -171721,12 +183761,12 @@ Radim Blazek 2014-05-25 svg cache lookup fix, fixes #9959 -Matthias Kuhn 2014-05-25 +Matthias Kuhn 2014-05-25 Fix add attribute dialog Fix #10337 -Matthias Kuhn 2014-05-25 +Matthias Kuhn 2014-05-25 Revert "Fix #10337 - Allow attribute form on all features (new QgsFeatures are invalid)" @@ -171738,7 +183778,7 @@ Werner Macho 2014-05-25 Signed-off-by: Werner Macho -Nathan Woodrow 2014-05-25 +Nathan Woodrow 2014-05-25 Fix #10337 - Allow attribute form on all features (new QgsFeatures are invalid) @@ -171762,11 +183802,11 @@ Etienne Tourigny 2014-05-24 fixes for gdal 2.0 to make sure that OGR drivers and not used as raster data sources -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 sip sync and indentation update -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 fix doxygen warnings @@ -171799,19 +183839,19 @@ Martin Dobias 2014-05-24 [FEATURE] Inverted polygons renderer -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 fix crash on identify with hidden attributes -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 indentation update -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 fix build on ubuntu precise (older geos) -Juergen E. Fischer 2014-05-24 +Jürgen E. Fischer 2014-05-24 fix edit widget deprecation warnings and sync sip bindings @@ -171834,7 +183874,7 @@ Hugo Mercier 2014-05-23 Inverted polygons renderer: add SIP -Juergen E. Fischer 2014-05-23 +Jürgen E. Fischer 2014-05-23 german translation update @@ -171856,7 +183896,7 @@ Hugo Mercier 2014-05-23 Mask renderer: make it work with on-the-fly reprojection -Larry Shaffer 2014-05-22 +Larry Shaffer 2014-05-22 Move label repeat option frame to after main placement options for lines @@ -171884,7 +183924,7 @@ Werner Macho 2014-05-23 Signed-off-by: Werner Macho Merge: be706ed30c a3b9d6c131 -mhugent 2014-05-23 +Marco Hugentobler 2014-05-23 Merge pull request #1338 from manisandro/line_multi_labeling @@ -171909,7 +183949,7 @@ Etienne Tourigny 2014-05-21 restore addLegendLayerAction and related functions after legend redesign -Paolo 2014-05-23 +Paolo Cavallini 2014-05-23 Updated IT GUI translation @@ -171933,23 +183973,23 @@ Hugo Mercier 2014-05-19 [FEATURE][composer] Add a 'predefined scales' mode to atlas maps, which sets an atlas maps' extent to the largest predefined scale which fits the atlas feature. Scales are taken from the project's predefined scales, or the global predefined scales. -Juergen E. Fischer 2014-05-23 +Jürgen E. Fischer 2014-05-23 german translation update and a translation string fix -Nathan Woodrow 2014-05-23 +Nathan Woodrow 2014-05-23 Fix combo name in fielc calc bar -Juergen E. Fischer 2014-05-23 +Jürgen E. Fischer 2014-05-23 fix windows build -Nathan Woodrow 2014-05-23 +Nathan Woodrow 2014-05-23 [FEATURE] Quick field field calc bar (like Excel) in attribute table -Matthias Kuhn 2014-05-22 +Matthias Kuhn 2014-05-22 Add GUI_EXPORT and warning fix @@ -171957,7 +183997,7 @@ Denis Rouzaud 2014-03-20 [FEATURE] new edit type: date/time edit -Matthias Kuhn 2014-01-05 +Matthias Kuhn 2014-01-05 [FEATURE] Port editor widgets to new API @@ -172010,11 +184050,11 @@ Radim Blazek 2014-05-22 GRASS 7 raster provider -Juergen E. Fischer 2014-05-22 +Jürgen E. Fischer 2014-05-22 remove duplicate translation strings -Juergen E. Fischer 2014-05-22 +Jürgen E. Fischer 2014-05-22 add library dependencies to python bindings @@ -172030,11 +184070,11 @@ Martin Dobias 2014-05-22 [layertree] Underline current layer -Nathan Woodrow 2014-05-22 +Nathan Woodrow 2014-05-22 Save geometry for data defined dialog -Nathan Woodrow 2014-05-22 +Nathan Woodrow 2014-05-22 Keep state for expression widget splitter @@ -172046,19 +184086,19 @@ Martin Dobias 2014-05-22 Indicate whether a layer is in editing mode and/or modified -Victor Olaya 2014-05-22 +Víctor Olaya 2014-05-22 [processing] added missing import -Victor Olaya 2014-05-22 +Víctor Olaya 2014-05-22 [processing] changed name of output in concave hull -Victor Olaya 2014-05-22 +Víctor Olaya 2014-05-22 [processing] updated compiled version of widgets -Victor Olaya 2014-05-22 +Víctor Olaya 2014-05-22 removed import of local httplib2 @@ -172066,7 +184106,7 @@ Nyall Dawson 2014-05-22 Don't allow MoveAction when dragging colors from color buttons, allows dragging colors from QGIS and dropping them into GIMP/Inkscape -Juergen E. Fischer 2014-05-22 +Jürgen E. Fischer 2014-05-22 support custom widgets in PYQT4_WRAP_UI @@ -172074,11 +184114,11 @@ Hugo Mercier 2014-05-22 Add missing .ui -Nathan Woodrow 2014-05-22 +Nathan Woodrow 2014-05-22 Save geometry of some dialogs -Juergen E. Fischer 2014-05-22 +Jürgen E. Fischer 2014-05-22 fix windows build @@ -172093,19 +184133,19 @@ Werner Macho 2014-05-21 [TRANSUP] pl: WMS -Juergen E. Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 german translation update and fix uppercase otherwise duplicate translation strings -Juergen E. Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 fix warnings -Juergen E. Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 hungarian translation: remove duplicate translation string -Juergen E. Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 indentation update @@ -172139,65 +184179,65 @@ Martin Dobias 2014-05-21 Added some doxygen documentation and minor code cleanups -Victor Olaya 2014-05-21 +Víctor Olaya 2014-05-21 [processing] fixes in modeler to make multiple inputs work correctly -Victor Olaya 2014-05-21 +Víctor Olaya 2014-05-21 [processing] fixed issue in modeler with hidden params -Victor Olaya 2014-05-21 +Víctor Olaya 2014-05-21 [processing] fixed OutputFile constructor -Victor Olaya 2014-05-20 +Víctor Olaya 2014-05-20 [processing] removed interface module now all access to the interface is done through qgis.utils.iface -Victor Olaya 2014-05-20 +Víctor Olaya 2014-05-20 [processing] added checkboxes to multiple input selector -Victor Olaya 2014-05-20 +Víctor Olaya 2014-05-20 [processing] rewrote saga raster calculator as individual algorithm -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] major overhaul of lastools algorithms Code contributed by Martin Isenburg -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] minor change in ParameterFile to handle None values -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] removed debug line -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] fixed issue when opening loaded layers in batch interface (#10277) -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] remove unnecessary print sentences -Victor Olaya 2014-05-19 +Víctor Olaya 2014-05-19 [processing] code cleaning. Removed debug sentences -Victor Olaya 2014-05-18 +Víctor Olaya 2014-05-18 [processing] simplified saga algorithms Now it assumes matching grid extents and does not perform resampling -Victor Olaya 2014-05-18 +Víctor Olaya 2014-05-18 [processing] changed dialog from critical to warning @@ -172224,7 +184264,7 @@ Marco Hugentobler 2014-05-21 WMS server: Use ; as separator in case of multiple selection for value relations Merge: af7af6c26a b87049e94c -mhugent 2014-05-21 +Marco Hugentobler 2014-05-21 Merge pull request #1377 from luca76/master @@ -172448,37 +184488,37 @@ Martin Dobias 2014-05-05 Initial import of legend refactoring work Merge: 6df9d1cb9a ec3da40d26 -Jürgen Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 Merge pull request #1375 from nyalldawson/processing_postgis2 Some postgresql provider and PostGIS-related processing improvements and fixes (v2) -Juergen E. Fischer 2014-05-21 +Jürgen E. Fischer 2014-05-21 debian -packaging update -Nathan Woodrow 2014-05-21 +Nathan Woodrow 2014-05-21 [MSSQL] Refactor provider for schema checks -Larry Shaffer 2014-05-20 +Larry Shaffer 2014-05-20 Refactor plugin staging to build dir and python script compiling -Nathan Woodrow 2014-05-21 +Nathan Woodrow 2014-05-21 Save dialog geometry on attribute form reject -Nathan Woodrow 2014-05-21 +Nathan Woodrow 2014-05-21 [MSSQL] Add toogle action to browser node to show non spatial tables -Nathan Woodrow 2014-05-21 +Nathan Woodrow 2014-05-21 [MSSQL] Fix refresh in browser node -Nathan Woodrow 2014-05-21 +Nathan Woodrow 2014-05-21 Fix #9139 - Don't crash on MSSQL relations @@ -172520,7 +184560,7 @@ Nyall Dawson 2014-05-12 [FEATURE] Add right click menu to color buttons, allowing copying and pasting colors. Pasting colors accepts clipboard text in a variety of common formats, including hex and css style rgb and rgba strings. -Matthias Kuhn 2014-04-30 +Matthias Kuhn 2014-04-30 VLCache takes ownership of index @@ -172535,11 +184575,11 @@ Radim Blazek 2014-05-20 project extent restore fix -Juergen E. Fischer 2014-05-20 +Jürgen E. Fischer 2014-05-20 german translation update -Juergen E. Fischer 2014-05-20 +Jürgen E. Fischer 2014-05-20 [FEATURE] toggle feature selection from identify results (implements #10308) @@ -172547,16 +184587,16 @@ Denis Rouzaud 2014-05-20 collapsible gpbox: scroll on expand property accessible -Nathan Woodrow 2014-05-20 +Nathan Woodrow 2014-05-20 Add new qgisapp Python context manager for creating QGIS apps -Nathan Woodrow 2014-05-20 +Nathan Woodrow 2014-05-20 Fix copy of extra python files Merge: 978086badc 790b31ef80 -Jürgen Fischer 2014-05-20 +Jürgen E. Fischer 2014-05-20 Merge pull request #1373 from 3nids/package @@ -172566,11 +184606,11 @@ Denis Rouzaud 2014-05-20 set custom widget lib default to false -Nathan Woodrow 2014-05-20 +Nathan Woodrow 2014-05-20 [MSSQL] Fix #9511 - Use QDate and QDateTime for date sql type -Larry Shaffer 2014-05-19 +Larry Shaffer 2014-05-19 Fix build error when using Qwt 6.1, followup to f283040 @@ -172585,19 +184625,19 @@ Nathan Woodrow 2014-05-20 North Arrows SVG - Fix #8711 -Juergen E. Fischer 2014-05-20 +Jürgen E. Fischer 2014-05-20 identify tool: fix connection error -Nathan Woodrow 2014-05-20 +Nathan Woodrow 2014-05-20 [MSSQL] Use schema for key lookup -Juergen E. Fischer 2014-05-20 +Jürgen E. Fischer 2014-05-20 german translation update -Nathan Woodrow 2014-05-20 +Nathan Woodrow 2014-05-20 [MSSQL] Use schema name when getting columns @@ -172651,7 +184691,7 @@ Radim Blazek 2014-05-19 marker data defined anchor fix, fixes #9579 -Juergen E. Fischer 2014-05-19 +Jürgen E. Fischer 2014-05-19 debian packaging update @@ -172663,13 +184703,13 @@ Denis Rouzaud 2014-05-19 uic widget-plugins: do not crash if QGIS not installed -Nathan Woodrow 2014-05-19 +Nathan Woodrow 2014-05-19 Create Python package for core, gui, analysis, networkanalysis Rename sip generated modules to _{name} -Juergen E. Fischer 2014-05-19 +Jürgen E. Fischer 2014-05-19 fix customwidgets build on windows @@ -172684,7 +184724,7 @@ Denis Rouzaud 2014-05-19 custom widgets: added color and data defined buttons, missing SIP for scale range and fix flags for field combo / expression widget -Juergen E. Fischer 2014-05-19 +Jürgen E. Fischer 2014-05-19 debian packaging fix @@ -172699,7 +184739,7 @@ Denis Rouzaud 2014-05-19 create custom widgets by default -Nathan Woodrow 2014-05-19 +Nathan Woodrow 2014-05-19 Expand label wording in filter dialog @@ -172710,33 +184750,33 @@ Werner Macho 2014-05-18 Signed-off-by: Werner Macho Merge: 07919309c4 0f2b92f941 -volaya 2014-05-18 +Víctor Olaya 2014-05-18 Merge pull request #1365 from gioman/ogr2ogr fixes ogr2ogr.py -Juergen E. Fischer 2014-05-18 +Jürgen E. Fischer 2014-05-18 stage python extension only for staged plugins -Nathan Woodrow 2014-05-18 +Nathan Woodrow 2014-05-18 Fix #8756 - Update function help for colour functions -Juergen E. Fischer 2014-05-18 +Jürgen E. Fischer 2014-05-18 sync some sip bindings -Nathan Woodrow 2014-05-18 +Nathan Woodrow 2014-05-18 Fix #9785 -Nathan Woodrow 2014-05-18 +Nathan Woodrow 2014-05-18 Add drag and drop for QLR files. Fix #10005 -Nathan Woodrow 2014-05-18 +Nathan Woodrow 2014-05-18 Support multi layers in QLR files @@ -172768,7 +184808,7 @@ Marco Hugentobler 2014-05-18 Fix getLegendGraphic Merge: bcfe0a8e10 90e4a5fd18 -Jürgen Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 Merge pull request #1349 from imincik/db_manager_quoteid @@ -172782,35 +184822,35 @@ Etienne Tourigny 2014-05-17 fix browser dock sorting - only files are sorted -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 metasearch: ignore proxy settings != HttpProxy -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 spelling fixes -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 osgeo4w: don't include internal python libraries where packages are available -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 debian packaging update -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 exclude metasearch ts files from update_ts_files.sh run -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 german translation update -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 processing: remove adsense from otb descriptions -Juergen E. Fischer 2014-05-17 +Jürgen E. Fischer 2014-05-17 move internal python extensions to common directory and fix metasearch install @@ -172939,14 +184979,14 @@ Denis Rouzaud 2014-05-16 Check snapping tolerance of both layers before validating intersection snapping Merge: 89cdfb982d 62ed007fd4 -Jürgen Fischer 2014-05-16 +Jürgen E. Fischer 2014-05-16 Merge pull request #1358 from manisandro/memcpy_overlapping Avoid memcpy on overlapping memory Merge: 2d749be96f ea3be5c583 -Jürgen Fischer 2014-05-16 +Jürgen E. Fischer 2014-05-16 Merge pull request #1356 from manisandro/malloc_delete @@ -172981,11 +185021,11 @@ Robert Szczepanek 2014-05-15 [TRANSUP] pl: issues 11,12 -Larry Shaffer 2014-05-15 +Larry Shaffer 2014-05-15 Remove old disabling of many rendering features on Mac (wow, what a difference) -Larry Shaffer 2014-05-15 +Larry Shaffer 2014-05-15 Fix getenv call build error @@ -173004,11 +185044,11 @@ Tomas 2014-05-15 Lithuanian translation update -Juergen E. Fischer 2014-05-15 +Jürgen E. Fischer 2014-05-15 fix warnings -Juergen E. Fischer 2014-05-15 +Jürgen E. Fischer 2014-05-15 indentation update @@ -173016,15 +185056,15 @@ Radim Blazek 2014-05-15 GRASS fatal error longjmp -Juergen E. Fischer 2014-05-15 +Jürgen E. Fischer 2014-05-15 german translation update -Juergen E. Fischer 2014-05-15 +Jürgen E. Fischer 2014-05-15 labeling: when reprojecting on the fly don't modify the feature geometry, so that geometry based expressions don't get reprojected twice (eg. $x/$y) -Juergen E. Fischer 2014-05-15 +Jürgen E. Fischer 2014-05-15 fix crash @@ -173057,7 +185097,7 @@ D'Hont René-Luc 2014-01-10 It also adds bandScale and bandOffset method to QgsRasterDataProvider Python API. -Victor Olaya 2014-05-15 +Víctor Olaya 2014-05-15 [processing] extension can now be specified for OutputFile @@ -173069,11 +185109,11 @@ Leyan 2014-05-15 always delete regardless of mouse position; use default rubberband color -Victor Olaya 2014-05-15 +Víctor Olaya 2014-05-15 [processing] removed margin from number input panel -Matthias Kuhn 2014-05-15 +Matthias Kuhn 2014-05-15 Restore OverrideCursor in field calculator on fail @@ -173081,7 +185121,7 @@ Nyall Dawson 2014-05-15 [composer] Show missing image graphic if picture item source is invalid -Nathan Woodrow 2014-05-15 +Nathan Woodrow 2014-05-15 Fix windows build @@ -173133,7 +185173,7 @@ Radim Blazek 2014-05-14 Apply settings before saving style, otherwise unapplied settings are not written to qml file -Larry Shaffer 2014-05-13 +Larry Shaffer 2014-05-13 Add SOSI support to OGR provider @@ -173147,7 +185187,7 @@ Marco Hugentobler 2014-05-13 [FEATURE]: Server logging also in release mode Merge: 1ed94d01f7 06738d4971 -mhugent 2014-05-13 +Marco Hugentobler 2014-05-13 Merge pull request #1337 from Oslandia/test_qgis_mapserver @@ -173189,7 +185229,7 @@ Salvatore Larosa 2014-05-12 [pyqgis-console] revert PyQGIS-2.0.api file after 53ac675: the changes are for 2.4 release -Matthias Kuhn 2014-05-12 +Matthias Kuhn 2014-05-12 Delete provider registry actively Fixes a crash on exit @@ -173268,7 +185308,7 @@ Denis Rouzaud 2014-05-12 rename filters in map layer proxy model -Juergen E. Fischer 2014-05-10 +Jürgen E. Fischer 2014-05-10 network manager: fix authentication of private network manager instances and support system proxies with exclusions @@ -173276,7 +185316,7 @@ Leyan 2014-05-02 Want to get split feature to work with a single point to split a line -volaya 2014-05-08 +Víctor Olaya 2014-05-08 [processing] minor fixes related to settings @@ -173296,16 +185336,16 @@ Etienne Tourigny 2014-05-09 add GeoPackage support to ogr provider -Juergen E. Fischer 2014-05-09 +Jürgen E. Fischer 2014-05-09 osgeo4w: don't register .qgs file extensions if release version is installed (fixes OSGeo4W#415) -Juergen E. Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 indentation update -Juergen E. Fischer 2014-05-09 +Jürgen E. Fischer 2014-05-09 allow setting geometry empty in postgres and spatialite provider (applies PR#1343) @@ -173316,7 +185356,7 @@ Paolo Cavallini 2014-05-09 Update convergenceindex.rst -Juergen E. Fischer 2014-05-09 +Jürgen E. Fischer 2014-05-09 fix windows build @@ -173325,7 +185365,7 @@ lucalanteri 2014-05-08 Update convergenceindex.rst Merge: add7040a2f 21249c3ce6 -mhugent 2014-05-08 +Marco Hugentobler 2014-05-08 Merge pull request #1340 from manisandro/fix-10205 @@ -173347,31 +185387,31 @@ Nyall Dawson 2014-05-07 [composer] Allow user to set maximum distance for page breaking in html items. -Larry Shaffer 2014-05-07 +Larry Shaffer 2014-05-07 Move OpenFileGDB to alphabetical placement Merge: 0c6056be5b 3f48ec9322 -Jürgen Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 Merge pull request #1249 from Oslandia/expose_simplifier Expose QgsMapToPixelSimplifier to Python Merge: 0a82f37e92 ddecf7e94e -Juergen E. Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 Manually merge PR #1290 (fixes #9861) -Juergen E. Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 sync symbology-ng sips with headers (scripts/sipdiff) -Juergen E. Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 identify results: show and raise dock -Juergen E. Fischer 2014-05-07 +Jürgen E. Fischer 2014-05-07 fix windows build (missing CORE_EXPORT/GUI_EXPORT) @@ -173388,7 +185428,7 @@ Sandro Mani 2014-04-17 Add line multi-labelling support to pal Merge: 620220dd16 53ac67517a -mhugent 2014-05-07 +Marco Hugentobler 2014-05-07 Merge pull request #1320 from manisandro/minmax @@ -173411,7 +185451,7 @@ Nyall Dawson 2014-05-07 [FEATURE][composer] Add button to create new frame when using composer items in Use Existing Frames mode Merge: 26e98f7f0a 2f2982f6e2 -alexbruy 2014-05-07 +Alexander Bruy 2014-05-07 Merge pull request #1328 from m-kuhn/httplib2 @@ -173438,14 +185478,14 @@ Markus Neteler 2014-04-01 Fixed some parameter names: dot is underscore Merge: c64c89e7dd bb93600607 -alexbruy 2014-05-07 +Alexander Bruy 2014-05-07 Merge pull request #1333 from p0cisk/ConcaveHull [Processing][Feature] Add Concave Hull algorithm Merge: 35516fd344 7689bf1977 -mhugent 2014-05-07 +Marco Hugentobler 2014-05-07 Merge pull request #1155 from to-kr/master @@ -173462,11 +185502,11 @@ Werner Macho 2014-05-07 Signed-off-by: Werner Macho -Nathan Woodrow 2014-05-07 +Nathan Woodrow 2014-05-07 Change symbol group text in symbol list -Nathan Woodrow 2014-05-07 +Nathan Woodrow 2014-05-07 Restore API for addSymbolToStyle() @@ -173478,7 +185518,7 @@ Sandro Mani 2014-05-06 Apply settings before saving style, otherwise unapplied settings are not written to qml file -Juergen E. Fischer 2014-05-06 +Jürgen E. Fischer 2014-05-06 assign network access manager to QWebPages (fixes #10189) @@ -173502,19 +185542,19 @@ Denis Rouzaud 2014-05-06 expression widget: do not provide new expression at each keypress -Nathan Woodrow 2014-05-06 +Nathan Woodrow 2014-05-06 Show feature count in field calc -Nathan Woodrow 2014-05-06 +Nathan Woodrow 2014-05-06 Only enable update selection in field calc when we have a selection -Matthias Kuhn 2014-05-06 +Matthias Kuhn 2014-05-06 Fix sip compile problems -Nathan Woodrow 2014-03-30 +Nathan Woodrow 2014-03-30 Tweak UI for symbol builder and selector. @@ -173539,19 +185579,19 @@ Denis Rouzaud 2014-05-05 [fix #10168] expression widget: grey out when disabled use const when possible -Juergen E. Fischer 2014-05-06 +Jürgen E. Fischer 2014-05-06 fix windows build -Juergen E. Fischer 2014-05-06 +Jürgen E. Fischer 2014-05-06 postgres provider: retrieve srs from postgis -Juergen E. Fischer 2014-05-05 +Jürgen E. Fischer 2014-05-05 layer selection identify: show 'all' layers only when there are multiple layers -Juergen E. Fischer 2014-05-05 +Jürgen E. Fischer 2014-05-05 postgres provider: fix lookup of aliased columns @@ -173596,7 +185636,7 @@ Piotr Pociask 2014-05-03 [Processing]Concave Hull - dissolve bug is fixed so taking last feature is not necessary -Juergen E. Fischer 2014-05-03 +Jürgen E. Fischer 2014-05-03 layer selection identify: show feature count and add an option to get features of all selected layers. @@ -173616,7 +185656,7 @@ Martin Dobias 2014-05-03 Use QRect::united instead of unite -Larry Shaffer 2014-05-02 +Larry Shaffer 2014-05-02 Add OpenFileGDB read-only driver option to OGR directory drivers (available in gdal-1.11.0) @@ -173633,7 +185673,7 @@ Piotr Pociask 2014-05-02 [Processing][Feature] Add Concave Hull algorithm -Juergen E. Fischer 2014-05-02 +Jürgen E. Fischer 2014-05-02 identify results: * restore identify dock (implements #10152) @@ -173641,15 +185681,15 @@ Juergen E. Fischer 2014-05-02 * automatically set only item current * move controls to bottom -Juergen E. Fischer 2014-05-02 +Jürgen E. Fischer 2014-05-02 german translation update -Juergen E. Fischer 2014-05-02 +Jürgen E. Fischer 2014-05-02 identation update -Juergen E. Fischer 2014-05-02 +Jürgen E. Fischer 2014-05-02 labeling: 'show' empty string instead of configured representation for NULL (party reverts e497a5c; refs #9998; fixes #10151) @@ -173737,7 +185777,7 @@ Nyall Dawson 2014-05-01 Make QgsComposerManager non-modal -Juergen E. Fischer 2014-04-30 +Jürgen E. Fischer 2014-04-30 fix restoration of identify mode @@ -173759,7 +185799,7 @@ Sandro Mani 2014-03-27 Fix crash with empty attribute list -pcav 2014-04-30 +Paolo Cavallini 2014-04-30 IT translation fix and update @@ -173767,7 +185807,7 @@ Sandro Mani 2014-04-30 Add activate slot -Juergen E. Fischer 2014-04-30 +Jürgen E. Fischer 2014-04-30 fix doxygen warnings @@ -173779,7 +185819,7 @@ Leyan 2014-02-19 Improve delete part feature to allow deletion by clicking inside a polygon part -Juergen E. Fischer 2014-04-29 +Jürgen E. Fischer 2014-04-29 debian packaging fix: python-qgis doesn't have pyspatialite on trusty anymore (followup 8120f308f) @@ -173894,7 +185934,7 @@ Nyall Dawson 2014-04-28 [FEATURE][composer] Implement different resize modes for composer picture items, including zoom, stretch, clip, frame to image size (fix #7886). (Sponsored by City of Uster, Switzerland) -Juergen E. Fischer 2014-04-28 +Jürgen E. Fischer 2014-04-28 german translation update @@ -173923,7 +185963,7 @@ Nyall Dawson 2014-04-28 [composer] Rename getHeaderLabels to headerLabels and make it public for composer text/attribute tables. Merge: 73b2b86f6a dfb84e136d -Jürgen Fischer 2014-04-28 +Jürgen E. Fischer 2014-04-28 Merge pull request #1326 from saberraz/master @@ -173946,7 +185986,7 @@ Salvatore Larosa 2014-04-28 [db manager] shows vertical scrollbar as needed and set focus to the query editor after clearing -Juergen E. Fischer 2014-04-27 +Jürgen E. Fischer 2014-04-27 debian packaging: depend on python-pyspatialite on trusty @@ -173973,7 +186013,7 @@ Alexander Bruy 2014-04-26 follow up e4f410b58 -Matthias Kuhn 2014-04-26 +Matthias Kuhn 2014-04-26 Fallback to external httplib2 when internal is not available @@ -173985,15 +186025,15 @@ Lutra 2014-04-25 Changed the link to commercial support page. the DE is in german, changed to EN. -Juergen E. Fischer 2014-04-25 +Jürgen E. Fischer 2014-04-25 identify: fix form button icon & tooltip, remove close button -Juergen E. Fischer 2014-04-25 +Jürgen E. Fischer 2014-04-25 QgsField::displayString() consider configurable NULL representation -Juergen E. Fischer 2014-04-25 +Jürgen E. Fischer 2014-04-25 fix crash when maptool of a plugin is active on exit @@ -174001,25 +186041,25 @@ Alexander Bruy 2014-04-25 [processing] fix typo in GRASS 7 provider -Victor Olaya 2014-04-24 +Víctor Olaya 2014-04-24 [processing] fixed v.select description fixes #10113 -Victor Olaya 2014-04-24 +Víctor Olaya 2014-04-24 [processing] added new example script -Victor Olaya 2014-04-24 +Víctor Olaya 2014-04-24 [processing] added Chainage algorithm as script -Victor Olaya 2014-04-24 +Víctor Olaya 2014-04-24 [processing]improved script editor dialog -Victor Olaya 2014-04-24 +Víctor Olaya 2014-04-24 [processing] some fixes in help system @@ -174047,15 +186087,15 @@ Werner Macho 2014-04-24 Signed-off-by: Werner Macho -Victor Olaya 2014-04-23 +Víctor Olaya 2014-04-23 [processing] store settings using QSettings instead of in a dedicated file -Nathan Woodrow 2014-04-23 +Nathan Woodrow 2014-04-23 Add node points for measure tool -Nathan Woodrow 2014-04-23 +Nathan Woodrow 2014-04-23 Add better default colour and width for measure tools. Fix #10029 @@ -174063,7 +186103,7 @@ Alexander Bruy 2014-04-23 [processing] fix help method in GeoAlgorithm class -Nathan Woodrow 2014-04-23 +Nathan Woodrow 2014-04-23 Remove identify mode and auto open from options from options from dialog @@ -174104,15 +186144,15 @@ Werner Macho 2014-04-22 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-04-22 +Jürgen E. Fischer 2014-04-22 identify: clear rubberband after deleting the items -Juergen E. Fischer 2014-04-22 +Jürgen E. Fischer 2014-04-22 cleanup: replace boolean comparison (x==true => x / x==false => x) (followup b40868c8) -Juergen E. Fischer 2014-04-22 +Jürgen E. Fischer 2014-04-22 Add Marco Lechner to CONTRIBUTORS @@ -174125,39 +186165,39 @@ Marco Hugentobler 2014-04-22 [FEATURE]: Add legend url to wms capabilities. Patch from mlechner -Larry Shaffer 2014-04-21 +Larry Shaffer 2014-04-21 Fix compiling error with some compilers on Mac -Juergen E. Fischer 2014-04-22 +Jürgen E. Fischer 2014-04-22 missed a file in last commit -Juergen E. Fischer 2014-04-22 +Jürgen E. Fischer 2014-04-22 always use identify dialog as dock (also fixes #9631) -Juergen E. Fischer 2014-04-21 +Jürgen E. Fischer 2014-04-21 don't open feature form and identify results window (fixes reintroduced #9631) -Nathan Woodrow 2014-04-10 +Nathan Woodrow 2014-04-10 [Identify] Move identify mode selection to dialog. Add auto form checkbox -Nathan Woodrow 2014-04-08 +Nathan Woodrow 2014-04-08 [Identify] Expand first feature -Nathan Woodrow 2014-04-08 +Nathan Woodrow 2014-04-08 [Identify] Don't clear the identify results on single result -Nathan Woodrow 2014-04-08 +Nathan Woodrow 2014-04-08 [Identify] Show only layer name in identify results -Nathan Woodrow 2014-04-13 +Nathan Woodrow 2014-04-13 Show message bar for console python open error @@ -174169,23 +186209,23 @@ Nyall Dawson 2014-04-21 [composer] Correctly set background color for map items (fix #9775) -Juergen E. Fischer 2014-04-20 +Jürgen E. Fischer 2014-04-20 more processing cmake fixes -volaya 2014-04-20 +Víctor Olaya 2014-04-20 [processing] added new tools to add scripts/models from files -volaya 2014-04-20 +Víctor Olaya 2014-04-20 [processing] fixed wrong import -Juergen E. Fischer 2014-04-20 +Jürgen E. Fischer 2014-04-20 fix build error -Juergen E. Fischer 2014-04-20 +Jürgen E. Fischer 2014-04-20 fix warnings @@ -174198,33 +186238,33 @@ Marco Hugentobler 2014-04-20 Fix compile error after merge Merge: 25676f3cf5 f132b4307b -mhugent 2014-04-20 +Marco Hugentobler 2014-04-20 Merge pull request #1296 from mhugent/server_cleanup Server config redesign -Victor Olaya 2014-04-20 +Víctor Olaya 2014-04-20 [processing] Adapted make files (they were not changed after refactoring folder structure) -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 data defined symbol dialog: only remove quoting if there is one (fixes #9783) -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 labeling: consider configure representation for NULL values (fixes #9998) -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 german translation update -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 identation update -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 oracle provider: * retrieve comment of materialized views (implements #10063) @@ -174232,39 +186272,39 @@ Juergen E. Fischer 2014-04-19 * initialize mUseEstimatedMetadata (fixes #10092) * also consider username in temporary saved credentials (fixes #10093) -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] fixed wrong path to grass icon in grass7 provider -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] prevent grass installation check returning None when folder not set under windows -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] fixed wrong help url to Processing manual -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] prevent grass7 config parameters from shadowing grass6 parameters -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] fixed indentation issues -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] added grass7 files (forgot to add them on refactoring) -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] corrected wrong name of script help file -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing] improvements in help for algorithms @@ -174272,33 +186312,33 @@ Victor Olaya 2014-04-19 Added basic converter to convert rst into html on the fly Added SAGA help files -Victor Olaya 2014-04-17 +Víctor Olaya 2014-04-17 [processing] refactoring to put all algorithm providers under a single module -Victor Olaya 2014-04-19 +Víctor Olaya 2014-04-19 [processing]correctly update toolbox after editing/creating/deleting models and scripts -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 fix doxygen warnings -Juergen E. Fischer 2014-04-19 +Jürgen E. Fischer 2014-04-19 add path of bscmake.exe -Juergen E. Fischer 2014-04-18 +Jürgen E. Fischer 2014-04-18 osgeo4w: run builds using cmake --build -Juergen E. Fischer 2014-04-18 +Jürgen E. Fischer 2014-04-18 GRASS: * don't include unistd on windows in browser * avoid warning when grass/version.h is not found at once -Juergen E. Fischer 2014-04-18 +Jürgen E. Fischer 2014-04-18 fix doxygen warning @@ -174320,7 +186360,7 @@ Werner Macho 2014-04-18 Signed-off-by: Werner Macho -Larry Shaffer 2014-04-18 +Larry Shaffer 2014-04-18 Direct access to grass70, in lieu of grass.sh, for Processing on Mac @@ -174332,7 +186372,7 @@ Radim Blazek 2014-04-17 GRASS7 vector provider -Juergen E. Fischer 2014-04-17 +Jürgen E. Fischer 2014-04-17 wms client: handle + encoding (image/svg+xml) in format parameter also for other requests (followup b118213d, refs #10060) @@ -174347,19 +186387,19 @@ Martin Dobias 2014-04-17 Moved map layer's custom properties to a separate class -Victor Olaya 2014-04-15 +Víctor Olaya 2014-04-15 changed group name of example script -Victor Olaya 2014-04-14 +Víctor Olaya 2014-04-14 [processing] allow selection of open layers in batch interface -Victor Olaya 2014-04-13 +Víctor Olaya 2014-04-13 [processing] Removed wrong method definition in ParameterTable.py -Victor Olaya 2014-04-13 +Víctor Olaya 2014-04-13 Removed MultipleExternalInput parameter and made it a subtype of MultipleInput @@ -174393,7 +186433,7 @@ Werner Macho 2014-04-17 Signed-off-by: Werner Macho Merge: 122034a07a 3461afc6b7 -volaya 2014-04-16 +Víctor Olaya 2014-04-16 Merge pull request #1284 from gioman/r_cost @@ -174418,17 +186458,17 @@ Werner Macho 2014-04-16 Signed-off-by: Werner Macho Merge: 10f9f55886 a98df93a0d -mhugent 2014-04-16 +Marco Hugentobler 2014-04-16 Merge pull request #1266 from rldhont/provider_wfs_authorization [BUGFIX] 9234 - WFS client doesn't expose Header Authorization -Larry Shaffer 2014-04-15 +Larry Shaffer 2014-04-15 Bundle any externally linked libs for osgEarth on Mac -Larry Shaffer 2014-04-15 +Larry Shaffer 2014-04-15 Add QtScript to Mac app bundle (now used in WMS provider) @@ -174476,24 +186516,24 @@ Nyall Dawson 2014-04-14 [composer] Correctly handle cancelling shape, overview, grid and page style changes -Juergen E. Fischer 2014-04-14 +Jürgen E. Fischer 2014-04-14 fix crash when triggering already destroyed map layer actions in identify (alternative fix for PR#1319) -Juergen E. Fischer 2014-04-14 +Jürgen E. Fischer 2014-04-14 debian packaging: revert source format -Juergen E. Fischer 2014-04-14 +Jürgen E. Fischer 2014-04-14 add download link to the api documentation -Juergen E. Fischer 2014-04-14 +Jürgen E. Fischer 2014-04-14 wms: add support for svg getmap requests (implements #10060) -Juergen E. Fischer 2014-04-13 +Jürgen E. Fischer 2014-04-13 debian packaging: missed some downstream changes in merge @@ -174509,7 +186549,7 @@ Nyall Dawson 2014-04-13 [composer] Correctly update non-position related item property controls after undo/redo -Nathan Woodrow 2014-04-13 +Nathan Woodrow 2014-04-13 Use message bar for old project message @@ -174536,7 +186576,7 @@ Sandro Mani 2014-04-07 Initially set width and height spinboxes in composition paper setup to disabled (since initial format is A4) -Juergen E. Fischer 2014-04-12 +Jürgen E. Fischer 2014-04-12 don't restart network timeout timer twice (followup a63de6d, partly reverts d7c29ae) @@ -174561,14 +186601,14 @@ Werner Macho 2014-04-10 Signed-off-by: Werner Macho Merge: a1f1b94af4 d2dce59cf0 -Jürgen Fischer 2014-04-10 +Jürgen E. Fischer 2014-04-10 Merge pull request #1314 from manisandro/network_timeout Restart timeout timer when data is received in QgsNetworkAccessManager Merge: 5f19830d9e 25915d7891 -mhugent 2014-04-10 +Marco Hugentobler 2014-04-10 Merge pull request #1305 from manisandro/save_on_new_from_template @@ -174612,7 +186652,7 @@ Nyall Dawson 2014-04-09 Make QgsComposer window WindowModal -Juergen E. Fischer 2014-04-08 +Jürgen E. Fischer 2014-04-08 fix warning @@ -174698,7 +186738,7 @@ Marcel Dancak 2014-04-07 src/mapserver/qgswmsserver.cpp Merge: 3e4b5684eb 1399c6ed07 -mhugent 2014-04-07 +Marco Hugentobler 2014-04-07 Merge pull request #1292 from anitagraser/master @@ -174714,23 +186754,23 @@ Marco Hugentobler 2014-04-06 Re-enable reloading of changed project files -Juergen E. Fischer 2014-04-06 +Jürgen E. Fischer 2014-04-06 fix crash when removing layers with highlighed features -Juergen E. Fischer 2014-04-06 +Jürgen E. Fischer 2014-04-06 german translation update with some translation fixes -Juergen E. Fischer 2014-04-06 +Jürgen E. Fischer 2014-04-06 indentation update -Juergen E. Fischer 2014-04-05 +Jürgen E. Fischer 2014-04-05 debian packaging update: merge downstream debian changes -Juergen E. Fischer 2014-04-06 +Jürgen E. Fischer 2014-04-06 fix warnings @@ -174738,7 +186778,7 @@ Marco Hugentobler 2014-04-06 Re-enable watermark items -Juergen E. Fischer 2014-04-05 +Jürgen E. Fischer 2014-04-05 fix doxygen dot graph warning @@ -174750,11 +186790,11 @@ anitagraser 2014-04-05 fixed SVG markersto work with anchor point=bottom -Larry Shaffer 2014-04-04 +Larry Shaffer 2014-04-04 Fix some logical-not-parentheses warnings thrown by clang 5.1 -Juergen E. Fischer 2014-04-05 +Jürgen E. Fischer 2014-04-05 fix windows build @@ -174805,11 +186845,11 @@ Nyall Dawson 2014-04-03 [tests] Fix composer tests. Rebuild images following MTR rendering changes. Switch tests to use standard test font. -pcav 2014-04-03 +Paolo Cavallini 2014-04-03 Typo in Processing -Juergen E. Fischer 2014-04-03 +Jürgen E. Fischer 2014-04-03 osgeo4w: try ALL_BUILD twice @@ -174831,15 +186871,15 @@ Carl Simonson 2014-04-02 Qt 5 splits QtGui into Gui and Widgets components. Including the individual includes will solve this problem. -Juergen E. Fischer 2014-04-02 +Jürgen E. Fischer 2014-04-02 fix utf string -Juergen E. Fischer 2014-04-02 +Jürgen E. Fischer 2014-04-02 limit alpha -Juergen E. Fischer 2014-04-02 +Jürgen E. Fischer 2014-04-02 remove duplicate license @@ -174946,21 +186986,21 @@ Martin Dobias 2014-03-31 Fix #9923 (broken arrow symbol) Merge: 6852f9e3c0 72457b331f -volaya 2014-03-31 +Víctor Olaya 2014-03-31 Merge pull request #1279 from pka/grass7 [FEATURE] (Processing) Initial Grass 7 support -Victor Olaya 2014-03-31 +Víctor Olaya 2014-03-31 [processing] added new script example (contributed by Michael Douchin) -Victor Olaya 2014-03-31 +Víctor Olaya 2014-03-31 [processing] disable excesive info reporting from otb provider -Juergen E. Fischer 2014-03-31 +Jürgen E. Fischer 2014-03-31 fix regression992 test @@ -174969,7 +187009,7 @@ Alexander Bruy 2014-03-31 [processing] handle same memory error in another algorithm Merge: a191d5bcb6 9ef91a222c -alexbruy 2014-03-31 +Alexander Bruy 2014-03-31 Merge pull request #1280 from anitagraser/patch-1 @@ -175006,13 +187046,13 @@ Werner Macho 2014-03-31 Signed-off-by: Werner Macho Merge: 528d70fbc6 abc7b9b807 -mhugent 2014-03-31 +Marco Hugentobler 2014-03-31 Merge pull request #1267 from mwa/fix_8298_crs_select Fix #8298 ignored first selection in projection selector -Juergen E. Fischer 2014-03-29 +Jürgen E. Fischer 2014-03-29 globe: switch back to QgsMapRenderer @@ -175024,7 +187064,7 @@ Marco Hugentobler 2014-03-30 More changes to qgssldconfigparser.cpp/h -Juergen E. Fischer 2014-03-30 +Jürgen E. Fischer 2014-03-30 fix debian packaging @@ -175038,15 +187078,15 @@ Werner Macho 2014-03-29 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-03-29 +Jürgen E. Fischer 2014-03-29 fix some tests crashes, fix some tests and some mtr updates -Juergen E. Fischer 2014-03-29 +Jürgen E. Fischer 2014-03-29 remove QgsMapCanvas.useImageToRender in db_manager (fixes #9942) -Juergen E. Fischer 2014-03-29 +Jürgen E. Fischer 2014-03-29 fix redirected wms capabilities requests @@ -175077,7 +187117,7 @@ Martin Dobias 2014-03-28 new master splash from #viennacodesprint14 Merge: a82aeb030c 3d44c5934a -Jürgen Fischer 2014-03-28 +Jürgen E. Fischer 2014-03-28 Merge pull request #1275 from sebastic/arm @@ -175189,15 +187229,15 @@ Alexander Bruy 2014-03-27 [processing] skip invalid geometries when performing intersection (fix #9410) -Victor Olaya 2014-03-27 +Víctor Olaya 2014-03-27 [processing] fixed error when running script algorithm from script editor (fixes #9905) -Victor Olaya 2014-03-27 +Víctor Olaya 2014-03-27 [processing] modeler dialog now saves automatically the model before executing it -Victor Olaya 2014-03-27 +Víctor Olaya 2014-03-27 [processing] fixed exporting model to python (replaced 'Processing' reference with 'processing') @@ -175224,15 +187264,15 @@ Radim Blazek 2014-03-27 identify/highlight default constants -Victor Olaya 2014-03-27 +Víctor Olaya 2014-03-27 [processing] added support for multiline strings in scripts -Victor Olaya 2014-03-26 +Víctor Olaya 2014-03-26 [processing]added new example script (contributed by Michael Douchin) -Juergen E. Fischer 2014-03-27 +Jürgen E. Fischer 2014-03-27 fix warnings @@ -175263,12 +187303,12 @@ Carl Simonson 2014-03-26 This change concentrates on the sources in the src directory. There are a few more places in the python directory that can be done later. -Juergen E. Fischer 2014-03-26 +Jürgen E. Fischer 2014-03-26 avoid warning messages on composer arrows without markers Merge: 48b9ccbc69 013f9e96a2 -Jürgen Fischer 2014-03-27 +Jürgen E. Fischer 2014-03-27 Merge pull request #1265 from nyalldawson/postgis_time @@ -175279,7 +187319,7 @@ Alexander Bruy 2014-03-26 [ftools] use int column for point count (fix #9432) Merge: 3d6f17b067 9aab894f58 -mhugent 2014-03-26 +Marco Hugentobler 2014-03-26 Merge pull request #1264 from olivierdalang/fix_9334 @@ -175340,11 +187380,11 @@ Mathias Walker 2014-03-26 fix globe sync extent -Victor Olaya 2014-03-26 +Víctor Olaya 2014-03-26 [processing] improved algorithm filtering in toolbox -Victor Olaya 2014-03-26 +Víctor Olaya 2014-03-26 [processing] fixed display ad handling of optional table fields in parameters panel @@ -175356,7 +187396,7 @@ Alexander Bruy 2014-03-26 [processing] fix handling of optional string arguments (fix #9109, 9120) -Victor Olaya 2014-03-26 +Víctor Olaya 2014-03-26 [processing] added drag&drop support in modeler @@ -175365,7 +187405,7 @@ Mathias Walker 2014-03-26 fix #8298 ignored first selection of recently used CRS in projection selector Merge: a93bef43d3 be8ae5fbfb -volaya 2014-03-26 +Víctor Olaya 2014-03-26 Merge pull request #1235 from m-kuhn/httplib @@ -175381,20 +187421,20 @@ Werner Macho 2014-03-26 Signed-off-by: Werner Macho -Victor Olaya 2014-03-26 +Víctor Olaya 2014-03-26 [processing]do not rebuild thhe whole toolbox tree when filtering or updating -Nathan Woodrow 2014-03-26 +Nathan Woodrow 2014-03-26 [MSSQL] Close database and delete query on close Merge: 20933dedd9 1911232361 -Nathan Woodrow 2014-03-26 +Nathan Woodrow 2014-03-26 Merge remote-tracking branch 'tamas/master' -Larry Shaffer 2014-03-25 +Larry Shaffer 2014-03-25 Add README.rst for labeling unit tests @@ -175441,28 +187481,28 @@ Milena Nowotarska 2014-03-25 translation update pl Merge: e2d01e2e15 7abca16d05 -volaya 2014-03-25 +Víctor Olaya 2014-03-25 Merge pull request #1134 from CS-SI/otb_processing_update OTB processing update Merge: ec0c820a81 90fa359fb7 -volaya 2014-03-25 +Víctor Olaya 2014-03-25 Merge pull request #970 from snorfalorpagus/spatialjoin Ported "Join attributes by location" from fTools to Processing Merge: 44a054dfa5 af55e98a45 -volaya 2014-03-25 +Víctor Olaya 2014-03-25 Merge pull request #1052 from Oslandia/processing_gui_set_values [processing] set droplists if parameter values are already set Merge: 839c3e7560 748d261d21 -Jürgen Fischer 2014-03-25 +Jürgen E. Fischer 2014-03-25 Merge pull request #1262 from nyalldawson/processing_postgis @@ -175493,7 +187533,7 @@ Alexander Bruy 2014-03-25 [processing] add feature count to Statistics by categories output (fix #9871) Merge: af9da1deb4 bb9c9893fd -alexbruy 2014-03-25 +Alexander Bruy 2014-03-25 Merge pull request #1076 from snorfalorpagus/processing_intersection_fix @@ -175520,14 +187560,14 @@ Marco Hugentobler 2014-03-25 Clean up code in qgis_map_serv.cpp Merge: db235c896f 02822d4945 -volaya 2014-03-25 +Víctor Olaya 2014-03-25 Merge pull request #1149 from p0cisk/master [processing]Fix "float division by zero" in polygonize algorithm if no Merge: f29d44e759 bd50701361 -volaya 2014-03-25 +Víctor Olaya 2014-03-25 Merge pull request #1239 from bstroebl/eliminateSmallest @@ -175537,13 +187577,13 @@ Nyall Dawson 2014-03-25 [processing] Add option for converting field names to lowercase for Import to PostGIS algorithm -Larry Shaffer 2014-03-24 +Larry Shaffer 2014-03-24 Add PDF composer output labeling tests setup - Only support for Poppler with Cairo (pdftocairo), since without Cairo a PDF's vectors are not always rendered properly -Larry Shaffer 2014-03-24 +Larry Shaffer 2014-03-24 Rebuild labeling tests control images with smaller size (420 x 280) @@ -175580,15 +187620,15 @@ Martin Dobias 2014-03-24 Remove obsolete label from options dialog -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Fix labeling local server test class setup error -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Add render checker color tolerance to labeling tests -Larry Shaffer 2014-03-22 +Larry Shaffer 2014-03-22 Add render checker color tolerance to sip @@ -175639,7 +187679,7 @@ Werner Macho 2014-03-24 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-03-22 +Jürgen E. Fischer 2014-03-22 german translation update @@ -175650,14 +187690,14 @@ Richard Duivenvoorde 2014-03-23 Signed-off-by: Juergen E. Fischer Merge: e392efab15 c44b091bc5 -Jürgen Fischer 2014-03-22 +Jürgen E. Fischer 2014-03-22 Merge pull request #1221 from luipir/spatialite-savestyle added saveStyle capability to Spatialite Provider - Developed for ARPA Piemonte (Dipartimento Tematico Geologia e Dissesto) Merge: 10ede56e64 d25f85d289 -Jürgen Fischer 2014-03-22 +Jürgen E. Fischer 2014-03-22 Merge pull request #1138 from slarosa/hold_dialog_db_conn @@ -175694,7 +187734,7 @@ Nyall Dawson 2014-03-21 Fix gradient fills using color ramps not respecting symbol transparency -Juergen E. Fischer 2014-03-21 +Jürgen E. Fischer 2014-03-21 show python errors in monospace @@ -175741,7 +187781,7 @@ Nyall Dawson 2014-03-21 Remove invalid/unused anchor point expressions from simple fill data defined expression dialog -Larry Shaffer 2014-03-20 +Larry Shaffer 2014-03-20 Fix some map tool connections, followup to 59a6663 and 6609ca8 @@ -175817,7 +187857,7 @@ Denis Rouzaud 2014-03-18 [joins] display if memory cache is used in layer properties dialog Merge: ef3189e856 f61f250c5d -mhugent 2014-03-18 +Marco Hugentobler 2014-03-18 Merge pull request #1250 from giohappy/master @@ -175831,11 +187871,11 @@ Werner Macho 2014-03-18 translation and typo fixes Merge: bd9bca97af a6067993a9 -pcav 2014-03-18 +Paolo Cavallini 2014-03-18 Merge branch 'master' of github.com:qgis/QGIS -pcav 2014-03-18 +Paolo Cavallini 2014-03-18 Improving IT translation @@ -175873,7 +187913,7 @@ thodoris.vakkas 2014-03-18 el_trans2014031801 Merge: 1a669dc024 f755781cff -alexbruy 2014-03-17 +Alexander Bruy 2014-03-17 Merge pull request #1242 from p0cisk/roadgraph @@ -175932,15 +187972,15 @@ Carl Simonson 2014-03-16 Note that if a conversion to Qt 5 will happen someday, this will have to be done since Qt 5 removes these deprecations. -Juergen E. Fischer 2014-03-15 +Jürgen E. Fischer 2014-03-15 fix warnings -Juergen E. Fischer 2014-03-15 +Jürgen E. Fischer 2014-03-15 fix deprecation annotation of QgsMapRenderer::mapRenderer -Matthias Kuhn 2014-03-14 +Matthias Kuhn 2014-03-14 [spatialite] Update layer statistics after adding new columns Fix #8923 @@ -175949,18 +187989,18 @@ Piotr Pociask 2014-03-14 Fix #9780 Display line layers in Road Graph settings -Larry Shaffer 2014-03-14 +Larry Shaffer 2014-03-14 Add composer svg export label unit tests - Fix composer composition setup to near identical output of canvas->image (finally, expect for symbology, which still seems to be double-antialiased) - Rebuild control images for composer->image output -Juergen E. Fischer 2014-03-14 +Jürgen E. Fischer 2014-03-14 expression: dump binary operations with brackets to break precedence (fixes #9783) -Paolo 2014-03-14 +Paolo Cavallini 2014-03-14 More IT translation fixes @@ -175972,11 +188012,11 @@ Marco Hugentobler 2014-03-14 GeometryAnalyzer: cache geometries in eventLayer function for better performance with 2.x versions -Juergen E. Fischer 2014-03-14 +Jürgen E. Fischer 2014-03-14 german translation fix -Juergen E. Fischer 2014-03-14 +Jürgen E. Fischer 2014-03-14 atlas: don't crash the coverage layer is removed (refs #9779) @@ -175990,11 +188030,11 @@ Werner Macho 2014-03-14 Signed-off-by: Werner Macho -Paolo 2014-03-14 +Paolo Cavallini 2014-03-14 More IT translation fixes -Paolo 2014-03-13 +Paolo Cavallini 2014-03-13 Minor fix to IT translation @@ -176002,7 +188042,7 @@ Bernhard Ströbl 2014-03-13 [FEATURE] (Processing) Eliminate with smallest polygon -Paolo 2014-03-13 +Paolo Cavallini 2014-03-13 Minor fix to IT translation @@ -176014,22 +188054,22 @@ Werner Macho 2014-03-13 translation and typo fixes Merge: 551648f3a6 ed5f7781ba -alexbruy 2014-03-13 +Alexander Bruy 2014-03-13 Merge pull request #1236 from aharfoot/master fix identation in Processing Dissolve tool (fix #9764) add polylines support -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix pinned labels highlight causing forward transformation error by using QgsRubberBand instead -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix label map tool crashes and rotation point calc -Larry Shaffer 2014-03-12 +Larry Shaffer 2014-03-12 Fix pinned labels highlight updating by taking labeling results prior to render completion signal @@ -176037,11 +188077,11 @@ simogeo 2014-03-12 translation and typo fixes -Paolo 2014-03-12 +Paolo Cavallini 2014-03-12 Improved consistency in IT GUI translation -Paolo 2014-03-12 +Paolo Cavallini 2014-03-12 Improved consistency in IT GUI translation @@ -176051,20 +188091,20 @@ unknown 2014-03-12 I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI. -Matthias Kuhn 2014-03-11 +Matthias Kuhn 2014-03-11 Fix typo in options -Matthias Kuhn 2014-03-11 +Matthias Kuhn 2014-03-11 More LongLong fixes Fix #9761 -Juergen E. Fischer 2014-03-11 +Jürgen E. Fischer 2014-03-11 german translation update and translation string fixes -Juergen E. Fischer 2014-03-11 +Jürgen E. Fischer 2014-03-11 german translation update @@ -176076,7 +188116,7 @@ Marco Hugentobler 2014-03-10 [FEATURE]: Consider ValueMap in GetFeatureInfo -Matthias Kuhn 2014-02-22 +Matthias Kuhn 2014-02-22 Add new CMake option: WITH_INTERNAL_HTTPLIB (default True) @@ -176092,7 +188132,7 @@ Werner Macho 2014-03-10 Signed-off-by: Werner Macho Merge: 60e1a9b721 073dbf1748 -Larry Shaffer 2014-03-10 +Larry Shaffer 2014-03-10 Merge pull request #1230 from dakcarto/issue_9704_gdal-qsettings @@ -176102,11 +188142,11 @@ ahuarte47 2014-03-02 #9686: fix simplification of no-closed polygons -Nathan Woodrow 2014-03-10 +Nathan Woodrow 2014-03-10 Add missing Layer Definition in Layer menu -Nathan Woodrow 2014-03-09 +Nathan Woodrow 2014-03-09 Add load and saving a Layer Definition file. Fix #9688 @@ -176129,69 +188169,69 @@ Robert Szczepanek 2014-03-08 [TRANSUP] pl -Larry Shaffer 2014-03-08 +Larry Shaffer 2014-03-08 Fix #9704, GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type -Juergen E. Fischer 2014-03-08 +Jürgen E. Fischer 2014-03-08 add menu option to reset to ui defaults (implements #9746) Merge: a089cff5f7 04f702408e -Larry Shaffer 2014-03-07 +Larry Shaffer 2014-03-07 Merge pull request #1219 from ahuarte47/Issue_9655-1 Fix bug #9655: some polygons not labelled when layer's simplification is on Merge: 9745deae94 0e907298de -alexbruy 2014-03-07 +Alexander Bruy 2014-03-07 Merge pull request #1217 from nirvn/ftool_random_points_fix [ftools] fix random points tool not recognizing memory layer integer column (fix #9695) -Juergen E. Fischer 2014-03-06 +Jürgen E. Fischer 2014-03-06 INSTALL: add note about installation of devscripts to get dch -Larry Shaffer 2014-03-06 +Larry Shaffer 2014-03-06 Add allowable mismatch per group/test for labeling tests -Larry Shaffer 2014-03-06 +Larry Shaffer 2014-03-06 Add allowable mismatch to debug output for render checker -Larry Shaffer 2014-03-04 +Larry Shaffer 2014-03-04 Condense labeling test class inheritance and set up local server params from map settings -Larry Shaffer 2014-03-04 +Larry Shaffer 2014-03-04 Convert label unit tests to using only QgsMapSettings - Rebuild all control images -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Refactor composer label test to work with svg, pdf and multi-resolution classes - Initial (untested) svg and pdf render-to-image setup -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Update label tests to ensure setup happens only once and load/delete only layer to test -Larry Shaffer 2014-02-28 +Larry Shaffer 2014-02-28 Add some functions to Python unit test utilities -Larry Shaffer 2014-02-28 +Larry Shaffer 2014-02-28 PEP8 cleanups for some unit test modules -Juergen E. Fischer 2014-03-06 +Jürgen E. Fischer 2014-03-06 postgres provider: improve value quoting @@ -176203,7 +188243,7 @@ Alvaro Huarte 2014-03-06 #9655: check geometry polygon better -Larry Shaffer 2014-03-05 +Larry Shaffer 2014-03-05 Possible cross-platform fix for app startup unit test @@ -176230,7 +188270,7 @@ Werner Macho 2014-03-05 Signed-off-by: Werner Macho Merge: 8a9cc23ead d59d191d39 -Jürgen Fischer 2014-03-05 +Jürgen E. Fischer 2014-03-05 Merge pull request #1225 from rduivenvoorde/docurlfix @@ -176258,26 +188298,26 @@ Nathan Woodrow 2014-03-05 push a message bar informing user of crs applied to newly added layer missing a crs -Mathieu Pellerin (nirvn) 2014-03-05 +Mathieu Pellerin 2014-03-05 improve the message string and append friendly name (e.g. WGS84) -Mathieu Pellerin (nirvn) 2014-03-05 +Mathieu Pellerin 2014-03-05 push a message bar informing user of crs applied to newly added layer missing crs Merge: 284685715b 99d030d675 -Jürgen Fischer 2014-03-04 +Jürgen E. Fischer 2014-03-04 Merge pull request #1222 from nyalldawson/wms_layer_speed Cache result of checking whether axis should be inverted for wms layers -Juergen E. Fischer 2014-03-04 +Jürgen E. Fischer 2014-03-04 remove more msvc deprecation pragmas -Juergen E. Fischer 2014-03-04 +Jürgen E. Fischer 2014-03-04 add GUI_EXPORT and sip bindings to QgsExtentGroupBox, fix sip binding of QgsRasterLayerSaveAsDialog @@ -176329,23 +188369,23 @@ Marco Hugentobler 2014-03-03 WMS server: fix groups from embedded files if embedded project uses custom drawing order -Juergen E. Fischer 2014-03-03 +Jürgen E. Fischer 2014-03-03 followup aaf6b713: fix commit mixup!? -Juergen E. Fischer 2014-03-03 +Jürgen E. Fischer 2014-03-03 wm(t)s json identify: allow geometryless feature info Merge: 2f2d6ac95b 02c0d58243 -Jürgen Fischer 2014-03-03 +Jürgen E. Fischer 2014-03-03 Merge pull request #1199 from simonsonc/cmake-cleanup-dups Remove duplicate entries from CMake build files Merge: bb7cd4053a 9c5c0650b1 -Jürgen Fischer 2014-03-03 +Jürgen E. Fischer 2014-03-03 Merge pull request #1120 from 3nids/pasteconvertgeom @@ -176366,20 +188406,20 @@ Martin Dobias 2014-03-03 Fix #9456 #9485: Line Offset in symbology generates artifacts -Larry Shaffer 2014-03-01 +Larry Shaffer 2014-03-01 Update qgis/qt/osg plugin Mac-bundled search paths - Ensure Qt plugins path is set before Qt references a plugin, e.g. before splash screen - Strip old Mac-native 'find bundle path' code for simple 'if it is there, use it' code based off of QCoreApplication::applicationDirPath() -Juergen E. Fischer 2014-03-02 +Jürgen E. Fischer 2014-03-02 automatic otfr: * notify on message bar when CRS and OTFR kicks in (refs #9644) * don't automatically change settings of loaded projects -Matthias Kuhn 2014-03-02 +Matthias Kuhn 2014-03-02 Populate attribute editor layout with default (Autogenerate) Fix #9668 @@ -176388,12 +188428,12 @@ Martin Dobias 2014-03-02 Fix #9683 (crash in add feature map tool) -Matthias Kuhn 2014-03-02 +Matthias Kuhn 2014-03-02 [attrtable] Update filter count when filter is reset Fix #9681 -Matthias Kuhn 2014-03-02 +Matthias Kuhn 2014-03-02 [attrtable] Fetch only necessary columns for expression filter @@ -176406,19 +188446,19 @@ Alexander Bruy 2014-03-02 allow to use custom QSettings for managing QgsOptionsDialog parameters. Useful for plugins and custom apps -Juergen E. Fischer 2014-03-02 +Jürgen E. Fischer 2014-03-02 crssync: remove debugging output -Juergen E. Fischer 2014-03-02 +Jürgen E. Fischer 2014-03-02 fix ab105599b -Juergen E. Fischer 2014-03-02 +Jürgen E. Fischer 2014-03-02 german translation update -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 wms provider: * support JSON for feature info @@ -176429,11 +188469,11 @@ Nyall Dawson 2014-03-01 Ensure draw line only inside polygon works correctly with multipolygon rings (fix #9624) -Juergen E. Fischer 2014-02-28 +Jürgen E. Fischer 2014-02-28 german translation update -Juergen E. Fischer 2014-02-28 +Jürgen E. Fischer 2014-02-28 tests: make compareWkt more tolerant towards whitespaces @@ -176482,27 +188522,27 @@ Martin Dobias 2014-02-28 Fix #9658 (crash with diagrams) -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 replace deprecation pragmas with macro (followup 5134ef9a) -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 wms provider: fix feature info (fixes #9630) -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 move timer noise from message log to debug output -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 FindQGIS.cmake: delimitedtextplugin moved to core - look for spatialqueryplugin -Juergen E. Fischer 2014-02-27 +Jürgen E. Fischer 2014-02-27 wmts: show common upper levels in item name (relates to #9492) -Larry Shaffer 2014-02-26 +Larry Shaffer 2014-02-26 Update base labeling unit test class to work with QgsMapSettings @@ -176522,15 +188562,15 @@ ahuarte47 2014-02-21 #9485: OffsetLine uses GEOSOffsetCurve -Juergen E. Fischer 2014-02-26 +Jürgen E. Fischer 2014-02-26 wms: allow image/jpgpng (fixes #9622) -Juergen E. Fischer 2014-02-26 +Jürgen E. Fischer 2014-02-26 expression: and put blank in front of WHEN too (followup 1844d91) -Juergen E. Fischer 2014-02-26 +Jürgen E. Fischer 2014-02-26 expressions: put black in front of ELSE (fixes #9666) @@ -176548,7 +188588,7 @@ Martin Dobias 2014-02-26 Fix #9661 (labels in composer rendered with wrong size) -Juergen E. Fischer 2014-02-26 +Jürgen E. Fischer 2014-02-26 postgres provider: consider TIN and POLYHEDRALSURFACE as MULTIPOLYGONM (instead of POLYGONM) (fixes #9651) @@ -176575,43 +188615,43 @@ Denis Rouzaud 2014-02-26 replace list of snapping markers with a single marker -Mathieu Pellerin (nirvn) 2014-02-26 +Mathieu Pellerin 2014-02-26 [ftools] fix random points tool not recognizing memory layer integer column (fix #9695) -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Ensure local server tests can run on ubuntu, followup to 7b2640d -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Add debian-based setup for local test server -Larry Shaffer 2014-02-25 +Larry Shaffer 2014-02-25 Fix opening test results in browser on Ubuntu -Juergen E. Fischer 2014-02-26 +Jürgen E. Fischer 2014-02-26 fix license display -Juergen E. Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 wms provider: fix WMTS bounding box calculation for crs with inverted axis -Juergen E. Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 wms provider: fix status messages from data items -Juergen E. Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 refine removeLayer() wording -Juergen E. Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 make confirmation on layer deletion optional (fixes #9094) -Juergen E. Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 creatensis.pl: check md5sums @@ -176626,7 +188666,7 @@ Werner Macho 2014-02-25 Signed-off-by: Werner Macho Merge: 48c1b57664 76c39984cd -Jürgen Fischer 2014-02-25 +Jürgen E. Fischer 2014-02-25 Merge pull request #1216 from minorua/georef_bad_alloc @@ -176671,15 +188711,15 @@ William Kyngesburye 2014-02-24 update lib paths for phonon_backends -Larry Shaffer 2014-02-24 +Larry Shaffer 2014-02-24 Fix 'geos_c.h not found' build error on Mac -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 use native file selection in new shapefile dialog (implements #9637) -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 * remove deprecated overloads QgsRasterLayer::lastError() and QgsRasterLayer::lastErrorTitle() * deprecate QgsRasterLayer::previewAsPixmap() (doesn't work in background threads) @@ -176698,7 +188738,7 @@ Juergen E. Fischer 2014-02-24 class QgsRasterLayerRenderer : public QgsMapLayerRenderer -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 don't open the identify dialog beforehand if 'Open feature form, if a single feature is identified' is active and there is only one result (fixes #9631) @@ -176706,7 +188746,7 @@ Etienne Tourigny 2014-02-24 add QgsRasterLayer::previewAsImage() for MTR rendering (see bug 9626) -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 oracle provider: replace rownum=0 with 1=0 to retrieve columns (fixes #9633) @@ -176717,35 +188757,35 @@ Werner Macho 2014-02-24 [TRANSUP] pl: help -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 add 'warning' to the respective python message log tab -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 include qgsmapsettings.h in install -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 fix crash in network access manager (fixes #9626) -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 german translation update -Juergen E. Fischer 2014-02-24 +Jürgen E. Fischer 2014-02-24 fix some deprecation warnings -Juergen E. Fischer 2014-02-23 +Jürgen E. Fischer 2014-02-23 network manager: restore proxy detection -Juergen E. Fischer 2014-02-23 +Jürgen E. Fischer 2014-02-23 indentation update -Juergen E. Fischer 2014-02-23 +Jürgen E. Fischer 2014-02-23 wms provider [hopefully fully adapted to merged threading] * store all given bounding boxes and if available choose the given bbox for the @@ -176754,11 +188794,11 @@ Juergen E. Fischer 2014-02-23 * wmts: show tile matrix size with warnings when the matrix is not large enough to cover the layer extents -Juergen E. Fischer 2014-02-23 +Jürgen E. Fischer 2014-02-23 Include Giovanni in AUTHORS -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 debian packaging fixes * enable globe on jessie @@ -176786,7 +188826,7 @@ Martin Dobias 2014-02-23 src/providers/wms/qgswmsdataitems.cpp tests/src/core/testqgsblendmodes.cpp -Matthias Kuhn 2014-02-23 +Matthias Kuhn 2014-02-23 [fTools] Spatial join aggregates: handle NULL values @@ -176798,7 +188838,7 @@ Etienne Tourigny 2014-02-22 add files for raster histogram (Int16 and Float32) -Larry Shaffer 2014-02-22 +Larry Shaffer 2014-02-22 Define QGIS_MACAPP_BUNDLE in qgsconfig.h so resources can be found when QGIS_MACAPP_BUNDLE=0 @@ -176856,78 +188896,78 @@ Etienne Tourigny 2014-01-30 add option to draw value as boxes, not lines (currently only with qwt6 and Byte data) -Juergen E. Fischer 2014-02-10 +Jürgen E. Fischer 2014-02-10 support wmts layers to browser (implements #9492) -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 restore master spash screen -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 avoid 'overwriting' readonly files (fixes #9617) -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 fix Alvaro's email address (followup 14699030) -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 include Alvaro Huarte in AUTHORS (and . => dot) -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 Bump version to 2.3 -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 release script: tag release and include prefix in tar ball -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix #9393, impossible to select 'regular' font style for labels - While ostensibly fixes the issue, there is still a flaw with QFontDatabase.styleString() returning generic style names -Juergen E. Fischer 2014-02-22 +Jürgen E. Fischer 2014-02-22 fix PyQgsBlendModes test (followup da1ebc269) -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Update labeling unit tests control image and PAL_SUITE test suite generation -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add label svg background unit tests and control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix #9057, offset value misplaced when exporting composer to image - Add unit test and control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add svgSymbolsPath to Python unit test utilities (for defining paths without app instance) -Juergen E. Fischer 2014-02-21 +Jürgen E. Fischer 2014-02-21 osgeo4w: always do a clean build -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Add labeling composer unit tests and control images - Initial support for image output at 72 dpi - Comparison against canvas output has slight shift (needs fixed) -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Update labeling canvas and server unit tests and output new control images -Larry Shaffer 2014-02-21 +Larry Shaffer 2014-02-21 Fix typo in renderchecker output @@ -176953,7 +188993,7 @@ Werner Macho 2014-02-21 pt_PT GUI translations by Nelson Silva Merge: 98401dc066 ddc0f87f3e -mhugent 2014-02-21 +Marco Hugentobler 2014-02-21 Merge pull request #1210 from marcel-dancak/master @@ -176963,7 +189003,7 @@ Marcel Dancak 2014-02-21 Allow LIKE operator in QGIS mapserver's GetFeatureInfo search request (FILTER parameter) -Juergen E. Fischer 2014-02-21 +Jürgen E. Fischer 2014-02-21 raster calculator: exit on error (fix #5075) @@ -176971,31 +189011,31 @@ Alexander Bruy 2014-02-21 russian translation update -Mathieu Pellerin (nirvn) 2014-02-20 +Mathieu Pellerin 2014-02-20 [expression] check for maximum nb of arguments in wordwrap function -Mathieu Pellerin (nirvn) 2014-02-18 +Mathieu Pellerin 2014-02-18 [expression] fix function help following argument ordering shift -Mathieu Pellerin (nirvn) 2014-02-18 +Mathieu Pellerin 2014-02-18 [expression] made wordwrap delimiter string an optional 3rd argument -Mathieu Pellerin (nirvn) 2014-02-17 +Mathieu Pellerin 2014-02-17 [expression] rework the wordwrap to allow for maximum / minimum line length to wrap, fix test and add two more -Mathieu Pellerin (nirvn) 2014-02-17 +Mathieu Pellerin 2014-02-17 [expression] add wordwrap function help file -Mathieu Pellerin (nirvn) 2014-02-17 +Mathieu Pellerin 2014-02-17 [expression] more work on wordwrap function based on wonder-dk comments -Mathieu Pellerin (nirvn) 2014-02-16 +Mathieu Pellerin 2014-02-16 [expression] implement a wordwrap function (feature request #9412) @@ -177009,12 +189049,12 @@ Werner Macho 2014-02-21 Signed-off-by: Werner Macho -Paolo 2014-02-21 +Paolo Cavallini 2014-02-21 Minor improvements to IT translation, for consistency Merge: ba2b61cdb0 d6b009562f -Jürgen Fischer 2014-02-21 +Jürgen E. Fischer 2014-02-21 Merge pull request #1203 from ahuarte47/Issue_9610 @@ -177039,15 +189079,15 @@ Robert Szczepanek 2014-02-20 [TRANSUP] pl -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Fix partial labels unit tests and generate new control images -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Add deleting server cache function to local test server -Larry Shaffer 2014-02-20 +Larry Shaffer 2014-02-20 Add timeout to GetMap for local test server @@ -177070,7 +189110,7 @@ Jean-Roc Morreale 2014-02-20 clean&update translators -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 update changelog, add 2.2 api doc to doxygen and merge news updated compiled by Tim @@ -177105,11 +189145,11 @@ Werner Macho 2014-02-20 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 add wms caching note to QgsRasterDataProvider::draw() -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 vector layer: fix lazy extent calculation (fixes #9608; introduced in 500116bfe) @@ -177122,7 +189162,7 @@ ahuarte47 2014-01-15 #9060: fix bad ellipsoid selection from srs Merge: 35791aacd6 325697dd4b -mhugent 2014-02-20 +Marco Hugentobler 2014-02-20 Merge pull request #1201 from marcel-dancak/master @@ -177164,7 +189204,7 @@ peterisb 2014-02-20 lv trans edits -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 trim whitespaces in changelog @@ -177185,7 +189225,7 @@ Werner Macho 2014-02-20 [TRANSUP] pl -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add missing .qml to local server test @@ -177193,33 +189233,33 @@ Robert Szczepanek 2014-02-19 [TRANSUP] pl -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 add release script -Juergen E. Fischer 2014-02-20 +Jürgen E. Fischer 2014-02-20 indentation update -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Clean up local test server module and add more usage info -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Slightly larger default renderchecker image in html, and fix divide/0 issue if control image is missing -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Update tests to work with new test font functions in QgsFontUtils - Cleanup code style -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add more standard test font functions to QgsFontUtils -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Move loading of test fonts to QgsFontUtils @@ -177227,25 +189267,25 @@ Larry Shaffer 2014-02-19 - Test fonts can now be loaded directly, after startup - Add sip binding and unit tests -Larry Shaffer 2014-02-19 +Larry Shaffer 2014-02-19 Add test-labeling master project and italic, bold-italic test fonts -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Update test font to Vera San and start workaround for Mac 10.9 font-loading bugs - Test font loading should be moved to QgsFontUtils -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Update existing tests to work with new test server -Larry Shaffer 2014-02-18 +Larry Shaffer 2014-02-18 Add getLocalServer and unit test for refactored local test server class -Larry Shaffer 2014-02-17 +Larry Shaffer 2014-02-17 Convert local test server over to controller of web and fcgi servers @@ -177291,7 +189331,7 @@ Werner Macho 2014-02-19 Signed-off-by: Werner Macho Merge: c277f461f8 63d84ec21b -Jürgen Fischer 2014-02-19 +Jürgen E. Fischer 2014-02-19 Merge pull request #1195 from Oslandia/issue9599 @@ -177301,7 +189341,7 @@ Werner Macho 2014-02-19 [TRANSUP] last string update -Paolo 2014-02-19 +Paolo Cavallini 2014-02-19 Minor fix to IT translation @@ -177379,11 +189419,11 @@ Martin Dobias 2014-02-19 just reference to a temporary object! Merge: 10ce9f9c69 94658bf6a8 -pcav 2014-02-19 +Paolo Cavallini 2014-02-19 Merge branch 'master' of github.com:qgis/QGIS -pcav 2014-02-19 +Paolo Cavallini 2014-02-19 Minor edits to IT translation @@ -177423,19 +189463,19 @@ Radim Blazek 2014-02-18 wcs test made to pass -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 third attempt to fix a simple typo -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 dbmanager versioning: use lower case 'sql' language (fixes #9434) -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 network manager: include QGIS version in user-agent string (related to #7361) -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 fix second occurrency too (followup 580f3dc80; fixes #9593) @@ -177443,11 +189483,11 @@ Borys Jurgiel 2014-02-18 [Plugin Installer] More robust xml parsing: fix lonely ampersands. Fixes #9524 -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 fix typo in french translation (fixes #9593) -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 add scripts/dbdiff.sh to compare sqlite3 databases (defaults to srs.db) @@ -177461,20 +189501,20 @@ Marco Hugentobler 2014-02-18 Update srs.db with entries for BeTA2007.gsb (thanks to Robert Nuske) -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 german translation update -Juergen E. Fischer 2014-02-18 +Jürgen E. Fischer 2014-02-18 postgres provider: clear primary key for views (potentially fixes #9590) Merge: 43af9eaf54 6364f1399c -pcav 2014-02-18 +Paolo Cavallini 2014-02-18 Merge branch 'master' of github.com:qgis/QGIS -pcav 2014-02-18 +Paolo Cavallini 2014-02-18 Minor improvements to IT translation @@ -177489,7 +189529,7 @@ Denis Rouzaud 2014-02-18 only add point with left click -Matthias Kuhn 2014-02-18 +Matthias Kuhn 2014-02-18 [relations] Preview expression from relation reference field config dialog Fix #9538 @@ -177498,7 +189538,7 @@ Martin Dobias 2014-02-18 Re-enable geometry simplification while rendering -Nathan Woodrow 2014-02-18 +Nathan Woodrow 2014-02-18 Faster listing of tables for MS SQL @@ -177612,15 +189652,15 @@ ahuarte47 2014-02-17 #9360: More safely calculate the simplification transform factor -Juergen E. Fischer 2014-02-17 +Jürgen E. Fischer 2014-02-17 geometry validation: don't consider touching lines as intersection (fixes #3851, fixes #7501, fixes #9580) -Juergen E. Fischer 2014-02-17 +Jürgen E. Fischer 2014-02-17 network authentication: don't crash if a network request is closed while the credentials dialog is open (fixes #9379) -Juergen E. Fischer 2014-02-17 +Jürgen E. Fischer 2014-02-17 osm: transform extents to EPSG:4326 (fixes #8709) @@ -177639,7 +189679,7 @@ Marcelo Soares Souza 2014-02-17 Some translations (pt_BR) for Monday... -Paolo 2014-02-17 +Paolo Cavallini 2014-02-17 IT translation completed @@ -177679,7 +189719,7 @@ Robert Szczepanek 2014-02-16 [TRANSUP] pl: QObject -Juergen E. Fischer 2014-02-17 +Jürgen E. Fischer 2014-02-17 postgres provider: fix detection of character fields (related to #8481) @@ -177702,11 +189742,11 @@ Borys Jurgiel 2014-02-16 [Plugin Manager] Fix window title update -Juergen E. Fischer 2014-02-16 +Jürgen E. Fischer 2014-02-16 main: fix installation of qt translator -Juergen E. Fischer 2014-02-16 +Jürgen E. Fischer 2014-02-16 network manager: support system proxy settings on windows (fixes #8600) @@ -177716,7 +189756,7 @@ Martin Dobias 2014-02-16 Currently the bbox must have syntax bbox($geometry, geomFromWKT('...')) -Mathieu Pellerin (nirvn) 2014-02-16 +Mathieu Pellerin 2014-02-16 [composer] fix vertical spacing of hidden layer title in legend items (fix #9498) @@ -177769,11 +189809,11 @@ Robert Szczepanek 2014-02-15 [TRANSUP] pl: QObject -Juergen E. Fischer 2014-02-15 +Jürgen E. Fischer 2014-02-15 wms: use titles in layer name (fixes #4002) -Juergen E. Fischer 2014-01-29 +Jürgen E. Fischer 2014-01-29 wmts: use title instead of identifier (fixes #9391) @@ -177820,7 +189860,7 @@ Nyall Dawson 2014-02-15 [composer] Fix loading atlas settings from pre 2.2 projects (fix #9567) -Juergen E. Fischer 2014-02-14 +Jürgen E. Fischer 2014-02-14 fix warnings @@ -177828,7 +189868,7 @@ anitagraser 2014-02-15 added new splash for 2.2 -Larry Shaffer 2014-02-14 +Larry Shaffer 2014-02-14 Fix 'geos_c.h not found' build error on Mac @@ -177856,7 +189896,7 @@ Leyan 2014-02-14 replace list of snapping markers with a single marker -Matthias Kuhn 2014-02-14 +Matthias Kuhn 2014-02-14 VL properties/Fields: Remember folder of last used .ui @@ -177876,12 +189916,12 @@ Martin Dobias 2014-02-14 Removed dead legend code -pcav 2014-02-14 +Paolo Cavallini 2014-02-14 IT translation almost finished Merge: a81befc596 2bd75b6fed -pcav 2014-02-14 +Paolo Cavallini 2014-02-14 Merge branch 'master' of github.com:qgis/QGIS @@ -177908,16 +189948,16 @@ Werner Macho 2014-02-14 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-02-13 +Jürgen E. Fischer 2014-02-13 geometry less features: update add feature tool in digitizing toolbar and icon in attribute table (fixes #8262) -Juergen E. Fischer 2014-02-13 +Jürgen E. Fischer 2014-02-13 paste features: don't skip primary key fields, use default value if present, otherwise value of pasted feature (fixes #9489) -Juergen E. Fischer 2014-02-13 +Jürgen E. Fischer 2014-02-13 merge attributes: new vector api can skip attributes - use default value for skipped field (fixes #5758) @@ -177991,7 +190031,7 @@ Robert Szczepanek 2014-02-12 [TRANSUP] pl: Oracle, Sponsors -Juergen E. Fischer 2014-02-13 +Jürgen E. Fischer 2014-02-13 dbmanager: fix 'load as new layer' (fixes #9548) @@ -178004,15 +190044,15 @@ Salvatore Larosa 2014-02-12 [processing] fixes #9328: addressed: http://hub.qgis.org/issues/9328 -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 dxf export: add extension (fixes #9544) -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 styles: explictly save symbol XML in UTF-8 (fixes #9045) -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 german translation update @@ -178020,7 +190060,7 @@ Radim Blazek 2014-02-12 identify resutlts dialog: always keep minimum QgsIdentifyResultsWebView height -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 ogr provider: write numeric data in C locale (fixes #8332) @@ -178028,11 +190068,11 @@ Marcelo Soares Souza 2014-02-12 Updating the translation to Portuguese-Brazil (pt_BR) -pcav 2014-02-12 +Paolo Cavallini 2014-02-12 Minor edits to IT translation -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 * speed up undo of attribute added with field calculator (fixes #9509) * also improves performance of FilterFid requests in edit mode @@ -178052,11 +190092,11 @@ Robert Szczepanek 2014-02-11 [TRANSUP] pl: CptCity, Split -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 osgeo4w: run filetype registration with elevated rights -Juergen E. Fischer 2014-02-12 +Jürgen E. Fischer 2014-02-12 vector layer: fix attributeAdded signal don't assume new attributes are added at end, because in case of joins @@ -178065,7 +190105,7 @@ Juergen E. Fischer 2014-02-12 field calculator: prepare expression again after attribute was added (fixes #9320) -Juergen E. Fischer 2014-02-11 +Jürgen E. Fischer 2014-02-11 oracle provider: improve date/time support @@ -178079,7 +190119,7 @@ Martin Dobias 2014-02-11 Fix #9459 (layer fails to render when rule-based symbology make use of $atlasfeatureid) -Paolo 2014-02-11 +Paolo Cavallini 2014-02-11 IT translation update @@ -178135,7 +190175,7 @@ Werner Macho 2014-02-11 update fr ui -Juergen E. Fischer 2014-02-11 +Jürgen E. Fischer 2014-02-11 postgres provider: convert M to Z geometries (fixes #9032) @@ -178153,11 +190193,11 @@ D'Hont René-Luc 2014-02-10 OpenLayers can't decode GetFeature response because QGS_NAMESPACE was not well formed -Juergen E. Fischer 2014-02-10 +Jürgen E. Fischer 2014-02-10 debian packaging update -Juergen E. Fischer 2014-02-10 +Jürgen E. Fischer 2014-02-10 wfs: catch end of selected features (fixes #8979) @@ -178184,7 +190224,7 @@ Nyall Dawson 2014-02-10 [composer] Improve logic for pan shortcuts (fix #8957) -Juergen E. Fischer 2014-02-10 +Jürgen E. Fischer 2014-02-10 geometry: add some null pointer checks (fixes #8433) @@ -178269,7 +190309,7 @@ Radim Blazek 2014-02-09 highlight made transparent for other layers again -Sandro Santilli 2014-02-09 +Sandro Santilli 2014-02-09 Fix type of "face_seed" layer in TopoViewer @@ -178300,7 +190340,7 @@ Tomas 2014-02-09 Lithuanian translation update -Juergen E. Fischer 2014-02-09 +Jürgen E. Fischer 2014-02-09 german translation update @@ -178315,11 +190355,11 @@ Alexander Bruy 2014-02-09 russian translation update -Juergen E. Fischer 2014-02-09 +Jürgen E. Fischer 2014-02-09 indentation update -Juergen E. Fischer 2014-02-09 +Jürgen E. Fischer 2014-02-09 expressions: only quote when necessary (fixes tests; followup 915f5c1a) @@ -178362,16 +190402,16 @@ Nyall Dawson 2014-02-08 Use case insensitive check for image filename extension (fix #9482) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 fix #9515 -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 vector layer: save old attribute values where available to speedup undo (and rollback) (fixes #9509) field calculator & app: use wait cursor while calculating and committing or rolling back -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 identify results: fix value map updates (fixes #8818) dual view: avoid empty undo commands @@ -178380,7 +190420,7 @@ vmora 2014-02-08 demonstrate bug in qgsexpression -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Pass extent of loaded views to the provider via URI @@ -178390,23 +190430,23 @@ Sandro Santilli 2014-02-08 NOTE: the commit also adds a layer for face's MBR, which serves the purpose (among others) to allow for easy computing extent. -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 vector layer: don't crash on missing labels in invalid layers la(fix #9514) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 expression: quote node column ref in dumps (fixes #9513) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 vector layer: calculate extents lazily (fixes #9510) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 map canvas: delay paint event 500ms on resize (fixes #2798) -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Pass wkbType and SRID of loaded views to the provider via URI @@ -178414,21 +190454,21 @@ Sandro Santilli 2014-02-08 Unfortunately there's no way to also pass in the Extent, so loading is still slow. -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 postgres provider: speedup loading of layers by not verifing srid and geometry if given in the uri (fixes #9510) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 fix offset curve crash (fixes #9446) -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Fix loading of face layers after breaking it with 73b49867 Fix #9510 again -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Update TopoViewer style templates to 2.2.0 version @@ -178438,16 +190478,16 @@ Martin Dobias 2014-02-08 Fix #9501 (expression crash when $geometry is used without a feature) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 enable geometry changing polygon tools only when 'change geometry' capability is available. OGR's postgresql driver apparently doesn't support geometry updates (fixes #9468) -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 don't warn about missing translation for C locale -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Reword "Only look in the layer registries" option @@ -178458,7 +190498,7 @@ Sandro Santilli 2014-02-08 Fix #8730 -Sandro Santilli 2014-02-08 +Sandro Santilli 2014-02-08 Speed up topology loading @@ -178486,23 +190526,23 @@ Robert Szczepanek 2014-02-07 [TRANSUP] pl: context_help -Juergen E. Fischer 2014-02-08 +Jürgen E. Fischer 2014-02-08 debian packaging fix -Juergen E. Fischer 2014-02-07 +Jürgen E. Fischer 2014-02-07 also update links in translation files -Juergen E. Fischer 2014-02-07 +Jürgen E. Fischer 2014-02-07 update qgis.org links -Larry Shaffer 2014-02-07 +Larry Shaffer 2014-02-07 Fix compile error -Paolo 2014-02-07 +Paolo Cavallini 2014-02-07 IT translation @@ -178518,11 +190558,11 @@ Martin Dobias 2014-02-07 being auto-generated. With the fix, if the user did not set any value (i.e. it is NULL), the value will be set to provider's default (and thus use the sequence generator) -Paolo 2014-02-07 +Paolo Cavallini 2014-02-07 Added an IT translator -Juergen E. Fischer 2014-02-07 +Jürgen E. Fischer 2014-02-07 debian packaging update (trusty) @@ -178627,19 +190667,19 @@ Robert Szczepanek 2014-02-06 [TRANSUP] pl: WMS -Juergen E. Fischer 2014-02-06 +Jürgen E. Fischer 2014-02-06 fix doxygen warning -Juergen E. Fischer 2014-02-06 +Jürgen E. Fischer 2014-02-06 memory provider: add more native types (fixes #9371) -Juergen E. Fischer 2014-02-06 +Jürgen E. Fischer 2014-02-06 postgres provider: fix saving of multigeometries to tables without geometry_columns entry -Juergen E. Fischer 2014-02-05 +Jürgen E. Fischer 2014-02-05 debian packaging update @@ -178746,15 +190786,15 @@ Robert Szczepanek 2014-02-04 [TRANSUP] pl: QgsOracle Merge: 97cd1206bf da4c429237 -Paolo 2014-02-03 +Paolo Cavallini 2014-02-03 Merge branch 'master' of github.com:qgis/QGIS -Paolo 2014-02-03 +Paolo Cavallini 2014-02-03 Updated IT translation -Sandro Santilli 2014-02-03 +Sandro Santilli 2014-02-03 Fix query to detect postgis topology availability. @@ -178882,7 +190922,7 @@ Alexia Mondot 2014-01-17 add ParameterMultipleExternalInput parameter type Merge: d050b0a8f4 db1192f151 -Jürgen Fischer 2014-01-31 +Jürgen E. Fischer 2014-01-31 Merge pull request #1131 from ahuarte47/Issue_8725R-ST_SnapToGrid @@ -178903,7 +190943,7 @@ ahuarte47 2014-01-31 #8725R: Replace ST_Simplify by ST_SnapToGrid -Matthias Kuhn 2014-01-30 +Matthias Kuhn 2014-01-30 [ftools] S'part to M'part with non-string columns and NULL values Fix #8625 @@ -178914,18 +190954,18 @@ Werner Macho 2014-01-30 Signed-off-by: Werner Macho -Matthias Kuhn 2014-01-30 +Matthias Kuhn 2014-01-30 [attrtable] No checks when the model is not based on a request Huge speedup Fix #9315 -Matthias Kuhn 2014-01-30 +Matthias Kuhn 2014-01-30 [attrtable] Only update table at the end of an edit command Fix #9315 -Juergen E. Fischer 2014-01-30 +Jürgen E. Fischer 2014-01-30 fix QgsGeometry::moveVertex on polygon (fixes #9442) @@ -179002,12 +191042,12 @@ Werner Macho 2014-01-29 Signed-off-by: Werner Macho -Matthias Kuhn 2014-01-29 +Matthias Kuhn 2014-01-29 [attrtable] Don't update sort column cache when unaffected Fix #9424 -Juergen E. Fischer 2014-01-29 +Jürgen E. Fischer 2014-01-29 * fix QgsGeometry::moveVertex for multipolygons() * add test for QgsGeometry::addPart() @@ -179018,7 +191058,7 @@ Etienne Tourigny 2014-01-29 fix gdaltools getRasterSRS() and use gdalsrsinfo with gdal >= 1.9 -Juergen E. Fischer 2014-01-29 +Jürgen E. Fischer 2014-01-29 postgres provider: don't look for topology layers without topology support (fixes #9453) @@ -179069,7 +191109,7 @@ Robert Szczepanek 2014-01-28 [TRANSUP] pl: WidgetGradient, QgsRel Merge: 2dabba4530 6cd0fa165f -mhugent 2014-01-28 +Marco Hugentobler 2014-01-28 Merge pull request #1104 from leyan/projectCRS @@ -179127,15 +191167,15 @@ Robert Szczepanek 2014-01-27 [TRANSUP] pl: ScriptEditor, SettingsDialogPython, Widget.. -Juergen E. Fischer 2014-01-28 +Jürgen E. Fischer 2014-01-28 sip fixes -Juergen E. Fischer 2014-01-27 +Jürgen E. Fischer 2014-01-27 german translation update and translation string fix -Paolo 2014-01-27 +Paolo Cavallini 2014-01-27 Update of IT GUI translation - thanks Stefano Campus @@ -179150,15 +191190,15 @@ asiersarasua 2014-01-27 Basque translation update -Nathan Woodrow 2014-01-27 +Nathan Woodrow 2014-01-27 Fix windows build -Nathan Woodrow 2014-01-27 +Nathan Woodrow 2014-01-27 Dump CASE correctly in QgsExpression::dump() -Nathan Woodrow 2014-01-23 +Nathan Woodrow 2014-01-23 Drop margins on expression builder @@ -179176,11 +191216,11 @@ Werner Macho 2014-01-27 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-01-27 +Jürgen E. Fischer 2014-01-27 sip documentation fix -Juergen E. Fischer 2014-01-27 +Jürgen E. Fischer 2014-01-27 update sip bindings II @@ -179206,7 +191246,7 @@ ahuarte47 2014-01-27 #9429: no validate featureIds using all feature collection -Juergen E. Fischer 2014-01-26 +Jürgen E. Fischer 2014-01-26 update sip bindings @@ -179239,11 +191279,11 @@ Werner Macho 2014-01-26 Signed-off-by: Werner Macho -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 make sure the symbology-ng db can be copied in qgis_stylev2test -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 debian packaging fix @@ -179252,19 +191292,19 @@ Giuseppe Sucameli 2014-01-22 remove leading dir separator from symbol path when it's relative, SLD: remove file schema from OnlineResource tag's path -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 use qIsNaN to test for NaNs -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 update CODING, regenerate t2t, include CODING.html -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 fix doxygen warnings -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 fix QgsGeometry::asMultiPoint() (followup 6bbd17c2; fixes #9423) @@ -179272,15 +191312,15 @@ Robert Szczepanek 2014-01-24 [TRANSUP] pl: plugin manager, options -Larry Shaffer 2014-01-24 +Larry Shaffer 2014-01-24 Fix globe plugin crash at launch on Mac -Juergen E. Fischer 2014-01-25 +Jürgen E. Fischer 2014-01-25 postgres provider: don't try to detect geometry type or srid, if it's already known (fixes #9421) -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix windows build @@ -179293,7 +191333,7 @@ Radim Blazek 2014-01-24 fixed horizontal and vertical marker line fill using maximum markers interval, fixes partially #8975 Merge: 95c3c6ff29 ef001fdc8b -mhugent 2014-01-24 +Marco Hugentobler 2014-01-24 Merge pull request #1110 from mwa/dev_labeling_from_sld @@ -179308,7 +191348,7 @@ Mathias Walker 2014-01-24 read labeling from SLD Merge: 6ca57f9d90 37efe9198b -Jürgen Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 Merge pull request #1108 from Oslandia/remove_dead_code_in_qgssinglesymbolrendererv2 @@ -179324,26 +191364,26 @@ Radim Blazek 2014-01-24 fix line pattern fill misalignements, fixes #8974 -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix duplicate translation in several translation files -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix build with internal spatialite (followup 0d2c564cf; fixes #9417) -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix deleteVertex for POLYGON and MULTILINESTRING Merge: c3f4befa3b fb08949319 -volaya 2014-01-24 +Víctor Olaya 2014-01-24 Merge pull request #992 from fsdias/master Fix Relative_distribution_(distance_covariate).rsx -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix nightly build and cppcheck in qwtpolar-0.1 (followup 0d2c564c) @@ -179375,19 +191415,19 @@ Robert Szczepanek 2014-01-23 [TRANSUP] pl -Juergen E. Fischer 2014-01-24 +Jürgen E. Fischer 2014-01-24 fix windows build (fixes #9416) -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 german translation update -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 fix mersenne-twister warnings -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 QgsGeometry refactoring: * rework wkb parsing using Qgs(Const)WkbPtr @@ -179398,25 +191438,25 @@ Juergen E. Fischer 2014-01-23 * fixes insertion of first vertex into linestrings * fixes inserting into multipolygons -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 fix source path stripping in debug messages -Juergen E. Fischer 2014-01-21 +Jürgen E. Fischer 2014-01-21 add QgsDistanceArea tests and enhance QgsGeometry tests a bit (in preparation for a QgsGeometry wkb update) -Juergen E. Fischer 2014-01-21 +Jürgen E. Fischer 2014-01-21 implement more cppcheck suggestions -Juergen E. Fischer 2014-01-21 +Jürgen E. Fischer 2014-01-21 fix QGis::featureType output Merge: db7cddfc84 f9c5ee0c07 -Larry Shaffer 2014-01-23 +Larry Shaffer 2014-01-23 Merge pull request #1091 from 3nids/uioptionbase2 @@ -179446,7 +191486,7 @@ Tim Sutton 2014-01-23 Fix bug #8725R: no check simplification topology for point geometries in postgis provider Merge: 810773a608 31c933330b -mhugent 2014-01-23 +Marco Hugentobler 2014-01-23 Merge pull request #1105 from mwa/fix_expression_from_ogc_filter @@ -179485,12 +191525,12 @@ MORREALE Jean-Roc 2014-01-23 French translation update -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 cleanup 3568fe7 Merge: 3568fe761e 80b44a7685 -Jürgen Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 Merge pull request #1083 from Oslandia/fix_max_on_joined_fields @@ -179521,7 +191561,7 @@ Robert Szczepanek 2014-01-23 [TRANSUP] pl: Globe, expr.editor -Juergen E. Fischer 2014-01-23 +Jürgen E. Fischer 2014-01-23 fix build with GDAL <=1.9 @@ -179548,7 +191588,7 @@ Werner Macho 2014-01-22 [TRANSUP] pt_PT -Nathan Woodrow 2014-01-22 +Nathan Woodrow 2014-01-22 Add saving of recent expressions. Fix #6091 @@ -179567,7 +191607,7 @@ Alvaro Huarte 2014-01-22 #87525R: refactoring and minor changes Merge: f2d0100d5d f79dfa1551 -Jürgen Fischer 2014-01-22 +Jürgen E. Fischer 2014-01-22 Merge pull request #1087 from ahuarte47/Issue_9360R @@ -179621,11 +191661,11 @@ Werner Macho 2014-01-21 [TRANSUP] pl: Atlas, Composer Merge: 061dcceeeb 03d1e2b529 -Paolo 2014-01-21 +Paolo Cavallini 2014-01-21 Merge branch 'master' of github.com:qgis/QGIS -Paolo 2014-01-21 +Paolo Cavallini 2014-01-21 First update of IT GUI translation @@ -179653,7 +191693,7 @@ Nyall Dawson 2014-01-20 polygon. Allows for creation of "national geographic" style borders on maps where a thick border does not overlap into neighbouring polygons. -Larry Shaffer 2014-01-20 +Larry Shaffer 2014-01-20 Ensure binaries run through install_name_tool are user-writable during bundling on Mac @@ -179680,7 +191720,7 @@ ahuarte47 2014-01-20 #8725R: remove rendering panel for points layer -Juergen E. Fischer 2014-01-20 +Jürgen E. Fischer 2014-01-20 debian packaging update @@ -179688,7 +191728,7 @@ Denis Rouzaud 2014-01-20 feature action: fix crash at launch -Juergen E. Fischer 2014-01-20 +Jürgen E. Fischer 2014-01-20 wms provider: also include SCALE parameter for UMN mapserver (followup 7e17a841) @@ -179775,52 +191815,52 @@ ahuarte47 2014-01-19 #9360R: fix bad ogr simplification -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 german translation update -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 debian packaging update -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 update sip some bindings -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 fix typos, indentation and some warnings Merge: bf814c20d1 b7612f27e9 -Larry Shaffer 2014-01-18 +Larry Shaffer 2014-01-18 Merge pull request #1082 from 3nids/uioptionbase UI: dialog base: add current category to dialog title if in icon only mode -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 indentation update -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 fix warnings -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 ogr geometry simplifier: - stick to C API - enable simplification only with GDAL >=1.9 -Juergen E. Fischer 2014-01-18 +Jürgen E. Fischer 2014-01-18 debian packaging update: reenable globe plugin on debian unstable -Larry Shaffer 2014-01-17 +Larry Shaffer 2014-01-17 Fix FindQScintilla module for non-standard install locations -Juergen E. Fischer 2014-01-17 +Jürgen E. Fischer 2014-01-17 wms-c: don't crash if tile matrix set isn't available anymore (fixes #9361) @@ -179832,7 +191872,7 @@ Marco Hugentobler 2014-01-17 Use new unit conversion function to calculate dxf line width -Juergen E. Fischer 2014-01-17 +Jürgen E. Fischer 2014-01-17 german translation update @@ -179857,14 +191897,14 @@ Marco Hugentobler 2014-01-14 Export labels to dxf Merge: 8c9f41cfa1 47d253e0a8 -mhugent 2014-01-17 +Marco Hugentobler 2014-01-17 Merge pull request #1056 from ahuarte47/Issue_9060_B [Feature]: Centralize conversion units in one unique function Merge: 71360c3cf7 cc13f9d002 -Jürgen Fischer 2014-01-17 +Jürgen E. Fischer 2014-01-17 Merge pull request #1086 from ahuarte47/Issue_9360 @@ -179878,7 +191918,7 @@ Werner Macho 2014-01-17 [TRANSUP] Prepare ts files for new Release -Juergen E. Fischer 2014-01-17 +Jürgen E. Fischer 2014-01-17 followup f33c4904d3b: add Q_DECL_DEPRECATED and sip annotation to hasCrsTransformEnabled signal @@ -179900,7 +191940,7 @@ Werner Macho 2014-01-17 Lithuanian translation update -Juergen E. Fischer 2014-01-17 +Jürgen E. Fischer 2014-01-17 CRS axis inversion retrieval update: - back to OGRGetAxis() as OSREPSGTreatsAsNorthingEasting() was introduced with @@ -179917,7 +191957,7 @@ Tomas 2014-01-17 Lithuanian translation update Merge: 2db44a599e 2af29d18a7 -Jürgen Fischer 2014-01-16 +Jürgen E. Fischer 2014-01-16 Merge pull request #1081 from ahuarte47/Issue_9345 @@ -179958,7 +191998,7 @@ Denis Rouzaud 2014-01-15 UI: remove top labels, use collapsible groupboxes, and other small improvements -Juergen E. Fischer 2014-01-16 +Jürgen E. Fischer 2014-01-16 add header installation of simplify methods @@ -180006,7 +192046,7 @@ Denis Rouzaud 2014-01-15 make icons more consistent in relation editor widget -Matthias Kuhn 2014-01-15 +Matthias Kuhn 2014-01-15 Fix warnings @@ -180148,7 +192188,7 @@ Denis Rouzaud 2014-01-15 remove outline of items in list widget when they have focus Merge: 89a774a391 0f8a99e550 -Jürgen Fischer 2014-01-15 +Jürgen E. Fischer 2014-01-15 Merge pull request #1049 from lynxlynxlynx/master @@ -180276,15 +192316,15 @@ Werner Macho 2014-01-14 Signed-off-by: Werner Macho -Matthias Kuhn 2014-01-13 +Matthias Kuhn 2014-01-13 Simplified 173e1d7 -Matthias Kuhn 2014-01-13 +Matthias Kuhn 2014-01-13 Fix warning -Matthias Kuhn 2014-01-13 +Matthias Kuhn 2014-01-13 [attrtable] Force default selection color (regardless of window focus) Fix #8205 @@ -180309,7 +192349,7 @@ Tim Sutton 2014-01-13 Added notes on merging pull requests based on Matthias's message in mailing list. -Juergen E. Fischer 2014-01-13 +Jürgen E. Fischer 2014-01-13 german translation update @@ -180325,11 +192365,11 @@ Radim Blazek 2014-01-12 highlight identified feature using real feature shape -Juergen E. Fischer 2014-01-12 +Jürgen E. Fischer 2014-01-12 avoid saving OGR layer to the very same OGR layer (fixes #9221) -Juergen E. Fischer 2014-01-12 +Jürgen E. Fischer 2014-01-12 fix warnings @@ -180348,11 +192388,11 @@ Marco Hugentobler 2014-01-12 wms server: call getStyles from getStyle -elpaso 2014-01-09 +Alessandro Pasotti 2014-01-09 GetStyles: changed layers list from mapLayerFromTypeName to mapLayerFomStyle -elpaso 2014-01-09 +Alessandro Pasotti 2014-01-09 Fix #9314 @@ -180794,7 +192834,7 @@ Werner Macho 2014-01-10 Signed-off-by: Werner Macho -Matthias Kuhn 2014-01-10 +Matthias Kuhn 2014-01-10 Fix vectorlayercache test @@ -180821,7 +192861,7 @@ D'Hont René-Luc 2014-01-08 [Processing] Headless scriptability little enhanced -Juergen E. Fischer 2014-01-10 +Jürgen E. Fischer 2014-01-10 reduce debugging noise in attribute table (fixes #9315) @@ -180829,7 +192869,7 @@ Radim Blazek 2014-01-09 missing QgsDistanceArea.setSourceCrs() in SIP -Matthias Kuhn 2014-01-09 +Matthias Kuhn 2014-01-09 Categorized renderer: fix memory leak @@ -180844,12 +192884,12 @@ Etienne Tourigny 2014-01-09 add checkbox to invert color ramps in graduated and categorized symbology -Juergen E. Fischer 2014-01-09 +Jürgen E. Fischer 2014-01-09 indentation update Merge: 9b0652f0fe 1f9c378c77 -mhugent 2014-01-09 +Marco Hugentobler 2014-01-09 Merge pull request #1058 from elpaso/master @@ -180867,11 +192907,11 @@ Salvatore Larosa 2014-01-07 [pyqgis-console] fixes save as action in editor -Juergen E. Fischer 2014-01-08 +Jürgen E. Fischer 2014-01-08 creatensis.pl: default arch to x86_64 -Juergen E. Fischer 2014-01-08 +Jürgen E. Fischer 2014-01-08 fix windows build (also syncs QgsComposition sip binding) @@ -180880,17 +192920,17 @@ jtornero 2013-11-15 [composer] Add nautical miles support to scalebar, more rational default scale Merge: eaf1f38137 2155dd8c3d -Jürgen Fischer 2014-01-07 +Jürgen E. Fischer 2014-01-07 Merge pull request #1060 from ahuarte47/Issue_9308 Bug #9308: fix impossible to remove a group in the legend -Larry Shaffer 2014-01-07 +Larry Shaffer 2014-01-07 Fix Mac build -Nathan Woodrow 2014-01-08 +Nathan Woodrow 2014-01-08 Change to darker background for side bar. No Frame for list widget @@ -180902,7 +192942,7 @@ Radim Blazek 2014-01-07 check if feature has geometry in memory provider iterator, fixes #9309 -elpaso 2014-01-07 +Alessandro Pasotti 2014-01-07 Fix #8727 @@ -180911,18 +192951,18 @@ Etienne Tourigny 2014-01-07 add checkbox to invert color ramps in graduated and categorized symbology Merge: 6eb72c718b f8247fabda -elpaso 2014-01-07 +Alessandro Pasotti 2014-01-07 GetStyles implementation Merge: 0b1049880e 6eb72c718b -Jürgen Fischer 2014-01-07 +Jürgen E. Fischer 2014-01-07 Merge pull request #1057 from elpaso/master Fix #9306 -elpaso 2014-01-07 +Alessandro Pasotti 2014-01-07 Fix #9306 @@ -180930,15 +192970,15 @@ Marco Hugentobler 2014-01-07 Dxf export: more precision for doubles -elpaso 2014-01-07 +Alessandro Pasotti 2014-01-07 Fix for segfault -elpaso 2014-01-07 +Alessandro Pasotti 2014-01-07 Fix #9306 and getStyles -Matthias Kuhn 2014-01-07 +Matthias Kuhn 2014-01-07 Always emit signal when attribute values change Fix #9268 @@ -180955,7 +192995,7 @@ Nyall Dawson 2014-01-07 [composer] Tweak interface for atlas previews, fix occasional wrong extent in atlas previews. -Juergen E. Fischer 2014-01-07 +Jürgen E. Fischer 2014-01-07 fix crash in mapserver (introduced with 1215d0b01) @@ -180966,15 +193006,15 @@ D'Hont René-Luc 2014-01-06 In the project properties OWS tab, the user can select the layers he would like to publish in a Web Coverage Service. -Nathan Woodrow 2014-01-07 +Nathan Woodrow 2014-01-07 Fix side bar colour issue on Linux -Juergen E. Fischer 2014-01-07 +Jürgen E. Fischer 2014-01-07 german translation fix -Nathan Woodrow 2014-01-03 +Nathan Woodrow 2014-01-03 Update to new style side bar style for dialogs. @@ -180983,7 +193023,7 @@ Nathan Woodrow 2014-01-03 - Icon size is read from settings - Option to disable in options dialog -elpaso 2014-01-06 +Alessandro Pasotti 2014-01-06 Initial GetStyles implementation, still segfaults @@ -181011,20 +193051,20 @@ Nyall Dawson 2014-01-06 Fix warnings -Juergen E. Fischer 2014-01-05 +Jürgen E. Fischer 2014-01-05 rephrase support (fixes #9294) -Juergen E. Fischer 2014-01-05 +Jürgen E. Fischer 2014-01-05 german translation update -Juergen E. Fischer 2014-01-03 +Jürgen E. Fischer 2014-01-03 fix most cppcheck warnings and implement suggestions also update and sync some sip interfaces -Juergen E. Fischer 2014-01-05 +Jürgen E. Fischer 2014-01-05 debian packaging update: also disable globe in sid-oracle @@ -181036,7 +193076,7 @@ D'Hont René-Luc 2014-01-05 add a test on return 0 as CRS Id and to set a default CRS with the last in the OWS Tab CRS list. -Matthias Kuhn 2014-01-05 +Matthias Kuhn 2014-01-05 Change debug message level of CRS debug messages to keep the compiler warnings clean. @@ -181068,7 +193108,7 @@ Nyall Dawson 2014-01-04 Add method for estimating the maximum amount a symbol bleeds out of the drawn polygon. Eg, half of the border width is actually drawn outside of a rectangle. Calculated values are an estimate only since the symbology may be affected by data defined parameters. -Juergen E. Fischer 2014-01-03 +Jürgen E. Fischer 2014-01-03 postgres provider: - fix connection cleanup from threads @@ -181076,7 +193116,7 @@ Juergen E. Fischer 2014-01-03 fixes #9280 (adapted PR#1051) -Juergen E. Fischer 2014-01-03 +Jürgen E. Fischer 2014-01-03 fix msvc warnings @@ -181084,27 +193124,27 @@ Tim Sutton 2014-01-03 Updated coding guide to include some info on pull requests -Nathan Woodrow 2014-01-03 +Nathan Woodrow 2014-01-03 Fix typo -Nathan Woodrow 2014-01-02 +Nathan Woodrow 2014-01-02 Filter params and output before use. Use Enurmerate to count rows -Nathan Woodrow 2014-01-01 +Nathan Woodrow 2014-01-01 Use count function -Nathan Woodrow 2014-01-01 +Nathan Woodrow 2014-01-01 Use set for getFields -Nathan Woodrow 2014-01-03 +Nathan Woodrow 2014-01-03 Reduce margins on processing toolbox -Nathan Woodrow 2014-01-03 +Nathan Woodrow 2014-01-03 Fix #9271 - Decrease step for symbol properties @@ -181127,11 +193167,11 @@ Alvaro Huarte 2014-01-02 #9094-R: Use ',' and '.' keys similar to '<' and '>' keys -Nathan Woodrow 2014-01-02 +Nathan Woodrow 2014-01-02 Fix build error -Juergen E. Fischer 2014-01-01 +Jürgen E. Fischer 2014-01-01 datum transformations: - copy descriptions, preference and deprecation from GDAL @@ -181145,7 +193185,7 @@ Juergen E. Fischer 2014-01-01 ALTER TABLE tbl_datum_transform ADD deprecated boolean; ALTER TABLE tbl_datum_transform ADD area_of_use_code varchar; -Juergen E. Fischer 2014-01-01 +Jürgen E. Fischer 2014-01-01 postgres provider changes: - ignore infinite filter rectangles @@ -181223,7 +193263,7 @@ Nyall Dawson 2014-01-01 [tests] Update all expected images based on composer tests. Prior to c3ec3b2d75 composer exports had a 1 pixel slightly-gray row at the bottom of images. After c3ec3b2d75 this bottom row is now a slightly transparent white row. The underlying issue causing this row still needs to be fixed, but in the meantime this gets composer tests passing again. -Juergen E. Fischer 2013-12-31 +Jürgen E. Fischer 2013-12-31 fix build error on precise @@ -181404,11 +193444,11 @@ Nyall Dawson 2013-12-29 Rework composition checker to derive from render checker, so that composition tests can have anomoly images -Juergen E. Fischer 2013-12-28 +Jürgen E. Fischer 2013-12-28 german translation update -Juergen E. Fischer 2013-12-28 +Jürgen E. Fischer 2013-12-28 Fix typos (fixes #9261) @@ -181419,13 +193459,13 @@ Werner Macho 2013-12-28 update fr ui -Matthias Kuhn 2013-12-28 +Matthias Kuhn 2013-12-28 Add attribute dialog: Hide Length/Precision labels when unavailable Fix #9259 Merge: 4b9edc77dd 720871c154 -volaya 2013-12-28 +Víctor Olaya 2013-12-28 Merge pull request #1043 from anitagraser/master @@ -181461,7 +193501,7 @@ Salvatore Larosa 2013-12-27 [georeferencer] reset world file checkbox when transformation differ from Linear (Fixes #9251) -Matthias Kuhn 2013-12-26 +Matthias Kuhn 2013-12-26 Safety checks for classification algorithms (Fix #9252) @@ -181473,12 +193513,12 @@ Nyall Dawson 2013-12-22 [composer] Ensure that extent of new map items is centered on current centre of map -Victor Olaya 2013-12-20 +Víctor Olaya 2013-12-20 [processing] minor cosmetic change Merge: 0ad5cc9548 a09892f1bb -volaya 2013-12-20 +Víctor Olaya 2013-12-20 Merge pull request #1031 from rldhont/headless_processing @@ -181552,11 +193592,11 @@ Marco Hugentobler 2013-12-18 Fix bugs in dxf symbology export -Matthias Kuhn 2013-12-18 +Matthias Kuhn 2013-12-18 [relations] Fix autogenerated feature forms -Matthias Kuhn 2013-12-18 +Matthias Kuhn 2013-12-18 [relations] No crash when clicking remove with no selection Fix #9224 @@ -181568,7 +193608,7 @@ ahuarte47 2013-12-09 Clears temporal objects to avoid crash trying to resume node editing and disconnects signals to avoid repetitive connects -Juergen E. Fischer 2013-12-18 +Jürgen E. Fischer 2013-12-18 german translation update @@ -181631,34 +193671,34 @@ ahuarte47 2013-11-25 #9094: Del-key perfom 'delete selected features' -Juergen E. Fischer 2013-12-18 +Jürgen E. Fischer 2013-12-18 fix warnings -Juergen E. Fischer 2013-12-17 +Jürgen E. Fischer 2013-12-17 fix warnings -Juergen E. Fischer 2013-12-17 +Jürgen E. Fischer 2013-12-17 indentation update Merge: accd06dcb9 32d4af2dc5 -Jürgen Fischer 2013-12-17 +Jürgen E. Fischer 2013-12-17 Merge pull request #1028 from ahuarte47/Issue_9191 Bug #9191-#9190: fix enable/disable issues of buttons Merge: 17cd09a8a7 4a75a95a36 -Jürgen Fischer 2013-12-17 +Jürgen E. Fischer 2013-12-17 Merge pull request #1032 from etiennesky/vsifile-relative fix project saving and reading of vsizip paths (fixes #6369) Merge: 052b2ebcb9 91953562bb -mhugent 2013-12-17 +Marco Hugentobler 2013-12-17 Merge pull request #980 from ahuarte47/Issue_8725-OGR @@ -181858,7 +193898,7 @@ Alvaro Huarte 2013-12-16 #9191: More fixes Merge: b192f642d1 2573cc2f3d -mhugent 2013-12-16 +Marco Hugentobler 2013-12-16 Merge pull request #1025 from rldhont/wcs @@ -181886,7 +193926,7 @@ Nyall Dawson 2013-12-16 [composer] Make map rectangle preview text a bit more subtle Merge: 27bea19978 d13245190d -volaya 2013-12-15 +Víctor Olaya 2013-12-15 Merge pull request #1026 from anitagraser/working @@ -181896,11 +193936,11 @@ Nyall Dawson 2013-12-16 [composer] Fix overview extent not being drawn on composer outputs if map is set to Rectangle preview mode -Juergen E. Fischer 2013-12-15 +Jürgen E. Fischer 2013-12-15 german translation update and one translation string fix -Juergen E. Fischer 2013-12-15 +Jürgen E. Fischer 2013-12-15 fix warnings @@ -181935,7 +193975,7 @@ Alvaro Huarte 2013-12-12 #8725: Refactoring to simplifier classes -Juergen E. Fischer 2013-12-12 +Jürgen E. Fischer 2013-12-12 debian packaging update @@ -181951,26 +193991,26 @@ D'Hont René-Luc 2013-12-10 We (3Liz) are implementing the Web Coverage Service (WCS version 1.0.0) support in QGIS-Server. -Juergen E. Fischer 2013-12-11 +Jürgen E. Fischer 2013-12-11 WMS: try to interpret response to map requests always as image (fixes #9197) -Juergen E. Fischer 2013-12-11 +Jürgen E. Fischer 2013-12-11 fix warning -Juergen E. Fischer 2013-12-11 +Jürgen E. Fischer 2013-12-11 a unit to network cache size label (fixes #9189) Merge: 36c2f7f3a8 bce3588d2a -mhugent 2013-12-11 +Marco Hugentobler 2013-12-11 Merge pull request #1019 from nyalldawson/random_colors Tweak random color ramp for nicer colors -Juergen E. Fischer 2013-12-11 +Jürgen E. Fischer 2013-12-11 WMS/OWS: - add service type to window title (implements #9192) @@ -181989,14 +194029,14 @@ Marco Hugentobler 2013-12-10 Add license header for dxfexportdialog Merge: c21c90a076 f848396a58 -mhugent 2013-12-10 +Marco Hugentobler 2013-12-10 Merge pull request #1023 from 3nids/dxfgeomlayer [DXF] do not list layer without geometry Merge: fc247672b0 3f37d24979 -mhugent 2013-12-10 +Marco Hugentobler 2013-12-10 Merge pull request #1022 from 3nids/dxfunselectall @@ -182048,11 +194088,11 @@ Etienne Tourigny 2013-12-09 gdal merge tool: make sure -a_nodata is only added with gdal>=1.9 -Matthias Kuhn 2013-12-09 +Matthias Kuhn 2013-12-09 Road graph: don't show 25D data as valid input layers -Matthias Kuhn 2013-12-09 +Matthias Kuhn 2013-12-09 Road graph plugin: don't crash with 25D input layers Fix #9174 @@ -182075,19 +194115,19 @@ Werner Macho 2013-12-08 Signed-off-by: Werner Macho -Juergen E. Fischer 2013-12-07 +Jürgen E. Fischer 2013-12-07 different fix for 5a1bcf3 -Juergen E. Fischer 2013-12-06 +Jürgen E. Fischer 2013-12-06 also fix building of tests (followup 5a1bcf38) -Juergen E. Fischer 2013-12-06 +Jürgen E. Fischer 2013-12-06 fix build error on windows and some warnings -Juergen E. Fischer 2013-12-06 +Jürgen E. Fischer 2013-12-06 add script to list github pull request (assignments) @@ -182108,7 +194148,7 @@ Marco Hugentobler 2013-12-06 Dxf export for ellipse symbol layer -Matthias Kuhn 2013-12-06 +Matthias Kuhn 2013-12-06 [ogr] Only call repack when closing a data provider Fix #8822 @@ -182117,7 +194157,7 @@ Marco Hugentobler 2013-12-06 Write dxf circle -Matthias Kuhn 2013-12-06 +Matthias Kuhn 2013-12-06 Attribute edit widgets LongLong support Fix #9145 @@ -182130,11 +194170,11 @@ Marco Hugentobler 2013-12-06 Draw default point symbol if dxf export not supported by marker symbol -Juergen E. Fischer 2013-12-06 +Jürgen E. Fischer 2013-12-06 fix warning -Juergen E. Fischer 2013-12-05 +Jürgen E. Fischer 2013-12-05 german translation update @@ -182158,7 +194198,7 @@ Radim Blazek 2013-12-05 raster projector improved, also fixes #9101 -Juergen E. Fischer 2013-12-05 +Jürgen E. Fischer 2013-12-05 Disable filter if search checkbox is unticked in database selection dialogs (fixes #9168) @@ -182168,7 +194208,7 @@ Marco Hugentobler 2013-12-05 Merge branch 'master' of github.com:qgis/Quantum-GIS Merge: f428c869a9 57d124b9c0 -mhugent 2013-12-05 +Marco Hugentobler 2013-12-05 Merge pull request #1014 from 3nids/issue9138 @@ -182179,7 +194219,7 @@ Marco Hugentobler 2013-12-05 Merge branch 'master' of github.com:qgis/Quantum-GIS -Matthias Kuhn 2013-12-05 +Matthias Kuhn 2013-12-05 Safety check when joining before accessing fields Fix #9166 @@ -182189,7 +194229,7 @@ Marco Hugentobler 2013-12-05 Merge branch 'symbology_copy_paste' -Matthias Kuhn 2013-12-05 +Matthias Kuhn 2013-12-05 Cleanup methods for providers (implemented for GDAL and OGR) Fix #8932 @@ -182207,13 +194247,13 @@ Tim Sutton 2013-12-05 [cmake] Fix warnings. Merge: e1186f164d 2c4018b66e -mhugent 2013-12-05 +Marco Hugentobler 2013-12-05 Merge pull request #1017 from matthias-kuhn/dattrans Be less verbose in datum transformation -Matthias Kuhn 2013-11-21 +Matthias Kuhn 2013-11-21 Be less verbose in datum transformation @@ -182232,11 +194272,11 @@ Werner Macho 2013-12-03 translation update_ gr by theodoris -Juergen E. Fischer 2013-12-03 +Jürgen E. Fischer 2013-12-03 ouch - fix bc825b4b4 -Juergen E. Fischer 2013-12-03 +Jürgen E. Fischer 2013-12-03 fix lpad/rpad (fixes #9158) @@ -182248,7 +194288,7 @@ thodoris.vakkas 2013-12-03 Commit20131203 -Juergen E. Fischer 2013-12-03 +Jürgen E. Fischer 2013-12-03 dbmanager: include materialized views (implements #9127) @@ -182256,11 +194296,11 @@ Marco Hugentobler 2013-12-03 [FEATURE]: Add a color ramp class which generates random colors on-the-fly -Matthias Kuhn 2013-11-29 +Matthias Kuhn 2013-11-29 [relations] When loading invalid relations from a project, tag them as such -Matthias Kuhn 2013-11-28 +Matthias Kuhn 2013-11-28 AttributeForm: Create a dummy button box for intercepting ok clicks when the ok button is hidden and the accept was actually triggered @@ -182268,7 +194308,7 @@ Matthias Kuhn 2013-11-28 logic without changes. Fixes #8885 -Matthias Kuhn 2013-11-28 +Matthias Kuhn 2013-11-28 [relations] Support for .ui file dialogs @@ -182324,19 +194364,19 @@ Radim Blazek 2013-11-30 use white color for raster nodata -Juergen E. Fischer 2013-11-30 +Jürgen E. Fischer 2013-11-30 debian packaging update -Juergen E. Fischer 2013-11-30 +Jürgen E. Fischer 2013-11-30 indentation update -Juergen E. Fischer 2013-11-30 +Jürgen E. Fischer 2013-11-30 set minimum Qt version to 4.7 and remove #ifdef code depending on prior versions -Juergen E. Fischer 2013-11-30 +Jürgen E. Fischer 2013-11-30 fix warning @@ -182379,12 +194419,12 @@ Marco Hugentobler 2013-11-27 Add epsg_nr to datum transform table -Juergen E. Fischer 2013-11-27 +Jürgen E. Fischer 2013-11-27 don't allow slashes in http connection names (fixes #9131) Merge: ea47e6f8a2 eedab4f4ca -volaya 2013-11-27 +Víctor Olaya 2013-11-27 Merge pull request #1003 from rduivenvoorde/processingtweaks @@ -182414,7 +194454,7 @@ Tomas 2013-11-26 Lithuanian translation update Merge: 55f860638d c8c2ba2801 -Jürgen Fischer 2013-11-26 +Jürgen E. Fischer 2013-11-26 Merge pull request #1000 from matthias-kuhn/filewriter @@ -182424,7 +194464,7 @@ Marco Hugentobler 2013-11-26 Change symbol layer dxf method signature and make first test with a data defined property -Matthias Kuhn 2013-11-26 +Matthias Kuhn 2013-11-26 [globe] Add vertical scale (Requires osgEarth >= 2.5) @@ -182439,7 +194479,7 @@ Werner Macho 2013-11-25 update fr ui -Juergen E. Fischer 2013-11-25 +Jürgen E. Fischer 2013-11-25 change default refresh key to F5 (implements #9085) @@ -182450,7 +194490,7 @@ MORREALE Jean-Roc 2013-11-25 update french translation -Juergen E. Fischer 2013-11-25 +Jürgen E. Fischer 2013-11-25 wmts: add a default style entry if the server doesn't provide any (fixes #8401) @@ -182470,7 +194510,7 @@ Marco Hugentobler 2013-11-25 Fix finalize statement and close srs.db -Matthias Kuhn 2013-11-25 +Matthias Kuhn 2013-11-25 Don't crash when iterating cached features @@ -182478,7 +194518,7 @@ Marco Hugentobler 2013-11-25 Implement write lines in dxf engine -Matthias Kuhn 2013-11-25 +Matthias Kuhn 2013-11-25 API documentation @@ -182486,11 +194526,11 @@ Marco Hugentobler 2013-11-25 Cleanup code structure, move code to central functions -Matthias Kuhn 2013-11-25 +Matthias Kuhn 2013-11-25 Close CachedFeatureWriterIterator when requested -Matthias Kuhn 2013-11-25 +Matthias Kuhn 2013-11-25 Ellipse marker support for color expressions (Fix #9114) @@ -182498,11 +194538,11 @@ Sylvain Maillard 2013-11-25 update french translation -Juergen E. Fischer 2013-11-24 +Jürgen E. Fischer 2013-11-24 indentation update -Juergen E. Fischer 2013-11-24 +Jürgen E. Fischer 2013-11-24 german translation update @@ -182510,7 +194550,7 @@ Sylvain Maillard 2013-11-24 update french translation -Nathan Woodrow 2013-11-23 +Nathan Woodrow 2013-11-23 Add $atlasfeatureid and $atlasgeometry @@ -182549,15 +194589,15 @@ Jean-Roc Morreale 2013-11-22 fetch new strings for french translation -Matthias Kuhn 2013-11-22 +Matthias Kuhn 2013-11-22 Fixup:e9a37e9 -Matthias Kuhn 2013-11-22 +Matthias Kuhn 2013-11-22 Fix translation error -Matthias Kuhn 2013-11-22 +Matthias Kuhn 2013-11-22 Don't crash when iterating empty cache @@ -182627,7 +194667,7 @@ Marco Hugentobler 2013-11-21 Implement diamond simple marker -Matthias Kuhn 2013-11-21 +Matthias Kuhn 2013-11-21 QgsRectangle API comment fixes @@ -182639,7 +194679,7 @@ Marco Hugentobler 2013-11-21 Clean up dxf export sources -Juergen E. Fischer 2013-11-21 +Jürgen E. Fischer 2013-11-21 merge INSTALL changes to doc/INSTALL.t2t, update INSTALL.html link and rerun txt2tags @@ -182647,7 +194687,7 @@ Werner Macho 2013-11-21 [saveas] changes to default sqlite/spatialite values -Matthias Kuhn 2013-11-19 +Matthias Kuhn 2013-11-19 [saveas] Hide senseless options for sqlite @@ -182655,7 +194695,7 @@ Werner Macho 2013-11-19 [saveas] UI changes -Matthias Kuhn 2013-11-16 +Matthias Kuhn 2013-11-16 [saveas] Cleanup for Save As GUI @@ -182667,7 +194707,7 @@ Werner Macho 2013-10-24 updates to ui and help -Matthias Kuhn 2013-09-15 +Matthias Kuhn 2013-09-15 [saveas] Template for the driver options @@ -182679,7 +194719,7 @@ ahuarte47 2013-11-20 #8725: Improvements in strings -Matthias Kuhn 2013-11-20 +Matthias Kuhn 2013-11-20 Heavier use of feature caching for fully populated caches When a feature cache is set to "FullCache" mode, it will answer @@ -182748,15 +194788,15 @@ Yves Jacolin 2013-11-18 Typo in the en sentence -Paolo 2013-11-18 +Paolo Cavallini 2013-11-18 More typos in IT GUI translation -Paolo 2013-11-18 +Paolo Cavallini 2013-11-18 Several typos and improvements to IT GUI translation -pcav 2013-11-18 +Paolo Cavallini 2013-11-18 Increased number of decimaps for GDAL Contour @@ -182768,15 +194808,15 @@ Marco Hugentobler 2013-11-18 Fix proj string manipulation for reverse datum transformations -Juergen E. Fischer 2013-11-18 +Jürgen E. Fischer 2013-11-18 postgres: use st_estimatedextent with postgis >= 2.1 (fixes #9011) -Juergen E. Fischer 2013-11-17 +Jürgen E. Fischer 2013-11-17 WMS: improve support for legend graphics -Juergen E. Fischer 2013-11-17 +Jürgen E. Fischer 2013-11-17 fix warnings @@ -182797,7 +194837,7 @@ ahuarte47 2013-11-15 Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR -Juergen E. Fischer 2013-11-15 +Jürgen E. Fischer 2013-11-15 WMS: - don't let failing (optional) GetLegendGraphic request block every following @@ -182805,28 +194845,28 @@ Juergen E. Fischer 2013-11-15 - don't refresh legend symbology everytime the extent changes (ie. don't GetLegendGraphic again and again) -Matthias Kuhn 2013-11-15 +Matthias Kuhn 2013-11-15 [attrtable] Minimize feature requests on load (Fix #8851) -Matthias Kuhn 2013-11-15 +Matthias Kuhn 2013-11-15 Fix crash when showing form with definition for deleted widget (Fix #9064) -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [globe] Cache for osgearth < 2.2 -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [globe] Use 4-digits for year in the date picker widget -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [globe] Add SkyNode configuration options -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 Print error message, when syncDatumTransform sqlite query fails @@ -182834,7 +194874,7 @@ Marco Hugentobler 2013-11-14 Apply Larrys fix for datum transform sync -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [attrtable] Be less verbose by default in debug mode @@ -182842,23 +194882,23 @@ Marco Hugentobler 2013-11-14 Use AC1009 only -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [composer] Fix python bindings for composer attribute table -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 Fix warnings -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [globe] Enable caching -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [globe] Base layer configuration option (TMS only) -Matthias Kuhn 2013-11-14 +Matthias Kuhn 2013-11-14 [spatialite] Don't crash with NULL geometries (Fix #8739) @@ -182869,7 +194909,7 @@ Werner Macho 2013-11-14 update french translation -Juergen E. Fischer 2013-11-14 +Jürgen E. Fischer 2013-11-14 report found Qt version on build @@ -182884,11 +194924,11 @@ ahuarte47 2013-11-14 http://hub.qgis.org/projects/quantum-gis/repository/revisions/af73f30c27b5ee4860842d79eb59ad3b584e0965 -Juergen E. Fischer 2013-11-14 +Jürgen E. Fischer 2013-11-14 ogr provider: actually only use relevant fields in feature iterator (fixes #9062) -Juergen E. Fischer 2013-11-12 +Jürgen E. Fischer 2013-11-12 spatialite: update more infinite where clauses (followup 371f9ba17) @@ -182923,7 +194963,7 @@ MarieSilvestre 2013-11-13 fr: some updates on translation -Nathan Woodrow 2013-11-13 +Nathan Woodrow 2013-11-13 Return expression string from QgsExpression::expression(). Don't use ::dump() @@ -182947,7 +194987,7 @@ Marco Hugentobler 2013-11-12 In case PROJ_LIB is set, disable grid shifts if .gsb file are not there -Matthias Kuhn 2013-11-12 +Matthias Kuhn 2013-11-12 [globe] Re-Enable sync extent button and disable home button The home button was a duplicate of the globe in the center of the @@ -182961,22 +195001,22 @@ Marco Hugentobler 2013-11-12 Add missing license headers -Matthias Kuhn 2013-08-26 +Matthias Kuhn 2013-08-26 [globe] Fix extent synchronisation -Juergen E. Fischer 2013-11-12 +Jürgen E. Fischer 2013-11-12 [FEATURE] leave backup when saving projects Merge: 3d0b28649e 761314197c -volaya 2013-11-12 +Víctor Olaya 2013-11-12 Merge pull request #986 from p0cisk/processing_crs [processing] Add crs selection panel to scripts -Larry Shaffer 2013-11-11 +Larry Shaffer 2013-11-11 [globe] Make OSG_PLUGINS_PATH CMake option functional on Mac @@ -182989,7 +195029,7 @@ Salvatore Larosa 2013-11-11 [georeferencer] does not ask for output file when word file checkbox is checked - restore settings for word file checkbox -Victor Olaya 2013-11-11 +Víctor Olaya 2013-11-11 [processing] R improvements @@ -183012,15 +195052,15 @@ ahuarte47 2013-11-11 Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR -Juergen E. Fischer 2013-11-11 +Jürgen E. Fischer 2013-11-11 don't use infinite in spatialite where clauses -Juergen E. Fischer 2013-11-11 +Jürgen E. Fischer 2013-11-11 fix moc warning -Juergen E. Fischer 2013-11-11 +Jürgen E. Fischer 2013-11-11 don't crash when transforming between the same CRSes and update map renderer sip bindings @@ -183032,11 +195072,11 @@ Marco Hugentobler 2013-11-11 Option to remember selected datum transformations -Matthias Kuhn 2013-11-11 +Matthias Kuhn 2013-11-11 [composer] Fix crash when removing item group -Matthias Kuhn 2013-11-10 +Matthias Kuhn 2013-11-10 [globe] Set a more appropriate home viewpoint @@ -183057,11 +195097,11 @@ Marco Hugentobler 2013-11-08 Bugfix datum transformation -Paolo 2013-11-08 +Paolo Cavallini 2013-11-08 Better formatting for D&D designer dialog -Paolo 2013-11-08 +Paolo Cavallini 2013-11-08 Fixes to IT GUI translation @@ -183097,7 +195137,7 @@ Marco Hugentobler 2013-11-07 Use defined datum transform also in server and fix datum transform related bugs -Nathan Woodrow 2013-11-07 +Nathan Woodrow 2013-11-07 Set currentfeature expression variable for Atlas printing. Fix #8766 @@ -183121,7 +195161,7 @@ Werner Macho 2013-11-06 Lithuanian translation update -Juergen E. Fischer 2013-11-07 +Jürgen E. Fischer 2013-11-07 only show dpi mode label in connection dialog for wms (fixes #9021) @@ -183141,11 +195181,11 @@ giohappy 2013-11-04 fixed MMQGIS Extract by attributes -Victor Olaya 2013-11-06 +Víctor Olaya 2013-11-06 [processing] allow geometry types to be specified when defining inputs in scripts -Victor Olaya 2013-11-06 +Víctor Olaya 2013-11-06 simplified features method in vector tools @@ -183157,7 +195197,7 @@ Marco Hugentobler 2013-11-06 Implement line width and symbol level support -Juergen E. Fischer 2013-11-06 +Jürgen E. Fischer 2013-11-06 fix warning @@ -183165,16 +195205,16 @@ Alexander Bruy 2013-11-06 restore retry variable, removed in 4f937ae667 -Juergen E. Fischer 2013-11-05 +Jürgen E. Fischer 2013-11-05 use title as default name for WMTS layers (implements #8984) -Juergen E. Fischer 2013-11-05 +Jürgen E. Fischer 2013-11-05 oracle provider: optionally use extents from metadata table (implements #8850) Merge: e18dcbf751 872e500679 -mhugent 2013-11-05 +Marco Hugentobler 2013-11-05 Merge pull request #984 from BioEcoForests/master @@ -183185,7 +195225,7 @@ Marco Hugentobler 2013-11-05 Add dxf export gui and menu entry in qgisapp Merge: eb6ca1e098 2bf0b2e901 -mhugent 2013-11-05 +Marco Hugentobler 2013-11-05 Merge pull request #640 from mhugent/labeling_performance @@ -183214,7 +195254,7 @@ Alvaro Huarte 2013-11-04 Disable the simplification of geometries when the render request comes from a print composition to avoid rendering quality issues -Matthias Kuhn 2013-11-04 +Matthias Kuhn 2013-11-04 [globe] Add Anti-Aliasing option (Enabled by default) @@ -183226,7 +195266,7 @@ Marco Hugentobler 2013-11-04 Support multilines / polygons / multipolygons (as closed linestrings for now) -Matthias Kuhn 2013-11-04 +Matthias Kuhn 2013-11-04 [cmake] Fix warnings. See http://www.cmake.org/Bug/view.php?id=14441 @@ -183242,7 +195282,7 @@ ahuarte47 2013-11-04 'AA' disabling for '1-pixel geometries' uses the layer simplification configuration -Juergen E. Fischer 2013-11-04 +Jürgen E. Fischer 2013-11-04 add link to 2.0 api documentation @@ -183315,7 +195355,7 @@ Marco Hugentobler 2013-11-01 Add null grid transformation if necessary -Juergen E. Fischer 2013-10-31 +Jürgen E. Fischer 2013-10-31 debian packaging: disable globe plugin while libopenscenegraph-dev is uninstallable(followup 78be54c8c; see debian #728318) @@ -183338,7 +195378,7 @@ Marco Hugentobler 2013-10-31 Ask datum transformation if vector layer is saved in another CRS -Matthias Kuhn 2013-10-31 +Matthias Kuhn 2013-10-31 [Expression] redirect duplicate QString expression() to QString dump() @@ -183346,7 +195386,7 @@ Marco Hugentobler 2013-10-31 Remove debug code -Matthias Kuhn 2013-10-31 +Matthias Kuhn 2013-10-31 Add expression constructor to QgsFeatureRequest @@ -183366,7 +195406,7 @@ Marco Hugentobler 2013-10-31 Dxf color palette -Larry Shaffer 2013-10-31 +Larry Shaffer 2013-10-31 Increase number of allowed open files on Mac @@ -183381,7 +195421,7 @@ nyalldawson 2013-10-31 Switch composer select/move icon to more appropriate icon -Juergen E. Fischer 2013-10-31 +Jürgen E. Fischer 2013-10-31 optionally use base url for WMTS GetTile requests (implements #8595) @@ -183389,7 +195429,7 @@ nyalldawson 2013-10-31 Add shortcuts for raise/lower/bring to front/back for composer, fix some other composer shortcuts -Nathan Woodrow 2013-10-30 +Nathan Woodrow 2013-10-30 Save precision correctly for composer map. Fix #8963 @@ -183406,14 +195446,14 @@ Alexander Bruy 2013-10-29 [processing] fix issue wil multiple selection Merge: 9832ed9927 ab1766c179 -mhugent 2013-10-29 +Marco Hugentobler 2013-10-29 Merge pull request #976 from nyalldawson/composer_zoom_marquee2 Composer zoom improvements v2 Merge: ac0c5d1bd2 d47e128948 -mhugent 2013-10-29 +Marco Hugentobler 2013-10-29 Merge pull request #978 from nyalldawson/composer_statusbar @@ -183456,7 +195496,7 @@ Martin Dobias 2013-10-29 Plugin layers: added support for legend symbology items -Juergen E. Fischer 2013-10-29 +Jürgen E. Fischer 2013-10-29 translation string fix and german translation update @@ -183467,7 +195507,7 @@ Werner Macho 2013-10-28 update french translation -Matthias Kuhn 2013-10-28 +Matthias Kuhn 2013-10-28 [globe] Fix clipping problems when close to the ground @@ -183587,15 +195627,15 @@ nyalldawson 2013-10-27 Remove button bar from composer -Nathan Woodrow 2013-10-26 +Nathan Woodrow 2013-10-26 Add switch for handling pasting WKT from clipboard -Juergen E. Fischer 2013-10-26 +Jürgen E. Fischer 2013-10-26 fix build error -Nathan Woodrow 2013-10-25 +Nathan Woodrow 2013-10-25 Read WKT from system clipboard and create geometry on paste @@ -183610,16 +195650,16 @@ Marco Bernasocchi 2013-09-28 Fix #5170 Explanation see: http://trac.osgeo.org/geos/ticket/535#comment:11 -Juergen E. Fischer 2013-10-24 +Jürgen E. Fischer 2013-10-24 fix crash in legend -Juergen E. Fischer 2013-10-24 +Jürgen E. Fischer 2013-10-24 indentation update and a few fixed typos Merge: fc74f6674c f6a6a0c017 -Jürgen Fischer 2013-10-24 +Jürgen E. Fischer 2013-10-24 Merge pull request #966 from luipir/SITA3-WmsGetLegendGraphicManagement @@ -183637,11 +195677,11 @@ ahuarte47 2013-10-24 Feature #8725: Fix dpi bug -Paolo 2013-10-23 +Paolo Cavallini 2013-10-23 Comment on the IT GUI translation -Juergen E. Fischer 2013-10-23 +Jürgen E. Fischer 2013-10-23 [FEATURE] add option to make layer with identified features active @@ -183671,7 +195711,7 @@ Alvaro Huarte 2013-10-23 I have pending show in the properties form of layer a check for enable/disable the simplification -Juergen E. Fischer 2013-10-22 +Jürgen E. Fischer 2013-10-22 [FEATURE] - make wms dpi mode configurable (fixes #8929) @@ -183679,7 +195719,7 @@ Juergen E. Fischer 2013-10-22 - allow setting of User-Agent (fixes #7361) - show error messages on WMS GetCapabilities -Juergen E. Fischer 2013-10-22 +Jürgen E. Fischer 2013-10-22 spatialite provider: fix requests with attribute subsets @@ -183689,7 +195729,7 @@ Alvaro Huarte 2013-10-22 Fix compile errors: include "std::limits" -Juergen E. Fischer 2013-10-21 +Jürgen E. Fischer 2013-10-21 osgeo4w: fix packaging scripts for 32bit systems @@ -183714,7 +195754,7 @@ nyalldawson 2013-10-21 Fix precision problems with composer marquee select by using a QRectF instead of a QRect for marquee bounds Merge: 0f82df1ef2 91c8a3cd22 -mhugent 2013-10-20 +Marco Hugentobler 2013-10-20 Merge pull request #901 from sbrunner/legend-rule @@ -183730,11 +195770,11 @@ ahuarte47 2013-10-21 View Table of test results in 'http://hub.qgis.org/issues/8725' -Juergen E. Fischer 2013-10-20 +Jürgen E. Fischer 2013-10-20 ILIKE function help fix and german translation update -Juergen E. Fischer 2013-10-20 +Jürgen E. Fischer 2013-10-20 osgeo4w: fix creatensis.pl @@ -183753,104 +195793,104 @@ Jean-Roc Morreale 2013-10-20 fetch new strings for french translation -Victor Olaya 2013-10-20 +Víctor Olaya 2013-10-20 [processing] fixed typo in nviz -Victor Olaya 2013-10-20 +Víctor Olaya 2013-10-20 [processing] fixed wrong indentation -Victor Olaya 2013-10-13 +Víctor Olaya 2013-10-13 [processing] corrected string Merge: 16ac256311 64068356b6 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #945 from gioman/grassrasterexport [processing] fixes GRASS raster export in order to cope with r.horizon and r.composite Merge: f0c9efbf01 84b682d46e -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #949 from gioman/sagarasterimportexport [processing] fixes SAGA import and export rasters Merge: 26702abe0d 4c80a076a5 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #954 from gioman/grassnvizcolor [processing] add COLOR parameter to nviz to allow draping rasters over the digital elevation model Merge: 54c576f711 0bb3b2385a -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #953 from gioman/grasssagacomposite [processing] fixes SAGA RGBComposite and GRASS r.composite Merge: b7cdf5fd81 c645342c06 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #950 from gioman/sagaresampling [processing] suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator Merge: f724efd76c c5d6f70b1c -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #948 from gioman/r_kappa [processing] no need to escape parameters in r.kappa as processing does it by default Merge: a9fea57cd9 1038cd42fb -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #947 from gioman/escapegrassparameters [processing] GRASS parameters values needs always to be escaped Merge: eb2200ec30 b9f7c74a0f -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #946 from gioman/r_horizon [processing] fixes GRASS r.horizon and adds r.horizon.height Merge: fbfafb9e2c 4db8bba253 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #952 from gioman/sagaresamplingdescription [processing] better parameters descriptions for SAGA resampling tool Merge: 5386b28aa7 fd8cb1fcba -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #955 from gioman/v_select [processing] adds v.select Merge: 99ecb03a85 78bc437da4 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #957 from gioman/sagapointstatsforpoly [processing] Fix SAGA points stats for polygons Merge: 8a11a82c6d fecccda364 -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #960 from gioman/sagakriging [processing] fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8 Merge: ac88d9f38b 10312cc5ab -volaya 2013-10-20 +Víctor Olaya 2013-10-20 Merge pull request #961 from gioman/grassvectorexport @@ -183867,20 +195907,20 @@ Tomas 2013-10-20 Lithuanian translation update -Juergen E. Fischer 2013-10-20 +Jürgen E. Fischer 2013-10-20 osgeo4w: merge 32 and 64 bit packaging scripts -Matthias Kuhn 2013-10-20 +Matthias Kuhn 2013-10-20 [spatialite] Field length and precision cannot be specified Partial fix for #8481 -Matthias Kuhn 2013-10-20 +Matthias Kuhn 2013-10-20 [spatialite] Fix LongLong type for SpatiaLite 4 -Juergen E. Fischer 2013-10-19 +Jürgen E. Fischer 2013-10-19 make QgsMapToolTouch::gestureEvent() public @@ -183943,7 +195983,7 @@ Marco Hugentobler 2013-10-18 Catch datum transform request signal in QgsMapCanvas -pcav 2013-10-18 +Paolo Cavallini 2013-10-18 IT GUI translation @@ -184013,7 +196053,7 @@ Alvaro Huarte 2013-10-18 (This version of branch implements the improvement in vector-providers) -Juergen E. Fischer 2013-10-18 +Jürgen E. Fischer 2013-10-18 postgres provider: support materialized view (implements #8791) @@ -184030,30 +196070,30 @@ nyalldawson 2013-10-13 [FEATURE] Add keyboard shortcuts for composer zoom in/out/full, group… … Merge: 591d9dfb58 9290d7a8b1 -mhugent 2013-10-17 +Marco Hugentobler 2013-10-17 Merge pull request #930 from nyalldawson/pan_composer3 Panning controls and shortcuts for composer -Matthias Kuhn 2013-10-17 +Matthias Kuhn 2013-10-17 Fix warning -Matthias Kuhn 2013-10-17 +Matthias Kuhn 2013-10-17 use static locals instead of global pointers for some singletons (proably more valgrind happyness; followup 572bda85) Merge: 087b52b734 d7db4a53cb -mhugent 2013-10-17 +Marco Hugentobler 2013-10-17 Merge pull request #916 from nyalldawson/composer_grid2 Composer grid fixes Merge: d7c29ae32b 8eb6c91cc9 -Jürgen Fischer 2013-10-17 +Jürgen E. Fischer 2013-10-17 Merge pull request #965 from luipir/SITA2-WmsTileRetry @@ -184064,7 +196104,7 @@ Luigi Pirelli 2013-10-17 added disclaimer - Development funded from Regione Toscana - SITA -Matthias Kuhn 2013-10-17 +Matthias Kuhn 2013-10-17 Update timeout of network request, if data is transferred Up to now, any network connection was killed after a max amount of @@ -184073,7 +196113,7 @@ Matthias Kuhn 2013-10-17 This patch circumvents timeouts for as long as data is being transferred. -Larry Shaffer 2013-10-17 +Larry Shaffer 2013-10-17 Fix for #8847, blank entries (menu separators) in Customization dialog tree @@ -184099,7 +196139,7 @@ nyalldawson 2013-10-17 Fix loading composer item frame thickness (fix #8866) -Matthias Kuhn 2013-10-17 +Matthias Kuhn 2013-10-17 API documentation for QgisInterface @@ -184123,23 +196163,23 @@ gioman 2013-10-17 SAGA Points Statistics for Polygons can work just in SAGA 2.10 -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8874, right-clicking on message in message bar shows black background for context menu -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8860, (followup 65200e3) - Hide background of tool button's menu button on Ubuntu -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 Fix for #8860, overlap of Close drop-down menu button on message bar - Make tool button menu pop indicator a separate single-click button -Larry Shaffer 2013-10-16 +Larry Shaffer 2013-10-16 [tests] Fix OSM unit test on Mac @@ -184155,11 +196195,11 @@ Martin Dobias 2013-10-17 [osm] Fix missing nodes with 64-bit ID (#8865) -pcav 2013-10-16 +Paolo Cavallini 2013-10-16 Fixes to IT translation -pcav 2013-10-16 +Paolo Cavallini 2013-10-16 Fixes to IT translation @@ -184179,11 +196219,11 @@ gioman 2013-10-16 add COLOR parameter to nviz to allow draping rasters over the digital elevation model -Matthias Kuhn 2013-10-16 +Matthias Kuhn 2013-10-16 Editor widget configuration: Only show one config dialog at a time -Matthias Kuhn 2013-10-16 +Matthias Kuhn 2013-10-16 sip: expose QgsEditorWidgetWrapper.initWidget to python @@ -184235,7 +196275,7 @@ Werner Macho 2013-10-15 adding indian flag for mr Merge: 125decfc21 23af7f7e16 -Juergen E. Fischer 2013-10-15 +Jürgen E. Fischer 2013-10-15 Merge https://github.com/luipir/Quantum-GIS @@ -184269,7 +196309,7 @@ Sylvain Maillard 2013-10-14 update french translation -Juergen E. Fischer 2013-10-13 +Jürgen E. Fischer 2013-10-13 spatialite: run InitSpatialMetadata(1) on SL >= 4.1 (fixes #8340) @@ -184333,32 +196373,32 @@ nyalldawson 2013-10-13 Fix graphical corruption during item resize -Matthias Kuhn 2013-10-13 +Matthias Kuhn 2013-10-13 [spatialite] Improve field-type handling when changing attributes -Matthias Kuhn 2013-10-13 +Matthias Kuhn 2013-10-13 [spatialite] Add proper support for NULL values -Juergen E. Fischer 2013-10-12 +Jürgen E. Fischer 2013-10-12 use static locals instead of global pointers for some ^Cngletons (proably more valgrind happyness; followup 572bda85) -Juergen E. Fischer 2013-10-12 +Jürgen E. Fischer 2013-10-12 spit: use qt templates -Juergen E. Fischer 2013-10-12 +Jürgen E. Fischer 2013-10-12 python's expanduser doesn't necessarily returns utf-8 (followup 4cb37b1a) -Matthias Kuhn 2013-10-12 +Matthias Kuhn 2013-10-12 [spatialite] Several fixes for provider (Fix #8636) And fixes the NoGeometry behavior -Matthias Kuhn 2013-10-12 +Matthias Kuhn 2013-10-12 Create hash method for QgsPoint (Fix #8775) @@ -184366,7 +196406,7 @@ Alexander Bruy 2013-10-09 [processing] homogenize widgets used for ParameterNumber (fix 8807) -Victor Olaya 2013-10-12 +Víctor Olaya 2013-10-12 [processing] fixed breaklines in script help @@ -184388,15 +196428,15 @@ Werner Macho 2013-10-11 Fix #8769 - Missing flags for 3 locales -Juergen E. Fischer 2013-10-11 +Jürgen E. Fischer 2013-10-11 use static local instead of pointer/global to make windows and possibly valgrind happy (followup 9e6e62d9c) -Juergen E. Fischer 2013-10-11 +Jürgen E. Fischer 2013-10-11 fix instant crash on windows again (followup dc3b56a1 and 9d8d3178) -Matthias Kuhn 2013-10-11 +Matthias Kuhn 2013-10-11 [relations] Save relation name from add dialog. And some smaller leftover cleanup @@ -184405,23 +196445,23 @@ Werner Macho 2013-10-11 translation update: fi by Kari -Matthias Kuhn 2013-10-11 +Matthias Kuhn 2013-10-11 Ignore geometry-less features when calculating layer extent (Fix #8805) -Juergen E. Fischer 2013-10-10 +Jürgen E. Fischer 2013-10-10 support for python plugin directory with accents in username (fixes #2512 again) -Juergen E. Fischer 2013-10-10 +Jürgen E. Fischer 2013-10-10 remove unused QgsMapLayer::mTransparencyLevel -Matthias Kuhn 2013-10-10 +Matthias Kuhn 2013-10-10 Fix warnings -Victor Olaya 2013-10-10 +Víctor Olaya 2013-10-10 [processing] fixed wrong signal connection @@ -184437,11 +196477,11 @@ nyalldawson 2013-10-10 [FEATURE] Add composer pan action -Matthias Kuhn 2013-10-10 +Matthias Kuhn 2013-10-10 [spatialite] Fix crash with a subset of attributes request for joined field -Matthias Kuhn 2013-10-10 +Matthias Kuhn 2013-10-10 Add join field to provider request also when requesting a subset of attributes Fixes #8757 @@ -184456,7 +196496,7 @@ ahuarte47 2013-10-08 Set the canvas color in 'qgsprojectproperties::apply()' before refresh -Matthias Kuhn 2013-10-10 +Matthias Kuhn 2013-10-10 Add option to insert a NULL value in a value map when loaded from layer @@ -184467,11 +196507,11 @@ Werner Macho 2013-10-09 Lithuanian translation update -Nathan Woodrow 2013-10-10 +Nathan Woodrow 2013-10-10 Add uuid function for expression engine -Nathan Woodrow 2013-10-10 +Nathan Woodrow 2013-10-10 Use const pointer for QgsExpression:replaceExpressionText() @@ -184479,15 +196519,15 @@ Tomas 2013-10-09 Lithuanian translation update -Juergen E. Fischer 2013-10-09 +Jürgen E. Fischer 2013-10-09 fix build with Qt <4.7 (eg. Debian Lucid) -Juergen E. Fischer 2013-10-03 +Jürgen E. Fischer 2013-10-03 creatensis: build installed.db for osgeo4w-setup -Juergen E. Fischer 2013-10-08 +Jürgen E. Fischer 2013-10-08 fix link errors on windows @@ -184503,46 +196543,46 @@ ahuarte47 2013-10-08 translation (overrided for 'en_US') in the load of the QsgOptions dialog. -Victor Olaya 2013-10-07 +Víctor Olaya 2013-10-07 [processing] added extract algorithm as alternative to selection algorithms that can be used in the modeler -Victor Olaya 2013-10-07 +Víctor Olaya 2013-10-07 [processing] minor bug fixes -Victor Olaya 2013-10-07 +Víctor Olaya 2013-10-07 [processing] removed unused algorithm icons -Sandro Santilli 2013-10-07 +Sandro Santilli 2013-10-07 Replace AlArabiya font family with Sans, more likely to be found -Matthias Kuhn 2013-10-07 +Matthias Kuhn 2013-10-07 Fix more headers -Matthias Kuhn 2013-10-07 +Matthias Kuhn 2013-10-07 Fix header -Matthias Kuhn 2013-10-07 +Matthias Kuhn 2013-10-07 Add relation unit test -Matthias Kuhn 2013-10-04 +Matthias Kuhn 2013-10-04 Add relations capabilites and widgets -Matthias Kuhn 2013-10-04 +Matthias Kuhn 2013-10-04 Move addFeature, startEditing and stopEditing vector layer actions to an abstract base class QgsVectorLayerTools in the gui library, so these can be reimplemented for a custom app, but can also be used from plugins or in the gui library. -Matthias Kuhn 2013-10-04 +Matthias Kuhn 2013-10-04 [attrtable] Selection model and request filter * With a selection model, the way the attribute table handles selections @@ -184553,7 +196593,7 @@ Matthias Kuhn 2013-10-04 table works on. Additional filters by means of a proxy model can of course further reduce the visible subset subsequently. -Matthias Kuhn 2013-10-02 +Matthias Kuhn 2013-10-02 QgsFeatureRequest::NoGeometry is optional for non-geometry-layers @@ -184561,11 +196601,11 @@ nyalldawson 2013-09-08 [FEATURE] Add support for gradient fills for polygons -Juergen E. Fischer 2013-10-07 +Jürgen E. Fischer 2013-10-07 osgeo4w: move o4w_env.bat call to top (starts with clean path now) -Juergen E. Fischer 2013-10-07 +Jürgen E. Fischer 2013-10-07 fix warnings @@ -184573,24 +196613,24 @@ Werner Macho 2013-10-06 translation update: lt by tomass -Victor Olaya 2013-10-06 +Víctor Olaya 2013-10-06 [processing] fixed #8770 (error in batch processign interface) -Victor Olaya 2013-10-06 +Víctor Olaya 2013-10-06 [processing] fixed commandline names in gdal algorithms -Victor Olaya 2013-09-27 +Víctor Olaya 2013-09-27 [processing] some refactoring. Removed old-style signals connection -Victor Olaya 2013-09-27 +Víctor Olaya 2013-09-27 made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface Merge: 4072e39227 442b236ac9 -volaya 2013-10-06 +Víctor Olaya 2013-10-06 Merge pull request #921 from gioman/master @@ -184615,7 +196655,7 @@ Chris Crook 2013-10-04 Fix CSV test to support python NULL value -Matthias Kuhn 2013-10-04 +Matthias Kuhn 2013-10-04 More cont'ness for QgsDistanceArea @@ -184627,7 +196667,7 @@ Hugo Mercier 2013-09-09 Emit a signal when layer symbology changes -Matthias Kuhn 2013-10-04 +Matthias Kuhn 2013-10-04 Remove outdated SIP version requirements from INSTALL @@ -184639,15 +196679,15 @@ nyalldawson 2013-10-04 Fix selection handles showing incorrectly on new compositions -Juergen E. Fischer 2013-10-03 +Jürgen E. Fischer 2013-10-03 postgres provider: fix limit on geometry type detection with estimated meta data enabled -Juergen E. Fischer 2013-10-03 +Jürgen E. Fischer 2013-10-03 fix typo -Juergen E. Fischer 2013-10-03 +Jürgen E. Fischer 2013-10-03 osgeo4w: move system directories to end of PATH (fixes #8629) @@ -184705,7 +196745,7 @@ Alexander Bruy 2013-10-01 [processing] code formatting, make sources more pep8 compliant -Matthias Kuhn 2013-10-02 +Matthias Kuhn 2013-10-02 Fix CSV test to support python NULL value @@ -184720,11 +196760,11 @@ Nyall Dawson 2013-09-17 Move responsibility for drawing selection mouse handles and mouse interaction with selection to new class Merge: dd914b81e2 96bd7e7f2e -pcav 2013-10-01 +Paolo Cavallini 2013-10-01 Merge branch 'master' of github.com:qgis/QGIS -pcav 2013-10-01 +Paolo Cavallini 2013-10-01 Improvements to IT GUI translation @@ -184741,13 +196781,13 @@ Alexander Bruy 2013-09-30 [processing] handle non-ASCII characters in layer name when exporting (fix #8673) Merge: 814ae4c781 7004a05934 -volaya 2013-09-30 +Víctor Olaya 2013-09-30 Merge pull request #915 from gioman/master Makes SAGA supervised classification work also with SAGA 2.0.8, fixes #8715. Add schema selection to GUI of "Import into PostGIS" tool (fixes #8513). Fixes export of GRASS vectors (fix #8515) -Juergen E. Fischer 2013-09-30 +Jürgen E. Fischer 2013-09-30 fix data retrieval in attribute table from geometryless spatialite tables @@ -184779,7 +196819,7 @@ Tomas 2013-09-29 Lithuanian translation update Merge: a95f07cb62 3e382dac77 -Larry Shaffer 2013-09-28 +Larry Shaffer 2013-09-28 Merge pull request #905 from yellow-sky/show_partial_labels @@ -184792,7 +196832,7 @@ Werner Macho 2013-09-28 Lithuanian translation update -Larry Shaffer 2013-09-27 +Larry Shaffer 2013-09-27 Fix for #8705, duplication of composer should inherit custom paper size @@ -184801,27 +196841,27 @@ root 2013-09-27 Lithuanian translation update Merge: 94d73893df 9d8d317842 -pcav 2013-09-27 +Paolo Cavallini 2013-09-27 Merge branch 'master' of github.com:qgis/QGIS -pcav 2013-09-27 +Paolo Cavallini 2013-09-27 Fix to IT GUI translation -Juergen E. Fischer 2013-09-27 +Jürgen E. Fischer 2013-09-27 fix instant crash on windows Merge: b6ca15192e a5ee91a331 -volaya 2013-09-26 +Víctor Olaya 2013-09-26 Merge pull request #912 from bstroebl/selectByAttribute [processing] Make select by attribute work Merge: 7a720c2166 e5a72107eb -volaya 2013-09-26 +Víctor Olaya 2013-09-26 Merge pull request #911 from bstroebl/testEliminate @@ -184832,15 +196872,15 @@ Alexander Bruy 2013-09-26 [processing] sync GDAL algorithm names with Raster menu Merge: 012e8b18b4 c222c67aed -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Merge branch 'master' of github.com:qgis/QGIS -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Fix #8697 -Juergen E. Fischer 2013-09-26 +Jürgen E. Fischer 2013-09-26 fix #8697 (git grep clickx.*clickx is your friend) @@ -184849,11 +196889,11 @@ yellow-sky 2013-09-26 Unit tests for ShowingPartialsLabels reorganized Merge: b9b4119879 770e52b0e5 -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Merge branch 'master' of github.com:qgis/QGIS -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Fix to IT GUI translation @@ -184865,7 +196905,7 @@ Bernhard Ströbl 2013-09-26 [processing] Make select by attribute work -Matthias Kuhn 2013-09-12 +Matthias Kuhn 2013-09-12 Modularize editor widgets @@ -184877,11 +196917,11 @@ Bernhard Ströbl 2013-09-26 [processing] select features to eliminate in algorithm -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Fix to IT GUI translation -pcav 2013-09-26 +Paolo Cavallini 2013-09-26 Fix #8668 @@ -184889,19 +196929,19 @@ Nyall Dawson 2013-09-25 Add option for grid snap tolerance, move selection tolerance spin box to new section (fix #8214) -Larry Shaffer 2013-09-25 +Larry Shaffer 2013-09-25 Fix sip API reseting to version 1 (fixes PyQgs* tests currently failing due to reset) -Juergen E. Fischer 2013-09-25 +Jürgen E. Fischer 2013-09-25 fix PyQgsAtlasComposition and PyQgsComposerLabel test -Juergen E. Fischer 2013-09-25 +Jürgen E. Fischer 2013-09-25 osgeo4w: ignore rmdir result -pcav 2013-09-25 +Paolo Cavallini 2013-09-25 Typos in IT GUI translation @@ -184914,59 +196954,59 @@ Nyall Dawson 2013-09-24 Improve visual appearance of composer grid by making sure it is always drawn using a 1 pixel width cosmetic pen Remove options for composer pen width -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] enabled create new script action -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] improved saga/grass/otb installation checks -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] minor fixes -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] renmed setting group from ProcessingQGIS to Processing -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] improved lidar provider (contributed by Martin Isenburg) -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 [processing] changed ordinary kriging description (adapted to 2.1) -Victor Olaya 2013-09-24 +Víctor Olaya 2013-09-24 Fixed issue when using multiple vector inputs -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add unit test for PYQGIS_STARTUP environment variable - Make PyQgsAppStartup test more general and PEP8 compliant -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add support for PYTHONSTARTUP-like environment variable, PYQGIS_STARTUP - Different than user's 'startup.py,' since it is loaded just after Py_Initialize, specifically from env variable - Useful for cleaning sys.path, e.g. isolating/loading the initial environ without requiring a virt env, like homebrew or MacPorts installs on Mac -Larry Shaffer 2013-09-24 +Larry Shaffer 2013-09-24 Add extra CXXFLAGS flags set by user; can be -D CXX_EXTRA_FLAGS or environment variable - Command line -D option overrides environment variable - Useful for suppressing transient upstream warnings in dependencies, like Qt -Juergen E. Fischer 2013-09-24 +Jürgen E. Fischer 2013-09-24 some more syncs with release-2_0 -Juergen E. Fischer 2013-09-21 +Jürgen E. Fischer 2013-09-21 osgeo4w: more 'improvements' * package(64).cmd: @@ -184975,11 +197015,11 @@ Juergen E. Fischer 2013-09-21 * package64.cmd: cmake is in PROGRAMFILES(X86) * nsis: installer don't use 64bit settings when installing 32bit package on 64bit OS -Juergen Fischer 2013-09-23 +Jürgen E. Fischer 2013-09-23 fix gui bindings with SIP 4.15 -Juergen Fischer 2013-09-24 +Jürgen E. Fischer 2013-09-24 revert change of doxygen DOT_GRAPH_MAX_NODES @@ -184987,12 +197027,12 @@ Dražen Odobašić 2013-09-22 apply #8601 -Juergen E. Fischer 2013-09-22 +Jürgen E. Fischer 2013-09-22 debian packaging: add saucy and jessie support also add note about tests and result uploads to INSTALL.t2t -Victor Olaya 2013-09-23 +Víctor Olaya 2013-09-23 [processing] added -TRANSFORM parameter in SAGA @@ -185028,13 +197068,13 @@ nyalldawson 2013-05-27 [FEATURE] Pan composer with middle mouse button Zoom in and out on composer using mouse scroll wheel -Victor Olaya 2013-09-23 +Víctor Olaya 2013-09-23 [processing] better error handling and some minor fixes solved issue with trailing characters when calling mkdir solved issue with non-ascii characters in help files -Nathan Woodrow 2013-09-23 +Nathan Woodrow 2013-09-23 Add __geo_interface__ to QgsFeature and QgsGeometry @@ -185066,47 +197106,47 @@ Salvatore Larosa 2013-09-21 fixes new touch icon -Juergen E. Fischer 2013-09-21 +Jürgen E. Fischer 2013-09-21 osgeo4w: remove package directory before installing -Victor Olaya 2013-09-21 +Víctor Olaya 2013-09-21 [processing] some code cleaning -Victor Olaya 2013-09-21 +Víctor Olaya 2013-09-21 [processing] saga fixes. "2.0.8 is now default target version -Victor Olaya 2013-09-21 +Víctor Olaya 2013-09-21 [processing] changed log and config filenames -Victor Olaya 2013-09-21 +Víctor Olaya 2013-09-21 [processing] modeler now warns before closing if there are changes -Victor Olaya 2013-09-21 +Víctor Olaya 2013-09-21 test models and scripts are now hidden -Victor Olaya 2013-09-20 +Víctor Olaya 2013-09-20 [processing] corrected parameter definition in Eliminate -Victor Olaya 2013-09-20 +Víctor Olaya 2013-09-20 Added "eliminate sliver polygons" algorithm skeleton(still a draft first version) -Victor Olaya 2013-09-20 +Víctor Olaya 2013-09-20 [processing]modified v.overlay description -Victor Olaya 2013-09-20 +Víctor Olaya 2013-09-20 [processing]code cleaning -Victor Olaya 2013-09-20 +Víctor Olaya 2013-09-20 [processing] fixes issue in saga with multiple inputs @@ -185158,7 +197198,7 @@ yellow-sky 2013-09-20 Added unit-tests for ShowingPartialsLabels -Juergen E. Fischer 2013-09-20 +Jürgen E. Fischer 2013-09-20 osgeo4w: cpt-city-qgis-min was just moved to resouces @@ -185206,19 +197246,19 @@ Tim Sutton 2013-09-19 Contributors list added -Juergen E. Fischer 2013-09-19 +Jürgen E. Fischer 2013-09-19 add support for FilterFids to oracle provider (followup 0c90f320) -Matthias Kuhn 2013-09-18 +Matthias Kuhn 2013-09-18 Add featureiterator tests -Matthias Kuhn 2013-05-20 +Matthias Kuhn 2013-05-20 QgsFeatureRequest: New filters FilterExpression and FilterFids -Juergen E. Fischer 2013-09-18 +Jürgen E. Fischer 2013-09-18 more URL updates (followup 8c479db7) @@ -185244,7 +197284,7 @@ Tim Sutton 2013-09-17 New splash from Anita -Juergen E. Fischer 2013-09-17 +Jürgen E. Fischer 2013-09-17 update welcome image for standalone installer (fixes #8623) @@ -185262,7 +197302,7 @@ Marco Hugentobler 2013-09-17 Apply anchor point in svg marker symbollayer and widget -Juergen E. Fischer 2013-09-17 +Jürgen E. Fischer 2013-09-17 indentation update (note to self: always run scripts/prepare-commit.sh before committing) @@ -185275,11 +197315,11 @@ nyalldawson 2013-09-16 [FEATURE] Setting for corner radius for composer rectangle shapes, allows creation of rounded rectangles in composers Add tests for composer shapes -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 Fix crash on launch of bundled Mac app -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 [gui] Fix color button where initially set color is same as default, but does not set background of button @@ -185287,15 +197327,15 @@ Salvatore Larosa 2013-09-17 [pyqgis-console] reject changes in settings if they are not applied -Larry Shaffer 2013-09-16 +Larry Shaffer 2013-09-16 [gui] Fix excessive height on resize of About dialog on Mac -Juergen E. Fischer 2013-09-16 +Jürgen E. Fischer 2013-09-16 debian packaging update -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 move creation of gdal_pam to createDB (fixes #8613) @@ -185315,7 +197355,7 @@ Marco Hugentobler 2013-09-16 Prepare color palette matching for dxf -Juergen E. Fischer 2013-09-16 +Jürgen E. Fischer 2013-09-16 sqrt with an integer ambiguous on MSVC @@ -185330,7 +197370,7 @@ Tim Sutton 2013-09-15 [tests] Make app startup test work on Mac -Larry Shaffer 2013-09-15 +Larry Shaffer 2013-09-15 [tests] Make app startup test work on Mac @@ -185358,7 +197398,7 @@ Tim Sutton 2013-09-15 Nicer icons for QGIS in debian packages -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 german translation update and some function help fixes @@ -185367,19 +197407,19 @@ Alexander Bruy 2013-09-15 [processing] improve some gdal algoruthms update resources_rc.py -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] small fix in modeler dialog -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] fixed issue with saga optimizations -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] corrected fix introduced in 7fc592989f26c346e72465e43a5ed790d67968ac -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] fixed issue with non-visible outputs in batch processign interface @@ -185402,11 +197442,11 @@ astroidex 2013-09-15 new help texts for operators -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 cleanup on e50f042 -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 rename QgsVectorLayer::listAllFeatureIds() to allFeatureIds() (followup dd48cd3) @@ -185414,7 +197454,7 @@ Denis Rouzaud 2013-09-09 added listAllFeatureIds and check that features exist when setting selection -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 fix warnings @@ -185467,11 +197507,11 @@ astroidex 2013-09-15 added new help files for geometry functions -Nathan Woodrow 2013-09-15 +Nathan Woodrow 2013-09-15 Add expression to graduated renderer -Nathan Woodrow 2013-09-15 +Nathan Woodrow 2013-09-15 Add expression to categorized renderer @@ -185499,19 +197539,19 @@ Borys Jurgiel 2013-09-15 [Plugin Manager] New tab for all plugins. New class QgsPluginItemDelegate -Juergen E. Fischer 2013-09-15 +Jürgen E. Fischer 2013-09-15 fix 56ba1d74d -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] saga import/export optimization -Victor Olaya 2013-09-15 +Víctor Olaya 2013-09-15 [processing] cleaned up options (threaded execution and table-like parameters dialog -Victor Olaya 2013-09-14 +Víctor Olaya 2013-09-14 [processing] Reduced number of conversion operation when running saga algorithms @@ -185540,7 +197580,7 @@ Alexander Bruy 2012-12-08 [FEATURE] new Scintilla-based script editor for Processing Merge: 64c947b2f0 617fa68722 -mhugent 2013-09-15 +Marco Hugentobler 2013-09-15 Merge pull request #893 from sbrunner/scalehint @@ -185558,7 +197598,7 @@ Tim Sutton 2013-09-15 Unit tests for command line arguments Merge: 7e171ef7b0 9494365b32 -mhugent 2013-09-15 +Marco Hugentobler 2013-09-15 Merge pull request #894 from sbrunner/legend-scale @@ -185579,11 +197619,11 @@ Marco Hugentobler 2013-09-14 Write additional header field and table section -Larry Shaffer 2013-09-14 +Larry Shaffer 2013-09-14 [globe] Fix crashes occurring after globe is unloaded -Larry Shaffer 2013-09-11 +Larry Shaffer 2013-09-11 [globe] Fix Mac dependencies so plugin can run from app bundle @@ -185615,17 +197655,17 @@ Alexander Bruy 2013-09-14 [processing] add Clip By Mask algorithm -Victor Olaya 2013-09-14 +Víctor Olaya 2013-09-14 [processing] some code cleaning -Victor Olaya 2013-09-14 +Víctor Olaya 2013-09-14 [processing]fixed issue with temporal filename (was previously solved but reverted) -Victor Olaya 2013-09-14 +Víctor Olaya 2013-09-14 Revert "[processing]fixed bug with wrong characters in output filenames" (caused circular import) @@ -185643,64 +197683,64 @@ Salvatore Larosa 2013-09-14 [pyqgis-console] allows to set font color in python lexer -Victor Olaya 2013-09-11 +Víctor Olaya 2013-09-11 [processing] adapted algorithm to function refactoring Also set threaded execution to false by default, since it was behaving strangely -Victor Olaya 2013-09-13 +Víctor Olaya 2013-09-13 [processing]fixed bug with wrong characters in output filenames refactored to reuse string cleaning function -Victor Olaya 2013-09-13 +Víctor Olaya 2013-09-13 [processing] added some in-code docs and comments -Victor Olaya 2013-09-13 +Víctor Olaya 2013-09-13 [processing] fixed minor saga file issue -Victor Olaya 2013-09-13 +Víctor Olaya 2013-09-13 `processing]improved doc of example algorithm -Victor Olaya 2013-09-13 +Víctor Olaya 2013-09-13 [processing]fixes in saga filename handling fixed saga buffer description -Victor Olaya 2013-09-12 +Víctor Olaya 2013-09-12 [processing] improved non-threaded execution -Victor Olaya 2013-09-12 +Víctor Olaya 2013-09-12 [processing] added progress display in qgsMessageBar -Victor Olaya 2013-09-12 +Víctor Olaya 2013-09-12 [processing] Added schema parameter to ImportIntoPostGIS.py -Victor Olaya 2013-09-12 +Víctor Olaya 2013-09-12 [processing] refactoring to move common functions to tools package -Victor Olaya 2013-09-11 +Víctor Olaya 2013-09-11 [Processing] added GRASS m.cogo -Victor Olaya 2013-09-11 +Víctor Olaya 2013-09-11 move ftools utils to tools utils module -Nathan Woodrow 2013-09-14 +Nathan Woodrow 2013-09-14 Add delete keyboard action for rules -Nathan Woodrow 2013-09-14 +Nathan Woodrow 2013-09-14 Rule copy and paste shortcut keys @@ -185718,27 +197758,27 @@ Marco Hugentobler 2013-09-14 Server: option to set the maximum cached layers in environment variable MAX_CACHE_LAYERS -Nathan Woodrow 2013-09-14 +Nathan Woodrow 2013-09-14 Paste rule at the bottom if no selection -Nathan Woodrow 2013-09-14 +Nathan Woodrow 2013-09-14 Fix crash in rule paste -Juergen E. Fischer 2013-09-13 +Jürgen E. Fischer 2013-09-13 fix retrieval of PYTHON_SITE_PACKAGES_DIR - broke debian builds Merge: b14e13388e 2b4e13930d -mhugent 2013-09-13 +Marco Hugentobler 2013-09-13 Merge pull request #889 from sbrunner/string More general string value. … Merge: e7956a5ca1 ccda1c46f7 -mhugent 2013-09-13 +Marco Hugentobler 2013-09-13 Merge pull request #887 from sbrunner/environ_mapfile @@ -185839,7 +197879,7 @@ Alexander Bruy 2013-09-12 [processing] add Clip raster by extent algorithm (fix #8602) -Nathan Woodrow 2013-09-13 +Nathan Woodrow 2013-09-13 Move updating of else rules list out of render feature @@ -185882,7 +197922,7 @@ Stéphane Brunner 2013-09-12 And for WKT and GML format Merge: 885c8b495a 8a50ddb93f -alexbruy 2013-09-12 +Alexander Bruy 2013-09-12 Merge pull request #731 from ddanielvaz/bugfix-6063 @@ -185897,7 +197937,7 @@ Stéphane Brunner 2013-09-12 SetEnv QGIS_PROJECT_FILE .qgs Merge: e72088cddb 272b6e1858 -alexbruy 2013-09-12 +Alexander Bruy 2013-09-12 Merge pull request #799 from slarosa/warning_simplifyTool @@ -185907,15 +197947,15 @@ Alexander Bruy 2013-09-12 [fTools] homogenize UI (contributed by Salvatore Larosa) -Nathan Woodrow 2013-09-12 +Nathan Woodrow 2013-09-12 Fix #8590 - Copy and paste for rules -Nathan Woodrow 2013-09-12 +Nathan Woodrow 2013-09-12 Add ELSE to rule based renderer -Larry Shaffer 2013-09-11 +Larry Shaffer 2013-09-11 [globe] Add path to gui images when running from build directory @@ -185936,7 +197976,7 @@ Tim Sutton 2013-09-11 Added small note about 2.0.1 in news -Juergen E. Fischer 2013-09-10 +Jürgen E. Fischer 2013-09-10 install qbrowser manpage @@ -185997,7 +198037,7 @@ Christian Urich 2013-09-10 made void showEvent( QShowEvent * ) and void hideEvent( QHideEvent * ) instead of private Merge: 5f61dd12fe b61b5b0f83 -Larry Shaffer 2013-09-09 +Larry Shaffer 2013-09-09 Merge pull request #881 from mbernasocchi/android @@ -186027,23 +198067,23 @@ Marco Bernasocchi 2013-09-08 Removed tooltip that shows how many messages are logged on android. This tooltip was rendered as a fullscreen yellow widget in android. -Larry Shaffer 2013-06-26 +Larry Shaffer 2013-06-26 [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus - Brings back composer window menu bar -Larry Shaffer 2013-06-24 +Larry Shaffer 2013-06-24 [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus - Brings back main window menu bar -Larry Shaffer 2013-06-23 +Larry Shaffer 2013-06-23 [Android] Update library path -Larry Shaffer 2013-06-23 +Larry Shaffer 2013-06-23 [Android] Change order of finding QtMobility package so Qt isn't 'found' twice @@ -186063,7 +198103,7 @@ Marco Bernasocchi 2013-05-03 sip generation issue fix #7752 for android -Larry Shaffer 2013-09-09 +Larry Shaffer 2013-09-09 Fix #8587, show/hide labels tool throws Qt warning @@ -186096,15 +198136,15 @@ Salvatore Larosa 2013-09-08 [pyqgis-console] fix autocompletion in editor after 6e19748 -Juergen E. Fischer 2013-09-08 +Jürgen E. Fischer 2013-09-08 don't use own message handler on android -Juergen E. Fischer 2013-09-08 +Jürgen E. Fischer 2013-09-08 indentation update -Juergen E. Fischer 2013-09-07 +Jürgen E. Fischer 2013-09-07 fix another bunch of warnings @@ -186142,15 +198182,15 @@ Luigi Pirelli 2013-09-07 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Fix build error, add missing enum to sip file -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Followup to 3b6d4ef, add sip bindings and update console auto-complete file -Larry Shaffer 2013-09-06 +Larry Shaffer 2013-09-06 Fix Mac error when building qgis_app @@ -186158,7 +198198,7 @@ Tim Sutton 2013-09-07 Applied android fix from Marco B. -Juergen E. Fischer 2013-09-06 +Jürgen E. Fischer 2013-09-06 make qgis_app a shared library and fix some more stl warnings with msvc @@ -186176,19 +198216,19 @@ Tim Sutton 2013-09-06 use svg icons in browser dock for uI consistency -Juergen E. Fischer 2013-09-06 +Jürgen E. Fischer 2013-09-06 german translation update -Juergen E. Fischer 2013-09-06 +Jürgen E. Fischer 2013-09-06 fix more warnings (followup 1c9d6ebce) -Juergen E. Fischer 2013-09-06 +Jürgen E. Fischer 2013-09-06 fix size_t vs. int warnings -Juergen E. Fischer 2013-09-06 +Jürgen E. Fischer 2013-09-06 german translation fix (fixes #8580) @@ -186205,7 +198245,7 @@ Alexander Bruy 2013-09-05 [processing] use csv module for table writer -Victor Olaya 2013-09-06 +Víctor Olaya 2013-09-06 fixed saga installation checking @@ -186213,7 +198253,7 @@ Werner Macho 2013-09-06 translation update: nl by richard and es by carlos -Larry Shaffer 2013-09-05 +Larry Shaffer 2013-09-05 [FEATURE] Add 'Suppress attribute form pop-up after feature creation' option to vector layers; overrides application-wide option @@ -186229,17 +198269,17 @@ Radim Blazek 2013-09-05 add OS X specific lib to app tests, hopefully fixes #8577 -Sandro Santilli 2013-07-29 +Sandro Santilli 2013-07-29 Use ST_Force2D for PostGIS 2.1+ -Sandro Santilli 2013-05-31 +Sandro Santilli 2013-05-31 Add field name in layers from postgis relation with multiple spatial fields NOTE: only works with browser, not with "Add PostGIS Layer" dialog -pcav 2013-09-05 +Paolo Cavallini 2013-09-05 MInor fixes to IT GUI translation @@ -186251,11 +198291,11 @@ Nyall Dawson 2013-05-22 [FEATURE] holding shift while pressing cursor keys results in large movements in composer -Matthias Kuhn 2013-08-30 +Matthias Kuhn 2013-08-30 Fix spatialite provider for Null QVariant instead of Invalid QVariant -Matthias Kuhn 2013-08-02 +Matthias Kuhn 2013-08-02 Add setSourceCrs( QgsCoordinateReferenceSystem ) @@ -186267,15 +198307,15 @@ Radim Blazek 2013-09-05 qgis_app lib link deps, fixes partialy #8575 -pcav 2013-09-05 +Paolo Cavallini 2013-09-05 Typo in IT GUI translation -Juergen E. Fischer 2013-09-05 +Jürgen E. Fischer 2013-09-05 temporary fix for #8575 (building app as DLL is more involved and requires a CORE/GUI/APP_EXPORT macro dance...) -Juergen E. Fischer 2013-09-05 +Jürgen E. Fischer 2013-09-05 fix atlas composition warnings with msvc 64bit @@ -186286,7 +198326,7 @@ Paolo Cavallini 2013-09-05 [2.1] Overview centering -Juergen E. Fischer 2013-09-05 +Jürgen E. Fischer 2013-09-05 german translation update @@ -186319,12 +198359,12 @@ Radim Blazek 2013-07-02 [FEATURE] Paste features as new vector layer -Juergen E. Fischer 2013-09-05 +Jürgen E. Fischer 2013-09-05 osgeo4w: fix shortcut removal Merge: dcc9b2a159 cf6ad67743 -Jürgen Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 Merge pull request #873 from Cracert/i18n @@ -186365,18 +198405,18 @@ Salvatore Larosa 2013-09-05 fix crash in SPIT plugin -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 fix crash in coordinate capture plugin Merge: 7fc8ad8e2a f6e0bbc24e -Jürgen Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 Merge pull request #852 from borysiasty/installer_v2 [Plugin Installer] Remove hardcoded 2.0 v in order to use the native 2.0 -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 debian packaging: update version to 2.1 @@ -186384,7 +198424,7 @@ Tim Sutton 2013-09-04 Bumped master version to 2.1.0 -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 fix warnings @@ -186403,15 +198443,15 @@ Robert Szczepanek 2013-09-04 pl translation update: small fix -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 sort embedded layer by drawing order (fixes #7673) -Nathan Woodrow 2013-09-04 +Nathan Woodrow 2013-09-04 Update about icon, and 16x16 icon -pcav 2013-09-04 +Paolo Cavallini 2013-09-04 Minor edit to IT GUI @@ -186421,7 +198461,7 @@ D'Hont René-Luc 2013-09-04 In the current QGIS server, if one uses a list of "Exclude composers" in the OWS tab, QGIS server lists only the excluded composers and not the composers the map author actually wants. So it acts as a white list and not as a black list. -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 update TRANSLATORS file @@ -186436,11 +198476,11 @@ Artem Popov 2013-09-04 translation update: ru -Matthias Kuhn 2013-09-04 +Matthias Kuhn 2013-09-04 [dual view] Propagate sort order to feature view (e.g. selected on top) -Matthias Kuhn 2013-09-04 +Matthias Kuhn 2013-09-04 [dualview] Fix crash when removing features @@ -186471,19 +198511,19 @@ Giuseppe Sucameli 2013-09-04 sld: fix #8567 -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 osgeo4w: use nircmd also on 32bit -Juergen E. Fischer 2013-09-04 +Jürgen E. Fischer 2013-09-04 nsis: add 64 support -Juergen E. Fischer 2013-09-03 +Jürgen E. Fischer 2013-09-03 creatensis.pl: update to support 32 and 64bit packages -Juergen E. Fischer 2013-09-03 +Jürgen E. Fischer 2013-09-03 indentation update @@ -186491,7 +198531,7 @@ Martin Dobias 2013-09-03 Updated QgsFields docs, moved some code into .cpp -Juergen E. Fischer 2013-09-03 +Jürgen E. Fischer 2013-09-03 german translation update @@ -186521,11 +198561,11 @@ Salvatore Larosa 2013-09-03 fixes "Add to Overview" action, also removes shortcut -pcav 2013-09-03 +Paolo Cavallini 2013-09-03 Upadated list of IT translators -pcav 2013-09-03 +Paolo Cavallini 2013-09-03 IT GUI translation almost finished @@ -186540,7 +198580,7 @@ Denis Rouzaud 2013-09-03 [postgres] do not update feature count if it was not set before -Nathan Woodrow 2013-09-03 +Nathan Woodrow 2013-09-03 Fix #8561 - Handle change layer in node tool @@ -186555,7 +198595,7 @@ vmora 2013-07-30 - when OTF transfo is deselected, this resets the units value to the original ones -Matthias Kuhn 2013-09-03 +Matthias Kuhn 2013-09-03 [diagram] Workaround floating point errors leading to diagram distortion Fix #8554 @@ -186582,7 +198622,7 @@ Werner Macho 2013-09-02 update french translation -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [gui] Address situation where applying style enables deprecated labels @@ -186590,7 +198630,7 @@ Jean-Roc Morreale 2013-09-02 update french translation -Matthias Kuhn 2013-09-02 +Matthias Kuhn 2013-09-02 [dualview] Remove unrequired connect() @@ -186605,43 +198645,43 @@ Robert Szczepanek 2013-09-02 pl translation update; topology, style manager, SVG, WFS, WCS, WMS, checkDock -Victor Olaya 2013-09-02 +Víctor Olaya 2013-09-02 [processing] fixed bug when editing help of example models -Victor Olaya 2013-09-02 +Víctor Olaya 2013-09-02 added scintilla based editor to R scripts editor -Victor Olaya 2013-09-02 +Víctor Olaya 2013-09-02 [processing] improved handling of output files and file naming -Victor Olaya 2013-09-01 +Víctor Olaya 2013-09-01 [processing] modified saga ids description and fixed example script bug -Victor Olaya 2013-09-01 +Víctor Olaya 2013-09-01 [processing] added extent as output type and made it available in modeler -Victor Olaya 2013-09-01 +Víctor Olaya 2013-09-01 [processing] improved script edit dialog -Victor Olaya 2013-09-01 +Víctor Olaya 2013-09-01 [processing] modified saga checking to support 2.0.8 -Matthias Kuhn 2013-09-02 +Matthias Kuhn 2013-09-02 [dualview] Default preview text shows also up for NULL values -Matthias Kuhn 2013-09-02 +Matthias Kuhn 2013-09-02 [dualview] Fix add/delete crash and fieldcalc behavior of feature form -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [tests] Add preconfigured project to test local server connection @@ -186649,7 +198689,7 @@ Werner Macho 2013-09-02 translation update: chinese with adding new translator -Matthias Kuhn 2013-09-02 +Matthias Kuhn 2013-09-02 [dualview] Fix crash when adding columns with feature form open @@ -186668,7 +198708,7 @@ Jean-Roc Morreale 2013-09-02 update french translation -Larry Shaffer 2013-09-02 +Larry Shaffer 2013-09-02 [gui] Fix crash when loading a vector layer style, due to lack of checks for removed deprecated labels tab @@ -186691,13 +198731,13 @@ Artem Popov 2013-09-02 Russian translation update. -Larry Shaffer 2013-08-25 +Larry Shaffer 2013-08-25 [tests] Add support for locally spawned fcgi process - No building of spawn-fcgi or managing of spawned process, yet -pcav 2013-09-02 +Paolo Cavallini 2013-09-02 More IT GUI translation @@ -186719,7 +198759,7 @@ Werner Macho 2013-09-01 Polish translation update -Larry Shaffer 2013-09-01 +Larry Shaffer 2013-09-01 [gui] Update Mac icons with latest vectorized logo @@ -186752,7 +198792,7 @@ Werner Macho 2013-09-01 update french translation -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Remove deprecated labeling properties tab for new projects or older ones that don't use them @@ -186818,7 +198858,7 @@ Werner Macho 2013-09-01 Translate ja -pcav 2013-09-01 +Paolo Cavallini 2013-09-01 More IT GUI translation @@ -186834,7 +198874,7 @@ yoichigmf 2013-09-01 update ja translation -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Fix triple-modal issue on Mac for point displacement dialog @@ -186844,13 +198884,13 @@ Werner Macho 2013-08-31 another dutch translation update -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [gui] Fix excessive fixed height of vector properties (actually labeling) dialog - Should now fit on laptops with limited screen height -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [labeling] Further fix for #8367, 'font missing' text keeps showing up @@ -186867,7 +198907,7 @@ Werner Macho 2013-08-31 pt_pt translations contributed by Nelson Silva -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [pyqgis-console] Fix build error. Revert adding of qsci-pap-master target @@ -186909,22 +198949,22 @@ Werner Macho 2013-08-31 translation update: fr and it -Larry Shaffer 2013-08-31 +Larry Shaffer 2013-08-31 [pyqgis-console] Fix pyqgis.pap building targets/script for auto-completion in console - Add fixed default pyqgis.pap -Larry Shaffer 2013-08-30 +Larry Shaffer 2013-08-30 [labeling] Fix python bindings for access to data defined properties Merge: f5585d8be7 94a440f56d -pcav 2013-08-31 +Paolo Cavallini 2013-08-31 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2013-08-31 +Paolo Cavallini 2013-08-31 List of IT translators updated and sorted @@ -186957,7 +198997,7 @@ Werner Macho 2013-08-30 Polish translatioin update -Larry Shaffer 2013-08-29 +Larry Shaffer 2013-08-29 [pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion @@ -186982,11 +199022,11 @@ Salvatore Larosa 2013-08-30 [pyqgis-console] avoids IndexError when attempts to run unselected code by keybinding Ctrl+E -Matthias Kuhn 2013-08-30 +Matthias Kuhn 2013-08-30 Add != (not equal) support to python NULL value -Victor Olaya 2013-08-30 +Víctor Olaya 2013-08-30 [processing] fixed issue when opening link from MissingDependencyDialog.py @@ -187002,7 +199042,7 @@ Werner Macho 2013-08-30 translation update: nl -pcav 2013-08-30 +Paolo Cavallini 2013-08-30 More IT GUI translation - only help files missing now @@ -187022,23 +199062,23 @@ Robert Szczepanek 2013-08-30 pl translation: vector layers properties -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 [postgres] some more precision/length fixes -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 Fix some postgres field precision and length inconsistencies -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 [spatialite] Use QVariant::LongLong as int type consistently -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 Set min field precision even when hidden (Fix #8480) -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 QPyNullVariant() equals to QPyNullVariant(), qgis.core.NULL @@ -187046,7 +199086,7 @@ Matthias Kuhn 2013-08-29 >>>> lyr.getFeatures().next().attributes()[0] == NULL True -Matthias Kuhn 2013-08-29 +Matthias Kuhn 2013-08-29 Small UI fix for "New PostGIS connection" dialog @@ -187061,7 +199101,7 @@ Robert Szczepanek 2013-08-29 labeling, vector style -pcav 2013-08-29 +Paolo Cavallini 2013-08-29 More IT GUI translation @@ -187104,20 +199144,20 @@ Werner Macho 2013-08-28 translation update: dk by Jacob -Matthias Kuhn 2013-08-28 +Matthias Kuhn 2013-08-28 [spatialite] uniqueValues() return values instead of strings -Matthias Kuhn 2013-08-28 +Matthias Kuhn 2013-08-28 Monkey patch QPyNullVariant to be represented as 'NULL' -Matthias Kuhn 2013-08-28 +Matthias Kuhn 2013-08-28 [spatialite] Represent NULL attributes as QVariant/NULL Instead of QVariant/Invalid -Matthias Kuhn 2013-08-28 +Matthias Kuhn 2013-08-28 python: represent NULL attributes as QPyNullVariant @@ -187149,7 +199189,7 @@ Werner Macho 2013-08-27 translation update: pt_BR by Arthur -Matthias Kuhn 2013-08-27 +Matthias Kuhn 2013-08-27 [ogr] Blacklist datetime field type for OGR provider @@ -187157,7 +199197,7 @@ Werner Macho 2013-08-27 translation update: sl_SI by Joze -Matthias Kuhn 2013-08-27 +Matthias Kuhn 2013-08-27 [ogr] Fix date field length for native type @@ -187180,7 +199220,7 @@ Borys Jurgiel 2013-08-27 Fix #5181,#4761 - Ftools-Distance Matrix -Juergen E. Fischer 2013-08-27 +Jürgen E. Fischer 2013-08-27 fix 16f768f9 @@ -187203,7 +199243,7 @@ Marco Hugentobler 2013-08-27 Consider default CRS in new shape / spatialite dialogs -Matthias Kuhn 2013-08-27 +Matthias Kuhn 2013-08-27 [dualview] Disable fields when ending an edit session @@ -187222,11 +199262,11 @@ Artem Popov 2013-08-16 Untranslatable strings and formatting of the raster min/max label -pcav 2013-08-26 +Paolo Cavallini 2013-08-26 More IT GUI translation -Juergen E. Fischer 2013-08-26 +Jürgen E. Fischer 2013-08-26 show word size (32/64 bit) in about box title @@ -187251,7 +199291,7 @@ Werner Macho 2013-08-26 reverting c9e9260d -Juergen E. Fischer 2013-08-26 +Jürgen E. Fischer 2013-08-26 german translation update @@ -187285,13 +199325,13 @@ Artem Popov 2013-08-26 Russian translation update. -Victor Olaya 2013-08-26 +Víctor Olaya 2013-08-26 [processing] aded dual support for saga 2.1 and 2.0.8 several minor bugs and improvements -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 german translation update @@ -187300,54 +199340,54 @@ Werner Macho 2013-08-25 translation update: nl by Richard Merge: bb798b4ab3 8e437912b4 -mhugent 2013-08-25 +Marco Hugentobler 2013-08-25 Merge pull request #829 from mhugent/ogr_odbc_subset Fix subset for ODBC ogr layers -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 speedup creation of spatialite database in tests -pcav 2013-08-25 +Paolo Cavallini 2013-08-25 More IT GUI translation -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 osgeo4w64: run Nightly instead of Experimental -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 fix doxygen and unused warnings -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 indentation update -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 remove line decoration symbol layer test (followup aaef9478) -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 cleanup c++filt -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 german translation update -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 show running GEOS version in about -Juergen E. Fischer 2013-08-25 +Jürgen E. Fischer 2013-08-25 creatensis.pl: allow installation from other osgeo4w url and collect license texts Merge: 6937e4f913 6899a1756c -mhugent 2013-08-24 +Marco Hugentobler 2013-08-24 Merge pull request #800 from minorua/8440 @@ -187361,20 +199401,20 @@ Werner Macho 2013-08-24 translation update: es by carlos -pcav 2013-08-23 +Paolo Cavallini 2013-08-23 One translator missing -pcav 2013-08-23 +Paolo Cavallini 2013-08-23 Updated list of translators Merge: c9cf745268 8aa779500b -pcav 2013-08-23 +Paolo Cavallini 2013-08-23 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2013-08-23 +Paolo Cavallini 2013-08-23 More IT GUI translation @@ -187386,11 +199426,11 @@ Marco Hugentobler 2013-08-23 Fix subset in ogr provider for ODBC driver -Matthias Kuhn 2013-08-23 +Matthias Kuhn 2013-08-23 Update docstring -Matthias Kuhn 2013-08-23 +Matthias Kuhn 2013-08-23 [dualview] Remove attrs from feature dialog when deleted (Fix #8504) @@ -187416,15 +199456,15 @@ Jean-Roc Morreale 2013-08-23 update french translation -Juergen E. Fischer 2013-08-22 +Jürgen E. Fischer 2013-08-22 debian packaging update -Juergen E. Fischer 2013-08-22 +Jürgen E. Fischer 2013-08-22 german translation update -Juergen E. Fischer 2013-08-22 +Jürgen E. Fischer 2013-08-22 remove line decoration symbol layer (fixes #8379) @@ -187433,7 +199473,7 @@ Salvatore Larosa 2013-08-22 [dbmanager] skip RuntimeError: fixes #6892 Merge: 1bb27253c5 a765b5a644 -mhugent 2013-08-22 +Marco Hugentobler 2013-08-22 Merge pull request #824 from rldhont/8473 @@ -187470,22 +199510,22 @@ Werner Macho 2013-08-22 translation update: no by james and es by carlos -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Add local preconfigured test server unit tests class - Add control images for server output - Add class for comparison against canvas output -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 Add simple local test server convenience classes for unit tests -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Update unit test control images, features db and .qml styles -Larry Shaffer 2013-08-20 +Larry Shaffer 2013-08-20 [labeling] Make test font available for app, tests, server without requiring font install @@ -187511,19 +199551,19 @@ Borys Jurgiel 2013-08-20 translation update: pl -Juergen E. Fischer 2013-08-20 +Jürgen E. Fischer 2013-08-20 followup b9b8a039: wthh? -Juergen E. Fischer 2013-08-20 +Jürgen E. Fischer 2013-08-20 fix #8488: use QgsMimeDataUtils to decode uris when dropping into db_manager -Matthias Kuhn 2013-08-20 +Matthias Kuhn 2013-08-20 Followup 2995bdcf: Don't iterate changed geometries twice -Matthias Kuhn 2013-08-20 +Matthias Kuhn 2013-08-20 Render added/changed features on top @@ -187559,11 +199599,11 @@ Alexander Bruy 2013-08-20 fix CMakeLists.txt after renaming sextante -Victor Olaya 2013-08-12 +Víctor Olaya 2013-08-12 renamed "sextante" to "processing" -Larry Shaffer 2013-08-19 +Larry Shaffer 2013-08-19 [labeling] Reinstate old pan icon for label placement section's icon @@ -187587,16 +199627,16 @@ Marco Hugentobler 2013-08-19 Add png8 format string for qgis server and umn -Juergen E. Fischer 2013-08-18 +Jürgen E. Fischer 2013-08-18 * also intialize mCalc member of QgsExpression in protected ctor (fixes #8475) * avoid nesting ogc:Filter in ogc:Filter (createFunctionElement already returns a filter) -Juergen E. Fischer 2013-08-18 +Jürgen E. Fischer 2013-08-18 debian packaging: disable globe plugin on sid (apparently doesn't support OSG 3.2 in sid yet) -Juergen E. Fischer 2013-08-18 +Jürgen E. Fischer 2013-08-18 msvc: build with multiple processes @@ -187623,17 +199663,17 @@ Werner Macho 2013-08-17 translation update: fi by Kari -Larry Shaffer 2013-08-16 +Larry Shaffer 2013-08-16 Fix crash when server source select dialogs go into background on Mac -Larry Shaffer 2013-08-16 +Larry Shaffer 2013-08-16 [labeling] Refactor unit tests so all render check tests can be inherited by all output test classes (canvas, composer, server) - Add openInBrowserTab function to utilities -Juergen E. Fischer 2013-08-16 +Jürgen E. Fischer 2013-08-16 sync GPL with original @@ -187652,7 +199692,7 @@ Jean-Roc Morreale 2013-08-16 update french translation -Juergen E. Fischer 2013-08-16 +Jürgen E. Fischer 2013-08-16 german translation update @@ -187699,7 +199739,7 @@ Marco Hugentobler 2013-08-16 Fix #8471 Merge: 2046342409 d10872a063 -mhugent 2013-08-15 +Marco Hugentobler 2013-08-15 Merge pull request #817 from artfwo/save-style-window-title-fix @@ -187732,11 +199772,11 @@ Marco Hugentobler 2013-08-15 Simple marker: use limit for cache image size. Fixes #8386 -Nathan Woodrow 2013-08-16 +Nathan Woodrow 2013-08-16 Remove messageitem id -Nathan Woodrow 2013-08-15 +Nathan Woodrow 2013-08-15 Add GUI_Export, Reorder widgets @@ -187774,7 +199814,7 @@ Denis Rouzaud 2013-08-14 avoid duplication of points in rubberbands of point geometry -Juergen E. Fischer 2013-08-14 +Jürgen E. Fischer 2013-08-14 osgeo4w: fix install in directory with blanks (fixes #8398) @@ -187793,7 +199833,7 @@ Denis Rouzaud 2013-08-14 fix warning -Larry Shaffer 2013-08-13 +Larry Shaffer 2013-08-13 [labeling] Unit tests update @@ -187817,7 +199857,7 @@ Denis Rouzaud 2013-08-13 do not use pattern -Matthias Kuhn 2013-08-13 +Matthias Kuhn 2013-08-13 [SIP] Change all occurences of convert[From|To]Instance to convert[From|To]Type Removal of these deprecated calls is expected to improve stability @@ -187834,7 +199874,7 @@ Radim Blazek 2013-08-13 Disable VSI cache before GDALRasterIO, workaround for GDAL ticket 5170, fixes #8356 -Larry Shaffer 2013-08-12 +Larry Shaffer 2013-08-12 [labeling] Unit test cleanup and add ability to output reports on bad render checks to web browser @@ -187846,11 +199886,11 @@ Nyall Dawson 2013-08-13 Make sure updateFields() is called before setDisplayField for new vector layers (fix #8311) -Nathan Woodrow 2013-08-13 +Nathan Woodrow 2013-08-13 Set alpha for rubber bands. Fix #8463 -Larry Shaffer 2013-08-12 +Larry Shaffer 2013-08-12 [pluginmanager] Fix horizontal stretch of vertical tabs sidebar @@ -187865,11 +199905,11 @@ Richard Duivenvoorde 2013-06-09 there will be a new QgsPluginManager help file -Matthias Kuhn 2013-08-12 +Matthias Kuhn 2013-08-12 Fix some minor messagebar issues -Juergen E. Fischer 2013-08-07 +Jürgen E. Fischer 2013-08-07 update for visual c++ 2010: * use shorter target names for python plugins @@ -187884,7 +199924,7 @@ Alexander Bruy 2013-08-12 fix copying to clipboard in fTools (closes #8442) -Matthias Kuhn 2013-08-12 +Matthias Kuhn 2013-08-12 Get rid of compiler warnings @@ -187892,7 +199932,7 @@ Werner Macho 2013-08-12 translation update: hu by Zoltan -Nathan Woodrow 2013-08-12 +Nathan Woodrow 2013-08-12 Fix #7012 @@ -187901,7 +199941,7 @@ Minoru Akagi 2013-08-12 If ignoreShapeEncoding is false, clear SHAPE_ENCODING after creating shapefile with SHAPE_ENCODING="" (fix #8440) Spit: apply SHAPE_ENCODING to shape layer opening -Larry Shaffer 2013-08-08 +Larry Shaffer 2013-08-08 [labeling] Initial python unittest setup and some tests @@ -187930,7 +199970,7 @@ Salvatore Larosa 2013-08-10 [pyqgis-console] more encoding fix. -Victor Olaya 2013-08-09 +Víctor Olaya 2013-08-09 [sextante] edited/added saga descriptions @@ -187938,7 +199978,7 @@ Werner Macho 2013-08-09 translation update: da_DK and es -Juergen E. Fischer 2013-08-09 +Jürgen E. Fischer 2013-08-09 german translation update @@ -187946,7 +199986,7 @@ Artem Popov 2013-08-07 Fix untranslatable strings in qgsstylev2managerdialog.cpp -pcav 2013-08-09 +Paolo Cavallini 2013-08-09 Updated list of IT translators @@ -187961,7 +200001,7 @@ Nyall Dawson 2013-08-09 Add note that non-greedy regular expressions are not supported to function help -pcav 2013-08-08 +Paolo Cavallini 2013-08-08 More IT GUI translation @@ -187981,7 +200021,7 @@ Salvatore Larosa 2013-08-08 [ftools] fix export/add geometry tool: refresh attributes map -Matthias Kuhn 2013-08-08 +Matthias Kuhn 2013-08-08 Split feature tool: Feedback in the messagebar instead of QMessageBox @@ -187989,7 +200029,7 @@ Werner Macho 2013-08-08 translation update: another kr update -Matthias Kuhn 2013-08-08 +Matthias Kuhn 2013-08-08 [attrtable] Dismiss cached data when column is removed (Fix #8405) @@ -187998,14 +200038,14 @@ Alexander Bruy 2013-08-08 [sextante] fix obtaining vector layers Merge: b88b76b510 0523e8984c -alexbruy 2013-08-08 +Alexander Bruy 2013-08-08 Merge pull request #760 from ddanielvaz/partial-fix-7708 Partial fix for #7708 Merge: 6fe077ca17 25c4337338 -alexbruy 2013-08-08 +Alexander Bruy 2013-08-08 Merge pull request #755 from ddanielvaz/fix-4189 @@ -188034,7 +200074,7 @@ Werner Macho 2013-08-08 update frenchu translation Merge: 41f8abb159 001ad1265f -alexbruy 2013-08-08 +Alexander Bruy 2013-08-08 Merge pull request #791 from alexbruy/annotation-dialog @@ -188044,11 +200084,11 @@ Nyall Dawson 2013-08-08 Fix regexp_substr expression to correctly return only first matched group, not entire matched string -Nathan Woodrow 2013-08-08 +Nathan Woodrow 2013-08-08 Follow up for Fix #8411 -Nathan Woodrow 2013-08-08 +Nathan Woodrow 2013-08-08 Fix #8411 @@ -188074,7 +200114,7 @@ Alexander Bruy 2013-08-07 skip NaN values when calculating zonal statistics -Nathan Woodrow 2013-08-07 +Nathan Woodrow 2013-08-07 Remove ERDAS EULA for now. Will be added on release @@ -188082,11 +200122,11 @@ Salvatore Larosa 2013-08-07 [pyqgis-console] small fix for non-ascii chars -Nathan Woodrow 2013-08-07 +Nathan Woodrow 2013-08-07 Don't hardcode alpha in rubberband -Nathan Woodrow 2013-08-07 +Nathan Woodrow 2013-08-07 Add ERDAS ECW licence terms. New licence tab in about dialog @@ -188178,7 +200218,7 @@ Régis Haubourg 2013-08-06 This reverts commit 73142defece5bb47f32af3aca9d322d266c5ebd9. -Matthias Kuhn 2013-08-06 +Matthias Kuhn 2013-08-06 Memory provider iterator: setFields on filtered requests ... so QGIS doesn't crash on name based lookups of attributes @@ -188207,7 +200247,7 @@ Borys Jurgiel 2013-08-04 [Plugin Installer] fix #8410 Merge: 53e6d8c491 9292333acc -Jürgen Fischer 2013-08-04 +Jürgen E. Fischer 2013-08-04 Merge pull request #643 from rduivenvoorde/optionalcleanups @@ -188239,27 +200279,27 @@ Minoru Akagi 2013-08-04 GdalTools: apply selected name filter to -of parameter (fix #8408) -Nathan Woodrow 2013-08-04 +Nathan Woodrow 2013-08-04 Add tooltips for expression builder. Fix #7978 -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments - Only plugin directories should have underscores, targets should have hyphens -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Add missing InvalidDataException import -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Fix settings default and Python type for connection with postgis plugin - Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default -Larry Shaffer 2013-08-03 +Larry Shaffer 2013-08-03 [dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac) @@ -188267,7 +200307,7 @@ Larry Shaffer 2013-08-03 - Enable all triggers for table view Merge: 0367182ce4 4cb5d04848 -volaya 2013-08-03 +Víctor Olaya 2013-08-03 Merge pull request #784 from ricardogsilva/sextante_issue_8407 @@ -188281,15 +200321,15 @@ ricardogsilva 2013-08-03 added the possibility to choose between file or folder for File Parameters in the modeller -Nathan Woodrow 2013-08-03 +Nathan Woodrow 2013-08-03 Add schema for mssql when setting where clause -Nathan Woodrow 2013-08-03 +Nathan Woodrow 2013-08-03 Add __iter__ for QgsFeature -Juergen E. Fischer 2013-08-03 +Jürgen E. Fischer 2013-08-03 german translation update @@ -188329,7 +200369,7 @@ Salvatore Larosa 2013-08-02 [pyqgis-console][fix #8392] automatically removes the redundant char when autoclosing brackets option is enabled -Juergen E. Fischer 2013-08-02 +Jürgen E. Fischer 2013-08-02 Update 'Add WMS Layer...' to 'Add WMTS/WMTS Layer...' (followup d1de07a2) and finish german translation @@ -188338,7 +200378,7 @@ Juergen E. Fischer 2013-08-02 perl -0777 -i.bak -pe 's#Add WMS Layer...(\s+#Add WMS/WMTS Layer...$1 type="unfinished">#' i18n/qgis_*.ts perl -i.bak -pe 's#Add WMS Layer...#Add WMS/WMTS Layer...#' i18n/qgis_*.ts -Matthias Kuhn 2013-08-02 +Matthias Kuhn 2013-08-02 Fix possible crash on exit @@ -188346,11 +200386,11 @@ Werner Macho 2013-08-02 translation update: da by Jacob -Juergen E. Fischer 2013-08-02 +Jürgen E. Fischer 2013-08-02 fix #8396 -Matthias Kuhn 2013-08-01 +Matthias Kuhn 2013-08-01 Fix QgsVectorLayer::EditType API doc @@ -188384,7 +200424,7 @@ Marco Hugentobler 2013-07-31 Quote layer names in raster calculator -pcav 2013-07-31 +Paolo Cavallini 2013-07-31 More IT GUI translation @@ -188409,20 +200449,20 @@ Marco Hugentobler 2013-07-30 Server: apply project related labeling settings -Matthias Kuhn 2013-07-30 +Matthias Kuhn 2013-07-30 [ogr] Rename columns with non-unique name (Fix #8385) -Matthias Kuhn 2013-07-30 +Matthias Kuhn 2013-07-30 Followup for 8414345 Remove unreleased code -Victor Olaya 2013-07-30 +Víctor Olaya 2013-07-30 [sextante] made parameter harcoded in saga shapestogrid algorithm -Matthias Kuhn 2013-07-30 +Matthias Kuhn 2013-07-30 Doc for editor widget types @@ -188430,7 +200470,7 @@ Marco Hugentobler 2013-07-30 Fix rounding in composer item text width calculation -Matthias Kuhn 2013-07-30 +Matthias Kuhn 2013-07-30 [symbology] Markerline does not crash on empty lines (Fix #8381) @@ -188452,15 +200492,15 @@ Nathan Woodrow 2013-07-29 - fix #7926 -Juergen E. Fischer 2013-07-29 +Jürgen E. Fischer 2013-07-29 osgeo4w: update to grass 6.4.3 -Larry Shaffer 2013-07-29 +Larry Shaffer 2013-07-29 [sextante] fix duplicate plugin install target build error -Matthias Kuhn 2013-07-29 +Matthias Kuhn 2013-07-29 Drag and drop editor: Don't crash with hidden field (Fix #8380) @@ -188468,7 +200508,7 @@ Alexander Bruy 2013-07-29 [sextante] add example provider code -Larry Shaffer 2013-07-29 +Larry Shaffer 2013-07-29 Fix some more icon path warnings @@ -188477,7 +200517,7 @@ vmora 2013-07-29 - fix #7926 - the painting is ended if image cannot be allocated in renderer -Matthias Kuhn 2013-07-28 +Matthias Kuhn 2013-07-28 Switch from deprecated sip*Instance* calls to sip*Type* calls Min SIP version 4.8 @@ -188497,55 +200537,55 @@ Salvatore Larosa 2013-07-28 Fix #8366 -Juergen E. Fischer 2013-07-28 +Jürgen E. Fischer 2013-07-28 fix a3c1326 -Juergen E. Fischer 2013-07-28 +Jürgen E. Fischer 2013-07-28 add install of missing API headers -Juergen E. Fischer 2013-07-28 +Jürgen E. Fischer 2013-07-28 use gdb only for crash reports (followup e4fed741) -Larry Shaffer 2013-07-28 +Larry Shaffer 2013-07-28 Fix some icon path warnings -Juergen E. Fischer 2013-07-27 +Jürgen E. Fischer 2013-07-27 remove qgis.xpm from images.qrc (followup 8b5f22eef) -Juergen E. Fischer 2013-07-27 +Jürgen E. Fischer 2013-07-27 debugging improvements -Juergen E. Fischer 2013-07-27 +Jürgen E. Fischer 2013-07-27 labeling: fix missing fonts warning -Juergen E. Fischer 2013-07-27 +Jürgen E. Fischer 2013-07-27 - fix runtime gui warnings - remove xpms - also use qgis-icon-60x60.png as window icon on linux -Juergen E. Fischer 2013-07-27 +Jürgen E. Fischer 2013-07-27 raise Qt dependency to 4.5 -Juergen E. Fischer 2013-07-26 +Jürgen E. Fischer 2013-07-26 qgsexpression: lazy initialization of geometry calculator -Victor Olaya 2013-07-27 +Víctor Olaya 2013-07-27 [sextante] fixed proximity algorithm. modified wrong test model -Victor Olaya 2013-07-27 +Víctor Olaya 2013-07-27 [sextante]renamed wrong saga description file @@ -188553,19 +200593,19 @@ Radim Blazek 2013-07-27 Workaround for GDAL ticket 5170, fixes #8356 -Nathan Woodrow 2013-07-27 +Nathan Woodrow 2013-07-27 Clean up return from form Python init function -Larry Shaffer 2013-07-26 +Larry Shaffer 2013-07-26 Initialize bool for showing label drop shadow debug rectangles -Larry Shaffer 2013-07-26 +Larry Shaffer 2013-07-26 Fix help viewer bundled lib path on Mac with symlink -Juergen E. Fischer 2013-07-26 +Jürgen E. Fischer 2013-07-26 fix vc warnings @@ -188573,11 +200613,11 @@ vinayan 2013-07-26 fix distance matrix k and k-1 issue -Matthias Kuhn 2013-07-26 +Matthias Kuhn 2013-07-26 Dismiss render cache when selection is modified (Fix #8346) -Nathan Woodrow 2013-07-26 +Nathan Woodrow 2013-07-26 Keep the return value of Python init function alive while form open @@ -188593,7 +200633,7 @@ Ivan Mincik 2013-07-26 Slovak translation update. -Juergen E. Fischer 2013-07-25 +Jürgen E. Fischer 2013-07-25 partly revert 1d5712c4 @@ -188605,11 +200645,11 @@ D'Hont René-Luc 2013-07-12 used for getFeatureInfo and getMap WMS Server Request and for describeFeatureType and getFeature WFS Server Request. -Nathan Woodrow 2013-07-25 +Nathan Woodrow 2013-07-25 Change colour of snap marker to make it easier to see -Nathan Woodrow 2013-07-25 +Nathan Woodrow 2013-07-25 Fix missing alpha picker @@ -188659,7 +200699,7 @@ SrNetoChan 2013-06-03 PT_pt GUI Translation -Nathan Woodrow 2013-07-23 +Nathan Woodrow 2013-07-23 Revert "Delete rubberband if deactivating capture tool" Fix #8348 @@ -188669,11 +200709,11 @@ Werner Macho 2013-07-23 translation update: es by carlos -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 [sextante] file selector and iterator buttons can be hidden now in parameters dialog if algorithm does not support them -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 [sextante] fixed error introduced in fields calculator @@ -188692,19 +200732,19 @@ Stéphane Brunner 2013-07-23 Typo in qgis_fr.ts -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 [sextante]fixed preprocessing of parameters -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 [sextante] fixes in saga algs an models -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 added modeler-only tools to simplified classification -Victor Olaya 2013-07-23 +Víctor Olaya 2013-07-23 [sextante] added preprocessing of input params for saga algorithms @@ -188713,7 +200753,7 @@ Werner Macho 2013-07-23 translation update: es, fi, ko_KR thanks to contributors Merge: 5ea75bd5f0 c7ca40a859 -Jürgen Fischer 2013-07-23 +Jürgen E. Fischer 2013-07-23 Merge pull request #761 from minorua/label_enc @@ -188727,33 +200767,33 @@ Daniel Vaz 2013-07-22 Partial fix #7708 -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 symbology-ng: restore rotation (followup 1d5712c) -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 symbology-ng: fix data defined properties of centroid fill markers (fixes #8318) -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 allow debug messages with backtrace on linux -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 symbology-ng: make dump() methods const -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 QgsCredentials: fix sip bindings dbmanager: QgsCredentials is in core (fixes #8345) -Juergen E. Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 sync qgsrasterblock sip (followup eaa27aa4f) Merge: bfcdc9349e 335d7f02b4 -Jürgen Fischer 2013-07-22 +Jürgen E. Fischer 2013-07-22 Merge pull request #758 from 3nids/siprasterblock @@ -188770,7 +200810,7 @@ Werner Macho 2013-07-22 pt-BR translation -Nathan Woodrow 2013-07-22 +Nathan Woodrow 2013-07-22 Auto save Python script file @@ -188778,11 +200818,11 @@ Daniel Vaz 2013-07-21 Fix #4189 -Juergen E. Fischer 2013-07-21 +Jürgen E. Fischer 2013-07-21 indentation update -Juergen E. Fischer 2013-07-21 +Jürgen E. Fischer 2013-07-21 raise cmake dependency to 2.8 @@ -188798,77 +200838,77 @@ Daniel Vaz 2013-07-19 Partial translation -Juergen E. Fischer 2013-07-21 +Jürgen E. Fischer 2013-07-21 test fixes: * use compareWkt in PyGeometry nad PyQgsRectangle * skip PySpatialiteProvider if pyspatialite is unavailable * show information about used fonts -Juergen E. Fischer 2013-07-21 +Jürgen E. Fischer 2013-07-21 topology checker: catch difference error (fixes #7845) -Juergen E. Fischer 2013-07-21 +Jürgen E. Fischer 2013-07-21 renderchecker: create world files -Nathan Woodrow 2013-07-21 +Nathan Woodrow 2013-07-21 Add missing alpha value option for colour ramps -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 gml download: fix progress noise -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 fix warning -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 composer item group: fix destruction -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 wfs feature iterator: support ExactIntersect (fixes #8310) -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 composer: save/restore item groups (fixes #7675) -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 german translation update -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 debian packaging updates -Nathan Woodrow 2013-07-19 +Nathan Woodrow 2013-07-19 Update to new icon. Fix #6688 -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 fix typo -Juergen E. Fischer 2013-07-20 +Jürgen E. Fischer 2013-07-20 browser: add credential dialog (fixes #6044) -Juergen E. Fischer 2013-07-19 +Jürgen E. Fischer 2013-07-19 GdalTools: use int to compare versions (fixes #8323) -Juergen E. Fischer 2013-07-19 +Jürgen E. Fischer 2013-07-19 test fixes: * port python test to sip api v2 (fixes #8314) * introduce compareWkt for more tolerant WKT comparisions in C++ tests * require UTF-8 locale for regression1141 test on linux -Juergen E. Fischer 2013-07-19 +Jürgen E. Fischer 2013-07-19 catch transformation exceptions in pal labeling (fixes #7730) @@ -188891,17 +200931,17 @@ Artem Popov 2013-07-19 Fix misc typos and untranslatable strings -Juergen E. Fischer 2013-07-19 +Jürgen E. Fischer 2013-07-19 fix some tests: * put spatialite test database into temp path * relaxed WKT comparison -Juergen E. Fischer 2013-07-19 +Jürgen E. Fischer 2013-07-19 also determine primary key in spatialite 4 -Victor Olaya 2013-07-19 +Víctor Olaya 2013-07-19 [sextante]adapted some saga names @@ -188915,21 +200955,21 @@ Marco Hugentobler 2013-07-18 Fix scaling of rotated svg markers if printing a QGIS server WMS with QGIS desktop -Victor Olaya 2013-07-18 +Víctor Olaya 2013-07-18 Changed how postexecution errors are handled in algorithms caling external apps Improved R error messages -Victor Olaya 2013-07-17 +Víctor Olaya 2013-07-17 [sextnate] minor algorithm improvements and renaming -Victor Olaya 2013-07-17 +Víctor Olaya 2013-07-17 [sextante] adapted SAGA binding to support different versions in windows and linux -Victor Olaya 2013-07-15 +Víctor Olaya 2013-07-15 Revert "[sextante] removed "lib" prefix in saga calls" @@ -188938,7 +200978,7 @@ Victor Olaya 2013-07-15 Conflicts: python/plugins/sextante/saga/SagaAlgorithm.py -pcav 2013-07-18 +Paolo Cavallini 2013-07-18 More IT GUI translation @@ -188946,7 +200986,7 @@ vmora 2013-07-18 fix rubberband test -Matthias Kuhn 2013-07-18 +Matthias Kuhn 2013-07-18 Some further small improvements to QgsRubberband @@ -188975,7 +201015,7 @@ Hugo Mercier 2013-07-18 refs #8045 Add unit tests for path passed from command line -Juergen E. Fischer 2013-07-18 +Jürgen E. Fischer 2013-07-18 adapt some tests to 'better' wkt (followup b1efd479) @@ -188998,15 +201038,15 @@ Jean-Roc Morreale 2013-07-18 update french translation -Juergen E. Fischer 2013-07-18 +Jürgen E. Fischer 2013-07-18 run REPACK after deleting features (fixes #8317) -Nathan Woodrow 2013-07-18 +Nathan Woodrow 2013-07-18 Disable field in attribute table if field is not editable -Juergen E. Fischer 2013-07-17 +Jürgen E. Fischer 2013-07-17 - introduce qgsDoubleToString for format double with maximum precision - usage in mssql provider fixes #7638 @@ -189028,15 +201068,15 @@ Alexander Bruy 2013-07-17 fix PyQgsMemoryProvider test -Juergen E. Fischer 2013-07-17 +Jürgen E. Fischer 2013-07-17 vector join: put subset string in parentheses (followup af8479e72; closes pull request #571; fixes #7743) -Juergen E. Fischer 2013-07-17 +Jürgen E. Fischer 2013-07-17 manually merge pull request #744 (fixes #7444) -Nathan Woodrow 2013-07-17 +Nathan Woodrow 2013-07-17 Set sip api in __init__.py @@ -189094,11 +201134,11 @@ Werner Macho 2013-07-17 translation update: korea -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 wfs provider: fix support for non-ascii wfs layer names (fix #7848) -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 vector join: fix quoting in subset string @@ -189110,15 +201150,15 @@ D'Hont René-Luc 2013-07-16 Better define a larger clickable area. This commit enlarge the area for point by 2. -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 fix 2fa77362 -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 vector file writer: add support for DBF files (fixes #7507) -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 ogr provider: move REPACK into createSpatialIndex. Don't REPACK in deleteFeatures as there might still be pending changes that depend on the current feature ids (fixes #7472) @@ -189136,45 +201176,45 @@ Nathan Woodrow 2013-07-16 better color uniformity -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 also accept first ellipsoid (followup be7a026190) Merge: 13c71d4507 df627b148d -volaya 2013-07-16 +Víctor Olaya 2013-07-16 Merge pull request #738 from radosuav/sextante_file_extensions [sextante] Append output file extension if missing Merge: 29a4bc0aca be7a026190 -Jürgen Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 Merge pull request #736 from Oslandia/issue7441 fix issue7441 Merge: 2fa7736272 45ab8ccc85 -Jürgen Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 Merge pull request #715 from Oslandia/issue7550 solves Issue7550 -Nathan Woodrow 2013-07-16 +Nathan Woodrow 2013-07-16 Only restore geometry for non custom attribute forms -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 dbmanager: fix spatialite connection error message -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 german translation update Merge: 9093bcd51d eea246a05c -Jürgen Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 Merge pull request #739 from minorua/fixbld @@ -189199,7 +201239,7 @@ Denis Rouzaud 2013-07-16 Visual snapping when adding first node or starting feature (fix #8300) -Nathan Woodrow 2013-07-16 +Nathan Woodrow 2013-07-16 Include system proxies @@ -189207,15 +201247,15 @@ Minoru Akagi 2013-07-16 fix build (follows 0e7b60e) -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 fix windows build of grass fake library -Juergen E. Fischer 2013-07-16 +Jürgen E. Fischer 2013-07-16 fix build on debian squeeze -Nathan Woodrow 2013-07-16 +Nathan Woodrow 2013-07-16 Refresh canvas after show/hide layers. Fix #8096 @@ -189228,18 +201268,18 @@ rmgu 2013-07-15 [sextante] If no extension is specified for an output file append the extension from the selected file filter. -Juergen E. Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 fix #6978 Merge: 133398b390 b54c981341 -Jürgen Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 Merge pull request #730 from palmerj/wfs_client_fixes WFS client fixes -Juergen E. Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 wfs related fixes: - wfs server: only filter by bbox if there was one given (fixes #8287) @@ -189249,7 +201289,7 @@ Juergen E. Fischer 2013-07-15 - spatialindex: return false when an exception on insertion occured Merge: edf32f939b 71c9c36a17 -Jürgen Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 Merge pull request #737 from Oslandia/issue7856 @@ -189271,12 +201311,12 @@ Werner Macho 2013-07-15 changes to norwegian language due to two possibilities and added the new maintainer of the language -Juergen E. Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 also remove superfluous query items from WFS and WCS connections (as in WMS; fixes #7848) -Nathan Woodrow 2013-07-15 +Nathan Woodrow 2013-07-15 Fix #8297. Select all when expression is blank @@ -189284,7 +201324,7 @@ Werner Macho 2013-07-15 translation update: id and no -Juergen E. Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 spatialite: fix handling of empty geometry column (fixes #8299) @@ -189307,7 +201347,7 @@ vmora 2013-07-15 fix issue7441 by automatically setting the projection elipsoid to fit the selected CRS -pcav 2013-07-15 +Paolo Cavallini 2013-07-15 More IT GUI translation @@ -189327,7 +201367,7 @@ Denis Rouzaud 2013-07-15 added oracle raster, sql anywhere icons. Conform colors for raster icon -Juergen E. Fischer 2013-07-15 +Jürgen E. Fischer 2013-07-15 osgeo4w: update to grass 6.4.3RC4 @@ -189357,27 +201397,27 @@ Daniel Vaz 2013-07-14 Fix #5789 -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 wfs server: fix multilinestring parsing -Victor Olaya 2013-07-14 +Víctor Olaya 2013-07-14 [sextante] change saga algorithms to use full name for cmdname -Victor Olaya 2013-07-14 +Víctor Olaya 2013-07-14 [sextante] minor fixes and algorithm changes -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 wfsprovider: also set srsName of changed geometries (followup 1ea6267cb) -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 german translation update -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 wfsprovider: set srsName of new geometries (fixes #7880) @@ -189385,7 +201425,7 @@ Alexander Bruy 2013-07-14 [sextante] update sample script to new API (fix #8278) -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 QGisApp: show commit errors as message bar first @@ -189393,7 +201433,7 @@ Werner Macho 2013-07-14 translation update: es by Carlos -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 QgisApp: use qgsmessageviewer to report commit errors QgsOgcUtils: fix multi geometry type creation and use QgsGeometry types instead of STL templates @@ -189418,7 +201458,7 @@ Jeremy Palmer 2013-06-30 Bug Fix: WFS layers added from the browser no longer prompt the user for the layer coordinates system -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 improve wfs error reporting in server and client @@ -189448,15 +201488,15 @@ Minoru Akagi 2013-07-14 OSGeo4W: make sure that GDAL_FILENAME_IS_UTF8 is YES (fix #8010) -Juergen E. Fischer 2013-07-14 +Jürgen E. Fischer 2013-07-14 qgis server: initialize network cache (fixes #7204) -Nathan Woodrow 2013-07-14 +Nathan Woodrow 2013-07-14 Don't show messagebar for syntax check. No need -Nathan Woodrow 2013-07-14 +Nathan Woodrow 2013-07-14 Use exec file for python console @@ -189467,7 +201507,7 @@ Werner Macho 2013-07-13 translation update: pl -Juergen E. Fischer 2013-07-13 +Jürgen E. Fischer 2013-07-13 dbmanager: adapt to sl4 metadata tables (fixes #8290) @@ -189475,52 +201515,52 @@ Robert Szczepanek 2013-07-13 translation update: pl -Juergen E. Fischer 2013-07-13 +Jürgen E. Fischer 2013-07-13 wfs: minor cleanups and a fixed error message -Juergen E. Fischer 2013-07-13 +Jürgen E. Fischer 2013-07-13 make QgsCompositionChecker less forgiving and readd a svg used in tests (fixes #7731) -Nathan Woodrow 2013-07-13 +Nathan Woodrow 2013-07-13 Don't inlude empty extents in full extents. Fix #7709 -Juergen E. Fischer 2013-07-13 +Jürgen E. Fischer 2013-07-13 project file transform: don't imply we know the band count (fixes #7080, fixes #8283) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Match size and greyscale color intensity for new default raster layer icon to other default layer icons -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure Add Oracle Raster Layer action comes before Add WMS Layer action on Manage Layers toolbar - Should come before Add SQL Anywhere Layer and just after Add Oracle Spatial Layer if all are supported and shown -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure Add SQL Anywhere Layer action comes before Add WMS Layer action on Manage Layers toolbar -Juergen E. Fischer 2013-07-13 +Jürgen E. Fischer 2013-07-13 freebsd support (applies #7909) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Ensure new GPX Layer action comes before Remove Layer action on Manage Layers toolbar Merge: 2df4bdcc88 0017807939 -Jürgen Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 Merge pull request #581 from minorua/georef_nonascii Georeferencer: a fix to support non-ASCII path -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 split geometry: cleanup parts if split failed (followup 6272274f) @@ -189529,25 +201569,25 @@ Pirmin Kalberer 2013-07-12 UI defaults with layer toolbar on the left Merge: cafc3677fd 5256b80b74 -Jürgen Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 Merge pull request #717 from Oslandia/issue7244 geometry: don't check for cut edges and validate the split geometries instead (fixes #7244) -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 spatialite provider: accept empty tables from spatialite 4 (fixes #7664) -Larry Shaffer 2013-07-12 +Larry Shaffer 2013-07-12 Group and sort providers in browser listing by type then name -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 save as: also use numeric postfix in spatialite (followup ac21c6266) -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 fix warning @@ -189558,19 +201598,19 @@ Werner Macho 2013-07-12 Russian translation update. -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 fix a translation string and a german translation -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 indentation update -Nathan Woodrow 2013-07-12 +Nathan Woodrow 2013-07-12 Move spacer to end in attribute dialog -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 wfs provider: remove old featureById and nextFeature gml parsing: don't mistake attributes for features just because the have the same name and some cleanups @@ -189590,7 +201630,7 @@ Denis Rouzaud 2013-07-12 accord wrench to Tim's changes in composer -Nathan Woodrow 2013-07-12 +Nathan Woodrow 2013-07-12 Use positional for str.format(). Fix #8277 @@ -189601,7 +201641,7 @@ Nathan Woodrow 2013-07-12 put cursor on top of identify/action icons -Matthias Kuhn 2013-07-12 +Matthias Kuhn 2013-07-12 Add "New SpatiaLiate Layer" icon and make it accessible from the toolbar @@ -189609,7 +201649,7 @@ Denis Rouzaud 2013-07-12 put cursor on top of identify/action icons -Juergen E. Fischer 2013-07-12 +Jürgen E. Fischer 2013-07-12 oracle provider: fix log message @@ -189630,7 +201670,7 @@ Tim Sutton 2013-07-12 Make composer manager icon more visually consistent with handles of zoom tools and less dominant on toolbar. Merge: 8c7723fa6a 15101bd045 -Jürgen Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 Merge pull request #718 from ddanielvaz/fix-8275 @@ -189647,7 +201687,7 @@ Denis Rouzaud 2013-07-05 SVG icons for project, add layers and help actions -Larry Shaffer 2013-07-11 +Larry Shaffer 2013-07-11 Fix finding QScintilla2 lib: prefer local installs over system @@ -189670,31 +201710,31 @@ Werner Macho 2013-07-11 translation update: es by carlos -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 german translation update -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 dbmanager: fix setting html attributes (fixes #8271) -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 consider data defined svg pattern rotation (fixes #7736) -pcav 2013-07-11 +Paolo Cavallini 2013-07-11 Initial update of IT GUI translation -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 undo: only merge geometry changes on the feature (fixes #8265) -Victor Olaya 2013-07-11 +Víctor Olaya 2013-07-11 [sextante] fixed bug in R installation check in windows -Victor Olaya 2013-07-11 +Víctor Olaya 2013-07-11 [sextante] algorithm fixes and minor changes @@ -189710,7 +201750,7 @@ Werner Macho 2013-07-11 translation updates: korean -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 save as: add a numeric postfix to reserved field ogc_fid when saving to SQLite (fixes #8245) @@ -189750,7 +201790,7 @@ Daniel Vaz 2013-07-10 Fix #8069 -Nathan Woodrow 2013-07-11 +Nathan Woodrow 2013-07-11 Copy joins on duplicate layer. Fix #8243 @@ -189758,22 +201798,22 @@ Daniel Vaz 2013-07-10 Fix #8069 -Nathan Woodrow 2013-07-11 +Nathan Woodrow 2013-07-11 Add label for composer picture search paths. Fix #7764 Merge: 42d57d6f8f 3d6e46856a -Jürgen Fischer 2013-07-10 +Jürgen E. Fischer 2013-07-10 Merge pull request #710 from pka/uidefaults Updated UI defaults (toolbars and panels) for app and composer -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 fix old labeling (fixes #8030) -Juergen E. Fischer 2013-07-11 +Jürgen E. Fischer 2013-07-11 db manager: fix #8146 @@ -189793,11 +201833,11 @@ Pirmin Kalberer 2013-07-10 Updated UI defaults (toolbars and panels) for app and composer -Juergen E. Fischer 2013-07-10 +Jürgen E. Fischer 2013-07-10 postgres provider: reload fields if a cursor query fails (fixes #8242) -Juergen E. Fischer 2013-07-10 +Jürgen E. Fischer 2013-07-10 dbmanager: fix column renaming @@ -189820,15 +201860,15 @@ Werner Macho 2013-07-09 some more string typo fixes -Victor Olaya 2013-07-09 +Víctor Olaya 2013-07-09 [sextante] fixed problem with projections when using file inputs -Victor Olaya 2013-07-09 +Víctor Olaya 2013-07-09 [sextante] algorithm fixes -Victor Olaya 2013-07-09 +Víctor Olaya 2013-07-09 [sextante] removed "lib" prefix in saga calls @@ -189844,11 +201884,11 @@ vmora 2013-07-09 - in addFeatures, if an attribute is a primary key, its value is set to NULL so that sqlite generates a value automagically -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 limit shapefile fieldname to 10 in fieldcalculator and add attribute dialog (fixes #8235) -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 browser: emit layoutAboutToBeChanged() before destroying home item (fixes #8221) @@ -189867,7 +201907,7 @@ Werner Macho 2013-07-09 update GUI translation JA -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 ogr provider: reopen the data source if a REPACK failed (fixes #7540) @@ -189886,25 +201926,25 @@ yoichigmf 2013-07-09 update GUI translation JA -Nathan Woodrow 2013-07-09 +Nathan Woodrow 2013-07-09 Remove __getattr__, __setattr__ for QgsFeature Not such a good idea after all :) -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 french translation: add blank to window title -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 fix 83cf4be9f68 -Juergen E. Fischer 2013-07-09 +Jürgen E. Fischer 2013-07-09 browser: fix crash when removing favourite items from the directory tree (fixes #8236) -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 postgres provider: set length and precision of native floating point types to -1 (fixes #8145) @@ -189916,11 +201956,11 @@ Pirmin Kalberer 2013-07-09 New globe navigation controls (partially fixes #6192) -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 ogr provider: avoid GDAL #4509 (fixes #8232) -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 composer table: - fix api updates (fixes #7781) @@ -189930,19 +201970,19 @@ Salvatore Larosa 2013-07-08 [pyqgis-console][fixes #8230] adds a missing default value in settings -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 nodetool: track layer of selected feature instead of current layer (fixes #7351) -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 help viewer: report errors and make it work from windows build directory -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 fix warnings -Juergen E. Fischer 2013-07-08 +Jürgen E. Fischer 2013-07-08 postgres provider: fix some error messages @@ -189958,7 +201998,7 @@ Werner Macho 2013-07-07 translation update: es by carlos -Juergen E. Fischer 2013-07-07 +Jürgen E. Fischer 2013-07-07 plugin installer: destroy network replies (fixes #8233) @@ -189980,48 +202020,48 @@ Werner Macho 2013-07-06 update translation ja include some improvement by Minoru Akagi -Juergen E. Fischer 2013-07-07 +Jürgen E. Fischer 2013-07-07 debian packaging update -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Default raster layer icon for when generation of raster legend layer icons is disabled -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch QGIS Broswer 'set projection' icon to SVG and from 'magic wand' to variation of new CRS icon - Make browser toolbar icon size honor app's pref -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch custom projection icon to SVG and from 'magic wand' to variation of new CRS icon -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch CRS icon to SVG, simplify it, and update using GIS theme components -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Switch icons in custom CRS dialog to be more consistent with rest of app -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Update new selection clearing icons - Rebuild using GIS theme components - Make yellow RGB values match other selection icons -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Make lock/unlock icon look less distorted and switch to SVG -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Change color of remove icon to red, instead of green -Larry Shaffer 2013-07-06 +Larry Shaffer 2013-07-06 Update new property icons to add whitespace and reduce stroke width @@ -190043,15 +202083,15 @@ Radim Blazek 2013-07-06 set provider request attribute supset only if requested, fixes 7112 and 7267 -Juergen E. Fischer 2013-07-06 +Jürgen E. Fischer 2013-07-06 fix #7217 -Juergen E. Fischer 2013-07-06 +Jürgen E. Fischer 2013-07-06 german translation update -Juergen E. Fischer 2013-07-06 +Jürgen E. Fischer 2013-07-06 fix warning @@ -190086,7 +202126,7 @@ Werner Macho 2013-07-04 update GUI translation ja -Matthias Kuhn 2013-07-04 +Matthias Kuhn 2013-07-04 Merge features: Fix "take attributes from selected feature" Fix #7668 @@ -190097,7 +202137,7 @@ yoichigmf 2013-07-05 update GUI translation ja Merge: c3143e64c3 7221c732fd -Matthias Kuhn 2013-07-04 +Matthias Kuhn 2013-07-04 Merge pull request #695 from minorua/defproj @@ -190107,7 +202147,7 @@ Werner Macho 2013-07-04 fixing tips - thanks to Richard for pointing to it -Juergen E. Fischer 2013-07-04 +Jürgen E. Fischer 2013-07-04 spit: fix truncation issue @@ -190155,7 +202195,7 @@ Denis Rouzaud 2013-07-03 SVG for select icons -Juergen E. Fischer 2013-07-04 +Jürgen E. Fischer 2013-07-04 crssync: exclude some records from updates from GDAL @@ -190167,23 +202207,23 @@ Jean-Roc Morreale 2013-07-04 update french translation -Victor Olaya 2013-07-03 +Víctor Olaya 2013-07-03 [sextante] fixed graticule creation algorithm -Victor Olaya 2013-07-03 +Víctor Olaya 2013-07-03 [sextante]Some algorithm renaming -Victor Olaya 2013-07-03 +Víctor Olaya 2013-07-03 [sextante]adapted SAGA export procedure to SAGA 2.1 -Victor Olaya 2013-07-03 +Víctor Olaya 2013-07-03 [sextante] minor changes in algorithms -Matthias Kuhn 2013-07-03 +Matthias Kuhn 2013-07-03 More const-correctness @@ -190191,7 +202231,7 @@ Werner Macho 2013-07-03 translation update: es by Carlos -Matthias Kuhn 2013-07-03 +Matthias Kuhn 2013-07-03 Let python utils manage all python cleanup @@ -190218,20 +202258,20 @@ Denis Rouzaud 2013-07-03 more SVG icons -Matthias Kuhn 2013-07-03 +Matthias Kuhn 2013-07-03 fix editable attribute of joined fields (fix #7739) Based on pull request 576 by minorua -Nathan Woodrow 2013-07-03 +Nathan Woodrow 2013-07-03 Fix windows build -Matthias Kuhn 2013-07-03 +Matthias Kuhn 2013-07-03 Followup f3e08b5: Actually clean python on systems with newer sip version -Matthias Kuhn 2013-07-03 +Matthias Kuhn 2013-07-03 Only cleanup python with newer sip versions (Fix #8102) @@ -190272,7 +202312,7 @@ yoichigmf 2013-07-02 Conflicts: i18n/qgis_ja.ts -Matthias Kuhn 2013-07-02 +Matthias Kuhn 2013-07-02 Topology checker: No double-delete of rubberbands (Fix #8095) @@ -190291,17 +202331,17 @@ Nathan Woodrow 2013-07-01 SVG icon for identify action -Nathan Woodrow 2013-07-02 +Nathan Woodrow 2013-07-02 Use qRound. Fix windows build -Nathan Woodrow 2013-07-02 +Nathan Woodrow 2013-07-02 Use extents table for ms sql layers for faster loading - Also move feature count logic -Victor Olaya 2013-07-01 +Víctor Olaya 2013-07-01 [sextante] fixed some minor bugs due to new SIP API @@ -190321,22 +202361,22 @@ Nyall Dawson 2013-06-30 Fix dimension calculation in heatmap plugin (fix #8193) -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 fix #8165 Merge: 92b930ac47 7e00e7b1ed -volaya 2013-06-30 +Víctor Olaya 2013-06-30 Merge pull request #677 from radosuav/r_report_fix Save SEXTANTE GRASS r.report output in HTML -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 projection selector: skip unavailable user CRSes (fixes #7377) -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 ows data items: populate data items of other providers (fixes #7857) @@ -190344,38 +202384,38 @@ Werner Macho 2013-06-30 translation update: gl_ES by Xan -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 project properties: rename wfs slots to avoid autoconnect warning -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 spelling fixes -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 grass provider: don't close invalid layers (fixes #7180) -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 QgsGml: append wkb fragments to the last set not the first (fixes #7991) -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 german translation update -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 expression builder widget: hide sample buttons and context menu, when no layer is set (fixes #6802) wfs source select: rename slots to avoid autoconnect warning attribute table: remove stale connect -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 wfs connection dialog: also hide pixmap transformation checkbox ows source select: remove unused slot -Juergen E. Fischer 2013-06-30 +Jürgen E. Fischer 2013-06-30 don't crash when measuring faulty geometry (fixes partially #7991) @@ -190394,19 +202434,19 @@ Richard Duivenvoorde 2013-06-29 dutch translation update -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 fix #7865 -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 fix #8198 -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 postgres provider: remove attribute in reverse order (fixes #8142) -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 save and restore message viewer geometry @@ -190421,7 +202461,7 @@ yoichigmf 2013-06-29 update GUI translation ja -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 new spatialite layer: don't assume epsg id and qgis srsid are the same (fixes #8041) @@ -190429,11 +202469,11 @@ Borys Jurgiel 2013-06-29 [Plugin Installer] Follow up 619558dabc -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 use QFileDialog.getOpenFileNameAndFilter variant when setting last filter (fixes #8138) -Juergen E. Fischer 2013-06-29 +Jürgen E. Fischer 2013-06-29 enable/disable raster tools (fixes #8179) @@ -190444,7 +202484,7 @@ Tim Sutton 2013-06-29 set cursor for mapTools -Matthias Kuhn 2013-06-28 +Matthias Kuhn 2013-06-28 PostgreSQL not working in DB Manager (Fix #8191) @@ -190465,7 +202505,7 @@ Denis Rouzaud 2013-06-28 set cursor for mapTools -Juergen E. Fischer 2013-06-28 +Jürgen E. Fischer 2013-06-28 revert unnecessary api change @@ -190524,7 +202564,7 @@ Marco Hugentobler 2013-06-27 Fix for SVG cache -Matthias Kuhn 2013-06-27 +Matthias Kuhn 2013-06-27 Change default: Don't generate raster thumbnail for legend (Fix #8175) @@ -190623,15 +202663,15 @@ Borys Jurgiel 2013-06-25 [Plugin Installer] Follow up 4ecf3ebd0 (use QgsNetworkManager in plugin installer) -Juergen E. Fischer 2013-06-25 +Jürgen E. Fischer 2013-06-25 fix #8159 -Juergen E. Fischer 2013-06-25 +Jürgen E. Fischer 2013-06-25 german translation update -Juergen E. Fischer 2013-06-25 +Jürgen E. Fischer 2013-06-25 followup 55135d600 @@ -190662,7 +202702,7 @@ Werner Macho 2013-06-25 translation update: fi by Kari -Matthias Kuhn 2013-06-23 +Matthias Kuhn 2013-06-23 QgsVectorLayerFeatureIterator: Don't worry about concurrent edits An iterator will always use the data from the edit buffer which was @@ -190670,7 +202710,7 @@ Matthias Kuhn 2013-06-23 more problems with randomly disappearing or changing features while iterating -Matthias Kuhn 2013-06-23 +Matthias Kuhn 2013-06-23 const-correctness for QgsGeometry @@ -190693,7 +202733,7 @@ Werner Macho 2013-06-24 Russian translation update (half-way) -Juergen E. Fischer 2013-06-24 +Jürgen E. Fischer 2013-06-24 more interface fixes (missing GUI_EXPORT and sip) @@ -190701,11 +202741,11 @@ Artem Popov 2013-06-24 Russian translation update. -Juergen E. Fischer 2013-06-24 +Jürgen E. Fischer 2013-06-24 KeyboardControlHandler: remove unused parameter -Juergen E. Fischer 2013-06-24 +Jürgen E. Fischer 2013-06-24 fix sip build errors @@ -190713,35 +202753,35 @@ Salvatore Larosa 2013-06-23 [fTools] fixes zoom to error in check geometry validity tool -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 fix build error -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 use QgsNetworkManager in plugin installer (fixes #8137) -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 german translation update -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 spelling fixes -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 sip update -Matthias Kuhn 2013-06-23 +Matthias Kuhn 2013-06-23 [memory provider] Don't crash on updateExtent and feature without geometry -Matthias Kuhn 2013-06-23 +Matthias Kuhn 2013-06-23 update extent on delete feature and updategeometry -Juergen E. Fischer 2013-06-23 +Jürgen E. Fischer 2013-06-23 fix build error @@ -190749,11 +202789,11 @@ Giuseppe Sucameli 2013-06-23 DBManager: more SIP API update (fix #8132) -Juergen E. Fischer 2013-06-22 +Jürgen E. Fischer 2013-06-22 missed query builder help in c6a4bb86aa -Juergen E. Fischer 2013-06-22 +Jürgen E. Fischer 2013-06-22 - add missing sip bindings - port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and #8054) @@ -190773,19 +202813,19 @@ yoichigmf 2013-06-22 update Translation GUI ja -Matthias Kuhn 2013-06-22 +Matthias Kuhn 2013-06-22 [spatialite] Fix compile error -Matthias Kuhn 2013-06-22 +Matthias Kuhn 2013-06-22 [spatialite] Implement rewind() -Juergen E. Fischer 2013-06-22 +Jürgen E. Fischer 2013-06-22 fix #8099: useful error message on table_info -Juergen E. Fischer 2013-06-22 +Jürgen E. Fischer 2013-06-22 fix #8131 @@ -190797,7 +202837,7 @@ Werner Macho 2013-06-22 update GUI translation ja Merge: f8d6e32efa bed65cb1f4 -mhugent 2013-06-22 +Marco Hugentobler 2013-06-22 Merge pull request #670 from tqhien/master @@ -190818,11 +202858,11 @@ Hien TRAN-QUANG 2013-06-22 Moved previous commit from core/qgscomposition to apps/qgscomposer as QGIS server uses qgscomposition. -Juergen E. Fischer 2013-06-22 +Jürgen E. Fischer 2013-06-22 german translation update -Juergen E. Fischer 2013-06-21 +Jürgen E. Fischer 2013-06-21 context_help/function_help: - remove en_US postfix @@ -190831,43 +202871,43 @@ Juergen E. Fischer 2013-06-21 - change expression label in QgsQueryBuilder and add context help (partly fixes #8129) -Juergen E. Fischer 2013-06-21 +Jürgen E. Fischer 2013-06-21 vector providers: allow multiple iterators - testing required Merge: 9bbc647c54 6876540302 -Nathan Woodrow 2013-06-22 +Nathan Woodrow 2013-06-22 Merge branch 'iterator' Semi fix #7472. Semi fix #7862 -Nathan Woodrow 2013-06-21 +Nathan Woodrow 2013-06-21 Close active iterators -Nathan Woodrow 2013-06-20 +Nathan Woodrow 2013-06-20 Set filter on iterator: -Nathan Woodrow 2013-06-20 +Nathan Woodrow 2013-06-20 Remove driver -Nathan Woodrow 2013-06-19 +Nathan Woodrow 2013-06-19 Use a new ogr layer per iterator -Juergen E. Fischer 2013-06-20 +Jürgen E. Fischer 2013-06-20 identation update and fix clang 3.3 warnings -Matthias Kuhn 2013-06-20 +Matthias Kuhn 2013-06-20 [dbmanager] Fix python error -Juergen E. Fischer 2013-06-20 +Jürgen E. Fischer 2013-06-20 fix crash in plugin installer @@ -190883,7 +202923,7 @@ Borys Jurgiel 2013-06-20 [Plugin Manager] Fixes #8122: Scroll bar in new plugin manager doesn't work properly -Matthias Kuhn 2013-06-20 +Matthias Kuhn 2013-06-20 [ftools,gdaltools] Errors in Merge Shapefiles and Split vector layer * Fix #8120 @@ -190900,15 +202940,15 @@ yoichigmf 2013-06-20 update GUI translation ja -Juergen E. Fischer 2013-06-19 +Jürgen E. Fischer 2013-06-19 add QgsFontUtils sip bindings and fix doxygen warnings -Juergen E. Fischer 2013-06-19 +Jürgen E. Fischer 2013-06-19 german translation update -Juergen E. Fischer 2013-06-19 +Jürgen E. Fischer 2013-06-19 - move ui defaults to ui_defaults.h - add scripts/mkuidefaults.py to create ui_defaults.h from current @@ -190931,19 +202971,19 @@ Werner Macho 2013-06-19 small changes to topology checker GUI -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [gdaltools] Proximity(raster distance) error (Fix #8115) -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [gdaltools] DEM(Terrain Models) tool error (Fix #8116) -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 Merge feature attributes: Return NULL if unable to calculate -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 "Merge selected features" leads to data loss (Fix #6902) @@ -190960,15 +203000,15 @@ Jacolin 2013-06-19 add missing '('. -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [ftools] Fix basic statistics (Fix #8105) -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [ftools] Fix Line Intersection (Fix #8114) -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 Fix wrong python None type reference counting @@ -190984,15 +203024,15 @@ Werner Macho 2013-06-19 translation update: es by Carlos -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [vectorlayer] Update map extent when feature added / geom changed -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [ftools] Fix distance matrix (Fix #8103) -Matthias Kuhn 2013-06-19 +Matthias Kuhn 2013-06-19 [ftools] Several fixes Fix #8107 Mean coordinates @@ -191066,20 +203106,20 @@ Hugo Mercier 2013-06-17 of GFOSS (Geographic Free and Open Source Software) Desktop tools" (CIG Z3B06FA6D7). -Matthias Kuhn 2013-06-17 +Matthias Kuhn 2013-06-17 Only cleanup python on exit if loaded Fix #8085 -Matthias Kuhn 2013-06-17 +Matthias Kuhn 2013-06-17 [gdaltools] SIP API update -Matthias Kuhn 2013-06-17 +Matthias Kuhn 2013-06-17 [gdaltools] More SIP API updates -Matthias Kuhn 2013-06-17 +Matthias Kuhn 2013-06-17 [gdaltools] More SIP API update @@ -191091,7 +203131,7 @@ Salvatore Larosa 2013-06-14 [pyqgis-console] small update to help -Juergen E. Fischer 2013-06-16 +Jürgen E. Fischer 2013-06-16 german translation update @@ -191099,11 +203139,11 @@ Werner Macho 2013-06-16 pre translation update 10 days to String Freeze -Juergen E. Fischer 2013-06-16 +Jürgen E. Fischer 2013-06-16 fix #8082 -Juergen E. Fischer 2013-06-16 +Jürgen E. Fischer 2013-06-16 fix #8083 (MultiSurfaces not supported) @@ -191121,28 +203161,28 @@ vinayan 2013-06-16 Offline Editing Plugin - Windows Fix -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 Include joined fields when merging QgsFields -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 [attrtable] Fix button checked state The wrong button was checked, when the view mode was not changed with a button click but another event. -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 Adjust data type -Nathan Woodrow 2013-06-16 +Nathan Woodrow 2013-06-16 Change build path.txt to be more unique -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 [ftools] More SIP API updates -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 attribute editor: return NULL QVariant instead of invalid QVariant @@ -191154,19 +203194,19 @@ Jean-Roc Morreale 2013-06-16 update french translation -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 [Gdaltools] SIP API update (Fix #8074) -Matthias Kuhn 2013-06-16 +Matthias Kuhn 2013-06-16 [ftools] Fix "Polygon from layer extent" (#8074) -Larry Shaffer 2013-06-15 +Larry Shaffer 2013-06-15 Save/restore window geometry for change label properties dialog -Larry Shaffer 2013-06-10 +Larry Shaffer 2013-06-10 Fix for #8003, font not written to table when using change label properties tool @@ -191174,55 +203214,55 @@ Larry Shaffer 2013-06-10 - Comboboxes for font family and style - Buttons for underline, strikeout, bold and italic -Juergen E. Fischer 2013-06-15 +Jürgen E. Fischer 2013-06-15 replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066) -Juergen E. Fischer 2013-06-15 +Jürgen E. Fischer 2013-06-15 german translation update -Juergen E. Fischer 2013-06-15 +Jürgen E. Fischer 2013-06-15 fix translation strings (fixes #8057) Merge: fb15725190 3bcf890dba -mhugent 2013-06-15 +Marco Hugentobler 2013-06-15 Merge pull request #661 from leyan/custom_CRS Update CRS cache when deleting a custom CRS -Juergen E. Fischer 2013-06-15 +Jürgen E. Fischer 2013-06-15 german translation update -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 Add documentation for date format in editor widget configuration -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 Fix some memory management issues aka reduce noise in valgrind memory analyzer -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 [ftools] Further SIP API updates -Nathan Woodrow 2013-06-15 +Nathan Woodrow 2013-06-15 Fix python console for Python 2.6 -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 Fix memory leak in ogr provider -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 Fix memory leak in QgsFeature sip api -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 [ftools] Fix "Join attributes by location" @@ -191235,7 +203275,7 @@ Chris Crook 2013-06-14 Som fTools fixes for SIP API updates Merge: fec833f145 964d7b4b8b -Matthias Kuhn 2013-06-15 +Matthias Kuhn 2013-06-15 Merge pull request #660 from minorua/grad_it @@ -191249,7 +203289,7 @@ Minoru Akagi 2013-06-15 fix a iteration -Nathan Woodrow 2013-06-15 +Nathan Woodrow 2013-06-15 Fix crash when creating/loading projects. Fixes #7931 @@ -191260,7 +203300,7 @@ Nathan Woodrow 2013-06-14 [DB Manager] Fixes #8065 -Juergen E. Fischer 2013-06-15 +Jürgen E. Fischer 2013-06-15 also handle ringless polygons with GEOS <3.3 (follows 6370153e) @@ -191288,7 +203328,7 @@ Marco Hugentobler 2013-06-14 Prevent crash in case of invalid geometries -Juergen E. Fischer 2013-06-14 +Jürgen E. Fischer 2013-06-14 add a special value to update threshold spinbox (follows e09683b1) @@ -191300,11 +203340,11 @@ Werner Macho 2013-06-14 translation update: adding new finnish translator and language update -Juergen E. Fischer 2013-06-11 +Jürgen E. Fischer 2013-06-11 some translation string fixes and german translation update -Juergen E. Fischer 2013-06-14 +Jürgen E. Fischer 2013-06-14 run stacktrace to c++filt automatically, when available @@ -191328,7 +203368,7 @@ Borys Jurgiel 2013-06-14 fix #8060 (new SIP API) -Larry Shaffer 2013-06-13 +Larry Shaffer 2013-06-13 Fix for #8052, QGIS 2.0 does not respect labels' scale-based visibility in projects from previous version @@ -191385,7 +203425,7 @@ Radim Blazek 2013-06-12 GRASS feature id fix, tables selection id fix, fixes #6451 -Matthias Kuhn 2013-06-12 +Matthias Kuhn 2013-06-12 Don't crash if embedded group cannot be loaded (Fix #7872) @@ -191419,7 +203459,7 @@ Radim Blazek 2013-06-12 customisation script moved, removed & from customisation menu items labels -Nathan Woodrow 2013-06-12 +Nathan Woodrow 2013-06-12 Don't return null on failed metadata load @@ -191434,23 +203474,23 @@ Borys Jurgiel 2013-06-12 [Plugin Manager] installer fix -Nathan Woodrow 2013-06-12 +Nathan Woodrow 2013-06-12 Fix build error -Nathan Woodrow 2013-06-12 +Nathan Woodrow 2013-06-12 Fix python indentation -Nathan Woodrow 2013-06-12 +Nathan Woodrow 2013-06-12 Don't patch QPyNullVariant if it doesn't exist -Nathan Woodrow 2013-06-12 +Nathan Woodrow 2013-06-12 Fix #8040. Build error with sip -Victor Olaya 2013-06-12 +Víctor Olaya 2013-06-12 [sextante] improved modeler appearance @@ -191513,7 +203553,7 @@ Nathan Woodrow 2013-06-11 [Fix #7964] Ftools-Sum Line length - Fix progress bar -Matthias Kuhn 2013-06-10 +Matthias Kuhn 2013-06-10 Use python None object for NULL attributes @@ -191532,7 +203572,7 @@ Salvatore Larosa 2013-06-11 [FEATURE] [pyqgis-console] Module to generate prepared APIs for calltips and auto-completion -Nathan Woodrow 2013-06-11 +Nathan Woodrow 2013-06-11 Monkey patch __nonzero__ onto QPyNullVariant for easier null check. @@ -191546,23 +203586,23 @@ D'Hont René-Luc 2013-06-08 used by QGIS Server in WMS GetCapabilities and GetContext Request. The user can add an url where he can find information about the layer. -Juergen E. Fischer 2013-06-11 +Jürgen E. Fischer 2013-06-11 also update networkanalysis.sip (following 61e101dd4) -Juergen E. Fischer 2013-06-11 +Jürgen E. Fischer 2013-06-11 debian packaging: replace %Module directive in header for older sip versions in squeeze and lucid (following 61e101dd4) -Nathan Woodrow 2013-06-11 +Nathan Woodrow 2013-06-11 Fix #8034. Sextante SIP update -Nathan Woodrow 2013-06-11 +Nathan Woodrow 2013-06-11 Fix #8035. Sip update for plugin installer -Nathan Woodrow 2013-06-11 +Nathan Woodrow 2013-06-11 Fix Python init function call @@ -191604,7 +203644,7 @@ yoichigmf 2013-06-10 update GUI translation JA woked with Minoru Akagi -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Add user notification when defined labeling font is not found on system, then substituted @@ -191615,21 +203655,21 @@ Larry Shaffer 2013-06-09 - Substituted font is not saved with project, unless user applies changes. - Change labeling gui font selector dialog to font family combobox (since only family is being chosen) -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Update label gui and rendering with QgsFontUtils functions -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Add QgsFontUtils class to handle system font queries and style changes -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Check only what's necessary to see if a layer will be labeled - Don't load all settings from QgsPalLayerSettings::readFromLayer -Larry Shaffer 2013-06-09 +Larry Shaffer 2013-06-09 Followup to b383c69. Keep labeling dialog from calling init() twice from vector props dialog @@ -191641,11 +203681,11 @@ Borys Jurgiel 2013-06-10 [Plugin Manager] Fix for compatibility check in QgsPluginInstaller and QgsPluginRegistry -Nathan Woodrow 2013-06-09 +Nathan Woodrow 2013-06-09 Allow keyword args in Python classes. Fix sip headers -Nathan Woodrow 2013-06-03 +Nathan Woodrow 2013-06-03 Add __getattr__ and __setattr__ to QgsFeature @@ -191691,7 +203731,7 @@ Richard Duivenvoorde 2013-06-09 purge old doc/plugins directory -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 QGis => QGIS updates @@ -191699,15 +203739,15 @@ Richard Duivenvoorde 2013-06-09 texts and context help text for pluginmanager -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 more QuantumGIS => QGIS updates -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 german translation update -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 dbmanager: add i18n @@ -191723,11 +203763,11 @@ Borys Jurgiel 2013-06-09 [PluginManager] Move title pages for tabs to the resources. Will be included to translations when the contents is ready. -Victor Olaya 2013-06-09 +Víctor Olaya 2013-06-09 [sextante] removed debug code -Victor Olaya 2013-06-09 +Víctor Olaya 2013-06-09 [sextante] more work on updating to new SIP API @@ -191735,11 +203775,11 @@ Borys Jurgiel 2013-06-09 [PluginManager] Filter by repository under rightclick on the repo list (only active if > 1 repo configured) -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 yet another german translation update -Juergen E. Fischer 2013-06-09 +Jürgen E. Fischer 2013-06-09 allow utf8 in metadata.txt @@ -191763,29 +203803,29 @@ Borys Jurgiel 2013-06-08 [Plugin Manager] Minor fixes and gui tweaks -Juergen E. Fischer 2013-06-08 +Jürgen E. Fischer 2013-06-08 german translation update Merge: 02c29c0cad a939ab1889 -Nathan Woodrow 2013-06-08 +Nathan Woodrow 2013-06-08 Merge SIP v2 update -Nathan Woodrow 2013-06-08 +Nathan Woodrow 2013-06-08 Sextante SIP update -Nathan Woodrow 2013-06-08 +Nathan Woodrow 2013-06-08 Plugin installer sip update -Nathan Woodrow 2013-06-08 +Nathan Woodrow 2013-06-08 Update plugin installer to new API Merge: 014d872f07 02c29c0cad -Nathan Woodrow 2013-06-08 +Nathan Woodrow 2013-06-08 Merge master @@ -191793,18 +203833,18 @@ Borys Jurgiel 2013-06-08 [Plugin Manager] Better sorting by status, minor gui fixes and improvements -Juergen E. Fischer 2013-06-08 +Jürgen E. Fischer 2013-06-08 german translation update -Juergen E. Fischer 2013-06-08 +Jürgen E. Fischer 2013-06-08 postgresql & oracle provider fixes: - start with an empty line edit when entering srids (fixes #8016) - oracle provider: order primary key candidates in views by column id (fixes #8018) - disable non-selectable entries and provide tooltips on why they are disabled -Victor Olaya 2013-06-08 +Víctor Olaya 2013-06-08 [sextante] fixed issue with multiple raster input in gdal merge @@ -191838,19 +203878,19 @@ Radim Blazek 2013-06-07 ogr debug fix -Matthias Kuhn 2013-06-07 +Matthias Kuhn 2013-06-07 [diagrams] Fix scaling and positioning of histograms -Matthias Kuhn 2013-06-07 +Matthias Kuhn 2013-06-07 Fix crash when selecting invalid CRS in new spatialite dialog -Nathan Woodrow 2013-06-07 +Nathan Woodrow 2013-06-07 Fix canvas refresh on layer load -Matthias Kuhn 2013-06-07 +Matthias Kuhn 2013-06-07 [diagrams] Diagram fixes and UI improvements (Fix #7960) * Use correct color for pie chart if only one value is >0 @@ -191860,7 +203900,7 @@ Borys Jurgiel 2013-06-06 [Plugin Manager] Better cope with broken plugins -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 translation update: - update_ts_files.sh: add -f flag ('fast' mode; only update specified languages @@ -191869,48 +203909,48 @@ Juergen E. Fischer 2013-06-06 - unify flag image permission - german translation update -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 fix activateDeactivateLayerRelatedActions (fixes #8005) -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante] fixed delete duplicated geoms algorithm -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante] updated link to sextante chapter in error messages -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante] fixed idle progress bar in execution dialog -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante]added checking for R installation -Larry Shaffer 2013-05-26 +Larry Shaffer 2013-05-26 Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first) -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 german translation update -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 include python parts of plugin installer in ts files and a translation string fix -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante] improvements in batch processing interface -Victor Olaya 2013-06-06 +Víctor Olaya 2013-06-06 [sextante] fixed issue with blank spaces in filenames in OTB Merge: c8ff386695 4d72f82c58 -Matthias Kuhn 2013-06-06 +Matthias Kuhn 2013-06-06 Merge pull request #638 from 3nids/typo @@ -191924,7 +203964,7 @@ Radim Blazek 2013-06-06 ogr virtual layers mix single and multi types in sublayers, fixed feature count, fixes #8001 -Matthias Kuhn 2013-06-06 +Matthias Kuhn 2013-06-06 Don't pile derived attributes (Fix #7850) @@ -191947,7 +203987,7 @@ yoichigmf 2013-06-06 update GUI translation ja with Minoru Akagi -Nathan Woodrow 2013-06-06 +Nathan Woodrow 2013-06-06 Only refresh canvas when needed on drop event @@ -191958,11 +203998,11 @@ Nathan Woodrow 2013-06-05 [Fix #7333] - Zoom to layer does not work anymore for newly created shapefiles -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 german translation update -Juergen E. Fischer 2013-06-06 +Jürgen E. Fischer 2013-06-06 more edit widget fixes: - handle editable state in drag&drop forms like in automatically generated @@ -191981,15 +204021,15 @@ Marco Hugentobler 2013-06-05 Clear cached geometries after commit / rollback. Fixes ticket #7950 -Juergen E. Fischer 2013-06-05 +Jürgen E. Fischer 2013-06-05 german translation update -Juergen E. Fischer 2013-06-05 +Jürgen E. Fischer 2013-06-05 get translation stats right by temporary updating all ts files -Juergen E. Fischer 2013-06-05 +Jürgen E. Fischer 2013-06-05 indentation update @@ -192008,7 +204048,7 @@ Ivan Mincik 2013-06-05 Slovak translation update. -Nathan Woodrow 2013-06-05 +Nathan Woodrow 2013-06-05 Use qRound. Rename menu item @@ -192024,7 +204064,7 @@ Borys Jurgiel 2013-05-27 More icons from Robert -Larry Shaffer 2013-05-25 +Larry Shaffer 2013-05-25 Add ability to run plugin installer from build directory @@ -192035,7 +204075,7 @@ Borys Jurgiel 2013-05-19 New Plugin Manager -Matthias Kuhn 2013-06-05 +Matthias Kuhn 2013-06-05 When calling setFields, automatically initalize attributes That what you want most of the time when creating a new feature within a plugin. @@ -192045,7 +204085,7 @@ vinayan 2013-06-05 Offline Editing Plugin - Windows Fix -Nathan Woodrow 2013-06-05 +Nathan Woodrow 2013-06-05 Enable touch for the map canvas on windows @@ -192080,7 +204120,7 @@ Werner Macho 2013-06-04 translation update: eu by asier -Larry Shaffer 2013-06-04 +Larry Shaffer 2013-06-04 Fix for #7993 again, fields are listed twice in labeling data defined menu @@ -192088,23 +204128,23 @@ Larry Shaffer 2013-06-04 - Move code from init() to ctor for fix and to ensure connections are not duplicated - New code also fixes previously unknown issue when loading .qml style -Juergen E. Fischer 2013-06-04 +Jürgen E. Fischer 2013-06-04 optionally label attribute editor widgets on top -Juergen E. Fischer 2013-06-04 +Jürgen E. Fischer 2013-06-04 WebView attribute editor fixes: - allow browsing in readonly mode - add option to open page in default browser - add tooltips to editor push buttons -Juergen E. Fischer 2013-06-04 +Jürgen E. Fischer 2013-06-04 fix #7828 Merge: f9a0a1d1c8 b7c07deff9 -mhugent 2013-06-04 +Marco Hugentobler 2013-06-04 Merge pull request #632 from BioEcoForests/master @@ -192145,7 +204185,7 @@ Nyall Dawson 2013-06-04 Fix tests after changing default map overview style -Nathan Woodrow 2013-06-04 +Nathan Woodrow 2013-06-04 Fix projection selection with new files @@ -192153,14 +204193,14 @@ Etienne Tourigny 2013-06-03 fixes for gdaltools info and clipper - raster file dialog filters needs fixing -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Update main options dialog with QgsOptionsDialogBase inheritance - Moved current tab setting to /Windows/Options/tab, as used in QgsOptionsDialogBase - Caveat: old setting /Windows/Options/row is not honored on first launch after update -Nathan Woodrow 2013-06-04 +Nathan Woodrow 2013-06-04 Patch from Matthias for gdal tools @@ -192168,7 +204208,7 @@ Nyall Dawson 2013-06-04 Fix #7705, remove alpha transparency from default color for map overview frames -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Fix #7993, fields are listed twice in labeling data defined menu @@ -192179,7 +204219,7 @@ Nathan Woodrow 2013-06-03 [sextante] updated to new sip api -Victor Olaya 2013-06-03 +Víctor Olaya 2013-06-03 [sextante] updated to new sip api @@ -192200,7 +204240,7 @@ D'Hont René-Luc 2013-06-03 Secondly if a composerLabel is not in the parameterMap the default value is conserved. -Larry Shaffer 2013-06-03 +Larry Shaffer 2013-06-03 Fix #7969, 'layer source' in vector properties is empty @@ -192225,7 +204265,7 @@ Salvatore Larosa 2013-06-03 [pyqgis-console] update help - shows help at the first launch of the console -Juergen E. Fischer 2013-06-03 +Jürgen E. Fischer 2013-06-03 fix #7353 in case the snapping dialog is not docked @@ -192264,7 +204304,7 @@ Alexander Bruy 2013-06-03 more SIP updates for fTools -Juergen E. Fischer 2013-06-03 +Jürgen E. Fischer 2013-06-03 fix #7982 @@ -192272,35 +204312,35 @@ Marco Hugentobler 2013-06-03 Log WFS errors -Juergen E. Fischer 2013-06-03 +Jürgen E. Fischer 2013-06-03 followup 16ba01f7 for oracle & mssql -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 indentation update -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 fix #7353 -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 else cascade cleanups -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 drop unused QgsMapToolAddVertex, QgsMapToolDeleteVertex and QgsMapToolMoveVertex -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 rename context help from QgsIdentifyResults to QgsIdentifyResultsDialog -Larry Shaffer 2013-06-02 +Larry Shaffer 2013-06-02 Save/restore header state for bookmarks view -Larry Shaffer 2013-06-02 +Larry Shaffer 2013-06-02 Fix #7723, bookmark names not saved @@ -192314,15 +204354,15 @@ D'Hont René-Luc 2013-06-02 Because vector layer without geometry hasn't rendered by QGIS, the QGIS-Server doesn't publish these layer. -Juergen E. Fischer 2013-05-31 +Jürgen E. Fischer 2013-05-31 debian packaging update -Juergen E. Fischer 2013-06-02 +Jürgen E. Fischer 2013-06-02 fix doxygen warning -Larry Shaffer 2013-06-01 +Larry Shaffer 2013-06-01 Fix for #7458, project crashes when loaded from command line @@ -192352,15 +204392,15 @@ Radim Blazek 2013-05-31 OGR provider - virtual sublayers for each geometry type in multi geometry layers, fixes #7895 -Sandro Santilli 2013-05-31 +Sandro Santilli 2013-05-31 Further reduction of instance copies -Sandro Santilli 2013-05-31 +Sandro Santilli 2013-05-31 More const correctness and pass-by-ref -Sandro Santilli 2013-05-30 +Sandro Santilli 2013-05-30 Fix width of line decoration for selected features (ticket #7410) @@ -192395,7 +204435,7 @@ D'Hont René-Luc 2013-05-31 This function has been funded by Ifremer. Merge: 32da891f16 c1797fc737 -mhugent 2013-05-31 +Marco Hugentobler 2013-05-31 Merge pull request #623 from biolds/master @@ -192405,7 +204445,7 @@ Radim Blazek 2013-05-31 GRASS shell cursor shift fix better -Nathan Woodrow 2013-05-31 +Nathan Woodrow 2013-05-31 Fix crash in sip using QString @@ -192428,7 +204468,7 @@ Marco Hugentobler 2013-05-30 Keep selection if exchanging ids for added features, safety check for 0 geometry in splitFeatures method -Juergen E. Fischer 2013-05-30 +Jürgen E. Fischer 2013-05-30 more Quantum GIS => QGIS updates @@ -192449,7 +204489,7 @@ Alexander Bruy 2013-05-30 start update fTools to new SIP api -Larry Shaffer 2013-05-30 +Larry Shaffer 2013-05-30 Add missing signal/slot connection, for limiting labels drawn @@ -192492,11 +204532,11 @@ Radim Blazek 2013-05-30 GRASS v.in.ogr.qgis postgres - set schemas option, fixes #7427 -Juergen E. Fischer 2013-05-30 +Jürgen E. Fischer 2013-05-30 vector layer undo command: remove merging noise -Larry Shaffer 2013-05-29 +Larry Shaffer 2013-05-29 Followup to fix for #7134, label settings not saved in .qml @@ -192514,11 +204554,11 @@ Salvatore Larosa 2013-05-29 [pyqgis-console] set default value for splitters state -Nathan Woodrow 2013-05-29 +Nathan Woodrow 2013-05-29 Fix #7134 -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 german translation update @@ -192533,7 +204573,7 @@ Salvatore Larosa 2013-05-29 [pyqgis-console] again more upadte for sip api v2 -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 - sync sip binding of QgsVectorLayer - [API] introduce signal QgsVectorLayer::beforeRollBack() @@ -192541,13 +204581,13 @@ Juergen E. Fischer 2013-05-29 - avoid validation in nodetool on rollback Merge: d28d2023b6 bc726dcbb5 -Matthias Kuhn 2013-05-29 +Matthias Kuhn 2013-05-29 Merge pull request #620 from slarosa/update_sipapiv2_console more update to console for sipapiv2 -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 fix #4103 @@ -192555,7 +204595,7 @@ Salvatore Larosa 2013-05-29 more update to console for sipapiv2 -Matthias Kuhn 2013-05-29 +Matthias Kuhn 2013-05-29 Show call stack when python console open fails @@ -192574,11 +204614,11 @@ D'Hont René-Luc 2013-05-29 These data are reused by QGIS-Sever in the WMS GetCapabilities request. This capability is sponsored by ifremer. -Matthias Kuhn 2013-05-29 +Matthias Kuhn 2013-05-29 Set default values for python console settings -Nathan Woodrow 2013-05-29 +Nathan Woodrow 2013-05-29 Start sipapi update @@ -192594,33 +204634,33 @@ Marco Hugentobler 2013-05-29 Use rougher polygon cost calculation based on closest border or obstacle -Nathan Woodrow 2013-05-29 +Nathan Woodrow 2013-05-29 Fix add class for graduated renderer. Fix #7726 -Nathan Woodrow 2013-05-29 +Nathan Woodrow 2013-05-29 Fix removing composer legend items. Fix #7874 Fix #7464 -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 add missing sip bindings to QgsSublayersDialog -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 fix build error -Juergen E. Fischer 2013-05-29 +Jürgen E. Fischer 2013-05-29 fix #7925 -Victor Olaya 2013-05-28 +Víctor Olaya 2013-05-28 [sextante] added new v.transform algorithm minor fix in r.stream.stats -Victor Olaya 2013-05-24 +Víctor Olaya 2013-05-24 [sextante] some light code cleaning/polishing @@ -192628,11 +204668,11 @@ Etienne Tourigny 2013-05-28 fix loading of raster and vector files with sublayers ; add vector and raster test files with sublayers -Juergen E. Fischer 2013-05-28 +Jürgen E. Fischer 2013-05-28 we don't have a file menu on osx either (followup c510c449) -Larry Shaffer 2013-05-27 +Larry Shaffer 2013-05-27 Update QgsDataDefinedButton @@ -192643,7 +204683,7 @@ Larry Shaffer 2013-05-27 - Add check for non-matching data field types - Add better truncation of expressions in tool tip and menu -Sandro Santilli 2013-05-28 +Sandro Santilli 2013-05-28 Fix leak of geometry in QgsSelectedFeature destructor @@ -192652,26 +204692,26 @@ Ivan Mincik 2013-05-28 Merge branch 'master' into slovak -Sandro Santilli 2013-05-28 +Sandro Santilli 2013-05-28 Add a QgsDebugCall macro to trace entering/leaving functions Replace manual debugging lines used for the same purpose in a couple of implementation files for node tool. -Juergen E. Fischer 2013-05-28 +Jürgen E. Fischer 2013-05-28 we don't have a file menu anymore (also moves project properties to project menu on windows) -Matthias Kuhn 2013-05-28 +Matthias Kuhn 2013-05-28 [diagrams] save attribute names instead of indices (fix #7914) -Nathan Woodrow 2013-05-28 +Nathan Woodrow 2013-05-28 Don't be so strict with bad geometies in spatial query -Nathan Woodrow 2013-05-28 +Nathan Woodrow 2013-05-28 Load extents from geometry_columns. Fix #7883 @@ -192724,11 +204764,11 @@ yoichigmf 2013-05-27 translation gui ja by minoura , tmizu23, nuimura, Arctictern265, yoichigmf -Juergen E. Fischer 2013-05-27 +Jürgen E. Fischer 2013-05-27 fix 10a91b7fb on some platforms -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 indentation update @@ -192763,29 +204803,29 @@ Werner Macho 2013-05-26 DB Manager Dialog pt_PT translations -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 fix #7907 -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 only catch signals on linux (fixes #7908) -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 Restore 'New Shapefile' (it's also used in the toolbar). This reverts commit ebd76d1a6478457e5f2c7c8970b39f45f7272429. -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 fix #7902 -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 fix #7901 -Juergen E. Fischer 2013-05-26 +Jürgen E. Fischer 2013-05-26 postgres provider: use INT_MIN for unknown srid (fixes #7889) @@ -192793,7 +204833,7 @@ Chris Crook 2013-05-26 Fix to handling of double precision values, and improved test cases for this -Nathan Woodrow 2013-05-26 +Nathan Woodrow 2013-05-26 Show selected CRS. Fix #5563 @@ -192801,18 +204841,18 @@ Marco Hugentobler 2013-05-25 Allow smaller minimum for composer snap grid (ticket #7839) -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 postgres provider fixes: - allow selection of rows with srid 0 (fixes #7889) - fix geometry type assignment of geometry less tables - filter out geometry columns with srids < 0 in browser -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 german translation update -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 legend updates: - when enabling explicit drawing order, intially take legend order @@ -192821,7 +204861,7 @@ Juergen E. Fischer 2013-05-25 order otherwise (fixes #7623) - store/restore active layer -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 fix #7827 @@ -192833,19 +204873,19 @@ Marco Hugentobler 2013-05-25 Fix width of line decoration (ticket #7410) -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 german translation update -Juergen E. Fischer 2013-05-25 +Jürgen E. Fischer 2013-05-25 fix #4470 and #7889 -Larry Shaffer 2013-05-22 +Larry Shaffer 2013-05-22 Fix for label buffer drawing triggered off of just its data defined size in the past (<2.0) -Larry Shaffer 2013-05-24 +Larry Shaffer 2013-05-24 Fix init flag order in QgsOptionsDialogBase (thanks Borys) @@ -192865,11 +204905,11 @@ SrNetoChan 2013-05-24 DB Manager pt_PT translations -Matthias Kuhn 2013-05-24 +Matthias Kuhn 2013-05-24 [Fix #7892] Fields properties: Fix sorting by id (numeric) -Matthias Kuhn 2013-05-24 +Matthias Kuhn 2013-05-24 [Fix #7867] Fix field properties config dialog @@ -192877,16 +204917,16 @@ nyalldawson 2013-05-24 Fix crash with render caching and feature blending combination -Matthias Kuhn 2013-05-24 +Matthias Kuhn 2013-05-24 Add ownership management to the MapLayerRegistry -pcav 2013-05-24 +Paolo Cavallini 2013-05-24 Miro edits to IT GUI Merge: 1902af567d 0dcd9ebe8e -mhugent 2013-05-23 +Marco Hugentobler 2013-05-23 Merge pull request #586 from vinayan/offlineedit @@ -192927,7 +204967,7 @@ Ivan Mincik 2013-05-23 Updating Slovak translation strings file. -Juergen E. Fischer 2013-05-23 +Jürgen E. Fischer 2013-05-23 fix #7888 @@ -192956,7 +204996,7 @@ Chris Crook 2013-05-23 Updating AUTHORS Merge: ac9736b998 700d12f7ec -mhugent 2013-05-23 +Marco Hugentobler 2013-05-23 Merge pull request #604 from matthias-kuhn/wmsfix @@ -192976,7 +205016,7 @@ Giuseppe Sucameli 2013-05-22 [FEATURE] DBManager: allow to store SQL queries in the project file -Juergen E. Fischer 2013-05-22 +Jürgen E. Fischer 2013-05-22 german translation fix @@ -192997,7 +205037,7 @@ SrNetoChan 2013-05-22 Portuguese Translations -Matthias Kuhn 2013-05-22 +Matthias Kuhn 2013-05-22 Fix bad WMS server performance @@ -193009,7 +205049,7 @@ Salvatore Larosa 2013-05-22 [pyqgis-console] enables to select multiple files to load in the file editor -Matthias Kuhn 2013-05-22 +Matthias Kuhn 2013-05-22 QgsExpression takes const QgsFeature as pointer and by reference @@ -193025,11 +205065,11 @@ Werner Macho 2013-05-22 translation updates for da and gl -Juergen E. Fischer 2013-05-22 +Jürgen E. Fischer 2013-05-22 introduce MAPSERVER_SKIP_ECW setting to disable ECW support in mapserver -Juergen E. Fischer 2013-05-22 +Jürgen E. Fischer 2013-05-22 reduce debugging noise in pal labeling @@ -193051,26 +205091,26 @@ Nathan Woodrow 2013-05-22 Allow unprepared execution of QgsExpression -Matthias Kuhn 2013-05-22 +Matthias Kuhn 2013-05-22 Allow unprepared execution of QgsExpression -Matthias Kuhn 2013-05-22 +Matthias Kuhn 2013-05-22 [Fix #7877] Crash when saving layer style as qml -Juergen E. Fischer 2013-05-22 +Jürgen E. Fischer 2013-05-22 yet another german translation update Merge: 2acea9fb22 83eff76c77 -Jürgen Fischer 2013-05-21 +Jürgen E. Fischer 2013-05-21 Merge pull request #600 from slarosa/master Update translation script -Juergen E. Fischer 2013-05-22 +Jürgen E. Fischer 2013-05-22 fix #7853 @@ -193087,23 +205127,23 @@ Salvatore Larosa 2013-05-21 [pyqgis-console] increases height of the row in QListView and QTreeWidget for Windows OS - small fixes for the run script command -Larry Shaffer 2013-05-21 +Larry Shaffer 2013-05-21 Update Mac INSTALL notes - Fix registered copyright symbol in .t2t files -Juergen E. Fischer 2013-05-21 +Jürgen E. Fischer 2013-05-21 enable/disable layer dependant actions: - select by expression requires active layer - labeling requires and active vector layer -Juergen E. Fischer 2013-05-21 +Jürgen E. Fischer 2013-05-21 german translation update -Juergen E. Fischer 2013-05-21 +Jürgen E. Fischer 2013-05-21 expression translation fixes @@ -193124,7 +205164,7 @@ Marco Hugentobler 2013-05-21 Move layer selection menu a few pixel to the right / bottom Merge: 70b6821d53 cbc014edbf -Jürgen Fischer 2013-05-21 +Jürgen E. Fischer 2013-05-21 Merge pull request #598 from ccrook/master @@ -193134,7 +205174,7 @@ Chris Crook 2013-05-21 Adding missing test data files -Nathan Woodrow 2013-05-21 +Nathan Woodrow 2013-05-21 Reduce margins in properties dialog @@ -193147,11 +205187,11 @@ Werner Macho 2013-05-20 adding new language Bengali on request -Larry Shaffer 2013-05-20 +Larry Shaffer 2013-05-20 Turn off buffer size-trigger fix for <2.0 projects until better solution is implemented -Larry Shaffer 2013-05-15 +Larry Shaffer 2013-05-15 Update labeling gui and add expression support as data defined value @@ -193172,13 +205212,13 @@ Radim Blazek 2013-05-20 raster identify - keep format above others -Juergen E. Fischer 2013-05-20 +Jürgen E. Fischer 2013-05-20 - Quantum GIS => QGIS update - integrate PythonConsole help into main translation - allow referencing QGIS images in context help(viewer) -Juergen E. Fischer 2013-05-20 +Jürgen E. Fischer 2013-05-20 german translation update @@ -193194,11 +205234,11 @@ Salvatore Larosa 2013-05-20 - allow to save state for console splitter - fix for mousePressEvent into console -Juergen E. Fischer 2013-05-20 +Jürgen E. Fischer 2013-05-20 fix some tests and some doxygen warnings -Juergen E. Fischer 2013-05-19 +Jürgen E. Fischer 2013-05-19 german translation fix @@ -193206,7 +205246,7 @@ Giuseppe Sucameli 2013-05-20 gdaltools: move clipper dialog on top when the user ends to define a new extent (fix #7783) -Juergen E. Fischer 2013-05-19 +Jürgen E. Fischer 2013-05-19 debian packaging update for sid @@ -193227,7 +205267,7 @@ Marco Bernasocchi 2013-05-19 make cmake honor PYTHON_LIBRARY and find the default both in x86 (tested on ubuntu 12.10 64) and android -Nathan Woodrow 2013-05-19 +Nathan Woodrow 2013-05-19 Expose alpha on raster colour dialog @@ -193282,51 +205322,51 @@ Giuseppe Sucameli 2013-05-18 open project file using text mode (fix #7735) -Matthias Kuhn 2013-05-18 +Matthias Kuhn 2013-05-18 [Fix #7858] Toggle editing mode resets edit widget And introduces full mapping between table row and field index ( Fix for loosing index mapping after sorting rows ) -Matthias Kuhn 2013-05-18 +Matthias Kuhn 2013-05-18 [attrtable] Fix column synchronization Columns have been missing, after removing all columns and readding them -Matthias Kuhn 2013-05-18 +Matthias Kuhn 2013-05-18 [Fix #7849] Layer properties > fields delete correct field -Juergen E. Fischer 2013-05-18 +Jürgen E. Fischer 2013-05-18 translation update -Juergen E. Fischer 2013-05-15 +Jürgen E. Fischer 2013-05-15 indentation update -Juergen E. Fischer 2013-05-18 +Jürgen E. Fischer 2013-05-18 debian packaging update -Larry Shaffer 2013-05-17 +Larry Shaffer 2013-05-17 Fix #7835, opening WMS layer properties causes crash -Matthias Kuhn 2013-05-17 +Matthias Kuhn 2013-05-17 [attrtable] Make sure editor widget background is not transparent -Matthias Kuhn 2013-05-17 +Matthias Kuhn 2013-05-17 Small fixes * Fix minor memory leak in attribute dialog * Safety check in dual view -Matthias Kuhn 2013-05-17 +Matthias Kuhn 2013-05-17 [Fix #7806] Be more verbose in "invalid layer" dialog -Matthias Kuhn 2013-05-17 +Matthias Kuhn 2013-05-17 Fix wmsserver: Do not manipulate maplayerregistry directly @@ -193338,7 +205378,7 @@ Marco Hugentobler 2013-05-17 Fix generation of empty layer/style entries -Matthias Kuhn 2013-05-17 +Matthias Kuhn 2013-05-17 Disallow changing of map layer registry directly QgsMapLayerRegistry::mapLayers() returned reference is now const @@ -193357,15 +205397,15 @@ vinayan 2013-05-16 modified topology checker mostly GUI overhaul -Nathan Woodrow 2013-05-17 +Nathan Woodrow 2013-05-17 Return rgba from ramp_color -Nathan Woodrow 2013-05-17 +Nathan Woodrow 2013-05-17 Add aplha to colour ramp -Nathan Woodrow 2013-05-17 +Nathan Woodrow 2013-05-17 Return rgb from all colour functions @@ -193383,7 +205423,7 @@ Werner Macho 2013-05-14 modified topology checker mostly GUI overhaul Merge: 36bf93c0d2 b7ef48aee3 -mhugent 2013-05-16 +Marco Hugentobler 2013-05-16 Merge pull request #592 from matthias-kuhn/fix-7405 @@ -193397,7 +205437,7 @@ Marco Hugentobler 2013-05-16 Implement rubberbands for layer selection mode -Juergen E. Fischer 2013-05-16 +Jürgen E. Fischer 2013-05-16 drop qgis_help.db and debian packaging update @@ -193410,7 +205450,7 @@ Radim Blazek 2013-05-15 fixed raster paletted renderer for no data, fixes #7139 -Matthias Kuhn 2013-05-15 +Matthias Kuhn 2013-05-15 [Fix #7405] Graduated renderer: Feature count 0 with scale or rotation @@ -193422,7 +205462,7 @@ Radim Blazek 2013-05-15 removed raster layer drawing style getter/setter -Matthias Kuhn 2013-05-15 +Matthias Kuhn 2013-05-15 Revert "[qgis_help] Detect proper resource path when running from build dir" @@ -193451,20 +205491,20 @@ Marco Hugentobler 2013-05-15 Invert layer crs if wms version is not 1.1.1 (covers the case where wms version is given as 1.3 instead 1.3.0) -Juergen E. Fischer 2013-05-15 +Jürgen E. Fischer 2013-05-15 - recover japanese translations lost in 4b76600 - german translation fix -Nathan Woodrow 2013-05-15 +Nathan Woodrow 2013-05-15 Refactor activateDeactivateLayerRelatedActions -Nathan Woodrow 2013-05-15 +Nathan Woodrow 2013-05-15 Add field calc to main app window -Juergen E. Fischer 2013-05-13 +Jürgen E. Fischer 2013-05-13 - integrate function_help and context_help to translation files - add some german function help updates @@ -193499,15 +205539,15 @@ D'Hont René-Luc 2013-05-14 mFormatString attribute. The second is used for base64 but not for mode. This commit corrected it. -Juergen E. Fischer 2013-05-14 +Jürgen E. Fischer 2013-05-14 postgres provider: fix b85af12c -Juergen E. Fischer 2013-05-14 +Jürgen E. Fischer 2013-05-14 postgres provider: avoid noise when layer_style table doesn't exist -Victor Olaya 2013-05-14 +Víctor Olaya 2013-05-14 [sextante] fixed issue in GRASS installation test @@ -193558,15 +205598,15 @@ nyalldawson 2013-05-13 Add blend mode option for features, allows blending to be used between features in a layer -Nathan Woodrow 2013-05-14 +Nathan Woodrow 2013-05-14 Fix build error -Victor Olaya 2013-05-13 +Víctor Olaya 2013-05-13 [sextante] cleaned some unnecessary code from last commit -Victor Olaya 2013-05-13 +Víctor Olaya 2013-05-13 [sextante] improved modeler appearance with Bezier curves @@ -193578,19 +205618,19 @@ Werner Macho 2013-05-13 translation update: ja by Yoichi and his team -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [attrtable] Update context help -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [qgis_help] Detect proper resource path when running from build dir -Juergen E. Fischer 2013-05-13 +Jürgen E. Fischer 2013-05-13 add to german function help -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 GUI (Vector layer properties) QSplitter for fields properties tab @@ -193606,15 +205646,15 @@ vinayan 2013-05-12 fix offline editing plugin -Nathan Woodrow 2013-05-13 +Nathan Woodrow 2013-05-13 Change -> to → in function help -Juergen E. Fischer 2013-05-13 +Jürgen E. Fischer 2013-05-13 sip also doesn't like public (followup 0ec5dc4 and fa0a9b7) -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 Emit finshed signal, when the vector layer cache has been initialized. @@ -193622,23 +205662,23 @@ Borys Jurgiel 2013-05-13 Disable also plugins in user specified directories when running with --noplugins option -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 Use QgsMessageBar instead of QMessageBox -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [Fix #7698] Attributetable crashes on close when valuemap is used -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [Fix #7784] Browser keeps crashing when navigating the tree -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [attrtable] Update title when filter column query changes -Matthias Kuhn 2013-05-13 +Matthias Kuhn 2013-05-13 [Fix #7798] (I)LIKE operator escapes regexp characters before computing regexp @@ -193693,28 +205733,28 @@ nyalldawson 2013-05-11 Add rand and randf functions for generating random numbers -Juergen E. Fischer 2013-05-12 +Jürgen E. Fischer 2013-05-12 german translation update -Juergen E. Fischer 2013-05-12 +Jürgen E. Fischer 2013-05-12 postgres provider: - move available table detection to thread - more progress messages -Juergen E. Fischer 2013-05-12 +Jürgen E. Fischer 2013-05-12 oracle provider: - make searching in meta data table default - also list synonyms - more progress messages -Juergen E. Fischer 2013-05-12 +Jürgen E. Fischer 2013-05-12 allow credential requests from threads -Juergen E. Fischer 2013-05-11 +Jürgen E. Fischer 2013-05-11 don't reload the whole browser model when the project home changes (fixes #7520) @@ -193771,7 +205811,7 @@ vinayan 2013-05-11 ftools-fix broken random selection -Nathan Woodrow 2013-05-11 +Nathan Woodrow 2013-05-11 Add function help @@ -193783,23 +205823,23 @@ Salvatore Larosa 2013-05-10 [pyqgis-console] close bracket automatically -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 german translation update -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 fix another doxygen warning -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 handle bad layer: show unfixable layer count as message bar and skip dialog when list is empty. -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 composer map widget: remove slot for previously removed line width widget -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 oracle & postgres provider: show progress messages when scanning for available geometry columns postgres provider: stop using pg column sizes (fixes #7799) @@ -193810,16 +205850,16 @@ Chris Crook 2013-05-10 Merge resolved -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 localize support links -Juergen E. Fischer 2013-05-10 +Jürgen E. Fischer 2013-05-10 fix doxygen warning Merge: 2caf0e0cbc 59ffd77258 -Jürgen Fischer 2013-05-09 +Jürgen E. Fischer 2013-05-09 Merge pull request #583 from ccrook/delimited_text_bug_fixes_3 @@ -193829,7 +205869,7 @@ nyalldawson 2013-05-10 Disable blend modes when printing or pdf exporting as vector, prevents missing composer items in output -Nathan Woodrow 2013-05-10 +Nathan Woodrow 2013-05-10 Add support page link. Load online help manual from help menu @@ -193860,7 +205900,7 @@ Chris Crook 2013-05-06 this was incredibly slow. Have found using line based index is reasonably fast even on quite large (50+Mb) text files. -Juergen E. Fischer 2013-05-09 +Jürgen E. Fischer 2013-05-09 reapply some cleanup to 'styles_to_db' @@ -193883,15 +205923,15 @@ Emilio Loi 2013-05-03 Replaced one occurence of "on database" with "in database" -Juergen E. Fischer 2013-05-09 +Jürgen E. Fischer 2013-05-09 german translation update -Juergen E. Fischer 2013-05-09 +Jürgen E. Fischer 2013-05-09 oracle provider: add context help -Juergen E. Fischer 2013-05-09 +Jürgen E. Fischer 2013-05-09 wms provider: add trailing slash, if url path is empty otherwise and clear tileset list, when a tileless wms server is connected @@ -193972,11 +206012,11 @@ Radim Blazek 2013-05-07 raster 3 band taransparency, fixes #7748, thanks to Mathieu Pellerin -Matthias Kuhn 2013-05-07 +Matthias Kuhn 2013-05-07 Followup for 524e142: Fix compile error in non-debug version -Matthias Kuhn 2013-05-07 +Matthias Kuhn 2013-05-07 [Fix #7772] Check attribute index before setting attribute to avoid crash @@ -193992,11 +206032,11 @@ Etienne Tourigny 2013-05-06 fix single band pseudo sort toolbutton size (#7138) -Juergen E. Fischer 2013-05-06 +Jürgen E. Fischer 2013-05-06 allow popups from html wms responses -Victor Olaya 2013-05-06 +Víctor Olaya 2013-05-06 [sextante] fixed union algorithm @@ -194008,11 +206048,11 @@ Etienne Tourigny 2013-05-06 update histogram UI and options (#7619) -Juergen E. Fischer 2013-05-06 +Jürgen E. Fischer 2013-05-06 resolve cyclic include masking QgsDiagramLayerSettings in 2479d8326 on windows -Juergen E. Fischer 2013-05-06 +Jürgen E. Fischer 2013-05-06 fix #7770 @@ -194077,7 +206117,7 @@ Werner Macho 2013-05-05 update french translation -Victor Olaya 2013-05-05 +Víctor Olaya 2013-05-05 [sextante] fixed problem when defining help files for the first time @@ -194088,7 +206128,7 @@ Borys Jurgiel 2013-05-05 write field names in the same encoding as attribute values (fix #4540) -Victor Olaya 2013-05-05 +Víctor Olaya 2013-05-05 [sextante] model outputs are now shown in canvas @@ -194117,15 +206157,15 @@ Salvatore Larosa 2013-05-03 [pyqgis-console] some fix for find text in editor - changes tabs to north -Victor Olaya 2013-05-04 +Víctor Olaya 2013-05-04 [sextante] edited description of OTB orthorectification algorithm -Victor Olaya 2013-05-04 +Víctor Olaya 2013-05-04 [sextante] fixed help edition dialog. -Victor Olaya 2013-05-04 +Víctor Olaya 2013-05-04 [sextante] added back script creation tools to toolbox @@ -194145,62 +206185,62 @@ Leyan 2012-11-04 Update to custom CRS management -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 html identify results: catch loadFinished only once -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 catch system signals and stack trace on linux -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 more spelling fixes -Matthias Kuhn 2013-05-03 +Matthias Kuhn 2013-05-03 [diagrams] Show message on messagebar instead of messagebox And some indentation updates -Matthias Kuhn 2013-05-03 +Matthias Kuhn 2013-05-03 [diagrams] Usability improvements * Choose default attribute value for interpolation if none is set * Remember last used tab * Default for scale dependent visibility matches layer settings -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 fix spelling errors -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 more translation string cleanups -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 german translation update with some string fixes -Juergen E. Fischer 2013-05-03 +Jürgen E. Fischer 2013-05-03 cleanup style to db: - add sip bindings to new methods - table name, sql queries and constants should not be translated - replace QVector with QStringList -Juergen E. Fischer 2013-05-02 +Jürgen E. Fischer 2013-05-02 another indention update -Victor Olaya 2013-05-02 +Víctor Olaya 2013-05-02 Changed default cellsize for SAGA algorithms -Victor Olaya 2013-05-02 +Víctor Olaya 2013-05-02 Adjustments in DEM parameters fro OTB algorithms -Victor Olaya 2013-05-02 +Víctor Olaya 2013-05-02 Added extra advanced options for GRASS algorithm Import/Export @@ -194217,7 +206257,7 @@ Tim Sutton 2013-05-02 [FEATURE] Styles to db - this was approved for late submission prior to the feature freeze -Juergen E. Fischer 2013-05-02 +Jürgen E. Fischer 2013-05-02 fix #7749 @@ -194258,11 +206298,11 @@ Emilio Loi 2013-05-02 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db -Juergen E. Fischer 2013-05-02 +Jürgen E. Fischer 2013-05-02 oracle provider: fix pk where clause -Matthias Kuhn 2013-04-28 +Matthias Kuhn 2013-04-28 Add API to write and read custom data to the layer in a .qgs-file. New signals: @@ -194279,11 +206319,11 @@ Salvatore Larosa 2013-05-02 [pyqgis-console] fixes import warning -Juergen E. Fischer 2013-05-01 +Jürgen E. Fischer 2013-05-01 german translation update -Juergen E. Fischer 2013-05-01 +Jürgen E. Fischer 2013-05-01 indentation update @@ -194337,7 +206377,7 @@ Chris Crook 2013-05-02 Comment changed only -Matthias Kuhn 2013-05-01 +Matthias Kuhn 2013-05-01 [Diagrams] UI-Improvements * Do not allow "fixed size" histograms (makes no sense) @@ -194365,15 +206405,15 @@ PhilippeDorelon 2013-04-30 Update qgsvectorlayereditbuffer.cpp -Victor Olaya 2013-04-30 +Víctor Olaya 2013-04-30 [sextante] fixed blocking typo introduced in cc490fd7acd366 -Victor Olaya 2013-04-30 +Víctor Olaya 2013-04-30 [sextante] Fixed problem when canceling on batch autofill dialog -Victor Olaya 2013-04-30 +Víctor Olaya 2013-04-30 [sextante] Added checking in case model file cannot be save due to permissions @@ -194400,7 +206440,7 @@ Nyall Dawson 2013-04-30 Add blending mode for overview frame, option to invert overview frame -Matthias Kuhn 2013-04-30 +Matthias Kuhn 2013-04-30 [Diagrams] Switch properties dialog to tabs Histograms: @@ -194444,7 +206484,7 @@ Emilio Loi 2013-04-30 src/core/qgsvectorfilewriter.cpp Merge: 7dc0e5180c 2f9cb93ad3 -Matthias Kuhn 2013-04-30 +Matthias Kuhn 2013-04-30 Merge pull request #563 from vinayan/rotateMoveFix @@ -194564,11 +206604,11 @@ Chris Crook 2013-04-30 Using common code for list of encodings -Matthias Kuhn 2013-04-29 +Matthias Kuhn 2013-04-29 Fix for a2b2e16 -Matthias Kuhn 2013-04-29 +Matthias Kuhn 2013-04-29 [Fix #7574] [rubberband] Artifacts when using a rubberband with a single point @@ -194594,7 +206634,7 @@ Borys Jurgiel 2013-04-29 Encoding: produce more compatible .cpg files. Merge: 33d13ccca7 42fc689e60 -Matthias Kuhn 2013-04-29 +Matthias Kuhn 2013-04-29 Merge pull request #568 from 3nids/layer2map @@ -194673,7 +206713,7 @@ Werner Macho 2013-04-28 translation update: fr by JRM Merge: 6b9bc64e32 9d935148e5 -Matthias Kuhn 2013-04-28 +Matthias Kuhn 2013-04-28 Merge pull request #564 from vinayan/fixRubberband @@ -194683,7 +206723,7 @@ Werner Macho 2013-04-28 translation update: Danish by Jacob -Matthias Kuhn 2013-04-28 +Matthias Kuhn 2013-04-28 Allow adding QToolButton's to the toolbars * iface.addToolBarWidget() @@ -194720,7 +206760,7 @@ Borys Jurgiel 2013-04-28 Plugin installer: fix support for qgisMaximumVersion tag. -Juergen E. Fischer 2013-04-27 +Jürgen E. Fischer 2013-04-27 german translation update @@ -194739,19 +206779,19 @@ Werner Macho 2013-04-27 translation update da_DK by Jacob -Victor Olaya 2013-04-27 +Víctor Olaya 2013-04-27 [sextante] added OTB algorithms to simplified list -Juergen E. Fischer 2013-04-27 +Jürgen E. Fischer 2013-04-27 osgeo4w: rename executables to ...-bin.exe to solve clash with .bat -Victor Olaya 2013-04-27 +Víctor Olaya 2013-04-27 [sextante] Improvements in commander -Victor Olaya 2013-04-26 +Víctor Olaya 2013-04-26 [sextante] fixed problem in otb with filepaths containing whitespaces. @@ -194810,7 +206850,7 @@ Alexander Bruy 2013-04-26 [sextante] add missed CMakeLists -Victor Olaya 2013-04-26 +Víctor Olaya 2013-04-26 [sextante] fixed error due to wrong import @@ -194818,11 +206858,11 @@ Chris Crook 2013-04-26 Let users know if no data displayed because all records are badly formatted -Larry Shaffer 2013-04-25 +Larry Shaffer 2013-04-25 Fix for #3743, georeferencer: can't set map coords from map canvas on Mac -Larry Shaffer 2013-04-25 +Larry Shaffer 2013-04-25 Small cleanup for e0838b0 @@ -194851,7 +206891,7 @@ Chris Crook 2013-04-26 Merge branch 'master' into colour_functions -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] added commander @@ -194887,7 +206927,7 @@ Etienne Tourigny 2013-04-22 add cpt-city selections to distribution -Juergen E. Fischer 2013-04-25 +Jürgen E. Fischer 2013-04-25 osgeo4w: make batch files location independant @@ -194907,21 +206947,21 @@ vinayan 2013-04-25 ftools-fix split vector layer -Nathan Woodrow 2013-04-26 +Nathan Woodrow 2013-04-26 Add workaround for loading forms with custom widgets from PyQt4 More information: qt-project.org/forums/viewthread/27098/ -Matthias Kuhn 2013-04-14 +Matthias Kuhn 2013-04-14 Enable pal label testing to qgis_bench -Larry Shaffer 2013-04-24 +Larry Shaffer 2013-04-24 Make sure Analysis menu (sextante) shows up before Window menu on Mac -Larry Shaffer 2013-04-24 +Larry Shaffer 2013-04-24 Small update to Mac notes in INSTALL @@ -194944,15 +206984,15 @@ Radim Blazek 2013-04-24 common raster enums moved to raster namespace -Juergen E. Fischer 2013-04-24 +Jürgen E. Fischer 2013-04-24 wmts: fix dimension support -Victor Olaya 2013-04-24 +Víctor Olaya 2013-04-24 [sextante] fixed #7694. v.clean now accepts decimal values as input -Victor Olaya 2013-04-24 +Víctor Olaya 2013-04-24 [sextante] fixed missing + icons in modeler @@ -194981,7 +207021,7 @@ Alexander Bruy 2013-04-24 [sextante] add separators to context menu -Juergen E. Fischer 2013-04-24 +Jürgen E. Fischer 2013-04-24 fix #7690 @@ -194989,11 +207029,11 @@ Chris Crook 2013-04-24 Making test script a bit more robust -Nathan Woodrow 2013-04-24 +Nathan Woodrow 2013-04-24 Add binding for QgsAttributeDialog -Juergen E. Fischer 2013-04-24 +Jürgen E. Fischer 2013-04-24 german translation update @@ -195002,7 +207042,7 @@ Salvatore Larosa 2013-04-22 [pyqgis-console] fixes #7653 and #7646 - more minor fixes -Victor Olaya 2013-04-17 +Víctor Olaya 2013-04-17 [sextante]new modeler interface @@ -195031,7 +207071,7 @@ Emilio Loi 2013-04-23 Merge branch 'master' of git://github.com/qgis/Quantum-GIS into styles_to_db Merge: 1176bbccc9 0b780b0a5d -Jürgen Fischer 2013-04-23 +Jürgen E. Fischer 2013-04-23 Merge pull request #539 from matthias-kuhn/fix-7639 @@ -195043,7 +207083,7 @@ Marco Lechner, in medias res GmbH 2013-04-22 At the moment QGIS mapserver is relatively strict in interpreting the REQUEST parameter. With this pull QGIS mapserver also accepts non compliant requests not using CamelCase e.g. REQUEST=getcapabilities. This pull does not brake the servers OGC compliance but makes it more tolerant for non-compliant clients. Even the OGC reference implementation (based on deegree ?) is relatively tolerant at this point. -Matthias Kuhn 2013-04-23 +Matthias Kuhn 2013-04-23 [Fix #7674] Transfer ownership of layer to C++ when added to the registry @@ -195130,7 +207170,7 @@ Salvatore Larosa 2013-04-21 - fixes background color for toolbar editor on Windows - minor fixes -Larry Shaffer 2013-04-19 +Larry Shaffer 2013-04-19 Update vector layer properties dialog with vertical tabs @@ -195145,27 +207185,27 @@ Werner Macho 2013-04-21 translation update simplified Chinese by Calvin -Victor Olaya 2013-04-21 +Víctor Olaya 2013-04-21 [sextante] fixed problem with algorithm classification in modeler. It was introduced in commit 7feb1af62f -Victor Olaya 2013-04-21 +Víctor Olaya 2013-04-21 [sextante] added better autoconfiguration for external apps' paths -Victor Olaya 2013-04-21 +Víctor Olaya 2013-04-21 [sextante] improvements in configuration dialog -Victor Olaya 2013-04-21 +Víctor Olaya 2013-04-21 [sextante]Fixed bug in dissolve tool -Victor Olaya 2013-04-19 +Víctor Olaya 2013-04-19 [sextante] removed headers in example scripts -Juergen E. Fischer 2013-04-21 +Jürgen E. Fischer 2013-04-21 osgeo4w: update to grass 6.4.3RC3 @@ -195191,7 +207231,7 @@ William Kyngesburye 2013-04-20 default TauDEM/MPI paths for OS X -Juergen E. Fischer 2013-04-20 +Jürgen E. Fischer 2013-04-20 fix #7461 @@ -195199,11 +207239,11 @@ Salvatore Larosa 2013-04-20 [pyqgis-console] disables tab widget editor if restore tabs is prompted and adds tab tooltip -Matthias Kuhn 2013-04-20 +Matthias Kuhn 2013-04-20 Fix doxygen comments -Matthias Kuhn 2013-04-20 +Matthias Kuhn 2013-04-20 QgsMapLayerRegistry add/remove signals reworked * "theEmitSignal" parameter renamed to addToLegend @@ -195212,11 +207252,11 @@ Matthias Kuhn 2013-04-20 * legendLayersAdded( QList theMapLayers ) signal added * removedAll renamed to removeAll (is emitted BEFORE layers are removed) -Juergen E. Fischer 2013-04-20 +Jürgen E. Fischer 2013-04-20 windows: include SHA in minidump name -Juergen E. Fischer 2013-04-20 +Jürgen E. Fischer 2013-04-20 windows: generate minidump on crash @@ -195240,11 +207280,11 @@ Radim Blazek 2013-04-20 Deleted QgsFreakOutShader -Nathan Woodrow 2013-04-20 +Nathan Woodrow 2013-04-20 Remove project wording from Project menu -Nathan Woodrow 2013-04-20 +Nathan Woodrow 2013-04-20 Change File to Project menu in main screen @@ -195256,11 +207296,11 @@ Radim Blazek 2013-04-19 raster filters moved to pipe node in project file to allow custom filters in future -Victor Olaya 2013-04-19 +Víctor Olaya 2013-04-19 [sextante] removed actions from toolbox, as they can be confusing. The toolbox should contain only algorithms -Victor Olaya 2013-04-19 +Víctor Olaya 2013-04-19 [sextante] Made configuration of algorithm classification available in toolbox @@ -195276,27 +207316,27 @@ Marco Hugentobler 2013-04-19 Fix offset for ellipse renderer -Matthias Kuhn 2013-04-19 +Matthias Kuhn 2013-04-19 [vectorlayercache] properly copy featurerequest -Juergen E. Fischer 2013-04-19 +Jürgen E. Fischer 2013-04-19 fix windows build - add missing CORE_EXPORTs -Matthias Kuhn 2013-04-19 +Matthias Kuhn 2013-04-19 [attributetable] No autofallback to FilterMode::ShowVisible As soon as extents of the map canvas changed, the filter showvisible was reapplied without a reason Merge: 31cecdbc51 7fff92ac1d -matthias-kuhn 2013-04-19 +Matthias Kuhn 2013-04-19 Merge pull request #544 from rduivenvoorde/rubberband#7628 fix #7628 -Matthias Kuhn 2013-04-19 +Matthias Kuhn 2013-04-19 Fix attributetable and vectorlayercache * In the attributetable there was a mess with references and pointers, originating from 66fadee8ef. @@ -195341,7 +207381,7 @@ Chris Crook 2013-04-19 Minor help file improvements -Juergen E. Fischer 2013-04-18 +Jürgen E. Fischer 2013-04-18 fix #7642 @@ -195353,7 +207393,7 @@ Richard Duivenvoorde 2013-04-18 removing vertices from the end. actual fix for #7628 was to not remove the last node, but the one before that. -Juergen E. Fischer 2013-04-18 +Jürgen E. Fischer 2013-04-18 german translation update @@ -195365,7 +207405,7 @@ Werner Macho 2013-04-18 translation update: cz by Jan -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Update new composer item Rendering group box @@ -195374,30 +207414,30 @@ Larry Shaffer 2013-04-18 - Add syncGroup property for collapsible group box functionality - Clean up some old commented-out code (replaced by QgsColorButton with alpha support) -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Set better default drop shadow parameters -Larry Shaffer 2013-04-18 +Larry Shaffer 2013-04-18 Reduce width of histogram widget to fit better in new raster properties dialog -Matthias Kuhn 2013-04-18 +Matthias Kuhn 2013-04-18 [FIX #7609] Fetch and cache data for sorting column in one query -Larry Shaffer 2013-04-16 +Larry Shaffer 2013-04-16 Fix for #7627, wrong label scaling in print or PDF - Add shadow device dpi output (high resolution) - [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling -Juergen E. Fischer 2013-04-18 +Jürgen E. Fischer 2013-04-18 wms provider: make smooth pixmap transformation in wmts optional (followup 6604d2f81) -Matthias Kuhn 2013-04-18 +Matthias Kuhn 2013-04-18 [attributetable] Usability improvements for filters @@ -195405,7 +207445,7 @@ Chris Crook 2013-04-18 Additional documentation -Matthias Kuhn 2013-04-18 +Matthias Kuhn 2013-04-18 [Fix #7639] Don't compare TypeName when comparing fields @@ -195413,11 +207453,11 @@ Chris Crook 2013-04-18 Error message fixes and more regexp testing -Juergen E. Fischer 2013-04-18 +Jürgen E. Fischer 2013-04-18 wms provider: add TRANSPARENT parameter when image/x-jpegorpng is choosen (followup 6604d2f814) -Matthias Kuhn 2013-04-18 +Matthias Kuhn 2013-04-18 [dnd form designer] Expand items by default @@ -195454,7 +207494,7 @@ Salvatore Larosa 2013-04-18 [pyqgis-console] fixes the undo action when comment/uncomment out code in editor -Juergen E. Fischer 2013-04-17 +Jürgen E. Fischer 2013-04-17 show loading layer in status bar @@ -195485,7 +207525,7 @@ Chris Crook 2013-04-18 Adding testing feature id to test script -Juergen E. Fischer 2013-04-17 +Jürgen E. Fischer 2013-04-17 fix warnings @@ -195500,11 +207540,11 @@ Christian Frugard 2013-04-17 fixes "a class-key must be used when declaring a friend" error on compile -Juergen E. Fischer 2013-04-17 +Jürgen E. Fischer 2013-04-17 fix #7630 - categorized renderer gui produces an empty string category as catch all case, so use it -Matthias Kuhn 2013-04-17 +Matthias Kuhn 2013-04-17 [Fix #7552] drag'n'drop form information not loaded from qml file @@ -195524,30 +207564,30 @@ Emilio Loi 2013-04-17 Now "Save as Default" button ask where to save the style -Victor Olaya 2013-04-17 +Víctor Olaya 2013-04-17 [sextante] Fixed issue when using non-file based vector layers in modeler -Victor Olaya 2013-04-17 +Víctor Olaya 2013-04-17 [sextante] fixed problem when exporting non-file based data to be used by 3rd party apps -Victor Olaya 2013-04-17 +Víctor Olaya 2013-04-17 [sextante] fixed R import bug -Victor Olaya 2013-04-16 +Víctor Olaya 2013-04-16 [sextante] Fixed iterative execution Some additional minor fixes -Juergen E. Fischer 2013-04-17 +Jürgen E. Fischer 2013-04-17 fix windows build Merge: e6f3b2e008 58737b6831 -alexbruy 2013-04-16 +Alexander Bruy 2013-04-16 Merge pull request #526 from vinayan/pip7414 @@ -195610,7 +207650,7 @@ Leyan 2013-04-16 update sip file -Matthias Kuhn 2013-04-16 +Matthias Kuhn 2013-04-16 Fix feature edit selection in filtered feature list @@ -195622,7 +207662,7 @@ Leyan 2013-04-16 call saveAsUserCRS after each call to createFromProj4 -Matthias Kuhn 2013-04-16 +Matthias Kuhn 2013-04-16 Select proper features in filtered feature list @@ -195715,11 +207755,11 @@ Chris Crook 2013-04-16 Fix for handling of numeric columns with comma for decimal point (bug #6719) -Larry Shaffer 2013-04-15 +Larry Shaffer 2013-04-15 Put old theme icons back into source tree under themes_ or icons_old next to current directories -Larry Shaffer 2013-04-15 +Larry Shaffer 2013-04-15 Condense app icon themes down to just one, based upon 'gis' theme @@ -195750,11 +207790,11 @@ Chris Crook 2013-04-16 WIP -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 [Fix #7597] Attribute Table: Reintroduce locale aware sorting -Juergen E. Fischer 2013-04-15 +Jürgen E. Fischer 2013-04-15 fix crash on close in attribute table (layer cache already destroyed when model dtor is called) @@ -195770,11 +207810,11 @@ Radim Blazek 2013-04-15 raster cleanup -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 [Fix test] Set fixed offset angle for reproducable results -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 [Fix diagramtest] replace control image with properly rotated image @@ -195782,11 +207822,11 @@ vinayan 2013-04-15 [Fix #7360] - Fix Dealauney to vector api changes -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 QgsVectorLayerCache: include edit buffer changes as well -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 Dual View: Commit feature edits to edit buffer, when the attribute table is closed or when the view mode is changed @@ -195804,22 +207844,22 @@ Marco Hugentobler 2013-04-15 Start cleaning data defined symbology code -Matthias Kuhn 2013-04-15 +Matthias Kuhn 2013-04-15 Fix javadoc comments -Matthias Kuhn 2013-04-13 +Matthias Kuhn 2013-04-13 Add updateFields() signal, so adding of joined fields is communicated attributeAdded and attributeDeleted signals are only emitted for "real" fields and not for "virtual fields" as in joined fields. Therefore this signal should be used instead to keep track of these -Juergen E. Fischer 2013-04-15 +Jürgen E. Fischer 2013-04-15 indentation update -Juergen E. Fischer 2013-04-15 +Jürgen E. Fischer 2013-04-15 fix windows build @@ -195858,7 +207898,7 @@ nyalldawson 2013-04-15 Add Nyall Dawson to authors -Larry Shaffer 2013-04-05 +Larry Shaffer 2013-04-05 Add drop shadow option to labels @@ -195867,22 +207907,22 @@ Larry Shaffer 2013-04-05 - Add static image blurring function to QgsSymbolLayerV2Utils - Fix rotational offset issue with label backgrounds -Juergen E. Fischer 2013-04-14 +Jürgen E. Fischer 2013-04-14 wms provider: improve cubewerx support -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Followup to 611f77b, better place to trigger gui update -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Better fix for situations like #7602 - In base class, auto-remove corresponding list widget item when stack widget is removed - Minimize band rendering group box stretching if there probably is no combo box choice (e.g. WMS layer) -Larry Shaffer 2013-04-14 +Larry Shaffer 2013-04-14 Fix for #7602, Pyramids and Histogram tabs should be hidden for WMS layers in raster properties dialog @@ -195898,31 +207938,31 @@ Chris Crook 2013-04-14 Final tests enabled -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set QgsCollapsibleGroupBox's collapse-on-uncheck to happen only when clicked by user - This keeps checkable group boxes from being programmatically collapsed when initializing a dialog -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Fix for #7598, CRS info on the lower right corner does not show anymore - Should not affect fix for #7532 -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Update spacing and expansion of widgets in project properties dialog -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set synGroups for raster properties collapsible group boxes -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Set Style tab as default on first opening of raster properties -Larry Shaffer 2013-04-13 +Larry Shaffer 2013-04-13 Fix margin addition in QgsOptionsDialogBase @@ -195946,15 +207986,15 @@ vinayan 2013-04-14 [Fix #7414] - points in polygon does not work -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 fix doxygen and 'unused' warnings -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] fixed issue with header -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 missed a new file in 7990ec48c @@ -195970,11 +208010,11 @@ Emilio Loi 2013-04-13 First attempt to create a load style ui -Matthias Kuhn 2013-04-13 +Matthias Kuhn 2013-04-13 Addes Matthias Kuhn to authors -Matthias Kuhn 2013-04-09 +Matthias Kuhn 2013-04-09 [FIX #5525] Attribute table performance for large tables The selection handling performance has been improved a lot @@ -195993,21 +208033,21 @@ Radim Blazek 2013-04-13 raster no data speed up Merge: f0132dcc6e 7afa4f67ca -Jürgen Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 Merge pull request #502 from nyalldawson/wms_dialog Fix tab order in WMS dialog, change layer control to extended selection mode for usability Merge: 736f765c4a f0dd138868 -mhugent 2013-04-13 +Marco Hugentobler 2013-04-13 Merge pull request #516 from Oslandia/atlas Fix qgsatlascomposition constructor and related Atlas unit tests Merge: 99bf5fac75 e3451bb58a -Jürgen Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 Merge pull request #514 from mbernasocchi/master @@ -196021,11 +208061,11 @@ Emilio Loi 2013-04-13 Now you can add ui files -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] force export to shp in grass algorithms, since v.in.ogr syntax seems to be not always the same and some formats (i.e. GML) are not working -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] minor bug fix in saga/grass installation checking. @@ -196035,15 +208075,15 @@ Radim Blazek 2013-04-13 raster nodata bitmap and reprojector fix; fixes qgis_composerscalebartest -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 fix #7560 -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] made fields in saga polygon dissolve optional -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 wms provider fixes: - use smooth transformation when rescaling tiles @@ -196075,7 +208115,7 @@ Werner Macho 2013-04-13 adding licences for Victor :) -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 fix 0d69d4c6a @@ -196083,7 +208123,7 @@ Werner Macho 2013-04-13 translation update: adding missing strings to be up to date -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 german translation update @@ -196091,11 +208131,11 @@ Emilio Loi 2013-04-13 Changed "save to db" provider capability check -Juergen E. Fischer 2013-04-13 +Jürgen E. Fischer 2013-04-13 ignoreShapeEncoding should only have effect on shapes (follows up fea86ea176) -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] several fixes for supporting optional parameters in modeler @@ -196114,7 +208154,7 @@ Werner Macho 2013-04-13 Update Lithuanian translations Merge: 5d99595c23 fe7f26f85c -mhugent 2013-04-13 +Marco Hugentobler 2013-04-13 Merge pull request #523 from 3nids/dropinvalidchars @@ -196136,11 +208176,11 @@ Chris Crook 2013-04-13 Test development continuing -Victor Olaya 2013-04-13 +Víctor Olaya 2013-04-13 [sextante] removed pydevd imports added by mistake -Larry Shaffer 2013-04-12 +Larry Shaffer 2013-04-12 Update raster properties dialog to vertical tabs @@ -196179,25 +208219,25 @@ Emilio Loi 2013-04-12 Added new option for saving styles on db for vector layers with postgres provider Merge: 61b3e4c414 706ac99a83 -mhugent 2013-04-12 +Marco Hugentobler 2013-04-12 Merge pull request #460 from 3nids/readListEntryDefault Added default value argument for readEntryList -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante]changed 'create grid' algorithm to allow non integer values -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante]improved information when missing 3rd party app before running algorithm -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante] corrected parameter serialization scheme -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante] made ParameterTableField and ParameterString optional. @@ -196211,31 +208251,31 @@ Marco Hugentobler 2013-04-12 Adapt and fix attribute table for new vector api -Juergen E. Fischer 2013-04-12 +Jürgen E. Fischer 2013-04-12 ogr provider: don't ignore set encoding if SHAPE_ENCODING is set although OGR still claims that strings are already UTF-8 Merge: 1a4ce3ecd5 bc67bde0fc -mhugent 2013-04-12 +Marco Hugentobler 2013-04-12 Merge pull request #520 from 3nids/removeaction add removeAction method to layer actions -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante] fixes in gdal/ogr algorithms and more tests -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante] fixed missing import -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante] reintroduced Model->Python conversion -Victor Olaya 2013-04-12 +Víctor Olaya 2013-04-12 [sextante]Fixed issue in algorithms that change projection of output layers @@ -196287,7 +208327,7 @@ Werner Macho 2013-04-12 [FIX #7508] drag'n'drop form generator wrong creation of group container -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 [FIX #7508] drag'n'drop form generator wrong creation of group container @@ -196295,7 +208335,7 @@ Chris Crook 2013-04-12 Adding documentation for data providers -Nathan Woodrow 2013-04-12 +Nathan Woodrow 2013-04-12 Tweak margins on attribute table @@ -196327,13 +208367,13 @@ Werner Macho 2013-04-11 Fix issue #7561 : valueMap or valueRelation not visible in attributeTable -Victor Olaya 2013-04-11 +Víctor Olaya 2013-04-11 [sextante]changed how grass help files are found. Now there's no need to set the help folder, it will look for html pages online instead -Victor Olaya 2013-04-11 +Víctor Olaya 2013-04-11 [sextante] removed saga help files, since they are rather useless @@ -196376,19 +208416,19 @@ Hugo Mercier 2013-04-11 Fix qgsatlascomposition constructor and related Atlas unit tests -Victor Olaya 2013-04-11 +Víctor Olaya 2013-04-11 [sextante] adding missing files from tools reorganization -Victor Olaya 2013-04-11 +Víctor Olaya 2013-04-11 [sextante] add mechanism to allow easily piping grass console output to text file -Victor Olaya 2013-04-11 +Víctor Olaya 2013-04-11 [sextante]Fixed bug in pyculator algorithm -Victor Olaya 2013-04-10 +Víctor Olaya 2013-04-10 [sextante] reorganized sextante tools and how they are exposed and added some tests @@ -196412,11 +208452,11 @@ Alexander Bruy 2013-04-11 [sextante] add missed import -Juergen E. Fischer 2013-04-10 +Jürgen E. Fischer 2013-04-10 fix doxygen warnings -Larry Shaffer 2013-04-10 +Larry Shaffer 2013-04-10 Update recent symbology widget update for cross-platform consistency @@ -196489,11 +208529,11 @@ Nathan Woodrow 2013-04-09 small update of the UI of the symbollayers widgets -Victor Olaya 2013-04-09 +Víctor Olaya 2013-04-09 [sextante] more tests -Victor Olaya 2013-04-09 +Víctor Olaya 2013-04-09 [sextante] moved SilentProgress to independent module @@ -196502,7 +208542,7 @@ Radim Blazek 2013-04-09 GML parser boundedBy fix Merge: 1436056f77 dbf795ed1f -mhugent 2013-04-09 +Marco Hugentobler 2013-04-09 Merge pull request #512 from nyalldawson/blend_mode_fixes @@ -196536,7 +208576,7 @@ nyalldawson 2013-04-06 Use QPainter::CompositionMode for all internal blending variables and functions -Juergen E. Fischer 2013-04-08 +Jürgen E. Fischer 2013-04-08 german translation update @@ -196544,29 +208584,29 @@ Chris Crook 2013-04-09 Delimited text fix compiling -Juergen E. Fischer 2013-04-08 +Jürgen E. Fischer 2013-04-08 also remove transparency tests -Juergen E. Fischer 2013-04-08 +Jürgen E. Fischer 2013-04-08 remove unused layer transparency (and fix some warnings) Merge: a150865e2b 57c23078c7 -Jürgen Fischer 2013-04-08 +Jürgen E. Fischer 2013-04-08 Merge pull request #508 from matthias-kuhn/dual-view-fixes Dual view fixes Merge: 4306632c74 a21fc5a73d -Jürgen Fischer 2013-04-08 +Jürgen E. Fischer 2013-04-08 Merge pull request #510 from matthias-kuhn/field-calculator-perf [FIX #7533] Field calculator is slow -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 [FIX #7533] Field calculator is slow Set the QgsDistanceArea only once and not for every loop cycle. @@ -196584,7 +208624,7 @@ Radim Blazek 2013-04-08 Added QgsRasterIdentifyResult -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 [FIX #7543] Dual View Table/Form: Preview column not saved in project @@ -196595,31 +208635,31 @@ Werner Macho 2013-04-08 [FIX #7477] Topology Checker - Crash as soon a layer is choosen when defining a rule -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 [FIX #7530] Attribute table: Edited feature not updated in single row If only a single row was shown, the outdated cached feature would be shown even when the attribute behind it was edited. -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 [FIX #7529] Attribute table: Crash when changing column filter When using the field calculator and afterwards changing the column filter resulted in a crash -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 Attribute editor, form view: Change selection behavior Text background is now used for the current edit selection The icon shows the feature selection state -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 Attribute table selection: performance improvements When selecting features with the mouse (click and drag) only redraw the map canvas, once the mouse is released. -Matthias Kuhn 2013-04-08 +Matthias Kuhn 2013-04-08 Properly show feature count in attribute table title Total # of features @@ -196662,25 +208702,25 @@ Werner Macho 2013-04-07 translation update: galician by Xan -Juergen E. Fischer 2013-04-07 +Jürgen E. Fischer 2013-04-07 update .qgis to .qgis2 (to be updated on release and some more utf8 fixes (fixes #7537) -Juergen E. Fischer 2013-04-07 +Jürgen E. Fischer 2013-04-07 spatialite isn't optional anymore (offlineediting, osm): - remove configuration options -Juergen E. Fischer 2013-04-07 +Jürgen E. Fischer 2013-04-07 fix #6640 -Juergen E. Fischer 2013-04-07 +Jürgen E. Fischer 2013-04-07 deduce plugin directory from a plugin that actually still exists -Larry Shaffer 2013-04-07 +Larry Shaffer 2013-04-07 Fix #7532, startup forces new project document, even when opening data file @@ -196703,19 +208743,19 @@ Werner Macho 2013-04-07 [FIX #7473] Topology checker-must not have duplicates does not work -Victor Olaya 2013-04-06 +Víctor Olaya 2013-04-06 [sextante]fix for calling SAGA under OSX -Victor Olaya 2013-04-06 +Víctor Olaya 2013-04-06 [sextante] fixed #7525 (problem with checking if external app is installed) -Juergen E. Fischer 2013-04-06 +Jürgen E. Fischer 2013-04-06 adjustments to build on cygwin -Juergen E. Fischer 2013-04-06 +Jürgen E. Fischer 2013-04-06 apply #7521 @@ -196731,7 +208771,7 @@ vinayan 2013-04-06 fix crash as soon a layer is choosen when defining a rule -Juergen E. Fischer 2013-04-06 +Jürgen E. Fischer 2013-04-06 establish that Qwt 6.1 is not currently supported with internal QwtPolar (closes #7495) @@ -196739,7 +208779,7 @@ Radim Blazek 2013-04-06 qgis_bench revision log -Juergen E. Fischer 2013-04-06 +Jürgen E. Fischer 2013-04-06 also use expat include directory in core @@ -196748,7 +208788,7 @@ Alexander Bruy 2013-04-05 remove debug statement Merge: 217e7c1623 9ffc8ee2df -Larry Shaffer 2013-04-05 +Larry Shaffer 2013-04-05 Merge pull request #504 from nyalldawson/blend_modes @@ -196777,7 +208817,7 @@ Nathan Woodrow 2013-04-04 Fix tab order in heatmap dialog -Larry Shaffer 2013-03-28 +Larry Shaffer 2013-03-28 [FEATURE] Add background shapes and svg symbols to labels @@ -196797,15 +208837,15 @@ William Kyngesburye 2013-04-04 bundle osgEarthQt if available -Juergen E. Fischer 2013-04-04 +Jürgen E. Fischer 2013-04-04 missed a file in 052dab819 -Juergen E. Fischer 2013-04-04 +Jürgen E. Fischer 2013-04-04 fix #7503 -Juergen E. Fischer 2013-04-04 +Jürgen E. Fischer 2013-04-04 fix ftools union @@ -196822,7 +208862,7 @@ Alexander Bruy 2013-04-04 fix typo Python test for QgsVectorLayer Merge: 1c6ee9f650 45cd49d268 -mhugent 2013-04-04 +Marco Hugentobler 2013-04-04 Merge pull request #500 from matthias-kuhn/rendering-cache-crash @@ -196834,7 +208874,7 @@ Chris Crook 2013-04-04 Merged with dev master Merge: cbd257d11f 3a4aa8f610 -alexbruy 2013-04-04 +Alexander Bruy 2013-04-04 Merge pull request #501 from nyalldawson/color_control @@ -196848,7 +208888,7 @@ Nyall Dawson 2013-04-04 Fix tab order in WMS dialog, change layer control to extended selection mode for usability -Juergen E. Fischer 2013-04-04 +Jürgen E. Fischer 2013-04-04 fix #7499 @@ -196856,7 +208896,7 @@ Nyall Dawson 2013-04-04 Fix contrast, grayscale and colorize settings not applying to exported raster layers -Matthias Kuhn 2013-04-03 +Matthias Kuhn 2013-04-03 Avoid possible crash in rendering loop As soon as QgsMapLayer::setCacheImage is called while rendering is active, a crash occurs. @@ -196866,7 +208906,7 @@ Radim Blazek 2013-04-03 consider user no data values in GDAL raster statistics and histogram, fixes partialy #3840 -Juergen E. Fischer 2013-04-03 +Jürgen E. Fischer 2013-04-03 also decode Qt colors @@ -196875,14 +208915,14 @@ Radim Blazek 2013-04-03 composer legend - default symbol to label space fix Merge: cf4fd4a153 1de8c76450 -Jürgen Fischer 2013-04-03 +Jürgen E. Fischer 2013-04-03 Merge pull request #498 from matthias-kuhn/feature-request-no-geom [FIX] Show attribute table for layers without geometry Merge: 80f7b5abb2 378a85894e -alexbruy 2013-04-03 +Alexander Bruy 2013-04-03 Merge pull request #499 from nyalldawson/fix_alpha @@ -196916,37 +208956,37 @@ William Kyngesburye 2013-04-02 add framework path to link test to fix OS X SDK problem -Juergen E. Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 translation string fixes and german translation update -Juergen E. Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 indentation update Merge: b48c2dc416 a3634e24b2 -Jürgen Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 Merge pull request #486 from matthias-kuhn/attr-edit-dnd-multi Attribute editor (drag and drop layouter): Proper handling when multiple... Merge: 255b467b46 1b7d94b96b -Jürgen Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 Merge pull request #488 from edigonzales/master http referer for wm(t)s requests Merge: c4645ea0a8 b0355276d8 -Jürgen Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 Merge pull request #496 from matthias-kuhn/fix-7483 [FIX #7483] Attribute table changed selection on layer twice subsequent... Merge: 00ae45befe 002f73ed9c -Jürgen Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 Merge pull request #495 from matthias-kuhn/fix-7485 @@ -196968,21 +209008,21 @@ William Kyngesburye 2013-04-02 clean up qscintilla bundling -Matthias Kuhn 2013-04-02 +Matthias Kuhn 2013-04-02 [FIX] Show attribute table for layers without geometry And add a message to the message log when an iterator is closed due to missing geometry -Juergen E. Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 vector cache: don't try to request geometries, if there aren't any -Matthias Kuhn 2013-04-02 +Matthias Kuhn 2013-04-02 [FIX #7483] Attribute table changed selection on layer twice subsequently This led to a crash and was superfluent -Juergen E. Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 widget fixes: - add sip bindings for new widgets (and some other missing pieces) @@ -196993,7 +209033,7 @@ Juergen E. Fischer 2013-04-02 - show disabled color button with dotted border in actual color instead of grayed-out -Matthias Kuhn 2013-04-02 +Matthias Kuhn 2013-04-02 Don't crash when QgsExpression parser fails to parse a preview column (e.g. column without name) Also removed throwing exception as this has been discouraged. @@ -197030,23 +209070,23 @@ William Kyngesburye 2013-04-01 OS X install updates -Juergen E. Fischer 2013-04-02 +Jürgen E. Fischer 2013-04-02 osgeo4w release preparations -Victor Olaya 2013-04-01 +Víctor Olaya 2013-04-01 [sextante] more tests. Added extra model and script -Victor Olaya 2013-04-01 +Víctor Olaya 2013-04-01 [sextante] modified OTB description to adapt to 3.16 -Victor Olaya 2013-04-01 +Víctor Olaya 2013-04-01 [sextante] added checking to GRASS algorithms -Victor Olaya 2013-04-01 +Víctor Olaya 2013-04-01 Fixed problem with duplicated recent algorithms tree. @@ -197085,7 +209125,7 @@ William Kyngesburye 2013-04-01 update OS X identifiers for version 2 -Juergen E. Fischer 2013-04-01 +Jürgen E. Fischer 2013-04-01 sneak in color edit widget to accompany data defined symbology @@ -197097,7 +209137,7 @@ Tim Sutton 2013-04-01 Also use different settings file for customisations -Nathan Woodrow 2013-04-01 +Nathan Woodrow 2013-04-01 Data defined symbol UI clean up @@ -197114,7 +209154,7 @@ Tim Sutton 2013-04-01 Use ~.qgis2 and ~/.config/QuantumGIS/QGIS2.conf for settings for QGIS 2. Added unit test for memory provider. -Juergen E. Fischer 2013-04-01 +Jürgen E. Fischer 2013-04-01 fix two more warnings @@ -197130,11 +209170,11 @@ nyalldawson 2013-03-31 [FEATURE] Blend modes for composer items -Juergen E. Fischer 2013-04-01 +Jürgen E. Fischer 2013-04-01 german translation update -Juergen E. Fischer 2013-04-01 +Jürgen E. Fischer 2013-04-01 fix build error and a warning @@ -197148,7 +209188,7 @@ Marco Hugentobler 2013-04-01 [Feature]: Merge data defined symbology branch -Nathan Woodrow 2013-04-01 +Nathan Woodrow 2013-04-01 Fix column resize in fields grid, add sorting, reduce margins @@ -197175,23 +209215,23 @@ Werner Macho 2013-03-31 added function help files for pi -Juergen E. Fischer 2013-03-31 +Jürgen E. Fischer 2013-03-31 german translation update -Juergen E. Fischer 2013-03-31 +Jürgen E. Fischer 2013-03-31 indentation update -Juergen E. Fischer 2013-03-31 +Jürgen E. Fischer 2013-03-31 [FEATURE] add widgets for photos and webpages -Juergen E. Fischer 2013-03-30 +Jürgen E. Fischer 2013-03-30 [FEATURE] allow non-numeric keys in postgres and oracle views -Juergen E. Fischer 2013-03-30 +Jürgen E. Fischer 2013-03-30 fix warnings on ignored return values @@ -197213,7 +209253,7 @@ Werner Macho 2013-03-31 pi can be found under Math in Fieldcalculator -Nathan Woodrow 2013-03-31 +Nathan Woodrow 2013-03-31 Rename Save as style to Save in symbol library @@ -197224,19 +209264,19 @@ Nathan Woodrow 2013-03-30 [API] expose mouse wheel to map tools, use it for zoom only if no keyboard modifier pressed -Nathan Woodrow 2013-03-31 +Nathan Woodrow 2013-03-31 Move Init function line edit so visible all the time -Larry Shaffer 2013-03-30 +Larry Shaffer 2013-03-30 Fix cyclical QPaintEvent updates for color button, which caused excessive cpu cycles -Nathan Woodrow 2013-03-31 +Nathan Woodrow 2013-03-31 Add eval to QgsPythonRunner. -Nathan Woodrow 2013-03-31 +Nathan Woodrow 2013-03-31 Reload form module if DEBUGMODE switch set in module @@ -197248,21 +209288,21 @@ Borys Jurgiel 2013-03-30 Don't zoom with mouse wheel if keyboard modifiers pressed -Victor Olaya 2013-03-30 +Víctor Olaya 2013-03-30 [sextante] modeler improvements: added 'save as' button and fixed issue with line endings. Added more tests -Victor Olaya 2013-03-30 +Víctor Olaya 2013-03-30 [sextante] improved error messages when algorithm execution fails -Juergen E. Fischer 2013-03-30 +Jürgen E. Fischer 2013-03-30 german translation update -Juergen E. Fischer 2013-03-30 +Jürgen E. Fischer 2013-03-30 fix warnings @@ -197293,11 +209333,11 @@ Marco Hugentobler 2013-03-30 Data defined properties for point pattern symbollayer -Nathan Woodrow 2013-03-30 +Nathan Woodrow 2013-03-30 Pass fields into new feature in add tool -Nathan Woodrow 2013-03-30 +Nathan Woodrow 2013-03-30 Add overload for QgsFeature with QgsFields @@ -197328,7 +209368,7 @@ Stefan Ziegler 2013-03-29 referer for wfs: one has to modify a lot... stop here and consider only wms -Juergen E. Fischer 2013-03-29 +Jürgen E. Fischer 2013-03-29 german translation update @@ -197352,29 +209392,29 @@ Minoru Akagi 2013-03-21 Fix broken compatibility of table join (project file) (fix #7068) -Victor Olaya 2013-03-29 +Víctor Olaya 2013-03-29 [sextante] modeler tests -Victor Olaya 2013-03-28 +Víctor Olaya 2013-03-28 [sextante] added Polygonize algorithm by Piotr Pociask -Victor Olaya 2013-03-28 +Víctor Olaya 2013-03-28 [sextante] added some extra space in modeler for inputs tab -Victor Olaya 2013-03-28 +Víctor Olaya 2013-03-28 [sextante]Saga algorithms can now have harcoded values in description. Modified SAGA descriptions accordingly and fixed Layer importer to avoid duplicated extensions -Victor Olaya 2013-03-28 +Víctor Olaya 2013-03-28 [sextante] Tests stuff. Added new test models and scripts, geojson testdata and extra tests -Victor Olaya 2013-03-28 +Víctor Olaya 2013-03-28 [sextante] added "delete R script" action @@ -197401,7 +209441,7 @@ Marco Hugentobler 2013-03-28 Data defined properties for simple marker (but shape will come later) -Matthias Kuhn 2013-03-28 +Matthias Kuhn 2013-03-28 Attribute editor (drag and drop layouter): Proper handling when multiple fields are dropped @@ -197420,17 +209460,17 @@ Nathan Woodrow 2013-03-27 Add hue and saturation controls for raster layers -Nathan Woodrow 2013-03-28 +Nathan Woodrow 2013-03-28 Get fid of newly added feature in mssql provider -Larry Shaffer 2013-03-27 +Larry Shaffer 2013-03-27 Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog - Add default title -Larry Shaffer 2013-03-27 +Larry Shaffer 2013-03-27 Move busy indicator dialog out of composer and into own gui class @@ -197464,14 +209504,14 @@ Nyall Dawson 2013-03-28 Move BlendMode enum and functions to QgsMapRenderer Merge: dd9bf7ef70 9aea6adc0e -Jürgen Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 Merge pull request #482 from matthias-kuhn/fix-7379 Fix issue #7379: Crash when attribute table is closed after layer has be... Merge: aa6d22afa3 f28f13cd24 -Jürgen Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 Merge pull request #484 from matthias-kuhn/attribute-table-sort @@ -197486,13 +209526,13 @@ edigonzales 2013-03-27 working on referer option for http requests Merge: 000546740b 429be1e9c5 -mhugent 2013-03-27 +Marco Hugentobler 2013-03-27 Merge pull request #483 from matthias-kuhn/pie-angle Add start angle offset for pie diagram -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Fix #7459: Sorting of attribute table takes type into account @@ -197500,11 +209540,11 @@ Marco Hugentobler 2013-03-27 Complete data defined symbology for simple line symbol layer -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Add start angle offset for pie diagram -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Fix issue #7379: Crash when attribute table is closed after layer has been deleted @@ -197515,7 +209555,7 @@ Nathan Woodrow 2013-03-27 Fix missing icons (Removed in rebase) -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Fix missing icons (Removed in rebase) @@ -197523,70 +209563,70 @@ Marco Hugentobler 2013-03-27 Improve data defined dialog, consider data defined color for single line symbol layer -Juergen E. Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 fix warnings -Juergen E. Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 debian packaging update -Juergen E. Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 indentation update -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Add some GUI strings for the Expression Builder Dialog -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Set custom feature form visible in dual view -Matthias Kuhn 2013-03-27 +Matthias Kuhn 2013-03-27 Fix sip problems / export gui classes to libraries -Matthias Kuhn 2013-03-26 +Matthias Kuhn 2013-03-26 Fix rebase problems -Matthias Kuhn 2013-03-11 +Matthias Kuhn 2013-03-11 Attribute table: Mark current edited in red so user is aware of autocommitted changes. Quick fix. The better approach would be to only change the color after changes have been made by the user -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Fix: Check for existence of data provider to prevent segfault -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Add tests for QgsVectorLayerCache -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Remove unneeded variable -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Fix issue #7169 If removing multiple attributes, remove the indices in descending order, so it does not get confused -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Add tests for attribute table / dual view -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Major redesign of attribute table, codename: dual view -Matthias Kuhn 2013-03-11 +Matthias Kuhn 2013-03-11 Add indexable vector layer cache -Matthias Kuhn 2013-01-28 +Matthias Kuhn 2013-01-28 Add a select by expression dialog. Allow to change the current selection based on a QgsExpression @@ -197614,23 +209654,23 @@ Minoru Akagi 2013-03-05 Fix table join (fix #7068) -Juergen E. Fischer 2013-03-27 +Jürgen E. Fischer 2013-03-27 german translation update -Victor Olaya 2013-03-27 +Víctor Olaya 2013-03-27 [sextante] changed version number (wasn't changed since last release) and min required qgis version -Victor Olaya 2013-03-27 +Víctor Olaya 2013-03-27 [sextante] changed how saga installation test is performed (now it uses the test data) -Victor Olaya 2013-03-27 +Víctor Olaya 2013-03-27 [sextante] more tests -Juergen E. Fischer 2013-03-26 +Jürgen E. Fischer 2013-03-26 topology plugin: - cleanups & fixes for warnings @@ -197734,7 +209774,7 @@ Radim Blazek 2013-03-26 composer legend styles, fixes partialy #6960 Merge: 250cc4ecb1 a482c42a76 -Jürgen Fischer 2013-03-26 +Jürgen E. Fischer 2013-03-26 Merge pull request #473 from Oslandia/atlas @@ -197744,7 +209784,7 @@ Marco Hugentobler 2013-03-26 Add dialog for data defined symbology -Juergen E. Fischer 2013-03-26 +Jürgen E. Fischer 2013-03-26 indentation update @@ -197768,14 +209808,14 @@ Nyall Dawson 2013-03-25 [FEATURE] Add saturation control for raster images -Larry Shaffer 2013-03-25 +Larry Shaffer 2013-03-25 Remove interior button focus color for QgsColorButton wells - Focus color tinted button's set color on platforms like Ubuntu - Border should be updated with OS-style focus color when button in focus (currently no focus hint) -Larry Shaffer 2013-03-23 +Larry Shaffer 2013-03-23 Update Project Properties dialog with vertical tabs and update ui @@ -197784,7 +209824,7 @@ Larry Shaffer 2013-03-23 - Update Projection Selector ui to work in outlying cases - Switch Opacity default for styles to Transparency -Victor Olaya 2013-03-26 +Víctor Olaya 2013-03-26 [sextante] more testing stuff and a couple of minor fixes @@ -197800,11 +209840,11 @@ Alexander Bruy 2013-03-25 add SEXTANTE test data to build -Victor Olaya 2013-03-25 +Víctor Olaya 2013-03-25 [sextante] more improvements in automated tests tools and some cleaning -Juergen E. Fischer 2013-03-24 +Jürgen E. Fischer 2013-03-24 german translation update @@ -197816,15 +209856,15 @@ Tim Sutton 2013-03-24 Fix compilation errors for grass provider -Victor Olaya 2013-03-24 +Víctor Olaya 2013-03-24 [sextante] minor corrections in test tools -Victor Olaya 2013-03-24 +Víctor Olaya 2013-03-24 [sexante] change how temp files are deleted when exiting sextante -Victor Olaya 2013-03-24 +Víctor Olaya 2013-03-24 [sextante] Modified test data and example models @@ -197859,23 +209899,23 @@ Nathan Woodrow 2013-03-23 Blend modes pt 2 -Victor Olaya 2013-03-23 +Víctor Olaya 2013-03-23 [sextante]improved classes for creating unit tests from GUI -Victor Olaya 2013-03-23 +Víctor Olaya 2013-03-23 [sextante]fixed somes issues in ftools algorithms due to changes in vector API -Victor Olaya 2013-03-23 +Víctor Olaya 2013-03-23 [sextante] made temporary filenames more descriptive and readable, reusing the original filename but using a temp folder -Victor Olaya 2013-03-23 +Víctor Olaya 2013-03-23 [sextante] added file filters to input boxes in batch processing dialog -Victor Olaya 2013-03-22 +Víctor Olaya 2013-03-22 [sextante]Improvements in error messages in barch processing interface @@ -197883,7 +209923,7 @@ Nyall Dawson 2013-03-24 Fix for labels incorrectly rendering when blend modes used -Juergen E. Fischer 2013-03-23 +Jürgen E. Fischer 2013-03-23 issue warning to message log when active iterator is closed when replaced @@ -197902,7 +209942,7 @@ Werner Macho 2013-03-23 Small string change: More verbose message in pg source select -Matthias Kuhn 2013-03-23 +Matthias Kuhn 2013-03-23 More verbose message in pg source select @@ -197926,7 +209966,7 @@ Marco Hugentobler 2013-03-23 Hide custom snap lines before printing composition Merge: 0594453ff5 70ef5a78b0 -Larry Shaffer 2013-03-22 +Larry Shaffer 2013-03-22 Merge pull request #474 from dakcarto/color-button_mk_10 @@ -197936,7 +209976,7 @@ Marco Hugentobler 2013-03-22 Fix parsing bug in wkb -> geos export -Larry Shaffer 2013-03-22 +Larry Shaffer 2013-03-22 Fix live color updating slot parameter by using SLOT macro @@ -197971,13 +210011,13 @@ Nyall Dawson 2013-03-22 [FEATURE] Add composition blend modes for layers (#5248) -Larry Shaffer 2013-03-21 +Larry Shaffer 2013-03-21 Fix for #7398, allow alpha value change in line pattern fill color picker - Add alpha picker and render support for: line pattern fill, line decoration symbol, font marker symbol -Larry Shaffer 2013-03-21 +Larry Shaffer 2013-03-21 Fix missing conversion from QgsColorButtonV2 to QgsColorButton @@ -198003,7 +210043,7 @@ Alexander Bruy 2013-02-27 cosmetic chages in QGISAlgorithm provider, also remove unused icons and add new ones to resources -Larry Shaffer 2013-01-08 +Larry Shaffer 2013-01-08 [FEATURE] Update QgsColorButton to offer live color chooser updates and show transparent checkerboard background @@ -198018,11 +210058,11 @@ Larry Shaffer 2013-01-08 - Composer item background transparency support moved to color dialog - Composer composition grid now supports transparency -Matthias Kuhn 2013-01-08 +Matthias Kuhn 2013-01-08 Update core components to use the new QgsColorButton implementation -Matthias Kuhn 2013-01-08 +Matthias Kuhn 2013-01-08 Update QgsColorButton so it shows a color chooser on click @@ -198040,19 +210080,19 @@ Marco Hugentobler 2013-03-21 Radio button groups in composer label widget, consider label alignment in adjustSizeToText (important if replacing label text in server) -Victor Olaya 2013-03-20 +Víctor Olaya 2013-03-20 [sextante] minor code cleaning -Victor Olaya 2013-03-20 +Víctor Olaya 2013-03-20 [sextante] R scripts can now be run from the script editor -Victor Olaya 2013-03-20 +Víctor Olaya 2013-03-20 [sextante] temporarily disabled SAGA installation check before running algorithm -Sandro Santilli 2013-03-20 +Sandro Santilli 2013-03-20 Improve error message on collapse due to intersection avoidance @@ -198060,11 +210100,11 @@ Tim Sutton 2013-03-20 Added scripts and needed files for making QGIS translatable on transifex.com -Juergen E. Fischer 2013-03-20 +Jürgen E. Fischer 2013-03-20 update vector layer sip bindings -Juergen E. Fischer 2013-03-20 +Jürgen E. Fischer 2013-03-20 fix #7386 (yet another issue) @@ -198072,7 +210112,7 @@ Radim Blazek 2013-03-20 composer legend feature counts add only to multi symbol or labeled single symbols -Juergen E. Fischer 2013-03-20 +Jürgen E. Fischer 2013-03-20 fix #7386 (another issue) @@ -198080,7 +210120,7 @@ Marco Hugentobler 2013-03-20 Fix activation of paste action after cut/copy -Juergen E. Fischer 2013-03-20 +Jürgen E. Fischer 2013-03-20 german translation update @@ -198121,7 +210161,7 @@ Martin Dobias 2013-03-17 Do not load metadata from __init__.py -Victor Olaya 2013-03-18 +Víctor Olaya 2013-03-18 [sextante] fixed problem in fix for #7348 @@ -198129,7 +210169,7 @@ Radim Blazek 2013-03-18 composer legend: draw single symbol layers as single line -Larry Shaffer 2013-03-18 +Larry Shaffer 2013-03-18 Disable 'overloaded virtual' warning globally when using clang @@ -198140,7 +210180,7 @@ Nyall Dawson 2013-03-19 Move kernelShape enum to heatmap.h Merge: 5d62af343a d7d1ecec1a -Larry Shaffer 2013-03-18 +Larry Shaffer 2013-03-18 Merge pull request #464 from dakcarto/nmake-with-jom_1 @@ -198165,7 +210205,7 @@ Salvatore Larosa 2013-03-14 replace some message box with message bar in main app -Juergen E. Fischer 2013-03-18 +Jürgen E. Fischer 2013-03-18 fix #7386 @@ -198189,11 +210229,11 @@ Nathan Woodrow 2013-03-17 Massive speedup to heatmap plugin (fix #6756, fix #6691 and fix #6692) -Nathan Woodrow 2013-03-17 +Nathan Woodrow 2013-03-17 Ability to change splash screen using QgsCustomization -Nathan Woodrow 2013-03-17 +Nathan Woodrow 2013-03-17 Fix #7030. Enable customization via command line @@ -198212,27 +210252,27 @@ Marco Hugentobler 2013-03-16 Format number strings with field precision for display in attribute table, attribute dialog and editor -Victor Olaya 2013-03-15 +Víctor Olaya 2013-03-15 [sextante] better behaviour in batch processing interface -Victor Olaya 2013-03-15 +Víctor Olaya 2013-03-15 [sextante] added import check for gdal sieve algorithm -Victor Olaya 2013-03-15 +Víctor Olaya 2013-03-15 [sextante] changed "usergdal" option in R algorithms to "dontuserasterpackage" -Victor Olaya 2013-03-15 +Víctor Olaya 2013-03-15 [sextante] fixes in batch processing interface for #7348 -Victor Olaya 2013-03-15 +Víctor Olaya 2013-03-15 [sextante] changed how recent algs group is updated -Victor Olaya 2013-03-12 +Víctor Olaya 2013-03-12 [sextante]added new OTB description @@ -198290,15 +210330,15 @@ Martin Dobias 2013-03-13 Moved creation of expression from OGC filter to QgsOgcUtils -Juergen E. Fischer 2013-03-14 +Jürgen E. Fischer 2013-03-14 hide clear button in filter line edit, when widget is disabled -Juergen E. Fischer 2013-03-14 +Jürgen E. Fischer 2013-03-14 fix #7357 -Juergen E. Fischer 2013-03-14 +Jürgen E. Fischer 2013-03-14 fix QgsRasterInterface sip bindings @@ -198351,7 +210391,7 @@ Marco Hugentobler 2013-03-14 OGR typedefs do not seem to be necessary -Juergen E. Fischer 2013-03-13 +Jürgen E. Fischer 2013-03-13 [FEATURE] attribute editing extension - allow resetting of fields to NULL by button @@ -198447,33 +210487,33 @@ Denis Rouzaud 2013-03-13 fix #7332 -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Revert unnecessary disabling of unknown warnings -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Add Rotate Feature action to edit menu -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Set custom QGIS-style group boxes as default on Mac - Mac Qt-style group boxes have issues that need addressed by Qt -Larry Shaffer 2013-03-06 +Larry Shaffer 2013-03-06 Add function to collapsible group box's to fix visual issues during collapse and expand - Update QgsCollapsibleGroupBox for basic Mac style -Larry Shaffer 2013-03-12 +Larry Shaffer 2013-03-12 Remove extra horizontal line from composer item properties - Suggested by Olivier Dalang -Juergen E. Fischer 2013-03-13 +Jürgen E. Fischer 2013-03-13 german translation update @@ -198499,15 +210539,15 @@ Marco Bernasocchi 2013-03-12 fix typedef void *OGR issues -Victor Olaya 2013-03-12 +Víctor Olaya 2013-03-12 [sextante] fixed problem in Split RGB bands algorithm -Victor Olaya 2013-03-12 +Víctor Olaya 2013-03-12 [sextante]fixed #7330 -Victor Olaya 2013-03-12 +Víctor Olaya 2013-03-12 [sextante] added multiband check in SAGA algorithms @@ -198547,27 +210587,27 @@ Nyall Dawson 2013-03-12 Move decay radio widget into advanced group box, and set the default value to 0. This method of controlling the kernel shape is non-standard, and should be achieved instead by giving users a choice of standard kernel functions. -Victor Olaya 2013-03-11 +Víctor Olaya 2013-03-11 [sextante] fixed #7324 -Victor Olaya 2013-03-11 +Víctor Olaya 2013-03-11 [sextante] edited GRASS descriptions -Victor Olaya 2013-03-11 +Víctor Olaya 2013-03-11 [sextante] fixed #7318 -Juergen E. Fischer 2013-03-11 +Jürgen E. Fischer 2013-03-11 support embedding of spatialite layers on relative paths -Juergen E. Fischer 2013-03-09 +Jürgen E. Fischer 2013-03-09 fix QgsPalettedRasterRenderer sip binding -Juergen E. Fischer 2013-03-09 +Jürgen E. Fischer 2013-03-09 oracle provider: switch to OCICollGetElemArray @@ -198575,7 +210615,7 @@ Marco Hugentobler 2013-03-11 Output unit for simple marker -Sandro Santilli 2013-03-11 +Sandro Santilli 2013-03-11 Rename staged plugin install rules to use dashes, not underscores @@ -198589,30 +210629,30 @@ Marco Hugentobler 2013-03-11 Output units for marker line properties -Larry Shaffer 2013-03-10 +Larry Shaffer 2013-03-10 Fix for #7307, project Save function not correctly adding path to Open Recent Projects menu - Did work for Save As.., but not Save - Add 5 second timeout for 'Saved project to: ' status bar message for Save and Save As.. -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] R algorithms now use raster package by default -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] improved automated test-creation tools -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] added ParameterFile in modeler -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] divided v.split in two different modules -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] fixed #7297 @@ -198631,15 +210671,15 @@ Werner Macho 2013-03-10 translation update: gl_ES by Xan -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] modifed behaviour of 'log' tab in execution dialog -Victor Olaya 2013-03-10 +Víctor Olaya 2013-03-10 [sextante] fixed #7295 -Larry Shaffer 2013-03-08 +Larry Shaffer 2013-03-08 Fix for #7289, add CMake option to enable building with Qt jom (nmake) on Windows @@ -198651,17 +210691,17 @@ Werner Macho 2013-03-09 translation update: danish by Jacob -Sandro Santilli 2013-03-08 +Sandro Santilli 2013-03-08 WMS provider: protect from simple redirect loops in GetCapabilities See http://hub.qgis.org/issues/3457 -Larry Shaffer 2013-03-08 +Larry Shaffer 2013-03-08 Fix for older compilers, like on default Mac setup -Nathan Woodrow 2013-03-08 +Nathan Woodrow 2013-03-08 Expose dialog created by QgsAttributeDialog to iface @@ -198682,17 +210722,17 @@ Martin Dobias 2013-03-08 Moved GML import/export to a new class: QgsOgcUtils -Larry Shaffer 2013-03-07 +Larry Shaffer 2013-03-07 On Mac use Close for quit action (conflicts with app menu's quit action and key sequence) -Larry Shaffer 2013-03-06 +Larry Shaffer 2013-03-06 Keep composer multi-item selection only when Shift is pressed during click - Fixes issues where Shift was still registered as pressed when shift click happened outside of view (due to lingering keyboard focus) -Larry Shaffer 2013-03-07 +Larry Shaffer 2013-03-07 Fix #7287, keep composer listings sorted in menus and manager @@ -198705,7 +210745,7 @@ Marco Hugentobler 2013-03-07 Separate units for line width, line offset, dash pattern Merge: 90b66dce0b 0b6fcdafe9 -volaya 2013-03-07 +Víctor Olaya 2013-03-07 Merge pull request #462 from MatMatt/master @@ -198716,7 +210756,7 @@ Matteo Mattiuzzi 2013-03-07 R-scripts can have up to 10 consecutive empty lines before the parser exits Merge: 0a25aadcf0 7db1b607ce -mhugent 2013-03-06 +Marco Hugentobler 2013-03-06 Merge pull request #454 from Oslandia/atlas @@ -198742,15 +210782,15 @@ Nyall Dawson 2013-03-06 Refactor to avoid creating multiple QgsDistanceArea objects and recalculation of static or unused variables. Results in massive speed increase and fixes #6756, #6691 and #6692. -Victor Olaya 2013-03-06 +Víctor Olaya 2013-03-06 [sextante] fixed #7251 -Victor Olaya 2013-03-06 +Víctor Olaya 2013-03-06 fixed #7277 -Victor Olaya 2013-03-01 +Víctor Olaya 2013-03-01 [sextante] improvements in test tools @@ -198826,7 +210866,7 @@ Nathan Woodrow 2013-03-04 Don't treat null values as zero for graduated symbology (Fix #6096) -Larry Shaffer 2013-03-03 +Larry Shaffer 2013-03-03 Fix #7195, transparency options in composer should be 0-100% @@ -198840,7 +210880,7 @@ Hugo Mercier 2013-03-04 refs #6856 Reset QPrinter to circumvent PDF corruption bug -Juergen E. Fischer 2013-03-04 +Jürgen E. Fischer 2013-03-04 30c7ec40 also applies to mingw @@ -198860,25 +210900,25 @@ Nyall Dawson 2013-03-04 Don't treat null values as zero for graduated symbology -Juergen E. Fischer 2013-03-03 +Jürgen E. Fischer 2013-03-03 german translation update -Larry Shaffer 2013-03-03 +Larry Shaffer 2013-03-03 Remove redundant subheaders for composer panels with appropriate titles -dakcarto 2013-03-02 +Larry Shaffer 2013-03-02 Set minimum width for composition and item properties panels in composer -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix for #7194, tabs partially shown for composer panels - All newly designed panels reworked to ensure smallest reasonable width -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix missing SVG previews for existing composer picture item @@ -198886,19 +210926,19 @@ Larry Shaffer 2013-03-02 - NOTE: the loading of SVGs per QListWidget per picture should be replaced with a model/view per composer, or something cached - Combobox no longer over-expands width of dock widget when it contains long paths -Larry Shaffer 2013-03-02 +Larry Shaffer 2013-03-02 Fix Qt connection error -Juergen E. Fischer 2013-03-02 +Jürgen E. Fischer 2013-03-02 fix debian builds -Larry Shaffer 2013-03-01 +Larry Shaffer 2013-03-01 Fix composer window activations on Windows and Ubuntu -Larry Shaffer 2013-03-01 +Larry Shaffer 2013-03-01 Update Composer Manager's template functionality @@ -198909,7 +210949,7 @@ Larry Shaffer 2013-03-01 - Update GUI with collapsible group box - Use unique title dialog for composer rename function -Juergen E. Fischer 2013-03-01 +Jürgen E. Fischer 2013-03-01 fix #7255 - any editing capability should enable toggle editing @@ -198918,7 +210958,7 @@ Marco Hugentobler 2013-03-01 Fix WMS filter request with new API (ticket 7258) Merge: 54f3e0a445 735577d32f -volaya 2013-03-01 +Víctor Olaya 2013-03-01 Merge pull request #442 from MatMatt/master @@ -198943,11 +210983,11 @@ Martin Dobias 2013-03-01 Fix SpatiaLite 3.0 support -Juergen E. Fischer 2013-03-01 +Jürgen E. Fischer 2013-03-01 downgrade plugin load message from WARNING to INFO -Juergen E. Fischer 2013-03-01 +Jürgen E. Fischer 2013-03-01 fix windows build @@ -198955,22 +210995,22 @@ Nyall Dawson 2013-03-01 Fix calculation of graduated symbology breaks -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add SPATIALITE_INCLUDE_DIR to include directories in analysis cmakelists for new OSM support -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add New from Template to composer's Composer menu - Show busy indicator dialog while template is loading into hidden composer (much faster loading) - Clean up composer actions' text (title capitalize action text, sentence capitalize tool tips) -Juergen E. Fischer 2013-03-01 +Jürgen E. Fischer 2013-03-01 show values of unknown wkbtypes when rendering -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Add new, duplicate and delete composer to iface @@ -198980,11 +211020,11 @@ Martin Dobias 2013-02-28 Old unmaintained OpenStreetMap support is dead. Long live new OpenStreetMap support! -Juergen E. Fischer 2013-02-28 +Jürgen E. Fischer 2013-02-28 german translation update -Juergen E. Fischer 2013-02-28 +Jürgen E. Fischer 2013-02-28 indentation update @@ -199021,13 +211061,13 @@ olivierdalang 2013-01-21 - added add html (composer) icon Merge: 13b362e583 62e6b13d83 -Larry Shaffer 2013-02-28 +Larry Shaffer 2013-02-28 Merge pull request #435 from Oslandia/atlas [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets -Juergen E. Fischer 2013-02-28 +Jürgen E. Fischer 2013-02-28 avoid gdalconst deprecation warning @@ -199038,11 +211078,11 @@ Martin Dobias 2013-02-28 Make diagram renderer (python bindings) more stable -Juergen E. Fischer 2013-02-28 +Jürgen E. Fischer 2013-02-28 wms provider: also accept application/octet-stream as image content type -Matthias Kuhn 2013-02-28 +Matthias Kuhn 2013-02-28 Make diagram renderer (python bindings) more stable @@ -199065,13 +211105,13 @@ szekerest 2013-02-27 MSSQL: Fix for the problem with the length of the numeric fields (#7249) -Larry Shaffer 2013-02-27 +Larry Shaffer 2013-02-27 Rename QgsComposer::progressDialog - It's a busy indicator that doesn't track operation progress -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Hide new composer when duplicating (loading template) as it is faster @@ -199085,7 +211125,7 @@ Werner Macho 2013-02-27 Some translation changes to PT-pt -Victor Olaya 2013-02-27 +Víctor Olaya 2013-02-27 [sextante] fixed PointsInPolygonWeighted and PointsLayerFromTable algorithms @@ -199093,17 +211133,17 @@ Alexandre Neto 2013-02-26 Some translations -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Add shift-click modifier to QgsCollapsibleGroupBox - Expands current group box on shift-click, then collapses any others in sync group -Larry Shaffer 2013-02-26 +Larry Shaffer 2013-02-26 Avoid crash where composer is deleted after spawning modal composer manager -Larry Shaffer 2013-02-25 +Larry Shaffer 2013-02-25 Add unique title input dialog for new and duplicate composers @@ -199133,24 +211173,24 @@ Marco Hugentobler 2013-02-26 Fix placement of simple markers in cached images -Victor Olaya 2013-02-26 +Víctor Olaya 2013-02-26 [sextante] fixed wrong import -Larry Shaffer 2013-02-25 +Larry Shaffer 2013-02-25 [sextante] fix typo -Victor Olaya 2013-02-25 +Víctor Olaya 2013-02-25 [sextante] deleted problematic help files -Victor Olaya 2013-02-25 +Víctor Olaya 2013-02-25 [sextante]modified problematic headers Merge: 148e7e1d99 aa4b291dba -volaya 2013-02-25 +Víctor Olaya 2013-02-25 Merge pull request #440 from MatMatt/master @@ -199170,7 +211210,7 @@ Matteo Mattiuzzi 2013-02-25 modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety Merge: f85d3ae71f 79d5fb35b8 -volaya 2013-02-25 +Víctor Olaya 2013-02-25 Merge pull request #439 from mach0/master @@ -199181,7 +211221,7 @@ Werner Macho 2013-02-25 added help files in doc subdirectory to be installed Merge: 5ac7d036b3 cfb56a21c9 -volaya 2013-02-25 +Víctor Olaya 2013-02-25 Merge pull request #438 from MatMatt/master @@ -199202,7 +211242,7 @@ Hugo Mercier 2013-02-25 [Atlas] Update spacing for atlas panel -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 [FEATURE] Add duplicate function to composer manager and composer ui @@ -199212,52 +211252,52 @@ Larry Shaffer 2013-02-22 - Allows Ctrl(Cmd)-N to create new composer - Use new templateXML function when saving composer template -Victor Olaya 2013-02-24 +Víctor Olaya 2013-02-24 [sextante]Replaced provider.crs() by layer.crs(). Fixed memory layer usage -Victor Olaya 2013-02-24 +Víctor Olaya 2013-02-24 [sextante]deleted ftool_utils -Victor Olaya 2013-02-24 +Víctor Olaya 2013-02-24 [sextante] added autofilling on double-click in batch processing dialog Other minor changes -Victor Olaya 2013-02-24 +Víctor Olaya 2013-02-24 [sextante]Changed how SAGA installation is checked -Victor Olaya 2013-02-23 +Víctor Olaya 2013-02-23 [sextante] improved handling of ParameterCrs -Victor Olaya 2013-02-23 +Víctor Olaya 2013-02-23 [sextante] minor changes in algorithms and some code cleaning -Victor Olaya 2013-02-23 +Víctor Olaya 2013-02-23 [sextante] changes in R interface -Victor Olaya 2013-02-22 +Víctor Olaya 2013-02-22 [sextante] added new modeler-only tools -Victor Olaya 2013-02-21 +Víctor Olaya 2013-02-21 [sextante] changed statisticByCategories, so now it does not depend on external libs -Victor Olaya 2013-02-21 +Víctor Olaya 2013-02-21 [sextante]Improvements in batch processing interface and in the simplified toolbox organization -Victor Olaya 2013-02-21 +Víctor Olaya 2013-02-21 [sextante] commented out loadfromDict method -Victor Olaya 2013-02-21 +Víctor Olaya 2013-02-21 [sextante] changed saga cmdname method and modified merge raster algorithm description @@ -199269,15 +211309,15 @@ Werner Macho 2013-02-23 adding some licenses and copyrights to sextante -Nathan Woodrow 2013-02-23 +Nathan Woodrow 2013-02-23 Replace saving done dialog with message bar -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 Fix #6184, canvas doesn't refresh after pasting layer style -Larry Shaffer 2013-02-22 +Larry Shaffer 2013-02-22 [Atlas] Update spacing for atlas panel @@ -199286,21 +211326,21 @@ Hugo Mercier 2013-02-22 [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets Merge: 857f849355 8176da04f2 -Jürgen Fischer 2013-02-21 +Jürgen E. Fischer 2013-02-21 Merge pull request #433 from 3nids/pg_hstore added hstore and inet fields to postgres provider -Juergen E. Fischer 2013-02-22 +Jürgen E. Fischer 2013-02-22 da60fe fixes #7071 -Juergen E. Fischer 2013-02-22 +Jürgen E. Fischer 2013-02-22 block vector layer signals when updating attribute values from field calculator (fixes #7190) -Juergen E. Fischer 2013-02-22 +Jürgen E. Fischer 2013-02-22 german translation update @@ -199316,11 +211356,11 @@ Werner Macho 2013-02-21 adding some function help files for field calculator, thanks to Zoltan Siki -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Fix duplication of main app's Window and Help menu to composers for Mac -Larry Shaffer 2013-02-21 +Larry Shaffer 2013-02-21 Followup to be3bad3 @@ -199336,7 +211376,7 @@ Denis Rouzaud 2013-02-21 added hstore and inet fields to postgres provider -Juergen E. Fischer 2013-02-21 +Jürgen E. Fischer 2013-02-21 debian packaging update @@ -199344,7 +211384,7 @@ Marco Hugentobler 2013-02-21 Protect point and line pattern symbol layer from eating too much memory -Juergen E. Fischer 2013-02-20 +Jürgen E. Fischer 2013-02-20 fix debian builds @@ -199357,7 +211397,7 @@ Alexander Bruy 2013-02-21 different icons for GPS importer and Create new GPX layer (fix #6860) -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add Print Composers submenu to new Composer menu in composer @@ -199368,29 +211408,29 @@ Marco Hugentobler 2013-02-20 Fix WFS loading with geoserver layers Merge: 6355e9be0d ad7deec50f -Jürgen Fischer 2013-02-20 +Jürgen E. Fischer 2013-02-20 Merge pull request #432 from matthias-kuhn/fix-vector-layer-signals Fix: emit committedFeaturesAdded and committedFeaturesRemoved -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Run prepare-commit on qgscomposer.cpp -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add binding to iface for action to show composer manager -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Add New and Manager actions to new Composer menu in composer -Matthias Kuhn 2013-02-20 +Matthias Kuhn 2013-02-20 Fix: emit committedFeaturesAdded and committedFeaturesRemoved -Larry Shaffer 2013-02-20 +Larry Shaffer 2013-02-20 Fix #7196, composer manager doesn't close when showing a chosen composer @@ -199408,30 +211448,30 @@ Alexander Bruy 2013-02-20 attempt to fix crash when changing symbols in graduated renderer -Nathan Woodrow 2013-02-20 +Nathan Woodrow 2013-02-20 Updates to composer window - Split composer toolbar into many - Rename File menu to Composer - because the composer isn't a "file" -Larry Shaffer 2013-02-19 +Larry Shaffer 2013-02-19 Fix crash when loading a project that hits a group box with 'collapse' set -Juergen E. Fischer 2013-02-19 +Jürgen E. Fischer 2013-02-19 german translation update -Juergen E. Fischer 2013-02-19 +Jürgen E. Fischer 2013-02-19 debian packaging fix -Juergen E. Fischer 2013-02-19 +Jürgen E. Fischer 2013-02-19 Make QSPATIALITE optional, but still include it in osgeo4w and debian package -Juergen E. Fischer 2013-02-19 +Jürgen E. Fischer 2013-02-19 [FEATURE] postgres provider: optionally skip columns without geometry type constraint @@ -199443,11 +211483,11 @@ Marco Hugentobler 2012-12-24 Compute min/max on demand in gdal provider -Larry Shaffer 2013-02-19 +Larry Shaffer 2013-02-19 Add available sql drivers to Mac bundled app -Sandro Santilli 2013-02-19 +Sandro Santilli 2013-02-19 Revert "Enable topological editing on first TopoGeometry layer creation" @@ -199460,7 +211500,7 @@ Marco Hugentobler 2013-02-19 Snap to arbitrary snap lines -Sandro Santilli 2013-02-19 +Sandro Santilli 2013-02-19 Enable topological editing on first TopoGeometry layer creation @@ -199470,7 +211510,7 @@ Sandro Santilli 2013-02-19 is enabled for editing of every layer, not just the TopoGeometry one. -Larry Shaffer 2013-02-15 +Larry Shaffer 2013-02-15 Update composer ui files @@ -199480,7 +211520,7 @@ Larry Shaffer 2013-02-15 - Re-layout map extents group box - Expand more group boxes by default (increases discovery) -Larry Shaffer 2013-02-14 +Larry Shaffer 2013-02-14 Fix some compiler warnings @@ -199496,7 +211536,7 @@ olivierdalang 2013-02-12 Update of composer item's GUI -Larry Shaffer 2013-02-15 +Larry Shaffer 2013-02-15 Updates to QgsCollapsibleGroupBoxBasic @@ -199506,7 +211546,7 @@ Larry Shaffer 2013-02-15 - Add control-click modifier and tool tip for toggling all collapsible group boxes - Ensure disclosure triangle mirrors enabled state of group box -Juergen E. Fischer 2013-02-19 +Jürgen E. Fischer 2013-02-19 fix #7179 @@ -199515,7 +211555,7 @@ Werner Macho 2013-02-19 added malayalam language on request Merge: dc074b393e 7717aeed1c -Larry Shaffer 2013-02-18 +Larry Shaffer 2013-02-18 Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2 @@ -199529,7 +211569,7 @@ Marco Hugentobler 2013-02-18 Show snap lines in ruler mouse move event -Juergen E. Fischer 2013-02-18 +Jürgen E. Fischer 2013-02-18 fix build with older Qt @@ -199549,7 +211589,7 @@ Marco Hugentobler 2013-02-18 Improve coordinate display -Juergen E. Fischer 2013-02-18 +Jürgen E. Fischer 2013-02-18 debian packaging fix @@ -199563,43 +211603,43 @@ Alexander Bruy 2013-02-18 disable StatisticsByCategories algorithm because it requires 3rd party Python module scipy -Juergen E. Fischer 2013-02-18 +Jürgen E. Fischer 2013-02-18 fix #7172 -Victor Olaya 2013-02-17 +Víctor Olaya 2013-02-17 [sextante] added tools to ease creating unit test for algorithms -Victor Olaya 2013-02-17 +Víctor Olaya 2013-02-17 [sextante] improved toolbox and modeler to better use classification by categories (easy mode) -Victor Olaya 2013-02-17 +Víctor Olaya 2013-02-17 [sextante]minor fixes and added new R script examples -Victor Olaya 2013-02-17 +Víctor Olaya 2013-02-17 [sextante] Log file is now read backwards and limited to a fixed number of lines -Victor Olaya 2013-02-16 +Víctor Olaya 2013-02-16 cleaned SEXTANTE/SAGA algorithms -Victor Olaya 2013-02-16 +Víctor Olaya 2013-02-16 addded new SEXTANTE python algorithms -Victor Olaya 2013-02-16 +Víctor Olaya 2013-02-16 improved management of tables in SEXTANTE -Juergen E. Fischer 2013-02-17 +Jürgen E. Fischer 2013-02-17 fix #7172 and #7174 -Juergen E. Fischer 2013-02-17 +Jürgen E. Fischer 2013-02-17 [FEATURE] add qspatialite sql driver plugin @@ -199619,11 +211659,11 @@ Radim Blazek 2013-02-17 Html identify result print fix -Juergen E. Fischer 2013-02-17 +Jürgen E. Fischer 2013-02-17 fix #7171 -Juergen E. Fischer 2013-02-16 +Jürgen E. Fischer 2013-02-16 also optionally apply SHAPE_ENCODING to layer creation (fixes #5911) @@ -199631,16 +211671,16 @@ Arunmozhi 2013-02-16 added searching of colorramps in style manager -Juergen E. Fischer 2013-02-15 +Jürgen E. Fischer 2013-02-15 fix #7160 -Juergen E. Fischer 2013-02-15 +Jürgen E. Fischer 2013-02-15 quote closing parens within column names (fixes #7159) Merge: c1527af3be 2e84efafc5 -mhugent 2013-02-15 +Marco Hugentobler 2013-02-15 Merge pull request #428 from schmandr/master @@ -199678,25 +211718,25 @@ Marco Hugentobler 2013-02-14 Don't draw view frame (alignment with ruler widgets) -Juergen E. Fischer 2013-02-14 +Jürgen E. Fischer 2013-02-14 ocispatial: require OCI library -Larry Shaffer 2013-02-13 +Larry Shaffer 2013-02-13 Add collapse toggling synchronization on Alt-click of title to QgsCollapsibleGroupBoxBasic -Juergen E. Fischer 2013-02-13 +Jürgen E. Fischer 2013-02-13 fix windows build -Larry Shaffer 2013-02-11 +Larry Shaffer 2013-02-11 Make measure tool dialogs stay on top of other windows during operation - Not tested with X11, may need Qt::X11BypassWindowManagerHint too -Larry Shaffer 2013-02-12 +Larry Shaffer 2013-02-12 Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic @@ -199704,18 +211744,18 @@ Larry Shaffer 2013-02-12 - Synchronizes boxes of same syncGroup via recursive search in parent or grandparent widget (if grandparent is not QgisApp) Merge: 8e11e5f9dd 42dad857e8 -mhugent 2013-02-12 +Marco Hugentobler 2013-02-12 Merge pull request #427 from matthias-kuhn/rubberband-doc Documentation update for QgsRubberband -Matthias Kuhn 2013-02-12 +Matthias Kuhn 2013-02-12 Documentation update for QgsRubberband Merge: b45d8cb0d7 d1a05f7565 -mhugent 2013-02-12 +Marco Hugentobler 2013-02-12 Merge pull request #422 from Oslandia/atlas @@ -199725,7 +211765,7 @@ Marco Hugentobler 2013-02-12 Snap to paper items and consider multipage compositions when showing snap lines -Larry Shaffer 2013-02-11 +Larry Shaffer 2013-02-11 Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state @@ -199743,45 +211783,45 @@ Alexander Bruy 2013-02-11 fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for pointing on this problem -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Use new vector edit macro support to batch Show/Hide Label tool's operation -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Limit canvas redraws when working with vector layer undo stack - Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack - Ensure empty view is created on project load (cosmetic) -Larry Shaffer 2013-02-10 +Larry Shaffer 2013-02-10 Update vector layer edits rollback method and app rollback actions - Make optional whether edit buffer is deleted - Returns optional functionality where rollback was similar to setting undo stack to index 0 -Juergen E. Fischer 2013-02-10 +Jürgen E. Fischer 2013-02-10 [FEATURE] allow filter expressions in value relations (and fix display of related values and value maps in attribute table) -Juergen E. Fischer 2013-02-10 +Jürgen E. Fischer 2013-02-10 german translation update -Juergen E. Fischer 2013-02-10 +Jürgen E. Fischer 2013-02-10 wms: improve xsd/gml detection on getfeatureinfo -Juergen E. Fischer 2013-02-10 +Jürgen E. Fischer 2013-02-10 wms: catch service exception on GetFeatureInfo and use feature extent if there's no geometry -Juergen E. Fischer 2013-02-09 +Jürgen E. Fischer 2013-02-09 fix #7125 -Larry Shaffer 2013-02-09 +Larry Shaffer 2013-02-09 Add option to show canvas refresh event in Log Message panel @@ -199789,7 +211829,7 @@ Larry Shaffer 2013-02-09 - Useful for debugging excessive refreshes from userspace without having to build with debug and filter logs - Records time taken for refresh and any resolvable sender class -Juergen E. Fischer 2013-02-09 +Jürgen E. Fischer 2013-02-09 ftools api update (fixes #7130) @@ -199800,11 +211840,11 @@ Giuseppe Sucameli 2013-02-09 Fixes rubberBand for extent selection in gdal_clipper and sextante algs -Larry Shaffer 2013-02-08 +Larry Shaffer 2013-02-08 Fix Show/Hide Labels to allow NULL values in table to work for show value -Larry Shaffer 2013-02-08 +Larry Shaffer 2013-02-08 Update QgsMapToolShowHideLabels to work with new vector api @@ -199818,11 +211858,11 @@ Marco Hugentobler 2013-02-08 Better approach to split lines. Fixes bug #4618 -Juergen E. Fischer 2013-02-08 +Jürgen E. Fischer 2013-02-08 fix windows build -Larry Shaffer 2013-02-07 +Larry Shaffer 2013-02-07 Add images/theme_originals directory @@ -199832,23 +211872,23 @@ Radim Blazek 2013-02-08 GML GetFeatureInfo XSD validation, disabled -Victor Olaya 2013-02-07 +Víctor Olaya 2013-02-07 better raster support in R/SEXTANTE -Victor Olaya 2013-02-07 +Víctor Olaya 2013-02-07 more fixes in python sextante algorithms -Victor Olaya 2013-02-07 +Víctor Olaya 2013-02-07 fixed #7116 -Larry Shaffer 2013-02-07 +Larry Shaffer 2013-02-07 Fix typo in QgsPalLabeling -Larry Shaffer 2013-02-06 +Larry Shaffer 2013-02-06 Update QgsPalLabeling to work with new vector api @@ -199866,7 +211906,7 @@ Marco Hugentobler 2013-02-07 Improve performance of vector reprojection by transforming the coordinates of a feature together -Juergen E. Fischer 2013-02-07 +Jürgen E. Fischer 2013-02-07 postgres provider: only record active iterator, when it's open (fixes crash on labeling non-existing attributes) @@ -199874,7 +211914,7 @@ Denis Rouzaud 2013-02-07 fix SLOT -Juergen E. Fischer 2013-02-07 +Jürgen E. Fischer 2013-02-07 fix warning @@ -199894,19 +211934,19 @@ Hugo Mercier 2013-02-07 [Atlas] Replace the sort direction combobox by a up/down button -Juergen E. Fischer 2013-02-07 +Jürgen E. Fischer 2013-02-07 indentation update -Juergen E. Fischer 2013-02-07 +Jürgen E. Fischer 2013-02-07 ftools api updates -Victor Olaya 2013-02-06 +Víctor Olaya 2013-02-06 added explicit CRS checking in sextante algorithms -Victor Olaya 2013-02-06 +Víctor Olaya 2013-02-06 fixed bug in mmqgis/ftools algs in sextante after adaptation to new vector api @@ -199957,7 +211997,7 @@ olivierdalang 2013-02-06 added a kind of oversampling for labels when rendered as HTML -Juergen E. Fischer 2013-02-06 +Jürgen E. Fischer 2013-02-06 also verify wkbSize in QgsGeometry::exportToWkt @@ -199993,7 +212033,7 @@ olivierdalang 2013-02-06 changed tab width of QPlainTextEdit in QComposerLabelWidget (easier to read for html) -Juergen E. Fischer 2013-02-06 +Jürgen E. Fischer 2013-02-06 fTools: fix add/export geometry columns @@ -200001,7 +212041,7 @@ Marco Hugentobler 2013-02-05 Fix ticket #5584 (crash saving empty geometry) -Juergen E. Fischer 2013-02-05 +Jürgen E. Fischer 2013-02-05 fix warning @@ -200009,7 +212049,7 @@ Marco Hugentobler 2013-02-05 Fix double redraw after applying vector properties -Nathan Woodrow 2013-02-05 +Nathan Woodrow 2013-02-05 Add GUI_EXPORT to identify map tool @@ -200025,11 +212065,11 @@ Denis Rouzaud 2013-01-25 use display settings for specific app units -Juergen E. Fischer 2013-02-05 +Jürgen E. Fischer 2013-02-05 fix warning -Victor Olaya 2013-02-04 +Víctor Olaya 2013-02-04 Finished adapting sextante python algorithms to new vector API Some code cleaning @@ -200039,87 +212079,87 @@ Marco Hugentobler 2013-02-04 Show more verbose error message (ticket #7095) Merge: 93dbfd7f35 8a880cadc3 -Victor Olaya 2013-02-04 +Víctor Olaya 2013-02-04 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2013-02-04 +Víctor Olaya 2013-02-04 started adapting sextante to new vector api -Juergen E. Fischer 2013-02-03 +Jürgen E. Fischer 2013-02-03 use CMAKE_*_FLAGS also on unix -Juergen E. Fischer 2013-02-03 +Jürgen E. Fischer 2013-02-03 more fTools api updates -Juergen E. Fischer 2013-02-03 +Jürgen E. Fischer 2013-02-03 debian packaging fix -Juergen E. Fischer 2013-02-03 +Jürgen E. Fischer 2013-02-03 german translation fix -Larry Shaffer 2013-02-03 +Larry Shaffer 2013-02-03 Update stage-installed plugins CMakeLists.txt Merge: dc340def18 1095f98173 -Victor Olaya 2013-02-03 +Víctor Olaya 2013-02-03 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2013-02-03 +Víctor Olaya 2013-02-03 edited some SAGA/GRASS algorithm description in SEXTANTE -Victor Olaya 2013-02-03 +Víctor Olaya 2013-02-03 Minor SEXTANTE changes -Victor Olaya 2013-02-03 +Víctor Olaya 2013-02-03 improvements in SEXTANTE modeler -Larry Shaffer 2013-01-24 +Larry Shaffer 2013-01-24 Add option to use custom QSettings for QgsCollapsibleGroupBox - Useful for plugins that may want to store collapsed state in their own QSettings file -Larry Shaffer 2013-02-02 +Larry Shaffer 2013-02-02 Fix build error under clang on Mac - Remove APPLE_CLANG_WARNINGS option - Add warnings via flags instead of definitions -Juergen E. Fischer 2013-02-03 +Jürgen E. Fischer 2013-02-03 debian packaging update -Juergen E. Fischer 2013-02-02 +Jürgen E. Fischer 2013-02-02 more api updates in ftools -Juergen E. Fischer 2013-02-02 +Jürgen E. Fischer 2013-02-02 fix warnings brought up by clang -Juergen E. Fischer 2013-02-02 +Jürgen E. Fischer 2013-02-02 remove usage of deprecated methods within QgsVectorLayer itself -Larry Shaffer 2013-02-01 +Larry Shaffer 2013-02-01 Add CMake option whether to show extra warnings from clang on Apple - Set APPLE_CLANG_WARNINGS:BOOL=FALSE to not show extra warnings (TRUE by default) -Larry Shaffer 2013-02-01 +Larry Shaffer 2013-02-01 Make sure QtTest gets bundled on Mac, if ENABLE_TESTS is set @@ -200129,7 +212169,7 @@ Etienne Tourigny 2013-02-01 [API] restore QgsMapLayerRegistry::addMapLayer() but keep it deprecated -Juergen E. Fischer 2013-02-01 +Jürgen E. Fischer 2013-02-01 fTools: fix error basic statistics @@ -200137,7 +212177,7 @@ Alexander Bruy 2013-02-01 first fix for new vector api in SEXTANTE -Juergen E. Fischer 2013-02-01 +Jürgen E. Fischer 2013-02-01 first take on porting ftools to vector iterator api @@ -200145,15 +212185,15 @@ ddehaan 2013-01-31 Copyright updates; Add headers to feature iterator -Juergen E. Fischer 2013-01-31 +Jürgen E. Fischer 2013-01-31 debian packaging fix: quantal and raring also use dh_python2 -Juergen E. Fischer 2013-01-31 +Jürgen E. Fischer 2013-01-31 include stack trace in logged python warning messages -Juergen E. Fischer 2013-01-31 +Jürgen E. Fischer 2013-01-31 fix warnings @@ -200162,7 +212202,7 @@ Alexander Bruy 2013-01-31 clear cached image for raster layers when applying contrast enhancement from raster toolbar (fix #7069) -Juergen E. Fischer 2013-01-31 +Jürgen E. Fischer 2013-01-31 debian packaging update @@ -200184,7 +212224,7 @@ Werner Macho 2013-01-30 Some translations for the pt_PT GUI. -Larry Shaffer 2013-01-30 +Larry Shaffer 2013-01-30 Update project file opening precedence order at app launch @@ -200202,19 +212242,19 @@ Giovanni Manghi 2013-01-31 Some translations -Juergen E. Fischer 2013-01-31 +Jürgen E. Fischer 2013-01-31 OGR style support only with GDAL >=1.7 -Juergen E. Fischer 2013-01-30 +Jürgen E. Fischer 2013-01-30 fix QgsSqlAnywhereProvider::attributeIndexes() -Juergen E. Fischer 2013-01-30 +Jürgen E. Fischer 2013-01-30 debian packaging: reenable sqlanywhere provider -Juergen E. Fischer 2013-01-30 +Jürgen E. Fischer 2013-01-30 fix attribute mapping in vector layer import @@ -200222,7 +212262,7 @@ ddehaan 2013-01-29 Update SQLAnywhere data provider to the new API. -Juergen E. Fischer 2013-01-30 +Jürgen E. Fischer 2013-01-30 fix attribute table for new vector api @@ -200230,7 +212270,7 @@ szekerest 2013-01-30 Rework mssql driver to support the new iterator model -Juergen E. Fischer 2013-01-30 +Jürgen E. Fischer 2013-01-30 debian packaging fix (quantal versions were actually unused before a4fa7535) @@ -200238,13 +212278,13 @@ Marco Hugentobler 2013-01-30 Fix ruler layout -Larry Shaffer 2013-01-28 +Larry Shaffer 2013-01-28 [FEATURE] Add option to auto-open 'New, Most recent or Specific' project on app launch - Add error trapping to catch bad projects that crash app, then notify user and avoid reopening -Larry Shaffer 2013-01-29 +Larry Shaffer 2013-01-29 Switch QgsMessageBar subject/message from QLabel to QTextEdit @@ -200254,15 +212294,15 @@ Larry Shaffer 2013-01-29 - HTML (QTextEdit subset) now supported for message - Clean up Close button style -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 debian packaging update: ubuntu raring -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 german translation update -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 oracle provider: fix support for geometryless tables (fixes #7023) @@ -200288,7 +212328,7 @@ Marco Hugentobler 2013-01-29 [FEATURE]: possibility to export vector symbology (using ogr feature style) -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 fix sip error @@ -200300,7 +212340,7 @@ Werner Macho 2013-01-29 translation update: et_EE by Veiko -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 register QgsMessageLog::MessageLevel @@ -200312,7 +212352,7 @@ olivierdalang 2013-01-28 UI enable/disable works -Juergen E. Fischer 2013-01-29 +Jürgen E. Fischer 2013-01-29 update calls to new api @@ -200321,7 +212361,7 @@ olivierdalang 2013-01-29 [feature] added draw background checkbox in composer items (this allow to workaround the non-opaque background bug with atlas and is more consistent with the frame settings) ) -Larry Shaffer 2013-01-26 +Larry Shaffer 2013-01-26 [FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options @@ -200352,7 +212392,7 @@ Etienne Tourigny 2013-01-28 allows for plugins to insert actions for layers in TOC, with QgsLegendInterface::addLegendLayerAction() -Larry Shaffer 2013-01-28 +Larry Shaffer 2013-01-28 Remove invalid relative path to images resource file @@ -200370,12 +212410,12 @@ Nathan Woodrow 2013-01-28 Fix for #6165 - Overlapping widgets in expression builder dialog -Matthias Kuhn 2013-01-28 +Matthias Kuhn 2013-01-28 Fix for #6165 - Overlapping widgets in expression builder dialog Reset the top margin of widgets to the default value -Juergen E. Fischer 2013-01-28 +Jürgen E. Fischer 2013-01-28 debian packaging update (fixes #7060) @@ -200387,15 +212427,15 @@ Marco Hugentobler 2013-01-28 Add class QgsComposerRuler -Juergen E. Fischer 2013-01-28 +Jürgen E. Fischer 2013-01-28 fix warnings, add copyright headers, cosmetics -Juergen E. Fischer 2013-01-27 +Jürgen E. Fischer 2013-01-27 osgeo4w: packaging updates -Victor Olaya 2013-01-27 +Víctor Olaya 2013-01-27 minor edits to SEXTANTE algorithms and scripts @@ -200414,7 +212454,7 @@ Tim Sutton 2013-01-27 qwt compile error under OSX - note for Larry -Matthias Kuhn 2013-01-27 +Matthias Kuhn 2013-01-27 Replace control image for piediagram with proper one @@ -200422,16 +212462,16 @@ Tim Sutton 2013-01-27 Update osx install - update old nokia download path -Victor Olaya 2013-01-27 +Víctor Olaya 2013-01-27 Added compiled SEXTANTE ui files -Victor Olaya 2013-01-27 +Víctor Olaya 2013-01-27 edited GRASS and SAGA algorithm descriptions Merge: 20e4ec5596 a9a289e91e -Victor Olaya 2013-01-27 +Víctor Olaya 2013-01-27 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -200445,11 +212485,11 @@ Martin Dobias 2013-01-27 OSM provider ported to new API -Victor Olaya 2013-01-26 +Víctor Olaya 2013-01-26 edited GRASS/SEXTANTE algorithm descriptions -Victor Olaya 2013-01-26 +Víctor Olaya 2013-01-26 minor sextante fixes @@ -200459,7 +212499,7 @@ Martin Dobias 2013-01-26 (the debug routine was consuming ~50% of rendering time) -Juergen E. Fischer 2013-01-26 +Jürgen E. Fischer 2013-01-26 fix windows build @@ -200467,11 +212507,11 @@ olivier 2013-01-20 Added layerIsExpanded() to QgsLegendInterface -Juergen E. Fischer 2013-01-26 +Jürgen E. Fischer 2013-01-26 german translation update -Juergen E. Fischer 2013-01-26 +Jürgen E. Fischer 2013-01-26 follow up 994dc1cc216: also change level in QgsMessageLogViewer @@ -200484,7 +212524,7 @@ Martin Dobias 2013-01-26 Merge remote-tracking branch 'origin/master' into new_vector_api -Juergen E. Fischer 2013-01-26 +Jürgen E. Fischer 2013-01-26 - [API] introduce QgsMessageLog::MessageLevel and change logMessage() level parameter to that type @@ -200493,29 +212533,29 @@ Juergen E. Fischer 2013-01-26 - don't unhide the warning button for INFO messages - fix warnings produced by python code -Nathan Woodrow 2013-01-26 +Nathan Woodrow 2013-01-26 Add test for format expression function -Larry Shaffer 2013-01-25 +Larry Shaffer 2013-01-25 Add empty QUndoView to QgsUndoWidget for initial show - Shows disabled view instead of blank dock area (same as creating new project after closing project) -Juergen E. Fischer 2013-01-25 +Jürgen E. Fischer 2013-01-25 cleanup doIntersectLines.py and fix #7021 -Matthias Kuhn 2013-01-25 +Matthias Kuhn 2013-01-25 Save geometry of expression build dialog on close -Juergen E. Fischer 2013-01-25 +Jürgen E. Fischer 2013-01-25 append resolution and transparency arguments also to tile request (fixes #3981) -Juergen E. Fischer 2013-01-25 +Jürgen E. Fischer 2013-01-25 leaner imitation of .arg @@ -200523,13 +212563,13 @@ Radim Blazek 2013-01-25 WCS max extent verification fix for servers without overvies -Larry Shaffer 2013-01-24 +Larry Shaffer 2013-01-24 Fix background issue for Gnome desktop - Revert de437ab -Larry Shaffer 2013-01-23 +Larry Shaffer 2013-01-23 Add Qt styles flags to QgsAppStyleSheet and update styled group boxes @@ -200538,20 +212578,20 @@ Radim Blazek 2013-01-25 more robust raster color map conversion from 1.8 project and style file, fixes #7023 Merge: 4f3e89a8b4 2a542487cf -Victor Olaya 2013-01-24 +Víctor Olaya 2013-01-24 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2013-01-24 +Víctor Olaya 2013-01-24 added extra import parameters for vector layers in GRASS/SEXTANTE interface minor fix to create a new instance when a model is edited -Victor Olaya 2013-01-24 +Víctor Olaya 2013-01-24 edited GRASS/SEXTANTE descriptions -Juergen E. Fischer 2013-01-24 +Jürgen E. Fischer 2013-01-24 use 'geom' as default name for geometry columns in browser data items (implements #7042) @@ -200559,11 +212599,11 @@ Marco Hugentobler 2013-01-24 Consider WMS opacity also for labels and in the GetPrint request -Nathan Woodrow 2013-01-24 +Nathan Woodrow 2013-01-24 Add string format() function to expression -Juergen E. Fischer 2013-01-24 +Jürgen E. Fischer 2013-01-24 log python warnings and enabled deprecation warnings @@ -200603,7 +212643,7 @@ Tim Sutton 2013-01-24 Fix error in test for issue 7023 -Juergen E. Fischer 2013-01-23 +Jürgen E. Fischer 2013-01-23 port oracle provider to new_vector_api + progress dialog in progress dialog @@ -200619,13 +212659,13 @@ Tim Sutton 2013-01-23 Set options list style to to white background Merge: 53197ad88b 73b3d9cc8c -Larry Shaffer 2013-01-22 +Larry Shaffer 2013-01-22 Merge pull request #389 from slarosa/pyqgis-console Update translation for Python Console -Juergen E. Fischer 2013-01-14 +Jürgen E. Fischer 2013-01-14 more oracle provider improvements: - enable warnings and more error handling in qocispatial @@ -200634,7 +212674,7 @@ Juergen E. Fischer 2013-01-14 - fix support for int keys (numbers with precision 0) - interpret oracle crs without auth_name as EPSG -Juergen E. Fischer 2013-01-14 +Jürgen E. Fischer 2013-01-14 oracle provider improvements: - improve srs lookup @@ -200643,15 +212683,15 @@ Juergen E. Fischer 2013-01-14 - use QgsMessageOutput for import errors (also in postgres and spatialite) - german translation update -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 oracle provider: accept number(0) as key -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 oracle provider: fix connection settings -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 [FEATURE] add oracle provider @@ -200734,7 +212774,7 @@ Alexander Bruy 2013-01-22 fix output of the eliminate slivers polygon tool (fix 6925). Patch by Bernhard Strobl -Larry Shaffer 2013-01-21 +Larry Shaffer 2013-01-21 [FEATURE] Add custom group box settings to Options @@ -200743,7 +212783,7 @@ Larry Shaffer 2013-01-21 - NOT tested yet on Windows Merge: 995ede3526 0757e4208c -Victor Olaya 2013-01-21 +Víctor Olaya 2013-01-21 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -200752,17 +212792,17 @@ Victor Olaya 2013-01-21 python/plugins/sextante/algs/ftools/Intersection.py python/plugins/sextante/outputs/OutputTable.py -Victor Olaya 2013-01-21 +Víctor Olaya 2013-01-21 added support for all gdal/ogr formats in all providers added support for pre and post execution hooks -Victor Olaya 2013-01-21 +Víctor Olaya 2013-01-21 fixed ftools overlay algorithms code cleaning and minor edits in other algorithms -Juergen E. Fischer 2013-01-21 +Jürgen E. Fischer 2013-01-21 INSTALL: better note about short names. @@ -200770,7 +212810,7 @@ Marco Hugentobler 2013-01-21 wfs provider: copy geometry and attributes only if necessary -Larry Shaffer 2013-01-18 +Larry Shaffer 2013-01-18 Add adjustable Qt stylesheet class, QgisAppStyleSheet @@ -200793,17 +212833,17 @@ Marco Hugentobler 2013-01-21 Change WFS provider for new vector api Merge: 2a4d79d913 bfb2b7af0d -Larry Shaffer 2013-01-20 +Larry Shaffer 2013-01-20 Merge pull request #393 from dakcarto/options_re-org_5 Reorganize Options dialog -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 german translation update -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 fix #7006 (if you actually use it) @@ -200819,7 +212859,7 @@ Etienne Tourigny 2013-01-18 update raster format and pyramid save widgets for python, add pyramid config options support to raster writer, other fixes -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 fix #7006 @@ -200840,11 +212880,11 @@ Marco Hugentobler 2013-01-18 Set alignment snap and tolerance for composition -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 about box: use webview for version info and use ok button -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 use CPLFree on memory allocated by GDAL (fixes #7008) @@ -200856,27 +212896,27 @@ Radim Blazek 2013-01-18 GRASS raster draw extent precission fix -Juergen E. Fischer 2013-01-18 +Jürgen E. Fischer 2013-01-18 fix windows build -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Switch saving edits from Attribute Table dialog from connection to using public function -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Minimize canvas refreshes during save/rollback/cancel current edits actions -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Fix #7007, canvas is not refreshing when exiting editing mode -Larry Shaffer 2013-01-17 +Larry Shaffer 2013-01-17 Fix for #6992, GDAL create options help dialog shows up behind other dialogs on Mac -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Reorganize Options dialog @@ -200885,7 +212925,7 @@ Larry Shaffer 2013-01-14 - Switch GDAL drive table load to on current page name Merge: a6c5fd875b e12d1398d8 -rldhont 2013-01-17 +D'Hont René-Luc 2013-01-17 Merge pull request #392 from rldhont/new_vector_api @@ -200947,17 +212987,17 @@ Martin Dobias 2013-01-16 Auto-close iterators when all features have been set. Auto-close iterators when the provider is deleted. -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Turn on all edit triggers and set minimum heights for custom/current env vars tables - Set minimum heights for all table widgets in Options->System -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Increase relative height of custom/current env vars table headers -Larry Shaffer 2013-01-15 +Larry Shaffer 2013-01-15 Update Options dialog vertical tabs after paintEvent, instead of on resize @@ -200967,7 +213007,7 @@ Giovanni Manghi 2013-01-15 More pt_PT translations by Nelson Silva -Juergen E. Fischer 2013-01-15 +Jürgen E. Fischer 2013-01-15 fix build @@ -200976,7 +213016,7 @@ Salvatore Larosa 2013-01-15 Update translation for Python Console Merge: ce64ede9bb a1743ab0e5 -mhugent 2013-01-15 +Marco Hugentobler 2013-01-15 Merge pull request #388 from mwa/offline_editing_api @@ -200998,17 +213038,17 @@ Salvatore Larosa 2013-01-15 Add QgsMessageBar for pyqgis console Merge: bdcb6c1c33 ca77a9876c -mhugent 2013-01-15 +Marco Hugentobler 2013-01-15 Merge pull request #386 from Oslandia/atlas Fix atlas map resizing -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Add mousePressEvent to QgsMessageBar sip file -Juergen E. Fischer 2013-01-14 +Jürgen E. Fischer 2013-01-14 more oracle provider improvements: - enable warnings and more error handling in qocispatial @@ -201017,7 +213057,7 @@ Juergen E. Fischer 2013-01-14 - fix support for int keys (numbers with precision 0) - interpret oracle crs without auth_name as EPSG -Larry Shaffer 2013-01-14 +Larry Shaffer 2013-01-14 Re-add mysteriously missing connections for custom env variables checkbox @@ -201029,7 +213069,7 @@ Hugo Mercier 2013-01-14 refs #6956 Fix map frame resizing : do not touch the frame size, adapt the geometry's extent if needed -Juergen E. Fischer 2013-01-14 +Jürgen E. Fischer 2013-01-14 oracle provider improvements: - improve srs lookup @@ -201038,33 +213078,33 @@ Juergen E. Fischer 2013-01-14 - use QgsMessageOutput for import errors (also in postgres and spatialite) - german translation update -Juergen E. Fischer 2013-01-13 +Jürgen E. Fischer 2013-01-13 [FEATURE] add second browser -Larry Shaffer 2013-01-13 +Larry Shaffer 2013-01-13 Add QgisApp::messageTimeout() to iface sip file - [API] Remove recently added, and unnecessary, mMessageTimeout and setMessageTimeout() from QgisApp -Larry Shaffer 2013-01-13 +Larry Shaffer 2013-01-13 Set fixed size for close icon in QgsMessageBar -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Finish refactoring that caused build error -Juergen E. Fischer 2013-01-13 +Jürgen E. Fischer 2013-01-13 fix build error -Nathan Woodrow 2013-01-13 +Nathan Woodrow 2013-01-13 Fix build -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Add stop/start and user default option for timeout of timed QgsMessageBars @@ -201073,30 +213113,30 @@ Larry Shaffer 2013-01-12 - [API] Add get/set methods for general message timeouts to QgisApp Merge: ac29c5b11f 5b06de9935 -Jürgen Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 Merge pull request #378 from slarosa/ftools_split_vector fix #4534 -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 prepare-commit.sh: remove trailing blanks from python files -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 german translation update -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 prepare-commit.sh: remove trailing blanks from python files -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 fix sip binding of QgsCredentials::get() (always returned true; partly rolls back dcf3ede) Merge: 13bfb5eb9a 8203effa72 -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Merge pull request #385 from slarosa/pyqgis-console @@ -201108,45 +213148,45 @@ Salvatore Larosa 2013-01-12 since a369ed0 it is no longer necessary to import iface object Merge: 5b431dfaf4 bc4f8f2ba2 -Victor Olaya 2013-01-12 +Víctor Olaya 2013-01-12 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Add convenience methods for pushing a non-widget-based message to QgsMessageBar - Switch some WARNING messages over to INFO - Add default icon for CRITICAL messages -Nathan Woodrow 2013-01-12 +Nathan Woodrow 2013-01-12 Import iface into Python console -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Update 'not vector/editable layer' dialogs to message bar for new Rotate map tool -Larry Shaffer 2013-01-12 +Larry Shaffer 2013-01-12 Fix #6957, move 'not vector/editable layer' dialogs to message bar for map edit and select tools - Move notifications to base QgsMapToolEdit class - Add QgsMessageBar::INFO icon (also useful for lightweight WARNING) -Victor Olaya 2013-01-12 +Víctor Olaya 2013-01-12 sextante file dialog now remembers last used folder -Victor Olaya 2013-01-12 +Víctor Olaya 2013-01-12 modified grass postprocessing and edited grass description -Victor Olaya 2013-01-12 +Víctor Olaya 2013-01-12 code cleaning -Victor Olaya 2013-01-12 +Víctor Olaya 2013-01-12 editing parameters in modeler now remembers previous values @@ -201179,27 +213219,27 @@ vinayan 2013-01-06 Added Rotate Map Tool Merge: 971c7b8b6a 8803a00aff -Larry Shaffer 2013-01-11 +Larry Shaffer 2013-01-11 Merge pull request #382 from dakcarto/iface_edits-tool-switch-fix_1 Fix #6968, saving/rollbacking edits deselects current editing tool -Larry Shaffer 2013-01-09 +Larry Shaffer 2013-01-09 Fix #6968, saving/rollbacking edits deselects current editing tool -Nathan Woodrow 2013-01-10 +Nathan Woodrow 2013-01-10 Add groupbox support to attribute editor -Larry Shaffer 2013-01-11 +Larry Shaffer 2013-01-11 Add descriptive names to message bar levels (from Matthais Kuhn) - Enum containing INFO, WARNING and CRITICAL -Juergen E. Fischer 2013-01-12 +Jürgen E. Fischer 2013-01-12 oracle provider: accept number(0) as key @@ -201212,26 +213252,26 @@ Marco Hugentobler 2013-01-11 Fix python zebra style test -Juergen E. Fischer 2013-01-11 +Jürgen E. Fischer 2013-01-11 oracle provider: fix menu entry Merge: 37f7d57897 5003c465d0 -Jürgen Fischer 2013-01-10 +Jürgen E. Fischer 2013-01-10 Merge pull request #384 from lynxlynxlynx/master Try to find QWT harder -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Update QgsMessageBar sip file to include timeout messages -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Switch 'select vector layer first' dialog warning for labeling toolbar action to QgsMessageBar timeout message -Larry Shaffer 2013-01-10 +Larry Shaffer 2013-01-10 Add optional message timeout with countdown progress bar to QgsMessageBar @@ -201244,14 +213284,14 @@ Marco Hugentobler 2013-01-10 Fix display of paper size after loading from Template. Fixes #6818 Merge: 834107a68a f2a037881e -volaya 2013-01-10 +Víctor Olaya 2013-01-10 Merge pull request #383 from slarosa/sextante-issue Fix for destination CRS in SEXTANTE GRASS algs: Merge: 4ddcb3eaac 2c1db1c665 -mhugent 2013-01-10 +Marco Hugentobler 2013-01-10 Merge pull request #380 from bischofia/updateFieldName @@ -201262,11 +213302,11 @@ Salvatore Larosa 2013-01-10 Fix for destination CRS in GRASS algs: Refs: http://lists.osgeo.org/pipermail/qgis-user/2013-January/020847.html -Nathan Woodrow 2013-01-09 +Nathan Woodrow 2013-01-09 Add support for QCalendarWidget in custom forms -Juergen E. Fischer 2013-01-10 +Jürgen E. Fischer 2013-01-10 re-enable QGisApp::updateLayerModifiedActions() @@ -201274,27 +213314,27 @@ Werner Macho 2013-01-10 translation update: gl_ES by Xan -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 fix crash on CRS validation -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 fix some warnings and myriads of global QString objects -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 oracle provider: fix connection settings -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 osgeo4w: change geos_c_i to geos_c -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 german translation update -Juergen E. Fischer 2013-01-09 +Jürgen E. Fischer 2013-01-09 [FEATURE] add oracle provider @@ -201302,12 +213342,12 @@ Minoru Akagi 2012-12-07 update field names when vector layer properties are applied -Victor Olaya 2013-01-08 +Víctor Olaya 2013-01-08 improvements for handling tables Merge: 964e842435 45fab4ba55 -Victor Olaya 2013-01-08 +Víctor Olaya 2013-01-08 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -201316,7 +213356,7 @@ Salvatore Larosa 2013-01-08 fix #4534 Merge: e59de661b7 7e29d7ced1 -Victor Olaya 2013-01-07 +Víctor Olaya 2013-01-07 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -201329,20 +213369,20 @@ Martin Dobias 2013-01-06 Postgres feature iterator fixes (rewind, FID filter, closing) Merge: a785fd5973 522bbcda2b -Victor Olaya 2013-01-04 +Víctor Olaya 2013-01-04 Merge branch 'master' of https://github.com/qgis/Quantum-GIS Merge: 5c00014397 a572f3c262 -Victor Olaya 2013-01-04 +Víctor Olaya 2013-01-04 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2013-01-01 +Víctor Olaya 2013-01-01 edited grass and saga algorithm descriptions -Victor Olaya 2013-01-01 +Víctor Olaya 2013-01-01 refactor fTools algorithms @@ -201509,17 +213549,17 @@ ddehaan 2012-10-28 Merge remote-tracking branch 'origin/master' -Sandro Santilli 2013-01-08 +Sandro Santilli 2013-01-08 Quality topology layer names ... so you can recognize them in the snapping option dialog -Nathan Woodrow 2013-01-08 +Nathan Woodrow 2013-01-08 Rename Query/Build Query to Filter/Set Filter to better reflect action -Nathan Woodrow 2013-01-08 +Nathan Woodrow 2013-01-08 Fix loading of Python Init method with unsaved features @@ -201527,11 +213567,11 @@ Werner Macho 2013-01-08 translation update: galician by Xan -Juergen E. Fischer 2013-01-08 +Jürgen E. Fischer 2013-01-08 fix syntax error -Nathan Woodrow 2013-01-08 +Nathan Woodrow 2013-01-08 [API] Add method to QgsMapLayerRegistry to get layers using name @@ -201542,7 +213582,7 @@ Nathan Woodrow 2013-01-07 Fix issue 6899: Drag and drop designer uses first field after project re... -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Update Options dialog vertical tabs @@ -201551,32 +213591,32 @@ Larry Shaffer 2013-01-06 - Splitter is adjusted for vert. scrollbar width, keeping it from covering icon-only mode icons - Remove size grip for dialog -Juergen E. Fischer 2013-01-07 +Jürgen E. Fischer 2013-01-07 Include project home in browser toplevel browser (implement #6955) [API] add QgsProject::homePath() [API] make QgsBrowserModel::reload() a public slot -Matthias Kuhn 2013-01-07 +Matthias Kuhn 2013-01-07 Show scroll bars for drag and drop attribute editor if necessary -Matthias Kuhn 2013-01-07 +Matthias Kuhn 2013-01-07 Fix issue 6899: Drag and drop designer uses first field after project reload idx was not properly initialized at project load. -Juergen E. Fischer 2013-01-07 +Jürgen E. Fischer 2013-01-07 fix windows build -Juergen E. Fischer 2013-01-07 +Jürgen E. Fischer 2013-01-07 - [API] add optional progress dialog to QgsVectorLayerImport - postgres/mssql: fix primary key generation on import (fixes #6907) - fix crash on browser refresh after vector layer import -Juergen E. Fischer 2013-01-06 +Jürgen E. Fischer 2013-01-06 german translation update @@ -201584,28 +213624,28 @@ Radim Blazek 2013-01-06 doxygen warnings fixes -Juergen E. Fischer 2013-01-06 +Jürgen E. Fischer 2013-01-06 fix #6726 -Juergen E. Fischer 2013-01-06 +Jürgen E. Fischer 2013-01-06 attribute table: NULL values are considered less than other values (fixes #6715) -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Switch main Options dialog to vertical tabs - Icon-only mode enabled by fully moving splitter to left Merge: 2a002c558e 0595f746a0 -Larry Shaffer 2013-01-06 +Larry Shaffer 2013-01-06 Merge pull request #372 from dakcarto/iface_enviro_3 [FEATURE] Configure custom environment variables -Juergen E. Fischer 2013-01-06 +Jürgen E. Fischer 2013-01-06 [API] make primary key field indexes available: - add QgsVectorLayer::pendingPkAttributeList() @@ -201616,33 +213656,33 @@ Juergen E. Fischer 2013-01-06 - comment out unused QgsPasteTransformations Merge: b2932deca1 3f5f70696f -Jürgen Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 Merge pull request #364 from matthias-kuhn/attredit-aliases Attredit aliases -Larry Shaffer 2013-01-04 +Larry Shaffer 2013-01-04 Add checkbox to filter non-QGIS-specific vars from current env vars table -Juergen E. Fischer 2013-01-05 +Jürgen E. Fischer 2013-01-05 fix windows build -Juergen E. Fischer 2013-01-05 +Jürgen E. Fischer 2013-01-05 QgsVectorLayer: delete before adding/changing features (fixes #6422) -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 update INSTALL -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 wfs in core needs expat -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 more API updates to the python plugins @@ -201658,7 +213698,7 @@ Radim Blazek 2013-01-04 QgsWFSData moved to core -Larry Shaffer 2013-01-03 +Larry Shaffer 2013-01-03 Fix #6940, error traceback output to console crashes under QScintilla 2.7 @@ -201666,7 +213706,7 @@ Marco Hugentobler 2013-01-04 Test WFS version and throw error if 1.0 is not supported by the server -Larry Shaffer 2013-01-01 +Larry Shaffer 2013-01-01 [FEATURE] Configure custom environment variables @@ -201674,11 +213714,11 @@ Larry Shaffer 2013-01-01 - Could help plugins, like SEXTANTE, work better across platforms via abstracted coding based upon env vars - In app prefs, configure variables and view current set, with tooltips to show pre-startup value (if any) -Matthias Kuhn 2012-12-21 +Matthias Kuhn 2012-12-21 Save/Load attribute editor layout for layers without geometry -Matthias Kuhn 2012-12-21 +Matthias Kuhn 2012-12-21 Show field alias in drag and drop designer dialogs @@ -201690,7 +213730,7 @@ Werner Macho 2013-01-04 translation update: lao by Lao GIS users -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 nmea parsing: call strtod with locale "C" (fixes #6687) @@ -201703,7 +213743,7 @@ Marco Hugentobler 2013-01-04 Saver double comparison, minor code cleanup (deleting a 0 pointer is always save) -Larry Shaffer 2012-12-09 +Larry Shaffer 2012-12-09 Draw SVG symbol from cached QImage unless it exceeds half of cache size, then use QPicture @@ -201724,15 +213764,15 @@ ben 2013-01-03 Bounding box now takes into account font descent so letters like g and j are not cut off from the legend title. -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 fTools: replace QgsRectangle.expand with .scale -Juergen E. Fischer 2013-01-04 +Jürgen E. Fischer 2013-01-04 fix #6926 -Juergen E. Fischer 2013-01-03 +Jürgen E. Fischer 2013-01-03 python plugins: replace QgsMapRenderer.destinationSrs() with destinationCrs() (closes #6391) @@ -201768,7 +213808,7 @@ Radim Blazek 2013-01-03 wcs test fix -Juergen E. Fischer 2013-01-03 +Jürgen E. Fischer 2013-01-03 use project projections instead of WGS84 for WMS crs preselection (fixes #6939) @@ -201787,21 +213827,21 @@ Bernhard Ströbl 2013-01-03 fTools' eliminate now works if the polygon to merge with has an id of 0 -Sandro Santilli 2013-01-02 +Sandro Santilli 2013-01-02 Mark topology group visibility off This is really a workaround to http://hub.qgis.org/issues/6938 -Larry Shaffer 2013-01-01 +Larry Shaffer 2013-01-01 Fix for #6937, ensure QgsRubberBand is deleted if no active vector layer -Sandro Santilli 2013-01-01 +Sandro Santilli 2013-01-01 Reorganize topoviewer layers into subgroups -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Revert "Fix #6931, apply patch from Borys Jurgiel" @@ -201809,21 +213849,21 @@ Larry Shaffer 2012-12-31 Sorry, did not notice more complete fix in pull request from Salvatore Larosa -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Fix #6931, apply patch from Borys Jurgiel -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Fix #6725 - Restore toggle editing button state in attribute table editor if toggling canceled or commit/rollback changes fails -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Move toggle/save/rollback/cancel edits slots from private to public -Larry Shaffer 2012-12-31 +Larry Shaffer 2012-12-31 Reinstate Save Active Layer Edits action @@ -201831,14 +213871,14 @@ Larry Shaffer 2012-12-31 - Now works with active legend layer, regardless of whether a selection exists in legend - Add to legend contextual menu when right-clicked vector layer isModified() -Larry Shaffer 2012-12-28 +Larry Shaffer 2012-12-28 Updates to legend active layer - Single click in blank, non-item space in legend unsets active layer (same behavior as clicking group) - Underline active layer (helpful when active layer, and no selection or multiple selected layers) -Juergen E. Fischer 2012-12-31 +Jürgen E. Fischer 2012-12-31 german translation update and some string fixes @@ -201850,19 +213890,19 @@ Salvatore Larosa 2012-12-31 fix for issues generated from api cleanup commit -pcav 2012-12-31 +Paolo Cavallini 2012-12-31 Fix #5843 -Juergen E. Fischer 2012-12-29 +Jürgen E. Fischer 2012-12-29 fix #5251 -Juergen E. Fischer 2012-12-29 +Jürgen E. Fischer 2012-12-29 geos 3.3.6 doesn't produces geos_c_i on windows anymore also check geos_c -Larry Shaffer 2012-12-28 +Larry Shaffer 2012-12-28 Fix #6924, finish move from png to new svg icons for Current Edits actions @@ -201876,11 +213916,11 @@ Martin Dobias 2012-12-28 Transfer ownership of widgets to C++ when pushed to the QgsMessageBar -Nathan Woodrow 2012-12-28 +Nathan Woodrow 2012-12-28 Fix #6214. Show names under symbols -Victor Olaya 2012-12-28 +Víctor Olaya 2012-12-28 fixed #6918 @@ -201903,12 +213943,12 @@ Arunmozhi 2012-12-27 changed style version from 0 to 1 -Nathan Woodrow 2012-12-27 +Nathan Woodrow 2012-12-27 Remove Symbol: from symbol selector tree view names Merge: d8b271dd0d 90c571da90 -mhugent 2012-12-27 +Marco Hugentobler 2012-12-27 Merge pull request #366 from matthias-kuhn/rubberband-point-symbols @@ -201936,7 +213976,7 @@ Nathan Woodrow 2012-12-26 fix for #6901. Fix crash when Changing symbols to > 1 symbology classes -Sandro Santilli 2012-12-26 +Sandro Santilli 2012-12-26 Place new group after current item (for non-group current item) @@ -201944,13 +213984,13 @@ Sandro Santilli 2012-12-26 When current item is a group the behavior is still to append the new group to the end of the child list (as before) -Sandro Santilli 2012-12-26 +Sandro Santilli 2012-12-26 Fix adding groups to empty projects Closes #6879 again -Larry Shaffer 2012-12-26 +Larry Shaffer 2012-12-26 Update to legend right-click @@ -201958,14 +213998,14 @@ Larry Shaffer 2012-12-26 - Right-clicks within multiple selection preserve selection, but still switch item - Right-clicks outside of current selection clears selection and switches to new item before contextual menu -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 [FEATURE] Add save/rollback/cancel current edits for selected or all vector layers - Fix for issue #6782 - Ensure undo widget is not enabled unless active (again) -Matthias Kuhn 2012-12-26 +Matthias Kuhn 2012-12-26 Add pen width to rubberband bounding rect @@ -201973,19 +214013,19 @@ Arunmozhi 2012-12-26 fixed the possibility to recursively open stylemgr and symbol selector -Juergen E. Fischer 2012-12-22 +Jürgen E. Fischer 2012-12-22 remove raster metadata from test data to make tests run without changing git tracked files -Juergen E. Fischer 2012-12-22 +Jürgen E. Fischer 2012-12-22 fix msvc build -Matthias Kuhn 2012-12-25 +Matthias Kuhn 2012-12-25 Add different point symbols for QgsRubberband. -Victor Olaya 2012-12-24 +Víctor Olaya 2012-12-24 added missing file with JoinAttributes algorithm @@ -202001,11 +214041,11 @@ Arunmozhi 2012-12-24 changed the ungrouped groupid to 0 from NULL -Victor Olaya 2012-12-24 +Víctor Olaya 2012-12-24 adapted mmqgis and sextante algs to changes in management of selected features -Victor Olaya 2012-12-23 +Víctor Olaya 2012-12-23 Added mechanism for better handling selected features in algorithms Implemented it in fTools Simplify algorithm @@ -202018,11 +214058,11 @@ Alexander Bruy 2012-12-20 remove deprecated methods from API -Larry Shaffer 2012-11-25 +Larry Shaffer 2012-11-25 Add CMake option for custom Python framework on Mac -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 Keep attribute editor text synchronization from affecting editing @@ -202031,11 +214071,11 @@ Larry Shaffer 2012-12-18 - Fill editable QComboBox with attribute's value in custom forms - Add validator to editable QComboBox -Juergen E. Fischer 2012-12-22 +Jürgen E. Fischer 2012-12-22 osgeo4w: switch to GRASS 6.4.3RC2 -Victor Olaya 2012-12-21 +Víctor Olaya 2012-12-21 minor fixes for otb and gdal, and edited some grass descriptions @@ -202114,7 +214154,7 @@ Salvatore Larosa 2012-11-30 fix output directory for pyqgis console on installing -Victor Olaya 2012-12-20 +Víctor Olaya 2012-12-20 reorganized native algorithms into one single group @@ -202135,7 +214175,7 @@ Radim Blazek 2012-12-18 Fixed default contrast enhancement for raster multiband / single byte -Juergen E. Fischer 2012-12-18 +Jürgen E. Fischer 2012-12-18 fix warnings @@ -202155,21 +214195,21 @@ Radim Blazek 2012-12-18 Improved raster singleband pseudocolor classification GUI -Larry Shaffer 2012-12-18 +Larry Shaffer 2012-12-18 Followup to 9069f3b - Avoid canvas refresh when new command is added after user clicks back in undo view history -Sandro Santilli 2012-12-17 +Sandro Santilli 2012-12-17 Expose setGroupExpanded to python -Sandro Santilli 2012-12-17 +Sandro Santilli 2012-12-17 Survive when setLayerExpanded is called with a layer unknown by legend -Sandro Santilli 2012-12-17 +Sandro Santilli 2012-12-17 Add QgsAppLegendInterface::setLayerExpanded method @@ -202179,7 +214219,7 @@ Radim Blazek 2012-12-17 More GRASS direct functions -Sandro Santilli 2012-12-17 +Sandro Santilli 2012-12-17 Fix addGroup() not to refuse invisibleRootItem as the group parent @@ -202218,7 +214258,7 @@ Giuseppe Sucameli 2012-12-17 the returned ptr's pointing to a wrong position whether we break the loop before reading all the points of all the rings. Merge: cdaebd1399 a18cb51106 -volaya 2012-12-16 +Víctor Olaya 2012-12-16 Merge pull request #360 from slarosa/sextante-issue @@ -202241,13 +214281,13 @@ Alexander Bruy 2012-12-16 fix help files installation for TauDEM Merge: 3b3d1a75da 948faefa1e -mhugent 2012-12-15 +Marco Hugentobler 2012-12-15 Merge pull request #354 from Oslandia/atlas refs #6741 -Larry Shaffer 2012-12-14 +Larry Shaffer 2012-12-14 Update labeling tools and make more undo/redo friendly @@ -202258,14 +214298,14 @@ Larry Shaffer 2012-12-14 - Update change label properties dialog to show whether label text is expression Merge: 33e3925eb7 3a59fd4dfd -Victor Olaya 2012-12-15 +Víctor Olaya 2012-12-15 Merge branch 'master' of https://github.com/qgis/Quantum-GIS Conflicts: python/plugins/sextante/grass/ext/CMakeLists.txt -Victor Olaya 2012-12-15 +Víctor Olaya 2012-12-15 added postgis tools to sextante edited some grass descriptions and renamed postproc folder (now it is not only for postproc, but also for pre execution checks) @@ -202274,7 +214314,7 @@ Radim Blazek 2012-12-15 More GRASS direct functions -Larry Shaffer 2012-12-14 +Larry Shaffer 2012-12-14 Update undo/redo widget and vector layer rollback @@ -202282,11 +214322,11 @@ Larry Shaffer 2012-12-14 - Significantly decreases time needed to cancel or redo many edits - Disable undo/redo dock's widgets and toolbar actions when layer not in editing mode -Sandro Santilli 2012-12-14 +Sandro Santilli 2012-12-14 TopoViewer: make topology group start as collapsed -Sandro Santilli 2012-12-14 +Sandro Santilli 2012-12-14 Initialize all members in Interval constructor. @@ -202295,7 +214335,7 @@ Sandro Santilli 2012-12-14 Closes #6877 -Sandro Santilli 2012-12-14 +Sandro Santilli 2012-12-14 Fix addGroup to return the integer groupIndex other methods expect @@ -202308,7 +214348,7 @@ Radim Blazek 2012-12-14 More GRASS direct functions Merge: d99786303a 7e343558ae -volaya 2012-12-14 +Víctor Olaya 2012-12-14 Merge pull request #358 from slarosa/sextante-issue @@ -202321,13 +214361,13 @@ Salvatore Larosa 2012-12-14 to due of missing some methods. This patch fixes the issue. Merge: 968c6d81f3 eff5c20040 -mhugent 2012-12-13 +Marco Hugentobler 2012-12-13 Merge pull request #357 from matthias-kuhn/rb Set default rubberband width -Matthias Kuhn 2012-12-14 +Matthias Kuhn 2012-12-14 Set default rubberband width Was uninitialized, leading to screen corruption @@ -202346,11 +214386,11 @@ Alexander Bruy 2012-12-14 move missed CMakeLists.txt to ext directory, fix path Merge: f2fc33bb3a 2c59866c9c -Victor Olaya 2012-12-13 +Víctor Olaya 2012-12-13 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-12-13 +Víctor Olaya 2012-12-13 more grass-sextante improvements (mainly fine tuning some algorithms) @@ -202362,12 +214402,12 @@ Alexander Bruy 2012-12-13 add missed CMakeLists.txt for SEXTANTE GRASS provider -Victor Olaya 2012-12-12 +Víctor Olaya 2012-12-12 added fix by Salvatore Larosa that fixes #6862 Merge: d401a6ef6e f218a394f4 -Victor Olaya 2012-12-12 +Víctor Olaya 2012-12-12 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -202404,7 +214444,7 @@ Marco Hugentobler 2012-12-12 Avoid null fill in gdal provider if raster covers the whole requested extent. Enable raster provider code block which was outcommented in earlier commit -Juergen E. Fischer 2012-12-12 +Jürgen E. Fischer 2012-12-12 improve html viewing in identify results window: - add print to normal context menu instead of replacing it completely @@ -202419,7 +214459,7 @@ Hugo Mercier 2012-12-12 Fix resolution issues when printing in raster mode Merge: e38b2222ab d584b7606b -mhugent 2012-12-12 +Marco Hugentobler 2012-12-12 Merge pull request #352 from Oslandia/atlas @@ -202429,7 +214469,7 @@ Marco Hugentobler 2012-12-12 Loop optimisation -Larry Shaffer 2012-12-07 +Larry Shaffer 2012-12-07 Add SVG symbol of QGIS north arrow decoration (provided by ramon) @@ -202437,18 +214477,18 @@ Larry Shaffer 2012-12-07 - Converted 'N' text to path and centered Merge: a4186dfee2 c84408edf4 -Victor Olaya 2012-12-12 +Víctor Olaya 2012-12-12 Merge branch 'master' of https://github.com/qgis/Quantum-GIS Conflicts: python/plugins/sextante/grass/GrassAlgorithm.py -Victor Olaya 2012-12-12 +Víctor Olaya 2012-12-12 Added DensifyGeometriesInterval.py by @underdark, and fixed existent DensifyGeometries.py -Victor Olaya 2012-12-12 +Víctor Olaya 2012-12-12 Improving GRASS bindings and editing GASS descriptions @@ -202487,37 +214527,37 @@ Radim Blazek 2012-12-11 G__init_null_patterns GRASS 6.5, fixes #6849 -Juergen E. Fischer 2012-12-11 +Jürgen E. Fischer 2012-12-11 fix windows build -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Ensure Composer set to zoomFull() when shown from menu or manager - Zoom full happens on initial showing or showing after hiding, via user close or spontaneously by os - If Composer is open, behind other windows or minimized, zoom state is maintained -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Add ability to save parent project when in Composer -Larry Shaffer 2012-12-09 +Larry Shaffer 2012-12-09 Fix aligned multi-line labels for print or image output -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Fix GRASS module tools dialog on Mac - Show disclosure triangles for QTreeWidget item sections and root (were hidden) - Root for tree set to decorated, as double-click to collapse/expand is set, and could hide children -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 GRASS module env variable fix for Mac -Matthias Kuhn 2012-12-10 +Matthias Kuhn 2012-12-10 Transfer ownership of widgets to C++ when pushed to the QgsMessageBar @@ -202529,7 +214569,7 @@ Marco Hugentobler 2012-12-10 inline more raster block methods -Larry Shaffer 2012-12-10 +Larry Shaffer 2012-12-10 Fix Grass Direct module build on Mac @@ -202537,7 +214577,7 @@ Alexander Bruy 2012-12-10 pass unicode string to TreeSettingItem -Nathan Woodrow 2012-12-10 +Nathan Woodrow 2012-12-10 Fix #6843 @@ -202581,15 +214621,15 @@ Werner Macho 2012-12-10 adding license -Juergen E. Fischer 2012-12-10 +Jürgen E. Fischer 2012-12-10 update fake grass library build on windows -Juergen E. Fischer 2012-12-10 +Jürgen E. Fischer 2012-12-10 fix warnings -Juergen E. Fischer 2012-12-10 +Jürgen E. Fischer 2012-12-10 remove trailing blanks @@ -202601,24 +214641,24 @@ Marco Hugentobler 2012-12-09 Disable block in raster provider for performance reason -Juergen E. Fischer 2012-12-09 +Jürgen E. Fischer 2012-12-09 fix build of fake grass lib -Victor Olaya 2012-12-08 +Víctor Olaya 2012-12-08 fixed #6227 -Victor Olaya 2012-12-08 +Víctor Olaya 2012-12-08 improved new algorithm classification mechanism fixed #6834 -Sandro Santilli 2012-12-07 +Sandro Santilli 2012-12-07 Drop orphaned TopoGeometry objects on deleteFeatures -Sandro Santilli 2012-12-07 +Sandro Santilli 2012-12-07 Add minorVersion() method, fix doc of majorVersion() @@ -202630,7 +214670,7 @@ Marco Hugentobler 2012-12-07 Optimization in writing raster values in paletted raster renderer -Victor Olaya 2012-12-07 +Víctor Olaya 2012-12-07 added alternative organization in sextante toolbox @@ -202643,7 +214683,7 @@ Radim Blazek 2012-12-06 More GRASS direct modules Merge: ef6da72a79 fc22a6f8d6 -mhugent 2012-12-06 +Marco Hugentobler 2012-12-06 Merge pull request #341 from matthias-kuhn/rubberband-point @@ -202661,7 +214701,7 @@ Radim Blazek 2012-11-09 GRASS Direct -Sandro Santilli 2012-12-06 +Sandro Santilli 2012-12-06 Fetch topological layer info at construction time @@ -202676,7 +214716,7 @@ Tim Sutton 2012-12-06 Transfer ownership of transparency to prevent crashing python apps. Merge: b304df8fb4 8a90e2cef6 -mhugent 2012-12-06 +Marco Hugentobler 2012-12-06 Merge pull request #345 from bischofia/joined_minmax @@ -202694,11 +214734,11 @@ Giuseppe Sucameli 2012-12-06 fix fields creation importing layers to PG -Juergen E. Fischer 2012-12-05 +Jürgen E. Fischer 2012-12-05 remove trailing whitespace -Juergen E. Fischer 2012-12-05 +Jürgen E. Fischer 2012-12-05 fix warning @@ -202742,11 +214782,11 @@ Giuseppe Sucameli 2012-12-05 Thanks to Silvio Grosso for the sponsorship! -Juergen E. Fischer 2012-12-04 +Jürgen E. Fischer 2012-12-04 german translation update -Juergen E. Fischer 2012-12-04 +Jürgen E. Fischer 2012-12-04 fix indentation and some translation strings @@ -202765,7 +214805,7 @@ Alexander Bruy 2012-12-04 add missed renderer capabilities to Python bindings -Victor Olaya 2012-12-04 +Víctor Olaya 2012-12-04 Grass bindings improvements in SEXTANTE Fixed minor bugs in SAGA an GDAL merge algorithms @@ -202816,24 +214856,24 @@ Alexander Bruy 2012-10-30 create toolbox from .ui file add clear button to filter (fix #5695) -Sandro Santilli 2012-12-03 +Sandro Santilli 2012-12-03 Properly encode direction symbols in style templates (#6812) NOTE: this commit does NOT fix the project save operation, but only an output of that operation -Juergen E. Fischer 2012-12-03 +Jürgen E. Fischer 2012-12-03 fix #6800 (introduced with 0dc01f5ff) -Larry Shaffer 2012-12-03 +Larry Shaffer 2012-12-03 Update text and tips for mActionSaveAllEdits - Add separator to Layers menu to organize attribute table functions -Victor Olaya 2012-12-03 +Víctor Olaya 2012-12-03 corrected copyright headers @@ -202860,7 +214900,7 @@ Salvatore Larosa 2012-12-02 fixes #6228 (I think definitely) -Sandro Santilli 2012-11-06 +Sandro Santilli 2012-11-06 Initial support for adding new TopoGeometry objects @@ -202872,23 +214912,23 @@ Werner Macho 2012-12-02 translation update: gl_ES by Xan -Juergen E. Fischer 2012-12-02 +Jürgen E. Fischer 2012-12-02 fix 45a933a4 -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add edit-saving actions to iface -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add legend icon for editable layers with unsaved edits -Larry Shaffer 2012-12-01 +Larry Shaffer 2012-12-01 Add 'Save All Edits' action to layers menu and digitizing toolbar -Juergen E. Fischer 2012-12-02 +Jürgen E. Fischer 2012-12-02 german translation update @@ -202896,11 +214936,11 @@ Werner Macho 2012-12-02 adding missing copyright to files -Juergen E. Fischer 2012-12-01 +Jürgen E. Fischer 2012-12-01 indentation update -Juergen E. Fischer 2012-12-01 +Jürgen E. Fischer 2012-12-01 fix #6803 @@ -202927,16 +214967,16 @@ Radim Blazek 2012-12-01 more precise layer min/max scale description + icon -pcav 2012-12-01 +Paolo Cavallini 2012-12-01 IT GUI translation -pcav 2012-11-30 +Paolo Cavallini 2012-11-30 Load layer in canvas Checked (fixes #6641) Merge: 047127bf19 635e19ad32 -volaya 2012-11-30 +Víctor Olaya 2012-11-30 Merge pull request #342 from slarosa/master @@ -202981,12 +215021,12 @@ Marco Hugentobler 2012-11-30 Fix saving of excluded attributes for wms/wfs server -Victor Olaya 2012-11-30 +Víctor Olaya 2012-11-30 fixed #6759 and #6228 Merge: 6d71876626 1a7ccd015d -Victor Olaya 2012-11-30 +Víctor Olaya 2012-11-30 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -203035,7 +215075,7 @@ Giuseppe Sucameli 2012-11-28 dbmanager: use a default value for varchar limit (follow a4484b217ed) -Larry Shaffer 2012-11-28 +Larry Shaffer 2012-11-28 Update QgsLegend::selectedLayers() and add to QgsLegendInterface @@ -203054,11 +215094,11 @@ Giuseppe Sucameli 2012-11-28 fix #6777 -Nathan Woodrow 2012-11-28 +Nathan Woodrow 2012-11-28 Fix #6764 again. Replace backslash for python code only -Nathan Woodrow 2012-11-28 +Nathan Woodrow 2012-11-28 Fix #6764 @@ -203071,19 +215111,19 @@ Tim Sutton 2012-11-28 Test improvements - moved writeShape to utilities for DRY. Added clip test to geometry python tests. -Victor Olaya 2012-11-28 +Víctor Olaya 2012-11-28 Fixed some minor bugs in sextante algs Removed SAGA Split algorithms -Larry Shaffer 2012-11-27 +Larry Shaffer 2012-11-27 Add option to set inside and outside maximum for delta angle between curved label characters - Addresses #6763, #6673 and #2113, but does not perform any feature simplification - Recommend adding some letter [and word] spacing before applying any delta angle adjustment -Larry Shaffer 2012-11-27 +Larry Shaffer 2012-11-27 Add access to QgisApp's mActionCopyStyle and mActionPasteStyle to QgisInterface @@ -203120,7 +215160,7 @@ Alexander Bruy 2012-11-22 add perimeter to derived attributes for polygonal geometries -Juergen E. Fischer 2012-11-27 +Jürgen E. Fischer 2012-11-27 fix build with Qt<4.8 and some doxygen warnings @@ -203137,15 +215177,15 @@ Giuseppe Sucameli 2012-11-26 Changed import sextante class entry according to 6173fa3 (PyQGIS Console) -Matthias Kuhn 2012-11-14 +Matthias Kuhn 2012-11-14 Add some comments -Matthias Kuhn 2012-11-14 +Matthias Kuhn 2012-11-14 SIP bindings for point rubberband. -Matthias Kuhn 2012-11-14 +Matthias Kuhn 2012-11-14 Extend QgsRubberBand to support points. @@ -203204,7 +215244,7 @@ Werner Macho 2012-11-25 Abort classification upon high number of classes -Juergen E. Fischer 2012-11-25 +Jürgen E. Fischer 2012-11-25 t2t fixes @@ -203231,7 +215271,7 @@ Werner Macho 2012-11-23 PT_PT translations courtesy of Pedro Palheiro -Larry Shaffer 2012-11-20 +Larry Shaffer 2012-11-20 Add extra check on project close for any layer in edit mode with unsaved edits @@ -203262,7 +215302,7 @@ Marco Hugentobler 2012-11-23 Use lists for opacity params inside wms server -Nathan Woodrow 2012-11-24 +Nathan Woodrow 2012-11-24 [FEATURE] Add CLI option for customization file @@ -203302,24 +215342,24 @@ Tim Sutton 2012-11-22 Better annotation of vector file writer api changes -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Pass path to Qt plugins when Mac bundle is run from build directory -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Better fix for QgsVectorFileWriter segfault and test - Revert test to 735c255 commit, excepting 'assert myResult==QgsVectorFileWriter.NoError' edit -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Fix for PyQgsVectorFileWriter test segfault on Mac - Initialize newFilename to QString(), or QgsDebugMsg for newFilename segfaults (line 650) - Set test assert to QgsVectorFileWriter::WriterError enum for success (NoError = 0, i.e. false) -Larry Shaffer 2012-11-21 +Larry Shaffer 2012-11-21 Fix for quick left-then-right clicks incorrectly registering as double left on Mac @@ -203352,11 +215392,11 @@ Marco Hugentobler 2012-11-21 Another fix for embedded groups and drawing order. Deactivated the server method for now as it still needs to be adapted -Victor Olaya 2012-11-20 +Víctor Olaya 2012-11-20 fixed #6737 -Victor Olaya 2012-11-20 +Víctor Olaya 2012-11-20 fixed #6738 @@ -203373,7 +215413,7 @@ Marco Hugentobler 2012-11-20 Synchronize check states between legend and layer order widget Merge: cb07ae436a 0533e2dbc9 -Victor Olaya 2012-11-20 +Víctor Olaya 2012-11-20 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -203381,18 +215421,18 @@ Marco Hugentobler 2012-11-20 Implement addDrawingOrder for wms server under consideration of embedded groups -Victor Olaya 2012-11-20 +Víctor Olaya 2012-11-20 cleaned BatchProcessingDialog code Merge: bab43958a6 ddb51175e7 -mhugent 2012-11-19 +Marco Hugentobler 2012-11-19 Merge pull request #332 from bischofia/shp_enc turn ignoreShapeEncoding option ON by default -Larry Shaffer 2012-11-19 +Larry Shaffer 2012-11-19 Add ability to save PAL engine settings to project file (OFF by default) @@ -203404,7 +215444,7 @@ Minoru Akagi 2012-11-20 set ignoreShapeEncoding option on by default -Victor Olaya 2012-11-19 +Víctor Olaya 2012-11-19 Improvementes to SEXTANTE batch processing interface Better progress handling in SEXTANTE script algorithms @@ -203433,7 +215473,7 @@ Alexander Bruy 2012-11-19 add missed images to SEXTANTE algorithm help files -Victor Olaya 2012-11-19 +Víctor Olaya 2012-11-19 made SEXTANTE command line usage more pythonic Fixed problem with temporary grass mapset created by SEXTANTE (wrong path) @@ -203459,15 +215499,15 @@ Radim Blazek 2012-11-18 graduated renderer GUI DnD and sort; categorized symbol GUI better drop indicator Merge: 28531f3f7e 3f40232e29 -Victor Olaya 2012-11-18 +Víctor Olaya 2012-11-18 minor change to last commit fixing #6635 -Victor Olaya 2012-11-18 +Víctor Olaya 2012-11-18 fixed #6635. Partial solution, now it goes to (0,0) upon model loading -Victor Olaya 2012-11-18 +Víctor Olaya 2012-11-18 fixed #6635. Partial solution, now it goes to (0,0) upon model loading @@ -203514,11 +215554,11 @@ D'Hont René-Luc 2012-11-16 Better support of TypeName and FeatureId in QGIS Server WFS -Nathan Woodrow 2012-11-07 +Nathan Woodrow 2012-11-07 [FEATURE] Add --code arg to run python code on qgis load -Larry Shaffer 2012-11-14 +Larry Shaffer 2012-11-14 Update to limit of number of features sent to PAL @@ -203526,37 +215566,37 @@ Larry Shaffer 2012-11-14 - Caveat: PAL may not show label for every registered feature Merge: 5bc0a8af6c 6abedba087 -Jürgen Fischer 2012-11-15 +Jürgen E. Fischer 2012-11-15 Merge pull request #320 from matthias-kuhn/fix-attredit Fix for http://hub.qgis.org/issues/6647 Merge: 5053818440 12375462de -Jürgen Fischer 2012-11-15 +Jürgen E. Fischer 2012-11-15 Merge pull request #328 from slarosa/master Add action: Hide/Show toolbar for PyQGIS Console -Juergen E. Fischer 2012-11-16 +Jürgen E. Fischer 2012-11-16 fix another build error and some warnings -Juergen E. Fischer 2012-11-16 +Jürgen E. Fischer 2012-11-16 fix build error -Juergen E. Fischer 2012-11-16 +Jürgen E. Fischer 2012-11-16 ignore no ssl error error -Victor Olaya 2012-11-15 +Víctor Olaya 2012-11-15 applied fix for #6127 (problems with non-ascii strings Merge: 10a57ad7ff 7d0d5d3267 -Victor Olaya 2012-11-15 +Víctor Olaya 2012-11-15 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -203584,7 +215624,7 @@ D'Hont René-Luc 2012-11-15 Correcting tests from test_qgsrectangle.py -Victor Olaya 2012-11-15 +Víctor Olaya 2012-11-15 fixed problem when running grass in modeler (wrong output names, it was a problem introduced by the grass session functionalities) reverted shell=true in R execution @@ -203595,11 +215635,11 @@ Martin Dobias 2012-11-14 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Sandro Santilli 2012-11-14 +Sandro Santilli 2012-11-14 Set max number of labels to 100 for edge label layer (topoviewer) -Sandro Santilli 2012-11-14 +Sandro Santilli 2012-11-14 Limit max number of node labels to 100, and candidate positions to 1 @@ -203653,7 +215693,7 @@ Alexander Bruy 2012-11-14 fix warnings -Larry Shaffer 2012-11-13 +Larry Shaffer 2012-11-13 Add option to limit number of labels rendered per layer (OFF by default) @@ -203681,13 +215721,13 @@ Alexander Bruy 2012-11-13 deactivate TauDEM provider by default Merge: 3b886372fe 543ac03ed0 -mhugent 2012-11-13 +Marco Hugentobler 2012-11-13 Merge pull request #329 from matthias-kuhn/diagram Diagrams: Hide background color button when unnecessary -Matthias Kuhn 2012-11-13 +Matthias Kuhn 2012-11-13 Diagrams: Hide background color button when unnecessary @@ -203696,11 +215736,11 @@ Salvatore Larosa 2012-11-12 Added action: Hide/Show toolbar for PyQGIS Console - image help update -Victor Olaya 2012-11-12 +Víctor Olaya 2012-11-12 fixed #6571 -Sandro Santilli 2012-11-12 +Sandro Santilli 2012-11-12 Use ASCII direction arrows @@ -203716,7 +215756,7 @@ Salvatore Larosa 2012-11-12 Update the console help: - update italian/english translations -Sandro Santilli 2012-11-12 +Sandro Santilli 2012-11-12 TopoViewer: add direction symbol for "next_right_edge" layer @@ -203750,15 +215790,15 @@ Alexander Bruy 2012-11-12 fix installing SEXTANTE sample modeles and scripts -Victor Olaya 2012-11-12 +Víctor Olaya 2012-11-12 Added new vector algorithms -Larry Shaffer 2012-11-11 +Larry Shaffer 2012-11-11 Remove old direction symbol option from labeling gui -Larry Shaffer 2012-11-10 +Larry Shaffer 2012-11-10 Add custom line direction symbols to labeling @@ -203789,7 +215829,7 @@ Werner Macho 2012-11-11 translation update: added swahili on request -Victor Olaya 2012-11-11 +Víctor Olaya 2012-11-11 Fixed #6619 @@ -203801,7 +215841,7 @@ Werner Macho 2012-11-10 translation update: gl_ES by XAN -Larry Shaffer 2012-11-09 +Larry Shaffer 2012-11-09 Add data defined option to always show a label, unless overridden @@ -203809,26 +215849,26 @@ Larry Shaffer 2012-11-09 - Overridden by layer and data defined 'scale/pixel size visibility' and data defined 'show label' options - Add option to Change Label tool -Nathan Woodrow 2012-11-04 +Nathan Woodrow 2012-11-04 [FEATURE] Add ability to create user defined Python (and C++) expression functions -Victor Olaya 2012-11-10 +Víctor Olaya 2012-11-10 disabled postgis algs until they are ready Merge: 27f197cf24 e5f07edf55 -Victor Olaya 2012-11-10 +Víctor Olaya 2012-11-10 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-11-10 +Víctor Olaya 2012-11-10 fixed problems with missing example scripts folder Restructured gdal tools (now gdal/ogr) Added new OTB segmentation algos -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Add pixel size limiting for labels defined in map units @@ -203836,7 +215876,7 @@ Larry Shaffer 2012-11-07 - By default initially on for map unit labels to skip rendering at sizes < 3 px Merge: a2d434700d 17c5e37060 -volaya 2012-11-09 +Víctor Olaya 2012-11-09 Merge pull request #324 from giohappy/master @@ -203853,14 +215893,14 @@ Alexander Bruy 2012-11-09 [FEATURE] Eliminate tool for fTools, contributed by Bernhard Strobl Merge: 716e188eb5 05aca2b695 -alexbruy 2012-11-09 +Alexander Bruy 2012-11-09 Merge pull request #323 from sanak/ftools-dissolve-line Add line layer support for dissolve function (fix #5059) Merge: 3f72a6a593 36452a8e24 -mhugent 2012-11-09 +Marco Hugentobler 2012-11-09 Merge pull request #321 from matthias-kuhn/rubberband @@ -203877,7 +215917,7 @@ Giuseppe Sucameli 2012-11-09 Alpha for ellipse marker (fix #6668) -Matthias Kuhn 2012-11-09 +Matthias Kuhn 2012-11-09 [FIX] Alpha for ellipse marker http://hub.qgis.org/issues/6668 @@ -203890,17 +215930,17 @@ Tim Sutton 2012-11-09 Added unit test for vector file writer as it is currently segfaulting in master -Juergen E. Fischer 2012-11-09 +Jürgen E. Fischer 2012-11-09 debian packaging update -Matthias Kuhn 2012-11-09 +Matthias Kuhn 2012-11-09 [FIX]: Build rubberband completely even with incomplete input An empty polyline in a mulipolyline led to the rubberband ignoring all further polylines. e.g. addGeometry( [[(1,2)(2,3)][][(2,3)(3,4)]] ) was ignoring the polyline (2,3)(3,4). -Sandro Santilli 2012-11-08 +Sandro Santilli 2012-11-08 Fix next edge label direction arrows @@ -203912,31 +215952,31 @@ Sandro Santilli 2012-11-08 color (would be better to have support for a "label" kind of icon in the legend..) -Sandro Santilli 2012-11-08 +Sandro Santilli 2012-11-08 Split edge layer into "edge" and "edge label" Mind you: you may need to re-run cmake as a filename changed -Larry Shaffer 2012-11-08 +Larry Shaffer 2012-11-08 Fix for #6658, update duplicateLayers() to work around odd layer group segfault bug - Move QgsLegend::findLegendLayer() methods to public -Matthias Kuhn 2012-11-08 +Matthias Kuhn 2012-11-08 No need to register QgsStringRelay with Qt Meta Type -Victor Olaya 2012-11-08 +Víctor Olaya 2012-11-08 fixed missing scripts folder -Matthias Kuhn 2012-11-08 +Matthias Kuhn 2012-11-08 Add python bindings for setEditorLayout -Matthias Kuhn 2012-11-08 +Matthias Kuhn 2012-11-08 Attribute Editor: Synchronize editable QComboBox for LineEdit's and similar. Fixes http://hub.qgis.org/issues/6647 @@ -203945,7 +215985,7 @@ Marco Hugentobler 2012-11-08 Ticket #6643 Interpolation plugin: the option to load a layer after analyses should be on by default -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Add letter and word spacing to curved labels for line layers @@ -203953,24 +215993,24 @@ Larry Shaffer 2012-11-07 - Remove redundant letter/word resetting in options gui - Remove on-fly adjustments to spinbox steps (only made sense with UTM, not LatLong) -Sandro Santilli 2012-11-08 +Sandro Santilli 2012-11-08 Split node layer into "node" and "node label" -Victor Olaya 2012-11-08 +Víctor Olaya 2012-11-08 Harcoded example folder for models and scripts fixed bugs in mmqgis library. -Juergen E. Fischer 2012-11-07 +Jürgen E. Fischer 2012-11-07 osgeo4w: fix crssync run if installed into a directory with blanks -Sandro Santilli 2012-11-07 +Sandro Santilli 2012-11-07 Fix layer visibility settings -Victor Olaya 2012-11-07 +Víctor Olaya 2012-11-07 restructured admintools (was geoservertools) @@ -203978,11 +216018,11 @@ Alexander Bruy 2012-11-07 create directories for models and R script in user folder -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Update QgsMessageBar sip binding -Larry Shaffer 2012-11-07 +Larry Shaffer 2012-11-07 Update to QgsMessageBar stylesheet @@ -204002,15 +216042,15 @@ Marco Hugentobler 2012-11-07 Fix bug #6582: QGIS server displayes text layers only with absolute pathes -Juergen E. Fischer 2012-11-07 +Jürgen E. Fischer 2012-11-07 fix some attribute editor signals -Juergen E. Fischer 2012-11-07 +Jürgen E. Fischer 2012-11-07 fix layer extent calculation -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Update to QgsMessageBar and duplicateLayers() @@ -204031,11 +216071,11 @@ Radim Blazek 2012-11-06 vector feature counts moved to vector layer, enabled feature counts in composer legend, fixes #6237 -Juergen E. Fischer 2012-11-06 +Jürgen E. Fischer 2012-11-06 make html print option more visible in identify tool -Juergen E. Fischer 2012-11-06 +Jürgen E. Fischer 2012-11-06 add missing GUI_EXPORT to QgsSvgAnnotationItem @@ -204044,13 +216084,13 @@ Marco Hugentobler 2012-11-06 [FEATURE]: svg- and text items can be used as watermarks in QGIS server. Developed for Faunalia ( http://www.faunalia.it) with funding from Regione Toscana \- Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE -Victor Olaya 2012-11-06 +Víctor Olaya 2012-11-06 Added missing cmake files fixed bug in execution dialog when running iterative algorithms Merge: a2e6a484af ff78ef1802 -Victor Olaya 2012-11-06 +Víctor Olaya 2012-11-06 Merge branch 'master' of https://github.com/qgis/Quantum-GIS @@ -204070,19 +216110,19 @@ Marco Hugentobler 2012-11-05 Print svg item in qgis server. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE -Juergen E. Fischer 2012-11-06 +Jürgen E. Fischer 2012-11-06 fix build error (please stick with C++) -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Set transparent background only for Close tool button, instead of also for tool tip -Victor Olaya 2012-11-06 +Víctor Olaya 2012-11-06 code cleaning -volaya 2012-11-05 +Víctor Olaya 2012-11-05 Update python/plugins/sextante/CMakeLists.txt @@ -204092,16 +216132,16 @@ Radim Blazek 2012-11-05 fixed warning -Larry Shaffer 2012-11-05 +Larry Shaffer 2012-11-05 Add Atlas generation dock to Composer's View->Panels menu Merge: d53f1238fb 5de2feef7d -Victor Olaya 2012-11-05 +Víctor Olaya 2012-11-05 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-11-05 +Víctor Olaya 2012-11-05 cleaned code in geoserver algs @@ -204109,7 +216149,7 @@ Radim Blazek 2012-11-05 add total feature count in legend, fixes #3402 -Victor Olaya 2012-11-05 +Víctor Olaya 2012-11-05 fixed #6571, #6619 and problem with missing arrows in modeler added first draft of geoserver tools @@ -204119,19 +216159,19 @@ Etienne Tourigny 2012-11-05 check for existence of icon file in plugin manager -Juergen E. Fischer 2012-11-05 +Jürgen E. Fischer 2012-11-05 german translation update -Juergen E. Fischer 2012-11-05 +Jürgen E. Fischer 2012-11-05 allow saving single geometries as multi geometries -Juergen E. Fischer 2012-11-05 +Jürgen E. Fischer 2012-11-05 add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContainer/QgsAttributeEditorField -Sandro Santilli 2012-11-05 +Sandro Santilli 2012-11-05 Only change the TopoGeometry definition, not its reference, on edit @@ -204139,15 +216179,15 @@ Sandro Santilli 2012-11-05 and directly act on the topology relation instead. Fixes #6621 but also generally makes less writes to the database. -Sandro Santilli 2012-11-05 +Sandro Santilli 2012-11-05 Start all topology layers as invisible (it may cost really a lot to visualize...) -Sandro Santilli 2012-11-05 +Sandro Santilli 2012-11-05 Add alias to pk query, fixing ambiguous "ctid" reference (#6620) -Juergen E. Fischer 2012-11-05 +Jürgen E. Fischer 2012-11-05 fix warnings @@ -204165,15 +216205,15 @@ Salvatore Larosa 2012-11-04 - add default value to True for Use preloaded API option in settings dialog - include traceback to codepad link -Juergen E. Fischer 2012-11-04 +Jürgen E. Fischer 2012-11-04 fix debug build -Matthias Kuhn 2012-11-04 +Matthias Kuhn 2012-11-04 Merged Squashed pull request #296 (tabs and groups for feature form) -Juergen E. Fischer 2012-11-04 +Jürgen E. Fischer 2012-11-04 fix windows build (CORE_EXPORT missing from QgsDirectoryParamWidget) @@ -204214,19 +216254,19 @@ Etienne Tourigny 2012-04-03 Browser: change Add Layers and Refresh buttons ; use designer file for qgsbrowserdock -Juergen E. Fischer 2012-11-03 +Jürgen E. Fischer 2012-11-03 fix warnings -Juergen E. Fischer 2012-11-03 +Jürgen E. Fischer 2012-11-03 apply revised #6613 -Juergen E. Fischer 2012-11-03 +Jürgen E. Fischer 2012-11-03 partly fix #6610 -Larry Shaffer 2012-11-03 +Larry Shaffer 2012-11-03 Update to duplicate layer(s) @@ -204243,7 +216283,7 @@ Salvatore Larosa 2012-11-03 - now you can share snippets code by codepad.org - added much more actions in contextual menu -Juergen E. Fischer 2012-11-03 +Jürgen E. Fischer 2012-11-03 allow printing of html results in identify window (implements #6575) @@ -204260,13 +216300,13 @@ Giuseppe Sucameli 2012-11-03 fix crashes using uninitialized geometries with GEOS functions, ensure geos geometries are up to date when passed to GEOS functions -Sandro Santilli 2012-11-02 +Sandro Santilli 2012-11-02 Fix bug introduced by reordering postgis table metadata info cols Thanks jef :) -Sandro Santilli 2012-11-02 +Sandro Santilli 2012-11-02 Reorder and rename postgis layers metadata columns shown in selector @@ -204278,7 +216318,7 @@ Alexander Bruy 2012-11-01 [FEATURE] add lineedit with builtin clear button -Sandro Santilli 2012-11-02 +Sandro Santilli 2012-11-02 Use "TopoGeometry" as the datatype for topogeometries @@ -204289,7 +216329,7 @@ Marco Hugentobler 2012-10-31 [FEATURE]: Use text annotations as watermarks in QGIS server. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE -Sandro Santilli 2012-11-02 +Sandro Santilli 2012-11-02 Retain old TopoGeometry id on editing @@ -204304,7 +216344,7 @@ Giuseppe Sucameli 2012-11-02 sextante: fix NameError (undefined var) executing GRASS commands -Larry Shaffer 2012-11-02 +Larry Shaffer 2012-11-02 Update to duplicate layer(s) @@ -204328,7 +216368,7 @@ Marco Hugentobler 2012-11-02 WMS server GetLegendGraphics: differentiate between layer space and layer title space -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 [FEATURE] Duplicate map layer(s) @@ -204337,11 +216377,11 @@ Larry Shaffer 2012-10-31 - Memory and plugin layers skipped - Add sip binding to action in app interface -Juergen E. Fischer 2012-11-01 +Jürgen E. Fischer 2012-11-01 show filled attribute table again (partly reverts 779e16603) -Sandro Santilli 2012-11-01 +Sandro Santilli 2012-11-01 Do not drop schema name from URI, even if it's the same as current @@ -204355,11 +216395,11 @@ Sandro Santilli 2012-11-01 Please test ! -Sandro Santilli 2012-11-01 +Sandro Santilli 2012-11-01 TopoViewer: add layer for full faces -Sandro Santilli 2012-11-01 +Sandro Santilli 2012-11-01 TopoViewer: only use queries for layers when really needed @@ -204389,7 +216429,7 @@ Giuseppe Sucameli 2012-10-31 python console: add splitter and scrollbars, fix for DEL and Backspace key -Juergen E. Fischer 2012-10-31 +Jürgen E. Fischer 2012-10-31 indentation update @@ -204397,11 +216437,11 @@ Salvatore Larosa 2012-10-31 vertical scrollbar as needed both input and output area -Juergen E. Fischer 2012-10-31 +Jürgen E. Fischer 2012-10-31 extent b47b43997 -Sandro Santilli 2012-10-31 +Sandro Santilli 2012-10-31 Add initial support for editing TopoGeometry objects @@ -204413,13 +216453,13 @@ Salvatore Larosa 2012-10-31 fix for DELETE and BACKSPACE key (it is only an appearance issue) -Sandro Santilli 2012-10-31 +Sandro Santilli 2012-10-31 Drop mIsGeography member from QgsPostgresProvider ... now replaced by mSpatialColType -Sandro Santilli 2012-10-31 +Sandro Santilli 2012-10-31 Add mSpatialColType member in QgsPostgresProvider @@ -204444,7 +216484,7 @@ Salvatore Larosa 2012-10-31 add vertical scroll bar for input area in console -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 Fix output/python/qgis dir for Win32 builds that add dir/CMAKE_CFG_INTDIR @@ -204453,11 +216493,11 @@ Salvatore Larosa 2012-10-31 Add resize splitter for console as it was from f15b4e1 -Larry Shaffer 2012-10-31 +Larry Shaffer 2012-10-31 Update for d7a7a46, make sure targets are always built for install -Larry Shaffer 2012-10-30 +Larry Shaffer 2012-10-30 Add CMake option WITH_STAGED_PLUGINS (ON by default) @@ -204465,7 +216505,7 @@ Larry Shaffer 2012-10-30 - Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds - PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS -Larry Shaffer 2012-10-30 +Larry Shaffer 2012-10-30 Revert part of a27aad0, not compatible with generated makefiles for GCC 4.2.1 @@ -204501,7 +216541,7 @@ Werner Macho 2012-10-30 changed nokia to digia as they are the new owner of qt -Juergen E. Fischer 2012-10-29 +Jürgen E. Fischer 2012-10-29 osgeo4w: switch to GRASS 6.4.3RC1 @@ -204510,11 +216550,11 @@ Tim Sutton 2012-10-29 Added python test for QgsFeature from Germán Carrillo Merge: e5437c494b d6e3188653 -Victor Olaya 2012-10-29 +Víctor Olaya 2012-10-29 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-29 +Víctor Olaya 2012-10-29 Fixed bug using multipleinputpanel in modeler @@ -204555,7 +216595,7 @@ Salvatore Larosa 2012-10-29 Add UI file for help minor fix in settings dialog -Larry Shaffer 2012-10-26 +Larry Shaffer 2012-10-26 Run Mac bundled app from build directory @@ -204614,15 +216654,15 @@ Salvatore Larosa 2012-10-28 - typo in help.htm Merge: 8f6ae95366 fe08fd6d57 -Victor Olaya 2012-10-28 +Víctor Olaya 2012-10-28 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-28 +Víctor Olaya 2012-10-28 changed behaviour of pyculator when no selection exist -Juergen E. Fischer 2012-10-28 +Jürgen E. Fischer 2012-10-28 osgeo4w: fix program entry removal @@ -204631,11 +216671,11 @@ Tim Sutton 2012-10-28 Fix for jenkins breakages caused by addition of licens info to xslt Merge: 9587252abf a8934a28f7 -Victor Olaya 2012-10-27 +Víctor Olaya 2012-10-27 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-27 +Víctor Olaya 2012-10-27 partially fixed #6571 added splitRGBbands algorithm @@ -204645,18 +216685,18 @@ Radim Blazek 2012-10-27 invert raster colors better Merge: 34f677a576 9fb1c113d0 -Larry Shaffer 2012-10-27 +Larry Shaffer 2012-10-27 Merge pull request #303 from slarosa/master [FEATURE] - Split-pane entry and output for PyQGIS console Merge: 5c762ef741 779e16603e -Victor Olaya 2012-10-27 +Víctor Olaya 2012-10-27 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-27 +Víctor Olaya 2012-10-27 applied path for #6574 applied patch for multiple grass sessions @@ -204677,7 +216717,7 @@ Salvatore Larosa 2012-10-26 No splitter, mellower colors -Larry Shaffer 2012-10-26 +Larry Shaffer 2012-10-26 No splitter, mellower colors @@ -204701,7 +216741,7 @@ Salvatore Larosa 2012-10-26 [FEATURE] - Split-pane entry and output for PyQGIS console -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Add cmake option WITH_PY_COMPILE (OFF by default) @@ -204727,7 +216767,7 @@ Marco Hugentobler 2012-10-25 Support elements KeywordList, Fees, AccesConstraints in QGIS server capabilities -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Redo of 3ce27d6, hard-link to Mac embedded app bundle binary @@ -204778,13 +216818,13 @@ Alexander Bruy 2012-10-25 add category metadata to SEXTANTE plugin -Sandro Santilli 2012-10-25 +Sandro Santilli 2012-10-25 Allow running sextante plugin from build dir See http://hub.qgis.org/issues/5879 -Sandro Santilli 2012-10-25 +Sandro Santilli 2012-10-25 Rename script files to avoid spaces in filenames @@ -204792,21 +216832,21 @@ Sandro Santilli 2012-10-25 I did try to make PLUGIN_INSTALL better but couldn't find a way to have both "(" and " " quoted at once... -Sandro Santilli 2012-10-25 +Sandro Santilli 2012-10-25 PLUGIN_INSTALL: quote filenames Fixes use with filenames having shell-dangerous chars like "(". NOTE: sextante help files have frequent such occurrences -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Hard-link to Mac embedded app bundle binary - Allows QGIS to be run directly from build directory - Link made at /output/bin/QGIS -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Update to e31fb3c @@ -204817,19 +216857,19 @@ Marco Hugentobler 2012-10-25 Possibility to set url for a feature info schema -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Additional fix for # 5879, handle .ui files for python utilities - Built off of pull request 299 by Salvatore Larosa -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Additional fix for # 5879 - Adjust QgsApplication::pkgDataPath temporarily for restoring core plugins when running from build directory -Larry Shaffer 2012-10-25 +Larry Shaffer 2012-10-25 Adv labeling, turn off excessive debug output @@ -204860,7 +216900,7 @@ Werner Macho 2012-10-24 added machine readable license -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Revert "Do not setPkgDataPath to source dir when running from build dir" @@ -204868,52 +216908,52 @@ Larry Shaffer 2012-10-23 Otherwise, crssync fails when setting up db for running tests -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Fix PLUGIN_INSTALL build error -Sandro Santilli 2012-10-23 +Sandro Santilli 2012-10-23 Allow running osm plugin from build dir See http://hub.qgis.org/issues/5879 -Sandro Santilli 2012-10-23 +Sandro Santilli 2012-10-23 Allow running mapserver_export plugin from build dir See http://hub.qgis.org/issues/5879 -Sandro Santilli 2012-10-23 +Sandro Santilli 2012-10-23 Allow running GdalTools plugin from build dir See http://hub.qgis.org/issues/5879 -Sandro Santilli 2012-10-22 +Sandro Santilli 2012-10-22 Allow running fTools plugin from build dir See http://hub.qgis.org/issues/5879 -Sandro Santilli 2012-10-23 +Sandro Santilli 2012-10-23 Do not setPkgDataPath to source dir when running from build dir We want to use the output/ dir for that ! Fixes load of fTools from build tree (coming next) -Larry Shaffer 2012-10-22 +Larry Shaffer 2012-10-22 Adv labeling, add multi-line spacing and alignment -Larry Shaffer 2012-10-23 +Larry Shaffer 2012-10-23 Updates to Mac install notes - Add section on debug output and running tests -Larry Shaffer 2012-10-17 +Larry Shaffer 2012-10-17 Add CMake finds for QScintilla2 and Qsci module @@ -204922,7 +216962,7 @@ Larry Shaffer 2012-10-17 - Add Mac bundling support for Qwt 6 framework and QScintilla2 - Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle -Larry Shaffer 2012-10-22 +Larry Shaffer 2012-10-22 Fix #6505, set typedef for Mac size_t in bindings @@ -204955,7 +216995,7 @@ Marco Hugentobler 2012-10-22 Drop invalid characters from xml element names -Juergen E. Fischer 2012-10-21 +Jürgen E. Fischer 2012-10-21 update QgsVectorLayer bindings (fixes #6550) @@ -204971,18 +217011,18 @@ Martin Dobias 2012-10-20 Store attributes and fields in vectors instead of maps -Sandro Santilli 2012-10-20 +Sandro Santilli 2012-10-20 Allow running plugin_installer plugin from build dir See http://hub.qgis.org/issues/5879 Merge: 6546d748c8 27652201d0 -Victor Olaya 2012-10-20 +Víctor Olaya 2012-10-20 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-20 +Víctor Olaya 2012-10-20 Added patch for #6545 Fixed bug in SAGA extent calculation (there was a half cellsize offset) @@ -205003,7 +217043,7 @@ Salvatore Larosa 2012-10-20 Merge branch master of https://github.com/qgis/Quantum-GIS -Sandro Santilli 2012-10-20 +Sandro Santilli 2012-10-20 Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin @@ -205029,7 +217069,7 @@ Salvatore Larosa 2012-10-14 - added Settings icon for toolbar - update Italian translation fro console_help -Sandro Santilli 2012-10-13 +Sandro Santilli 2012-10-13 Allow loading plugins from output dir @@ -205038,7 +217078,7 @@ Sandro Santilli 2012-10-13 Still needs to find plugins under output/ dir for them to be loaded ... -Juergen E. Fischer 2012-10-19 +Jürgen E. Fischer 2012-10-19 skip views without pk candidate @@ -205110,7 +217150,7 @@ Giuseppe Sucameli 2012-10-18 update feature id of added features (fix #6534) -Juergen E. Fischer 2012-10-18 +Jürgen E. Fischer 2012-10-18 fix of by one in d62cf513 @@ -205118,25 +217158,25 @@ Radim Blazek 2012-10-18 raster identify sip fix -Juergen E. Fischer 2012-10-18 +Jürgen E. Fischer 2012-10-18 german translation update -Sandro Santilli 2012-10-17 +Sandro Santilli 2012-10-17 Reword "only look in geometry_columns" to "only look in layers registry" Fixes #4533 -Juergen E. Fischer 2012-10-18 +Jürgen E. Fischer 2012-10-18 fix warnings -Juergen E. Fischer 2012-10-18 +Jürgen E. Fischer 2012-10-18 cleanup topology lookup -Sandro Santilli 2012-10-14 +Sandro Santilli 2012-10-14 Lookup TopoGeometry columns metadata in topology.layer @@ -205158,7 +217198,7 @@ Alexander Bruy 2012-10-18 fix SEXTANTE crash on load caused by c4c3fecf17 -Marco Hugentobler 2012-10-18 +Marco Hugentobler 2012-10-18 Fix build @@ -205174,24 +217214,24 @@ D'Hont René-Luc 2012-10-18 #6533 QGIS WFS Server Transaction Request -Juergen E. Fischer 2012-10-18 +Jürgen E. Fischer 2012-10-18 fix warnings -Juergen E. Fischer 2012-10-17 +Jürgen E. Fischer 2012-10-17 german translation update -Juergen E. Fischer 2012-10-17 +Jürgen E. Fischer 2012-10-17 fix windows build Merge: c4c3fecf17 fa845883f0 -Victor Olaya 2012-10-17 +Víctor Olaya 2012-10-17 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-17 +Víctor Olaya 2012-10-17 Several patches contributed by Rado Guzinski: -New OTB descriptions an help @@ -205199,16 +217239,16 @@ Victor Olaya 2012-10-17 -More responsive MultipleInputPanel.py -Minor bug fixes -pcav 2012-10-17 +Paolo Cavallini 2012-10-17 Microfix for IT GUI Merge: df85492c40 bacf0bd898 -Marco Hugentobler 2012-10-17 +Marco Hugentobler 2012-10-17 Merge branch 'ows_attribute_exclude' -Marco Hugentobler 2012-10-17 +Marco Hugentobler 2012-10-17 Improve ows gui @@ -205216,32 +217256,32 @@ Radim Blazek 2012-10-17 raster identify context, QVariant values, enables wcs caching and makes wms more robust -Marco Hugentobler 2012-10-17 +Marco Hugentobler 2012-10-17 Implement attribute restrictions in wms/wfs servers -Marco Hugentobler 2012-10-17 +Marco Hugentobler 2012-10-17 [FEATURE]: possibility to exclude vector attributes from WMS and WFS publication Merge: 5a6401c983 0478d3b531 -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Merge branch 'wms_selective_publish' -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Consider embedded groups for restricted WMS layers / groups -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Use collapsible group boxes for wms options to save space -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Optionally show embedded layers/groups in selection dialog -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Improve layer/group selection dialog @@ -205253,15 +217293,15 @@ Radim Blazek 2012-10-16 undersampling if possible in QgsRasterDataProvider, multicolor widget loadMinMax fix -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Load/Save restricted layers for WMS server -Marco Hugentobler 2012-10-16 +Marco Hugentobler 2012-10-16 Add gui for WMS layer restriction -Larry Shaffer 2012-10-15 +Larry Shaffer 2012-10-15 Turn off failing PAL engine test, until redesigned @@ -205274,11 +217314,11 @@ Werner Macho 2012-10-16 translation update: gl_ES by XAN and sr_Latn by Goran, also added sr_Cyrl as requested, renamed sr_CS-* to sr_* Merge: 4b76e69f5b 4f984202bd -Victor Olaya 2012-10-16 +Víctor Olaya 2012-10-16 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-16 +Víctor Olaya 2012-10-16 put modeler parameters panel in a scroll widget @@ -205290,45 +217330,45 @@ Radim Blazek 2012-10-15 #6504 fix - raster reprojection crash -Marco Hugentobler 2012-10-15 +Marco Hugentobler 2012-10-15 [FEATURE]: Possibility to restrict layers / groups from WMS publication Merge: cdb9abd233 d06203ba6b -Victor Olaya 2012-10-14 +Víctor Olaya 2012-10-14 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-14 +Víctor Olaya 2012-10-14 Minor fix in ModelerParametersDialog.py. -Larry Shaffer 2012-10-14 +Larry Shaffer 2012-10-14 Initialize default font in labeling engine -Juergen E. Fischer 2012-10-14 +Jürgen E. Fischer 2012-10-14 postgres provider: fix quoting -Juergen E. Fischer 2012-10-14 +Jürgen E. Fischer 2012-10-14 fix #6502 -Juergen E. Fischer 2012-10-14 +Jürgen E. Fischer 2012-10-14 fix visibility tracking of tile scale widget Merge: fbca157ff4 83cb4ef4af -Victor Olaya 2012-10-14 +Víctor Olaya 2012-10-14 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-14 +Víctor Olaya 2012-10-14 fixed problem with new modeler parameters dialog when algs have vector layers (just removed worng pasted code from normal parameters dialog) -Larry Shaffer 2012-10-12 +Larry Shaffer 2012-10-12 Initial test for PAL engine @@ -205338,17 +217378,17 @@ Larry Shaffer 2012-10-12 - Test render comparison for output of vector line layer Merge: e576d93b5f 30c08cbb8c -Jürgen Fischer 2012-10-13 +Jürgen E. Fischer 2012-10-13 Merge pull request #291 from strk/topogeom_and_geometry Find topogeometry fields in tables with a geometry/geography field -Juergen E. Fischer 2012-10-14 +Jürgen E. Fischer 2012-10-14 fix windows build -Sandro Santilli 2012-10-14 +Sandro Santilli 2012-10-14 Find topogeometry fields in tables with a geometry/geography field @@ -205366,43 +217406,43 @@ Martin Dobias 2012-10-13 Removed unused QgsFeature::typeName() and QgsFeature::setTypeName() -Juergen E. Fischer 2012-10-12 +Jürgen E. Fischer 2012-10-12 german translation update Merge: 0e2f92fa76 036d844fc5 -Victor Olaya 2012-10-12 +Víctor Olaya 2012-10-12 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-12 +Víctor Olaya 2012-10-12 Updated model parameters window fixed #6417 -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Fix #6373, adv labeling data defined font size not affected by layer font size setting - Label QFontMetricsF for data and layer defined options now stored in QgsPalGeometry - Fix expression in rotate label tool -Juergen E. Fischer 2012-10-12 +Jürgen E. Fischer 2012-10-12 fix warnings -Marco Hugentobler 2012-10-12 +Marco Hugentobler 2012-10-12 [FEATURE] QGIS server: possibility to restrict published composers Merge: f230f51a53 12ddac6352 -mhugent 2012-10-11 +Marco Hugentobler 2012-10-11 Merge pull request #288 from Oslandia/atlas Clean up atlas pdf generation code and fix a bug on windows -Larry Shaffer 2012-10-11 +Larry Shaffer 2012-10-11 Remove extraneous Mac browser app aliases @@ -205456,7 +217496,7 @@ Werner Macho 2012-10-11 another few licenses added -Nathan Woodrow 2012-10-11 +Nathan Woodrow 2012-10-11 Switch to listbox for edit types. Fix #6495 @@ -205512,7 +217552,7 @@ Tim Sutton 2012-10-10 Added test and sample wkt to replicate issue 4189 Merge: 2be41abd1b b1ac9469cf -mhugent 2012-10-10 +Marco Hugentobler 2012-10-10 Merge pull request #283 from alexbruy/datasourceuri_sip @@ -205526,7 +217566,7 @@ Alexander Bruy 2012-10-10 Russian help for python console -Larry Shaffer 2012-10-09 +Larry Shaffer 2012-10-09 [FEATURE] Fix #6482, options for showing upside-down labels @@ -205593,7 +217633,7 @@ Radim Blazek 2012-10-09 QgsMalloc, QgsCalloc, QgsFree -Marco Hugentobler 2012-10-09 +Marco Hugentobler 2012-10-09 Fix cleanup of map composition. Fixes ticket #6440 @@ -205602,11 +217642,11 @@ Werner Macho 2012-10-09 translation update: sv by Victor Merge: f4dd8a0762 eae008ebf8 -Marco Hugentobler 2012-10-09 +Marco Hugentobler 2012-10-09 QGIS server: merge get_project_settings branch -Sandro Santilli 2012-10-08 +Sandro Santilli 2012-10-08 Install style templates @@ -205618,7 +217658,7 @@ Giuseppe Sucameli 2012-10-08 add key event (del) to prevent removing of the prompt when selected, rename helpConsole to console_help -Marco Hugentobler 2012-10-08 +Marco Hugentobler 2012-10-08 Keep composition in GetCapabilities to keep compatibility with older versions @@ -205632,7 +217672,7 @@ Martin Dobias 2012-07-21 Providers that currently do not implement the new API were disabled. Merge: 13a6fd98ee c0e779f0a7 -mhugent 2012-10-08 +Marco Hugentobler 2012-10-08 Merge pull request #280 from Oslandia/atlas @@ -205655,11 +217695,11 @@ Hugo Mercier 2012-10-08 Fix a bug in atlas generation GUI. The 'print' and 'exportAsImages' actions were generating atlas even when not enabled -Larry Shaffer 2012-10-08 +Larry Shaffer 2012-10-08 Fix for older compilers, like on stock Mac OS X -Sandro Santilli 2012-10-08 +Sandro Santilli 2012-10-08 Add topoview layers to existing project @@ -205668,7 +217708,7 @@ Werner Macho 2012-10-08 translation update: es by Diana Merge: 3f412e4291 6c652a0acd -mhugent 2012-10-08 +Marco Hugentobler 2012-10-08 Merge pull request #278 from Oslandia/atlas @@ -205694,7 +217734,7 @@ Hugo Mercier 2012-10-08 Fix atlas parameter loading when loading from a template composer -Juergen E. Fischer 2012-10-08 +Jürgen E. Fischer 2012-10-08 another copyright update @@ -205715,7 +217755,7 @@ Alexander Bruy 2012-10-07 mark experimental plugins in installer (fix #5980) -Juergen E. Fischer 2012-10-07 +Jürgen E. Fischer 2012-10-07 doxygen update: - include core/diagram and gui/symbology-ng @@ -205727,7 +217767,7 @@ Salvatore Larosa 2012-10-07 - rename helpConsole to console_help - add key event (del) to prevent removing of the prompt when selected -Juergen E. Fischer 2012-10-07 +Jürgen E. Fischer 2012-10-07 move 'open recent project' above separator @@ -205789,12 +217829,12 @@ Arunmozhi 2012-10-06 fixed change symbol button bug in categorized renderer -Juergen E. Fischer 2012-10-06 +Jürgen E. Fischer 2012-10-06 [FEATURE] open layer properties from identify results Merge: 9f0d858175 5d84cd3f87 -mhugent 2012-10-06 +Marco Hugentobler 2012-10-06 Merge pull request #276 from cmoe/bug_snapping_options @@ -205809,7 +217849,7 @@ Salvatore Larosa 2012-10-06 fix mouse event in console Merge: 0d4b6f6d32 9135226514 -mhugent 2012-10-06 +Marco Hugentobler 2012-10-06 Merge pull request #274 from Oslandia/atlas_integration @@ -205827,11 +217867,11 @@ Alexander Bruy 2012-10-06 fix SIP bindings after atlas merge -Juergen E. Fischer 2012-10-06 +Jürgen E. Fischer 2012-10-06 fix project properties ows tab taborder -Juergen E. Fischer 2012-10-06 +Jürgen E. Fischer 2012-10-06 add more copyrights @@ -205853,7 +217893,7 @@ Marco Hugentobler 2012-10-06 Fix python composermap test -Juergen E. Fischer 2012-10-06 +Jürgen E. Fischer 2012-10-06 sip updates @@ -205869,7 +217909,7 @@ Werner Macho 2012-10-06 connect slider to spinbox for opacity -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 german translation fix @@ -205921,7 +217961,7 @@ Salvatore Larosa 2012-10-05 - added tools to import QtCore,QtGui class - update help and locale -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 add more sextante copyright headers @@ -205930,7 +217970,7 @@ Pirmin Kalberer 2012-10-05 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 fix language detection in console_help and german translation update @@ -205973,7 +218013,7 @@ Pirmin Kalberer 2012-10-05 Default elevation layer for globe -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 indentation update (and minor cleanuppps ;)) @@ -205981,7 +218021,7 @@ cmoe 2012-10-05 Enable snapping on intersection introduced -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 python fixes: - update sip bindings (including QgsRasterPipe and QgsOWSSourceSelect) @@ -205992,24 +218032,24 @@ Alexander Bruy 2012-10-05 fix #5269 Merge: 7ed05a2545 372e520c84 -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 Merge branch 'mapserverexport' of https://github.com/rduivenvoorde/Quantum-GIS -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 indentation update Merge: 189b0669c4 603f35c8ea -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 Merge branch 'master' of https://github.com/rouault/Quantum-GIS -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 german console help translation -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 debian packaging update - also moved python console files and icons @@ -206032,7 +218072,7 @@ Hugo Mercier 2012-10-05 * Store every parameters and expose operations in a new QgsAtlasComposition class * Restructure the GUI part. The atlas configuration panel is now independant -Juergen E. Fischer 2012-10-05 +Jürgen E. Fischer 2012-10-05 partly revert 14cad93b @@ -206041,7 +218081,7 @@ Alexander Bruy 2012-10-05 enclose field names in double quotes to prevent possible conflicts with reserved words -pcav 2012-10-05 +Paolo Cavallini 2012-10-05 Fix #6457 (v.centroids in GRASS) @@ -206057,7 +218097,7 @@ Tim Sutton 2012-10-05 Revision and refactor of python unit tests: Pep8 and 257 formatting. Use helper to import unittest so that unittest2 and unittest are seemless. 3 tests currently fail - will review those tomorrow. -Larry Shaffer 2012-10-04 +Larry Shaffer 2012-10-04 Remove extraneous Mac browser app aliases from failed builds @@ -206074,7 +218114,7 @@ Tim Sutton 2012-10-04 Removed jquery from helpConsole/js -Larry Shaffer 2012-10-03 +Larry Shaffer 2012-10-03 PyQScintilla api files setup for local compiling of pap file @@ -206082,15 +218122,15 @@ Larry Shaffer 2012-10-03 - Move python/qgis/api to python/qsci_apis for future api selection and compiling module - Add base version api files for python components -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 german translation update -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 indentation update -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 put future back to the top @@ -206098,7 +218138,7 @@ Marco Hugentobler 2012-10-04 Change height calculation in composer html -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 add copyright notices @@ -206117,7 +218157,7 @@ Radim Blazek 2012-10-04 wcs select dialog cleanup -Matthias Kuhn 2012-09-27 +Matthias Kuhn 2012-09-27 Merge pull request from Matthias Kuhn to remove old diagram GUI @@ -206133,7 +218173,7 @@ Radim Blazek 2012-10-04 auto set alpha band -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 fix #6240 @@ -206149,15 +218189,15 @@ Radim Blazek 2012-10-04 raster save as image transparency fix -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 fix #5883 -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 apply #6281 -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 setup sip dependencies @@ -206331,7 +218371,7 @@ Etienne Tourigny 2012-10-04 do not use fitted curve in histogram - fixes rending problem with low-count bins (thanks to Radim for pointing out) -Larry Shaffer 2012-09-26 +Larry Shaffer 2012-09-26 [FEATURE] Choose font family for app @@ -206340,17 +218380,17 @@ Larry Shaffer 2012-09-26 - Refactor to more general stylesheet methods (for later use) - Add QgisAppInterface and sip methods for setting app font and family -Larry Shaffer 2012-10-03 +Larry Shaffer 2012-10-03 Update for issue #5692 - Qt font dialog on Mac inherits app font if app is in ancestry (make dialog parentless) -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 debian packaging update -Juergen E. Fischer 2012-10-04 +Jürgen E. Fischer 2012-10-04 fix globe warnings @@ -206382,7 +218422,7 @@ Magnus Homann 2012-10-03 3717 översättnignar, mer än hälften!!! -Juergen E. Fischer 2012-10-03 +Jürgen E. Fischer 2012-10-03 and fix building of globe plugin on linux - because the last commit broke it @@ -206390,7 +218430,7 @@ Salvatore Larosa 2012-10-03 Removed jquery from helpConsole/js (Python Console) -Juergen E. Fischer 2012-10-03 +Jürgen E. Fischer 2012-10-03 fix building of globe plugin on windows @@ -206435,11 +218475,11 @@ Pirmin Kalberer 2012-10-03 Backported osgEarth::QtGui::ViewerWidget and osgEarth::Util::Controls for compatibilty with news OSG and QT version Merge: 6548e2e1a2 8a1ad57fc2 -Victor Olaya 2012-10-03 +Víctor Olaya 2012-10-03 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-10-03 +Víctor Olaya 2012-10-03 fixed #6362 (should check that does not break other things and model executes correctly) @@ -206463,7 +218503,7 @@ Radim Blazek 2012-10-02 wcs 1.1 axis switch fix -Juergen E. Fischer 2012-10-02 +Jürgen E. Fischer 2012-10-02 indentation cleanup @@ -206524,7 +218564,7 @@ Marco Hugentobler 2012-09-15 Start coding of 8bit png conversion -Victor Olaya 2012-10-02 +Víctor Olaya 2012-10-02 fixed #6376 partially fixed #6374 @@ -206537,7 +218577,7 @@ Giuseppe Sucameli 2012-10-02 compute the correct number of categories using Pretty Breaks mode (fix #3330) -Marco Hugentobler 2012-10-01 +Marco Hugentobler 2012-10-01 List published WFS layers in GetProjectSettings result @@ -206551,7 +218591,7 @@ Giuseppe Sucameli 2012-10-01 Merge branch 'master' of git://github.com/rugginoso/Quantum-GIS into rugginoso-master -Juergen E. Fischer 2012-10-01 +Jürgen E. Fischer 2012-10-01 indentation update @@ -206584,7 +218624,7 @@ Lorenzo Masini 2012-10-01 Work done for Regione Toscana-SITA. -Juergen E. Fischer 2012-09-30 +Jürgen E. Fischer 2012-09-30 and more sip fixes @@ -206596,32 +218636,32 @@ Salvatore Larosa 2012-09-30 Added i18n for help (Python Console) -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 just skip the tests that require unittest2 if it's not available -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 adapt test result for better coordinates (0c29b4bef51) -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 german translation update -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 indentation update -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 sip fixes -Juergen E. Fischer 2012-09-29 +Jürgen E. Fischer 2012-09-29 fix destruction of private members in atlas and add sip bindings (also adds CORE_EXPORT) -Even Rouault 2012-09-29 +Even Rouault 2012-09-29 Fix Valgrind warnings about use of initialized memory. Caused by member variables not initialized in the constructor. @@ -206644,13 +218684,13 @@ Tim Sutton 2012-09-28 Fix errors in the usage of setlocale() and CPLGetConfigOption() -Even Rouault 2012-09-28 +Even Rouault 2012-09-28 The return value of CPLGetConfigOption() is volatile, and can be invalidated by a following call to CPLSetConfigOption(). Thus it needs to be duplicated. -Even Rouault 2012-09-28 +Even Rouault 2012-09-28 Return value of setlocale() is allocated in static storage and is thus volatile. @@ -206737,7 +218777,7 @@ Marco Hugentobler 2012-09-27 Catch xml import error for composition -Marco Hugentobler 2012-09-28 +Marco Hugentobler 2012-09-28 Escape xml characters in composer template string replacement @@ -206745,7 +218785,7 @@ Hugo Mercier 2012-09-28 Fix QgsComposerMap constructor -Juergen E. Fischer 2012-09-28 +Jürgen E. Fischer 2012-09-28 add qscintilla to INSTALL @@ -206753,7 +218793,7 @@ Giuseppe Sucameli 2012-09-28 fix failed assertion when sld import fails -Juergen E. Fischer 2012-09-28 +Jürgen E. Fischer 2012-09-28 fix ogr provider's createEmptyDataSource() @@ -206765,13 +218805,13 @@ Tim Sutton 2012-09-27 Several fixes and added for python console Merge: 2dfa77cbd5 885bd2e8a7 -Jürgen Fischer 2012-09-27 +Jürgen E. Fischer 2012-09-27 Merge pull request #251 from sdikiy/work fix windows build -Juergen E. Fischer 2012-09-27 +Jürgen E. Fischer 2012-09-27 german translation update @@ -206814,7 +218854,7 @@ Radim Blazek 2012-09-27 wcs cache option -Juergen E. Fischer 2012-09-27 +Jürgen E. Fischer 2012-09-27 sip fixes: networkanalysis is a separate module @@ -206885,11 +218925,11 @@ Radim Blazek 2012-09-26 reverted raster reprojection matrix size, Magnus Homann wrote: Ooops, that wasn't supposed to go in the commit -Juergen E. Fischer 2012-09-26 +Jürgen E. Fischer 2012-09-26 more sip fixes -Juergen E. Fischer 2012-09-26 +Jürgen E. Fischer 2012-09-26 sip fixes @@ -206965,7 +219005,7 @@ Tim Sutton 2012-09-26 Added QGIS_PREFIX_PATH to app settings display -Juergen E. Fischer 2012-09-26 +Jürgen E. Fischer 2012-09-26 typo fixes and german function help update @@ -206975,7 +219015,7 @@ Salvatore Larosa 2012-09-26 - header icon changed - re-organized text -Larry Shaffer 2012-09-25 +Larry Shaffer 2012-09-25 Fix for older compilers, like on stock Mac OS X (provided by Juergen) @@ -206987,11 +219027,11 @@ Etienne Tourigny 2012-09-20 set horizontal stretch for content in splitter widgets -Juergen E. Fischer 2012-09-25 +Jürgen E. Fischer 2012-09-25 [FEATURE] allow manual addition of browser favorite directories -Juergen E. Fischer 2012-09-25 +Jürgen E. Fischer 2012-09-25 fix doxygen warnings @@ -207022,27 +219062,27 @@ Salvatore Larosa 2012-09-25 - edited help file - update to Italian translate file -Juergen E. Fischer 2012-09-25 +Jürgen E. Fischer 2012-09-25 update bindings -Marco Hugentobler 2012-09-25 +Marco Hugentobler 2012-09-25 Possibility to ignore features in the avoid intersection function -Juergen E. Fischer 2012-09-25 +Jürgen E. Fischer 2012-09-25 fix windows build -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Enable up/down arrow key navigation of browser application data layers -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Add /Volumes to browser tree for Mac -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 enable more gui sip bindings @@ -207054,23 +219094,23 @@ Tim Sutton 2012-09-24 Comment out composer tests for now. -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 german translation update -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 more sip fixes -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 fix typos -Larry Shaffer 2012-09-24 +Larry Shaffer 2012-09-24 Update to 4d9d16d, missing commit -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Update PAL to OverPoint placement, fix for #6378 @@ -207079,7 +219119,7 @@ Larry Shaffer 2012-09-22 - Limit x/y-independent data defined rotation for layer and Rotate Label tool to OverPoint, until support for other placements (if any?) are added to pal::Feature. - Fix pinning where upside-down label caused position flipping -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Labeling centroid calculation update (provided by Serge Dikiy) @@ -207092,7 +219132,7 @@ Tim Sutton 2012-09-24 Transfer ownership of transparency -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 more sip fixes: - also move enum StyleEntity in QgsStyleV2 @@ -207117,7 +219157,7 @@ Werner Macho 2012-09-24 translation update: gl_ES by Xan -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 fix QgsSymbolLayerV2Metadata sip bindings @@ -207142,7 +219182,7 @@ Tim Sutton 2012-09-24 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 fix sip syntax error @@ -207159,7 +219199,7 @@ Hugo Mercier 2012-09-24 Clean up the last commit -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 add a missing file @@ -207167,7 +219207,7 @@ Salvatore Larosa 2012-09-24 Translation into Italian for the console toolbar -Juergen E. Fischer 2012-09-24 +Jürgen E. Fischer 2012-09-24 SIP bindings update: - update methods of existing classes @@ -207196,7 +219236,7 @@ Tim Sutton 2012-09-23 Merge branch 'master' of github.com:qgis/Quantum-GIS -Larry Shaffer 2012-09-22 +Larry Shaffer 2012-09-22 Update to QgsCollapsibleGroupBox @@ -207207,11 +219247,11 @@ Larry Shaffer 2012-09-22 Allows for groupboxes to be used in multiple places/dialogs and maintain same states (e.g. adv labeling dialog). Merge: d80d3cf985 1b95cdca85 -Victor Olaya 2012-09-22 +Víctor Olaya 2012-09-22 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Victor Olaya 2012-09-22 +Víctor Olaya 2012-09-22 fixed #6295 did some cleaning in GrassAlgorithm.py @@ -207240,15 +219280,15 @@ Magnus Homann 2012-09-21 Used QsgScaleComboBox in scale based visibility. Also fix #6213 -Juergen E. Fischer 2012-09-21 +Jürgen E. Fischer 2012-09-21 indentation update -Juergen E. Fischer 2012-09-21 +Jürgen E. Fischer 2012-09-21 update QgsDiagramRendererV2 sip bindings -Juergen E. Fischer 2012-09-21 +Jürgen E. Fischer 2012-09-21 fix OGRSpatialReferenceH member declaration @@ -207308,15 +219348,15 @@ Tim Sutton 2012-09-21 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-09-21 +Jürgen E. Fischer 2012-09-21 fix windows build -Matthias Kuhn 2012-09-06 +Matthias Kuhn 2012-09-06 Always show numbers in decimal format ( no e format ) -Juergen E. Fischer 2012-09-21 +Jürgen E. Fischer 2012-09-21 add links to old api version to doxygen documentation @@ -207446,11 +219486,11 @@ Radim Blazek 2012-09-19 apply user nodata to all bands -Juergen E. Fischer 2012-09-18 +Jürgen E. Fischer 2012-09-18 german translation update -Juergen E. Fischer 2012-09-18 +Jürgen E. Fischer 2012-09-18 debian packaging update @@ -207471,11 +219511,11 @@ Radim Blazek 2012-09-18 reimplemented user defined raster no data values -Larry Shaffer 2012-09-17 +Larry Shaffer 2012-09-17 Fix to enable QgsCollapsibleGroupBox disclosure triangle if widget was previously disabled -Larry Shaffer 2012-09-17 +Larry Shaffer 2012-09-17 Fix for compilers that do not cope with template argument @@ -207486,15 +219526,15 @@ Tim Sutton 2012-09-17 Add diagram test files -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 fix a544133e46 - update measurement settings only on crs and options change -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 support non-squared svg symbols -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 debian packaging update @@ -207511,23 +219551,23 @@ Radim Blazek 2012-09-17 raster saveas rendered with QgsSingleBandPseudoColorRenderer fix -Matthias Kuhn 2012-09-17 +Matthias Kuhn 2012-09-17 Add diagram test files -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 update measure dialog only when visible -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 add sip bindings to QgsCredentials -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 fix warnings -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 fix windows build @@ -207548,7 +219588,7 @@ Etienne Tourigny 2012-09-16 style manager : cosmetic changes (wider icons, splitter with save/restore, changed buttons appearance, add menu icon) and use menu instead of dialog to select new color ramp type -Juergen E. Fischer 2012-09-17 +Jürgen E. Fischer 2012-09-17 add more sip bindings: QgsCentroidFillSymbolLayerV2 @@ -207581,16 +219621,16 @@ Etienne Tourigny 2012-09-15 add PROJ.4 version to about dialog -Juergen E. Fischer 2012-09-16 +Jürgen E. Fischer 2012-09-16 missed the new file -Juergen E. Fischer 2012-09-16 +Jürgen E. Fischer 2012-09-16 add sip bindings for QgsPalLabeling, QgsSimpleMarkerSymbolLayerV2, QgsSvgMarkerSymbolLayerV2, QgsFontMarkerSymbolLayerV2 -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fixes for raster layer save as dialog @@ -207606,14 +219646,14 @@ Magnus Homann 2012-09-16 Fix stupid C++ error -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fixes for PAL labels to work with 8a347eb - Point/centroid label offset functions now work with independent data defined rotation - Rotate label tool now works with independent data defined rotation (always with Center/Half rotation point) -Larry Shaffer 2012-09-16 +Larry Shaffer 2012-09-16 Fix for PAL label vertical offset @@ -207646,11 +219686,11 @@ Magnus Homann 2012-09-16 Added conversion between QgsRectangle and QRectF. And tests. -Juergen E. Fischer 2012-09-15 +Jürgen E. Fischer 2012-09-15 [FEATURE] allow data defined rotation without data defined position -Juergen E. Fischer 2012-09-15 +Jürgen E. Fischer 2012-09-15 debian packaging update @@ -207670,11 +219710,11 @@ Marco Hugentobler 2012-09-15 Fix scalebar alignment in composer (ticket #6317) -Larry Shaffer 2012-09-14 +Larry Shaffer 2012-09-14 Label preview of adv labeling is collapsible -Larry Shaffer 2012-09-14 +Larry Shaffer 2012-09-14 Fix QgsCollapsibleGroupBox signal and scrolling issue @@ -207711,7 +219751,7 @@ Etienne Tourigny 2012-09-14 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-09-14 +Jürgen E. Fischer 2012-09-14 debian packaging update: extra python-unittest2 dependency only necessary on squeeze, lucid and oneiric) @@ -207720,7 +219760,7 @@ Etienne Tourigny 2012-09-14 automatically scroll parent QScrollArea when QgsCollapsibleGroupBox is expanded -Juergen E. Fischer 2012-09-14 +Jürgen E. Fischer 2012-09-14 debian packaging update @@ -207802,7 +219842,7 @@ Salvatore Larosa 2012-09-13 added action to import sextante class -Larry Shaffer 2012-09-13 +Larry Shaffer 2012-09-13 Remove hardcoded path for pyuic4 on Mac install @@ -207939,11 +219979,11 @@ Radim Blazek 2012-09-11 WCS public servers test improved -Larry Shaffer 2012-09-11 +Larry Shaffer 2012-09-11 Clean with prepare-commit -Larry Shaffer 2012-09-11 +Larry Shaffer 2012-09-11 Increase padding for collapsed groupbox @@ -207959,7 +219999,7 @@ Etienne Tourigny 2012-09-10 allow to expand/collapse when clicking on title -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Update adv labeling groupbox layout @@ -207967,7 +220007,7 @@ Etienne Tourigny 2012-09-10 UI tweaks -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Different approach, fixes several issues @@ -207978,11 +220018,11 @@ Larry Shaffer 2012-09-10 - Added another test with Adv Labeling dialog (all grpbxs are now collapsible) - Wording cleanup -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Move non-groupbox form widgets out of scroll area -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Remove margin fix and tighten up spacing @@ -207994,7 +220034,7 @@ Etienne Tourigny 2012-09-09 UI fixes to QgsCollapsibleGroupBox -Larry Shaffer 2012-09-08 +Larry Shaffer 2012-09-08 Update collapsible groupbox with checkbox and styles @@ -208002,7 +220042,7 @@ Alexander Bruy 2012-09-11 fix signals connection in console -Juergen E. Fischer 2012-09-11 +Jürgen E. Fischer 2012-09-11 also copy console_sci to build directory @@ -208044,7 +220084,7 @@ Salvatore Larosa 2012-09-11 Add support for prepared API file -Larry Shaffer 2012-09-10 +Larry Shaffer 2012-09-10 Add support for prepared API file @@ -208113,32 +220153,32 @@ Tim Sutton 2012-09-09 Alphabetaised imports of qgsrasterlayerproperties.cpp -Larry Shaffer 2012-09-08 +Larry Shaffer 2012-09-08 Update collapsible groupbox with checkbox and styles -Juergen E. Fischer 2012-09-09 +Jürgen E. Fischer 2012-09-09 doxygen & indentation fixes -Nathan Woodrow 2012-09-09 +Nathan Woodrow 2012-09-09 Fix Mac build -Juergen E. Fischer 2012-09-08 +Jürgen E. Fischer 2012-09-08 - make python tests runnable from build directory again - don't change testfiles in test runs -Juergen E. Fischer 2012-09-08 +Jürgen E. Fischer 2012-09-08 debian packaging update -Nathan Woodrow 2012-09-08 +Nathan Woodrow 2012-09-08 Use configpath for customization. Fix #6068 -Larry Shaffer 2012-09-07 +Larry Shaffer 2012-09-07 Fix for #6315, and keeps centroid calc. for whole feature in adv labeling @@ -208172,15 +220212,15 @@ Alexander Bruy 2012-09-07 python tests for QgsRectangle and QgsSpatialIndex -Marco Hugentobler 2012-09-07 +Marco Hugentobler 2012-09-07 Return edit types as text -Marco Hugentobler 2012-09-07 +Marco Hugentobler 2012-09-07 Show display field in GetProjectSettings -Marco Hugentobler 2012-09-07 +Marco Hugentobler 2012-09-07 Show layer visibility in GetProjectSettings @@ -208212,7 +220252,7 @@ Jaka Kranjc 2012-09-07 fixed building of qgis.g.info when nothing else passes the math link flag -Marco Hugentobler 2012-09-07 +Marco Hugentobler 2012-09-07 Show print information only in GetProjectSettings, not in caabilities. Better handling of layer order @@ -208228,15 +220268,15 @@ Tim Sutton 2012-09-07 Make linear interpolation default for pseudocolor raster renderer -Juergen E. Fischer 2012-09-07 +Jürgen E. Fischer 2012-09-07 german translation update and typo fixes -Juergen E. Fischer 2012-09-07 +Jürgen E. Fischer 2012-09-07 indentation update -Juergen E. Fischer 2012-09-07 +Jürgen E. Fischer 2012-09-07 fix windows build @@ -208258,11 +220298,11 @@ Etienne Tourigny 2012-09-06 add cpt-city files to debian builds -Marco Hugentobler 2012-09-06 +Marco Hugentobler 2012-09-06 Export layer drawing order to extended capabilities -Marco Hugentobler 2012-09-06 +Marco Hugentobler 2012-09-06 Add min/max scale denominator to capabilities output @@ -208277,11 +220317,11 @@ Tim Sutton 2012-09-06 This reverts commit 977518af3a669aac1045eebb5b00fce2b6d50680. -Marco Hugentobler 2012-09-06 +Marco Hugentobler 2012-09-06 [Feature]: Add GetProjectSettings request to QGIS server to have more specific information about the project than in GetCapabilities -Larry Shaffer 2012-09-06 +Larry Shaffer 2012-09-06 Adjust wording about PAL engine @@ -208293,26 +220333,26 @@ Tim Sutton 2012-09-06 Fix from lynxlynxlynxlynxlynx for building grass on mac -Larry Shaffer 2012-09-06 +Larry Shaffer 2012-09-06 Fix for #6309, add case-insensitive sort for vector provider encodings Merge: 4d90320d9c 6cd3d77762 -mhugent 2012-09-06 +Marco Hugentobler 2012-09-06 Merge pull request #224 from matthias-kuhn/diagram Minor diagram improvements -Marco Hugentobler 2012-09-06 +Marco Hugentobler 2012-09-06 Better reusage of composer functionality between server and desktop -Matthias Kuhn 2012-09-06 +Matthias Kuhn 2012-09-06 Double clicking an attribute item adds it to assigned items -Marco Hugentobler 2012-09-06 +Marco Hugentobler 2012-09-06 Fix item reading for GetPrint (project file format changed between 1.8 and 1.9) @@ -208345,11 +220385,11 @@ Radim Blazek 2012-09-05 New test for raster file writer. -Matthias Kuhn 2012-09-05 +Matthias Kuhn 2012-09-05 Fix warnings -Juergen E. Fischer 2012-09-05 +Jürgen E. Fischer 2012-09-05 fix windows build @@ -208366,52 +220406,52 @@ Radim Blazek 2012-05-24 calc raster stats in grass module, time reduced to 20%, solves part of #4862 Merge: 9d5b16e842 1e1cdb83b3 -Marco Hugentobler 2012-09-05 +Marco Hugentobler 2012-09-05 Merge branch 'master' of github.com:qgis/Quantum-GIS -Marco Hugentobler 2012-09-05 +Marco Hugentobler 2012-09-05 Added Matthias to contributor list -Marco Hugentobler 2012-09-05 +Marco Hugentobler 2012-09-05 Fix printing of pie and text diagrams Merge: cfa15ff560 aa31c8c6ba -Marco Hugentobler 2012-09-05 +Marco Hugentobler 2012-09-05 [Feature]: Merge diagram improvements provided by Matthias Kuhn -pcav 2012-09-05 +Paolo Cavallini 2012-09-05 Fix #6105 -Marco Hugentobler 2012-09-05 +Marco Hugentobler 2012-09-05 Add documentation for function QgsComposition::loadFromTemplate -Marco Hugentobler 2012-09-04 +Marco Hugentobler 2012-09-04 Allow text substitution for template loading -Marco Hugentobler 2012-09-04 +Marco Hugentobler 2012-09-04 Don't create undo action if loading template via gui -Marco Hugentobler 2012-09-04 +Marco Hugentobler 2012-09-04 Ensure item widgets are deleted if loading composer templates -Marco Hugentobler 2012-09-04 +Marco Hugentobler 2012-09-04 Add method QgsComposition::loadFromTemplate and python bindings -Larry Shaffer 2012-09-04 +Larry Shaffer 2012-09-04 Clean up label engine dialog -Larry Shaffer 2012-09-04 +Larry Shaffer 2012-09-04 Add 'show all labels' setting to individual PAL layers @@ -208419,7 +220459,7 @@ Larry Shaffer 2012-09-04 - Show-all labels are not obstacles for other PAL layer labels during collisions (i.e. they will overlap or underlie other labels depending upon render order) -Nathan Woodrow 2012-09-05 +Nathan Woodrow 2012-09-05 Add tests for expression scale function @@ -208436,7 +220476,7 @@ Radim Blazek 2012-09-04 raster saveas: load nodata from layer transparency -Nathan Woodrow 2012-09-04 +Nathan Woodrow 2012-09-04 Add expression function help @@ -208520,15 +220560,15 @@ Magnus Homann 2012-08-26 Not working, but soon -Nathan Woodrow 2012-09-04 +Nathan Woodrow 2012-09-04 Add missing sip file -Nathan Woodrow 2012-09-02 +Nathan Woodrow 2012-09-02 Add python bindings message bar -Juergen E. Fischer 2012-09-03 +Jürgen E. Fischer 2012-09-03 fix sip error @@ -208580,7 +220620,7 @@ Radim Blazek 2012-09-03 ECW identify() fix conditional for ECW driver and GDAL < 1.9.2 -Larry Shaffer 2012-09-03 +Larry Shaffer 2012-09-03 Fix for double point size in font named-style lookups @@ -208595,35 +220635,35 @@ szekerest 2012-09-03 Specify port 1433 for FreeTDS by default. Allow to specify server/database/uid/password when the driver setting is present (fixes #6259, fixes #6263) -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 sizePainterUnits: Calculate based on specified size instead of size in QgsDiagramSettings -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Calculate size for PAL correctly also if same attribute is used multiple times. -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Allow smaller numbers in size spin box -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Enable diagram size options based on sizeType selection -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Comments for documentation -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Selection mode for diagram attributes adjusted -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Add warning if no reference value for diagram scaling has been selected. -Matthias Kuhn 2012-09-03 +Matthias Kuhn 2012-09-03 Use QToolBox instead of QTabWidget in diagram properties @@ -208631,7 +220671,7 @@ Werner Macho 2012-09-03 translation update: gl_EX by XAN -Larry Shaffer 2012-08-31 +Larry Shaffer 2012-08-31 Add quadrant, offset, rotation for points/centroids in adv labeling @@ -208651,32 +220691,32 @@ Larry Shaffer 2012-08-31 - Keep from scaling letter/word spacing if set to 0 -Nathan Woodrow 2012-09-01 +Nathan Woodrow 2012-09-01 expose layer to javacript -Nathan Woodrow 2012-08-21 +Nathan Woodrow 2012-08-21 Move expression text replace to QgsExpression - Update actions, html map tips, and annotations -Nathan Woodrow 2012-08-12 +Nathan Woodrow 2012-08-12 Add html annotations Merge: b43ed34872 df047713b3 -Jürgen Fischer 2012-09-01 +Jürgen E. Fischer 2012-09-01 Merge pull request #200 from sdikiy/dirdebug Debugging of all files in a directory -Juergen E. Fischer 2012-09-01 +Jürgen E. Fischer 2012-09-01 fix warnings -Juergen E. Fischer 2012-09-01 +Jürgen E. Fischer 2012-09-01 only accept crs matches if there's only one (improved #5066) @@ -208684,7 +220724,7 @@ Magnus Homann 2012-08-31 Svensk översättning -Larry Shaffer 2012-08-30 +Larry Shaffer 2012-08-30 Add word and letter spacing to PAL layer of adv labeling @@ -208692,16 +220732,16 @@ Larry Shaffer 2012-08-30 - Reorganize form widgets, moving mulit-line options to own groupbox - Character width option removed due to very erratic QFont::setStretch() bugs -Marco Hugentobler 2012-08-28 +Marco Hugentobler 2012-08-28 Fix diagram scaling for print -Matthias Kuhn 2012-08-31 +Matthias Kuhn 2012-08-31 Revert print scale fix. Use Marco Hugentobler's print scale fix. It's cleaner -Marco Hugentobler 2012-08-31 +Marco Hugentobler 2012-08-31 Improve scalebar default settings @@ -208721,7 +220761,7 @@ Giuseppe Sucameli 2012-08-22 add tooltip to message bar's close button -Larry Shaffer 2012-08-21 +Larry Shaffer 2012-08-21 Changes to QgsMessageBar icons and Enable macros action @@ -208739,7 +220779,7 @@ Giuseppe Sucameli 2012-08-21 Work done for ARPA Piemonte -Marco Hugentobler 2012-08-31 +Marco Hugentobler 2012-08-31 Add test and control images for composer scalebar test @@ -208747,7 +220787,7 @@ Magnus Homann 2012-08-31 Svensk översättning -Nathan Woodrow 2012-08-31 +Nathan Woodrow 2012-08-31 Add format_number function to QgsExpression. @@ -208758,19 +220798,19 @@ Etienne Tourigny 2012-08-31 fix db handling when modifying existing color ramp (#6229) Merge: ee1636900a c928868916 -Marco Hugentobler 2012-08-31 +Marco Hugentobler 2012-08-31 Merge branch 'master' of github.com:qgis/Quantum-GIS -Marco Hugentobler 2012-08-31 +Marco Hugentobler 2012-08-31 Thousand separator for numeric scale bar style (depending on locale). Implements ticket #6287 -Larry Shaffer 2012-08-30 +Larry Shaffer 2012-08-30 Add Panels and Toolbars submenus to View menu in Composer -Nathan Woodrow 2012-08-31 +Nathan Woodrow 2012-08-31 initialize mScale to 0 in QgsExpression @@ -208778,11 +220818,11 @@ Arunmozhi 2012-08-30 lot of UI improvements in symbol layer widgets -Marco Hugentobler 2012-08-30 +Marco Hugentobler 2012-08-30 Fix frames in html tests -Nathan Woodrow 2012-08-30 +Nathan Woodrow 2012-08-30 Add function to QgsExpression @@ -208790,11 +220830,11 @@ Alexander Bruy 2012-08-30 fix file permissions -Marco Hugentobler 2012-08-30 +Marco Hugentobler 2012-08-30 Test for multiframe html in python -Larry Shaffer 2012-08-28 +Larry Shaffer 2012-08-28 Add capitalization support to PAL layer of adv labeling @@ -208845,49 +220885,49 @@ Magnus Homann 2012-08-26 Not working, but soon -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 fix build error -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 fix #5894 -Marco Hugentobler 2012-08-29 +Marco Hugentobler 2012-08-29 Added python test for composer html -Marco Hugentobler 2012-08-29 +Marco Hugentobler 2012-08-29 Change composerhtml control images. Fix html test to have item frames -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 use qRound() fro round() (followup ad437bfdffd) -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 fix crash in #6276 -Marco Hugentobler 2012-08-29 +Marco Hugentobler 2012-08-29 Upload images from python composer check to cdash, fix frame of python composer test -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Draw histogram diagrams in assigned space (no half-bar-width offset) Merge: 4e914c6657 244e7d1875 -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Merge branch 'print-diagram' -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Default width for histogram Merge: 0eab9697c0 dae596a251 -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Merge branch 'master' of https://github.com/matthias-kuhn/Quantum-GIS @@ -208895,29 +220935,29 @@ Matthias Kuhn 2012-08-29 src/app/qgsdiagramproperties.cpp Merge: c8a3321287 b97f2fc060 -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Merge branch 'diagram-additional-fix' -Matthias Kuhn 2012-08-29 +Matthias Kuhn 2012-08-29 Fix text diagram Assign userData properly to text diagram combobox item. Use id's instead of translated text for selected item identification in combobox. -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 use qRound() for round() -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 fix build error and a few warnings -Juergen E. Fischer 2012-08-29 +Jürgen E. Fischer 2012-08-29 german translation update -Juergen E. Fischer 2012-08-28 +Jürgen E. Fischer 2012-08-28 [FEATURE] add optional filter value to value relation edit widget and sync QgsVectorLayer sip bindings with C++ interface @@ -208935,7 +220975,7 @@ Etienne Tourigny 2012-08-28 use meaningful names for new symbols and ramps -Marco Hugentobler 2012-08-28 +Marco Hugentobler 2012-08-28 Fix diagram scaling for print @@ -208969,7 +221009,7 @@ Etienne Tourigny 2012-08-27 fix #6225 -Nathan Woodrow 2012-08-28 +Nathan Woodrow 2012-08-28 Add startup python script support @@ -208999,7 +221039,7 @@ Giuseppe Sucameli 2012-08-27 Thanks Silvio Grosso for the sponsorship. -Juergen E. Fischer 2012-08-27 +Jürgen E. Fischer 2012-08-27 fix #6253 @@ -209007,7 +221047,7 @@ Alister 2012-08-23 minor fix and improvement to rendering of selected polygons -Larry Shaffer 2012-08-26 +Larry Shaffer 2012-08-26 Revert most Mac hacks for testing in favor of 4cfc365 @@ -209017,7 +221057,7 @@ Etienne Tourigny 2012-08-26 implement pyramids in raster save dialog ; improve pyramids creation ; remove pyramid-related stuff from qgsrasterlayer -Juergen E. Fischer 2012-08-26 +Jürgen E. Fischer 2012-08-26 make tests runable without install @@ -209052,11 +221092,11 @@ Tim Sutton 2012-08-23 Added python test for qgscoordinatetransform -Nathan Woodrow 2012-08-26 +Nathan Woodrow 2012-08-26 Add double to int rounding function -Nathan Woodrow 2012-08-25 +Nathan Woodrow 2012-08-25 Add round function to QgsExpression @@ -209064,7 +221104,7 @@ Magnus Homann 2012-08-25 Re-added connect from Ellipsoid checkbox -Juergen E. Fischer 2012-08-25 +Jürgen E. Fischer 2012-08-25 typo fixes, translation string updates and german translation update @@ -209090,11 +221130,11 @@ Tim Sutton 2012-08-23 Added python test for qgscoordinatetransform -Larry Shaffer 2012-08-24 +Larry Shaffer 2012-08-24 Fix for app paths not found by test -Larry Shaffer 2012-08-24 +Larry Shaffer 2012-08-24 Fix package data and svg paths for cmake and pyqgis tests on Mac @@ -209189,7 +221229,7 @@ Etienne Tourigny 2012-08-22 use selections from .xml files -Larry Shaffer 2012-08-20 +Larry Shaffer 2012-08-20 Support for named typeface styles in adv. labeling engine @@ -209250,7 +221290,7 @@ Marco Hugentobler 2012-08-23 Use map width instead of diagonal for scale bar calculation based on ellipsoid (because scale is often depending on direction) -Juergen E. Fischer 2012-08-23 +Jürgen E. Fischer 2012-08-23 fix typos and some warnings @@ -209290,7 +221330,7 @@ Magnus Homann 2012-08-20 Loads of debug output. Shouldn't affect functionality -Larry Shaffer 2012-08-22 +Larry Shaffer 2012-08-22 Fix for #6234, data-defined strikeout not written @@ -209315,7 +221355,7 @@ Arunmozhi 2012-08-22 added documentation to the QgsStyleV2 functions -Juergen E. Fischer 2012-08-21 +Jürgen E. Fischer 2012-08-21 postgres provider: cancel running geometry type query @@ -209327,13 +221367,13 @@ Alexander Bruy 2012-08-20 fix #6223 -volayaf@gmail.com 2012-08-20 +Víctor Olaya 2012-08-20 fixed indentation error in single to multiparts alg git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@355 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-08-20 +Víctor Olaya 2012-08-20 fixed #6221 (single to multiparts) @@ -209341,7 +221381,7 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@354 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-19 +Jürgen E. Fischer 2012-08-19 fix some leaks and cleanup @@ -209352,7 +221392,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@353 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-08-19 +Víctor Olaya 2012-08-19 fixed #6221 @@ -209375,7 +221415,7 @@ Marco Hugentobler 2012-08-19 Fix multiframe resize behaviour -Juergen E. Fischer 2012-08-19 +Jürgen E. Fischer 2012-08-19 use QEXPECT_FAIL instead of disabling the test @@ -209390,11 +221430,11 @@ Magnus Homann 2012-08-18 Added lat,long or east,north to some tooltips -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 fix #5931 -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 handle min()/max() macros offending std::numeric_limits::min()/max() on MSVC in one spot @@ -209426,11 +221466,11 @@ Etienne Tourigny 2012-08-12 cpt-city dialog: implement as model/view -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 log network timeouts -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 - extend support for user defined network timeout to QgsNetworkAccessManager - support for user defined tile expiration time for WMTS/WMS-C tiles (fixes #5104) @@ -209442,7 +221482,7 @@ Nathan Woodrow 2012-08-18 MSSQL: Fix for the parser when reading multipoint geometries (fixes #6190) -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 fix #5828 @@ -209464,7 +221504,7 @@ Nathan Woodrow 2012-08-17 Fix for the issue with mssql non-spatial views (#6217) -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 fix test crash on windows @@ -209476,11 +221516,11 @@ Magnus Homann 2012-08-18 Changed TOL tests -Juergen E. Fischer 2012-08-18 +Jürgen E. Fischer 2012-08-18 fix tests on windows -Larry Shaffer 2012-08-17 +Larry Shaffer 2012-08-17 Fix Mac path to resources and grass and sqlanywhere provider frameworks for tests @@ -209498,11 +221538,11 @@ Tim Sutton 2012-08-17 Added test for logger -Juergen E. Fischer 2012-08-17 +Jürgen E. Fischer 2012-08-17 use serif font in qgis_composerhtmltest -Juergen E. Fischer 2012-08-17 +Jürgen E. Fischer 2012-08-17 test fixes: - fix TestQgsRectangle build error @@ -209521,21 +221561,21 @@ Salvatore Larosa 2012-08-17 Added MultiGeometries tests for test friday Merge: b37a3b64f5 b5a59fd251 -Jürgen Fischer 2012-08-17 +Jürgen E. Fischer 2012-08-17 Merge pull request #202 from homann/issue6194 Fix for #6194 -Matthias Kuhn 2012-08-17 +Matthias Kuhn 2012-08-17 do not override pen alpha when a transparency is set -Matthias Kuhn 2012-08-17 +Matthias Kuhn 2012-08-17 piechart: draw circle if only one value > 0 -Matthias Kuhn 2012-08-17 +Matthias Kuhn 2012-08-17 Do not apply diagram transparency to pen but instead save custom pen alpha value @@ -209553,7 +221593,7 @@ Alexander Bruy 2012-08-17 add python test for memory provider -Matthias Kuhn 2012-08-17 +Matthias Kuhn 2012-08-17 Fix compile problem: define variable @@ -209561,7 +221601,7 @@ Magnus Homann 2012-08-17 Typo. -Matthias Kuhn 2012-08-17 +Matthias Kuhn 2012-08-17 Fix diagram printing When units are set to mm convert first to units that PAL expects for arrangement. @@ -209578,41 +221618,41 @@ Marco Hugentobler 2012-08-17 Add new composer multiframe resize methods ExtendToNextPage and RepeatUntilFinished -alexander.bruy@gmail.com 2012-08-17 +Alexander Bruy 2012-08-17 use last used encoding if none specified git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@351 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -alexander.bruy@gmail.com 2012-08-17 +Alexander Bruy 2012-08-17 add encoding support for output vector git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@350 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -alexander.bruy@gmail.com 2012-08-17 +Alexander Bruy 2012-08-17 add wrapper vector writer class git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@349 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-08-16 +Larry Shaffer 2012-08-16 Fix for disappearing and inaccurate buffer previews in adv labeling -Juergen E. Fischer 2012-08-16 +Jürgen E. Fischer 2012-08-16 fix warnings -Juergen E. Fischer 2012-08-16 +Jürgen E. Fischer 2012-08-16 allow to ignore (OGR's interpretation of ) shape file encoding (might fix #5911) -Larry Shaffer 2012-08-16 +Larry Shaffer 2012-08-16 Fix scale-dependent, data defined fields test against renderer's scale for accuracy -Larry Shaffer 2012-08-14 +Larry Shaffer 2012-08-14 Add map units, join styles and transp. fill to buffer options in adv labeling @@ -209625,7 +221665,7 @@ Larry Shaffer 2012-08-14 - Preview can now be dynamically scaled between 8 and 152 pts size - Defaults for new setting methods set to match previous defaults (backwards compat.) -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Change diagram properties dialog dropdown to use id instead of translated text @@ -209633,39 +221673,39 @@ Radim Blazek 2012-08-16 raster save as raw/image mode, pipe clone -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Diagram type not properly selected in properties dialog Merge: 033bd79762 d845a0a458 -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Merge diagram icons Conflicts: src/app/qgsdiagramproperties.cpp -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Add icons to the diagram dropdown -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Identify selected items based on id's rather than translated text -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Identify selected items based on id's rather than translated text -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 add icons to diagram dropdown -Matthias Kuhn 2012-08-16 +Matthias Kuhn 2012-08-16 Fix attribute list (transparent colors, disappearing items) -Juergen E. Fischer 2012-08-16 +Jürgen E. Fischer 2012-08-16 nightly build fixes: - QLineEdit::setPlaceholderText only available >= Qt 4.7 @@ -209679,33 +221719,33 @@ Radim Blazek 2012-08-15 raster save as crs and resolution -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Renamed "Engine settings" to "PAL engine settings" -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Add direct link to PAL engine settings to diagram tab -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 PieDiagram: draw empty circle if all attribute values == 0 -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Save scale method for graduated and categorized symbols -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Fixed scale method (area/diameter) for graduated and categorized markers -volayaf 2012-08-15 +Víctor Olaya 2012-08-15 updated remaining ftools algorithms to new architecture git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@348 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 add transparency for diagrams @@ -209713,31 +221753,31 @@ Alexander Bruy 2012-08-15 more cleanup in fTools menu creating code -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Fixed scale factor for histogram diagrams. -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Remove unused slot -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Use Q_UNUSED instead of self-assignment -Matthias Kuhn 2012-08-15 +Matthias Kuhn 2012-08-15 Fix wrong include -Juergen E. Fischer 2012-08-15 +Jürgen E. Fischer 2012-08-15 fix ui warning -Juergen E. Fischer 2012-08-15 +Jürgen E. Fischer 2012-08-15 translation string fixes and german translation update -Juergen E. Fischer 2012-08-15 +Jürgen E. Fischer 2012-08-15 indentation update @@ -209769,7 +221809,7 @@ Marco Hugentobler 2012-08-14 Disconnect itemChanged signal for composer scalebar if scalebar widget does the change -Matthias Kuhn 2012-08-14 +Matthias Kuhn 2012-08-14 Transparency test... @@ -209777,22 +221817,22 @@ Marco Hugentobler 2012-08-14 Fix loading of composer scalebar (ticket #6195) -Matthias Kuhn 2012-08-14 +Matthias Kuhn 2012-08-14 - Fix default textdiagram => label placment option - Add warning if unknown diagram type is specified -Matthias Kuhn 2012-08-14 +Matthias Kuhn 2012-08-14 - Line options only shown when available - Default value for text diagram => label placment option - -Matthias Kuhn 2012-08-14 +Matthias Kuhn 2012-08-14 Fix histogram orientation bug (left <-> right exchanged) -Matthias Kuhn 2012-08-14 +Matthias Kuhn 2012-08-14 Major reorganisation and refactoring of diagram widget @@ -209804,7 +221844,7 @@ Radim Blazek 2012-08-14 default raster contrast enhancement by type -Larry Shaffer 2012-08-14 +Larry Shaffer 2012-08-14 Add font and buffer transparency to adv labeling and data defined columns @@ -209822,19 +221862,19 @@ Marco Hugentobler 2012-08-14 Prefix joined field with layer name to make conflict between attributes with the same name less likely -Juergen E. Fischer 2012-08-14 +Jürgen E. Fischer 2012-08-14 use PUBLIC_HEADER only on mac (followup 55628dd81) -Juergen E. Fischer 2012-08-14 +Jürgen E. Fischer 2012-08-14 fix doxygen warnings -Juergen E. Fischer 2012-08-13 +Jürgen E. Fischer 2012-08-13 also update doxygen template (followup 22a4de4ea0) -Juergen E. Fischer 2012-08-13 +Jürgen E. Fischer 2012-08-13 add missing directories to api doc @@ -209857,19 +221897,19 @@ Radim Blazek 2012-08-13 WCS GeoServer fixes -Matthias Kuhn 2012-08-13 +Matthias Kuhn 2012-08-13 Fix startup state of diagram option widgets -Juergen E. Fischer 2012-08-13 +Jürgen E. Fischer 2012-08-13 enable debug output for windows Debug and RelWithDebInfo builds (follow up 511e89ca3) -Matthias Kuhn 2012-08-13 +Matthias Kuhn 2012-08-13 Added possibility to scale a markers area. Up to now, only the diameter could be scaled. -Juergen E. Fischer 2012-08-13 +Jürgen E. Fischer 2012-08-13 fix #6191 @@ -209894,7 +221934,7 @@ Werner Macho 2012-08-13 translation update: pt_PT by Pedro .. added as new translator -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Add min/max scale-based visibility to advanced labeling data defined columns @@ -209902,13 +221942,13 @@ Larry Shaffer 2012-08-12 - Spinboxes for min and max added to Change Label tool's dialog - Seems to still be a bug in renderer scale-to-value comparison, where equal scales are not always equal if user directly enters values in the map canvas scale combobox -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Remove hide label function from pin/unpin label tool - More informative tool tips for labeling tools -Larry Shaffer 2012-08-12 +Larry Shaffer 2012-08-12 Split off part of pin/unpin label tool's function to new show/hide label tool @@ -209921,7 +221961,7 @@ Tim Sutton 2012-08-12 Added raster identfy test -Larry Shaffer 2012-08-11 +Larry Shaffer 2012-08-11 Add Show Label to advanced labeling data defined columns @@ -209929,7 +221969,7 @@ Larry Shaffer 2012-08-11 - Current method of setting mapped font size field to 0 still works - Show label checkbox added to Change Label tool's dialog -Larry Shaffer 2012-08-08 +Larry Shaffer 2012-08-08 Update to adv labeling dialog, also addresses #4385 @@ -209944,7 +221984,7 @@ Larry Shaffer 2012-08-08 - New Show Label and Min/Max Scale mappings added to GUI - All new options and mappings that are not yet functional are greyed (all greyed with this commit) -Larry Shaffer 2012-08-11 +Larry Shaffer 2012-08-11 Small refactoring to switch freeze/thaw to pin/unpin label tool @@ -209956,7 +221996,7 @@ Marco Hugentobler 2012-08-11 Fix memory leaks in raster writer -Juergen E. Fischer 2012-08-11 +Jürgen E. Fischer 2012-08-11 german translation update @@ -209978,17 +222018,17 @@ Tim Sutton 2012-08-10 Some more little tests for test friday. -volayaf 2012-08-10 +Víctor Olaya 2012-08-10 solved problem with memory storage git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@344 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-10 +Jürgen E. Fischer 2012-08-10 run python tests only when bindings are enabled -Juergen E. Fischer 2012-08-10 +Jürgen E. Fischer 2012-08-10 avoid gettimeofday @@ -210001,11 +222041,11 @@ Etienne Tourigny 2012-08-10 add author and license information ; UI tweaks ; add avg preview if available ( see QgsCptCityColorRampV2Dialog::eventFilter() ) -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Add "scale area / scale diameter" radio buttons to scale menu -volayaf 2012-08-10 +Víctor Olaya 2012-08-10 Added support for non-file-based output channels Changed GUI elements accordingly @@ -210013,19 +222053,19 @@ volayaf 2012-08-10 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@343 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Save scale by area/diameter setting -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Add option to scale by area/scale by diameter for PieChart and Text Diagram -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Diagram option page reloaded, pt. 1 -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Let scale value for pie diagrams denote diameter rather than area @@ -210043,31 +222083,31 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@341 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Diagram width was not correctly calculated -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Diagram size correction (important for placement with PAL) -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Adjust include paths for diagrams -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Adjust include path of diagram files -Matthias Kuhn 2012-08-10 +Matthias Kuhn 2012-08-10 Adjust file header information -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 fix build on mac (take II) -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 fix build on mac @@ -210087,106 +222127,106 @@ Marco Hugentobler 2012-08-09 [FEATURE]: possibility to show composer map grid coordinates in degree/minute/seconds -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 remove unsplit diagram files -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 split diagram code into seperate files -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 draw smaller diagrams on top Merge: 8b2b601713 cceb1fbcb3 -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 draw smaller diagrams on top -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 insert default bar width -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 area accuracy for circular diagrams -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 let diagrams decide how much space they need themselves -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 Make bar width configurable -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 Add histogram -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 revert bad patch (placement) -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Place pie charts on point -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Save settings for scaling small diagrams -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Add minimum size option for diagrams. (Will be scaled if smaller) -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Add .project file to .gitignore (eclipse) -Matthias Kuhn 2012-08-06 +Matthias Kuhn 2012-08-06 Text diagrams: new label placement method (x-height) -Matthias Kuhn 2012-08-06 +Matthias Kuhn 2012-08-06 Change vertical alignment Use x-height for vertical offset rather than font-height/2 -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 Make bar width configurable -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 Add histogram -Matthias Kuhn 2012-08-08 +Matthias Kuhn 2012-08-08 revert bad patch (placement) -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Place pie charts on point -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Save settings for scaling small diagrams -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Add minimum size option for diagrams. (Will be scaled if smaller) -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Add .project file to .gitignore (eclipse) -Matthias Kuhn 2012-08-06 +Matthias Kuhn 2012-08-06 Text diagrams: new label placement method (x-height) -Matthias Kuhn 2012-08-06 +Matthias Kuhn 2012-08-06 Change vertical alignment @@ -210196,28 +222236,28 @@ Marco Hugentobler 2012-08-09 Keep checkbox in sync if enableBackbuffer option not yet used -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 Remove unneede variable -Matthias Kuhn 2012-08-09 +Matthias Kuhn 2012-08-09 Enable backbuffering / incremental drawing features only on supported platforms Correct typo -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Diabled backbuffering choice on any other system than X11 -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Remove merge conflict -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Remove merge conflict -Matthias Kuhn 2012-08-07 +Matthias Kuhn 2012-08-07 Remove merge conflict @@ -210237,30 +222277,30 @@ Arunmozhi 2012-08-09 fixed a number of bugs in stylemgr, importdlg and symbolslistwdgt -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Option to preserve existing rotation values during freeze/thaw label operations - PAL layer setting for preserving existing rotation values - Clean up field-mapping checks -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 reintroduce PUBLIC_HEADERS removed in af502953 -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 recalculate vector layer extent only when necessary (fixes #6172) -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 fix warnings -Juergen E. Fischer 2012-08-09 +Jürgen E. Fischer 2012-08-09 only install 'copy OS X content' on OS X -Juergen E. Fischer 2012-08-08 +Jürgen E. Fischer 2012-08-08 fix #6170 @@ -210301,7 +222341,7 @@ Marco Hugentobler 2012-08-08 Show progress dialog for raster save -Juergen E. Fischer 2012-08-08 +Jürgen E. Fischer 2012-08-08 crssync: skip crs known to fail @@ -210321,15 +222361,15 @@ Alexander Bruy 2012-08-08 fix typo in expression builder widget -Juergen E. Fischer 2012-08-08 +Jürgen E. Fischer 2012-08-08 fix wcs test on windows -Juergen E. Fischer 2012-08-08 +Jürgen E. Fischer 2012-08-08 fix build w/o QGISDEBUG -Juergen E. Fischer 2012-08-08 +Jürgen E. Fischer 2012-08-08 debian packaging update @@ -210366,16 +222406,16 @@ Serge Dikiy 2012-08-07 duplicate lines -Juergen E. Fischer 2012-08-07 +Jürgen E. Fischer 2012-08-07 translation string fixes and german translation update -Juergen E. Fischer 2012-08-07 +Jürgen E. Fischer 2012-08-07 [FEATURE] add new labeling to vector layer properties - add 'deprecated' label to old labeling in vector layer properties -Juergen E. Fischer 2012-08-07 +Jürgen E. Fischer 2012-08-07 - remove CMAKE_BUILD_TYPE from osgeo4w nightly configuration - rename 'our' astyle to qgisstyle @@ -210392,7 +222432,7 @@ Marco Hugentobler 2012-08-07 Test for multiframe html item -Juergen E. Fischer 2012-08-07 +Jürgen E. Fischer 2012-08-07 fix windows build @@ -210426,7 +222466,7 @@ Marco Hugentobler 2012-08-07 Webkit seems to assume a standard dpi of 96 -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Fix for odd alignment attribute bug @@ -210434,7 +222474,7 @@ Marco Hugentobler 2012-08-07 Fix positioning of new frames -Larry Shaffer 2012-08-07 +Larry Shaffer 2012-08-07 Update to vector layer options dialog Display tab @@ -210477,7 +222517,7 @@ Etienne Tourigny 2012-08-06 fix cpt-city svg parsing and display -Larry Shaffer 2012-08-06 +Larry Shaffer 2012-08-06 SVG icons for freeze/thaw label tools for default and GIS themes @@ -210497,7 +222537,7 @@ Radim Blazek 2012-08-06 master merge -volayaf 2012-08-06 +Víctor Olaya 2012-08-06 added field pyculator algorithm fixed minor issues in algorithm execution and logging @@ -210506,17 +222546,17 @@ volayaf 2012-08-06 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@334 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-06 +Jürgen E. Fischer 2012-08-06 remove CMAKE_BUILD_TYPE dependency on windows -Nathan Woodrow 2012-08-02 +Nathan Woodrow 2012-08-02 Add html support in map tips - Add new display tab to edit html text -Larry Shaffer 2012-08-04 +Larry Shaffer 2012-08-04 Updated Mac build notes and INSTALL @@ -210569,7 +222609,7 @@ Alexander Bruy 2012-08-03 fix #6151 -Juergen E. Fischer 2012-08-03 +Jürgen E. Fischer 2012-08-03 add title() expression test row @@ -210586,7 +222626,7 @@ Marco Hugentobler 2012-08-03 Add command class for multiframe changes -Juergen E. Fischer 2012-08-03 +Jürgen E. Fischer 2012-08-03 fix windows build @@ -210598,7 +222638,7 @@ Werner Macho 2012-08-03 translation update: gl_ES by Xan -Juergen E. Fischer 2012-08-03 +Jürgen E. Fischer 2012-08-03 add 'foreach' to astyle and re-run indentation @@ -210622,11 +222662,11 @@ Etienne Tourigny 2012-07-31 create cpt-city color ramp and dialog -Juergen E. Fischer 2012-08-03 +Jürgen E. Fischer 2012-08-03 [FEATURE] implement title() expression -Juergen E. Fischer 2012-08-02 +Jürgen E. Fischer 2012-08-02 [FEATURE] allow adding of sql queries with SelectAtId=false - sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with @@ -210639,7 +222679,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@331 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-02 +Jürgen E. Fischer 2012-08-02 fix #6142 @@ -210664,11 +222704,11 @@ Etienne Tourigny 2012-08-01 add tests for styles - just for color ramp for now -Juergen E. Fischer 2012-08-02 +Jürgen E. Fischer 2012-08-02 fix #6120 -alexander.bruy@gmail.com 2012-08-02 +Alexander Bruy 2012-08-02 fix missed module name @@ -210678,7 +222718,7 @@ Arunmozhi 2012-08-02 [bugfix] fixed a bug that called populateSymbols multiple times -volayaf 2012-08-02 +Víctor Olaya 2012-08-02 fixed #6141 @@ -210688,7 +222728,7 @@ Arunmozhi 2012-08-02 support for online import of style XML files added -volayaf 2012-08-02 +Víctor Olaya 2012-08-02 fixed #6140 @@ -210698,7 +222738,7 @@ Alexander Bruy 2012-08-02 fix warning -Larry Shaffer 2012-07-28 +Larry Shaffer 2012-07-28 Fix and update to Freeze/Thaw, Move, and Rotate Label tools @@ -210718,7 +222758,7 @@ Werner Macho 2012-08-02 translation update: gl_ES by Xan -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Keep QGIS Browser alias on Mac from duplicating @@ -210729,56 +222769,56 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@327 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 implement #6128 -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 german translation update -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 [FEATURE][API] allow display in degrees, decimal minutes - store degree format setting in project file - [API] drop degree formats in unit type -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 fix more warnings (layers might be miscounted in qgsowsdataitems.cpp) -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Visual test for SVG upscaling - Changed mActionPanToSelected.svg to 24x24 to test QSvgIconEngine upscaling -Larry Shaffer 2012-08-01 +Larry Shaffer 2012-08-01 Add QSvgIconEngine plugin to Mac bundles -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 fix #6116 -volayaf 2012-08-01 +Víctor Olaya 2012-08-01 added patch for #6137 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@326 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-31 +Jürgen E. Fischer 2012-07-31 fix windows build and a couple of warnings -volayaf 2012-08-01 +Víctor Olaya 2012-08-01 fixed #6127 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@325 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-08-01 +Jürgen E. Fischer 2012-08-01 - GEOSInterpolate only available in GEOS>=3.2 - sync QgsGeometry sip bindings with C++ @@ -210787,7 +222827,7 @@ Marco Hugentobler 2012-08-01 Fix warning -Larry Shaffer 2012-07-31 +Larry Shaffer 2012-07-31 Test for cross-platform SVG icon scaling @@ -210796,7 +222836,7 @@ Larry Shaffer 2012-07-31 - GIS theme has added mostly SVG 24x24 icons and one at 48x48 (also for touch interfaces) - This commit's changes will probably be reverted after testing -alexander.bruy@gmail.com 2012-07-31 +Alexander Bruy 2012-07-31 fix plugin loading error caused by wrong usage of list comprehensions @@ -210806,25 +222846,25 @@ Marco Hugentobler 2012-07-31 Add/Remove command for composer multipage -volayaf 2012-07-31 +Víctor Olaya 2012-07-31 fixed rpoblem when selecting extent from canvas git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@323 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-07-31 +Víctor Olaya 2012-07-31 refixed 5949. fixed 5925 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@322 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-07-31 +Víctor Olaya 2012-07-31 fixed #6123 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@321 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-31 +Jürgen E. Fischer 2012-07-31 fix warnings @@ -210837,7 +222877,7 @@ Marco Hugentobler 2012-07-31 [FEATURE]: possibility to overwrite wms url for capabilities document in project properties -volayaf 2012-07-30 +Víctor Olaya 2012-07-30 fixed #5949 @@ -210855,14 +222895,14 @@ Marco Hugentobler 2012-07-30 Load / save html item and multi frames -volayaf 2012-07-30 +Víctor Olaya 2012-07-30 fixed #6112 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@319 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-07-30 +Víctor Olaya 2012-07-30 changed region mechanism in grass. Now it is set in each execution, using an extent parameter. This is a more flexible mechanism, with more possibilities @@ -210879,11 +222919,11 @@ Radim Blazek 2012-07-29 fixed gdal stats approx for large rasters Merge: f457ece3eb 52eed922cb -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Merge branch 'master' of github.com:qgis/Quantum-GIS -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix for crash on scale combobox popup @@ -210894,7 +222934,7 @@ Jaka Kranjc 2012-07-29 revert platform case -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix for Mac sed error in prepare script @@ -210907,26 +222947,26 @@ Radim Blazek 2012-07-29 master merge -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Fix to keep defined custom symbol paths from being added to first of new global scales. Merge: 5b44fbfb40 26a4f80260 -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Merge pull request #192 from dakcarto/update-rulebasestyles-gui-2 Update to usability of rule-based styles widgets. -Larry Shaffer 2012-07-29 +Larry Shaffer 2012-07-29 Somewhat vain first direct commit -Juergen E. Fischer 2012-07-29 +Jürgen E. Fischer 2012-07-29 allow crs without projection entries (fixes #6117) -Juergen E. Fischer 2012-07-29 +Jürgen E. Fischer 2012-07-29 fix debug output @@ -210938,7 +222978,7 @@ Radim Blazek 2012-07-29 raster cumulative cut optional limits -Nathan Woodrow 2012-07-29 +Nathan Woodrow 2012-07-29 Add interoplate to QgsGeometry @@ -210958,11 +222998,11 @@ Radim Blazek 2012-07-28 continues removing of stats from raster layer -Juergen E. Fischer 2012-07-28 +Jürgen E. Fischer 2012-07-28 fix attribute dialog (iterate layer attributes, not feature attributes) -volayaf 2012-07-28 +Víctor Olaya 2012-07-28 Modeler can now have hard-coded layer paths Added "hidden" property to parameters @@ -210984,7 +223024,7 @@ Giuseppe Sucameli 2012-07-27 spatialite provider: fix segfault looking for nonexistent field -volayaf 2012-07-27 +Víctor Olaya 2012-07-27 fixed #6103 @@ -211014,19 +223054,19 @@ Arunmozhi 2012-07-27 improvements to style manager; tag&group support for colorramps -Juergen E. Fischer 2012-07-27 +Jürgen E. Fischer 2012-07-27 postgres provider: fix signess of 64 bit fields -Juergen E. Fischer 2012-07-27 +Jürgen E. Fischer 2012-07-27 german translation update -Juergen E. Fischer 2012-07-27 +Jürgen E. Fischer 2012-07-27 fix vector save as -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 fix doxygen warnings and add copyright headers @@ -211042,60 +223082,60 @@ Marco Hugentobler 2012-07-26 Connect signal slots for html dialog -volayaf 2012-07-26 +Víctor Olaya 2012-07-26 uncommented try block git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@315 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 also sync non-EPSG crs -volayaf 2012-07-26 +Víctor Olaya 2012-07-26 fixed 6048 and 5952 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@314 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 fix warning -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 fix 9e21b1752 (actually use the value of VERSION_INT as symbol postfix) -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 german translation fix -alexander.bruy@gmail.com 2012-07-26 +Alexander Bruy 2012-07-26 cosmetic fixes git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@313 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -alexander.bruy@gmail.com 2012-07-26 +Alexander Bruy 2012-07-26 fTools: add Distance Matrix tool git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@312 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-26 +Jürgen E. Fischer 2012-07-26 debian packaging update -volayaf 2012-07-26 +Víctor Olaya 2012-07-26 added grass region definition from layer fixed problem with grass algorithms requiring an explicit region git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@311 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -alexander.bruy@gmail.com 2012-07-26 +Alexander Bruy 2012-07-26 reorganize imports add List Unique Values tool @@ -211124,23 +223164,23 @@ Tim Sutton 2012-07-26 Added missing core devs to AUTHORS file -Juergen E. Fischer 2012-07-25 +Jürgen E. Fischer 2012-07-25 fix one more warning -Juergen E. Fischer 2012-07-25 +Jürgen E. Fischer 2012-07-25 run python tests from build directory -Juergen E. Fischer 2012-07-25 +Jürgen E. Fischer 2012-07-25 fix build errors and warnings on windows (interface apparently is a keyword in VC++) -Juergen E. Fischer 2012-07-25 +Jürgen E. Fischer 2012-07-25 indentation update with a few fixed warnings -volayaf 2012-07-25 +Víctor Olaya 2012-07-25 fixed #5954 anad #6087 @@ -211228,7 +223268,7 @@ Tim Sutton 2012-07-23 Wrap content in label editor widget -Juergen E. Fischer 2012-07-23 +Jürgen E. Fischer 2012-07-23 fix build error @@ -211248,11 +223288,11 @@ Marco Hugentobler 2012-07-23 Add spin box to set composer item background transparence numerically -Juergen E. Fischer 2012-07-23 +Jürgen E. Fischer 2012-07-23 more function help improvements -Juergen E. Fischer 2012-07-23 +Jürgen E. Fischer 2012-07-23 improve CRS GDAL synchronization (fixes #6071, #4337 and #2777) @@ -211277,7 +223317,7 @@ Etienne Tourigny 2012-07-22 add profiles and validate and help buttons -volayaf@gmail.com 2012-07-22 +Víctor Olaya 2012-07-22 fixed #6015 @@ -211287,21 +223327,21 @@ William Kyngesburye 2012-07-22 Give QGIS Browser icon and info.plist to make it a complete app, other Mac build updates -Juergen E. Fischer 2012-07-22 +Jürgen E. Fischer 2012-07-22 implement #6080 -Juergen E. Fischer 2012-07-22 +Jürgen E. Fischer 2012-07-22 function help fixes and german translation update -Nathan Woodrow 2012-07-22 +Nathan Woodrow 2012-07-22 Add left,right,rpad,lpad string functions - Fix #6079 - With tests :) -Nathan Woodrow 2012-07-22 +Nathan Woodrow 2012-07-22 Add data and time function help @@ -211326,7 +223366,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@305 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Nathan Woodrow 2012-07-22 +Nathan Woodrow 2012-07-22 Add CASE and CASE ELSE to expression builder groups @@ -211339,7 +223379,7 @@ William Kyngesburye 2012-07-21 Fix bundled libs linking -volayaf 2012-07-21 +Víctor Olaya 2012-07-21 fixed #6076 Improved parametertablefield with datatype options @@ -211370,7 +223410,7 @@ Radim Blazek 2012-07-20 raster single band gray cumulative pixel count cut -Juergen E. Fischer 2012-07-20 +Jürgen E. Fischer 2012-07-20 german translation update @@ -211394,7 +223434,7 @@ Nathan Woodrow 2012-07-20 Update to freeze/thaw label tool -Larry Shaffer 2012-07-20 +Larry Shaffer 2012-07-20 Update to freeze/thaw label tool @@ -211419,7 +223459,7 @@ Werner Macho 2012-07-20 translation update: bunch of updates and new names -Larry Shaffer 2012-07-19 +Larry Shaffer 2012-07-19 Fix for Mac source builds. @@ -211443,7 +223483,7 @@ Tim Sutton 2012-07-19 Added anomaly files for jenkins server -Juergen E. Fischer 2012-07-19 +Jürgen E. Fischer 2012-07-19 fix some warnings @@ -211511,7 +223551,7 @@ Etienne Tourigny 2012-07-18 use project template folder and "New project from template" action -Larry Shaffer 2012-07-18 +Larry Shaffer 2012-07-18 sip binding for QgsLabelingEngineInterface::labelsWithinRect() @@ -211528,7 +223568,7 @@ Radim Blazek 2012-07-18 wcs test unit data -Juergen E. Fischer 2012-07-18 +Jürgen E. Fischer 2012-07-18 fix #6060 @@ -211582,15 +223622,15 @@ Alexander Bruy 2012-07-05 [FEATURE] editable global scales list Merge: 0cfe094aca 74021a477e -Juergen E. Fischer 2012-07-18 +Jürgen E. Fischer 2012-07-18 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-07-18 +Jürgen E. Fischer 2012-07-18 move HAVE_TOUCH to qgsconfig.h - fixes vtable of QgsMapCanvas/QgsMapTool for plugins -Larry Shaffer 2012-07-17 +Larry Shaffer 2012-07-17 [Feature] Freeze-thaw labeling tool, with on-the-fly transformation support. @@ -211651,7 +223691,7 @@ Marco Hugentobler 2012-07-17 Fix resolution in image export -Juergen E. Fischer 2012-07-17 +Jürgen E. Fischer 2012-07-17 fix windows build and some deprecation warnings @@ -211659,15 +223699,15 @@ Marco Hugentobler 2012-07-17 Consider multi pages in snap to grid function -Juergen E. Fischer 2012-07-17 +Jürgen E. Fischer 2012-07-17 fix #6053 -Juergen E. Fischer 2012-07-17 +Jürgen E. Fischer 2012-07-17 fix doxygen warning -Juergen E. Fischer 2012-07-17 +Jürgen E. Fischer 2012-07-17 update grass provider after 008592b0 @@ -211696,11 +223736,11 @@ Marco Hugentobler 2012-07-16 More changes for multipage print -Juergen E. Fischer 2012-07-16 +Jürgen E. Fischer 2012-07-16 fix sip bindings to QgsVectorLayer signals attributeValueChanged/geometryChanged -Juergen E. Fischer 2012-07-16 +Jürgen E. Fischer 2012-07-16 fix windows build @@ -211745,7 +223785,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@302 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-07-15 +Víctor Olaya 2012-07-15 fixed #6029 @@ -211759,7 +223799,7 @@ Arunmozhi 2012-07-15 fixed a number of colo ramp bugs -Juergen E. Fischer 2012-07-15 +Jürgen E. Fischer 2012-07-15 fix build with Qwt6 @@ -211916,7 +223956,7 @@ Radim Blazek 2012-07-11 common QgsGdalProviderBase for GDAL and WCS, get native CRS, size if possible -volayaf@gmail.com 2012-07-11 +Víctor Olaya 2012-07-11 fixed #5987 @@ -212006,7 +224046,7 @@ Marco Hugentobler 2012-06-06 Option to choose output extent for save as raster -Juergen E. Fischer 2012-07-11 +Jürgen E. Fischer 2012-07-11 sync description of EPSG:102067 with GDAL (fixes #4945 again) @@ -212046,7 +224086,7 @@ Marco Hugentobler 2012-05-20 Add create/remove methods to raster provider baseclass -Juergen E. Fischer 2012-07-11 +Jürgen E. Fischer 2012-07-11 Fix #4945 @@ -212076,7 +224116,7 @@ Radim Blazek 2012-07-10 wcs 1.1 - describe coverage, get multipart response -Nathan Woodrow 2012-07-10 +Nathan Woodrow 2012-07-10 Pass feature object to layer init function - fixes #5596 @@ -212189,11 +224229,11 @@ Marco Hugentobler 2012-07-09 Improve resize behaviour of rotated labels and shapes -Juergen E. Fischer 2012-07-09 +Jürgen E. Fischer 2012-07-09 german translation update -Juergen E. Fischer 2012-07-09 +Jürgen E. Fischer 2012-07-09 fix #5976 @@ -212212,7 +224252,7 @@ Marco Hugentobler 2012-07-09 Added raster file writer -Larry Shaffer 2012-07-08 +Larry Shaffer 2012-07-08 Update to usability of rule-based styles widgets. @@ -212225,7 +224265,7 @@ Larry Shaffer 2012-07-08 * Expanded width for initial form fields * Added tool tips for expression and description fields. -Juergen E. Fischer 2012-07-08 +Jürgen E. Fischer 2012-07-08 add clear text password warning (fixes #5959) @@ -212243,7 +224283,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@291 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-07 +Jürgen E. Fischer 2012-07-07 apply #5970 @@ -212284,27 +224324,27 @@ Marco Hugentobler 2012-07-06 Add unit test for composer map -volayaf@gmail.com 2012-07-06 +Víctor Olaya 2012-07-06 added tooltips to toolbox git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@290 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Larry Shaffer 2012-07-05 +Larry Shaffer 2012-07-05 Additional fix for #5862 fix. Editing text for composer label in text edit widget caused label to emit itemChanged(), which caused cyclical update of gui elements and the cursor to jump to end of text edit's text. Tested update of label via Python and #5862 fix still works, i.e. text edit updates as well. -Juergen E. Fischer 2012-07-05 +Jürgen E. Fischer 2012-07-05 sip fix -Juergen E. Fischer 2012-07-05 +Jürgen E. Fischer 2012-07-05 refactor QgsPaintEngineHack into core and add python bindings -volayaf@gmail.com 2012-07-05 +Víctor Olaya 2012-07-05 removed r.colors @@ -212317,7 +224357,7 @@ paolo.cavallini 2012-07-0 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@288 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-07-05 +Víctor Olaya 2012-07-05 changed adddfield and fieldscalculator algorithms (outputs are not hidden now) Fixed problem with logging in unthreaded execution @@ -212363,7 +224403,7 @@ Werner Macho 2012-07-05 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-07-04 +Jürgen E. Fischer 2012-07-04 spatialite provider: - fix #4569 @@ -212386,7 +224426,7 @@ Marco Hugentobler 2012-07-04 [FEATURE]: Zebra style for composer grid (black/white pattern at borders) -Juergen E. Fischer 2012-07-04 +Jürgen E. Fischer 2012-07-04 osgeo4w: fix browser batchfile @@ -212467,7 +224507,7 @@ Radim Blazek 2012-07-02 native wcs - initial work, useful pieces extracted from gdal and wms -Nathan Woodrow 2012-07-02 +Nathan Woodrow 2012-07-02 Add string position function to expression engine @@ -212496,7 +224536,7 @@ Radim Blazek 2012-07-01 Merge remote branch 'origin/master' into raster-pipes-2 -Juergen E. Fischer 2012-07-01 +Jürgen E. Fischer 2012-07-01 fix windows build @@ -212504,7 +224544,7 @@ Radim Blazek 2012-07-01 raster interfaces stats fixes -volayaf 2012-07-01 +Víctor Olaya 2012-07-01 added optional logging for SAGA and GRASS @@ -212577,7 +224617,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@277 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-07-01 +Jürgen E. Fischer 2012-07-01 check interval type @@ -212589,7 +224629,7 @@ Marco Hugentobler 2012-06-30 Add method to query used bands to renderer, use it in raster properties dialog -Nathan Woodrow 2012-06-30 +Nathan Woodrow 2012-06-30 Add expression functions for handling date/time: @@ -212605,7 +224645,7 @@ Werner Macho 2012-06-30 translation update: galician by Xan -Juergen E. Fischer 2012-06-30 +Jürgen E. Fischer 2012-06-30 implement #3337 @@ -212623,11 +224663,11 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@275 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-29 +Jürgen E. Fischer 2012-06-29 fix #5905 -volayaf 2012-06-29 +Víctor Olaya 2012-06-29 fixed minor issue when executing algorithms from the toolbox @@ -212642,7 +224682,7 @@ Marco Hugentobler 2012-06-29 Merge branch 'label_rotation' -volayaf 2012-06-29 +Víctor Olaya 2012-06-29 reimplemented unthreaded executino (threads are not still fully stable). Running algs in a thread is now optional @@ -212656,13 +224696,13 @@ Marco Hugentobler 2012-06-29 Improved label rotation -volayaf 2012-06-29 +Víctor Olaya 2012-06-29 fixed minor problem in model saving git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@272 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-29 +Víctor Olaya 2012-06-29 fixed #5721 @@ -212672,19 +224712,19 @@ Werner Macho 2012-06-29 translation update: et_EE by Veiko -volayaf 2012-06-29 +Víctor Olaya 2012-06-29 fixed #5852 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@270 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-28 +Víctor Olaya 2012-06-28 added unicode support in modeler git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@269 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-28 +Víctor Olaya 2012-06-28 added threading to execution from console @@ -212694,11 +224734,11 @@ Denis Rouzaud 2012-06-28 [FEATURE] add multiple selection option in value relations -Juergen E. Fischer 2012-06-28 +Jürgen E. Fischer 2012-06-28 mark legacy raster function deprecated -Juergen E. Fischer 2012-06-28 +Jürgen E. Fischer 2012-06-28 fix runtime warning @@ -212706,11 +224746,11 @@ Marco Hugentobler 2012-06-28 [FEATURE]: Initial support for rotation in composer label -Juergen E. Fischer 2012-06-28 +Jürgen E. Fischer 2012-06-28 osgeo4w: make creation of desktop and menulinks optional -Juergen E. Fischer 2012-06-28 +Jürgen E. Fischer 2012-06-28 fix build with HAVE_TOUCH @@ -212718,13 +224758,13 @@ Marco Hugentobler 2012-06-27 Fix for bug #5877 -volayaf 2012-06-27 +Víctor Olaya 2012-06-27 added a quick fix for the unicode problem in log (now exceptions are catched and ignored). this fixes #5882 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@267 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-27 +Víctor Olaya 2012-06-27 removed conflictive help files moved imports to classfactory method in __init__.py @@ -212743,13 +224783,13 @@ Tim Sutton 2012-06-26 [FEATURE] Added Decoration grid Merge: 1e7e763af1 e27ce7c75f -alexbruy 2012-06-26 +Alexander Bruy 2012-06-26 Merge pull request #188 from slarosa/master Fix #5861 -Nathan Woodrow 2012-06-26 +Nathan Woodrow 2012-06-26 Add bindings for touch map tool @@ -212779,7 +224819,7 @@ Salvatore Larosa 2012-06-25 fix #5861 -Juergen E. Fischer 2012-06-25 +Jürgen E. Fischer 2012-06-25 osgeo4w: enable touch support @@ -212790,15 +224830,15 @@ Nathan Woodrow 2012-06-25 Android: make QGIS settings go to .qgis -Nathan Woodrow 2012-05-22 +Nathan Woodrow 2012-05-22 Set the default format as INI when using custom settings path -Marco Bernasocchi 2012-06-25 +Marco Bernasocchi 2012-06-25 make QGIS settings go to the same place -Marco Bernasocchi 2012-06-25 +Marco Bernasocchi 2012-06-25 make QGIS settings go to .qgis @@ -212868,25 +224908,25 @@ Marco Hugentobler 2012-06-23 Fix transparency table and histogram -volayaf 2012-06-23 +Víctor Olaya 2012-06-23 added line break in button text git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@265 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-23 +Víctor Olaya 2012-06-23 updated help git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@264 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-23 +Víctor Olaya 2012-06-23 fixed bug in grass description loading git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@263 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-23 +Jürgen E. Fischer 2012-06-23 fix #5490 again @@ -212897,7 +224937,7 @@ Nathan Woodrow 2012-06-23 fixing bool QgsMapTool::gestureEvent( QGestureEvent *e ) -Marco Bernasocchi 2012-06-23 +Marco Bernasocchi 2012-06-23 fixing bool QgsMapTool::gestureEvent( QGestureEvent *e ) must return a value build (ms vc) error @@ -212906,21 +224946,21 @@ Alexander Bruy 2012-06-23 show 'unkonwn'instead of '-1' in sublayers dialog (addresses #5844) Merge: 3599700d86 5445178151 -Jürgen Fischer 2012-06-22 +Jürgen E. Fischer 2012-06-22 Merge pull request #183 from mbernasocchi/android Android small patch -Marco Bernasocchi 2012-06-23 +Marco Bernasocchi 2012-06-23 activate 1000ms update in qtlocationconnection -Marco Bernasocchi 2012-06-23 +Marco Bernasocchi 2012-06-23 fix unusable WITH_TOUCH cmake switch -Marco Bernasocchi 2012-04-25 +Marco Bernasocchi 2012-04-25 added update interval of 1000ms to limit the ammount of positions send @@ -212945,7 +224985,7 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@259 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-22 +Jürgen E. Fischer 2012-06-22 [FEATURE] implement coalesce and concat function expressions (implements #4551) @@ -212953,7 +224993,7 @@ Marco Hugentobler 2012-06-22 Remove symbology related member variables and functions from raster layer -volayaf 2012-06-22 +Víctor Olaya 2012-06-22 fixed bug with unfound recent algs improved model algorithms edition @@ -212979,7 +225019,7 @@ Tim Sutton 2012-06-21 Fix to get unit tests working again on Mac. -Larry Shaffer 2012-06-21 +Larry Shaffer 2012-06-21 Fix to get unit tests working again on Mac. make 'check', 'test' and 'Experimental' work from build directory to run tests. @@ -212988,25 +225028,25 @@ Larry Shaffer 2012-06-21 - Build will not install. Re-build with ENABLE_TESTS=FALSE to produce a build a functioning bundled .app. - Temp QGIS.app in build/output/bin directory will start, but also needs a different symlink for finding providers. Even then, the app doesn' work right. It appears to be unnecessary for running tests, so there is no advantage to running it from the build directory. -volayaf 2012-06-21 +Víctor Olaya 2012-06-21 fixed #5822 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@257 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-21 +Jürgen E. Fischer 2012-06-21 fix doxygen warning -Juergen E. Fischer 2012-06-21 +Jürgen E. Fischer 2012-06-21 transpose raster property resampling widgets -Juergen E. Fischer 2012-06-21 +Jürgen E. Fischer 2012-06-21 german translation fix -Juergen E. Fischer 2012-06-21 +Jürgen E. Fischer 2012-06-21 run TestZipLayer::testTarItemSubfolder() only on GDAL>=1.8 @@ -213015,11 +225055,11 @@ Tim Sutton 2012-06-21 Merge branch 'fix-menu-ordering-2' of https://github.com/dakcarto/Quantum-GIS into 5753 -Juergen E. Fischer 2012-06-20 +Jürgen E. Fischer 2012-06-20 add version notes to qgscoordinatereferencesystem.h -Juergen E. Fischer 2012-06-20 +Jürgen E. Fischer 2012-06-20 fix #5809 @@ -213064,13 +225104,13 @@ Giuseppe Sucameli 2012-06-19 swap names for lessOrEqual and greaterOrEqual binary operators converting expressions to ogc filters -volayaf 2012-06-19 +Víctor Olaya 2012-06-19 improvement in saga and grass algorithms loading git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@256 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-19 +Jürgen E. Fischer 2012-06-19 add missing core headers @@ -213103,7 +225143,7 @@ Giuseppe Sucameli 2012-06-19 Filter tag created and never appended to the Rule element exporting from a Graduated rendering, fix convertion between PropertyIsBetween tag and QgsExpression -Juergen E. Fischer 2012-06-19 +Jürgen E. Fischer 2012-06-19 german translation update @@ -213113,7 +225153,7 @@ Etienne Tourigny 2012-06-18 fixes -Juergen E. Fischer 2012-06-19 +Jürgen E. Fischer 2012-06-19 osgeo4w: move desktop and browser executable to main bin @@ -213145,15 +225185,15 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@252 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-18 +Jürgen E. Fischer 2012-06-18 determine geometry types of GEOMETRY in geometry_columns (related to #5813) -Juergen E. Fischer 2012-06-18 +Jürgen E. Fischer 2012-06-18 fix #4969 -Juergen E. Fischer 2012-06-18 +Jürgen E. Fischer 2012-06-18 fix identify with 64bit fids @@ -213171,7 +225211,7 @@ Etienne Tourigny 2012-05-13 add missing qgssymbollayerv2utils.h include -volayaf@gmail.com 2012-06-18 +Víctor Olaya 2012-06-18 fixed bad imports in lidar package fixed problem with non-ascii filenames @@ -213179,7 +225219,7 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@250 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-18 +Jürgen E. Fischer 2012-06-18 move QGIS_PREFIX_PATH support to QgsApplication @@ -213207,7 +225247,7 @@ Werner Macho 2012-06-18 translation update: ko_KR by BJ -Juergen E. Fischer 2012-06-17 +Jürgen E. Fischer 2012-06-17 nsis fixes @@ -213216,7 +225256,7 @@ Marco Hugentobler 2012-06-17 Applied fix for #4453 from Leyan Ouyang Merge: f55c13fa93 ac453510af -mhugent 2012-06-17 +Marco Hugentobler 2012-06-17 Merge pull request #179 from sdikiy/master @@ -213226,11 +225266,11 @@ Serge Dikiy 2012-06-17 quick fix for http://hub.qgis.org/issues/4514 -Juergen E. Fischer 2012-06-17 +Jürgen E. Fischer 2012-06-17 osgeo4w nsis: recreate shortcuts for desktop and browser -Juergen E. Fischer 2012-06-17 +Jürgen E. Fischer 2012-06-17 fix nightly osgeo4w @@ -213250,7 +225290,7 @@ Etienne Tourigny 2012-06-07 remove Passthru option and change storage of options scanZipInBrowser and scanItemsInBrowser -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 forward port osgeo4w stuff from 1.7 @@ -213268,27 +225308,27 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@248 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 fix osgeo4w postinstall -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 fix windows build -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 osgeo4w packaging update -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 fix #5494 -Juergen E. Fischer 2012-06-16 +Jürgen E. Fischer 2012-06-16 fix #5543 -Larry Shaffer 2012-06-15 +Larry Shaffer 2012-06-15 Fix for #5753, for all platforms. @@ -213299,7 +225339,7 @@ Larry Shaffer 2012-06-15 File, Edit, View, Layer, Settings, Plugins, [Vector], Raster, [Database], [Web], [Plugin-added-menus], Window (on Mac), Help Merge: a240f44237 dceefca2a8 -alexbruy 2012-06-15 +Alexander Bruy 2012-06-15 Merge pull request #175 from coyotte508/master @@ -213309,11 +225349,11 @@ Etienne Tourigny 2012-06-15 fix #4434 -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 fix warnings and indentation -Juergen E. Fischer 2012-06-15 +Jürgen E. Fischer 2012-06-15 run crssync from output directory @@ -213325,7 +225365,7 @@ Radim Blazek 2012-06-15 typo -Nathan Woodrow 2012-06-16 +Nathan Woodrow 2012-06-16 Hide sample buttons in expression builder on load @@ -213349,19 +225389,19 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@247 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-06-15 +Víctor Olaya 2012-06-15 updated help git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@246 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-06-15 +Víctor Olaya 2012-06-15 added saga help files (still have to fix the code to use the custom css) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@245 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 fix tile scale widget state tracking @@ -213376,7 +225416,7 @@ Radim Blazek 2012-06-14 to open raster layer properly, more data must be read from project file, temporary fix to get old WMS layers working -volayaf@gmail.com 2012-06-14 +Víctor Olaya 2012-06-14 fixed bugs in lidar tools @@ -213403,11 +225443,11 @@ Radim Blazek 2012-06-14 Generic QgsDataSourceURI, WMS provider adapted to QgsDataSourceURI, enabled WMS drag-and-drop from browser -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 missed one... -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 fix warnings and link errors on windows @@ -213420,7 +225460,7 @@ Tim Sutton 2012-06-14 Resolved merge conflicts -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 update master version @@ -213437,7 +225477,7 @@ Marco Hugentobler 2012-06-14 Adapt project file transform to changed release schedule -volayaf@gmail.com 2012-06-14 +Víctor Olaya 2012-06-14 reorganized lidar tools @@ -213457,11 +225497,11 @@ Tim Sutton 2012-06-14 Updated version number, splash icon, for master -Juergen E. Fischer 2012-06-14 +Jürgen E. Fischer 2012-06-14 fix nightly builds for Qt <4.7 -Nathan Woodrow 2012-06-02 +Nathan Woodrow 2012-06-02 Expression builder widget UI tweaks @@ -213469,7 +225509,7 @@ Nathan Woodrow 2012-06-02 - add Load All | Load Sample values buttons - remove search label and show inside lineedit -Juergen E. Fischer 2012-06-13 +Jürgen E. Fischer 2012-06-13 german translation update @@ -213490,7 +225530,7 @@ Radim Blazek 2012-06-13 missing QHash Merge: 5ebdbe34f2 f276fdee6c -Juergen E. Fischer 2012-06-13 +Jürgen E. Fischer 2012-06-13 [FEATURE] Add WMTS support @@ -213512,7 +225552,7 @@ Tim Sutton 2012-06-12 Remove rc from splash Merge: ef60f812e3 e85d9b8586 -Juergen E. Fischer 2012-06-12 +Jürgen E. Fischer 2012-06-12 Merge remote-tracking branch 'origin/master' into wmts @@ -213540,7 +225580,7 @@ Werner Macho 2012-06-12 translation update: ko_KR by BJ Jang -Juergen E. Fischer 2012-06-12 +Jürgen E. Fischer 2012-06-12 fix #5523 @@ -213577,7 +225617,7 @@ Tim Sutton 2012-06-11 Better fix for #5754. More of a hack but works well. -Larry Shaffer 2012-06-11 +Larry Shaffer 2012-06-11 Better fix for #5754. More of a hack but works well. Keeps all plugins from hijacking About or Preferences application menus on Mac. @@ -213638,14 +225678,14 @@ Richard Duivenvoorde 2012-06-11 NL gui translation fix -volayaf@gmail.com 2012-06-11 +Víctor Olaya 2012-06-11 removed previous cancelation mechanism (not used) fixed #5777 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@237 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -pcav 2012-06-11 +Paolo Cavallini 2012-06-11 IT GUI transaltion completed @@ -213668,13 +225708,13 @@ cpolymeris@gmail.com git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@235 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d Merge: 769fd5e20a 7f1a4e28d1 -Jürgen Fischer 2012-06-10 +Jürgen E. Fischer 2012-06-10 Merge pull request #165 from dakcarto/fix-menus-two Fixes for issues #5753 and #5754 -Larry Shaffer 2012-06-10 +Larry Shaffer 2012-06-10 Fix for #5753 @@ -213687,22 +225727,22 @@ Larry Shaffer 2012-06-10 Deletion in GdalTools.py is redundant add-to-menu code. It moved the Raster menu to -1 on the menubar (between Window and Help on Mac). -Juergen E. Fischer 2012-06-10 +Jürgen E. Fischer 2012-06-10 fix query item removal Merge: 3c746c7667 ed801a47fa -Juergen E. Fischer 2012-06-10 +Jürgen E. Fischer 2012-06-10 Merge remote-tracking branch 'origin/master' into wmts -Larry Shaffer 2012-06-10 +Larry Shaffer 2012-06-10 Simple fix for #5754 (Mac OS-specific). Better fix would be to make a method that set all QAction additions to base menus (submenus ok) to QAction::NoRole. This would keep any new action from hijacking the Mac app's About or Preferences… menus. See: http://doc.qt.nokia.com/4.7.1/qmenubar.html#qmenubar-on-mac-os-x -Nathan Woodrow 2012-06-10 +Nathan Woodrow 2012-06-10 Fix #5766 @@ -213737,23 +225777,23 @@ Martin Dobias 2012-06-09 Fix placement of curved labels when there is just one character -Juergen E. Fischer 2012-06-08 +Jürgen E. Fischer 2012-06-08 Use QString::number with QDomElement::setAttribute with double/float (fixes #5749) -volayaf 2012-06-08 +Víctor Olaya 2012-06-08 fixed problem with boolean values in R scripts git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@234 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-08 +Víctor Olaya 2012-06-08 fixed problem with boolean values in scripts (#5755) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@233 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-08 +Víctor Olaya 2012-06-08 fixed minor bug in in OTB provider @@ -213774,7 +225814,7 @@ Marco Hugentobler 2012-06-08 Try to detect WFS feature type if not available in describeFeatureType response. Fixes ticket #5745 -Juergen E. Fischer 2012-06-08 +Jürgen E. Fischer 2012-06-08 fix #5758 @@ -213782,11 +225822,11 @@ Werner Macho 2012-06-07 translation update: nl by Richard -Juergen E. Fischer 2012-06-07 +Jürgen E. Fischer 2012-06-07 fix #5759 -volayaf 2012-06-07 +Víctor Olaya 2012-06-07 fixed problem when opening OTB descriptions @@ -213796,13 +225836,13 @@ Tim Sutton 2012-06-07 fix for #5760 - make heatmap dialog resizeable and use a layout in advanced options -volayaf 2012-06-07 +Víctor Olaya 2012-06-07 fixed problem when editing help and saving R scripts git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@230 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-07 +Víctor Olaya 2012-06-07 fixed encoding problem in log fixed problem when editing help and saving scripts (still have to apply it to R scripts) @@ -213813,7 +225853,7 @@ Alexander Bruy 2012-06-07 fix fTools version to avoid conflicts with version from Carson's repo -volayaf 2012-06-07 +Víctor Olaya 2012-06-07 fixed encoding problem in log @@ -213824,11 +225864,11 @@ Radim Blazek 2012-06-07 updated widgets / customization Merge: 38d15f1200 77d3ab91e2 -Juergen E. Fischer 2012-06-07 +Jürgen E. Fischer 2012-06-07 Merge remote-tracking branch 'origin/master' into wmts -Juergen E. Fischer 2012-06-07 +Jürgen E. Fischer 2012-06-07 fix WMS-C @@ -213855,11 +225895,11 @@ Werner Macho 2012-06-06 translation update: nl by Richard -Juergen E. Fischer 2012-06-06 +Jürgen E. Fischer 2012-06-06 fix some links in INSTALL -Juergen E. Fischer 2012-06-06 +Jürgen E. Fischer 2012-06-06 update creatensis section of INSTALL @@ -213891,7 +225931,7 @@ Werner Macho 2012-06-06 translation update: gl_ES by Xan -Juergen E. Fischer 2012-06-06 +Jürgen E. Fischer 2012-06-06 fix #5747 @@ -213903,34 +225943,34 @@ Werner Macho 2012-06-05 translation update: pt_BR by Arthur -volayaf 2012-06-05 +Víctor Olaya 2012-06-05 Added first version of threading interface (by Camilo Polymeris, as part of GSoC 2012) Fixed #5720. Still have to add refreshing to the model after the change in the element is done. git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@227 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-05 +Jürgen E. Fischer 2012-06-05 update osgeo4w dependency list in INSTALL -pcav 2012-06-05 +Paolo Cavallini 2012-06-05 Fix an error in IT translation -volayaf 2012-06-05 +Víctor Olaya 2012-06-05 fixed progress tracking in linux git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@226 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-05 +Víctor Olaya 2012-06-05 fixed bad behaviour with fixed tables git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@225 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-05 +Víctor Olaya 2012-06-05 fixed #5739 @@ -213944,7 +225984,7 @@ paolo.cavallini 2012-06-0 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@223 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d Merge: 08a712a5f0 dab475868f -Juergen E. Fischer 2012-06-04 +Jürgen E. Fischer 2012-06-04 Merge branch 'master' into wmts @@ -213954,7 +225994,7 @@ Gary Sherman 2012-06-04 OGR reports the driver name in title case rather than all caps currently used in qgsogrprovider.cpp -Juergen E. Fischer 2012-06-04 +Jürgen E. Fischer 2012-06-04 add support for optional wm(t)s axis inversion @@ -213979,25 +226019,25 @@ paolo.cavallini 2012-06-0 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@220 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-04 +Víctor Olaya 2012-06-04 fixed #5557 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@219 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-04 +Víctor Olaya 2012-06-04 modeler canvas is now bigger (5000x5000). TODO: make it resize dynamically git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@218 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-04 +Víctor Olaya 2012-06-04 fixed #5673 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@217 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-04 +Víctor Olaya 2012-06-04 updated help @@ -214018,7 +226058,7 @@ Werner Macho 2012-06-03 translation update: es by Carlos -Juergen E. Fischer 2012-06-03 +Jürgen E. Fischer 2012-06-03 remove empty translations and update moved translation @@ -214094,23 +226134,23 @@ Martin Dobias 2012-06-02 - do not quote of numbers (avoids type cast during evaluation) - use at least 4 floating point digits for doubles -Juergen E. Fischer 2012-06-01 +Jürgen E. Fischer 2012-06-01 fix #5692 -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 more improvement to grass description git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@211 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 fixed #5708 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@210 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-06-01 +Jürgen E. Fischer 2012-06-01 cache sublayer feature counts and don't retrieve expensive ones (fixes #5322) @@ -214125,7 +226165,7 @@ art 2012-06-02 Updated Russian translation. -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 fixed some GRASS descriptions fixed problem with defautl values in parameterRange @@ -214166,13 +226206,13 @@ Werner Macho 2012-06-01 translation update: es by Carlos -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 fixed #5664 (problem with extent parameter) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@206 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 added iimproved GRASS algorithm description by M. Neteler and patch for #5674 by M.Metz @@ -214183,31 +226223,31 @@ Hugo Mercier 2012-06-01 refs #5536 Escape field names in refine rules functions -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 fixed #5693 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@204 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 changed grass default resolution to 100 (#5700) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@203 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 fixed #5697 (temp files naming) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@202 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-06-01 +Víctor Olaya 2012-06-01 added improved descrition for r.* algorithms, provided by Markus Neteler git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@201 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-31 +Víctor Olaya 2012-05-31 added improved definition of GRASS algorithms, contributed by Markus Metz @@ -214217,7 +226257,7 @@ Martin Dobias 2012-05-31 fix #5678 (old labeling does not work with rule-based rendering) -volayaf 2012-05-31 +Víctor Olaya 2012-05-31 fixed #5673 @@ -214232,7 +226272,7 @@ Jean-Roc Morreale 2012-05-31 correct typos -volayaf 2012-05-31 +Víctor Olaya 2012-05-31 fixed grass algorithms fixed bug when using multiple layers in saga (#5652) @@ -214244,11 +226284,11 @@ Alexander Bruy 2012-05-31 run Points in Polygon in separate thread and don't block QGIS main window (addresses #5162) -Juergen E. Fischer 2012-05-31 +Jürgen E. Fischer 2012-05-31 remove obsolete parts from finished translations -Nathan Woodrow 2012-05-31 +Nathan Woodrow 2012-05-31 Add .mailmap file so that git shortlog reports stats better @@ -214260,17 +226300,17 @@ Martin Dobias 2012-05-30 Merge branch 'master', remote-tracking branch 'origin' -volayaf 2012-05-30 +Víctor Olaya 2012-05-30 minor fixes git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@197 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-30 +Jürgen E. Fischer 2012-05-30 fix #5487 -Juergen E. Fischer 2012-05-30 +Jürgen E. Fischer 2012-05-30 fix test debug output @@ -214278,11 +226318,11 @@ Etienne Tourigny 2012-05-29 skip vrt-in-zip test for gdal<1.7 -Juergen E. Fischer 2012-05-29 +Jürgen E. Fischer 2012-05-29 apply #5598.33 -Juergen E. Fischer 2012-05-29 +Jürgen E. Fischer 2012-05-29 node tool fixes: - fix OTFR support (fixes #5327.16) @@ -214296,7 +226336,7 @@ Juergen E. Fischer 2012-05-29 * QgsMapLayer::crs() add "const" Merge: 23b40de5a6 1341a5537e -alexbruy 2012-05-29 +Alexander Bruy 2012-05-29 Merge pull request #154 from slarosa/master @@ -214306,23 +226346,23 @@ Salvatore Larosa 2012-05-29 fix #2733 -volayaf 2012-05-29 +Víctor Olaya 2012-05-29 fixed #5644 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@195 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-29 +Víctor Olaya 2012-05-29 added notice when grass help is not configured git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@194 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-29 +Jürgen E. Fischer 2012-05-29 vector layer: also consider changed geometries, when there's no select rectangle -Juergen E. Fischer 2012-05-29 +Jürgen E. Fischer 2012-05-29 fix #5660 @@ -214346,15 +226386,15 @@ Giuseppe Sucameli 2012-05-29 Merge remote-tracking branch 'etiennesky/browser_fixes' -Juergen E. Fischer 2012-05-29 +Jürgen E. Fischer 2012-05-29 fix #5657 -Juergen E. Fischer 2012-05-28 +Jürgen E. Fischer 2012-05-28 skip null values in vector file writer (fixes #5172) -Juergen E. Fischer 2012-05-28 +Jürgen E. Fischer 2012-05-28 fix #5030 @@ -214365,13 +226405,13 @@ Tim Sutton 2012-05-28 Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8... -volayaf@gmail.com 2012-05-28 +Víctor Olaya 2012-05-28 fixed bug in settings when adding an external provider git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@193 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -dakcarto 2012-05-28 +Larry Shaffer 2012-05-28 Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8 release. Linux already supports libqico (favicons), while Windows apparently isn't supported by Qt yet (Notes section of http://qt-project.org/doc/qt-4.8/qtwebkit.html ). This is useful for plugins that render web pages and want to display the favicon of the site. @@ -214379,7 +226419,7 @@ Alexander Bruy 2012-05-28 update field list on each layer list update (fix #5655) -Juergen E. Fischer 2012-05-28 +Jürgen E. Fischer 2012-05-28 fix tests @@ -214403,15 +226443,15 @@ Etienne Tourigny 2012-05-19 make sure QgsCoordinateReferenceSystem::setProj4String() and createFromProj4() trim the input proj4 string -Juergen E. Fischer 2012-05-28 +Jürgen E. Fischer 2012-05-28 fix #5327 -Juergen E. Fischer 2012-05-28 +Jürgen E. Fischer 2012-05-28 debian packaging update -pcav 2012-05-28 +Paolo Cavallini 2012-05-28 IT GUI transaltion completed after string freeze @@ -214445,17 +226485,17 @@ Tim Sutton 2012-05-27 Merge branch 'master' of github.com:qgis/Quantum-GIS Merge: 9d0745fa68 df79503cae -alexbruy 2012-05-27 +Alexander Bruy 2012-05-27 Merge pull request #150 from slarosa/master fix #3549 -Juergen E. Fischer 2012-05-27 +Jürgen E. Fischer 2012-05-27 fix nightly builds -Juergen E. Fischer 2012-05-27 +Jürgen E. Fischer 2012-05-27 fix warning @@ -214466,15 +226506,15 @@ Werner Macho 2012-05-26 update fr strings -Juergen E. Fischer 2012-05-26 +Jürgen E. Fischer 2012-05-26 fix #4843 again -Juergen E. Fischer 2012-05-26 +Jürgen E. Fischer 2012-05-26 log OGR errors in QgsVectorFileWriter::addFeature -Juergen E. Fischer 2012-05-26 +Jürgen E. Fischer 2012-05-26 debian packaging update @@ -214482,7 +226522,7 @@ Salvatore Larosa 2012-05-26 fix #3549 -Juergen E. Fischer 2012-05-26 +Jürgen E. Fischer 2012-05-26 - replace SaQueryBuilder with QgsQueryBuilder - replace SaDbFilterProxyModel with QgsDbFilterProxyModel @@ -214493,11 +226533,11 @@ Tim Sutton 2012-05-26 Updates whats new documentation for 1.8 -Juergen E. Fischer 2012-05-26 +Jürgen E. Fischer 2012-05-26 fix #5490 -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 remove unused includes @@ -214514,11 +226554,11 @@ Marco Hugentobler 2012-05-25 Smaller treshold for GetFeatureInfo for polygons -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 fix #4521 -volayaf@gmail.com 2012-05-25 +Víctor Olaya 2012-05-25 fixed bug in outputfile @@ -214533,22 +226573,22 @@ Tim Sutton 2012-05-25 Added anomaly files for windows -volayaf@gmail.com 2012-05-25 +Víctor Olaya 2012-05-25 improved model edition in modeler git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@190 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 german translation update -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 sip bindings: add /Transfer/ to QgsMapCanvas::mapRenderer() (otherwise mc.mapRenderer().hasCrsTransformEnabled() can crash) -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 validation/geometry/threading fixes: - fTools/polygon centroids: catch missing centroid with invalid geometry @@ -214568,12 +226608,12 @@ Juergen E. Fischer 2012-05-25 * log message from threads to message log (fixes crash on python error in thread) -Juergen E. Fischer 2012-05-25 +Jürgen E. Fischer 2012-05-25 message log: fix crash on exit Merge: a442b89c71 474e04b027 -alexbruy 2012-05-25 +Alexander Bruy 2012-05-25 Merge pull request #148 from slarosa/master @@ -214586,13 +226626,13 @@ Jean Roc 2012-05-25 plus qu'une trentaine de chaînes. -volayaf@gmail.com 2012-05-25 +Víctor Olaya 2012-05-25 improved model edition in modeler git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@189 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -slarosa 2012-05-25 +Salvatore Larosa 2012-05-25 minor fixes in gui fTools @@ -214600,7 +226640,7 @@ Mathieu Bossaert 2012-05-24 update french strings, plus que 34! mathieu -Juergen E. Fischer 2012-05-24 +Jürgen E. Fischer 2012-05-24 fTools: fix handling of locationless geometry errors (fixes #4396) @@ -214611,7 +226651,7 @@ Jean Roc 2012-05-24 traduction française -Juergen E. Fischer 2012-05-24 +Jürgen E. Fischer 2012-05-24 fix synchronous geometry validation @@ -214623,7 +226663,7 @@ Radim Blazek 2012-05-24 Europe extent, fixed #5080 -Juergen E. Fischer 2012-05-24 +Jürgen E. Fischer 2012-05-24 debian packaging: optionally remove api/installdox @@ -214631,25 +226671,25 @@ Mathieu Bossaert 2012-05-24 update french strings -Juergen E. Fischer 2012-05-24 +Jürgen E. Fischer 2012-05-24 fix #5632 -volayaf@gmail.com 2012-05-24 +Víctor Olaya 2012-05-24 Algorithms in modeler can now be edited with a double click (not yet finished) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@188 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-24 +Jürgen E. Fischer 2012-05-24 german translation update -Juergen E. Fischer 2012-05-23 +Jürgen E. Fischer 2012-05-23 take III on #5597 -Juergen E. Fischer 2012-05-23 +Jürgen E. Fischer 2012-05-23 another take on #5597 @@ -214674,11 +226714,11 @@ Tim Sutton 2012-05-23 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-05-22 +Jürgen E. Fischer 2012-05-22 wmts: use QObject property to make tile resolutions available to tilescalewidget -Juergen E. Fischer 2012-05-22 +Jürgen E. Fischer 2012-05-22 wmts: use KVP GetMap only when allowed @@ -214695,7 +226735,7 @@ Alexander Bruy 2012-05-22 make "use value from field" available in Random Points tools, also show only integer fields (fix #4570) -Juergen E. Fischer 2012-05-22 +Jürgen E. Fischer 2012-05-22 fix crash on opening symbol levels dialog when using categorized renderer with showClassifiers @@ -214726,7 +226766,7 @@ Radim Blazek 2012-05-21 updated widgets / customization -Juergen E. Fischer 2012-05-20 +Jürgen E. Fischer 2012-05-20 fix 'unused' warning @@ -214734,21 +226774,21 @@ Alexander Bruy 2012-05-21 partial fix for #5617 from Salvatore Larosa (slightly modified) -Juergen E. Fischer 2012-05-21 +Jürgen E. Fischer 2012-05-21 open sqlite3 database readonly where possible (another followup on 9154e4e) -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 merge master: - don't use createFromEpsg - cleanup: don't save tiles for debugging -Juergen E. Fischer 2012-05-21 +Jürgen E. Fischer 2012-05-21 update icon link for api doc - again -Juergen E. Fischer 2012-05-21 +Jürgen E. Fischer 2012-05-21 update icon link for api doc @@ -214780,15 +226820,15 @@ Etienne Tourigny 2012-05-18 zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk, fixes long filename issues (see gdal bug#4658) -Juergen E. Fischer 2012-05-18 +Jürgen E. Fischer 2012-05-18 add missing copyright headers to c++ files -Juergen E. Fischer 2012-05-18 +Jürgen E. Fischer 2012-05-18 fix #5176 -Juergen E. Fischer 2012-05-17 +Jürgen E. Fischer 2012-05-17 log more verbose error messages if the view primary key selection is wrong. @@ -214796,7 +226836,7 @@ D'Hont René-Luc 2012-05-18 WFS service Capability request resource bug -Juergen E. Fischer 2012-05-17 +Jürgen E. Fischer 2012-05-17 fix #5544 @@ -214804,25 +226844,25 @@ Marco Hugentobler 2012-05-17 QgsMapRenderer: Load projection flag and destination CRS before extent. Fixes ticket #5605 -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 fix feature info for WMS 1.3 -Juergen E. Fischer 2012-05-21 +Jürgen E. Fischer 2012-05-21 update icon link for api doc - again -Juergen E. Fischer 2012-05-21 +Jürgen E. Fischer 2012-05-21 update icon link for api doc -volayaf@gmail.com 2012-05-21 +Víctor Olaya 2012-05-21 finished adding pymorph algorithms git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@187 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-05-20 +Víctor Olaya 2012-05-20 replaced mmqgis by new improved version, compatible with standalone plugin @@ -214874,15 +226914,15 @@ Etienne Tourigny 2012-05-18 zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk, fixes long filename issues (see gdal bug#4658) -Juergen E. Fischer 2012-05-18 +Jürgen E. Fischer 2012-05-18 add missing copyright headers to c++ files -Juergen E. Fischer 2012-05-18 +Jürgen E. Fischer 2012-05-18 fix #5176 -Juergen E. Fischer 2012-05-17 +Jürgen E. Fischer 2012-05-17 log more verbose error messages if the view primary key selection is wrong. @@ -214890,21 +226930,21 @@ D'Hont René-Luc 2012-05-18 WFS service Capability request resource bug -volayaf@gmail.com 2012-05-18 +Víctor Olaya 2012-05-18 implemented a few more pymorph algorithms git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@185 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-18 +Jürgen E. Fischer 2012-05-18 WMTS/WMS-C: remove Cache-Control header from tile requests to force cache usage -Juergen E. Fischer 2012-05-17 +Jürgen E. Fischer 2012-05-17 fix #5544 -Juergen E. Fischer 2012-05-17 +Jürgen E. Fischer 2012-05-17 wmts fixes: - [FEATURE] add support for CRS:27 and CRS:83 in QgsCoordinateReferenceSystem @@ -214912,7 +226952,7 @@ Juergen E. Fischer 2012-05-17 - respect inverted axis orientation in WMTS and allow to ignore it for WMS 1.3/WMTS - fix: only consider valid TileMatrixSetLimits -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 debian packaging: add optional support for gdal 1.9 in ubuntu lucid/oneiric/precise @@ -214924,7 +226964,7 @@ Alexander Bruy 2012-05-13 minor formatting fixes -Juergen E. Fischer 2012-05-13 +Jürgen E. Fischer 2012-05-13 fix cmake warning and report GDAL version @@ -214952,19 +226992,19 @@ Marco Hugentobler 2012-05-04 Invalidate cache layers if project files are changed -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 run make t2tdoc -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 re-run scripts/scandeps.pl -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 fix GDAL version check -Juergen E. Fischer 2012-05-10 +Jürgen E. Fischer 2012-05-10 fix overriding of locale in options @@ -214972,7 +227012,7 @@ Marco Hugentobler 2012-05-09 Rastercalculator: fix for reading out of source raster bounds -volayaf@gmail.com 2012-05-17 +Víctor Olaya 2012-05-17 implemented a few more pymorph algorithms @@ -214991,21 +227031,21 @@ Jean-Roc Morreale 2012-05-17 Merge branch 'master' of git://github.com/qgis/Quantum-GIS -volayaf@gmail.com 2012-05-17 +Víctor Olaya 2012-05-17 started adding pymorph library git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@183 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 fix last commit - not my day - sorry -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 fix feature info for WMS 1.3 -Juergen E. Fischer 2012-05-16 +Jürgen E. Fischer 2012-05-16 debian packaging: add optional support for gdal 1.9 in ubuntu lucid/oneiric/precise @@ -215013,7 +227053,7 @@ Alexander Bruy 2012-05-16 show warning before updating exisiting shapefile (fix #5335) -volayaf@gmail.com 2012-05-16 +Víctor Olaya 2012-05-16 fixed #5566 added deactivation of algorithms in modeler @@ -215025,7 +227065,7 @@ Jean-Roc Morreale 2012-05-15 Merge branch 'master' of git://github.com/qgis/Quantum-GIS -Juergen E. Fischer 2012-05-15 +Jürgen E. Fischer 2012-05-15 wmts fixes: - fix tile limits @@ -215040,13 +227080,13 @@ Alexander Bruy 2012-05-13 minor formatting fixes Merge: edaadddb2a e9ff072335 -alexbruy 2012-05-13 +Alexander Bruy 2012-05-13 Merge pull request #140 from slarosa/master Add Multigeometries support in Simplify tool -Juergen E. Fischer 2012-05-13 +Jürgen E. Fischer 2012-05-13 fix cmake warning and report GDAL version @@ -215074,42 +227114,42 @@ Marco Hugentobler 2012-05-04 Invalidate cache layers if project files are changed -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 run make t2tdoc -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 re-run scripts/scandeps.pl -Juergen E. Fischer 2012-05-11 +Jürgen E. Fischer 2012-05-11 fix GDAL version check -volayaf 2012-05-10 +Víctor Olaya 2012-05-10 renamed mmqgis code splitted r.surf.rst git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@181 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-05-10 +Jürgen E. Fischer 2012-05-10 fix overriding of locale in options -volayaf 2012-05-10 +Víctor Olaya 2012-05-10 added GridSurface and MergeData algs to FUSION git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@180 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-10 +Víctor Olaya 2012-05-10 changed batch process behaviour when there are html outputs git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@179 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-09 +Víctor Olaya 2012-05-09 added r histogram script fixed bug in r script editor @@ -215117,13 +227157,13 @@ volayaf 2012-05-09 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@178 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-09 +Víctor Olaya 2012-05-09 forced output log filename in R git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@177 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-09 +Víctor Olaya 2012-05-09 added clear history button fixed buf in outputs (missing open variable) @@ -215131,7 +227171,7 @@ volayaf 2012-05-09 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@176 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-09 +Víctor Olaya 2012-05-09 added pseudo-optional outputs switched to rst-based help files @@ -215158,7 +227198,7 @@ Tim Sutton 2012-05-07 Mark unused var -Juergen E. Fischer 2012-05-07 +Jürgen E. Fischer 2012-05-07 improve message log resizing @@ -215166,7 +227206,7 @@ Robert Szczepanek 2012-05-07 translation update: PL by Robert -Nathan Woodrow 2012-05-07 +Nathan Woodrow 2012-05-07 Remove old GCPs in georeferencer; clear image on close. Fixes #4310 @@ -215185,13 +227225,13 @@ Tim Sutton 2012-05-08 Zip support fixes from Etienne -volayaf 2012-05-08 +Víctor Olaya 2012-05-08 added GroundFilter (fusion) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@174 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-05-08 +Víctor Olaya 2012-05-08 fixed bugs in saga and grass extent calculation @@ -215205,7 +227245,7 @@ Etienne Tourigny 2012-05-06 fix ziplayer handling for windows -volayaf 2012-05-08 +Víctor Olaya 2012-05-08 fixed bug when running unsaved models added gridmetrics to FUSION @@ -215216,7 +227256,7 @@ Werner Macho 2012-05-08 translation update: sl_SI by Joze -volayaf 2012-05-08 +Víctor Olaya 2012-05-08 added explode and multi to single part algorithms added lastools for linux @@ -215229,7 +227269,7 @@ Tim Sutton 2012-05-07 Mark unused var -Juergen E. Fischer 2012-05-07 +Jürgen E. Fischer 2012-05-07 WMTS/WMS updates: - larger precision in BBOX (WMS/WMS-C) @@ -215238,11 +227278,11 @@ Juergen E. Fischer 2012-05-07 - support diffent nestings of TileMatrixSetLink/TileMatrixSet - case insesitive parsing of ResourceURL attributes -Juergen E. Fischer 2012-05-07 +Jürgen E. Fischer 2012-05-07 improve message log resizing -volayaf 2012-05-07 +Víctor Olaya 2012-05-07 moved grass.txt @@ -215259,17 +227299,17 @@ Robert Szczepanek 2012-05-07 translation update: PL by Robert -Juergen E. Fischer 2012-05-07 +Jürgen E. Fischer 2012-05-07 missed a dialog -volayaf 2012-05-07 +Víctor Olaya 2012-05-07 fixed syntax error in sagaalgorithm git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@169 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Nathan Woodrow 2012-05-07 +Nathan Woodrow 2012-05-07 Remove old GCPs in georeferencer; clear image on close. Fixes #4310 @@ -215282,13 +227322,13 @@ Tim Sutton 2012-05-06 Removed unused qsettings includes in tests -volayaf@gmail.com 2012-05-06 +Víctor Olaya 2012-05-06 added how-to about grass description files (yet to be finished) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@168 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-05-06 +Víctor Olaya 2012-05-06 changed resampling extent behaviour in SAGA @@ -215305,11 +227345,11 @@ Jean-Roc Morreale 2012-05-06 update fr strings -Juergen E. Fischer 2012-04-26 +Jürgen E. Fischer 2012-04-26 [FEATURE] WMTS -Juergen E. Fischer 2012-04-28 +Jürgen E. Fischer 2012-04-28 test cleanups @@ -215321,7 +227361,7 @@ Alexander Bruy 2012-05-06 new icons for Georeferencer plugin (fix #5530) -volayaf 2012-05-06 +Víctor Olaya 2012-05-06 changed str() with unicode(), to avoid problems with files in non-ascii paths @@ -215347,7 +227387,7 @@ Marco Hugentobler 2012-05-05 Save memory in raster rendering Merge: 99d41cfa9d 43abddb630 -alexbruy 2012-05-04 +Alexander Bruy 2012-05-04 Merge pull request #134 from artfwo/master @@ -215361,11 +227401,11 @@ Tim Sutton 2012-05-04 Removed return - for pg provider crs method comments -Sandro Santilli 2012-05-04 +Sandro Santilli 2012-05-04 typo -Nathan Woodrow 2012-05-04 +Nathan Woodrow 2012-05-04 Disable floating dock widgets in composer. Fix #5118 @@ -215389,7 +227429,7 @@ William Kyngesburye 2012-05-03 bundle more Qt imageformats that might be useful to external plugins -volayaf@gmail.com 2012-05-03 +Víctor Olaya 2012-05-03 fixed bug in lasground @@ -215411,13 +227451,13 @@ Radim Blazek 2012-05-02 better add WCS layer icon -volayaf@gmail.com 2012-05-02 +Víctor Olaya 2012-05-02 fixed #5514 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@163 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-05-02 +Víctor Olaya 2012-05-02 fixed #5522 and #5529 @@ -215455,7 +227495,7 @@ Alexander Bruy 2012-05-01 fix duplicate control names -Nathan Woodrow 2012-04-30 +Nathan Woodrow 2012-04-30 Add convert to subclass for QgsGpsConnection for python bindings @@ -215510,7 +227550,7 @@ Werner Macho 2012-04-29 translation update: pl by Robert and gl by Xan -Nathan Woodrow 2012-04-28 +Nathan Woodrow 2012-04-28 Add fix for bad zoom using pen PCs; Add tests @@ -215534,7 +227574,7 @@ Radim Blazek 2012-04-28 explanation of various bugs in GDAL and Mapserver -Juergen E. Fischer 2012-04-27 +Jürgen E. Fischer 2012-04-27 gdal provider: fix debug output @@ -215542,13 +227582,13 @@ Alexander Bruy 2012-04-27 update icon for touch action -volayaf 2012-04-27 +Víctor Olaya 2012-04-27 added some more fusion algorihtms git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@161 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-27 +Víctor Olaya 2012-04-27 changed copy method for algorithms fixed #5450 @@ -215560,7 +227600,7 @@ Radim Blazek 2012-04-26 WCS - better versions and CRS -volayaf 2012-04-26 +Víctor Olaya 2012-04-26 added "advanced parameters" button in parameters panel @@ -215570,7 +227610,7 @@ Alexander Bruy 2012-04-26 add ESRI FileGDB driver to OGR drivers list -volayaf 2012-04-26 +Víctor Olaya 2012-04-26 changed saga algorithm to support extent parameter @@ -215621,7 +227661,7 @@ Tim Sutton 2012-04-25 Added anomaly images for i386 natty nightly builds that are failing -volayaf 2012-04-25 +Víctor Olaya 2012-04-25 code cleaning improved nviz link @@ -215641,20 +227681,20 @@ Radim Blazek 2012-04-25 OWS common classes -volayaf 2012-04-25 +Víctor Olaya 2012-04-25 iterative execution now works without problems changed names of providers in settings git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@152 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-25 +Víctor Olaya 2012-04-25 added customizable parameter check before launching algorithms git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@151 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-25 +Víctor Olaya 2012-04-25 added addfield and fieldcalculator algorithms @@ -215676,15 +227716,15 @@ Etienne Tourigny 2012-04-24 add more QgsZipItem tests and data -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 bring back internal spatialite for Debian squeeze and Ubuntu lucid, maverick, natty and oneiric -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 test fixes on windows -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 quazip: fix warnings and drop OF macro @@ -215697,7 +227737,7 @@ Tim Sutton 2012-04-24 Added anomaly images for failing tests on theodwyn-squeeze-amd64 -volayaf 2012-04-24 +Víctor Olaya 2012-04-24 Made provider names more descriptive @@ -215711,29 +227751,29 @@ Alexander Bruy 2012-04-24 remove About dialog from RoadGraph plugin as discussed in ML -volayaf 2012-04-24 +Víctor Olaya 2012-04-24 added some i.* to grass, some new tools to lastools and nviz git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@148 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 fix #5481 -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 fix spatialindex requirement -volayaf 2012-04-24 +Víctor Olaya 2012-04-24 Added run button to modeler Added tool to define grass region on canvas git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@147 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-24 +Víctor Olaya 2012-04-24 fixed 5458 added crs param to gdal warp @@ -215744,34 +227784,34 @@ Tim Sutton 2012-04-24 Added more anomalies for nightly tests on i386 precise -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 more test fixes on windows -Juergen E. Fischer 2012-04-24 +Jürgen E. Fischer 2012-04-24 fix regression992 test crash -Juergen E. Fischer 2012-04-23 +Jürgen E. Fischer 2012-04-23 fix german field calculator translation -volayaf 2012-04-23 +Víctor Olaya 2012-04-23 added more functionality to iterative execution fixed minor bugs git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@145 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-23 +Jürgen E. Fischer 2012-04-23 fix ziplayer test for GDAL<1.8 -Juergen E. Fischer 2012-04-23 +Jürgen E. Fischer 2012-04-23 case insensitive vsizip/vsigzip support -Juergen E. Fischer 2012-04-17 +Jürgen E. Fischer 2012-04-17 fix #4805: - drop internal spatialite and internal spatialindex @@ -215787,13 +227827,13 @@ julien.malik@gmail.com 2012-04-23 +Víctor Olaya 2012-04-23 added #5460 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@143 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-23 +Víctor Olaya 2012-04-23 added option not to close dialog after execution added help editing dialogs @@ -215811,31 +227851,31 @@ szekerest 2012-04-22 MSSQL: Fix query builder support (fixes #5401) -Juergen E. Fischer 2012-04-22 +Jürgen E. Fischer 2012-04-22 deprecated QgsCoordinateReferenceSystem::equals: as it might return false eventhough the proj.4 string is equal. PROJ.4 string isn't unique to CRSes. -volayaf@gmail.com 2012-04-22 +Víctor Olaya 2012-04-22 Added feature request #5439 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@141 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-04-22 +Víctor Olaya 2012-04-22 added feature request #5444. Also added to scripts git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@140 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-04-22 +Víctor Olaya 2012-04-22 fixed #5435 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@139 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-22 +Jürgen E. Fischer 2012-04-22 fix windows build @@ -215843,18 +227883,18 @@ Martin Dobias 2012-04-22 Fix #5344 - square symbol not selectable -Juergen E. Fischer 2012-04-22 +Jürgen E. Fischer 2012-04-22 test fixes: - run xvfb in 96 dpi mode - indentation update (including tests) - fix running tests from build directory -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 raise field precision limit to 15 -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 add running GDAL/OGR version to about box @@ -215874,50 +227914,50 @@ William Kyngesburye 2012-04-21 handle crssync in bundling stage -volayaf@gmail.com 2012-04-21 +Víctor Olaya 2012-04-21 added tooltip support git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@138 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 followup 78c2a2b803 -volayaf 2012-04-21 +Víctor Olaya 2012-04-21 removed ? button in parametersdialog git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@137 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 debian package: remove pyspatialite from python-qgis -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 cmake: rename GIT to GITCOMMAND -Juergen E. Fischer 2012-04-21 +Jürgen E. Fischer 2012-04-21 remap attribute by name not index on paste (fixes #5425) -volayaf 2012-04-20 +Víctor Olaya 2012-04-20 changed size of close buttons git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@136 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-20 +Jürgen E. Fischer 2012-04-20 'shorten' last commit -Juergen E. Fischer 2012-04-20 +Jürgen E. Fischer 2012-04-20 - run tests with temporary copy of srs.db - sync srs.db in a single transaction -volayaf 2012-04-20 +Víctor Olaya 2012-04-20 Added PrameterCRS and CRS selectors @@ -215925,47 +227965,47 @@ volayaf 2012-04-20 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@135 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-20 +Jürgen E. Fischer 2012-04-20 debian packaging: pyspatialite fix -volayaf 2012-04-20 +Víctor Olaya 2012-04-20 changed grass description. Now one grass algorithm can be splitted in several sextante ones git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@134 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-20 +Víctor Olaya 2012-04-20 addded folder slection parameter Added support for new parameters in r and python scripting providers git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@133 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-20 +Jürgen E. Fischer 2012-04-20 use install rpath only on apple -Juergen E. Fischer 2012-04-19 +Jürgen E. Fischer 2012-04-19 wms provider: handle content type case insensitive -Juergen E. Fischer 2012-04-19 +Jürgen E. Fischer 2012-04-19 debian packaging: set build name for cdash -Juergen E. Fischer 2012-04-19 +Jürgen E. Fischer 2012-04-19 run crssync on coordinate system test and run osgeo4w test as nightly -brushtyler 2012-04-19 +Giuseppe Sucameli 2012-04-19 use output field param's value executing gdal_polygonize, change default output field name to DN (fix #5416) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@132 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-19 +Víctor Olaya 2012-04-19 fixed minor bugs in ftools and in ParametersPanel @@ -216023,7 +228063,7 @@ julien.malik@gmail.com 2012-04-19 +Víctor Olaya 2012-04-19 Added ParameterFile and OutputFile Added LasTools provider and a few algorithms (still quite a few left, to be added soon) @@ -216040,15 +228080,15 @@ julien.malik@gmail.com 2012-04-19 +Jürgen E. Fischer 2012-04-19 osgeo4w: fix quazip support -Juergen E. Fischer 2012-04-19 +Jürgen E. Fischer 2012-04-19 Revert d7e8ae18 and d637c677c (fixes #5407, #5409 and #5410) -Juergen E. Fischer 2012-04-18 +Jürgen E. Fischer 2012-04-18 debian packaging: run tests with xvfb and upload results to dashboard @@ -216086,17 +228126,17 @@ Tim Sutton 2012-04-18 Added provenance information for quazip. -volayaf 2012-04-18 +Víctor Olaya 2012-04-18 added some stuff to iterating execution git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@120 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-18 +Jürgen E. Fischer 2012-04-18 postgres provider fix: layers with incomplete geometry type/srid/pk data could not be selected for addition -volayaf 2012-04-18 +Víctor Olaya 2012-04-18 some code cleaning changed style of parameters dialog when called from toolbox @@ -216112,19 +228152,19 @@ Werner Macho 2012-04-18 translation update: ru by Artem -volayaf 2012-04-18 +Víctor Olaya 2012-04-18 fixed #5384 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@118 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-18 +Víctor Olaya 2012-04-18 changed miinor bug in spinner when using a integer numerical value git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@117 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-18 +Víctor Olaya 2012-04-18 improved kriging description to avoid wrong usage @@ -216134,7 +228174,7 @@ Werner Macho 2012-04-18 adding korean translator name -Juergen E. Fischer 2012-04-18 +Jürgen E. Fischer 2012-04-18 indentation update @@ -216191,11 +228231,11 @@ Tim Sutton 2012-04-17 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-04-17 +Jürgen E. Fischer 2012-04-17 fix dbmanager resource dependency and some other warnings -Juergen E. Fischer 2012-04-17 +Jürgen E. Fischer 2012-04-17 german translation update @@ -216205,7 +228245,7 @@ julien.malik@gmail.com 2012-04-17 +Paolo Cavallini 2012-04-17 Updated IT GUI translation @@ -216213,7 +228253,7 @@ Werner Macho 2012-04-17 translation update: string update db_manager -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 added default value for ParameterSelection @@ -216225,37 +228265,37 @@ Werner Macho 2012-04-17 update TRANSLATORS with every string update -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 fixed type in saga description git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@113 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 added delete model action (#5392) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@112 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 show help button now appears only if a help file is available (#5388) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@111 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 remove -z modifier when exproting to shapefile (bug#5394) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@110 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 fixed bug when deleting elements git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@109 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 added close button to about dialog @@ -216277,7 +228317,7 @@ Alexander Bruy 2012-04-17 fix broken Points in polygon (fix #5389) -volayaf 2012-04-17 +Víctor Olaya 2012-04-17 Improved SAGA descriptions (difference between integer and float number params) @@ -216291,17 +228331,17 @@ Werner Macho 2012-04-16 translation update: cz by Jan -Juergen E. Fischer 2012-04-16 +Jürgen E. Fischer 2012-04-16 debian packaging: followup changelog rename -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 added contributor names to about.htm git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@106 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 fixed indentation in OTBAlgorithm @@ -216311,25 +228351,25 @@ Marco Hugentobler 2012-04-16 Fix for bug #5354 (scalebar problems in print composer) -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 fixed grass launching. Should work now without problems. Still have to write something to get output info to update progress bar git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@104 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 fixed indentation in OTBAlgorithm git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@103 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 fixed bug detecting SAGA installed in linux git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@102 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-16 +Víctor Olaya 2012-04-16 fixed bug #5361 changed saga and grass description filenames @@ -216352,7 +228392,7 @@ Marco Hugentobler 2012-04-16 Fix beforeVertex - afterVertex mistake for linear referencing -pcav 2012-04-16 +Paolo Cavallini 2012-04-16 Fixed minor inconsistencies in strings (requires regenerating files for translation) @@ -216364,13 +228404,13 @@ D'Hont René-Luc 2012-04-16 Using title and abstract of vector layer in WFS capabilities -volayaf@gmail.com 2012-04-16 +Víctor Olaya 2012-04-16 Added some checks for external apps configuration git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@100 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -pcav 2012-04-16 +Paolo Cavallini 2012-04-16 Fixed IT Sponsors page @@ -216386,11 +228426,11 @@ Giuseppe Sucameli 2012-04-15 import vector layer: fix override layer option (follow f8d5d432) -pcav 2012-04-16 +Paolo Cavallini 2012-04-16 More IT GUI translation -pcav 2012-04-16 +Paolo Cavallini 2012-04-16 Almost completed IT GUI translation @@ -216398,7 +228438,7 @@ Werner Macho 2012-04-16 flag and language file fixes -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 make tests & qgis work from the build directory (python still doesn't) @@ -216422,11 +228462,11 @@ szekerest 2012-04-15 MSSQL: Support non spatial tables in browser dock (fixes #5334) Merge: 8f6d9418b2 9da981bf2a -pcav 2012-04-15 +Paolo Cavallini 2012-04-15 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2012-04-15 +Paolo Cavallini 2012-04-15 Updated IT GUI translation. @@ -216467,7 +228507,7 @@ Hugo Mercier 2012-04-15 Implement basic copy/paste of styles between layers -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 run Experimental test target on nightly build @@ -216475,11 +228515,11 @@ Werner Macho 2012-04-15 rename our CHANGELOG to NEWS and add new ChangeLog according to GNU Standards -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 Revert accidentally commited parts of 6b7f594 -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 workaround deprecation warnings in MSVC for GEOWkt global @@ -216505,7 +228545,7 @@ Giuseppe Sucameli 2012-04-15 GdalTools: display a friendly message when python-gdal is missing -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 disable projection selection in project properties, while OTFP is off @@ -216515,7 +228555,7 @@ Jaka Kranjc 2012-04-15 this test would fail if GDAL doesn't have any jpeg2000 support compiled in -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 cleaner fix for #5355: remove shortcuts to destroyed actions automatically @@ -216536,7 +228576,7 @@ Tim Sutton 2012-04-15 Show anomaly hashes in test reporting -Juergen E. Fischer 2012-04-15 +Jürgen E. Fischer 2012-04-15 fix #5355: remove touch action before registering the shortcuts list @@ -216573,7 +228613,7 @@ Richard Duivenvoorde 2012-04-14 Set measureUnits also for myFirstLayer (otherwise wrong scale is shown) -Juergen E. Fischer 2012-04-14 +Jürgen E. Fischer 2012-04-14 [API] fix #5014 @@ -216691,11 +228731,11 @@ julien.malik@gmail.com 2012-04-14 +Jürgen E. Fischer 2012-04-14 debian packaging update: switch from test to check target for tests -Juergen E. Fischer 2012-04-14 +Jürgen E. Fischer 2012-04-14 show GDAL & PROJ version in CRS test @@ -216712,7 +228752,7 @@ Tim Sutton 2012-04-14 Fix bug with test renderer where it was saving diff images to the wrong place -Juergen E. Fischer 2012-04-14 +Jürgen E. Fischer 2012-04-14 Revert "fixed two SIP warnings about deprecated syntax" as it breaks builds with older SIP versions (Debian squeeze, Ubuntu lucid and @@ -216818,7 +228858,7 @@ Tim Sutton 2012-04-13 Android -volayaf@gmail.com 2012-04-13 +Víctor Olaya 2012-04-13 Added diferentiation between int and float values extent selector more or less working now @@ -216826,7 +228866,7 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@86 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Marco Bernasocchi 2012-04-13 +Marco Bernasocchi 2012-04-13 added null pointer protection @@ -216834,7 +228874,7 @@ Tim Sutton 2012-04-13 Moved test images into their own folder -Marco Bernasocchi 2012-04-13 +Marco Bernasocchi 2012-04-13 remove the touch button if HAVE_TOUCH=0 @@ -216863,7 +228903,7 @@ julien.malik@gmail.com 2012-04-13 +Víctor Olaya 2012-04-13 Improved extension selector @@ -216917,7 +228957,7 @@ julien.malik@gmail.com 2012-04-13 +Marco Bernasocchi 2012-04-13 remove qsplashscreen on android @@ -216925,7 +228965,7 @@ Marco Hugentobler 2012-04-13 Apply patch from ticket #5348 provided by René-Luc D'Hont -volayaf@gmail.com 2012-04-13 +Víctor Olaya 2012-04-13 Started adding an auto configuration mechanism @@ -216947,7 +228987,7 @@ szekerest 2012-04-12 MSSQL: Add handling of default values (fixes #5316) -volayaf@gmail.com 2012-04-13 +Víctor Olaya 2012-04-13 Made OTB configurable also in linux Added extent parameter @@ -216959,7 +228999,7 @@ Tim Sutton 2012-04-12 Merged from master into raster resampler branch -volayaf@gmail.com 2012-04-12 +Víctor Olaya 2012-04-12 Added first working OTB algorithm Added file selector for vector and raster layers @@ -216968,7 +229008,7 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@73 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-04-12 +Víctor Olaya 2012-04-12 started raster layer exporting mechanism @@ -216990,52 +229030,52 @@ Etienne Tourigny 2012-04-11 add detection of libz (optional, needs update for win32) -volayaf@gmail.com 2012-04-11 +Víctor Olaya 2012-04-11 relocated otb folder (wrongly imported in the previous commit) git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@71 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-04-11 +Víctor Olaya 2012-04-11 Did some R and GRASS testing and debugging Added the OTB folder with a skeleton of OTB alg provider git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@70 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-11 +Víctor Olaya 2012-04-11 added some gdal algs git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@69 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -dakcarto 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -dakcarto 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -dakcarto 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -dakcarto 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -dakcarto 2012-04-10 +Larry Shaffer 2012-04-10 Fix for source or build directory paths that contain spaces. -volayaf 2012-04-10 +Víctor Olaya 2012-04-10 did some work on the gdal bindings git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@68 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -dakcarto 2012-04-09 +Larry Shaffer 2012-04-09 Added SIP generation to build/python directory of API files for QScintilla code completion/call tips. @@ -217045,7 +229085,7 @@ Werner Macho 2012-04-09 translation update: et by veiko -Juergen E. Fischer 2012-04-09 +Jürgen E. Fischer 2012-04-09 fix #5333 @@ -217087,7 +229127,7 @@ Tim Sutton 2012-04-08 Renderer tests passing now -Juergen E. Fischer 2012-04-08 +Jürgen E. Fischer 2012-04-08 raw only won't work with GPSes that don't speak NMEA (should fix #4050) @@ -217095,7 +229135,7 @@ William Kyngesburye 2012-04-07 OS X install update - osgearth and globe plugin -Juergen E. Fischer 2012-04-07 +Jürgen E. Fischer 2012-04-07 fix #5331 @@ -217124,7 +229164,7 @@ Tim Sutton 2012-04-07 Emit layer added signals in addMapLayers method of layer registry -Nathan Woodrow 2012-04-07 +Nathan Woodrow 2012-04-07 Remove/Add layers to snapping dialog. Fixes #5318 @@ -217132,7 +229172,7 @@ Tim Sutton 2012-04-07 Update control image and qml for map renderer test - all renderer tests now pass for me. -Juergen E. Fischer 2012-04-07 +Jürgen E. Fischer 2012-04-07 fix add/remove layers connections (follows up f9ed6d4) @@ -217168,13 +229208,13 @@ Marco Hugentobler 2012-04-06 Zoom to layer extent when adding the first layer -volayaf 2012-04-06 +Víctor Olaya 2012-04-06 improved table usage.Added better transparent layer handling for external apps.Started gdal bindings git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@65 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-05 +Jürgen E. Fischer 2012-04-05 also get crs record count readonly (follows up 9154e4e) @@ -217186,7 +229226,7 @@ William Kyngesburye 2012-04-04 OS X install updates -Juergen E. Fischer 2012-04-05 +Jürgen E. Fischer 2012-04-05 indentation update @@ -217199,11 +229239,11 @@ Tim Sutton 2012-04-05 [BACKPORT] to 1.8. Remove deprecated use of map layer registry addLayer and removeLayer elsewhere in code base -Juergen E. Fischer 2012-04-05 +Jürgen E. Fischer 2012-04-05 german translation update -Juergen E. Fischer 2012-04-04 +Jürgen E. Fischer 2012-04-04 show acres after sq ft and before sq mile @@ -217219,7 +229259,7 @@ Werner Macho 2012-04-04 translation update: es by Carlos -Juergen E. Fischer 2012-04-04 +Jürgen E. Fischer 2012-04-04 postgres provider: use same precision in st_makeenvelope and BOX3D @@ -217243,29 +229283,29 @@ Marco Hugentobler 2012-04-03 Avoid multiple redraws if loading projects -volayaf 2012-04-03 +Víctor Olaya 2012-04-03 added check for macOS when opening help manual git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@62 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-03 +Víctor Olaya 2012-04-03 Did some more work on GRASS descriptions git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@61 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-04-03 +Víctor Olaya 2012-04-03 updated example provider git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@60 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-03 +Jürgen E. Fischer 2012-04-03 don't use -Wl,--no-undefined on OSX -volayaf 2012-04-03 +Víctor Olaya 2012-04-03 Polished some GRASS descriptions Fixed small bug when handling selection parameters @@ -217273,11 +229313,11 @@ volayaf 2012-04-03 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@58 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-04-03 +Jürgen E. Fischer 2012-04-03 debian packaging update -Juergen E. Fischer 2012-04-02 +Jürgen E. Fischer 2012-04-02 move grassprovider to grass library (might fix #3999) @@ -217309,7 +229349,7 @@ Etienne Tourigny 2012-03-24 cache gdal sublayers list for subsequent access -Juergen E. Fischer 2012-04-02 +Jürgen E. Fischer 2012-04-02 open CRS database readonly by default (fixes permission timeouts on windows) @@ -217333,7 +229373,7 @@ Marco Hugentobler 2012-04-01 Implement readXML for paletted raster renderer -volayaf 2012-04-01 +Víctor Olaya 2012-04-01 Fixed bugs #5262, #5263, #5265 , #5266, #5267 Added numeric value selector @@ -217354,7 +229394,7 @@ Tim Sutton 2012-04-01 [API] Added registry support for addition and removal of multiple layers in one operation (and notification thereof). Maintains API compatibility with single layer add/remove operations. -Juergen E. Fischer 2012-03-31 +Jürgen E. Fischer 2012-03-31 fix warnings @@ -217379,11 +229419,11 @@ Marco Hugentobler 2012-03-31 writeXML method for single band pseudo color renderer -Juergen E. Fischer 2012-03-31 +Jürgen E. Fischer 2012-03-31 german translation update -Juergen E. Fischer 2012-03-31 +Jürgen E. Fischer 2012-03-31 fix gcc 4.7 warnings/errors @@ -217450,7 +229490,7 @@ Etienne Tourigny 2012-03-30 prefer non-deprecated crses (fixes #4355) -Juergen E. Fischer 2012-03-30 +Jürgen E. Fischer 2012-03-30 fix nightly debian build @@ -217466,11 +229506,11 @@ Tim Sutton 2012-03-30 Mark unused variables to prevent compiler warnings if using older geos. -Juergen E. Fischer 2012-03-29 +Jürgen E. Fischer 2012-03-29 Revert 02749e9 (will be fixed in GDAL package). -volayaf 2012-03-29 +Víctor Olaya 2012-03-29 added recent algs list tested and improved saga resampling @@ -217480,19 +229520,19 @@ volayaf 2012-03-29 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@56 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-03-29 +Jürgen E. Fischer 2012-03-29 osgeo4w: set GDAL_DRIVER_PATH again (GDAL looks in apps/qgis-dev/bin/gdalplugins otherwise) -Juergen E. Fischer 2012-03-29 +Jürgen E. Fischer 2012-03-29 fix srs validation from threads -Juergen E. Fischer 2012-03-27 +Jürgen E. Fischer 2012-03-27 fix warnings -Juergen E. Fischer 2012-03-27 +Jürgen E. Fischer 2012-03-27 debian packaging update @@ -217508,31 +229548,31 @@ Radim Blazek 2012-03-29 faces -Marco Bernasocchi 2012-03-28 +Marco Bernasocchi 2012-03-28 added TODO find a better default fontsize adding suggestion to how to detect font size -Marco Bernasocchi 2012-03-20 +Marco Bernasocchi 2012-03-20 defaulting to symbology V1 on android (workaround to http://hub.qgis.org/issues/5170) -Marco Bernasocchi 2012-03-01 +Marco Bernasocchi 2012-03-01 added close button to attribute table -Marco Bernasocchi 2012-02-29 +Marco Bernasocchi 2012-02-29 removing qDebug() from compass plugin -Marco Bernasocchi 2012-02-29 +Marco Bernasocchi 2012-02-29 adding touch maptool that allows panning, pinch zooming, double tap zoomWithCenter, twofinger tap zoomOut fixed toolbar button functionality -Marco Bernasocchi 2012-02-23 +Marco Bernasocchi 2012-02-23 adding a touch mode if qt >=4.6 (allows qt5) this defaults to on for android and to off for the rest. can be requested by -DWITH_TOUCH @@ -217627,7 +229667,7 @@ Marco Hugentobler 2012-03-27 Fix transparency band in raster layer props, start implementing writeXML methods of renderers -volayaf 2012-03-27 +Víctor Olaya 2012-03-27 improved r and saga behaviour, specially on linux; changed some grass descriptions @@ -217650,19 +229690,19 @@ Marco Hugentobler 2012-03-26 Add writeXML method for renderers (needs still to be implemented for most types) -Juergen E. Fischer 2012-03-25 +Jürgen E. Fischer 2012-03-25 QgsAttributeAction::expandAction still in use - drop deprecation -Juergen E. Fischer 2012-03-25 +Jürgen E. Fischer 2012-03-25 fix support for multigeometries in postgres and mssql provider -Juergen E. Fischer 2012-03-25 +Jürgen E. Fischer 2012-03-25 wms server: improve inverted axis handling for WMS 1.3 -Juergen E. Fischer 2012-03-25 +Jürgen E. Fischer 2012-03-25 osgeo4w: don't set GDAL_DRIVER_PATH @@ -217674,7 +229714,7 @@ Tim Sutton 2012-03-24 Fix margin issues on digitizing tab of options dialog (reset from 9 to 0 all around). Set scrollbox frame style to noframe -Juergen E. Fischer 2012-03-24 +Jürgen E. Fischer 2012-03-24 fix warnings in mssql provider @@ -217686,7 +229726,7 @@ Marco Hugentobler 2012-03-24 Add 0 pointer for renderer widget in case of singleband data -Juergen E. Fischer 2012-03-24 +Jürgen E. Fischer 2012-03-24 heatmap cleanups: - don't crash when there is no layer at all @@ -217711,11 +229751,11 @@ Arunmozhi 2012-03-18 - Buffer radius can be specified in real-world units like meters & mapunits - indentation updated -Nathan Woodrow 2012-03-24 +Nathan Woodrow 2012-03-24 Use 'New Connection...' instead of 'New...' for browser data items -Nathan Woodrow 2012-03-24 +Nathan Woodrow 2012-03-24 Fix typo in MS SQL FreeTDS driver name @@ -217723,19 +229763,19 @@ Marco Hugentobler 2012-03-23 Clean up raster properties dialog -Juergen E. Fischer 2012-03-23 +Jürgen E. Fischer 2012-03-23 german translation update -Juergen E. Fischer 2012-03-23 +Jürgen E. Fischer 2012-03-23 indentation update -Juergen E. Fischer 2012-03-23 +Jürgen E. Fischer 2012-03-23 debian packaging update -Juergen E. Fischer 2012-03-22 +Jürgen E. Fischer 2012-03-22 fix warnings @@ -217744,7 +229784,7 @@ Marco Hugentobler 2012-03-23 Add offset parameters to eventLayer functions Merge: 51ece3c0c4 f2f65d1d79 -Nathan Woodrow 2012-03-23 +Nathan Woodrow 2012-03-23 Merge MS SQL provider support. Funded by Digital Mapping Solutions (Australia) completed by Tamas Szekeres @@ -217758,47 +229798,47 @@ szekerest 2012-02-06 Adding the native MSSQL provider -Juergen E. Fischer 2012-03-22 +Jürgen E. Fischer 2012-03-22 fix QgsSpatiaLiteProvider::uniqueValues, when there is a subset string -Juergen E. Fischer 2012-03-22 +Jürgen E. Fischer 2012-03-22 fix #5203 -Juergen E. Fischer 2012-03-22 +Jürgen E. Fischer 2012-03-22 german translation update -Juergen E. Fischer 2012-03-22 +Jürgen E. Fischer 2012-03-22 indentation update and a few unused parameter warnings fixes -Juergen E. Fischer 2012-03-19 +Jürgen E. Fischer 2012-03-19 switch to external spatialite on osgeo4w -volayaf 2012-03-22 +Víctor Olaya 2012-03-22 temporarily deactivated grass added manual git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@53 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-03-22 +Víctor Olaya 2012-03-22 fixed small bugs while settign rendering styles git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@52 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-03-21 +Víctor Olaya 2012-03-21 minor change to avoid showing non-file-based layers git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@51 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-03-21 +Víctor Olaya 2012-03-21 added support for custom output rendering styles @@ -217808,7 +229848,7 @@ Marco Hugentobler 2012-03-21 Add possibility to force eventLayer features to single geometry type -volayaf 2012-03-21 +Víctor Olaya 2012-03-21 started grass algorithm provider @@ -217818,22 +229858,22 @@ Marco Hugentobler 2012-03-20 [FEATURE]: Add WFS support for QGIS server. Provided by René-Luc D'Hont -pcav 2012-03-19 +Paolo Cavallini 2012-03-19 Fixed v.extrude and v.drape GRASS modules -Juergen E. Fischer 2012-03-19 +Jürgen E. Fischer 2012-03-19 apply #5121 -volayaf 2012-03-18 +Víctor Olaya 2012-03-18 finished conversion of models into python code git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@46 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-03-18 +Víctor Olaya 2012-03-18 Saga algorithms are now aware of selection in qgis @@ -217847,7 +229887,7 @@ Marco Hugentobler 2012-03-18 Fix for zonal statistics (ticket #4972) -volayaf 2012-03-17 +Víctor Olaya 2012-03-17 Severql bug fixes qnd smqll improvements in qgis bindings @@ -217861,7 +229901,7 @@ Giuseppe Sucameli 2012-03-16 Append Filter tag to Rule tag when exporting Categorized/Graduated rendererV2 to SLD doc (fix #5191) -Juergen E. Fischer 2012-03-15 +Jürgen E. Fischer 2012-03-15 WMS 1.3: better detection of inverted axis @@ -217885,7 +229925,7 @@ Giuseppe Sucameli 2012-03-12 "Run feature action" tool does the action for all the matching features (fix #5126) -volayaf 2012-03-14 +Víctor Olaya 2012-03-14 finished improving saga algorithm descriptions @@ -217895,33 +229935,33 @@ Marco Hugentobler 2012-03-13 Improvements to single band gray renderer widget -volayaf 2012-03-13 +Víctor Olaya 2012-03-13 improved saga algorithms descriptions git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@41 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf 2012-03-13 +Víctor Olaya 2012-03-13 changed how user dir is found git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@40 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-03-12 +Jürgen E. Fischer 2012-03-12 fix crash on quit -Juergen E. Fischer 2012-03-12 +Jürgen E. Fischer 2012-03-12 fix QgsComposerItem API -volayaf@gmail.com 2012-03-12 +Víctor Olaya 2012-03-12 added a new method for loading layers into qgis git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@38 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-03-12 +Víctor Olaya 2012-03-12 improved saga algorithm descriptions @@ -217931,13 +229971,13 @@ Tim Sutton 2012-03-12 [BACKPORT] Formatting changes only for raster color ramp shader class -volayaf@gmail.com 2012-03-11 +Víctor Olaya 2012-03-11 Added value range control to ParameterNumber git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@36 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-03-11 +Víctor Olaya 2012-03-11 improved algorithm descriptions @@ -217952,7 +229992,7 @@ Giuseppe Sucameli 2012-03-11 BuildVRT: set input layer list when tool starting (follow d6ea1a03). Thanks Etienne for the patch. -volayaf@gmail.com 2012-03-10 +Víctor Olaya 2012-03-10 changed saga descriptions to new format (still need to be checked and improved) @@ -217966,7 +230006,7 @@ Etienne Tourigny 2012-03-08 allow to use loaded layers as input files (instead of file selector) for GDALTools Build Virtual Raster -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 remove geoimage austria wms server @@ -217986,7 +230026,7 @@ Marco Hugentobler 2012-03-09 Fix for crash when quiting QGIS (ticket #5145) -volayaf@gmail.com 2012-03-09 +Víctor Olaya 2012-03-09 fixed bug in deepcopy of ModelAlgorithm other small bugs @@ -217994,23 +230034,23 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@32 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 use GDAL_FIX_ESRI_WKT in QgsOgrProvider::crs (fixes #5066 with GDAL 1.9) -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 fix for some translations and expression function help -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 fix typos -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 fix windows build -Juergen E. Fischer 2012-03-09 +Jürgen E. Fischer 2012-03-09 debian packaging update @@ -218018,7 +230058,7 @@ Alexander Bruy 2012-03-09 fix #5097 -volayaf@gmail.com 2012-03-08 +Víctor Olaya 2012-03-08 Improvements in R Connection (more or less working now) added R toolbox actions @@ -218026,32 +230066,32 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@31 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-03-08 +Jürgen E. Fischer 2012-03-08 debian packageing update: add globe plugin to ubuntu precise Merge: d3f5eb2684 dabd59b134 -pcav 2012-03-08 +Paolo Cavallini 2012-03-08 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-03-08 +Jürgen E. Fischer 2012-03-08 also build pyspatialite with system spatialite -pcav 2012-03-08 +Paolo Cavallini 2012-03-08 Added a module -pcav 2012-03-08 +Paolo Cavallini 2012-03-08 [FEATURE] Added v.extrude GRASS module Note: also added r.stats in a previous commit -pcav 2012-03-08 +Paolo Cavallini 2012-03-08 Minor edit to r.external grass module -pcav 2012-03-08 +Paolo Cavallini 2012-03-08 Cleanup and improvements to r.external, r.in.gdal, and v.in.ogr GRASS modules @@ -218065,11 +230105,11 @@ Giuseppe Sucameli 2012-03-08 Work done for Regione Toscana-SIGTA -Juergen E. Fischer 2012-03-07 +Jürgen E. Fischer 2012-03-07 fix #5132 -volayaf@gmail.com 2012-03-07 +Víctor Olaya 2012-03-07 Improvements in R Connection @@ -218079,30 +230119,30 @@ Marco Hugentobler 2012-03-07 Fix wrong extent after loading project files with embedded groups -Juergen E. Fischer 2012-03-07 +Jürgen E. Fischer 2012-03-07 catch transformation exceptions in QgsGrassRegionEdit::transform -Juergen E. Fischer 2012-03-07 +Jürgen E. Fischer 2012-03-07 composer api doxygen fixes -Juergen E. Fischer 2012-03-07 +Jürgen E. Fischer 2012-03-07 debian packaging update: drop hardy, intrepid, jaunty and karmic -volayaf@gmail.com 2012-03-06 +Víctor Olaya 2012-03-06 implemented saga resampling procedure some ftools algorithms git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@29 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-03-06 +Jürgen E. Fischer 2012-03-06 debian packaging update: add wheezy and use internal spatialite where libspatialite3 not available -Juergen E. Fischer 2012-03-06 +Jürgen E. Fischer 2012-03-06 german translation update @@ -218111,15 +230151,15 @@ Alexander Bruy 2012-03-06 [FEATURE] fTools: allow to calculate extent not only for whole layer but for individual features too -Juergen E. Fischer 2012-03-06 +Jürgen E. Fischer 2012-03-06 fix warning -Juergen E. Fischer 2012-03-06 +Jürgen E. Fischer 2012-03-06 expression builder: only fetch geometry when required (and available) -Juergen E. Fischer 2012-03-06 +Jürgen E. Fischer 2012-03-06 fix #2766 @@ -218131,11 +230171,11 @@ Marco Hugentobler 2012-03-05 Add widget for single band gray raster renderer -Juergen E. Fischer 2012-03-05 +Jürgen E. Fischer 2012-03-05 postgresql provider: don't require access to geometry_columns -Juergen E. Fischer 2012-03-05 +Jürgen E. Fischer 2012-03-05 debian packaging update @@ -218147,18 +230187,18 @@ Marco Hugentobler 2012-03-04 [FEATURE]: support PNG 8Bit for GetMap in QGIS server -volayaf@gmail.com 2012-03-04 +Víctor Olaya 2012-03-04 added mmqgis and ftools algorithms several more changes in qgis interface git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@28 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -pcav 2012-03-04 +Paolo Cavallini 2012-03-04 Added r.stats grass module -pcav 2012-03-03 +Paolo Cavallini 2012-03-03 Added option to r.slope grass module @@ -218204,7 +230244,7 @@ Marco Hugentobler 2012-03-01 Disable offset curve if geos version < 3.3 -pcav 2012-03-01 +Paolo Cavallini 2012-03-01 Adder option to r.mask GRASS module @@ -218217,15 +230257,15 @@ Tim Sutton 2012-03-01 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2012-02-29 +Jürgen E. Fischer 2012-02-29 german translation update -Juergen E. Fischer 2012-02-29 +Jürgen E. Fischer 2012-02-29 fix warnings -Nathan Woodrow 2012-02-29 +Nathan Woodrow 2012-02-29 Replace New with 'New Connection' in browser context menu New... implied creating a new spatiaLite database, which is not the @@ -218261,20 +230301,20 @@ Tim Sutton 2012-02-28 Merge branch 'master' of github.com:qgis/Quantum-GIS -Nathan Woodrow 2012-02-25 +Nathan Woodrow 2012-02-25 Live widget updates in graduated symbol renderer when symbol, breaks, break type, field, or ramp changes. -Juergen E. Fischer 2012-02-27 +Jürgen E. Fischer 2012-02-27 fix crash in CRS selection -Juergen E. Fischer 2012-02-27 +Jürgen E. Fischer 2012-02-27 german translation update -volayaf@gmail.com 2012-02-26 +Víctor Olaya 2012-02-26 big QGIS update @@ -218287,11 +230327,11 @@ Tim Sutton 2012-02-24 Android right click using TapAndHoldGesture -pcav 2012-02-24 +Paolo Cavallini 2012-02-24 Adapting GRASS module list to previous changes -pcav 2012-02-24 +Paolo Cavallini 2012-02-24 Simplify slope and aspect GRASS modules @@ -218307,11 +230347,11 @@ Marco Hugentobler 2012-02-24 Catch offset errors -pcav 2012-02-24 +Paolo Cavallini 2012-02-24 Improved v.random GRASS module -pcav 2012-02-24 +Paolo Cavallini 2012-02-24 More options for the v.surf GRASS module @@ -218323,11 +230363,11 @@ Marco Hugentobler 2012-02-24 Fix lazy restore of composer maps from xml -Juergen E. Fischer 2012-02-24 +Jürgen E. Fischer 2012-02-24 fix #5000 -pcav 2012-02-24 +Paolo Cavallini 2012-02-24 Improved v.surf GRASS modules. @@ -218335,19 +230375,19 @@ Marco Hugentobler 2012-02-24 Load / save functions for single band pseudocolor -Juergen E. Fischer 2012-02-23 +Jürgen E. Fischer 2012-02-23 [FEATURE] allow to specify FEATURE_COUNT for WMS GetFeatureInfo -Juergen E. Fischer 2012-02-23 +Jürgen E. Fischer 2012-02-23 debian packaging update -pcav 2012-02-23 +Paolo Cavallini 2012-02-23 Typo -pcav 2012-02-23 +Paolo Cavallini 2012-02-23 Improved v.surf.idw GRASS module @@ -218363,11 +230403,11 @@ Marco Hugentobler 2012-02-22 Started renderer dialog for singleband pseudocolor -Marco Bernasocchi 2012-02-16 +Marco Bernasocchi 2012-02-16 Fixed Right click support using TapAndHold gesture -Marco Bernasocchi 2012-02-09 +Marco Bernasocchi 2012-02-09 initial right click support @@ -218387,7 +230427,7 @@ Marco Hugentobler 2012-02-22 Sort schema list in SPIT plugin. Patch provided by Horst Duester -Nathan Woodrow 2012-02-22 +Nathan Woodrow 2012-02-22 Set delete feature dialog parent. Fixes #5062 @@ -218399,7 +230439,7 @@ Marco Hugentobler 2012-02-21 Add options for offset curve (join style, quadseg, mitre limit) -Juergen E. Fischer 2012-02-21 +Jürgen E. Fischer 2012-02-21 fix #5062 and apply rest of #5041 @@ -218415,11 +230455,11 @@ Marco Hugentobler 2012-02-21 Snap to all visible layers with default vertex search tolerance (but to vertex and segment) -Juergen E. Fischer 2012-02-21 +Jürgen E. Fischer 2012-02-21 fix #4993 -Nathan Woodrow 2012-02-21 +Nathan Woodrow 2012-02-21 Use zoom to mouse by default. Fixes #5054 @@ -218446,19 +230486,19 @@ Marco Hugentobler 2012-02-20 Show spin box for distance values in status bar on X11 (resize bug) -Juergen E. Fischer 2012-02-20 +Jürgen E. Fischer 2012-02-20 collect GIS translation from wikipedia -Juergen E. Fischer 2012-02-20 +Jürgen E. Fischer 2012-02-20 osgeo4w: switch to GRASS 6.4.2 -Juergen E. Fischer 2012-02-19 +Jürgen E. Fischer 2012-02-19 fix #4259 -Juergen E. Fischer 2012-02-18 +Jürgen E. Fischer 2012-02-18 postgres provider: ignore errors on querying geography_columns @@ -218474,11 +230514,11 @@ Werner Macho 2012-02-13 translation update: string update it language -Juergen E. Fischer 2012-02-18 +Jürgen E. Fischer 2012-02-18 apply #5041 (slighly modified) -Juergen E. Fischer 2012-02-18 +Jürgen E. Fischer 2012-02-18 fix #5022 @@ -218495,7 +230535,7 @@ Marco Hugentobler 2012-02-18 Delete feature if add polygon not successfull Merge: cd509e612c 974fe9531b -mhugent 2012-02-17 +Marco Hugentobler 2012-02-17 Merge pull request #98 from lynxlynxlynx/master @@ -218531,30 +230571,30 @@ Marco Hugentobler 2012-02-17 In case of offset curve on background layers: try to merge together the source layers -Juergen E. Fischer 2012-02-17 +Jürgen E. Fischer 2012-02-17 debian packaging update -Juergen E. Fischer 2012-02-16 +Jürgen E. Fischer 2012-02-16 debian packaging update -Juergen E. Fischer 2012-02-16 +Jürgen E. Fischer 2012-02-16 debian packaging: drop extra QtWebkit include path on natty and oneiric -Juergen E. Fischer 2012-02-16 +Jürgen E. Fischer 2012-02-16 message log status bar icon: - hide by default - show when new messages arrive while log is closed - hide when message log is opened -Juergen E. Fischer 2012-02-15 +Jürgen E. Fischer 2012-02-15 fix #5017 and fix #5024 -Juergen E. Fischer 2012-02-15 +Jürgen E. Fischer 2012-02-15 fix #5023 @@ -218566,7 +230606,7 @@ Radim Blazek 2012-02-15 WMS and WFS credential separated, credentials not yet used in WFS, it would be just another hack until we get a common class for uri encoding -Juergen E. Fischer 2012-02-15 +Jürgen E. Fischer 2012-02-15 wms feature info: - use extent of last GetMap for GetFeatureInfo @@ -218589,19 +230629,19 @@ Arunmozhi 2012-02-13 [FEATURE] Group selected layers on right click -Juergen E. Fischer 2012-02-14 +Jürgen E. Fischer 2012-02-14 fix 659abb8d (fixes #5016) -Juergen E. Fischer 2012-02-14 +Jürgen E. Fischer 2012-02-14 fix string mishap in nodetool -Juergen E. Fischer 2012-02-14 +Jürgen E. Fischer 2012-02-14 fix crash when the current maptool is destroyed -Juergen E. Fischer 2012-02-14 +Jürgen E. Fischer 2012-02-14 postgres provider: - fix primary key detection, if column is behind geometry column @@ -218619,23 +230659,23 @@ Marco Hugentobler 2012-02-14 Small fix for linear referencing -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 fix build error on osx -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 heatmap: add grid layouts -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 german translation update -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 postgres provider: move connection settings to QgsPostgresConn (also fixes #4998 and #4999) -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 debian packaging: include heatmap plugin (fixes #4994) @@ -218651,31 +230691,31 @@ Werner Macho 2012-02-13 added new italian translators -Juergen E. Fischer 2012-02-13 +Jürgen E. Fischer 2012-02-13 update tsstat.pl -pcav 2012-02-12 +Paolo Cavallini 2012-02-12 Translation of IT GUI finished (to be checked). Thanks to Roberto (BobMaX) Angeletti and Alessandro Fanna. -Juergen E. Fischer 2012-02-12 +Jürgen E. Fischer 2012-02-12 fix #4992 -Juergen E. Fischer 2012-02-12 +Jürgen E. Fischer 2012-02-12 german translation update -Juergen E. Fischer 2012-02-12 +Jürgen E. Fischer 2012-02-12 fix tooltip string -pcav 2012-02-12 +Paolo Cavallini 2012-02-12 More IT GUI translation - thanks Alessandro Fanna -volayaf@gmail.com 2012-02-12 +Víctor Olaya 2012-02-12 Batch processing already working Scripting already working @@ -218685,7 +230725,7 @@ volayaf@gmail.com 2012- git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@23 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-02-11 +Jürgen E. Fischer 2012-02-11 freeze canvas instead of modifying the render flag when changing legend (fixes #4982) @@ -218693,11 +230733,11 @@ Giuseppe Sucameli 2012-02-11 allow to choose input directory in GdalTools Merge tool (fix #4930) -Juergen E. Fischer 2012-02-11 +Jürgen E. Fischer 2012-02-11 fix #4981 -Juergen E. Fischer 2012-02-11 +Jürgen E. Fischer 2012-02-11 fix warnings from clang @@ -218705,7 +230745,7 @@ Giuseppe Sucameli 2012-02-11 add -allow_projection_difference option (fix #4888) -Nathan Woodrow 2012-02-11 +Nathan Woodrow 2012-02-11 add myself to the Authors list :) @@ -218713,23 +230753,23 @@ Tim Sutton 2012-02-10 Fix transparency restoration on project load -pcav 2012-02-11 +Paolo Cavallini 2012-02-11 More IT GUI translation - sill incomplete. -Nathan Woodrow 2012-02-11 +Nathan Woodrow 2012-02-11 Add Arunmozhi to contributors list for his work on the heatmap plugin -Nathan Woodrow 2012-02-11 +Nathan Woodrow 2012-02-11 Don't leave space for empty title. Semi fixes #3484 -Nathan Woodrow 2012-02-11 +Nathan Woodrow 2012-02-11 Change tool tip for composer legend. Fixes #4980 -Nathan Woodrow 2012-02-07 +Nathan Woodrow 2012-02-07 [FEATURE] Add multi line support for legend title, groups, and items. Semi fix for #3484 @@ -218737,11 +230777,11 @@ Tim Sutton 2012-02-10 Fix transparency restoration on project load -Juergen E. Fischer 2012-02-10 +Jürgen E. Fischer 2012-02-10 ignore invalid gps coordinate even if there seems to be a fix -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 fix #4971 @@ -218753,7 +230793,7 @@ Alexander Bruy 2012-02-09 case insensitive search for CRS in WMS provider -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 postgis string fixes @@ -218761,31 +230801,31 @@ Marco Hugentobler 2012-02-09 [FEATURE]: maptool for parallel line displacement -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 arrange buttons on raster transparency tab horizontally -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 minor german translation update -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 restore buttons to bottom and put pages in scroll areas for raster properties too -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 restore buttons to bottom of vector layer properties and put pages into scroll areas -Juergen E. Fischer 2012-02-09 +Jürgen E. Fischer 2012-02-09 setRenderer(V2) also updates V2 renderer flag -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 yet another german translation update -Marco Bernasocchi 2012-01-06 +Marco Bernasocchi 2012-01-06 android goodies (pull request #94): [Marco Bernasocchi] @@ -218815,13 +230855,13 @@ Marco Bernasocchi 2012-01-06 [Jürgen E. Fischer] - squashed, reindented and skipped some already addressed changes to qgisapp and vector layer provider -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 postgres provider: - pre-select first integer column as primary key for views - also consider oid type as integer column -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 heatmap plugin: fix menu removal @@ -218844,19 +230884,19 @@ Alexander Bruy 2012-02-08 Merge remote-tracking branch 'upstream/master' Merge: 2a7ac93636 b7994f1468 -pcav 2012-02-08 +Paolo Cavallini 2012-02-08 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2012-02-08 +Paolo Cavallini 2012-02-08 Some more IT GUI translation - thanks Alesandro Fanna and BobMaX -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 german translation update -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 heatmap updates: - fix warnings on windows @@ -218867,7 +230907,7 @@ Alexander Bruy 2012-02-08 fix Heatmap plugin unloading, also place button to the Raster toolbar -Juergen E. Fischer 2012-02-08 +Jürgen E. Fischer 2012-02-08 indentation update @@ -218887,7 +230927,7 @@ Marco Hugentobler 2012-02-08 Make QgsSymbolV2::renderHints() const -Juergen E. Fischer 2012-02-07 +Jürgen E. Fischer 2012-02-07 german translation update @@ -218895,11 +230935,11 @@ Werner Macho 2012-02-08 translation update: hr_HR by Zoran -Juergen E. Fischer 2012-02-07 +Jürgen E. Fischer 2012-02-07 match sip binding of QgsSymbolV2::renderHints() to c++ interface -Juergen E. Fischer 2012-02-07 +Jürgen E. Fischer 2012-02-07 initialize QgsApplication::mConfigPath later @@ -218911,20 +230951,20 @@ Marco Hugentobler 2012-02-07 Add support for new symbology for rotate point tool -Juergen E. Fischer 2012-02-07 +Jürgen E. Fischer 2012-02-07 spatialite provider: prefer auth_id over proj4 string (fix #4958) -Nathan Woodrow 2012-02-07 +Nathan Woodrow 2012-02-07 Composer Legend: Add spacing for groups. Fixes #4247 Patch by Anna Kratochvilova. Thanks! -Juergen E. Fischer 2012-02-06 +Jürgen E. Fischer 2012-02-06 postgres provider: fix crs(), if no crs was requested -Juergen E. Fischer 2012-02-06 +Jürgen E. Fischer 2012-02-06 fix #3742: - after CRS changes reproject canvas extent regardless of OTFR @@ -218938,7 +230978,7 @@ Marco Hugentobler 2012-02-06 Consider svg parameters for svg fill Merge: ccf3af763a 886ed107b4 -Jürgen Fischer 2012-02-05 +Jürgen E. Fischer 2012-02-05 Merge pull request #92 from Jean-Roc/master @@ -218948,19 +230988,19 @@ Jean-Roc Morreale 2012-02-05 update fr strings -Juergen E. Fischer 2012-02-05 +Jürgen E. Fischer 2012-02-05 better fix than 4d0551f0 -Juergen E. Fischer 2012-02-05 +Jürgen E. Fischer 2012-02-05 fix doxygen warnings -Juergen E. Fischer 2012-02-05 +Jürgen E. Fischer 2012-02-05 fix crash -Juergen E. Fischer 2012-02-05 +Jürgen E. Fischer 2012-02-05 indentation update @@ -218976,11 +231016,11 @@ szekerest 2012-02-05 Merge branch 'master' of git://github.com/qgis/Quantum-GIS -Nathan Woodrow 2012-02-05 +Nathan Woodrow 2012-02-05 Fix restoring of composition widget missed in last refactor -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Redesign composer; use dock widgets vs splitter; reduce scrolling in item widgets @@ -218989,17 +231029,17 @@ szekerest 2012-02-05 Improve the support for OGR/MSSQL driver -Juergen E. Fischer 2012-02-04 +Jürgen E. Fischer 2012-02-04 fix #4941 -volayaf@gmail.com 2012-02-04 +Víctor Olaya 2012-02-04 Creted history and log dialog git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@22 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-02-03 +Víctor Olaya 2012-02-03 Several changes. Now saga algorithms can be executed and also scripts. Still have to test both, but it is more or less working fine @@ -219017,15 +231057,15 @@ Alexander Bruy 2012-02-03 fix Densify tool -Juergen E. Fischer 2012-02-03 +Jürgen E. Fischer 2012-02-03 vector layer save as: replace 'original crs' with 'layer crs' and 'project crs' - OTFR doesn't matter anymore (fixes #4109) -Juergen E. Fischer 2012-02-02 +Jürgen E. Fischer 2012-02-02 optionally add save vector file to canvas (fix #4598) -Juergen E. Fischer 2012-02-02 +Jürgen E. Fischer 2012-02-02 execute undo stack on rollBack() (fixes #4635) @@ -219047,19 +231087,19 @@ Marco Hugentobler 2012-02-02 Fix for locateBetween method -Juergen E. Fischer 2012-02-02 +Jürgen E. Fischer 2012-02-02 don't set parent of QFontDialog (fixes #4937, but makes it not follow the globally set font size) -Juergen E. Fischer 2012-02-02 +Jürgen E. Fischer 2012-02-02 fix sip gps bindings -Juergen E. Fischer 2012-02-01 +Jürgen E. Fischer 2012-02-01 german translation update -Juergen E. Fischer 2012-02-01 +Jürgen E. Fischer 2012-02-01 postgres provider: fix query support @@ -219111,39 +231151,39 @@ Alexander Bruy 2012-02-01 updates to Field calculator help from Alister Hood (fix #4405) -Juergen E. Fischer 2012-02-01 +Jürgen E. Fischer 2012-02-01 add german function help translations -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Expression builder: Rename Fields to Fields and Values; Add help for when field is selected -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Help viewer: Add nicer help not found message; reduce margins -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Expression builder: Add group header help -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Expression builder: Nicer help not found message -Juergen E. Fischer 2012-02-01 +Jürgen E. Fischer 2012-02-01 reject empty field names in QgsVectorLayer::addAttribute -Juergen E. Fischer 2012-02-01 +Jürgen E. Fischer 2012-02-01 fix typos -Nathan Woodrow 2012-02-01 +Nathan Woodrow 2012-02-01 Check for empty field name. Fixes #4914 -Juergen E. Fischer 2012-01-31 +Jürgen E. Fischer 2012-01-31 save and restore position of merge attribute dialog @@ -219163,19 +231203,19 @@ Marco Hugentobler 2012-01-31 [Backport]: disable abort if avoid intersections returns a different geometry type (e.g. multitype instead of singletype). Temporary solution for ticket #4880 -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 german translation update -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 postgresql provider: check connection state before running PQexec (fixes #4909) -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 support strange mysql quoting -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 add .db to spatialite extensions (fixes #4919) @@ -219191,39 +231231,39 @@ Arunmozhi 2012-01-29 refactored code to reduce loop in favour of a func -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 fix another build error :( -Juergen E. Fischer 2012-01-30 +Jürgen E. Fischer 2012-01-30 fix build error -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 german translation update -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 cleanup separate file type names from extensions in translations -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 fix warnings and icon size of GRASS toolbar -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 also consider layer crs, when initially zooming to the extent of the first layer -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 fix python path setting in windows -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 use os.path.expand user for home directories for python (reintroduces fixes from #2515) -Juergen E. Fischer 2012-01-29 +Jürgen E. Fischer 2012-01-29 cleanup projection selections - makes it work via keyboard again @@ -219231,7 +231271,7 @@ Werner Macho 2012-01-29 translation update: es by Carlos -Juergen E. Fischer 2012-01-28 +Jürgen E. Fischer 2012-01-28 [API] add sip bindings for QgsCsException @@ -219251,7 +231291,7 @@ Marco Hugentobler 2012-01-28 Expose maxOversampling parameter to user -Juergen E. Fischer 2012-01-28 +Jürgen E. Fischer 2012-01-28 reproject canvas extent on crs change with OTFR enabled @@ -219259,40 +231299,40 @@ Marco Hugentobler 2012-01-28 Faster draw for multiband color in case there is no transparency, strech, inversion -Nathan Woodrow 2012-01-28 +Nathan Woodrow 2012-01-28 Put multi selection back for fields tab, use extended selection instead -Nathan Woodrow 2012-01-28 +Nathan Woodrow 2012-01-28 Remove multiselect from fields tab in layer properties -Juergen E. Fischer 2012-01-27 +Jürgen E. Fischer 2012-01-27 postgres provider: reload fields when columns disappear -Juergen E. Fischer 2012-01-27 +Jürgen E. Fischer 2012-01-27 use native file dialogs wherever possible (fixes #3763) -Juergen E. Fischer 2012-01-27 +Jürgen E. Fischer 2012-01-27 fix file permissions -pcav 2012-01-27 +Paolo Cavallini 2012-01-27 Fixed v.in.region GRASS module to accept lines. Merge: 3c33cf8f98 41e70d5adc -pcav 2012-01-27 +Paolo Cavallini 2012-01-27 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2012-01-27 +Paolo Cavallini 2012-01-27 Update of IT translation -Nathan Woodrow 2012-01-27 +Nathan Woodrow 2012-01-27 Set save button not checkable - fixes #4290 @@ -219300,7 +231340,7 @@ Marco Hugentobler 2012-01-27 Consider contrast enhancement in multiband color renderer -Nathan Woodrow 2012-01-27 +Nathan Woodrow 2012-01-27 Rule-based renderer: Add support to refine more then one rule at a time; decrease UI margins @@ -219308,11 +231348,11 @@ Martin Dobias 2012-01-26 Rule-based renderer: enable new labeling -Juergen E. Fischer 2012-01-27 +Jürgen E. Fischer 2012-01-27 fix python binding for QgsVectorDataProvider::changeGeometryValues() -Juergen E. Fischer 2012-01-26 +Jürgen E. Fischer 2012-01-26 fix #4227 @@ -219320,35 +231360,35 @@ Werner Macho 2012-01-26 translation update: string update for all languages -Juergen E. Fischer 2012-01-26 +Jürgen E. Fischer 2012-01-26 german translation update -Juergen E. Fischer 2012-01-26 +Jürgen E. Fischer 2012-01-26 catch more transformation errors -Juergen E. Fischer 2012-01-26 +Jürgen E. Fischer 2012-01-26 handle composer window differently (partly reverts a30eb373) -pcav 2012-01-26 +Paolo Cavallini 2012-01-26 Fix #4668 (GRASS r.sunmask modules) -Juergen E. Fischer 2012-01-26 +Jürgen E. Fischer 2012-01-26 even more font propagation -Juergen E. Fischer 2012-01-25 +Jürgen E. Fischer 2012-01-25 use QTextCodec::codecForLocale() where "System" is not available (like android) -Juergen E. Fischer 2012-01-25 +Jürgen E. Fischer 2012-01-25 more font propagation -Juergen E. Fischer 2012-01-25 +Jürgen E. Fischer 2012-01-25 set parents of various objects to propagate the font settings @@ -219356,7 +231396,7 @@ Martin Dobias 2012-01-25 Rule-based renderer: selection and drawing of markers works again -Juergen E. Fischer 2012-01-25 +Jürgen E. Fischer 2012-01-25 postgres selection: leave geometryless views enabled @@ -219368,7 +231408,7 @@ Martin Dobias 2012-01-25 Rule-based renderer: polish rule refining -Juergen E. Fischer 2012-01-25 +Jürgen E. Fischer 2012-01-25 postgres selection: - make geometryless table selectable @@ -219384,11 +231424,11 @@ Werner Macho 2012-01-25 translation update: added korean translation thanks to Sanghee and the korean team -Juergen E. Fischer 2012-01-24 +Jürgen E. Fischer 2012-01-24 use 8pt default font size on android -Juergen E. Fischer 2012-01-24 +Jürgen E. Fischer 2012-01-24 fix warnings @@ -219418,23 +231458,23 @@ Martin Dobias 2012-01-24 Rule-based renderer: fixed parent(), fixed drag'n'drop -Juergen E. Fischer 2012-01-24 +Jürgen E. Fischer 2012-01-24 QgsVectorLayer: use featureAtId() in selectedFeatures() (fixes #4856) -Juergen E. Fischer 2012-01-24 +Jürgen E. Fischer 2012-01-24 osgeo4w update: build with Python 2.7 -Juergen E. Fischer 2012-01-24 +Jürgen E. Fischer 2012-01-24 fix #4858 -Juergen E. Fischer 2012-01-23 +Jürgen E. Fischer 2012-01-23 repaint layer after commiting -Juergen E. Fischer 2012-01-23 +Jürgen E. Fischer 2012-01-23 postgres provider: fix handling of broken connections @@ -219461,7 +231501,7 @@ Alexander Bruy 2012-01-23 display plugins from additional paths in Plugin Manager (fix #4178) -Juergen E. Fischer 2012-01-23 +Jürgen E. Fischer 2012-01-23 implement #4823 @@ -219469,7 +231509,7 @@ Marco Hugentobler 2012-01-23 Do otf-reprojection directly in raster renderer (much better performance in case of resampling) -Juergen E. Fischer 2012-01-23 +Jürgen E. Fischer 2012-01-23 postgres provider fix @@ -219477,15 +231517,15 @@ Jean-Roc Morreale 2012-01-22 update fr translation -Juergen E. Fischer 2012-01-22 +Jürgen E. Fischer 2012-01-22 move layerURI from QgsPgSourceSelect to QgsPgTableModel -Juergen E. Fischer 2012-01-21 +Jürgen E. Fischer 2012-01-21 postgres provider: support tables with mixed srids -Juergen E. Fischer 2012-01-22 +Jürgen E. Fischer 2012-01-22 german translation update @@ -219525,7 +231565,7 @@ Alexander Bruy 2012-01-21 avoid useless canvas redraw when user interacts with scale selector -Juergen E. Fischer 2012-01-20 +Jürgen E. Fischer 2012-01-20 [FEATURE] add update extent button in vector layer properties and implement QgsDataProvider::updateExtents in postgres, ogr and @@ -219539,7 +231579,7 @@ Marco Hugentobler 2012-01-19 Consider user defined colors for paletted rasters -Juergen E. Fischer 2012-01-19 +Jürgen E. Fischer 2012-01-19 remove empty source files @@ -219548,11 +231588,11 @@ Alexander Bruy 2012-01-19 force most core dialogs to remember their state and restore it when opened (adresses #206) -Juergen E. Fischer 2012-01-19 +Jürgen E. Fischer 2012-01-19 fix font preview in labeling -volayaf@gmail.com 2012-01-19 +Víctor Olaya 2012-01-19 improved saga algorithm execution @@ -219570,47 +231610,47 @@ Marco Hugentobler 2012-01-19 Possibility to set resampling modes differently for zoomed-in and zoomed-out -volayaf@gmail.com 2012-01-18 +Víctor Olaya 2012-01-18 added table field support git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@17 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 postgres provider fixes -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 back to using setStyleSheet to set the fontsize -volayaf@gmail.com 2012-01-18 +Víctor Olaya 2012-01-18 added icons added scripting stuff git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@16 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 postgres provider: - disable "Add" in selection dialog while column type thread is running - fix detection of integer keys - when adding feature update attributes and feature id in passed features -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 repaint vector layer on toggleEditing if the there are vertex markers -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 expression builder: fix typos and warnings and follow selection (not just clicked) -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 use signals for logging -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 german translation update @@ -219635,11 +231675,11 @@ Marco Hugentobler 2012-01-18 Support different xml root element for feature info response (WMSFeatureInfoDocumentName) -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 add Marco Bernasocchi to AUTHORS -Juergen E. Fischer 2012-01-18 +Jürgen E. Fischer 2012-01-18 use applications default font instead of style sheet to set options and determine default size (fixes 5155176e) @@ -219648,19 +231688,19 @@ Marco Hugentobler 2012-01-18 Support replacement of layer names in GetFeatureInfo with the elements WMSFeatureInfoAliasLayers and WMSFeatureInfoLayerAliases Merge: 5155176eac 619083a264 -Nathan Woodrow 2012-01-19 +Nathan Woodrow 2012-01-19 Merge branch 'field-calc-4814' -Nathan Woodrow 2012-01-15 +Nathan Woodrow 2012-01-15 [FEATURE] Add expression builder to field calculator Fix #4814 -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 fix setting of icon size and allow to set global fontsize -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 fix #4832: also consider schema in geometry_columns/geography columns @@ -219668,22 +231708,22 @@ Giuseppe Sucameli 2012-01-17 show the correct feature's type name in debug messages -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 postgres provider: fix default value assignment -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 postgis provider: fix geometry detection -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 commit error update: - push commit errors in PostgreSQL, OGR and SpatiaLite provider - add provider errors to commit error - postgres provider: improve handling of geography columns -Juergen E. Fischer 2012-01-17 +Jürgen E. Fischer 2012-01-17 attribute table: show progress only every 5s @@ -219704,7 +231744,7 @@ Sergey Yakushev 2012-01-17 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Juergen E. Fischer 2012-01-16 +Jürgen E. Fischer 2012-01-16 fix #4822 @@ -219716,26 +231756,26 @@ Marco Hugentobler 2012-01-15 Parameter for font color in GetLegendGraphic -Juergen E. Fischer 2012-01-16 +Jürgen E. Fischer 2012-01-16 add python binding to QgsVectorDataProvider::fieldNameMap() -Juergen E. Fischer 2012-01-15 +Jürgen E. Fischer 2012-01-15 error logging: - fix key message in postgres provider - add logging of errors to spatialite provider - log commit errors in vector layer -Juergen E. Fischer 2012-01-15 +Jürgen E. Fischer 2012-01-15 german translation update -Juergen E. Fischer 2012-01-15 +Jürgen E. Fischer 2012-01-15 and followup 84dc1ba5e :( -Juergen E. Fischer 2012-01-15 +Jürgen E. Fischer 2012-01-15 follow up 9a9b53bb: - enable transform caching (comparing before each use disables its point) @@ -219743,7 +231783,7 @@ Juergen E. Fischer 2012-01-15 connecting to the QgsMapLayer::layerCrsChanged() signal. - make CRS of map layer private so that setCrs has to be used on each change -Juergen E. Fischer 2012-01-15 +Jürgen E. Fischer 2012-01-15 fix typos @@ -219761,11 +231801,11 @@ Alexander Bruy 2012-01-15 display real band number for multiband rasters when single band gray drawing style used (patch by Bill Clay, fix #4138) -Nathan Woodrow 2012-01-14 +Nathan Woodrow 2012-01-14 [FEATURE] Add support to edit views that have triggers. Fixes #4787 -Juergen E. Fischer 2012-01-14 +Jürgen E. Fischer 2012-01-14 fix #4812 @@ -219774,11 +231814,11 @@ Sergey Yakushev 2012-01-15 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Juergen E. Fischer 2012-01-14 +Jürgen E. Fischer 2012-01-14 vector provider: fetch codec list from Qt and default to System when a unavailable codecs is requested (might cure issueID #4801) -Juergen E. Fischer 2012-01-14 +Jürgen E. Fischer 2012-01-14 indentation update @@ -219798,11 +231838,11 @@ Marco Hugentobler 2012-01-14 Keep image aspect in bilinear resampling, apply oversampling for zoom out -Juergen E. Fischer 2012-01-14 +Jürgen E. Fischer 2012-01-14 german translation update -Juergen E. Fischer 2012-01-14 +Jürgen E. Fischer 2012-01-14 split node tool into three class files in a subdirectory @@ -219810,17 +231850,17 @@ Werner Macho 2012-01-14 translation update: es by carlos -Juergen E. Fischer 2012-01-13 +Jürgen E. Fischer 2012-01-13 more nodetool speedups & refactoring (fixes #4523) [API] introduce signal QgsVectorLayer::geometryChanged() signal and use that to reduce the need to reload the modified geometry. -Juergen E. Fischer 2012-01-13 +Jürgen E. Fischer 2012-01-13 fix warning -volayaf@gmail.com 2012-01-13 +Víctor Olaya 2012-01-13 added fixed table dialog. Improved saga descriptions reading @@ -219865,7 +231905,7 @@ Giuseppe Sucameli 2012-01-12 fix add features in PG provider broken in recent refactoring -Juergen E. Fischer 2012-01-12 +Jürgen E. Fischer 2012-01-12 osgeo4w packaging: update to GRASS 6.4.2RC3 @@ -219882,7 +231922,7 @@ Alexander Bruy 2012-01-12 save last used dirs and last used filter in GPSTools plugin (fix #1209). Also remember dialog size and position and restore them (addresses #206) -Juergen E. Fischer 2012-01-12 +Jürgen E. Fischer 2012-01-12 show full filename for debugging in MSVC again @@ -219900,7 +231940,7 @@ Marco Hugentobler 2012-01-12 Reapply cosmetical changes Merge: 92de863c77 35eded8fde -mhugent 2012-01-12 +Marco Hugentobler 2012-01-12 Merge pull request #85 from mbernasocchi/android @@ -219918,7 +231958,7 @@ Marco Hugentobler 2012-01-12 [FEATURE]: relief and hillshade function, modification of raster terrain structure -Juergen E. Fischer 2012-01-12 +Jürgen E. Fischer 2012-01-12 german translation update @@ -219926,7 +231966,7 @@ Werner Macho 2012-01-12 translation update: es by carlos -Juergen E. Fischer 2012-01-12 +Jürgen E. Fischer 2012-01-12 fix #4636: - add a column containing the feature id, if no columns are there (otherwise @@ -219936,17 +231976,17 @@ Juergen E. Fischer 2012-01-12 rows in the attribute table disappear, instead of showing ERROR) - memory provider: update the feature id in added features -Juergen E. Fischer 2012-01-12 +Jürgen E. Fischer 2012-01-12 apply #4167 -volayaf@gmail.com 2012-01-11 +Víctor Olaya 2012-01-11 added multiple input dialgo and panel git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@13 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Juergen E. Fischer 2012-01-11 +Jürgen E. Fischer 2012-01-11 postgres provider: - base geometrytype filtering on GeometryType not WkbType @@ -219954,7 +231994,7 @@ Juergen E. Fischer 2012-01-11 - fix #4783 - adapt #4767 -Juergen E. Fischer 2012-01-11 +Jürgen E. Fischer 2012-01-11 fix warning @@ -219990,14 +232030,14 @@ Alexander Bruy 2012-01-11 always save last used dir in Raster terrain analysis plugin (fix #4693) -volayaf@gmail.com 2012-01-11 +Víctor Olaya 2012-01-11 simplified ui files added search functionality to toolbox git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@12 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Marco Bernasocchi 2012-01-11 +Marco Bernasocchi 2012-01-11 fixing execinfo.h no such file or directory on android @@ -220008,15 +232048,15 @@ Nathan Woodrow 2012-01-10 FIX #4201 -Marco Bernasocchi 2012-01-11 +Marco Bernasocchi 2012-01-11 FIX #4201 -Juergen E. Fischer 2012-01-10 +Jürgen E. Fischer 2012-01-10 [FEATURE] add status bar tool button that toggles visibility of message log and show tooltips when messages appear while message log is hidden -Juergen E. Fischer 2012-01-10 +Jürgen E. Fischer 2012-01-10 postgres provider fixes @@ -220026,31 +232066,31 @@ Alexander Bruy 2012-01-10 renderer. Also always add default value and use it for all unclassified values (fixes #2709) -volayaf@gmail.com 2012-01-10 +Víctor Olaya 2012-01-10 working on qgis plugin, creating parameters window git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@11 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-01-10 +Víctor Olaya 2012-01-10 moving to qgis-plugin git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@10 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-01-10 +Víctor Olaya 2012-01-10 deleting qgis plugin to upload new stuff git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@8 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -volayaf@gmail.com 2012-01-10 +Víctor Olaya 2012-01-10 deleting qgis plugin to upload new stuff git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@7 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d -Sandro Santilli 2012-01-09 +Sandro Santilli 2012-01-09 Use ST_MakeEnvelope with PostGIS 2.0+ to build query rectangle @@ -220070,7 +232110,7 @@ Alexander Bruy 2012-01-10 move map scale selector to QgsScaleComboBox class. Highlight nearest value to the current scale when open selectors popup -Juergen E. Fischer 2012-01-10 +Jürgen E. Fischer 2012-01-10 don't require webkit when desktop is not built (refers #4756) @@ -220086,21 +232126,21 @@ Marco Hugentobler 2012-01-10 Remove old code in raster layer -Juergen E. Fischer 2012-01-10 +Jürgen E. Fischer 2012-01-10 - log addition of user coordinate systems - include proj.4 definitions in CRS exceptions - raster layer: catch exception on extent transformation errors (fixes freeze in #4583) -Juergen E. Fischer 2012-01-09 +Jürgen E. Fischer 2012-01-09 fix vc warnings -Juergen E. Fischer 2012-01-09 +Jürgen E. Fischer 2012-01-09 add missing postgres provider symbol and link spit with QgsPostgresConn -Juergen E. Fischer 2011-12-29 +Jürgen E. Fischer 2011-12-29 [FEATURE][API] postgres provider refactoring: - use m prefix for member variables and s prefix for class variables @@ -220115,13 +232155,13 @@ Juergen E. Fischer 2011-12-29 * no more explicit filter strings * support for empty tables without gemetry_columns entry or GEOMETRY type. -Juergen E. Fischer 2012-01-09 +Jürgen E. Fischer 2012-01-09 QgsVectorLayer: - boundingBoxOfSelected() iterate only selected feature with featureAtId where available - identify unknown extents in metadata -Juergen E. Fischer 2011-12-28 +Jürgen E. Fischer 2011-12-28 german translation update @@ -220129,25 +232169,25 @@ Werner Macho 2012-01-09 translation update: fr by JRM -Juergen E. Fischer 2012-01-09 +Jürgen E. Fischer 2012-01-09 fix 8a2ea36a -Juergen E. Fischer 2012-01-07 +Jürgen E. Fischer 2012-01-07 [FEATURE] make loading attributes interruptable - also show progress - fix tracking of canvas extent (OTFR wasn't considered) -Juergen E. Fischer 2012-01-08 +Jürgen E. Fischer 2012-01-08 strip toplevel directory from debugging output -Juergen E. Fischer 2012-01-08 +Jürgen E. Fischer 2012-01-08 fix sip bindings -Juergen E. Fischer 2012-01-09 +Jürgen E. Fischer 2012-01-09 [FEATURE] make desktop build optional (but default; fixes #4756) @@ -220159,11 +232199,11 @@ Marco Hugentobler 2012-01-08 Move creation of renderer classes out of drawing loop -Juergen E. Fischer 2012-01-08 +Jürgen E. Fischer 2012-01-08 fix #4622 -Juergen E. Fischer 2012-01-07 +Jürgen E. Fischer 2012-01-07 fix windows build and some warnings @@ -220171,11 +232211,11 @@ Marco Hugentobler 2012-01-07 Use QImage method for bilinear resampling -Nathan Woodrow 2012-01-07 +Nathan Woodrow 2012-01-07 Add highlighting for CASE condition; make regex for quote matching less greedy -volayaf@gmail.com 2012-01-07 +Víctor Olaya 2012-01-07 importing sextante for qgis plugin @@ -220205,7 +232245,7 @@ Alexander Bruy 2012-01-06 fix #4748 -Nathan Woodrow 2012-01-06 +Nathan Woodrow 2012-01-06 [FEATURE] Add label wrapping on character. Semi Fixes #3284 @@ -220214,7 +232254,7 @@ Marco Hugentobler 2012-01-06 Single band pseudo color renderer Merge: abcd193b0f 3f73c859c3 -Marco Bernasocchi 2012-01-05 +Marco Bernasocchi 2012-01-05 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android @@ -220229,7 +232269,7 @@ Sergey Yakushev 2012-01-06 RoadGraph: fix runtime warnings -Nathan Woodrow 2012-01-05 +Nathan Woodrow 2012-01-05 Remove border from expression builder output area @@ -220237,7 +232277,7 @@ Werner Macho 2012-01-05 translation update: pt_BR by arthur -Juergen E. Fischer 2012-01-04 +Jürgen E. Fischer 2012-01-04 fix windows build @@ -220245,26 +232285,26 @@ Martin Dobias 2012-01-04 Do not use automatic grouping anymore -Juergen E. Fischer 2012-01-04 +Jürgen E. Fischer 2012-01-04 debugging improvements: - use versioned class variables in QgsApplication (multiple version of qgis_core don't conflict) - QgsLogger: log message to file before writing before invoking the message handler - on linux: produce backtrace on fatal errors -Juergen E. Fischer 2012-01-04 +Jürgen E. Fischer 2012-01-04 fix #4690 -Juergen E. Fischer 2012-01-04 +Jürgen E. Fischer 2012-01-04 nodetool fixes (fixes #4523, #4737 & #4738) -Juergen E. Fischer 2012-01-04 +Jürgen E. Fischer 2012-01-04 node tool: only draw vertex markers in the current canvas (refers to #4523) -Juergen E. Fischer 2012-01-03 +Jürgen E. Fischer 2012-01-03 fix #4732 @@ -220272,11 +232312,11 @@ Marco Hugentobler 2012-01-03 Detect if transparency can be ignored for paletted renderer -Juergen E. Fischer 2012-01-03 +Jürgen E. Fischer 2012-01-03 german translation update -Juergen E. Fischer 2012-01-03 +Jürgen E. Fischer 2012-01-03 fix #4523: - make geometry validation optional: none, QGIS and GEOS @@ -220289,17 +232329,17 @@ Marco Hugentobler 2012-01-02 Add single band color data renderer -Juergen E. Fischer 2012-01-02 +Jürgen E. Fischer 2012-01-02 missed a file in last commit -Juergen E. Fischer 2012-01-02 +Jürgen E. Fischer 2012-01-02 - fix #4732 - move contents of src/app/attributetable and src/app/spatialite up one level (there was only one class in each directory left) -Juergen E. Fischer 2012-01-02 +Jürgen E. Fischer 2012-01-02 fix #4736 @@ -220330,7 +232370,7 @@ Giuseppe Sucameli 2011-12-31 fix invalid list index in identify results causing wrong result or segfault accessing actions from context menu -Juergen E. Fischer 2011-12-29 +Jürgen E. Fischer 2011-12-29 [FEATURE] add uuid generator widget @@ -220338,7 +232378,7 @@ Marco Hugentobler 2011-12-30 More pixels per raster part -Nathan Woodrow 2011-12-30 +Nathan Woodrow 2011-12-30 Wrap field name in quotes when added to expression string @@ -220347,11 +232387,11 @@ Marco Hugentobler 2011-12-30 Provide convenience function to draw image parts for raster renderer Merge: de4850457c 3c9d1a3f74 -Nathan Woodrow 2011-12-30 +Nathan Woodrow 2011-12-30 Merge branch 'master' into expression-builder-highlighter -Nathan Woodrow 2011-12-28 +Nathan Woodrow 2011-12-28 Add = to operators box; Refector connecting of push button signals; Fixes #4706 @@ -220359,7 +232399,7 @@ Marco Hugentobler 2011-12-29 Set contrast enhancement to single band gray renderer -Nathan Woodrow 2011-12-29 +Nathan Woodrow 2011-12-29 Added basic highlighter for QgsExpression in expression builder widget @@ -220408,7 +232448,7 @@ Marco Hugentobler 2011-12-28 Better handling of edge-cases for bilinear resampler -Nathan Woodrow 2011-12-28 +Nathan Woodrow 2011-12-28 Refector QgsExpressionBuilderWidget to add API for loading field names; update uses of widget to use new API @@ -220444,22 +232484,22 @@ Alexander Bruy 2011-12-27 fix windows build -Juergen E. Fischer 2011-12-27 +Jürgen E. Fischer 2011-12-27 ogr provider: - support for OLCStringsAsUTF8 (fixes #4558) - remove quotation on "ORDER BY" (produces a syntax error otherwise) - support for null values in uniqueValues/minimumValue/maximumValue -Juergen E. Fischer 2011-12-27 +Jürgen E. Fischer 2011-12-27 query builder: support null values in values lists -Juergen E. Fischer 2011-12-27 +Jürgen E. Fischer 2011-12-27 indentation update -Juergen E. Fischer 2011-12-25 +Jürgen E. Fischer 2011-12-25 german translation update @@ -220509,15 +232549,15 @@ Marco Hugentobler 2011-12-26 Support for global transparency in raster renderer -Juergen E. Fischer 2011-12-25 +Jürgen E. Fischer 2011-12-25 implement #4217 -Juergen E. Fischer 2011-12-25 +Jürgen E. Fischer 2011-12-25 fix #4305 -Juergen E. Fischer 2011-12-25 +Jürgen E. Fischer 2011-12-25 fix sip annotation @@ -220542,43 +232582,43 @@ Marco Hugentobler 2011-12-24 Reading of rasters in several parts -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 fix #4371 -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 fix #4402 -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 update for sip 4.13 -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 fix #3185 and #4689 -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 fix #3963 -Juergen E. Fischer 2011-12-24 +Jürgen E. Fischer 2011-12-24 fix runtime warnings -Juergen E. Fischer 2011-12-23 +Jürgen E. Fischer 2011-12-23 fix #4646 -Juergen E. Fischer 2011-12-23 +Jürgen E. Fischer 2011-12-23 fix #4478 -Juergen E. Fischer 2011-12-23 +Jürgen E. Fischer 2011-12-23 disable rendering while legend group is removed -Juergen E. Fischer 2011-12-23 +Jürgen E. Fischer 2011-12-23 fix #4694 @@ -220610,7 +232650,7 @@ Alexander Bruy 2011-12-23 [BACKPORT] add extension to new SpatiaLite database if user ommits it -Juergen E. Fischer 2011-12-22 +Jürgen E. Fischer 2011-12-22 gdal provider: add statusChanged signal and fix debugging output @@ -220622,11 +232662,11 @@ Richard Duivenvoorde 2011-12-22 - 4 recent crs's is a little low... make it 8 - fixing the selecting of the non-current crs when dialog shows -Juergen E. Fischer 2011-12-22 +Jürgen E. Fischer 2011-12-22 german translation update -Juergen E. Fischer 2011-12-22 +Jürgen E. Fischer 2011-12-22 postgres provider: remove ctid limitation to 32bit @@ -220635,7 +232675,7 @@ Alexander Bruy 2011-12-22 [BACKPORT] use native projection selector in New SpatiaLite layer dialog (completely fix #4549) -Juergen E. Fischer 2011-12-22 +Jürgen E. Fischer 2011-12-22 fix #4647 (introduced in 3b9b2d - track backports please) @@ -220668,7 +232708,7 @@ Marco Hugentobler 2011-12-21 Use bezier interpolation for cubic resampling. Still buggy -Juergen E. Fischer 2011-12-21 +Jürgen E. Fischer 2011-12-21 german translation update @@ -220729,11 +232769,11 @@ Alexander Bruy 2011-12-20 implement helper methods to add plugins to the Raster menu and toolbar -Juergen E. Fischer 2011-12-20 +Jürgen E. Fischer 2011-12-20 readd google mercartor (pseudo epsg:900913) removed with with 42e02d82c05b4da370be77ef71345ba62457cc66 (IssueID #4652) -Juergen E. Fischer 2011-12-20 +Jürgen E. Fischer 2011-12-20 apply #4685 @@ -220786,19 +232826,19 @@ Marco Hugentobler 2011-12-18 Enable button to access label engine settings -Juergen E. Fischer 2011-12-18 +Jürgen E. Fischer 2011-12-18 fix #4389 -Juergen E. Fischer 2011-12-18 +Jürgen E. Fischer 2011-12-18 add log messages to raster layer -Juergen E. Fischer 2011-12-18 +Jürgen E. Fischer 2011-12-18 fix typos -Marco BErnasocchi 2011-12-18 +Marco Bernasocchi 2011-12-18 added QScrollarea to new spatialite dialog @@ -220810,7 +232850,7 @@ Alexander Bruy 2011-12-17 minor UI fix in New SpatiaLite Layer dialog -Juergen E. Fischer 2011-12-16 +Jürgen E. Fischer 2011-12-16 remove "unsynced" EPSG CRS that are not listed in GDAL (closes #4652) @@ -220860,11 +232900,11 @@ Alexander Bruy 2011-12-14 [BACKPORT] sort layers and fields alphabetically in fTools (fix #4412) -pcav 2011-11-14 +Paolo Cavallini 2011-11-14 Minor fix to IT GUI -Juergen E. Fischer 2011-12-13 +Jürgen E. Fischer 2011-12-13 fix windows build @@ -220909,11 +232949,11 @@ Jean-Roc Morreale 2011-12-11 update fr string, correct keybord shorcuts -Juergen E. Fischer 2011-12-10 +Jürgen E. Fischer 2011-12-10 fix source permissions -Juergen E. Fischer 2011-12-10 +Jürgen E. Fischer 2011-12-10 enable wait cursor when wms search is ongoing (closes #4625) @@ -220949,7 +232989,7 @@ Werner Macho 2011-12-10 translation update: pl -Juergen E. Fischer 2011-12-09 +Jürgen E. Fischer 2011-12-09 - update wms metadata (fixes #4626) - german translation fixes @@ -220993,12 +233033,12 @@ Alexander Bruy 2011-12-09 [BACKPORT] move database related plugins to Database menu and create some icons in Layers toolbar (partial fix for #4395) -Juergen E. Fischer 2011-12-08 +Jürgen E. Fischer 2011-12-08 WMS server: add more capabilities to GetCapabilities response (including GetPrint) Thanks Marco Lechner for the initial patch. -Juergen E. Fischer 2011-12-07 +Jürgen E. Fischer 2011-12-07 [FEATURE] WMS server: add support for WMS 1.1.1 and port to QMap (from std::map) Thanks Marco Lechner for the initial WMS 1.1.1 patch. @@ -221020,7 +233060,7 @@ Marco Hugentobler 2011-12-08 Filter export for operators AND / OR Merge: a74d82d013 f1c4d535f3 -marco 2011-12-07 +Marco Hugentobler 2011-12-07 Merge branch 'composeritem_xml' @@ -221040,35 +233080,35 @@ Werner Macho 2011-12-07 translation update: et by Veiko -marco 2011-12-07 +Marco Hugentobler 2011-12-07 Option to create undo commands whan adding composer items from xml -marco 2011-12-07 +Marco Hugentobler 2011-12-07 Move more item related functions from composerview to composeritem -Juergen E. Fischer 2011-12-07 +Jürgen E. Fischer 2011-12-07 german translation update -Juergen E. Fischer 2011-11-30 +Jürgen E. Fischer 2011-11-30 hide layer order dock by default -Juergen E. Fischer 2011-11-30 +Jürgen E. Fischer 2011-11-30 add tooltip for 'Select At Id' option in postgres selection dialog -Juergen E. Fischer 2011-12-06 +Jürgen E. Fischer 2011-12-06 reindent main.cpp -Juergen E. Fischer 2011-12-06 +Jürgen E. Fischer 2011-12-06 implement #4615: save as spatialite -Juergen E. Fischer 2011-12-06 +Jürgen E. Fischer 2011-12-06 wms provider: log error message, if a faulty image is returned. @@ -221093,11 +233133,11 @@ Tim Sutton 2011-12-06 Merge branch 'master' of github.com:qgis/Quantum-GIS -marco 2011-12-05 +Marco Hugentobler 2011-12-05 More cleanups -marco 2011-12-05 +Marco Hugentobler 2011-12-05 Remove addItem methods of composer view. Use the ones from composition instead @@ -221105,7 +233145,7 @@ Werner Macho 2011-12-05 translation update: pt_PT by Luís de Sousa -marco 2011-12-05 +Marco Hugentobler 2011-12-05 Keep item option tab up-to-date @@ -221146,19 +233186,19 @@ Werner Macho 2011-12-04 update fr translation -marco 2011-12-04 +Marco Hugentobler 2011-12-04 Move loading of items to qgscomposition to avoid duplicated code -Juergen E. Fischer 2011-12-03 +Jürgen E. Fischer 2011-12-03 fix #4600: also remove invisible layers from layer order list -Marco BErnasocchi 2011-12-03 +Marco Bernasocchi 2011-12-03 - added CmakeLists.txt.user to .gitignore -Marco BErnasocchi 2011-12-03 +Marco Bernasocchi 2011-12-03 - Fixed pull request comments @@ -221183,7 +233223,7 @@ Tim Sutton 2011-12-01 Reduce layout margins on legend, legend order, python console. Change le... -Nathan Woodrow 2011-12-02 +Nathan Woodrow 2011-12-02 Reduce layout margins on legend, legend order, python console. Change legend order font size to 10 same as legend @@ -221200,7 +233240,7 @@ Giuseppe Sucameli 2011-12-01 [BACKPORT] find python on OSX (partially fix #3097) don't overwrite PATH env var, but append to it. -Marco Bernasocchi 2011-11-30 +Marco Bernasocchi 2011-11-30 fix #4573 @@ -221229,7 +233269,7 @@ Tim Sutton 2011-11-30 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-11-30 +Jürgen E. Fischer 2011-11-30 german translation update @@ -221241,27 +233281,27 @@ Martin Dobias 2011-11-30 Allow rules to have children -Juergen E. Fischer 2011-11-30 +Jürgen E. Fischer 2011-11-30 [FEATURE] allow to disable SelectAtId capability for PostgreSQL provider to force usage of the attribute table memory model. Apparently the memory model was completely disfunctional before. Fixes included, but it probably needs more testing. -Juergen E. Fischer 2011-11-30 +Jürgen E. Fischer 2011-11-30 legend order: add checkboxes to control whether the legend or the layer order controls render order Merge: ce807107c9 376d45b0dd -Marco BErnasocchi 2011-11-29 +Marco Bernasocchi 2011-11-29 Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android -marco 2011-11-28 +Marco Hugentobler 2011-11-28 [FEATURE]: Copy paste for composer item. Provided by Anna Kratochvilova in ticket #4070 -Juergen E. Fischer 2011-11-29 +Jürgen E. Fischer 2011-11-29 remove superfluous closing parenthesis @@ -221270,20 +233310,20 @@ Tim Sutton 2011-11-29 Merge branch 'master' of github.com:qgis/Quantum-GIS -Marco BErnasocchi 2011-11-29 +Marco Bernasocchi 2011-11-29 cleaning up for pull -Marco BErnasocchi 2011-11-29 +Marco Bernasocchi 2011-11-29 cleaning up for pull request Merge: 249d8892b1 4b86c710e9 -Marco BErnasocchi 2011-11-29 +Marco Bernasocchi 2011-11-29 Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android -marco 2011-11-28 +Marco Hugentobler 2011-11-28 Ticket #4035 @@ -221291,7 +233331,7 @@ Jean-Roc Morreale 2011-11-28 update french gui -marco 2011-11-28 +Marco Hugentobler 2011-11-28 [FEATURE]: alignment (left/middle/right) for composer scale bar to keep bar position when zooming @@ -221307,15 +233347,15 @@ Tim Sutton 2011-11-27 More tweaks to the Projection selector widget -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 yet another german translation update -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 fix initial state of layer order list on project load -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 more log messages and auto-resize cells @@ -221329,15 +233369,15 @@ Tim Sutton 2011-11-27 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 use the same format in logfile and on console and use either console or logfile -Nathan Woodrow 2011-11-27 +Nathan Woodrow 2011-11-27 Put 'Hide deprecated CRSs' back to size 9 -Nathan Woodrow 2011-11-23 +Nathan Woodrow 2011-11-23 UI tweaks to the projection UI; Remove old buttons and code etc @@ -221345,7 +233385,7 @@ Radim Blazek 2011-11-27 maxdev must also be inited -Nathan Woodrow 2011-11-27 +Nathan Woodrow 2011-11-27 Put 'Hide deprecated CRSs' back to size 9 @@ -221361,39 +233401,39 @@ Radim Blazek 2011-11-27 missing iostream -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 another german translation update -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 add translation strings for expression builder -Juergen E. Fischer 2011-11-27 +Jürgen E. Fischer 2011-11-27 missed new files of 46bc34df8c0312cd169f7a1e10305060437d5cfc -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 debian packaging update -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 german translation update -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 [FEATURE] allow legend independant drawing order -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 add log messages to OGR provider -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 make log tabs closable -Juergen E. Fischer 2011-11-26 +Jürgen E. Fischer 2011-11-26 remove unnecessary iostream includes @@ -221417,25 +233457,25 @@ Martin Dobias 2011-11-25 Support multiple matching rules per feature, always using symbol levels -Sandro Santilli 2011-11-25 +Sandro Santilli 2011-11-25 Simplify generation of SQL query for selecting features in a box. This is propedeutic to upcoming changes related to boxes in PostGIS 2.0 -Sandro Santilli 2011-11-21 +Sandro Santilli 2011-11-21 [FEATURE] Detect topology support -Juergen E. Fischer 2011-11-25 +Jürgen E. Fischer 2011-11-25 log more error messages -Juergen E. Fischer 2011-11-25 +Jürgen E. Fischer 2011-11-25 german translation update -Juergen E. Fischer 2011-11-25 +Jürgen E. Fischer 2011-11-25 default postigis geometry columns lookups in the meta data only @@ -221453,7 +233493,7 @@ Tim Sutton 2011-11-25 Resolved merge conflicts Merge: 5b9cc5cfaf 898604dbb4 -Marco BErnasocchi 2011-11-25 +Marco Bernasocchi 2011-11-25 Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android @@ -221474,15 +233514,15 @@ Tim Sutton 2011-11-24 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-11-24 +Jürgen E. Fischer 2011-11-24 missed a file in last commit -Juergen E. Fischer 2011-11-24 +Jürgen E. Fischer 2011-11-24 [FEATURE] add row cache for attribute table -Juergen E. Fischer 2011-11-24 +Jürgen E. Fischer 2011-11-24 fix crash when project is not yet saved @@ -221495,7 +233535,7 @@ Tim Sutton 2011-11-24 Added the show scale range button -Marco BErnasocchi 2011-11-24 +Marco Bernasocchi 2011-11-24 fix for issue 4224: - plugins are loaded only if called *plugin.so @@ -221509,7 +233549,7 @@ Tim Sutton 2011-11-23 Updates for html interaction with qgis - raster metadata revamp -Nathan Woodrow 2011-11-23 +Nathan Woodrow 2011-11-23 UI tweaks to the projection UI; Remove old buttons and code etc @@ -221517,7 +233557,7 @@ Tim Sutton 2011-11-23 Further updates to places provider registry called pluginPath to make it use providerPath now -Marco BErnasocchi 2011-11-23 +Marco Bernasocchi 2011-11-23 Added support for unversioned libs for android @@ -221530,7 +233570,7 @@ Tim Sutton 2011-11-22 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-11-22 +Jürgen E. Fischer 2011-11-22 emulate getrusage(2) on windows (borought from PostgreSQL) @@ -221552,7 +233592,7 @@ Richard Duivenvoorde 2011-11-22 for #4550 projection ui work -marco 2011-11-21 +Marco Hugentobler 2011-11-21 Point displacement renderer: fix loading embeded renderers @@ -221587,7 +233627,7 @@ Tim Sutton 2011-11-20 OGR provider: don't segfault when the layer cannot be retrieved (e.g. datasource with 0 layer) -Even Rouault 2011-11-20 +Even Rouault 2011-11-20 OGR provider: don't segfault when the layer cannot be retrieved (e.g. datasource with 0 layer) @@ -221611,19 +233651,19 @@ Tim Sutton 2011-11-19 Keep providers in a separate dir to plugins -Nathan Woodrow 2011-11-19 +Nathan Woodrow 2011-11-19 Reduce margins; hide row header; use DotLine for grid; reduce spacing between rows -Juergen E. Fischer 2011-11-18 +Jürgen E. Fischer 2011-11-18 [FEATURE] message log window -Juergen E. Fischer 2011-11-18 +Jürgen E. Fischer 2011-11-18 fix tab restoration in project properties -Juergen E. Fischer 2011-11-18 +Jürgen E. Fischer 2011-11-18 make relative paths default @@ -221657,7 +233697,7 @@ Giuseppe Sucameli 2011-11-17 fix #4465 to make the GRASS plugin working with GRASS 6.4.2RC2 Merge: aabfdf9d88 0a17ad5287 -Nathan Woodrow 2011-11-17 +Nathan Woodrow 2011-11-17 Merge upstream/master; fix conflicts @@ -221665,11 +233705,11 @@ Giuseppe Sucameli 2011-11-17 fix #4466 -Nathan Woodrow 2011-11-17 +Nathan Woodrow 2011-11-17 Use null string vs empty -Juergen E. Fischer 2011-11-17 +Jürgen E. Fischer 2011-11-17 fix windows build @@ -221690,7 +233730,7 @@ Marco Hugentobler 2011-11-17 WMS server: another correction to correctly support embedded layers and groups -Juergen E. Fischer 2011-11-17 +Jürgen E. Fischer 2011-11-17 osgeo4w update: use GRASS 6.4.2RC2 @@ -221703,7 +233743,7 @@ Tim Sutton 2011-11-17 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-11-16 +Jürgen E. Fischer 2011-11-16 debian packaging update @@ -221728,7 +233768,7 @@ Werner Macho 2011-11-16 Merge remote-tracking branch 'upstream/master' -Marco Bernasocchi 2011-11-16 +Marco Bernasocchi 2011-11-16 added new qtmain_android.cpp @@ -221736,19 +233776,19 @@ Werner Macho 2011-11-16 translation update: added norwegian on request -Marco Bernasocchi 2011-11-16 +Marco Bernasocchi 2011-11-16 changed app class path -Juergen E. Fischer 2011-11-16 +Jürgen E. Fischer 2011-11-16 fix creatation of python output directory on windows -marco 2011-11-16 +Marco Hugentobler 2011-11-16 Better implementation of QgsProjectParser::mapLayerFromStyle -Juergen E. Fischer 2011-11-16 +Jürgen E. Fischer 2011-11-16 debian packaging update @@ -221756,7 +233796,7 @@ Martin Dobias 2011-11-15 Fix #4511 - refreshing of Postgres tables -Juergen E. Fischer 2011-11-15 +Jürgen E. Fischer 2011-11-15 fix windows build and include tests runs in nightly build @@ -221764,7 +233804,7 @@ Marco Hugentobler 2011-11-15 Added python bindings for vector field symbollayer -marco 2011-11-14 +Marco Hugentobler 2011-11-14 Flag to allow usage of QGIS server with an x-server (vector pdf output for patterns) @@ -221797,7 +233837,7 @@ Tim Sutton 2011-11-14 Updates for unit tests so they actually run and fix application test -marco 2011-11-14 +Marco Hugentobler 2011-11-14 Save some time in node tool for geometry export and avoid detachs @@ -221812,7 +233852,7 @@ Tim Sutton 2011-11-13 fix for #4500 -marco 2011-11-13 +Marco Hugentobler 2011-11-13 Don't show invisible layers and features in wms server feature info @@ -221820,13 +233860,13 @@ Richard Duivenvoorde 2011-11-13 fix for #4500, endlessloop because of too small tolerance -Sandro Santilli 2011-11-13 +Sandro Santilli 2011-11-13 Add support for TopoGeometry datatype (don't get too excited) -Juergen E. Fischer 2011-11-13 +Jürgen E. Fischer 2011-11-13 update qgisapp for new codename @@ -221834,25 +233874,25 @@ Alexander Bruy 2011-11-13 [BP18] wrap long label in Options dialog to avoid horizontal scrolling -Juergen E. Fischer 2011-11-13 +Jürgen E. Fischer 2011-11-13 german translation update Merge: 27e770a502 d52c510eaa -pcav 2011-11-13 +Paolo Cavallini 2011-11-13 Merge branch 'master' of github.com:qgis/Quantum-GIS -marco 2011-11-13 +Marco Hugentobler 2011-11-13 WMS server: support relative pathes to spatialite dbs Merge: 76244bc59c f8bbe8fb70 -Marco Bernasocchi 2011-11-13 +Marco Bernasocchi 2011-11-13 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android -pcav 2011-10-19 +Paolo Cavallini 2011-10-19 More typos in IT GUI @@ -221865,11 +233905,11 @@ Alexander Bruy 2011-11-13 [BACKPORT] fix broken Assign projection functionality in GDALTools and improve handling output file extension -Nathan Woodrow 2011-11-13 +Nathan Woodrow 2011-11-13 Add note about restart required -Nathan Woodrow 2011-11-13 +Nathan Woodrow 2011-11-13 Allow user to select Qt app style @@ -221909,7 +233949,7 @@ Alexander Bruy 2011-11-12 [BACKPORT] add What's this to Help menu (implement #4179) -Juergen E. Fischer 2011-11-12 +Jürgen E. Fischer 2011-11-12 german translation update @@ -221949,7 +233989,7 @@ Alexander Bruy 2011-11-12 [FEATURE] Build spatial index tool for fTools (see #2779). Currently without icon -marco 2011-11-12 +Marco Hugentobler 2011-11-12 sld parser in qgis server is still on old symbology @@ -222000,7 +234040,7 @@ Martin Dobias 2011-11-08 icon=icons/postgis_elephant.png qgisMinimumVersion=1.0.0 -Juergen E. Fischer 2011-11-09 +Jürgen E. Fischer 2011-11-09 put spatialindex header directory in front of GEOS @@ -222022,7 +234062,7 @@ Martin Dobias 2011-11-08 Fix label orientation with line dependent position (#3643) -Juergen E. Fischer 2011-11-08 +Jürgen E. Fischer 2011-11-08 german translation update @@ -222030,7 +234070,7 @@ Martin Dobias 2011-11-01 More intuitive setting for orientation of labels (map/line) -Sandro Santilli 2011-10-22 +Sandro Santilli 2011-10-22 Disable options related to interpretation and threatment of above/below line labeling when online labeling is requested. @@ -222048,11 +234088,11 @@ Martin Dobias 2011-10-04 Beware: featureAtId() may interfere, this should be checked. -Juergen E. Fischer 2011-11-07 +Jürgen E. Fischer 2011-11-07 postgres provider: also consider int2 and int8 as primary candidates of views -Juergen E. Fischer 2011-10-28 +Jürgen E. Fischer 2011-10-28 when intializing from WKT favourize EPSG instead of PROJ.4 @@ -222064,11 +234104,11 @@ Radim Blazek 2011-11-07 GRASS version support -Nathan Woodrow 2011-11-07 +Nathan Woodrow 2011-11-07 Handle function help the same way as context help; Allows easier management of help; Use same style sheet as context help. -Juergen E. Fischer 2011-11-07 +Jürgen E. Fischer 2011-11-07 remove spatialindex include @@ -222096,7 +234136,7 @@ William Kyngesburye 2011-11-06 fix missing spatialindex include dir -marco 2011-11-05 +Marco Hugentobler 2011-11-05 Refresh map list in composer table widget in showEvent. Ticket #4496 @@ -222119,7 +234159,7 @@ Werner Macho 2011-11-04 translation update: small german typo fixes -Juergen E. Fischer 2011-11-03 +Jürgen E. Fischer 2011-11-03 fix NULL support in expression evaluation @@ -222127,7 +234167,7 @@ Martin Dobias 2011-11-03 Fix #4479 - trigger "new color ramp" always when activated -Juergen E. Fischer 2011-11-03 +Jürgen E. Fischer 2011-11-03 fix windows build @@ -222150,11 +234190,11 @@ Martin Dobias 2011-11-02 Fix #4441 -Nathan Woodrow 2011-11-02 +Nathan Woodrow 2011-11-02 Remove option for multiline; Code always uses multiline; Direction symbol now works for multiline -Nathan Woodrow 2011-11-01 +Nathan Woodrow 2011-11-01 Added icons for save and load buttons; Open and Save buttons hiden for now @@ -222163,7 +234203,7 @@ Marco Hugentobler 2011-11-02 [FEATURE]: added vector field symbol layer to visualise displacement. Changed ellipse symbol layer to resolve field indices in startRender method -Juergen E. Fischer 2011-11-02 +Jürgen E. Fischer 2011-11-02 fix windows build @@ -222191,7 +234231,7 @@ Marco Hugentobler 2011-11-01 Updated python bindings, added export macros -Nathan Woodrow 2011-10-31 +Nathan Woodrow 2011-10-31 Move help above field values, less movement in Ui for user;add save and open button @@ -222236,7 +234276,7 @@ Martin Dobias 2011-10-22 [FEATURE] SpatiaLite databases in browser -marco 2011-10-30 +Marco Hugentobler 2011-10-30 Optionally pass vector layer pointer to rendercontext @@ -222244,7 +234284,7 @@ Nathan Woodrow 2011-10-28 Fix multiline overlap - Fix for #4454 -Juergen E. Fischer 2011-10-29 +Jürgen E. Fischer 2011-10-29 fix windows build @@ -222257,7 +234297,7 @@ Tim Sutton 2011-10-28 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-10-28 +Jürgen E. Fischer 2011-10-28 debian packaging update @@ -222269,11 +234309,11 @@ Nathan Woodrow 2011-10-28 Fix grabbing of first QgsFeature; Cache QgsFeature being used to eval; Handle layers with no objects -Juergen E. Fischer 2011-10-27 +Jürgen E. Fischer 2011-10-27 For EPSG initialize GDAL CRS from authid instead of proj.4 string -Juergen E. Fischer 2011-10-27 +Jürgen E. Fischer 2011-10-27 reduce debugging noise @@ -222298,36 +234338,36 @@ Tim Sutton 2011-10-24 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-10-19 +Jürgen E. Fischer 2011-10-19 osgeo4w: build qgis-dev with GRASS 6.4.2RC2 -Juergen E. Fischer 2011-10-22 +Jürgen E. Fischer 2011-10-22 more cosmetics -Juergen E. Fischer 2011-10-22 +Jürgen E. Fischer 2011-10-22 german translation update -Sandro Santilli 2011-10-22 +Sandro Santilli 2011-10-22 Label direction symbol shouldn't depend on "map" vs. "line" orientation. Refer to issue #3643 for further discussion -Juergen E. Fischer 2011-10-22 +Jürgen E. Fischer 2011-10-22 fix warnings and more cosmetics -Sandro Santilli 2011-10-22 +Sandro Santilli 2011-10-22 Only implement QVariant bug workaround when building against Qt < 4.7.1 [#4284] -Sandro Santilli 2011-10-22 +Sandro Santilli 2011-10-22 Workaround for builds against Qt 4.6.2. Fixes bug #4284. -marco 2011-10-22 +Marco Hugentobler 2011-10-22 Fix for ticket #4414 (svg indicators for arrows are not shown) @@ -222382,7 +234422,7 @@ Martin Dobias 2011-10-20 Merge branch 'master', remote-tracking branch 'nathan/expression-labels' -Juergen E. Fischer 2011-10-19 +Jürgen E. Fischer 2011-10-19 german translation update @@ -222464,11 +234504,11 @@ Nathan Woodrow 2011-10-17 Revert CMakeList to normal Merge: 93c2fecfdd 3996d89aa1 -pcav 2011-10-17 +Paolo Cavallini 2011-10-17 Merge branch 'master' of github.com:qgis/Quantum-GIS -pcav 2011-10-14 +Paolo Cavallini 2011-10-14 Fixing typos in IT GUI @@ -222496,20 +234536,20 @@ Nathan Woodrow 2011-10-16 Wire up operator buttons -marco 2011-10-15 +Marco Hugentobler 2011-10-15 Default constructor of QgsProjectParser is private -marco 2011-10-15 +Marco Hugentobler 2011-10-15 Some xml optimisation for WMS server -marco 2011-10-15 +Marco Hugentobler 2011-10-15 WMS server: avoid reading layer symbology if the request does not come from SLD Merge: 10d81dd743 fb6d5512a4 -marco 2011-10-15 +Marco Hugentobler 2011-10-15 Merge branch 'master' of github.com:qgis/Quantum-GIS @@ -222543,7 +234583,7 @@ Tim Sutton 2011-10-14 Merge branch 'master' of github.com:qgis/Quantum-GIS -marco 2011-10-06 +Marco Hugentobler 2011-10-06 Insert date value in attribute editor @@ -222551,7 +234591,7 @@ Marco Hugentobler 2011-10-13 Fix for ticket #4308 -Juergen E. Fischer 2011-10-12 +Jürgen E. Fischer 2011-10-12 debian packaging update @@ -222571,7 +234611,7 @@ Martin Dobias 2011-10-11 WFS: add/edit/delete actions in browser -Juergen E. Fischer 2011-10-11 +Jürgen E. Fischer 2011-10-11 drop non-existing slot @@ -222603,7 +234643,7 @@ Martin Dobias 2011-10-07 Add refresh button to browser dock (#4272) -Juergen E. Fischer 2011-10-11 +Jürgen E. Fischer 2011-10-11 "fix" warnings @@ -222635,19 +234675,19 @@ Nathan Woodrow 2011-10-09 Add signal for expression parsed in widget; fixed enabling of controls in labeling gui; comments -Juergen E. Fischer 2011-10-08 +Jürgen E. Fischer 2011-10-08 osgeo4w update: use external libspatialindex -Juergen E. Fischer 2011-10-08 +Jürgen E. Fischer 2011-10-08 debian packaging update: use libspatialindex on more distributions -Juergen E. Fischer 2011-10-08 +Jürgen E. Fischer 2011-10-08 fix last commit -Juergen E. Fischer 2011-10-08 +Jürgen E. Fischer 2011-10-08 finish #4111: - apply missing bits @@ -222658,11 +234698,11 @@ Tim Sutton 2011-10-07 Apply partial patch from #4111 to allow using separate spatialindex lib from source tree if desired. -Juergen E. Fischer 2011-10-07 +Jürgen E. Fischer 2011-10-07 [API] add QgsVectorLayer::updateFeature() -Juergen E. Fischer 2011-10-07 +Jürgen E. Fischer 2011-10-07 fix warning @@ -222727,7 +234767,7 @@ Martin Dobias 2011-10-03 Ensure that we have a valid line in line decoration (#4241) -Juergen E. Fischer 2011-10-03 +Jürgen E. Fischer 2011-10-03 yet another take on matching proj4string in our database @@ -222735,11 +234775,11 @@ Marco Hugentobler 2011-10-03 Fix for wrong symbol scaling if symbol size is defined in map units and symbol size below one pixel -Juergen E. Fischer 2011-10-02 +Jürgen E. Fischer 2011-10-02 debian packaging update -Juergen E. Fischer 2011-10-02 +Jürgen E. Fischer 2011-10-02 fix windows build @@ -222751,11 +234791,11 @@ Alexander Bruy 2011-10-02 include QgsGraphArc description in Doxygen output (fix #4342) -Juergen E. Fischer 2011-09-30 +Jürgen E. Fischer 2011-09-30 fix #4282 -Juergen E. Fischer 2011-09-30 +Jürgen E. Fischer 2011-09-30 fix warnings @@ -222771,20 +234811,20 @@ Alexander Bruy 2011-09-30 translate comments in English (fix for #4338) -Juergen E. Fischer 2011-09-30 +Jürgen E. Fischer 2011-09-30 fix #4331 -Juergen E. Fischer 2011-09-30 +Jürgen E. Fischer 2011-09-30 german translation update -Juergen E. Fischer 2011-09-30 +Jürgen E. Fischer 2011-09-30 indentation update - please use prepare-commit.sh Merge: a2713fd0ed a950830dcf -mhugent 2011-09-30 +Marco Hugentobler 2011-09-30 Merge pull request #49 from stopa85/network-analysis @@ -222794,15 +234834,15 @@ Jeremy Palmer 2011-09-22 Fix from 49e4e998c6 to ensure that all postgis connection parameters are copied in the QgsPostgresConnection constructor i.e estimatedmetadata. -Juergen E. Fischer 2011-09-29 +Jürgen E. Fischer 2011-09-29 fix some warnings -Juergen E. Fischer 2011-09-29 +Jürgen E. Fischer 2011-09-29 debian packaging update -Juergen E. Fischer 2011-09-24 +Jürgen E. Fischer 2011-09-24 indentation update @@ -222834,7 +234874,7 @@ Marco Hugentobler 2011-09-28 Add feature bounding box to GetFeatureInfo response if invoked with filter and without x/y coordinates Merge: 224f0e3779 7f57de020b -mhugent 2011-09-27 +Marco Hugentobler 2011-09-27 Merge pull request #48 from linz/wfs_layer_sort @@ -222871,7 +234911,7 @@ Nathan Woodrow 2011-09-26 Read functions from QgsExpression. Updated FunctionDef to store group name and help text. Add comments to code NOTE: Reading functions list not working yet. -Juergen E. Fischer 2011-09-25 +Jürgen E. Fischer 2011-09-25 debian packaging update @@ -222893,11 +234933,11 @@ Tim Sutton 2011-09-24 Merge branch 'master' of ../Quantum-GIS -marco 2011-09-24 +Marco Hugentobler 2011-09-24 Consider data defined size on symbol level for ellipse renderer (ticket 4295) -pcav 2011-09-24 +Paolo Cavallini 2011-09-24 Typos in GRASS command list @@ -222917,11 +234957,11 @@ Tim Sutton 2011-09-23 Backported changelog and style changes from 1.7 branch -pcav 2011-09-24 +Paolo Cavallini 2011-09-24 Fix to v.generalize for recent GRASS versions -Juergen E. Fischer 2011-09-23 +Jürgen E. Fischer 2011-09-23 wms provider updates: - don't repeat WMS parameters (eg. when VERSION is specified in the WMS connection's url) @@ -222940,11 +234980,11 @@ Jeremy Palmer 2011-09-22 Added sorting to WFS layer tree grid widget Merge: 8a9da0f227 820469f4b1 -marco 2011-09-20 +Marco Hugentobler 2011-09-20 Merge branch 'master' of github.com:qgis/Quantum-GIS -marco 2011-09-20 +Marco Hugentobler 2011-09-20 Apply patch for ticket 4155, provided by Steven Mizuno @@ -222952,19 +234992,19 @@ Marco Hugentobler 2011-09-19 Fix for ticket #4283 (composer forgets on/off status of layers) -marco 2011-09-18 +Marco Hugentobler 2011-09-18 Prevent Qt assert when using Qt debug compiled -Juergen E. Fischer 2011-09-17 +Jürgen E. Fischer 2011-09-17 add support "sum" operation to merge attribute dialog -Juergen E. Fischer 2011-09-16 +Jürgen E. Fischer 2011-09-16 german translation update -Juergen E. Fischer 2011-09-07 +Jürgen E. Fischer 2011-09-07 update debian/watch @@ -223003,7 +235043,7 @@ Alexander Bruy 2011-09-14 [BACKPORT] allow negative NODATA values in GDALTools -pcav 2011-09-14 +Paolo Cavallini 2011-09-14 Minor IT GUI translation improvements @@ -223046,11 +235086,11 @@ Giuseppe Sucameli 2011-09-10 Fix remove GRASS vector map from mapset on Win OS (should be fix #3646 together with grass-dev package), disable refresh button in GRASS browser if a module is running -Juergen E. Fischer 2011-09-09 +Jürgen E. Fischer 2011-09-09 trim qgsquerybuilder binding (and fix it) -Juergen E. Fischer 2011-09-08 +Jürgen E. Fischer 2011-09-08 add bindings for QgsQueryBuilder @@ -223066,11 +235106,11 @@ Werner Macho 2011-09-08 translation update: mn by Bayarmaa -Juergen E. Fischer 2011-09-08 +Jürgen E. Fischer 2011-09-08 missed to include moved querybuilder files -Juergen E. Fischer 2011-09-08 +Jürgen E. Fischer 2011-09-08 fix windows build errors - moves QgsQueryBuilder from app to gui @@ -223108,7 +235148,7 @@ Marco Hugentobler 2011-09-06 Add zero pointer checks to avoid segfaults Merge: cc8deb9a42 c2cf5cba11 -pcav 2011-09-05 +Paolo Cavallini 2011-09-05 Merge branch 'master' of github.com:qgis/Quantum-GIS @@ -223124,7 +235164,7 @@ Marco Hugentobler 2011-09-02 Use context menu to set properties for multiple symbols in categorized renderer -pcav 2011-09-05 +Paolo Cavallini 2011-09-05 More consistency in WFS plugin IT translation @@ -223159,7 +235199,7 @@ Nathan Woodrow 2011-09-03 UI clean up; Hide and show value list when needed; handle field items better; code clean up. -marco 2011-09-02 +Marco Hugentobler 2011-09-02 Output bounding boxes of wms groups in project CRS instead of WGS84 @@ -223167,7 +235207,7 @@ Werner Macho 2011-09-02 translation update: nl by richard -Juergen E. Fischer 2011-09-01 +Jürgen E. Fischer 2011-09-01 debian packaging update: include pyspatialite @@ -223180,11 +235220,11 @@ Marco Hugentobler 2011-09-01 Small efficiency improvement for rendering Merge: 706b6f154f 7deb0c977c -Nathan 2011-08-31 +Nathan Woodrow 2011-08-31 Merge remote-tracking branch 'upstream/master' into expression-labels-merge-wonder -marco 2011-08-30 +Marco Hugentobler 2011-08-30 WMS server: report crs systems in the order given in the project @@ -223218,7 +235258,7 @@ Marco Hugentobler 2011-08-30 Some cleanups for line pattern code -marco 2011-08-30 +Marco Hugentobler 2011-08-30 Check topological editing yes/no when opening snapping dialog @@ -223226,15 +235266,15 @@ Marco Hugentobler 2011-08-30 [FEATURE]: offset for line pattern symbols -marco 2011-08-30 +Marco Hugentobler 2011-08-30 Fix feature_count consideration in wms feature info -marco 2011-08-30 +Marco Hugentobler 2011-08-30 Small typo in comment -marco 2011-08-29 +Marco Hugentobler 2011-08-29 Add available crs and extent also for project toplevel groups @@ -223246,11 +235286,11 @@ Martin Dobias 2011-08-29 Fixed a segfault when a function has no arguments -Juergen E. Fischer 2011-08-29 +Jürgen E. Fischer 2011-08-29 depends on CMake >=2.6.2 and drop support for lenny (debian oldstable) -Juergen E. Fischer 2011-08-29 +Jürgen E. Fischer 2011-08-29 fix build error @@ -223259,11 +235299,11 @@ Martin Dobias 2011-08-27 Fixed build error Merge: a0b8e3c9e9 96f7736021 -Werner Macho 2011-08-27 +Werner Macho 2011-08-27 Merge branch 'master' of https://github.com/qgis/Quantum-GIS -Werner Macho 2011-08-27 +Werner Macho 2011-08-27 translation: fixed some german typos @@ -223284,7 +235324,7 @@ Jaka Kranjc 2011-08-22 symbology-ng: sort the category items when classifying them #4206 -Marco Bernasocchi 2011-08-26 +Marco Bernasocchi 2011-08-26 If on android force POSTGRES_INCLUDE_DIR and POSTGRES_LIBRARY, needs to be bette but works @@ -223292,19 +235332,19 @@ Marco Hugentobler 2011-08-26 Add non-default port numbers to GetMap and GetFeatureInfo urls -Juergen E. Fischer 2011-08-24 +Jürgen E. Fischer 2011-08-24 german translation fix -marco 2011-08-24 +Marco Hugentobler 2011-08-24 Fix italic font when loading embedded layers from project. Fixes ticket #4207 -Marco Bernasocchi 2011-08-24 +Marco Bernasocchi 2011-08-24 temporary hack to get half working shp suport. opening of a file works, writing only if there are no string type attributes. -Juergen E. Fischer 2011-08-23 +Jürgen E. Fischer 2011-08-23 add ubuntu oneiric to debian packaging @@ -223339,11 +235379,11 @@ Giuseppe Sucameli 2011-08-14 [FEATURE] import a layer from canvas into a PG database -Marco Bernasocchi 2011-08-23 +Marco Bernasocchi 2011-08-23 adding support for spatialite -Marco Bernasocchi 2011-08-22 +Marco Bernasocchi 2011-08-22 fixing internal spatialite for android @@ -223351,11 +235391,11 @@ Martin Dobias 2011-08-22 Decorations are turned off by default -Juergen E. Fischer 2011-08-22 +Jürgen E. Fischer 2011-08-22 german translation update -Juergen E. Fischer 2011-08-22 +Jürgen E. Fischer 2011-08-22 debian packaging update @@ -223375,20 +235415,20 @@ Martin Dobias 2011-08-20 Moved copyright label plugin to app -NathanW 2011-08-22 +Nathan Woodrow 2011-08-22 Update usage of QgsSearchString to QgsExpression -Marco Bernasocchi 2011-08-21 +Marco Bernasocchi 2011-08-21 fixing black canvas issue Merge: 4ffa8208d7 25ff28a0fa -NathanW 2011-08-21 +Nathan Woodrow 2011-08-21 Merge remote branch 'wonder/expr' into expression-labels-merge-wonder -Juergen E. Fischer 2011-08-20 +Jürgen E. Fischer 2011-08-20 fix lenny build and some warnings @@ -223408,7 +235448,7 @@ Marco Hugentobler 2011-08-19 Merge patch for symbollevels in rule based renderer also to master (patch provided by Mayeul Kauffmann) -Marco Bernasocchi 2011-08-19 +Marco Bernasocchi 2011-08-19 adding support fo share folder @@ -223469,31 +235509,31 @@ William Kyngesburye 2011-08-15 find qgis frameworks in /Library/Frameworks first -Marco Bernasocchi 2011-08-16 +Marco Bernasocchi 2011-08-16 ignore CMakeLists.txt.user -Marco Bernasocchi 2011-08-16 +Marco Bernasocchi 2011-08-16 added debug messages -Marco Bernasocchi 2011-08-15 +Marco Bernasocchi 2011-08-15 readded logging capabilities of qtmain_android -Marco Bernasocchi 2011-08-15 +Marco Bernasocchi 2011-08-15 fixed double declaration of qtmain_android.cpp -Marco Bernasocchi 2011-08-15 +Marco Bernasocchi 2011-08-15 uncommenting __android_log_print -Marco Bernasocchi 2011-08-15 +Marco Bernasocchi 2011-08-15 added qtmain_android -marco 2011-08-14 +Marco Hugentobler 2011-08-14 Set ellipse renderer outline as float. Fix for ticket #4171 @@ -223505,11 +235545,11 @@ Alexander Bruy 2011-08-14 fix #4170 -Juergen E. Fischer 2011-08-13 +Jürgen E. Fischer 2011-08-13 another debian packaging fix: add libqt4-opengl-dev build-dep -NathanW 2011-08-13 +Nathan Woodrow 2011-08-13 Move setting projection to after we have features @@ -223517,11 +235557,11 @@ Martin Dobias 2011-08-12 Browser: correct drag&drop for canvas and browser itself -Juergen E. Fischer 2011-08-12 +Jürgen E. Fischer 2011-08-12 debian packageing: fix qwt dependency -Juergen E. Fischer 2011-08-12 +Jürgen E. Fischer 2011-08-12 german translation update @@ -223529,7 +235569,7 @@ Steven Mizuno 2011-08-12 GPS tracking improvements (apply #4071) -Juergen E. Fischer 2011-08-12 +Jürgen E. Fischer 2011-08-12 add optional Qwt 6.0 support (including QwtPolar 1.0) @@ -223554,15 +235594,15 @@ Martin Dobias 2011-08-11 Use QgsExpression instead of QgsSearchString -Juergen E. Fischer 2011-08-11 +Jürgen E. Fischer 2011-08-11 debian packaging update: include zonal statistics and globe plugins -Marco Bernasocchi 2011-08-11 +Marco Bernasocchi 2011-08-11 Adding support for generation of libqgis.so -Marco Bernasocchi 2011-08-11 +Marco Bernasocchi 2011-08-11 added generation of libqgis_app.so @@ -223570,11 +235610,11 @@ Tim Sutton 2011-08-10 Make gdal pam proxy env setting more win friendly -NathanW 2011-08-10 +Nathan Woodrow 2011-08-10 Fix build issues -NathanW 2011-08-10 +Nathan Woodrow 2011-08-10 Update comments. Hide field value area @@ -223631,7 +235671,7 @@ Alexander Bruy 2011-08-09 move Near black close to Sieve (fix #4152) -Juergen E. Fischer 2011-08-09 +Jürgen E. Fischer 2011-08-09 fix another cmake <2.8 issue (followup to f3d5387edb309935c956acda6ae5e1f52523286c) @@ -223643,7 +235683,7 @@ Alexander Bruy 2011-08-09 organize GdalTools utilities into submenus for better usability -marco 2011-08-09 +Marco Hugentobler 2011-08-09 Consider identify disabled layers in embedded projects @@ -223651,12 +235691,12 @@ Marco Hugentobler 2011-08-08 Differentiate between image angle and line pattern angle. Fixes rotation problem -NathanW 2011-08-08 +Nathan Woodrow 2011-08-08 Resolve merge conflict Merge: 74545848cb 2034d59a2f -NathanW 2011-08-08 +Nathan Woodrow 2011-08-08 Merge remote branch 'upstream/master' into expression-labels @@ -223665,7 +235705,7 @@ NathanW 2011-08-08 src/gui/CMakeLists.txt src/ui/qgslabelingguibase.ui -marco 2011-08-08 +Marco Hugentobler 2011-08-08 Center small marker symbols in composer legend @@ -223697,7 +235737,7 @@ Tim Sutton 2011-08-06 Reduced margins on controls in dialog. Removed frame from scroll area -NathanW 2011-08-06 +Nathan Woodrow 2011-08-06 Reduced margins on controls in dialog. Removed frame from scroll area @@ -223717,15 +235757,15 @@ Tim Sutton 2011-08-04 Regenerated docs post raster-stats merge -Juergen E. Fischer 2011-08-03 +Jürgen E. Fischer 2011-08-03 german translation update (with some additional fixes) -Juergen E. Fischer 2011-08-03 +Jürgen E. Fischer 2011-08-03 [BACKPORT] port qgis version check to network access manager/qgis.org -Juergen E. Fischer 2011-08-03 +Jürgen E. Fischer 2011-08-03 slightly better solution for recovering broken postgres connections @@ -223743,15 +235783,15 @@ Alexander Bruy 2011-08-02 (addresses #3867). Also set default standard deviations value to 2.0 because this is more appropriate value -Juergen E. Fischer 2011-08-01 +Jürgen E. Fischer 2011-08-01 fix windows build -marco 2011-07-31 +Marco Hugentobler 2011-07-31 Set wms groups always as identifiable -marco 2011-07-31 +Marco Hugentobler 2011-07-31 Enable feature info on layer groups in wms server @@ -223769,15 +235809,15 @@ Alexander Bruy 2011-07-29 attributes Merge: bfb5f2c184 f3d5387edb -Marco Bernasocchi 2011-07-29 +Marco Bernasocchi 2011-07-29 Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android -Juergen E. Fischer 2011-07-29 +Jürgen E. Fischer 2011-07-29 fix lenny build (cmake <2.8) -Juergen E. Fischer 2011-07-29 +Jürgen E. Fischer 2011-07-29 fix warnings @@ -223794,27 +235834,27 @@ Martin Dobias 2011-07-28 Bring back locked/unlocked icons Merge: a1cc666472 a5f8a82515 -marco 2011-07-28 +Marco Hugentobler 2011-07-28 [FEATURE]: Add point and line pattern symbol layers -marco 2011-07-28 +Marco Hugentobler 2011-07-28 Consider transparency also for point and line patterns -marco 2011-07-27 +Marco Hugentobler 2011-07-27 WMS layer: add CRS for project layer group -Marco Bernasocchi 2011-07-27 +Marco Bernasocchi 2011-07-27 revert to without with_gsl -Marco Bernasocchi 2011-07-27 +Marco Bernasocchi 2011-07-27 fix for qreal - double problem when crosscompiling for android -Juergen E. Fischer 2011-07-26 +Jürgen E. Fischer 2011-07-26 initialize QgsPoint @@ -223834,16 +235874,16 @@ Marco Hugentobler 2011-07-25 Fix reversed show/hide signals -Marco Bernasocchi 2011-07-25 +Marco Bernasocchi 2011-07-25 making GSL and thus georeferences really optional but ON by default Merge: 8c4cf8e063 05d2cd9612 -Marco Bernasocchi 2011-07-25 +Marco Bernasocchi 2011-07-25 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android -Marco Bernasocchi 2011-07-25 +Marco Bernasocchi 2011-07-25 cmake entries for spatialite in android @@ -223867,16 +235907,16 @@ Martin Dobias 2011-07-24 Include north arrow image in the resources -Juergen E. Fischer 2011-07-22 +Jürgen E. Fischer 2011-07-22 postgres provider: also consider ltree columns -Juergen E. Fischer 2011-07-22 +Jürgen E. Fischer 2011-07-22 [FEATURE] allow ordering of value relations by value and include value relations in sip bindings -Juergen E. Fischer 2011-07-22 +Jürgen E. Fischer 2011-07-22 remove themes from grass plugin's debian package @@ -223896,7 +235936,7 @@ Marco Hugentobler 2011-07-21 Set visibility of layers for embedded groups (ticket #4097) -Juergen E. Fischer 2011-07-21 +Jürgen E. Fischer 2011-07-21 update debian packaging @@ -223916,15 +235956,15 @@ Martin Dobias 2011-07-20 grass: do not install icon files, use them from the resource file -Marco Hugentobler 2011-07-20 +Marco Hugentobler 2011-07-20 Add scheme (http or https) to service urls in capabilities -Juergen E. Fischer 2011-07-20 +Jürgen E. Fischer 2011-07-20 [BACKPORT] fix #3974 -Juergen E. Fischer 2011-07-20 +Jürgen E. Fischer 2011-07-20 [FEATURE] search string update - added regexp_replace operator @@ -223989,11 +236029,11 @@ Giuseppe Sucameli 2011-07-18 fix connection info passed to QgsGeomColumnTypeThread broken in 6989fc7, hide close and add buttons from PG source select dialog when in embedded mode (e.g. qbrowser) -Marco Hugentobler 2011-07-18 +Marco Hugentobler 2011-07-18 Improve capabilities output for layer groups. CRS and bounding box need to be listed before child layers (wms capabilities schema 1.3) -Juergen E. Fischer 2011-07-18 +Jürgen E. Fischer 2011-07-18 ogr provider fix: apparently we need to fetch the geometry to make the spatial filter stick. @@ -224005,7 +236045,7 @@ Marco Hugentobler 2011-07-18 Fix point marker resolution -Juergen E. Fischer 2011-07-18 +Jürgen E. Fischer 2011-07-18 fix typo in field calculator context help @@ -224013,11 +236053,11 @@ William Kyngesburye 2011-07-17 osgearth gdal driver needs GEOS headers -Juergen E. Fischer 2011-07-17 +Jürgen E. Fischer 2011-07-17 move qgis.ico back to app -Juergen E. Fischer 2011-07-17 +Jürgen E. Fischer 2011-07-17 fix build problem with Qt 4.4 @@ -224032,11 +236072,11 @@ Thomas Dziedzic 2011-07-15 convert QwtArray usage to QVector usage. Change required for qwt 6.0.0 compatibility. -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 german translation update -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 fix #4081 @@ -224044,19 +236084,19 @@ Marco Hugentobler 2011-07-15 Started point pattern fill renderer -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 fix #4024 -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 fix #4072 -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 fix #4084 -Juergen E. Fischer 2011-07-15 +Jürgen E. Fischer 2011-07-15 [BACKPORT] fix #4089 - postgres provider: fix detection of field length and precision for char and numeric fields. @@ -224070,7 +236110,7 @@ Martin Dobias 2011-07-15 Labeling: clip geometries to current extent if they are not completely inside. Also fixes #4083 -Sandro Santilli 2011-07-14 +Sandro Santilli 2011-07-14 Run git in source tree, not build tree. Fixes bug #4086. @@ -224078,11 +236118,11 @@ Tim Sutton 2011-07-14 Mark var unused -Juergen E. Fischer 2011-07-14 +Jürgen E. Fischer 2011-07-14 [FEATURE] add configurable decimal "point" to delimited text plugin -Juergen E. Fischer 2011-07-14 +Jürgen E. Fischer 2011-07-14 globe fix: don't crash on quit @@ -224090,19 +236130,19 @@ Pirmin Kalberer 2011-07-13 Fix more globe warnings -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 pyspatialite: inhibit warnings. -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 oh well - missed _the_ file... -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 fix last commit -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 globe plugin fixes: - implement a compile check to tell apart OSGEARTH 2.0 from 3.0 @@ -224112,7 +236152,7 @@ Marco Hugentobler 2011-07-13 Better block for signals when creating composer legend widget -NathanW 2011-07-13 +Nathan Woodrow 2011-07-13 Added support to show help about selected function @@ -224129,11 +236169,11 @@ Pirmin Kalberer 2011-07-13 Revert API changes for OSGEarth >2.0 -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 indentation update -Juergen E. Fischer 2011-07-13 +Jürgen E. Fischer 2011-07-13 fix vc build @@ -224178,7 +236218,7 @@ Marco Hugentobler 2011-07-12 Add Service element when taking contact information from the project file -NathanW 2011-07-12 +Nathan Woodrow 2011-07-12 Fill value list from selected field. @@ -224187,15 +236227,15 @@ Marco Hugentobler 2011-07-12 Merge branch 'master' of github.com:qgis/Quantum-GIS -NathanW 2011-07-12 +Nathan Woodrow 2011-07-12 Insert expression string on double click -NathanW 2011-07-12 +Nathan Woodrow 2011-07-12 Added fields and operators to tree view -NathanW 2011-07-12 +Nathan Woodrow 2011-07-12 Add model to tree view @@ -224203,11 +236243,11 @@ Martin Dobias 2011-07-11 [FEATURE] Add browser dock widget to QGIS main window. Layers can be added to canvas by double-clicking them in the browser. -Juergen E. Fischer 2011-07-11 +Jürgen E. Fischer 2011-07-11 include globe plugin in nightly build -NathanW 2011-07-11 +Nathan Woodrow 2011-07-11 Redesign of expression builder UI @@ -224216,7 +236256,7 @@ Marco Hugentobler 2011-07-11 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-07-10 +Jürgen E. Fischer 2011-07-10 add globe plugin to osgeo4w package @@ -224236,11 +236276,11 @@ Marco Hugentobler 2011-07-08 Create base class for QImage fills, add custom outline to line pattern fill -Juergen E. Fischer 2011-07-07 +Jürgen E. Fischer 2011-07-07 german translation update -Juergen E. Fischer 2011-07-07 +Jürgen E. Fischer 2011-07-07 refix qgis.ico move @@ -224291,7 +236331,7 @@ Pirmin Kalberer 2011-07-05 Merge cleanup -Marco Bernasocchi 2011-04-17 +Marco Bernasocchi 2011-04-17 new rotation reset icon @@ -224315,43 +236355,43 @@ Pirmin Kalberer 2011-03-05 Use CMake vars -mbernasocchi 2011-02-20 +Marco Bernasocchi 2011-02-20 plugin visibility system was added to trunk in https://trac.osgeo.org/qgis/changeset/15224 -mbernasocchi 2011-02-20 +Marco Bernasocchi 2011-02-20 Globe is now visible to other (python as well) plugins. signals from globe can be catched. -Marco Bernasocchi 2011-02-19 +Marco Bernasocchi 2011-02-19 implemented a better syncExtent method using QgsDistanceArea -Marco Bernasocchi 2011-02-19 +Marco Bernasocchi 2011-02-19 code clean up -Marco Bernasocchi 2011-02-19 +Marco Bernasocchi 2011-02-19 - added support for globe coordinates, they are now shown in the status bar. - added modkey support -Marco Bernasocchi 2011-02-18 +Marco Bernasocchi 2011-02-18 shows mouse click WGS coordinates -Marco Bernasocchi 2011-02-17 +Marco Bernasocchi 2011-02-17 fixed bug in elevation layers dialog when changeing between projects -Marco Bernasocchi 2011-02-15 +Marco Bernasocchi 2011-02-15 Patched source against http://trac.osgeo.org/qgis/changeset/14452 to use newProjectCreated signal -Marco Bernasocchi 2011-02-14 +Marco Bernasocchi 2011-02-14 Fixed bug on new project created -Marco Bernasocchi 2011-02-10 +Marco Bernasocchi 2011-02-10 nicer gui @@ -224367,29 +236407,29 @@ Pirmin Kalberer 2010-12-30 globe_plugin_guibase.ui removed -Marco Bernasocchi 2010-12-10 +Marco Bernasocchi 2010-12-10 FIXED ALL issues regarding elevationDatasourceChanges and globeClosed signals -Marco Bernasocchi 2010-12-10 +Marco Bernasocchi 2010-12-10 fixed closeEvent by subclassing QDockWidget instead of QgsGLWidgetAdapter -Marco Bernasocchi 2010-12-10 +Marco Bernasocchi 2010-12-10 fixed GlobeClosed signal, now need to fix closeEvent -Marco Bernasocchi 2010-12-10 +Marco Bernasocchi 2010-12-10 fixed elevationDatasetsChanged() signal -Marco Bernasocchi 2010-12-10 +Marco Bernasocchi 2010-12-10 added suppor for signals for elevationDatasourceChanged and globeClosed, they don't work yet since I neet to understand how to set viever and mSettingsDialog as sender. see FIXME in globe_plugin.cpp Regression: moving rows up and down bug -> work on it tomorrow -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 testing newProjectCreated () signal @@ -224401,19 +236441,19 @@ Pirmin Kalberer 2010-12-09 getDatabasePager clear when changing 3D settings -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 initial readProject signal support -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 fixed earth file -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 gui stable, added cache checkboxes -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 adding initial cache support @@ -224421,51 +236461,51 @@ Pirmin Kalberer 2010-12-09 Elevation layers from settings dialog -Marco Bernasocchi 2010-12-09 +Marco Bernasocchi 2010-12-09 Elevation Layers are now saved in the project file instead of in QSettings -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 added move layers up or down -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 Single selection only. Segfaults resolved -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 more code clean up -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 cleaned code, gui set to no drag and drop and single selection mode -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 first cleanup fixed file check -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 pre cleanup code -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 working initial gui for elevation, needs code clean up -Marco Bernasocchi 2010-12-08 +Marco Bernasocchi 2010-12-08 added initial support for layer loading through the gui -Marco Bernasocchi 2010-12-07 +Marco Bernasocchi 2010-12-07 adapted gui to support data input -Marco Bernasocchi 2010-12-07 +Marco Bernasocchi 2010-12-07 code cleanup -Marco Bernasocchi 2010-12-07 +Marco Bernasocchi 2010-12-07 Added disabling of irrelevant options to settings dialog @@ -224477,15 +236517,15 @@ Pirmin Kalberer 2010-12-01 onClick event on mouse release -Marco Bernasocchi 2010-12-01 +Marco Bernasocchi 2010-12-01 fixed homeHandler -Marco Bernasocchi 2010-12-01 +Marco Bernasocchi 2010-12-01 added HomeControlHandler -Marco Bernasocchi 2010-12-01 +Marco Bernasocchi 2010-12-01 fixed sync handler fixed refresh handler added home handler code formatting @@ -224493,27 +236533,27 @@ Pirmin Kalberer 2010-11-29 Code cleanup -Marco Bernasocchi 2010-11-29 +Marco Bernasocchi 2010-11-29 reworked gui added new handlers //TODO use GlobePlugin::syncExtent instead of duplicating code -Marco Bernasocchi 2010-11-29 +Marco Bernasocchi 2010-11-29 initial sync exent button -Marco Bernasocchi 2010-11-28 +Marco Bernasocchi 2010-11-28 testing gui reset buttons -Marco Bernasocchi 2010-11-26 +Marco Bernasocchi 2010-11-26 added live preview of Stereo Settings -Marco Bernasocchi 2010-11-26 +Marco Bernasocchi 2010-11-26 added GUI navigation, reset buttons still missing -Marco Bernasocchi 2010-11-26 +Marco Bernasocchi 2010-11-26 added missing tilt icons added KeyboardControlHandler @@ -224521,7 +236561,7 @@ Pirmin Kalberer 2010-11-26 Revert FlyToExtentHandler -Marco Bernasocchi 2010-11-25 +Marco Bernasocchi 2010-11-25 added tilt to gui @@ -224529,17 +236569,17 @@ Pirmin Kalberer 2010-11-26 onMouseDown handling -Marco Bernasocchi 2010-11-25 +Marco Bernasocchi 2010-11-25 added keybord controls: - pan Horizontal 4,6 - pan Vertical 8,2 - rotate left / - rotate right * - tilt up 9 - tilt down 3 - zoom +- uset this keys because I can't get osgGA::GUIEventAdapter::KEY_Left ecc to work yet -Marco Bernasocchi 2010-11-25 +Marco Bernasocchi 2010-11-25 renamed flytoextenthandler to controlshandler -Marco Bernasocchi 2010-11-25 +Marco Bernasocchi 2010-11-25 added tilt to gui @@ -224547,15 +236587,15 @@ Pirmin Kalberer 2010-11-24 NavigationControl -Marco Bernasocchi 2010-11-24 +Marco Bernasocchi 2010-11-24 testing how to get key bindings -Marco Bernasocchi 2010-11-24 +Marco Bernasocchi 2010-11-24 test github commit hook -Marco Bernasocchi 2010-11-24 +Marco Bernasocchi 2010-11-24 added all elements to gui @@ -224563,15 +236603,15 @@ Pirmin Kalberer 2010-11-23 moveVControls fixed -Marco Bernasocchi 2010-11-23 +Marco Bernasocchi 2010-11-23 fixed typo -Marco Bernasocchi 2010-11-23 +Marco Bernasocchi 2010-11-23 added initial gui to the globe -Marco Bernasocchi 2010-11-23 +Marco Bernasocchi 2010-11-23 Completed Stereo settings support added reset stereo settings to defaults values button @@ -224579,11 +236619,11 @@ Pirmin Kalberer 2010-11-21 Handle screen distance stereo setting -Marco Bernasocchi 2010-11-20 +Marco Bernasocchi 2010-11-20 refactoring of setStereoMode done -Marco Bernasocchi 2010-11-20 +Marco Bernasocchi 2010-11-20 added modal dialog @@ -224591,15 +236631,15 @@ Pirmin Kalberer 2010-11-20 Made settings dialog a member of GlobePlugin -Marco Bernasocchi 2010-11-18 +Marco Bernasocchi 2010-11-18 typo fixes -Marco Bernasocchi 2010-11-18 +Marco Bernasocchi 2010-11-18 forgot this files in last checkout -Marco Bernasocchi 2010-11-18 +Marco Bernasocchi 2010-11-18 refactoring @@ -224613,23 +236653,23 @@ Pirmin Kalberer 2010-11-17 Portable cache path -Marco Bernasocchi 2010-11-17 +Marco Bernasocchi 2010-11-17 Added runtime stereo selection to settings dialog and at plugin start -Marco Bernasocchi 2010-11-17 +Marco Bernasocchi 2010-11-17 fixing resource file -Marco Bernasocchi 2010-11-16 +Marco Bernasocchi 2010-11-16 implemented settings dialog with placeholders methods -Marco Bernasocchi 2010-11-16 +Marco Bernasocchi 2010-11-16 adding place holders for settings dialog adding settings UI file -Marco Bernasocchi 2010-11-16 +Marco Bernasocchi 2010-11-16 adding new globe images @@ -224685,7 +236725,7 @@ Pirmin Kalberer 2010-11-07 Added Controls from 2.0 master branch -Marco Bernasocchi 2010-11-02 +Marco Bernasocchi 2010-11-02 Fixed mousewheel zoom making it consistent to qgis zoom (scroll up = zoom in) @@ -224729,15 +236769,15 @@ Pirmin Kalberer 2010-08-19 globe plugin from master branch -Juergen E. Fischer 2011-07-05 +Jürgen E. Fischer 2011-07-05 fix 55a1778 with patched qt on osgeo4w -Juergen E. Fischer 2011-07-05 +Jürgen E. Fischer 2011-07-05 fix windows build -Juergen E. Fischer 2011-07-05 +Jürgen E. Fischer 2011-07-05 add support for mixed case geometry types of PostGIS 2.0 @@ -224758,7 +236798,7 @@ Marco Hugentobler 2011-07-05 Support alpha-transparency in svg markers and fills -NathanW 2011-07-05 +Nathan Woodrow 2011-07-05 Reduce top and side margins for attribute table dialog @@ -224803,11 +236843,11 @@ Marco Hugentobler 2011-07-04 Small clean in sip file -NathanW 2011-07-04 +Nathan Woodrow 2011-07-04 Updated Python bindings for lable and composeritem -NathanW 2011-07-04 +Nathan Woodrow 2011-07-04 Ability to set id of any composer item moved from just qgscomposerlabel to qgscomposeritem All items can now have a user set id. Good for plugin automation eg mapbook builder @@ -224841,28 +236881,28 @@ Tim Sutton 2011-07-04 Try to make the histogram smoother -Juergen E. Fischer 2011-07-04 +Jürgen E. Fischer 2011-07-04 fix lenny build -NathanW 2011-07-04 +Nathan Woodrow 2011-07-04 Rename QgsExpressionBuilder to QgsExpressionBuilderWidget -NathanW 2011-07-03 +Nathan Woodrow 2011-07-03 Copy layout and code from field calculator for expression builder widget -Juergen E. Fischer 2011-07-03 +Jürgen E. Fischer 2011-07-03 other workaround for Qt#5114 (fixes #3250, #3028, #2598) -Juergen E. Fischer 2011-07-03 +Jürgen E. Fischer 2011-07-03 fix windows build Merge: 8cddfb8d5e 8e5cd403bb -NathanW 2011-07-03 +Nathan Woodrow 2011-07-03 Merge remote branch 'upstream/master' into expression-labels Fixed merge conflict in pallabeling @@ -224884,15 +236924,15 @@ Marco Hugentobler 2011-07-01 Merge branch 'master' of github.com:mhugent/Quantum-GIS Merge: d95442138c 4d75a7d3e4 -NathanW 2011-07-01 +Nathan Woodrow 2011-07-01 Merge remote branch 'upstream/master' into expression-labels -Juergen E. Fischer 2011-07-01 +Jürgen E. Fischer 2011-07-01 postgresql provider: fix 64bit ints -Juergen E. Fischer 2011-07-01 +Jürgen E. Fischer 2011-07-01 search string parser: fix -a expression (fixes #4025) @@ -225001,7 +237041,7 @@ Marco Hugentobler 2011-06-27 Support also style-syntax for svg params -Juergen E. Fischer 2011-06-27 +Jürgen E. Fischer 2011-06-27 fix #3987 @@ -225030,31 +237070,31 @@ Marco Hugentobler 2011-06-25 Change color through svg marker dialog -Marco Hugentobler 2011-06-25 +Marco Hugentobler 2011-06-25 Use QImage for map and QPicture for composer -Marco Hugentobler 2011-06-24 +Marco Hugentobler 2011-06-24 Fix for filtering in qgis server -Marco Hugentobler 2011-06-24 +Marco Hugentobler 2011-06-24 Remove debug noise -Marco Hugentobler 2011-06-24 +Marco Hugentobler 2011-06-24 Fix for filtering in qgis server -Marco Hugentobler 2011-06-24 +Marco Hugentobler 2011-06-24 Remove debug noise -Juergen E. Fischer 2011-06-23 +Jürgen E. Fischer 2011-06-23 add context help -Juergen E. Fischer 2011-06-23 +Jürgen E. Fischer 2011-06-23 [FEATURE] add function to calculator to determine x/y coordinate of nth point of a line (xat(i) / yat(i); indexs starts with 0; negative indizes apply to end of the line) @@ -225063,7 +237103,7 @@ Marco Hugentobler 2011-06-23 Add caching, experimental test with QPicture for svg marker -Marco Hugentobler 2011-06-23 +Marco Hugentobler 2011-06-23 Further work on the svg cache @@ -225080,11 +237120,11 @@ Marco Hugentobler 2011-06-23 Composer legend: support point symbol sizes in map units -Juergen E. Fischer 2011-06-21 +Jürgen E. Fischer 2011-06-21 translation fix -Juergen E. Fischer 2011-06-21 +Jürgen E. Fischer 2011-06-21 postgres provider: fix endianess detection @@ -225108,28 +237148,28 @@ Marco Hugentobler 2011-06-16 Fix bug in case of embeding from other projects with relative path -Juergen E. Fischer 2011-06-19 +Jürgen E. Fischer 2011-06-19 german translation update -NathanW 2011-06-19 +Nathan Woodrow 2011-06-19 Use selected text in label combo box for start off expression text -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 Add license header to postrequesthandler, clean old code section Merge: 2a05b5430f abe6bb5812 -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 Merge branch 'master' of github.com:mhugent/Quantum-GIS -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 Add postrequesthandler -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 Support requests with http post. Up to now, only SOAP requests over HTTP POST have been supported @@ -225146,43 +237186,43 @@ Radim Blazek 2011-06-18 enabled drag-and-drop from qbrowser to qgis, except wms -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 More legend cleanup -Marco Hugentobler 2011-06-17 +Marco Hugentobler 2011-06-17 Better layout for composer legend -Marco Hugentobler 2011-06-18 +Marco Hugentobler 2011-06-18 More legend cleanup -NathanW 2011-06-18 +Nathan Woodrow 2011-06-18 Fix seg fault with using empty expression labels, added checks for empty expression -Marco Hugentobler 2011-06-17 +Marco Hugentobler 2011-06-17 Better layout for composer legend -Juergen E. Fischer 2011-06-17 +Jürgen E. Fischer 2011-06-17 fix windows build -Marco Hugentobler 2011-06-17 +Marco Hugentobler 2011-06-17 Better consideration of large point symbols in composer legend -Marco Hugentobler 2011-06-17 +Marco Hugentobler 2011-06-17 Fix for composer legend issues, e.g. ticket #3346 -Juergen E. Fischer 2011-06-16 +Jürgen E. Fischer 2011-06-16 fix warnings -Juergen E. Fischer 2011-06-16 +Jürgen E. Fischer 2011-06-16 [FEATURE] support 64bit feature ids @@ -225212,7 +237252,7 @@ Marco Hugentobler 2011-06-16 merge conflict -Juergen E. Fischer 2011-06-16 +Jürgen E. Fischer 2011-06-16 fix lenny build @@ -225277,7 +237317,7 @@ Radim Blazek 2011-06-14 mime for drag and drop, not finished -NathanW 2011-06-13 +Nathan Woodrow 2011-06-13 Revert changes related to v1 labeling. Only going to support v2 labels for now. Only return needed attributes for labeling to select (like before). Add handlers for Ok and Cancel in expression dialog box (only temp) @@ -225297,11 +237337,11 @@ Tim Sutton 2011-06-11 [BACKPORT] Partially address https://bugzilla.redhat.com/show_bug.cgi?id=712620 - don't assert when things go wrong. Still needs to give user some decent feedback somehow but at least it shouldnt crash QGIS -Marco Hugentobler 2011-06-10 +Marco Hugentobler 2011-06-10 Improve data defined rotation -Marco Hugentobler 2011-06-10 +Marco Hugentobler 2011-06-10 Fix ellipse rotation @@ -225388,7 +237428,7 @@ Sergey Yakushev 2011-06-06 fix RoadGraph plugin "path not found" error when start and stop points are equal -Juergen E. Fischer 2011-06-07 +Jürgen E. Fischer 2011-06-07 document impact of using estimated table metadata (and revert last commit) @@ -225404,11 +237444,11 @@ Alexander Bruy 2011-06-03 remove unimplemented QgsLabel::setLabelFieldName() -Juergen E. Fischer 2011-06-03 +Jürgen E. Fischer 2011-06-03 fix #3866 -Marco Hugentobler 2011-06-03 +Marco Hugentobler 2011-06-03 Don't list join fields to facilitate 'save as' function (fixes #3857). Don't display the query builder if a layer has joins (#3858) @@ -225417,7 +237457,7 @@ Tim Sutton 2011-06-10 Merge branch 'master' of github.com:qgis/Quantum-GIS -Marco Hugentobler 2011-06-07 +Marco Hugentobler 2011-06-07 Fix for layer order in case of option addNewLayersToCurrentGroup @@ -225437,11 +237477,11 @@ Marco Hugentobler 2011-06-06 Fix order of embedded layers in groups -Marco Hugentobler 2011-06-06 +Marco Hugentobler 2011-06-06 More safety checks -Marco Hugentobler 2011-06-05 +Marco Hugentobler 2011-06-05 Support embedded layers and groups in server @@ -225510,7 +237550,7 @@ Tim Sutton 2011-06-08 Merge branch 'master' of github.com:qgis/Quantum-GIS -Marco Hugentobler 2011-06-07 +Marco Hugentobler 2011-06-07 Fix for layer order in case of option addNewLayersToCurrentGroup @@ -225530,11 +237570,11 @@ Marco Hugentobler 2011-06-06 Fix order of embedded layers in groups -Marco Hugentobler 2011-06-06 +Marco Hugentobler 2011-06-06 More safety checks -Marco Hugentobler 2011-06-05 +Marco Hugentobler 2011-06-05 Support embedded layers and groups in server @@ -225566,11 +237606,11 @@ Marco Hugentobler 2011-05-30 embedding of single layer -Marco Hugentobler 2011-06-07 +Marco Hugentobler 2011-06-07 Fix for layer order in case of option addNewLayersToCurrentGroup -Juergen E. Fischer 2011-06-07 +Jürgen E. Fischer 2011-06-07 document impact of using estimated table metadata (and revert last commit) @@ -225595,11 +237635,11 @@ Marco Hugentobler 2011-06-06 Fix order of embedded layers in groups Merge: 107df1f08c ba39378bcf -Marco Hugentobler 2011-06-06 +Marco Hugentobler 2011-06-06 Merge branch 'embed_layers' -Marco Hugentobler 2011-06-06 +Marco Hugentobler 2011-06-06 More safety checks @@ -225612,7 +237652,7 @@ Sergey Yakushevs 2011-06-06 fix: LineVectorLayerDirector work incorectly if vector layer contained WKBMultiPolyline geometry -Marco Hugentobler 2011-06-05 +Marco Hugentobler 2011-06-05 Support embedded layers and groups in server @@ -225629,7 +237669,7 @@ Tim Sutton 2011-06-05 Updated references to bug tracker to point to hub website -NathanW 2011-05-26 +Nathan Woodrow 2011-05-26 Added expression based labels, simple dialog for entering expressions. Code still needs some clean up and testing. @@ -225638,7 +237678,7 @@ Alexander Bruy 2011-06-03 remove unimplemented QgsLabel::setLabelFieldName() -Juergen E. Fischer 2011-06-03 +Jürgen E. Fischer 2011-06-03 fix #3866 @@ -225646,7 +237686,7 @@ Marco Hugentobler 2011-06-03 Move embed action to layer menu -Marco Hugentobler 2011-06-03 +Marco Hugentobler 2011-06-03 Don't list join fields to facilitate 'save as' function (fixes #3857). Don't display the query builder if a layer has joins (#3858) @@ -225666,7 +237706,7 @@ Sergey Yakushevs 2011-06-03 use QgsVectorLayer*, not use LayerId -Juergen E. Fischer 2011-06-02 +Jürgen E. Fischer 2011-06-02 browser changes: - use empty string as default wms style @@ -225698,11 +237738,11 @@ Sergey Yakushevs 2011-06-02 a code wash -Juergen E. Fischer 2011-06-01 +Jürgen E. Fischer 2011-06-01 fix #3859 -Juergen E. Fischer 2011-05-30 +Jürgen E. Fischer 2011-05-30 implement some workaround to support legacy WMS (fixes #3853) @@ -225785,23 +237825,23 @@ William Kyngesburye 2011-05-28 add missing version numbers to Mac framework detection -Juergen E. Fischer 2011-05-28 +Jürgen E. Fischer 2011-05-28 windows: browser and helpviewer are gui applications -Juergen E. Fischer 2011-05-28 +Jürgen E. Fischer 2011-05-28 osgeo4w: fix postinstall -Juergen E. Fischer 2011-05-27 +Jürgen E. Fischer 2011-05-27 make pdf generation for txt2tags doc optional -Juergen E. Fischer 2011-05-27 +Jürgen E. Fischer 2011-05-27 cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY -Juergen E. Fischer 2011-05-27 +Jürgen E. Fischer 2011-05-27 implement #3850 @@ -225822,15 +237862,15 @@ Sergey Yakushevs 2011-05-27 apply #3849 -Juergen E. Fischer 2011-05-26 +Jürgen E. Fischer 2011-05-26 create PDFs from t2t files -Juergen E. Fischer 2011-05-26 +Jürgen E. Fischer 2011-05-26 fix grammar warning -Juergen E. Fischer 2011-05-26 +Jürgen E. Fischer 2011-05-26 remove svn Id tags @@ -225850,11 +237890,11 @@ Tim Sutton 2011-05-26 GdalTools clipper, crop to mask layer extent. will cherry-pick to release branch too. -Sandro Santilli 2011-05-26 +Sandro Santilli 2011-05-26 Add support for modulo operator (%) in rule based rendering. See ticket #3845. -Sandro Santilli 2011-05-26 +Sandro Santilli 2011-05-26 Fix missing space between 'Middle' and 'Right' click instructions, consistently use 'vertex' rather than 'point' while adding lines or boundaries. Fixes bug #3846. @@ -225888,7 +237928,7 @@ Radim Blazek 2011-05-25 fixed #3839 -Juergen E. Fischer 2011-05-25 +Jürgen E. Fischer 2011-05-25 osgeo4w: include browser batch template @@ -225901,7 +237941,7 @@ Sergey Yakushevs 2011-05-25 modify RoadGraphPlugin for works with QGIS'api. Fix some bug -Juergen E. Fischer 2011-05-25 +Jürgen E. Fischer 2011-05-25 fix fcb001d - affects more distributions than just lenny @@ -225909,15 +237949,15 @@ Sergey Yakushevs 2011-05-25 add qgsgraphanalyzer.* -Juergen E. Fischer 2011-05-25 +Jürgen E. Fischer 2011-05-25 fixx lenny build -Sandro Santilli 2011-05-24 +Sandro Santilli 2011-05-24 Fix wrong arrow orientation when lines end with duplicated points (#3837) -Juergen E. Fischer 2011-05-24 +Jürgen E. Fischer 2011-05-24 debian packaging fixes @@ -225934,7 +237974,7 @@ Sergey Yakushevs 2011-05-24 add qgslinevectorlayerdirector -Juergen E. Fischer 2011-05-24 +Jürgen E. Fischer 2011-05-24 fix windows build by cleaning up (dynamic) linkage and some warnings @@ -225943,29 +237983,29 @@ Sergey Yakushevs 2011-05-24 add properter classes Merge: 09de6da686 77d265128e -Jürgen Fischer 2011-05-24 +Jürgen E. Fischer 2011-05-24 Merge pull request #24 from pcav/master One more typo in IT translation -pcav 2011-05-24 +Paolo Cavallini 2011-05-24 Another minor edit to IT translation - thanks Gabriele Monfardini for noticing Merge: b6106203d3 a07510495a -Jürgen Fischer 2011-05-24 +Jürgen E. Fischer 2011-05-24 Merge pull request #23 from pcav/master Minor change to IT translation Merge: a07510495a b6106203d3 -pcav 2011-05-24 +Paolo Cavallini 2011-05-24 Merge branch 'master' of git://github.com/qgis/Quantum-GIS -pcav 2011-05-24 +Paolo Cavallini 2011-05-24 Minor edit to IT translation @@ -225982,11 +238022,11 @@ Tim Sutton 2011-05-23 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-05-23 +Jürgen E. Fischer 2011-05-23 fix typos -Juergen E. Fischer 2011-05-23 +Jürgen E. Fischer 2011-05-23 debian and osgeo4w packaging update: include qbrowser @@ -226003,7 +238043,7 @@ Tim Sutton 2011-05-23 Merge branch 'master' of github.com:timlinux/Quantum-GIS -Juergen E. Fischer 2011-05-23 +Jürgen E. Fischer 2011-05-23 cleanups: - use QMetaObject instead of RTTI @@ -226023,15 +238063,15 @@ Sergey Yakushevs 2011-05-23 Merge remote branch 'pb/master' -Juergen E. Fischer 2011-05-23 +Jürgen E. Fischer 2011-05-23 osgeo4w update: fix crssync run -Juergen E. Fischer 2011-05-23 +Jürgen E. Fischer 2011-05-23 fix build with Qt 4.6 and some warnings -Juergen E. Fischer 2011-05-21 +Jürgen E. Fischer 2011-05-21 german translation update @@ -226060,15 +238100,15 @@ Radim Blazek 2011-05-22 grass support for qbrowser -Marco Hugentobler 2011-05-21 +Marco Hugentobler 2011-05-21 Show only annotation items in composermap, no rubberbands etc. Fixes ticket #3774 -Juergen E. Fischer 2011-05-21 +Jürgen E. Fischer 2011-05-21 fix windows build -Marco Hugentobler 2011-05-20 +Marco Hugentobler 2011-05-20 Fix rotation of simple marker if cache is not used (ticket #3778) @@ -226140,7 +238180,7 @@ Martin Dobias 2011-05-16 - layer-specific virtual methods moved down to QgsLayerItem Merge: 6de875ab16 6062bb587a -mhugent 2011-05-16 +Marco Hugentobler 2011-05-16 Merge pull request #21 from telwertowski/master @@ -226243,7 +238283,7 @@ Radim Blazek 2011-05-11 sync QgsRubberBand and QgsMpaCanvasMap antialiasing, this also fixes 1px QgsRubberBand shift with x11 rendering engine if rendered without antialiasing -Juergen E. Fischer 2011-05-11 +Jürgen E. Fischer 2011-05-11 fix #3821 @@ -226268,7 +238308,7 @@ Marco Hugentobler 2011-05-11 Add capabilities cache classes and use QHash for config cache -Juergen E. Fischer 2011-05-11 +Jürgen E. Fischer 2011-05-11 debian fix: git used to be in git-core @@ -226290,11 +238330,11 @@ Tim Sutton 2011-05-11 Added Mayeul to the list of contributors (core) and translators (web client) -Juergen E. Fischer 2011-05-10 +Jürgen E. Fischer 2011-05-10 german translation update -Juergen E. Fischer 2011-05-08 +Jürgen E. Fischer 2011-05-08 more svn=>git stuff @@ -226312,7 +238352,7 @@ Marco Hugentobler 2011-05-10 Added wms filter support Merge: 14556360b1 9647ac877f -alexbruy 2011-05-10 +Alexander Bruy 2011-05-10 Merge pull request #16 from alexbruy/master @@ -226358,7 +238398,7 @@ Werner Macho 2011-05-10 translation update: mn by Bayarma sl_SI by Joze -pcav 2011-05-10 +Paolo Cavallini 2011-05-10 Minor edits to IT translation @@ -226373,7 +238413,7 @@ Sergey Yakushevs 2011-05-10 Add to .gitignore vim swap files. -Juergen E. Fischer 2011-05-09 +Jürgen E. Fischer 2011-05-09 fix #3671: update view after search in attributetable @@ -226392,7 +238432,7 @@ William Kyngesburye 2011-05-07 finish fix for #3497 -Jrgen E. Fischer 2011-05-08 +Jürgen E. Fischer 2011-05-08 fix lenny build @@ -226408,11 +238448,11 @@ Tim Sutton 2011-05-07 Radim's patch to fix rendering issues with otf wms reprojection Merge: 1bff56ae4c ce6588c572 -Juergen E. Fischer 2011-05-07 +Jürgen E. Fischer 2011-05-07 Merge branch 'master' of github.com:qgis/Quantum-GIS -Juergen E. Fischer 2011-05-07 +Jürgen E. Fischer 2011-05-07 debian packaging update for 1.8 @@ -226420,43 +238460,43 @@ Tim Sutton 2011-05-07 fix #3800 -Jrgen E. Fischer 2011-05-06 +Jürgen E. Fischer 2011-05-06 osgeo4w: fix path in postinstall for crssync -Jrgen E. Fischer 2011-05-06 +Jürgen E. Fischer 2011-05-06 some more svn to git migration updates/fixes -Juergen E. Fischer 2011-05-06 +Jürgen E. Fischer 2011-05-06 apply #3721: add save edits button to attribute table -Juergen E. Fischer 2011-05-06 +Jürgen E. Fischer 2011-05-06 apply #3770: allow adding parts to line and point features and some refactoring -Juergen E. Fischer 2011-05-05 +Jürgen E. Fischer 2011-05-05 apply #3645: synchronization of srs.db with GDAL/PROJ on installation -Juergen E. Fischer 2011-05-05 +Jürgen E. Fischer 2011-05-05 update version number to 1.8.0 and codename back to Trunk -Juergen E. Fischer 2011-05-04 +Jürgen E. Fischer 2011-05-04 apply #3716: add value relation widget type -Juergen E. Fischer 2011-05-04 +Jürgen E. Fischer 2011-05-04 apply #3768: tile WMS getmap requests by limiting the size -Juergen E. Fischer 2011-05-04 +Jürgen E. Fischer 2011-05-04 apply #3793: libfcgi cannot change mapserv's environment variables on windows -Juergen E. Fischer 2011-05-04 +Jürgen E. Fischer 2011-05-04 update version tracking to git @@ -226491,13 +238531,13 @@ Tim Sutton 2011-05-02 Merge branch 'master' of /home/timlinux/qgis-git-migration/qgis_all -jef 2011-04-30 +Jürgen E. Fischer 2011-04-30 fix gcc 4.6 warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15857 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-30 +Marco Hugentobler 2011-04-30 Better fix for restoring custom layer properties @@ -226510,7 +238550,7 @@ telwertowski 2011-04-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@15855 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-30 +Jürgen E. Fischer 2011-04-30 fix GRASS support in osgeo4w @@ -226528,68 +238568,68 @@ borysiasty 2011-04-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@15852 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-29 +Werner Macho 2011-04-29 translation updates: mn new coordinator bayarmar enkhtur git-svn-id: http://svn.osgeo.org/qgis/trunk@15850 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-29 +Marco Hugentobler 2011-04-29 Fix for save and read layer properties git-svn-id: http://svn.osgeo.org/qgis/trunk@15849 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-29 +Jürgen E. Fischer 2011-04-29 fix #3784 git-svn-id: http://svn.osgeo.org/qgis/trunk@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-28 +Jürgen E. Fischer 2011-04-28 fix #3782 git-svn-id: http://svn.osgeo.org/qgis/trunk@15847 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-28 +Radim Blazek 2011-04-28 fix for epsg 32661 Polar Stereographic git-svn-id: http://svn.osgeo.org/qgis/trunk@15846 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-28 +Radim Blazek 2011-04-28 keep row col in limits to avoid crash with 32661; decrease max cp matrix size git-svn-id: http://svn.osgeo.org/qgis/trunk@15845 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-28 +Jürgen E. Fischer 2011-04-28 osgeo4w update git-svn-id: http://svn.osgeo.org/qgis/trunk@15844 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-28 +Marco Hugentobler 2011-04-28 Fix for placement of map items in composer git-svn-id: http://svn.osgeo.org/qgis/trunk@15843 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-28 +Radim Blazek 2011-04-28 draw grass region without fill git-svn-id: http://svn.osgeo.org/qgis/trunk@15842 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-28 +Jürgen E. Fischer 2011-04-28 oh, well - complete r15835 git-svn-id: http://svn.osgeo.org/qgis/trunk@15841 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-28 +Jürgen E. Fischer 2011-04-28 osgeo4w update: adapt to new GRASS 6.4.1 and gdal-mrsid packages @@ -226601,13 +238641,13 @@ rduivenvoorde 2011-04-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15839 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-28 +Marco Hugentobler 2011-04-28 Port zoom rectangle from QRubberBand to QgsRubberBand. Fixes zoom rectangle fill on x11 platform after resize bug workaround git-svn-id: http://svn.osgeo.org/qgis/trunk@15838 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-28 +Werner Macho 2011-04-28 translation update: es by carlos @@ -226632,19 +238672,19 @@ borysiasty 2011-04-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@15832 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-27 +Tim Sutton 2011-04-27 Fix windows build issue - moc headers needed for grassprovider too git-svn-id: http://svn.osgeo.org/qgis/trunk@15831 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-27 +Jürgen E. Fischer 2011-04-27 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15830 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-27 +Werner Macho 2011-04-27 translation updates: ru by artem @@ -226657,45 +238697,45 @@ borysiasty 2011-04-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@15827 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-26 +Werner Macho 2011-04-26 translation update: context help fr by JRM git-svn-id: http://svn.osgeo.org/qgis/trunk@15826 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-26 +Werner Macho 2011-04-26 translation update: bunch of updates for 1.7 ru by artem, hr_HR by Zoran, fr by JRM, sl_SI by Joze, ja by yoichi, cs_CZ by jan git-svn-id: http://svn.osgeo.org/qgis/trunk@15825 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-26 +Paolo Cavallini 2011-04-26 Updated IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15824 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-26 +Jürgen E. Fischer 2011-04-26 rollback r15636, partly r15792 and r15795 git-svn-id: http://svn.osgeo.org/qgis/trunk@15823 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-26 +Tim Sutton 2011-04-26 More ignore rules git-svn-id: http://svn.osgeo.org/qgis/trunk@15822 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-24 +Marco Hugentobler 2011-04-24 Better error handling for polygon clipping git-svn-id: http://svn.osgeo.org/qgis/trunk@15817 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-23 +Marco Hugentobler 2011-04-23 Use epsg number for output crs in rastercalculator if possible (ticket #3649) @@ -226708,318 +238748,318 @@ esseffe 2011-04-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15814 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 fix mac build git-svn-id: http://svn.osgeo.org/qgis/trunk@15813 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 fix #2829 git-svn-id: http://svn.osgeo.org/qgis/trunk@15812 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@15811 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15810 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 improve handling of empty extents (fixes #2997) git-svn-id: http://svn.osgeo.org/qgis/trunk@15809 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 raster provider: reenable Q_OBJECT and fix comments git-svn-id: http://svn.osgeo.org/qgis/trunk@15808 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-22 +Tim Sutton 2011-04-22 Fixed some typos git-svn-id: http://svn.osgeo.org/qgis/trunk@15807 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 fix warning & comment git-svn-id: http://svn.osgeo.org/qgis/trunk@15806 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-22 +Jürgen E. Fischer 2011-04-22 creatensis.pl: update ecw/mrsid package reference git-svn-id: http://svn.osgeo.org/qgis/trunk@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 ouch, fix debug build on mac II git-svn-id: http://svn.osgeo.org/qgis/trunk@15804 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 fix debug build on mac git-svn-id: http://svn.osgeo.org/qgis/trunk@15803 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 Updates for selection icons in git theme by Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15802 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 Updated license from Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15801 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 missed a file in r15797 git-svn-id: http://svn.osgeo.org/qgis/trunk@15800 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 fix starting qgis_help on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15799 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 fix #3766 git-svn-id: http://svn.osgeo.org/qgis/trunk@15798 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 add options to creatensis.pl git-svn-id: http://svn.osgeo.org/qgis/trunk@15797 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 add runtime warning if loading of translation fails git-svn-id: http://svn.osgeo.org/qgis/trunk@15796 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 windows build without BINDINGS_GLOBAL_INSTALL git-svn-id: http://svn.osgeo.org/qgis/trunk@15795 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-21 +Jürgen E. Fischer 2011-04-21 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15794 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 Added a note about not enabling python bindings global install on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15792 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-21 +Marco Hugentobler 2011-04-21 Fix internal function of wms server git-svn-id: http://svn.osgeo.org/qgis/trunk@15791 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 newgis + dodo = best friends (last removal of the newgis theme) git-svn-id: http://svn.osgeo.org/qgis/trunk@15790 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 Removed deprecated newgis theme git-svn-id: http://svn.osgeo.org/qgis/trunk@15789 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-21 +Tim Sutton 2011-04-21 GIS Theme updates from Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15788 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-21 +Marco Hugentobler 2011-04-21 Improve python bindings for adding legend groups (#3263). Patch from Marco Bernasocchi git-svn-id: http://svn.osgeo.org/qgis/trunk@15787 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-20 +Jürgen E. Fischer 2011-04-20 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15785 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-20 +Jürgen E. Fischer 2011-04-20 fix #2227 git-svn-id: http://svn.osgeo.org/qgis/trunk@15784 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-20 +Jürgen E. Fischer 2011-04-20 reduce raster reprojection debugging noice git-svn-id: http://svn.osgeo.org/qgis/trunk@15783 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-20 +Werner Macho 2011-04-20 translation update: BIG Stringfreeze for 1.7 second try git-svn-id: http://svn.osgeo.org/qgis/trunk@15782 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-20 +Jürgen E. Fischer 2011-04-20 fix #3413 git-svn-id: http://svn.osgeo.org/qgis/trunk@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-20 +Alexander Bruy 2011-04-20 fix progressbar behaviour in Merge shapefiles tool git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-20 +Jürgen E. Fischer 2011-04-20 fix debug build for Qt <4.7 git-svn-id: http://svn.osgeo.org/qgis/trunk@15775 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-20 +Werner Macho 2011-04-20 translation update: pt_BR by arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@15774 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-19 +Jürgen E. Fischer 2011-04-19 fix crashes on exit (follows up r15751) git-svn-id: http://svn.osgeo.org/qgis/trunk@15773 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-19 +Marco Hugentobler 2011-04-19 Fix for resize crash, ticket #2714 git-svn-id: http://svn.osgeo.org/qgis/trunk@15771 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-19 +Jürgen E. Fischer 2011-04-19 re-add wms tile extension workaround git-svn-id: http://svn.osgeo.org/qgis/trunk@15769 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-19 +Marco Hugentobler 2011-04-19 Commited patch for #3263 with small modifications git-svn-id: http://svn.osgeo.org/qgis/trunk@15766 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-19 +Werner Macho 2011-04-19 translation update: pt_BR by Arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@15765 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-18 +Jürgen E. Fischer 2011-04-18 fix #3757 git-svn-id: http://svn.osgeo.org/qgis/trunk@15764 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-18 +Jürgen E. Fischer 2011-04-18 improve wms error and progress reporting (fixes #1576) git-svn-id: http://svn.osgeo.org/qgis/trunk@15763 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-18 +Jürgen E. Fischer 2011-04-18 revert r15747 git-svn-id: http://svn.osgeo.org/qgis/trunk@15762 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-18 +Radim Blazek 2011-04-18 fixed crash when zooming out so that raster map extent is smaller than canvas pixel git-svn-id: http://svn.osgeo.org/qgis/trunk@15760 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-18 +Radim Blazek 2011-04-18 GRASS region another bug fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15759 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-18 +Radim Blazek 2011-04-18 GRASS region transformation resent on mapset change git-svn-id: http://svn.osgeo.org/qgis/trunk@15758 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-18 +Radim Blazek 2011-04-18 GRASS region reprojection fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15757 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-18 +Radim Blazek 2011-04-18 GRASS region reprojection git-svn-id: http://svn.osgeo.org/qgis/trunk@15756 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-18 +Werner Macho 2011-04-18 translation update: es by carlos and el_GR by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@15755 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-17 +Jürgen E. Fischer 2011-04-17 fix #2426: dateline split git-svn-id: http://svn.osgeo.org/qgis/trunk@15754 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-17 +Marco Hugentobler 2011-04-17 Change default setting for layer space in legend git-svn-id: http://svn.osgeo.org/qgis/trunk@15753 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-17 +Radim Blazek 2011-04-17 save timestamp in project file git-svn-id: http://svn.osgeo.org/qgis/trunk@15752 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-17 +Martin Dobias 2011-04-17 Delete QgisApp on destruction in order to get the destructor called (#3531). @@ -227028,44 +239068,44 @@ wonder 2011-04-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@15751 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-17 +Radim Blazek 2011-04-17 legend refresh after data reload git-svn-id: http://svn.osgeo.org/qgis/trunk@15750 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-17 +Radim Blazek 2011-04-17 completely reload provider if GRASS source data have changed git-svn-id: http://svn.osgeo.org/qgis/trunk@15749 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-17 +Jürgen E. Fischer 2011-04-17 postgres provider: fix numeric types with precision git-svn-id: http://svn.osgeo.org/qgis/trunk@15748 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-17 +Jürgen E. Fischer 2011-04-17 fix #7: GetCapabilities no done twice anymore git-svn-id: http://svn.osgeo.org/qgis/trunk@15747 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-17 +Jürgen E. Fischer 2011-04-17 fix #3750 git-svn-id: http://svn.osgeo.org/qgis/trunk@15746 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-17 +Alexander Bruy 2011-04-17 disable Build Pyramids button if no pyramids levels selected. Also reset progressbar state after building pyramids git-svn-id: http://svn.osgeo.org/qgis/trunk@15745 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-17 +Marco Hugentobler 2011-04-17 Fix missing return statement. Thanks, jef @@ -227077,53 +239117,53 @@ borysiasty 2011-04-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@15743 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-17 +Marco Hugentobler 2011-04-17 higher tolerance for segment snap git-svn-id: http://svn.osgeo.org/qgis/trunk@15742 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-17 +Marco Hugentobler 2011-04-17 Changed tolerance to make topological editing more reliable (related to ticket #2921) git-svn-id: http://svn.osgeo.org/qgis/trunk@15741 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-17 +Alexander Bruy 2011-04-17 fix eVis Event Browser and ID tool git-svn-id: http://svn.osgeo.org/qgis/trunk@15740 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-17 +Alexander Bruy 2011-04-17 extend default field width in fTools Export/Add Geometry column to fix #3500 git-svn-id: http://svn.osgeo.org/qgis/trunk@15739 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-17 +Martin Dobias 2011-04-17 Show an icon for open attribute table action in legend git-svn-id: http://svn.osgeo.org/qgis/trunk@15738 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-16 +Werner Macho 2011-04-16 translation update: pt_BR by Arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@15737 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-16 +Marco Hugentobler 2011-04-16 Improve raster performance if no clip and stretch is used on multi band color layer git-svn-id: http://svn.osgeo.org/qgis/trunk@15736 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-16 +Radim Blazek 2011-04-16 raster layer update - first step @@ -227141,13 +239181,13 @@ borysiasty 2011-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-16 +Radim Blazek 2011-04-16 test if crs are equal git-svn-id: http://svn.osgeo.org/qgis/trunk@15731 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 fix windows build @@ -227159,26 +239199,26 @@ borysiasty 2011-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 fix #3439 git-svn-id: http://svn.osgeo.org/qgis/trunk@15728 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-16 +Alexander Bruy 2011-04-16 more robust fix for #2762 as suggested by Martin git-svn-id: http://svn.osgeo.org/qgis/trunk@15727 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 fix #3745 git-svn-id: http://svn.osgeo.org/qgis/trunk@15726 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 fix wms(-c) usablility issue: switch to tileset tab automatically when tilesets are found. @@ -227188,122 +239228,122 @@ jef 2011-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15725 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-16 +Marco Hugentobler 2011-04-16 Raster reprojection in QGIS server git-svn-id: http://svn.osgeo.org/qgis/trunk@15724 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 new vector dialog: fix resize and prepopulate with an entry git-svn-id: http://svn.osgeo.org/qgis/trunk@15723 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-16 +Jürgen E. Fischer 2011-04-16 fix lenny build git-svn-id: http://svn.osgeo.org/qgis/trunk@15722 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-16 +Alexander Bruy 2011-04-16 use layer count from QgsMapLayerRegistry instead of QgsMapCanvas. Fixes #2762 git-svn-id: http://svn.osgeo.org/qgis/trunk@15721 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-16 +Marco Hugentobler 2011-04-16 Fix for bug grid annotation distance to map frame (#2899) git-svn-id: http://svn.osgeo.org/qgis/trunk@15720 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-16 +Alexander Bruy 2011-04-16 properly clear list of the invalid lines. Also don't display invalid lines message. Addresses #3741 git-svn-id: http://svn.osgeo.org/qgis/trunk@15719 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-15 +Werner Macho 2011-04-15 translation updates: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@15718 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-04-15 +Giuseppe Sucameli 2011-04-15 fix #2810 git-svn-id: http://svn.osgeo.org/qgis/trunk@15717 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-15 +Paolo Cavallini 2011-04-15 More pt_PT GUI translation. Thanks Duarte Carreira git-svn-id: http://svn.osgeo.org/qgis/trunk@15715 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-15 +Radim Blazek 2011-04-15 enable/disable better stretch histogram action git-svn-id: http://svn.osgeo.org/qgis/trunk@15714 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-04-15 +Giuseppe Sucameli 2011-04-15 avoid changes of the input layer when layers in canvas changed git-svn-id: http://svn.osgeo.org/qgis/trunk@15713 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-04-15 +Giuseppe Sucameli 2011-04-15 add cutline option to clipper to fix #3066 git-svn-id: http://svn.osgeo.org/qgis/trunk@15712 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-15 +Radim Blazek 2011-04-15 keep qgis.g.info process open and get values through stdin/stdout git-svn-id: http://svn.osgeo.org/qgis/trunk@15711 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-15 +Jürgen E. Fischer 2011-04-15 fix wmc-c support broken in r15559 git-svn-id: http://svn.osgeo.org/qgis/trunk@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-04-15 +Giuseppe Sucameli 2011-04-15 Fix #3715, don't overwrite source file git-svn-id: http://svn.osgeo.org/qgis/trunk@15709 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-15 +Tim Sutton 2011-04-15 Added missing pyramid.h git-svn-id: http://svn.osgeo.org/qgis/trunk@15708 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-15 +Marco Hugentobler 2011-04-15 More flexible limit of layer number in qgis server depending on number of layers in project. Fixes bug #3502 git-svn-id: http://svn.osgeo.org/qgis/trunk@15707 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-15 +Jürgen E. Fischer 2011-04-15 fix #3606 git-svn-id: http://svn.osgeo.org/qgis/trunk@15706 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-15 +Alexander Bruy 2011-04-15 greetings from Maxim and Alex at the QGIS Hackfest in Lisbon. Just fixed (again)bug #3519 @@ -227316,99 +239356,99 @@ rduivenvoorde 2011-04-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@15704 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-15 +Tim Sutton 2011-04-15 Fix for #3739 - wms transparency not working when set from layer properties git-svn-id: http://svn.osgeo.org/qgis/trunk@15703 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-15 +Radim Blazek 2011-04-15 gdal slow rendering when zoomed in fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15702 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-15 +Paolo Cavallini 2011-04-15 IT GUI translation completed - needs final revision git-svn-id: http://svn.osgeo.org/qgis/trunk@15701 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-14 +Marco Hugentobler 2011-04-14 Fix for bug #3692 (QGIS segfaults after removing table join) git-svn-id: http://svn.osgeo.org/qgis/trunk@15700 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-14 +Radim Blazek 2011-04-14 dpi fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15699 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-04-13 +Giuseppe Sucameli 2011-04-13 fixed #3662 and #3663 git-svn-id: http://svn.osgeo.org/qgis/trunk@15698 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-04-13 +Radim Blazek 2011-04-13 fall to precise reprojection if thresh wasnt reached git-svn-id: http://svn.osgeo.org/qgis/trunk@15697 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-13 +Marco Hugentobler 2011-04-13 Fix for bug #3685, take2 git-svn-id: http://svn.osgeo.org/qgis/trunk@15696 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-12 +Marco Hugentobler 2011-04-12 Use filename for title of WMS top layer if project title empty (ticket #3719) git-svn-id: http://svn.osgeo.org/qgis/trunk@15695 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-12 +Jürgen E. Fischer 2011-04-12 fix #3720 git-svn-id: http://svn.osgeo.org/qgis/trunk@15694 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-11 +Marco Hugentobler 2011-04-11 Return error code in zonal statistics if operation canceled by user git-svn-id: http://svn.osgeo.org/qgis/trunk@15693 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-11 +Marco Hugentobler 2011-04-11 Fix label and diagram editing if otf reprojection is enabled (ticket #3685) git-svn-id: http://svn.osgeo.org/qgis/trunk@15692 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-10 +Jürgen E. Fischer 2011-04-10 cleanup and fix attribute widget configuration git-svn-id: http://svn.osgeo.org/qgis/trunk@15691 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-09 +Jürgen E. Fischer 2011-04-09 fix geometry descriptions list git-svn-id: http://svn.osgeo.org/qgis/trunk@15690 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-09 +Werner Macho 2011-04-09 translation update: af by Hendrik and FR Context Help by JRM git-svn-id: http://svn.osgeo.org/qgis/trunk@15689 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-09 +Martin Dobias 2011-04-09 Symbol props dialog: Locked/unlocked icons instead of just showing locked icon. This should allow users easily identify the current state. @@ -227418,45 +239458,45 @@ wonder 2011-04-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15688 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-09 +Jürgen E. Fischer 2011-04-09 fix #3057 git-svn-id: http://svn.osgeo.org/qgis/trunk@15687 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-09 +Jürgen E. Fischer 2011-04-09 fix restore of initial extent of startup project git-svn-id: http://svn.osgeo.org/qgis/trunk@15686 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-09 +Martin Dobias 2011-04-09 Place project properties action in File menu correctly (Gnome/Mac) git-svn-id: http://svn.osgeo.org/qgis/trunk@15685 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-09 +Tim Sutton 2011-04-09 Updated index.html for release git-svn-id: http://svn.osgeo.org/qgis/trunk@15684 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-08 +Marco Hugentobler 2011-04-08 Fix for jumps if moving diagrams and labels with rotation point other than lower left git-svn-id: http://svn.osgeo.org/qgis/trunk@15683 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-08 +Martin Dobias 2011-04-08 Show actions only if there are no actions? (Catch 22 strikes again!) git-svn-id: http://svn.osgeo.org/qgis/trunk@15682 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-08 +Jürgen E. Fischer 2011-04-08 fix wms source select: - allow selection of named layers @@ -227466,67 +239506,67 @@ jef 2011-04-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@15681 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-07 +Werner Macho 2011-04-07 translation update: fr by JRM and bg by Zahari git-svn-id: http://svn.osgeo.org/qgis/trunk@15680 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-07 +Werner Macho 2011-04-07 translation update: lv by maris and tr by Osman git-svn-id: http://svn.osgeo.org/qgis/trunk@15679 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-07 +Paolo Cavallini 2011-04-07 More IT translation, one more GRASS module (thanks Markus Neteler) git-svn-id: http://svn.osgeo.org/qgis/trunk@15678 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-06 +Werner Macho 2011-04-06 translation update: pt_BR by Arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@15677 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-05 +Alexander Bruy 2011-04-05 synchronize eVis with latest changes in delimited text provider (fix #3701) git-svn-id: http://svn.osgeo.org/qgis/trunk@15676 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-05 +Martin Dobias 2011-04-05 python console: another fix for pasting git-svn-id: http://svn.osgeo.org/qgis/trunk@15675 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-05 +Paolo Cavallini 2011-04-05 Minor fix to a GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@15674 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-05 +Werner Macho 2011-04-05 translation update: af by Hendrik git-svn-id: http://svn.osgeo.org/qgis/trunk@15673 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-04-04 +Marco Hugentobler 2011-04-04 Fix for scaling of rotated svg pattern. Ticket #3700 git-svn-id: http://svn.osgeo.org/qgis/trunk@15672 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-04 +Werner Macho 2011-04-04 translation update: introduce new language afrikaans on request @@ -227540,78 +239580,78 @@ esseffe 2011-04-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@15670 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-04 +Jürgen E. Fischer 2011-04-04 update debian build dependencies in INSTALL git-svn-id: http://svn.osgeo.org/qgis/trunk@15668 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-04-04 +Jürgen E. Fischer 2011-04-04 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@15667 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-03 +Werner Macho 2011-04-03 translation updates: sl_SI by Joze, es by Carlos, hu by Zoltan git-svn-id: http://svn.osgeo.org/qgis/trunk@15666 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-03 +Alexander Bruy 2011-04-03 add docstring for previous commit git-svn-id: http://svn.osgeo.org/qgis/trunk@15665 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-04-03 +Alexander Bruy 2011-04-03 make Raster toolbar accessible from Python git-svn-id: http://svn.osgeo.org/qgis/trunk@15664 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-04-02 +Martin Dobias 2011-04-02 Shortcuts for easier creation of symbology-ng symbols git-svn-id: http://svn.osgeo.org/qgis/trunk@15663 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-04-02 +Werner Macho 2011-04-02 translation update: es by Carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@15662 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-01 +Paolo Cavallini 2011-04-01 IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15661 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-04-01 +Paolo Cavallini 2011-04-01 IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15660 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-01 +Tim Sutton 2011-04-01 Minor comments cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@15659 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-01 +Tim Sutton 2011-04-01 And another place to look for grass and enjoy the true elixr of happiness git-svn-id: http://svn.osgeo.org/qgis/trunk@15658 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-04-01 +Tim Sutton 2011-04-01 Added lib64 to grass search path @@ -227623,25 +239663,25 @@ stopa85 2011-04-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@15656 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-31 +Tim Sutton 2011-03-31 Added a little more detail on the final packaging step git-svn-id: http://svn.osgeo.org/qgis/trunk@15655 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-31 +Tim Sutton 2011-03-31 Added a little more detail on the final packaging step git-svn-id: http://svn.osgeo.org/qgis/trunk@15654 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-31 +Radim Blazek 2011-03-31 setAuthorization for GetFeatureInfo git-svn-id: http://svn.osgeo.org/qgis/trunk@15653 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-31 +Marco Hugentobler 2011-03-31 Fix for disappearing small labels in printout @@ -227661,13 +239701,13 @@ rduivenvoorde 2011-03-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@15650 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-31 +Radim Blazek 2011-03-31 zoom to best scale with reprojection git-svn-id: http://svn.osgeo.org/qgis/trunk@15649 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-31 +Radim Blazek 2011-03-31 more crs debug @@ -227679,62 +239719,62 @@ stopa85 2011-03-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@15647 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-31 +Radim Blazek 2011-03-31 avoid fragile pointer git-svn-id: http://svn.osgeo.org/qgis/trunk@15646 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-30 +Marco Hugentobler 2011-03-30 Use vector layer methods to test queries (instead of provider methods) git-svn-id: http://svn.osgeo.org/qgis/trunk@15645 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-30 +Jürgen E. Fischer 2011-03-30 fix nsis installer git-svn-id: http://svn.osgeo.org/qgis/trunk@15643 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-30 +Tim Sutton 2011-03-30 nsi updates: commented out reboot which causes nsis to fail for me. Updated quickpackage to set version name to 1.7 git-svn-id: http://svn.osgeo.org/qgis/trunk@15642 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-30 +Tim Sutton 2011-03-30 Added note about fixing path to flex and bison git-svn-id: http://svn.osgeo.org/qgis/trunk@15641 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-30 +Tim Sutton 2011-03-30 Added note about path for flex and bison git-svn-id: http://svn.osgeo.org/qgis/trunk@15640 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-29 +Werner Macho 2011-03-29 translation update: hr_HR by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@15638 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-29 +Marco Hugentobler 2011-03-29 Applied modification from strk to fix label direction, ticket #3643 git-svn-id: http://svn.osgeo.org/qgis/trunk@15637 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-29 +Jürgen E. Fischer 2011-03-29 don't build astyle in source directory git-svn-id: http://svn.osgeo.org/qgis/trunk@15636 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-29 +Jürgen E. Fischer 2011-03-29 fix windows build @@ -227746,13 +239786,13 @@ borysiasty 2011-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15634 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-28 +Jürgen E. Fischer 2011-03-28 add bindings to QgsProjectVersion git-svn-id: http://svn.osgeo.org/qgis/trunk@15633 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-28 +Werner Macho 2011-03-28 translation update: ja by Yoichi context_help translations fr by JRM @@ -227760,19 +239800,19 @@ macho 2011-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15631 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-28 +Tim Sutton 2011-03-28 Dont use my personal username in docs git-svn-id: http://svn.osgeo.org/qgis/trunk@15628 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-28 +Tim Sutton 2011-03-28 Added a few lines about using git in win build git-svn-id: http://svn.osgeo.org/qgis/trunk@15627 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-28 +Tim Sutton 2011-03-28 Added a few lines about using git in win build @@ -227796,13 +239836,13 @@ kyngchaos 2011-03-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@15623 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 minor german translation fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15622 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-27 +Werner Macho 2011-03-27 translation update: is by Thordur fr by JRM @@ -227812,58 +239852,58 @@ macho 2011-03-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@15621 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-27 +Martin Dobias 2011-03-27 Fixed #3681 git-svn-id: http://svn.osgeo.org/qgis/trunk@15620 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-27 +Martin Dobias 2011-03-27 PyQGIS: added new destination CRS methods, deprecated old ones. git-svn-id: http://svn.osgeo.org/qgis/trunk@15619 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15618 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 sync srs.db with current trunk of proj git-svn-id: http://svn.osgeo.org/qgis/trunk@15617 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 man, 2 commits - 2 missed files git-svn-id: http://svn.osgeo.org/qgis/trunk@15616 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 fix enabling of field edit buttons in vector properties git-svn-id: http://svn.osgeo.org/qgis/trunk@15615 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-27 +Jürgen E. Fischer 2011-03-27 fix #3682 git-svn-id: http://svn.osgeo.org/qgis/trunk@15614 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-27 +Martin Dobias 2011-03-27 Avoid duplicate SVG paths git-svn-id: http://svn.osgeo.org/qgis/trunk@15613 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-27 +Tim Sutton 2011-03-27 Added header for 1.7 release in index.html @@ -227875,7 +239915,7 @@ borysiasty 2011-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@15611 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-26 +Jürgen E. Fischer 2011-03-26 fix #3661 @@ -227893,87 +239933,87 @@ kyngchaos 2011-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@15608 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-26 +Werner Macho 2011-03-26 translation update: ru by Artem git-svn-id: http://svn.osgeo.org/qgis/trunk@15607 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-25 +Marco Hugentobler 2011-03-25 Apply patch for #2230 by sunilkcube git-svn-id: http://svn.osgeo.org/qgis/trunk@15606 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-25 +Martin Dobias 2011-03-25 Fix simple marker transparency (#3658) git-svn-id: http://svn.osgeo.org/qgis/trunk@15605 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-25 +Marco Hugentobler 2011-03-25 Follow up for #3605 git-svn-id: http://svn.osgeo.org/qgis/trunk@15604 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-25 +Martin Dobias 2011-03-25 Fixed scaling of simple line offset (#3479) git-svn-id: http://svn.osgeo.org/qgis/trunk@15603 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-25 +Martin Dobias 2011-03-25 Draw a polyline only if it is empty? (Catch 22 strikes back) git-svn-id: http://svn.osgeo.org/qgis/trunk@15602 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-25 +Martin Dobias 2011-03-25 Default value for limit git-svn-id: http://svn.osgeo.org/qgis/trunk@15601 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-25 +Werner Macho 2011-03-25 translation update: 2 typos in english original.. git-svn-id: http://svn.osgeo.org/qgis/trunk@15600 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-25 +Martin Dobias 2011-03-25 Remove a legacy tooltip git-svn-id: http://svn.osgeo.org/qgis/trunk@15599 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-25 +Marco Hugentobler 2011-03-25 Fix for zonal statistics: continue if attributes are already there git-svn-id: http://svn.osgeo.org/qgis/trunk@15598 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-25 +Werner Macho 2011-03-25 translation update: es by Carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@15597 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-25 +Jürgen E. Fischer 2011-03-25 update postgis capabilities detection git-svn-id: http://svn.osgeo.org/qgis/trunk@15596 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-25 +Werner Macho 2011-03-25 translation update: .ru by Artem @@ -227986,64 +240026,64 @@ borysiasty 2011-03-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@15594 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-24 +Werner Macho 2011-03-24 translation update: hr_HR by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@15593 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-03-24 +Paolo Cavallini 2011-03-24 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15592 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-24 +Marco Hugentobler 2011-03-24 Fix for ticket #3643, direction symbol of label git-svn-id: http://svn.osgeo.org/qgis/trunk@15591 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-24 +Tim Sutton 2011-03-24 Removed this as its redundant with patch from Juergen at #3645 git-svn-id: http://svn.osgeo.org/qgis/trunk@15590 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-24 +Tim Sutton 2011-03-24 Added utility script from Mathieu Pellerin for updating the srs.db from gdal git-svn-id: http://svn.osgeo.org/qgis/trunk@15589 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-23 +Martin Dobias 2011-03-23 Fixed a crash (clicking zoom to layer with no active layer) git-svn-id: http://svn.osgeo.org/qgis/trunk@15588 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-23 +Tim Sutton 2011-03-23 Improvements to splash - reduce capitation levels git-svn-id: http://svn.osgeo.org/qgis/trunk@15587 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 fix #3674 git-svn-id: http://svn.osgeo.org/qgis/trunk@15586 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-23 +Martin Dobias 2011-03-23 Python console: do not run the last line of the pasted code. git-svn-id: http://svn.osgeo.org/qgis/trunk@15585 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 sync srs.db with PROJ 4.7 @@ -228055,20 +240095,20 @@ rduivenvoorde 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15583 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-23 +Giuseppe Sucameli 2011-03-23 Added the default color configuration file for DEM tool git-svn-id: http://svn.osgeo.org/qgis/trunk@15582 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-23 +Marco Hugentobler 2011-03-23 Write projection info to raster calculator output git-svn-id: http://svn.osgeo.org/qgis/trunk@15581 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-23 +Tim Sutton 2011-03-23 Update splash for wroclaw @@ -228080,7 +240120,7 @@ borysiasty 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15579 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-23 +Werner Macho 2011-03-23 translation update: String Freeze - preparing for 1.7 release @@ -228088,19 +240128,19 @@ macho 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15578 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-23 +Giuseppe Sucameli 2011-03-23 fix error when output file is not created git-svn-id: http://svn.osgeo.org/qgis/trunk@15577 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15576 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 fix build error @@ -228112,13 +240152,13 @@ borysiasty 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15574 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 fix release name git-svn-id: http://svn.osgeo.org/qgis/trunk@15573 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-23 +Jürgen E. Fischer 2011-03-23 german translation update @@ -228130,7 +240170,7 @@ borysiasty 2011-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15571 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-22 +Werner Macho 2011-03-22 take out non working functions in the help file. Will be moved to QgsQueryBuilder help @@ -228143,19 +240183,19 @@ borysiasty 2011-03-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@15569 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-22 +Jürgen E. Fischer 2011-03-22 automatic indentation update (r15302-r15567) git-svn-id: http://svn.osgeo.org/qgis/trunk@15568 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-22 +Tim Sutton 2011-03-22 Updated 'whats new' for string freeze. Updated version name to Wroclaw. git-svn-id: http://svn.osgeo.org/qgis/trunk@15567 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-22 +Jürgen E. Fischer 2011-03-22 fix #2554: - apply heavy modified patch from sunil. @@ -228165,70 +240205,70 @@ jef 2011-03-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@15566 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-22 +Werner Macho 2011-03-22 translation update: ja by yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@15564 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-22 +Giuseppe Sucameli 2011-03-22 fix related to r15547, manage lines out of the drawing rectangle (empty vectors of points) git-svn-id: http://svn.osgeo.org/qgis/trunk@15563 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-22 +Giuseppe Sucameli 2011-03-22 remove the clipping rectangle closing clipper, to fix #3664 git-svn-id: http://svn.osgeo.org/qgis/trunk@15562 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-22 +Marco Hugentobler 2011-03-22 Apply patch #3263 to fix adding of groups to Legend. Provided by Marco Bernasocchi git-svn-id: http://svn.osgeo.org/qgis/trunk@15561 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-22 +Jürgen E. Fischer 2011-03-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15560 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-22 +Jürgen E. Fischer 2011-03-22 [FEATURE] move option to ignore GetMap and GetFeatureInfo URI from WMS GetCapabilities to connection git-svn-id: http://svn.osgeo.org/qgis/trunk@15559 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-22 +Jürgen E. Fischer 2011-03-22 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15558 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-22 +Marco Hugentobler 2011-03-22 Server: only show wkt geometry in feature info response if selected by user git-svn-id: http://svn.osgeo.org/qgis/trunk@15557 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-22 +Giuseppe Sucameli 2011-03-22 fixed bug in gdaltools clipper git-svn-id: http://svn.osgeo.org/qgis/trunk@15556 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-21 +Giuseppe Sucameli 2011-03-21 trying to avoid strange closing of the tools git-svn-id: http://svn.osgeo.org/qgis/trunk@15555 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-21 +Werner Macho 2011-03-21 translation update: fr by JRM @@ -228242,71 +240282,71 @@ ddehaan 2011-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15553 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-21 +Jürgen E. Fischer 2011-03-21 fix #3656 git-svn-id: http://svn.osgeo.org/qgis/trunk@15552 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-21 +Jürgen E. Fischer 2011-03-21 fix #3654 git-svn-id: http://svn.osgeo.org/qgis/trunk@15550 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-21 +Werner Macho 2011-03-21 translation update: renaming of sr_CS to fit upcoming cyrillic version git-svn-id: http://svn.osgeo.org/qgis/trunk@15549 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-21 +Werner Macho 2011-03-21 translation update: hr_HR by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@15548 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-21 +Marco Hugentobler 2011-03-21 Modify polygon clipping to clip close to the drawing rectangle. Should now solve the clipping for print composer too git-svn-id: http://svn.osgeo.org/qgis/trunk@15547 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-20 +Jürgen E. Fischer 2011-03-20 fix version strings in german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15546 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-20 +Jürgen E. Fischer 2011-03-20 optimize snapping dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15545 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-20 +Werner Macho 2011-03-20 add translation: new translation Serbia by Goran Ivankivic .. many thanks git-svn-id: http://svn.osgeo.org/qgis/trunk@15544 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-20 +Werner Macho 2011-03-20 translation update: es by Carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@15543 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-20 +Werner Macho 2011-03-20 translation update: cs_CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@15542 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-20 +Werner Macho 2011-03-20 translation update: ru by Artem @@ -228314,142 +240354,142 @@ macho 2011-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@15541 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-19 +Jürgen E. Fischer 2011-03-19 fix build error introduced with r15539 git-svn-id: http://svn.osgeo.org/qgis/trunk@15540 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-19 +Jürgen E. Fischer 2011-03-19 fix some warnings and other cleanups git-svn-id: http://svn.osgeo.org/qgis/trunk@15539 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-19 +Radim Blazek 2011-03-19 progress signals git-svn-id: http://svn.osgeo.org/qgis/trunk@15538 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-19 +Jürgen E. Fischer 2011-03-19 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@15537 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-19 +Jürgen E. Fischer 2011-03-19 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15536 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-19 +Radim Blazek 2011-03-19 another shift fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15535 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-19 +Radim Blazek 2011-03-19 tmp block size calc fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15534 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-18 +Radim Blazek 2011-03-18 align extent according to src resolution/origin git-svn-id: http://svn.osgeo.org/qgis/trunk@15533 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-18 +Giuseppe Sucameli 2011-03-18 fix #3637 git-svn-id: http://svn.osgeo.org/qgis/trunk@15532 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-18 +Jürgen E. Fischer 2011-03-18 fix nightly build git-svn-id: http://svn.osgeo.org/qgis/trunk@15531 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-17 +Radim Blazek 2011-03-17 throw away all the tricks and do second resampling, it is quite fast git-svn-id: http://svn.osgeo.org/qgis/trunk@15530 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-17 +Marco Hugentobler 2011-03-17 update field map after zonal statistics git-svn-id: http://svn.osgeo.org/qgis/trunk@15529 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-17 +Marco Hugentobler 2011-03-17 Fix for raster printing, #3622 git-svn-id: http://svn.osgeo.org/qgis/trunk@15528 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-17 +Jürgen E. Fischer 2011-03-17 heck, fix #3620 git-svn-id: http://svn.osgeo.org/qgis/trunk@15527 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-17 +Marco Hugentobler 2011-03-17 Add support for unary minus in raster calculator. Fixes ticket 3627 git-svn-id: http://svn.osgeo.org/qgis/trunk@15526 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-17 +Jürgen E. Fischer 2011-03-17 fix nightly build git-svn-id: http://svn.osgeo.org/qgis/trunk@15525 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-16 +Werner Macho 2011-03-16 translation update: es by Carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@15524 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 fix #3624 git-svn-id: http://svn.osgeo.org/qgis/trunk@15523 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15522 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 ogr provider: fix redraw after attribute table update git-svn-id: http://svn.osgeo.org/qgis/trunk@15521 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 fix #3626 git-svn-id: http://svn.osgeo.org/qgis/trunk@15520 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-03-16 +Alexander Bruy 2011-03-16 minor fixes in russian RoadGraph online help git-svn-id: http://svn.osgeo.org/qgis/trunk@15519 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 allow multiple extensions in save as (eg. for mapinfo mif/tab) @@ -228461,7 +240501,7 @@ borysiasty 2011-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15517 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 fix warning @@ -228473,26 +240513,26 @@ borysiasty 2011-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15515 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-16 +Radim Blazek 2011-03-16 better resampling alignment git-svn-id: http://svn.osgeo.org/qgis/trunk@15514 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-16 +Marco Hugentobler 2011-03-16 Fix diagrams git-svn-id: http://svn.osgeo.org/qgis/trunk@15513 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-16 +Giuseppe Sucameli 2011-03-16 fix related to #3100 and missed in r15474 git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 exclude pal headers from API and install qgsdiagramrendererv2.h @@ -228504,61 +240544,61 @@ stopa85 2011-03-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@15510 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 fix build git-svn-id: http://svn.osgeo.org/qgis/trunk@15509 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-16 +Jürgen E. Fischer 2011-03-16 fix histogram crash git-svn-id: http://svn.osgeo.org/qgis/trunk@15508 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15507 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 gdal provider: change handling of crs git-svn-id: http://svn.osgeo.org/qgis/trunk@15506 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-15 +Marco Hugentobler 2011-03-15 Add some core_exports git-svn-id: http://svn.osgeo.org/qgis/trunk@15505 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 fix warnings and windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@15504 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-15 +Marco Hugentobler 2011-03-15 [FEATURE] Add diagram system that uses the same pal instance as labeling-ng git-svn-id: http://svn.osgeo.org/qgis/trunk@15503 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 ogr provider: improve detection of CRS git-svn-id: http://svn.osgeo.org/qgis/trunk@15502 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 improve english roadgraph online help and add german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15501 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-15 +Marco Hugentobler 2011-03-15 Port polygon clip for symbology-ng from threading branch. Fixes freezes when zooming in @@ -228570,59 +240610,59 @@ stopa85 2011-03-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@15499 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 [FEATURE] default to last selection when prompting for CRS git-svn-id: http://svn.osgeo.org/qgis/trunk@15498 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-15 +Giuseppe Sucameli 2011-03-15 added algorithm option to gdaldem git-svn-id: http://svn.osgeo.org/qgis/trunk@15497 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-15 +Werner Macho 2011-03-15 translation update: .ja by Yoichi (best wishes for Japan git-svn-id: http://svn.osgeo.org/qgis/trunk@15496 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-15 +Giuseppe Sucameli 2011-03-15 [FEATURE] added GUI for gdaldem, to fix #3064 git-svn-id: http://svn.osgeo.org/qgis/trunk@15495 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-15 +Werner Macho 2011-03-15 translation update: BIG string update to prepare 1.7 git-svn-id: http://svn.osgeo.org/qgis/trunk@15494 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-15 +Jürgen E. Fischer 2011-03-15 translation string fix and german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15493 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-15 +Tim Sutton 2011-03-15 Small change to spatial query text git-svn-id: http://svn.osgeo.org/qgis/trunk@15492 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-15 +Tim Sutton 2011-03-15 Updated icons for spatial query plugin from Robert git-svn-id: http://svn.osgeo.org/qgis/trunk@15491 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3582 @@ -228658,19 +240698,19 @@ rduivenvoorde 2011-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15485 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-14 +Tim Sutton 2011-03-14 Updates for spatial query plugin from Luiz. git-svn-id: http://svn.osgeo.org/qgis/trunk@15484 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3611 git-svn-id: http://svn.osgeo.org/qgis/trunk@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3617 @@ -228682,31 +240722,31 @@ mmassing 2011-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15481 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15480 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3616 git-svn-id: http://svn.osgeo.org/qgis/trunk@15479 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3615 git-svn-id: http://svn.osgeo.org/qgis/trunk@15478 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3614 git-svn-id: http://svn.osgeo.org/qgis/trunk@15477 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-14 +Giuseppe Sucameli 2011-03-14 added -cutline option to gdaltools warp tool, to fix #3066 @@ -228719,47 +240759,47 @@ rduivenvoorde 2011-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15475 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-14 +Giuseppe Sucameli 2011-03-14 refresh list of layers when layers in TOC change git-svn-id: http://svn.osgeo.org/qgis/trunk@15474 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix/reintroduce wms layer transparency git-svn-id: http://svn.osgeo.org/qgis/trunk@15473 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-14 +Jürgen E. Fischer 2011-03-14 fix #3608 git-svn-id: http://svn.osgeo.org/qgis/trunk@15472 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-14 +Giuseppe Sucameli 2011-03-14 allow output size in grid tool to fix #2941 git-svn-id: http://svn.osgeo.org/qgis/trunk@15471 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-13 +Giuseppe Sucameli 2011-03-13 make gdaltools clipper working with the raster provider git-svn-id: http://svn.osgeo.org/qgis/trunk@15470 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-13 +Giuseppe Sucameli 2011-03-13 added raster creation in rasterize tool, to fix #3545 git-svn-id: http://svn.osgeo.org/qgis/trunk@15469 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-13 +Jürgen E. Fischer 2011-03-13 german translation update @@ -228771,31 +240811,31 @@ borysiasty 2011-03-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@15466 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-13 +Jürgen E. Fischer 2011-03-13 fix #3602 git-svn-id: http://svn.osgeo.org/qgis/trunk@15465 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-13 +Tim Sutton 2011-03-13 Renamed removeAddLayer to removeAddLayerAction git-svn-id: http://svn.osgeo.org/qgis/trunk@15464 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-13 +Tim Sutton 2011-03-13 Replaced addAddLayer with insertAddLayerAction git-svn-id: http://svn.osgeo.org/qgis/trunk@15463 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-13 +Jürgen E. Fischer 2011-03-13 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15462 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-13 +Jürgen E. Fischer 2011-03-13 [FEATURE] layer menu function - deprecated QgisInterface separator methods @@ -228806,26 +240846,26 @@ jef 2011-03-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@15461 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-13 +Tim Sutton 2011-03-13 Added zoom 1:1 to zoom bar, icon updates from robert. Disallow hist stretch for wms layers git-svn-id: http://svn.osgeo.org/qgis/trunk@15460 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-13 +Giuseppe Sucameli 2011-03-13 make tools working with the raster provider git-svn-id: http://svn.osgeo.org/qgis/trunk@15459 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 fix #3591 git-svn-id: http://svn.osgeo.org/qgis/trunk@15458 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 fix #3585 @@ -228837,25 +240877,25 @@ borysiasty 2011-03-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@15456 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 On discussion with Robert, also use desaturated icons for layer type icons. Updated stop rendering icon with one contributed by Robert. git-svn-id: http://svn.osgeo.org/qgis/trunk@15455 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 "fix" #3593 git-svn-id: http://svn.osgeo.org/qgis/trunk@15454 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 apply #3594 git-svn-id: http://svn.osgeo.org/qgis/trunk@15453 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 fix: center selected item in CRS selection @@ -228867,61 +240907,61 @@ cfarmer 2011-03-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@15451 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-12 +Marco Hugentobler 2011-03-12 Fix loading of joined layers with old symbology, #121 git-svn-id: http://svn.osgeo.org/qgis/trunk@15450 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15449 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-12 +Jürgen E. Fischer 2011-03-12 fix #3590 and crs warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15448 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 [FEATURE] show active crs in status bar. Closes #3590 git-svn-id: http://svn.osgeo.org/qgis/trunk@15447 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Use muted icons in status bar (based on article I read on a non distracting ui) git-svn-id: http://svn.osgeo.org/qgis/trunk@15446 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Deprecate the use of SRS in favour of CRS in api git-svn-id: http://svn.osgeo.org/qgis/trunk@15445 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Try better default arrangement of icons git-svn-id: http://svn.osgeo.org/qgis/trunk@15444 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Be a little more generous with the space allocated for coordinate and extent display so it doesnt get truncated. git-svn-id: http://svn.osgeo.org/qgis/trunk@15443 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Deleted this file - I think it was added by mistake git-svn-id: http://svn.osgeo.org/qgis/trunk@15442 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-12 +Tim Sutton 2011-03-12 Added null based transformer rules for qgis 1.6 - 17 projects and other missing ones for older releases. @@ -228933,55 +240973,55 @@ borysiasty 2011-03-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@15440 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15439 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 fix #3595 git-svn-id: http://svn.osgeo.org/qgis/trunk@15438 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 update old delimited text provider datasources on load git-svn-id: http://svn.osgeo.org/qgis/trunk@15437 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 missed two files in r15435 git-svn-id: http://svn.osgeo.org/qgis/trunk@15436 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 replace our QGISDEPRECATED with Qt's Q_DECL_DEPRECATED git-svn-id: http://svn.osgeo.org/qgis/trunk@15435 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-11 +Marco Hugentobler 2011-03-11 Minor change for raster calculator dialog to get the gdal layers git-svn-id: http://svn.osgeo.org/qgis/trunk@15434 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-11 +Tim Sutton 2011-03-11 Enable/disable raster icons based on context of which layer is active git-svn-id: http://svn.osgeo.org/qgis/trunk@15433 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-11 +Tim Sutton 2011-03-11 [FEATURE] Added histogram stretch to full dataset icon to raster toolbar git-svn-id: http://svn.osgeo.org/qgis/trunk@15432 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-11 +Tim Sutton 2011-03-11 Fix histogram stretch tool so that it works with multiband colour images too @@ -228993,19 +241033,19 @@ rduivenvoorde 2011-03-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@15430 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15429 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-03-11 +Paolo Cavallini 2011-03-11 Updated IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15428 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-11 +Jürgen E. Fischer 2011-03-11 fix windows build @@ -229023,37 +241063,37 @@ borysiasty 2011-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15424 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-10 +Radim Blazek 2011-03-10 alignment better, avoid artifacts git-svn-id: http://svn.osgeo.org/qgis/trunk@15423 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-10 +Radim Blazek 2011-03-10 alignment better git-svn-id: http://svn.osgeo.org/qgis/trunk@15422 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-10 +Tim Sutton 2011-03-10 Dont apply otf settings to current project after closing options box - it should only be used when a new project is created. git-svn-id: http://svn.osgeo.org/qgis/trunk@15421 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-10 +Jürgen E. Fischer 2011-03-10 fix #3573 and apply #3570 git-svn-id: http://svn.osgeo.org/qgis/trunk@15420 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-10 +Jürgen E. Fischer 2011-03-10 apply #3586 git-svn-id: http://svn.osgeo.org/qgis/trunk@15419 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-10 +Radim Blazek 2011-03-10 GDALWarpOperation -> GDALRasterIO @@ -229065,33 +241105,33 @@ borysiasty 2011-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15417 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-10 +Jürgen E. Fischer 2011-03-10 fix raster reprojection crash on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15416 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-10 +Werner Macho 2011-03-10 revert to marcos 0 instead of NULL - sorry for commiting that git-svn-id: http://svn.osgeo.org/qgis/trunk@15415 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-10 +Werner Macho 2011-03-10 some more cleanup of dupicate includes git-svn-id: http://svn.osgeo.org/qgis/trunk@15414 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-10 +Marco Hugentobler 2011-03-10 Fix for compilation git-svn-id: http://svn.osgeo.org/qgis/trunk@15413 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-10 +Martin Dobias 2011-03-10 Removed windowTitle since for some reason it caused crashes on Mac @@ -229111,31 +241151,31 @@ telwertowski 2011-03-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15410 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-09 +Radim Blazek 2011-03-09 temporary? ugly fix for not georeferenced images git-svn-id: http://svn.osgeo.org/qgis/trunk@15409 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-09 +Jürgen E. Fischer 2011-03-09 add QgsCoordinateReferenceSystem::authid() to python bindings git-svn-id: http://svn.osgeo.org/qgis/trunk@15408 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-09 +Jürgen E. Fischer 2011-03-09 translation string fixes and german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15407 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-09 +Jürgen E. Fischer 2011-03-09 remove duplicate inclusion of qgslogger.h (probably introduced with r9138) git-svn-id: http://svn.osgeo.org/qgis/trunk@15406 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-09 +Werner Macho 2011-03-09 translation update: german @@ -229148,14 +241188,14 @@ borysiasty 2011-03-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15404 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-09 +Werner Macho 2011-03-09 translation update: the next big string update after raster merge and app.ui change git-svn-id: http://svn.osgeo.org/qgis/trunk@15403 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-03-09 +Paolo Cavallini 2011-03-09 Improved v.distance and v.generalize GRASS modules @@ -229167,88 +241207,88 @@ borysiasty 2011-03-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15401 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-03-09 +Paolo Cavallini 2011-03-09 Updated manpage git-svn-id: http://svn.osgeo.org/qgis/trunk@15400 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-09 +Werner Macho 2011-03-09 translation update: another update for .ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@15399 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-09 +Werner Macho 2011-03-09 translation update: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@15398 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-09 +Radim Blazek 2011-03-09 stretch to current extent with reprojection fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15397 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-09 +Radim Blazek 2011-03-09 less debug output git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-08 +Jürgen E. Fischer 2011-03-08 fix #3542 git-svn-id: http://svn.osgeo.org/qgis/trunk@15395 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-08 +Jürgen E. Fischer 2011-03-08 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15394 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-08 +Jürgen E. Fischer 2011-03-08 fix a few warnings and indentation git-svn-id: http://svn.osgeo.org/qgis/trunk@15393 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2011-03-08 +Radim Blazek 2011-03-08 merged raster-providers branch r15390 git-svn-id: http://svn.osgeo.org/qgis/trunk@15392 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-08 +Jürgen E. Fischer 2011-03-08 some string fixes and german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15391 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-08 +Marco Hugentobler 2011-03-08 Fix graduated classifications for joined fields git-svn-id: http://svn.osgeo.org/qgis/trunk@15389 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-08 +Marco Hugentobler 2011-03-08 Saver attribute map handling (no insertion of additional entry if a column does not exist) git-svn-id: http://svn.osgeo.org/qgis/trunk@15388 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-08 +Martin Dobias 2011-03-08 Fix r15383 on Mac. git-svn-id: http://svn.osgeo.org/qgis/trunk@15387 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-08 +Jürgen E. Fischer 2011-03-08 fix doxygen warning @@ -229277,33 +241317,33 @@ cfarmer 2011-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-07 +Martin Dobias 2011-03-07 Moved creation of actions, menus and toolbars to UI file git-svn-id: http://svn.osgeo.org/qgis/trunk@15383 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-07 +Jürgen E. Fischer 2011-03-07 add online help for r15381 git-svn-id: http://svn.osgeo.org/qgis/trunk@15382 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-07 +Jürgen E. Fischer 2011-03-07 [FEATURE] add $x, $y and $perimeter to field calculator git-svn-id: http://svn.osgeo.org/qgis/trunk@15381 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-07 +Jürgen E. Fischer 2011-03-07 fix #1308 git-svn-id: http://svn.osgeo.org/qgis/trunk@15380 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-07 +Jürgen E. Fischer 2011-03-07 - use online API documentation, when no local is found - remove "set layer CRS" from toolbar @@ -229311,7 +241351,7 @@ jef 2011-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@15378 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-07 +Tim Sutton 2011-03-07 Applied patch from JCTull - show no pen and no fill as second entry in lists for symbology. Thanks. Closes #3557 @@ -229323,7 +241363,7 @@ kyngchaos 2011-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@15376 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 txt2tags should have been optional @@ -229335,21 +241375,21 @@ borysiasty 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15374 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-06 +Werner Macho 2011-03-06 translation update: preparing for next release git-svn-id: http://svn.osgeo.org/qgis/trunk@15372 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-06 +Werner Macho 2011-03-06 typo fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15371 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-03-06 +Alexander Bruy 2011-03-06 add option to select shapefile geometry in merge shapes tool @@ -229362,7 +241402,7 @@ borysiasty 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15365 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-06 +Martin Dobias 2011-03-06 Logger updates: - evaluate QGIS_DEBUG environment variable just once @@ -229371,74 +241411,74 @@ wonder 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15364 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-06 +Werner Macho 2011-03-06 translation update: es by carlos and fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@15363 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-06 +Tim Sutton 2011-03-06 Added 'sponsor us' tip git-svn-id: http://svn.osgeo.org/qgis/trunk@15362 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 be less restrictive on interpreting CRSes git-svn-id: http://svn.osgeo.org/qgis/trunk@15361 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-06 +Tim Sutton 2011-03-06 For global crs option show nice user friendly name instead of proj4 string git-svn-id: http://svn.osgeo.org/qgis/trunk@15360 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 fix r15352 git-svn-id: http://svn.osgeo.org/qgis/trunk@15359 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-06 +Tim Sutton 2011-03-06 Added tip relating to the use of default on the fly reprojection git-svn-id: http://svn.osgeo.org/qgis/trunk@15358 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 debian packaging fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15357 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 restore documentation used in about box git-svn-id: http://svn.osgeo.org/qgis/trunk@15356 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15355 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 ogr provider: use utf8 also for SQL statements with GDAL 1.8 git-svn-id: http://svn.osgeo.org/qgis/trunk@15354 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 [FEATURE] allow managing missing layers in a list git-svn-id: http://svn.osgeo.org/qgis/trunk@15353 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 [FEATURE] allow setting CRS for multiple layers at once @@ -229450,19 +241490,19 @@ borysiasty 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15351 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15350 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 missed added files in r15348. git-svn-id: http://svn.osgeo.org/qgis/trunk@15349 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-06 +Jürgen E. Fischer 2011-03-06 [FEATURE] documentation improvements replace AUTHORS, CONTRIBUTORS, DONORS, SPONSORS and TRANSLATOR with t2t version @@ -229472,37 +241512,37 @@ jef 2011-03-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15348 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-05 +Marco Hugentobler 2011-03-05 More robust detection for domain constraint git-svn-id: http://svn.osgeo.org/qgis/trunk@15347 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-05 +Jürgen E. Fischer 2011-03-05 deprecate QgsMapLayer::srs() git-svn-id: http://svn.osgeo.org/qgis/trunk@15346 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-05 +Tim Sutton 2011-03-05 Show more user friendly projection name for qgis default project CRS (relates to #393) git-svn-id: http://svn.osgeo.org/qgis/trunk@15345 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-05 +Tim Sutton 2011-03-05 Applied patch for #363 from Alex Bruy to enable on the fly projection by default. git-svn-id: http://svn.osgeo.org/qgis/trunk@15344 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-05 +Jürgen E. Fischer 2011-03-05 fix debian/changelog git-svn-id: http://svn.osgeo.org/qgis/trunk@15343 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-03-05 +Giuseppe Sucameli 2011-03-05 fix #3450 @@ -229526,13 +241566,13 @@ borysiasty 2011-03-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@15339 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-05 +Jürgen E. Fischer 2011-03-05 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15336 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-05 +Tim Sutton 2011-03-05 Cleanup some about text as suggested by users at the last hackfest @@ -229544,19 +241584,19 @@ stopa85 2011-03-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@15334 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-04 +Tim Sutton 2011-03-04 Better wording for the load missing layers dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15333 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-04 +Tim Sutton 2011-03-04 Partial fix for loading projects with missing layers from Sunilraj at KCube. see #3468 git-svn-id: http://svn.osgeo.org/qgis/trunk@15332 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-04 +Tim Sutton 2011-03-04 Removed ogr converter: 1. its not maintained 2. its mostly duplicated by the layer save as... option. @@ -229568,33 +241608,33 @@ stopa85 2011-03-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@15330 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-04 +Jürgen E. Fischer 2011-03-04 fix #3542 git-svn-id: http://svn.osgeo.org/qgis/trunk@15329 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-03-04 +Paolo Cavallini 2011-03-04 Updates to IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15328 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-03 +Martin Dobias 2011-03-03 Added missing python bindings for table joins git-svn-id: http://svn.osgeo.org/qgis/trunk@15327 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-03 +Martin Dobias 2011-03-03 Also enable antialiasing with QPixmap in options dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15325 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-03-03 +Martin Dobias 2011-03-03 Rendering to QPixmap supports antialiasing nowadays @@ -229607,112 +241647,112 @@ kyngchaos 2011-03-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@15323 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-03-03 +Alexander Bruy 2011-03-03 use crs() instead of deprecated srs() git-svn-id: http://svn.osgeo.org/qgis/trunk@15322 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-03 +Marco Hugentobler 2011-03-03 Changed gpl2->gpl3 in readme because of gpl3 parts in the QGIS sources git-svn-id: http://svn.osgeo.org/qgis/trunk@15321 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-03-03 +Alexander Bruy 2011-03-03 get uniquie values from provider instead of using own function git-svn-id: http://svn.osgeo.org/qgis/trunk@15320 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-03-03 +Alexander Bruy 2011-03-03 display correct fTools version in About dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15319 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-03 +Werner Macho 2011-03-03 translation update: sv by emj git-svn-id: http://svn.osgeo.org/qgis/trunk@15318 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-03 +Jürgen E. Fischer 2011-03-03 fix r15315 git-svn-id: http://svn.osgeo.org/qgis/trunk@15317 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-03 +Jürgen E. Fischer 2011-03-03 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15316 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-03 +Jürgen E. Fischer 2011-03-03 fix #926 git-svn-id: http://svn.osgeo.org/qgis/trunk@15315 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-03 +Jürgen E. Fischer 2011-03-03 fix deprecation warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15314 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-02 +Tim Sutton 2011-03-02 Removed quick print plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@15313 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-02 +Marco Hugentobler 2011-03-02 unique values from layer also for sqlanywhere git-svn-id: http://svn.osgeo.org/qgis/trunk@15312 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-02 +Marco Hugentobler 2011-03-02 Use layer method for unique values in query builder and old symbology git-svn-id: http://svn.osgeo.org/qgis/trunk@15311 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-02 +Marco Hugentobler 2011-03-02 Add uniqueValues() method for vector layer. Fixes #3528 git-svn-id: http://svn.osgeo.org/qgis/trunk@15310 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-02 +Tim Sutton 2011-03-02 Use transparent png rather git-svn-id: http://svn.osgeo.org/qgis/trunk@15309 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-02 +Tim Sutton 2011-03-02 Center image in tip git-svn-id: http://svn.osgeo.org/qgis/trunk@15308 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-02 +Tim Sutton 2011-03-02 Added new images folder for tip images and new tip from Alister Hood which demonstrates how to add a tip with an image. Note the use of alias in the qrc file. git-svn-id: http://svn.osgeo.org/qgis/trunk@15307 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-02 +Jürgen E. Fischer 2011-03-02 implement #3535 git-svn-id: http://svn.osgeo.org/qgis/trunk@15306 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-03-01 +Marco Hugentobler 2011-03-01 Fix crash in ticket #3528 @@ -229724,68 +241764,68 @@ cfarmer 2011-03-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@15304 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-01 +Jürgen E. Fischer 2011-03-01 automatic indentation update (r15222-r15302) git-svn-id: http://svn.osgeo.org/qgis/trunk@15303 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-01 +Tim Sutton 2011-03-01 Applied latest spatialquery_X_full.zip patch from Luiz Motta from #2634. This adds a number of improvements in functionality and usability to the spatial query tool. Muito Obrigado Luiz. git-svn-id: http://svn.osgeo.org/qgis/trunk@15302 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-01 +Tim Sutton 2011-03-01 Updates from Luiz for spatial query plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@15301 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-03-01 +Tim Sutton 2011-03-01 Updates from Luiz for spatial query plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@15300 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-03-01 +Jürgen E. Fischer 2011-03-01 fix help viewer on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15299 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-03-01 +Werner Macho 2011-03-01 translation update: fr by Jean Roc git-svn-id: http://svn.osgeo.org/qgis/trunk@15298 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15297 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 missed a file in r15294 git-svn-id: http://svn.osgeo.org/qgis/trunk@15296 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 debian packaging: qgis_help moved to libexec git-svn-id: http://svn.osgeo.org/qgis/trunk@15295 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 move qgis_help to libexec git-svn-id: http://svn.osgeo.org/qgis/trunk@15294 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 cleanup: remove QgsApplication::msexportAppPath() and app/qgshelpviewer* @@ -229815,37 +241855,37 @@ cfarmer 2011-02-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15289 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-28 +Tim Sutton 2011-02-28 Minor re-wording for ease of reading git-svn-id: http://svn.osgeo.org/qgis/trunk@15288 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 fix #3534 git-svn-id: http://svn.osgeo.org/qgis/trunk@15287 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15286 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 db source select: move 'add' back to the first position in the button box git-svn-id: http://svn.osgeo.org/qgis/trunk@15285 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 postgres provider: use set application_name (fixes r15280) and verify that pg_is_in_recovery() is false git-svn-id: http://svn.osgeo.org/qgis/trunk@15284 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-28 +Jürgen E. Fischer 2011-02-28 database source select: 'move build query' to button box @@ -229857,80 +241897,80 @@ stopa85 2011-02-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15282 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 allow switching between geometry and all tables in the selection dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15281 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 postgres support: include application_name in connections git-svn-id: http://svn.osgeo.org/qgis/trunk@15280 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 FindQGIS.cmake cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@15278 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15277 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 translation string fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15276 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 fix runtime warning git-svn-id: http://svn.osgeo.org/qgis/trunk@15275 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 ogr provider: add support for ignoring fields (adapted from threading branch) git-svn-id: http://svn.osgeo.org/qgis/trunk@15274 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 fix csv save as support git-svn-id: http://svn.osgeo.org/qgis/trunk@15273 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-27 +Jürgen E. Fischer 2011-02-27 context help update git-svn-id: http://svn.osgeo.org/qgis/trunk@15270 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-27 +Tim Sutton 2011-02-27 Added a couple more tips git-svn-id: http://svn.osgeo.org/qgis/trunk@15266 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-02-25 +Alexander Bruy 2011-02-25 manage connections dialog cleanup and usability improvement. Also add support for service parameter in PostgreSQL connection introduced in r15258 git-svn-id: http://svn.osgeo.org/qgis/trunk@15264 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-25 +Paolo Cavallini 2011-02-25 More translation of the IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15263 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-02-25 +Alexander Bruy 2011-02-25 remove unnecessary return statement @@ -229943,44 +241983,44 @@ stopa85 2011-02-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@15261 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-24 +Marco Hugentobler 2011-02-24 Higher limit for number of layers in WMS project, use hash instead of map in layer cache git-svn-id: http://svn.osgeo.org/qgis/trunk@15260 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-24 +Tim Sutton 2011-02-24 Set the use of symbology ng and anti aliasing to default for qgis 1.7 git-svn-id: http://svn.osgeo.org/qgis/trunk@15259 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-24 +Jürgen E. Fischer 2011-02-24 implement #3522 git-svn-id: http://svn.osgeo.org/qgis/trunk@15258 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-24 +Jürgen E. Fischer 2011-02-24 ouch - missed the real change in r15255 git-svn-id: http://svn.osgeo.org/qgis/trunk@15257 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-02-24 +Alexander Bruy 2011-02-24 save default bands combination and stadard deviation. Also use this values when loading new raster layer (fix #3519) git-svn-id: http://svn.osgeo.org/qgis/trunk@15256 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-24 +Jürgen E. Fischer 2011-02-24 skip rendering while size is still 1x1 git-svn-id: http://svn.osgeo.org/qgis/trunk@15255 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-02-23 +Giuseppe Sucameli 2011-02-23 fix canvas refresh to avoid crashes @@ -229992,79 +242032,79 @@ rduivenvoorde 2011-02-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@15253 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-23 +Jürgen E. Fischer 2011-02-23 fix warning and enable pedantic mode by default git-svn-id: http://svn.osgeo.org/qgis/trunk@15252 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-23 +Tim Sutton 2011-02-23 Removed message box left in by mistake while testing user defined plugin dirs. git-svn-id: http://svn.osgeo.org/qgis/trunk@15251 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-23 +Tim Sutton 2011-02-23 [FEATURE] Added option to load c++ plugins from user specified directories. Requires application restart to activate. git-svn-id: http://svn.osgeo.org/qgis/trunk@15250 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-23 +Jürgen E. Fischer 2011-02-23 fix canvas refresh git-svn-id: http://svn.osgeo.org/qgis/trunk@15249 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-23 +Tim Sutton 2011-02-23 Added find rule for QGIS git-svn-id: http://svn.osgeo.org/qgis/trunk@15248 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-22 +Jürgen E. Fischer 2011-02-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15247 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-22 +Jürgen E. Fischer 2011-02-22 deprecated special handling of EPSG - just one authority git-svn-id: http://svn.osgeo.org/qgis/trunk@15246 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-22 +Jürgen E. Fischer 2011-02-22 translation string fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15245 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-22 +Tim Sutton 2011-02-22 Some cleanups and additions to Andreas' tips git-svn-id: http://svn.osgeo.org/qgis/trunk@15244 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-22 +Tim Sutton 2011-02-22 Added another tip by Andreas Neumann git-svn-id: http://svn.osgeo.org/qgis/trunk@15243 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-22 +Marco Hugentobler 2011-02-22 Fix layer space if layer title element is removed git-svn-id: http://svn.osgeo.org/qgis/trunk@15242 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-22 +Jürgen E. Fischer 2011-02-22 add note about debug libraries to msvc INSTALL section git-svn-id: http://svn.osgeo.org/qgis/trunk@15241 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-22 +Tim Sutton 2011-02-22 Added some more great tips from Andreas Neumann @@ -230076,20 +242116,20 @@ stopa85 2011-02-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@15239 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-21 +Jürgen E. Fischer 2011-02-21 fix #3137 git-svn-id: http://svn.osgeo.org/qgis/trunk@15238 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-21 +Martin Dobias 2011-02-21 Prompt whether to overwrite a symbol. Contributed by Alex Bruy (#3405) git-svn-id: http://svn.osgeo.org/qgis/trunk@15237 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-21 +Martin Dobias 2011-02-21 [FEATURE] Export and import of styles (symbology-ng). Contributed by Alex Bruy (#3425) @@ -230098,13 +242138,13 @@ wonder 2011-02-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15236 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-21 +Marco Hugentobler 2011-02-21 Move reading/writing of label style to qgsvectorlayer. Change argument in readCustomProperties to const. Fixes problem with mixed label settings between qgis server projects git-svn-id: http://svn.osgeo.org/qgis/trunk@15235 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-02-21 +Gary Sherman 2011-02-21 Refactored the tips dialog to use a single QTextBrowser to display content. @@ -230113,7 +242153,7 @@ gsherman 2011-02-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15234 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-21 +Jürgen E. Fischer 2011-02-21 fix #2996 @@ -230125,71 +242165,71 @@ stopa85 2011-02-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15232 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 update update-indent.sh git-svn-id: http://svn.osgeo.org/qgis/trunk@15229 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 fix typos git-svn-id: http://svn.osgeo.org/qgis/trunk@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 automatic indentation update (r14435-r15226) git-svn-id: http://svn.osgeo.org/qgis/trunk@15227 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15226 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 apply (slightly modified) #3512 git-svn-id: http://svn.osgeo.org/qgis/trunk@15225 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-20 +Jürgen E. Fischer 2011-02-20 set plugin name and parent of c++ plugins - to allow other plugins to connect via mainWindow().findChild() git-svn-id: http://svn.osgeo.org/qgis/trunk@15224 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-02-20 +Giuseppe Sucameli 2011-02-20 fix #1904 git-svn-id: http://svn.osgeo.org/qgis/trunk@15223 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-20 +Martin Dobias 2011-02-20 Implemented renaming of symbols and color ramps. Fixes #3509 git-svn-id: http://svn.osgeo.org/qgis/trunk@15222 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-20 +Martin Dobias 2011-02-20 [FEATURE] zoom to group of layers. Contributed by Alex Bruy - thanks! (#2783) git-svn-id: http://svn.osgeo.org/qgis/trunk@15220 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-20 +Martin Dobias 2011-02-20 Fix #3510 git-svn-id: http://svn.osgeo.org/qgis/trunk@15219 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-20 +Martin Dobias 2011-02-20 [FEATURE] Labels for rules in rule-based renderers and some other goodies. Applied patch #3222 from Mayeul Kauffmann with various modifications. @@ -230197,32 +242237,32 @@ wonder 2011-02-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@15217 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 apply #3506 git-svn-id: http://svn.osgeo.org/qgis/trunk@15215 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-02-19 +Giuseppe Sucameli 2011-02-19 Merged the source select UIs for both PG and SL to allow to use a subset query loading a SL layer git-svn-id: http://svn.osgeo.org/qgis/trunk@15214 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 fix msvc fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15213 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15212 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 r15197 worked with SIP 4.12.1 on OSGeo4W r15205 breaks SIP 4.12.1 again, but apparently works on SIP 4.12.0 on OSX @@ -230231,37 +242271,37 @@ jef 2011-02-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@15211 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 fix internal use of deprecated methods and fix related warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15210 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 add 'deprecated' annotation to SIP bindings git-svn-id: http://svn.osgeo.org/qgis/trunk@15209 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-19 +Jürgen E. Fischer 2011-02-19 deprecate QgsMapCanvas::pixmap() following QgsMapCanvasMap::pixmap() git-svn-id: http://svn.osgeo.org/qgis/trunk@15208 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-19 +Tim Sutton 2011-02-19 Added Municipia to sponsors list git-svn-id: http://svn.osgeo.org/qgis/trunk@15207 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-19 +Tim Sutton 2011-02-19 Updated icon from local histogram stretch from Robert (thanks Robert) git-svn-id: http://svn.osgeo.org/qgis/trunk@15206 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-02-19 +Gary Sherman 2011-02-19 Fix failure when compiling on OS X with Sip version 4.12. sipClass_QVariant was undefined so it appears it is still @@ -230270,63 +242310,63 @@ gsherman 2011-02-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@15205 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-02-19 +Gary Sherman 2011-02-19 Fixed composer icon sizes git-svn-id: http://svn.osgeo.org/qgis/trunk@15204 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-02-18 +Martin Dobias 2011-02-18 "in"/"not in" is a predicate (#3503) git-svn-id: http://svn.osgeo.org/qgis/trunk@15203 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-02-18 +Alexander Bruy 2011-02-18 fix typo in tip (replace openModeller with Quantum GIS) git-svn-id: http://svn.osgeo.org/qgis/trunk@15202 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-18 +Jürgen E. Fischer 2011-02-18 missed a gcc warning git-svn-id: http://svn.osgeo.org/qgis/trunk@15201 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-18 +Jürgen E. Fischer 2011-02-18 fix sip macro change from r15197 git-svn-id: http://svn.osgeo.org/qgis/trunk@15200 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 [FEATURE] Not sure how we coped without this till now...we now have a tip presented at startup. You can en/disable tips in the options panel. To contribute more tips, please add them to src/app/qgstipfactory.cpp git-svn-id: http://svn.osgeo.org/qgis/trunk@15199 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 [FEATURE] Not sure how we coped without this till now...we now have a tip presented at startup. You can en/disable tips in the options panel. To contribute more tips, please add them to src/app/qgstipfactory.cpp git-svn-id: http://svn.osgeo.org/qgis/trunk@15198 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-18 +Jürgen E. Fischer 2011-02-18 add QGISDEPRECATED macro and fix a bunch of warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@15197 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-18 +Jürgen E. Fischer 2011-02-18 fix wms server settings tab title in project properties git-svn-id: http://svn.osgeo.org/qgis/trunk@15196 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 Added dedicated dialog for the sponsors. No longer parse sponsors from sponsors text file, just edit the html in the dialog directly. @@ -230344,7 +242384,7 @@ dassau 2011-02-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@15193 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 Added local histogram stretch icon to the new raster toolbar and wired it up so it works @@ -230356,200 +242396,200 @@ borysiasty 2011-02-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@15191 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 Fix but where layer does not refresh when applying local histogram stretch and render caching is enabled. Also update legend pixmap if performing a local stretch git-svn-id: http://svn.osgeo.org/qgis/trunk@15190 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 Raster Layer Props tidy up: Used friendlier crs description in general props. Also don't use deprecated maplayer::srs method anymore git-svn-id: http://svn.osgeo.org/qgis/trunk@15189 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-18 +Tim Sutton 2011-02-18 Dont use deprecated call to maplayer::srs git-svn-id: http://svn.osgeo.org/qgis/trunk@15188 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-18 +Paolo Cavallini 2011-02-18 Minor improvements to IT GUI - thanks to Leonardo Ricci git-svn-id: http://svn.osgeo.org/qgis/trunk@15187 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-17 +Jürgen E. Fischer 2011-02-17 mapserver: use default message handler for debugging output on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15186 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-17 +Jürgen E. Fischer 2011-02-17 doxygen fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15185 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-17 +Jürgen E. Fischer 2011-02-17 fix #3499 git-svn-id: http://svn.osgeo.org/qgis/trunk@15184 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-17 +Jürgen E. Fischer 2011-02-17 strip off superfluous parameters from WMS server url (for the common case that GetCapabilities request urls are advertised) git-svn-id: http://svn.osgeo.org/qgis/trunk@15183 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-17 +Jürgen E. Fischer 2011-02-17 record which SSL errors are ok to ignore git-svn-id: http://svn.osgeo.org/qgis/trunk@15182 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-17 +Marco Hugentobler 2011-02-17 Show all layer fields in labeling dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15181 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-17 +Marco Hugentobler 2011-02-17 Safer handling of layers with unknown geometry git-svn-id: http://svn.osgeo.org/qgis/trunk@15180 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-16 +Jürgen E. Fischer 2011-02-16 add support to set fields to NULL in field calculator and fix following update of attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@15179 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-16 +Jürgen E. Fischer 2011-02-16 fix #3945 (following up on r15148) git-svn-id: http://svn.osgeo.org/qgis/trunk@15178 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-16 +Jürgen E. Fischer 2011-02-16 fix #3490 git-svn-id: http://svn.osgeo.org/qgis/trunk@15177 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-16 +Marco Hugentobler 2011-02-16 [FEATURE]: possibility to set label distance in map units git-svn-id: http://svn.osgeo.org/qgis/trunk@15176 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-15 +Jürgen E. Fischer 2011-02-15 apply patch for #3347 from kcube git-svn-id: http://svn.osgeo.org/qgis/trunk@15175 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-15 +Marco Hugentobler 2011-02-15 Fix for other multiple redraws git-svn-id: http://svn.osgeo.org/qgis/trunk@15174 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-15 +Marco Hugentobler 2011-02-15 Fewer redraws if toggeling editing from vector props git-svn-id: http://svn.osgeo.org/qgis/trunk@15173 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-13 +Marco Hugentobler 2011-02-13 Remove some duplicated code git-svn-id: http://svn.osgeo.org/qgis/trunk@15169 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-13 +Jürgen E. Fischer 2011-02-13 fix API QgsMapLayer::getLayerID() to id()), some warnings and use doxygen deprecation tag. git-svn-id: http://svn.osgeo.org/qgis/trunk@15168 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-13 +Paolo Cavallini 2011-02-13 Updated IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15167 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-13 +Jürgen E. Fischer 2011-02-13 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15166 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-13 +Jürgen E. Fischer 2011-02-13 fix #3477 & #3778 git-svn-id: http://svn.osgeo.org/qgis/trunk@15165 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-13 +Jürgen E. Fischer 2011-02-13 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15164 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-13 +Paolo Cavallini 2011-02-13 Improve the description of some GRASS modules git-svn-id: http://svn.osgeo.org/qgis/trunk@15163 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-12 +Jürgen E. Fischer 2011-02-12 mapserver: semicolon removed from QgsMSDebugMsg macro git-svn-id: http://svn.osgeo.org/qgis/trunk@15162 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-12 +Jürgen E. Fischer 2011-02-12 mapserver: fix crash when layer cache is to small for project git-svn-id: http://svn.osgeo.org/qgis/trunk@15161 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-12 +Jürgen E. Fischer 2011-02-12 fix crash git-svn-id: http://svn.osgeo.org/qgis/trunk@15160 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-12 +Jürgen E. Fischer 2011-02-12 allow setting mapserver service properties in project properties git-svn-id: http://svn.osgeo.org/qgis/trunk@15159 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-12 +Jürgen E. Fischer 2011-02-12 add more debugging output to mapserver git-svn-id: http://svn.osgeo.org/qgis/trunk@15158 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-12 +Marco Hugentobler 2011-02-12 Fix multiple redraws when adding join from dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15157 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-11 +Jürgen E. Fischer 2011-02-11 fix #2551 git-svn-id: http://svn.osgeo.org/qgis/trunk@15156 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-11 +Marco Hugentobler 2011-02-11 [FEATURE]: experimental table join support refactored and ported from branch to trunk @@ -230573,55 +242613,55 @@ cfarmer 2011-02-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@15151 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-09 +Jürgen E. Fischer 2011-02-09 add support for UTF8 in GDAL/OGR 1.8 (fixes #2551) git-svn-id: http://svn.osgeo.org/qgis/trunk@15148 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-09 +Jürgen E. Fischer 2011-02-09 doxygen fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15147 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-09 +Paolo Cavallini 2011-02-09 Minor improvements to the IT GUI - thanks to the GFOSS.it community git-svn-id: http://svn.osgeo.org/qgis/trunk@15146 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-09 +Jürgen E. Fischer 2011-02-09 fix debugging output for Qt<4.5 git-svn-id: http://svn.osgeo.org/qgis/trunk@15145 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-08 +Jürgen E. Fischer 2011-02-08 restore arrow cursor when asking for credentials git-svn-id: http://svn.osgeo.org/qgis/trunk@15144 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-08 +Jürgen E. Fischer 2011-02-08 revert debian part of r15142 git-svn-id: http://svn.osgeo.org/qgis/trunk@15143 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-08 +Paolo Cavallini 2011-02-08 Minor improvement to the IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15142 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-08 +Jürgen E. Fischer 2011-02-08 also use 24px as default icon size in options git-svn-id: http://svn.osgeo.org/qgis/trunk@15141 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-02-08 +Alexander Bruy 2011-02-08 don't close Manage connections dialog after processing selected file. Allow user select another file and run save/load operation again @@ -230629,69 +242669,69 @@ alexbruy 2011-02-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@15140 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-08 +Marco Hugentobler 2011-02-08 [FEATURE]: rotation for svg fills git-svn-id: http://svn.osgeo.org/qgis/trunk@15139 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-08 +Marco Hugentobler 2011-02-08 Use qIsNaN and qIsInf for QgsRectangle::isFinite git-svn-id: http://svn.osgeo.org/qgis/trunk@15138 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-08 +Tim Sutton 2011-02-08 Improvements to spatial select plugin from Luiz Motta (#2634) git-svn-id: http://svn.osgeo.org/qgis/trunk@15137 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-02-08 +Gary Sherman 2011-02-08 Option for user to set icon size to 16, 24, or 32 px. Contributed by madmanwoo (NathanW) git-svn-id: http://svn.osgeo.org/qgis/trunk@15136 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-02-08 +Giuseppe Sucameli 2011-02-08 Applied the patch attached to #3331 to implement gdaltindex. Thanks alexbruy! git-svn-id: http://svn.osgeo.org/qgis/trunk@15135 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-07 +Marco Hugentobler 2011-02-07 Fix for ticket #3471 git-svn-id: http://svn.osgeo.org/qgis/trunk@15131 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-05 +Jürgen E. Fischer 2011-02-05 paintEvent isn't a signal git-svn-id: http://svn.osgeo.org/qgis/trunk@15130 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-05 +Paolo Cavallini 2011-02-05 Minor improvements to IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15129 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-04 +Jürgen E. Fischer 2011-02-04 optionally use external qwtpolar library git-svn-id: http://svn.osgeo.org/qgis/trunk@15128 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-04 +Marco Hugentobler 2011-02-04 Read composer legend content from project file for WMS print (ignoring the possibility of dynamically added layers for now) git-svn-id: http://svn.osgeo.org/qgis/trunk@15127 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-02-04 +Tim Sutton 2011-02-04 Revert "Applied patch from #3447. Button group for add layer" @@ -230699,20 +242739,20 @@ timlinux 2011-02-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@15126 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-02-03 +Giuseppe Sucameli 2011-02-03 fixed #3449 making sure the clipping result has the layers order as in TOC git-svn-id: http://svn.osgeo.org/qgis/trunk@15125 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-03 +Marco Hugentobler 2011-02-03 Option to print as raster also via WMS (mainly as a workaround because of some Qt pdf problems git-svn-id: http://svn.osgeo.org/qgis/trunk@15124 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-03 +Jürgen E. Fischer 2011-02-03 update indentation of roadgraph plugin @@ -230724,37 +242764,37 @@ stopa85 2011-02-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@15122 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-02 +Marco Hugentobler 2011-02-02 Remaining fix for bug #3459 git-svn-id: http://svn.osgeo.org/qgis/trunk@15121 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-02 +Jürgen E. Fischer 2011-02-02 german translation update (followup on r15119) git-svn-id: http://svn.osgeo.org/qgis/trunk@15120 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-02-02 +Paolo Cavallini 2011-02-02 Remove JPL WMS server - fixes #3464 git-svn-id: http://svn.osgeo.org/qgis/trunk@15119 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-01 +Jürgen E. Fischer 2011-02-01 INSTALL fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15118 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-02-01 +Jürgen E. Fischer 2011-02-01 debian packaging fix git-svn-id: http://svn.osgeo.org/qgis/trunk@15117 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-01 +Marco Hugentobler 2011-02-01 Handle negative rotation values in composer map grid @@ -230766,25 +242806,25 @@ rduivenvoorde 2011-02-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@15115 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-01 +Marco Hugentobler 2011-02-01 Fix #3459 (uncheck feature count) git-svn-id: http://svn.osgeo.org/qgis/trunk@15114 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-01 +Marco Hugentobler 2011-02-01 Fix #3411 git-svn-id: http://svn.osgeo.org/qgis/trunk@15113 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-02-01 +Marco Hugentobler 2011-02-01 Set composer grid intervals x/y from WMS getPrint request git-svn-id: http://svn.osgeo.org/qgis/trunk@15112 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-31 +Marco Hugentobler 2011-01-31 Change getPrint syntax to use several parameters for composer maps, e.g. map0:extent=xmin,ymin,xmax,ymax or map0:rotation=45 @@ -230802,91 +242842,91 @@ stopa85 2011-01-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@15109 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-30 +Jürgen E. Fischer 2011-01-30 fix #3374 git-svn-id: http://svn.osgeo.org/qgis/trunk@15108 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-29 +Jürgen E. Fischer 2011-01-29 fix #3451: don't recheck saved primary key column for views when 'use estimates' is on git-svn-id: http://svn.osgeo.org/qgis/trunk@15107 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-29 +Jürgen E. Fischer 2011-01-29 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@15106 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-29 +Jürgen E. Fischer 2011-01-29 missed to update the qgis.bat.tmpl git-svn-id: http://svn.osgeo.org/qgis/trunk@15105 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-29 +Jürgen E. Fischer 2011-01-29 update osgeo4w build to use standard GDAL (now 1.8) to build git-svn-id: http://svn.osgeo.org/qgis/trunk@15104 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-29 +Paolo Cavallini 2011-01-29 Fix v.sample GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@15103 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 mapserver: don't crash when WIDTH or HEIGHT are missing. git-svn-id: http://svn.osgeo.org/qgis/trunk@15102 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-28 +Marco Hugentobler 2011-01-28 Fix reprojection problem for polygons too git-svn-id: http://svn.osgeo.org/qgis/trunk@15101 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 russian translation update (merged road graph plugin translations) git-svn-id: http://svn.osgeo.org/qgis/trunk@15100 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15099 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 some translation string fixes in road graph plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@15098 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@15097 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-28 +Jürgen E. Fischer 2011-01-28 build with -fno-strict-aliasing on powerpc (see bugs.debian.org/603986) git-svn-id: http://svn.osgeo.org/qgis/trunk@15096 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-28 +Marco Hugentobler 2011-01-28 Fix line coordinate transform git-svn-id: http://svn.osgeo.org/qgis/trunk@15095 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-01-28 +Tim Sutton 2011-01-28 Applied patch from #3447. Button group for add layer @@ -230898,55 +242938,55 @@ stopa85 2011-01-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@15093 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-28 +Marco Hugentobler 2011-01-28 Better description for button git-svn-id: http://svn.osgeo.org/qgis/trunk@15092 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-27 +Paolo Cavallini 2011-01-27 Minor IT GUI improvements git-svn-id: http://svn.osgeo.org/qgis/trunk@15091 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-27 +Marco Hugentobler 2011-01-27 Use 'fast clip' line clipping algorithm for long lines. Huge improvement for wms benchmark performance (long contour lines) git-svn-id: http://svn.osgeo.org/qgis/trunk@15090 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-27 +Marco Hugentobler 2011-01-27 Add a scale parameter for maps in the getPrint request git-svn-id: http://svn.osgeo.org/qgis/trunk@15089 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-27 +Marco Hugentobler 2011-01-27 Use full page for pdf in getPrint request git-svn-id: http://svn.osgeo.org/qgis/trunk@15088 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-26 +Marco Hugentobler 2011-01-26 Prevent rounding error if point is on segment. Fixes bug #2921 git-svn-id: http://svn.osgeo.org/qgis/trunk@15087 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-26 +Marco Hugentobler 2011-01-26 Support relative project pathes in wms server git-svn-id: http://svn.osgeo.org/qgis/trunk@15086 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-26 +Marco Hugentobler 2011-01-26 Fix output format for getPrint git-svn-id: http://svn.osgeo.org/qgis/trunk@15085 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-01-26 +Werner Macho 2011-01-26 translation update: fa by mola @@ -230958,81 +242998,81 @@ stopa85 2011-01-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@15083 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-26 +Marco Hugentobler 2011-01-26 Add element to group composer templates in WMS capabilities git-svn-id: http://svn.osgeo.org/qgis/trunk@15082 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-25 +Jürgen E. Fischer 2011-01-25 gitmarker: fix cmake warning and don't append something w/o local changes git-svn-id: http://svn.osgeo.org/qgis/trunk@15080 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-25 +Jürgen E. Fischer 2011-01-25 skip empty parts of QGIS_PLUGINPATH git-svn-id: http://svn.osgeo.org/qgis/trunk@15079 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2011-01-25 +Alexander Bruy 2011-01-25 use correct expand option when combobox items translated git-svn-id: http://svn.osgeo.org/qgis/trunk@15078 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-25 +Marco Hugentobler 2011-01-25 Improve GetLegendGraphics output in wms server git-svn-id: http://svn.osgeo.org/qgis/trunk@15077 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-25 +Jürgen E. Fischer 2011-01-25 fix #3434 git-svn-id: http://svn.osgeo.org/qgis/trunk@15076 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2011-01-25 +Tim Sutton 2011-01-25 #3420 fix for map canvas rerender not working under python git-svn-id: http://svn.osgeo.org/qgis/trunk@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-01-25 +Gary Sherman 2011-01-25 Patch for delimited text, ticket #3414. Submitted by ccrook. git-svn-id: http://svn.osgeo.org/qgis/trunk@15074 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-25 +Jürgen E. Fischer 2011-01-25 don't split QGIS_PLUGINPATH at colon on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15073 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-24 +Jürgen E. Fischer 2011-01-24 postgres provider update: use st_ functions only with postgis>=2 and the old one with earlier postgis version git-svn-id: http://svn.osgeo.org/qgis/trunk@15072 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-24 +Jürgen E. Fischer 2011-01-24 fix windows build, warnings, typos and roadgraph plugin indentation git-svn-id: http://svn.osgeo.org/qgis/trunk@15071 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-24 +Marco Hugentobler 2011-01-24 Different format for embedded wms service metadata git-svn-id: http://svn.osgeo.org/qgis/trunk@15070 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-24 +Marco Hugentobler 2011-01-24 Fix for accessing groups in mapserver @@ -231044,25 +243084,25 @@ stopa85 2011-01-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@15068 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-24 +Marco Hugentobler 2011-01-24 [FEATURE]: Optionally specify wms service capabilities in the properties section of the project file (instead of wms_metadata.xml file) git-svn-id: http://svn.osgeo.org/qgis/trunk@15067 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-22 +Jürgen E. Fischer 2011-01-22 show number of local git commits since last svn revision git-svn-id: http://svn.osgeo.org/qgis/trunk@15066 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-22 +Jürgen E. Fischer 2011-01-22 retrieve svn revision from git log instead of git svn info git-svn-id: http://svn.osgeo.org/qgis/trunk@15065 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-21 +Marco Hugentobler 2011-01-21 WMS print: manual setting for exported label ids, display paper width and height in capabilities @@ -231074,31 +243114,31 @@ borysiasty 2011-01-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@15062 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-21 +Marco Hugentobler 2011-01-21 Wms print: keep not referenced labels with default text git-svn-id: http://svn.osgeo.org/qgis/trunk@15061 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-20 +Jürgen E. Fischer 2011-01-20 drop special projection path handling on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@15059 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-19 +Jürgen E. Fischer 2011-01-19 fix NULL support in attribute editor git-svn-id: http://svn.osgeo.org/qgis/trunk@15057 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-18 +Jürgen E. Fischer 2011-01-18 fix #3424 git-svn-id: http://svn.osgeo.org/qgis/trunk@15056 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-17 +Jürgen E. Fischer 2011-01-17 [FEATURE] feature form updates: - make NULL value string representation configurable @@ -231113,20 +243153,20 @@ jef 2011-01-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@15054 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-17 +Paolo Cavallini 2011-01-17 Minor improvements in IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15053 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2011-01-15 +Giuseppe Sucameli 2011-01-15 allowing unicode error messages git-svn-id: http://svn.osgeo.org/qgis/trunk@15051 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-14 +Jürgen E. Fischer 2011-01-14 fix #2884: crashed when two map renderers are simultaneously rendering the layers @@ -231135,19 +243175,19 @@ jef 2011-01-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15050 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-14 +Jürgen E. Fischer 2011-01-14 fix warning & typo git-svn-id: http://svn.osgeo.org/qgis/trunk@15049 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-14 +Jürgen E. Fischer 2011-01-14 postgres provider: fix enumeration parsing git-svn-id: http://svn.osgeo.org/qgis/trunk@15048 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-14 +Jürgen E. Fischer 2011-01-14 fix warning @@ -231167,173 +243207,173 @@ ddehaan 2011-01-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@15045 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-14 +Marco Hugentobler 2011-01-14 Consistent handling of outputformat in mapserver and better error handling git-svn-id: http://svn.osgeo.org/qgis/trunk@15044 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-14 +Paolo Cavallini 2011-01-14 More minor improvements in IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15043 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-14 +Marco Hugentobler 2011-01-14 Add scroll area to composer table attribute selection dialog. Fix for bug #3406 git-svn-id: http://svn.osgeo.org/qgis/trunk@15042 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-14 +Marco Hugentobler 2011-01-14 Add a label id to distinguish different composer labels. Allow label string replacement in GetPrint request of qgis server and return more verbose error messages git-svn-id: http://svn.osgeo.org/qgis/trunk@15041 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-14 +Marco Hugentobler 2011-01-14 Safer generation of ids for composer map git-svn-id: http://svn.osgeo.org/qgis/trunk@15040 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-14 +Paolo Cavallini 2011-01-14 More minor improvements in IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15039 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-01-13 +Werner Macho 2011-01-13 translation update: fr by JRM git-svn-id: http://svn.osgeo.org/qgis/trunk@15038 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-13 +Jürgen E. Fischer 2011-01-13 followup on r15028: more postgis st_ fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@15037 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-13 +Jürgen E. Fischer 2011-01-13 fix #3401 git-svn-id: http://svn.osgeo.org/qgis/trunk@15036 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-13 +Marco Hugentobler 2011-01-13 Fix for restoring selection color from project. Fixes bug #3400 git-svn-id: http://svn.osgeo.org/qgis/trunk@15034 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-13 +Paolo Cavallini 2011-01-13 Very minor improvements in it GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15033 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-13 +Paolo Cavallini 2011-01-13 Minor improvements in it GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15032 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-13 +Marco Hugentobler 2011-01-13 Remove map items not referenced in the GetPrint request git-svn-id: http://svn.osgeo.org/qgis/trunk@15031 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-13 +Marco Hugentobler 2011-01-13 Fix usage of composer legend in mapserver print git-svn-id: http://svn.osgeo.org/qgis/trunk@15030 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-13 +Paolo Cavallini 2011-01-13 Minor edit of IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@15029 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-13 +Jürgen E. Fischer 2011-01-13 fix r15023: restore use of geometrytype as it's not deprecated and use different geometry type notation git-svn-id: http://svn.osgeo.org/qgis/trunk@15028 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-12 +Jürgen E. Fischer 2011-01-12 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@15025 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-12 +Jürgen E. Fischer 2011-01-12 revert debian/control change git-svn-id: http://svn.osgeo.org/qgis/trunk@15024 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-12 +Jürgen E. Fischer 2011-01-12 update postgis support to use st_ variants instead of old deprecated (and now removed) versions. git-svn-id: http://svn.osgeo.org/qgis/trunk@15023 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-12 +Jürgen E. Fischer 2011-01-12 fix typos git-svn-id: http://svn.osgeo.org/qgis/trunk@15022 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-12 +Paolo Cavallini 2011-01-12 Typo in IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@15021 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-12 +Marco Hugentobler 2011-01-12 Fix for wms server print. Add composer pictures after the composer maps git-svn-id: http://svn.osgeo.org/qgis/trunk@15020 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-12 +Marco Hugentobler 2011-01-12 Add missing handler in label property dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@15019 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-11 +Jürgen E. Fischer 2011-01-11 fix #3313 git-svn-id: http://svn.osgeo.org/qgis/trunk@15018 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-01-11 +Werner Macho 2011-01-11 translation update: croatian by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@15017 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-11 +Marco Hugentobler 2011-01-11 Apply only default size (not all other default settings) when adding scalebar to composer view git-svn-id: http://svn.osgeo.org/qgis/trunk@15016 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-10 +Jürgen E. Fischer 2011-01-10 add 'internal' pyspatialite git-svn-id: http://svn.osgeo.org/qgis/trunk@15015 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-10 +Jürgen E. Fischer 2011-01-10 fix #3399 @@ -231351,25 +243391,25 @@ kyngchaos 2011-01-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@15011 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-09 +Paolo Cavallini 2011-01-09 Revert symlinks git-svn-id: http://svn.osgeo.org/qgis/trunk@15007 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-09 +Paolo Cavallini 2011-01-09 Changed several GRASS icons (thanks Robert Szczepanek), first test with symlinks git-svn-id: http://svn.osgeo.org/qgis/trunk@15006 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-07 +Jürgen E. Fischer 2011-01-07 fix #3246 git-svn-id: http://svn.osgeo.org/qgis/trunk@15004 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2011-01-06 +Jürgen E. Fischer 2011-01-06 fix sql anywhere plugin and debian package @@ -231381,7 +243421,7 @@ kyngchaos 2011-01-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15002 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-06 +Paolo Cavallini 2011-01-06 Typo in it GUI @@ -231393,27 +243433,27 @@ kyngchaos 2011-01-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@15000 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-01-05 +Martin Dobias 2011-01-05 Added clearConsole() to Python console. Contributed by Nathan Woodrow - thanks! git-svn-id: http://svn.osgeo.org/qgis/trunk@14999 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2011-01-05 +Martin Dobias 2011-01-05 Docking of Python console - contributed by Nathan Woodrow - with some improvements. git-svn-id: http://svn.osgeo.org/qgis/trunk@14998 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-05 +Paolo Cavallini 2011-01-05 Updated it GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14997 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-01-05 +Gary Sherman 2011-01-05 Revert "Adding docking support to python console" @@ -231421,7 +243461,7 @@ gsherman 2011-01-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@14996 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-01-05 +Gary Sherman 2011-01-05 Default the disable_enter_attribute_values_dialog value to false for users that have not set this option. This keeps it in sync with the @@ -231431,57 +243471,57 @@ gsherman 2011-01-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@14995 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2011-01-05 +Gary Sherman 2011-01-05 Adding docking support to python console git-svn-id: http://svn.osgeo.org/qgis/trunk@14994 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2011-01-04 +Paolo Cavallini 2011-01-04 New db.* GRASS modules icons - Thanks Robert Szczepanek git-svn-id: http://svn.osgeo.org/qgis/trunk@14993 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2011-01-04 +Marco Hugentobler 2011-01-04 Apply patch #3384 by Sergey Yakushev with few modifications. Mark QgsMapRenderer::distanceArea as deprecated git-svn-id: http://svn.osgeo.org/qgis/trunk@14992 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2011-01-02 +Werner Macho 2011-01-02 translation update: fr updates by JRM and Mehdi SEMCHAOUI git-svn-id: http://svn.osgeo.org/qgis/trunk@14990 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-31 +Jürgen E. Fischer 2010-12-31 catch necessary reboot from OSGeo4W postinstall scripts git-svn-id: http://svn.osgeo.org/qgis/trunk@14989 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-31 +Jürgen E. Fischer 2010-12-31 fix #3378 git-svn-id: http://svn.osgeo.org/qgis/trunk@14988 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-31 +Marco Hugentobler 2010-12-31 Update item positions explicitely in zoom previous / zoom next. Fixes part of bug #3369 git-svn-id: http://svn.osgeo.org/qgis/trunk@14987 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-31 +Werner Macho 2010-12-31 translation update: pt_PT by Duarte Carreira git-svn-id: http://svn.osgeo.org/qgis/trunk@14986 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-31 +Werner Macho 2010-12-31 translations update: cz by Jan @@ -231493,86 +243533,86 @@ kyngchaos 2010-12-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14984 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-30 +Jürgen E. Fischer 2010-12-30 fix #3377 git-svn-id: http://svn.osgeo.org/qgis/trunk@14983 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-29 +Werner Macho 2010-12-29 added new persian translator to TRANSLATORS file git-svn-id: http://svn.osgeo.org/qgis/trunk@14981 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-29 +Werner Macho 2010-12-29 translation update: fa by mola git-svn-id: http://svn.osgeo.org/qgis/trunk@14980 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-28 +Jürgen E. Fischer 2010-12-28 fix #3363 git-svn-id: http://svn.osgeo.org/qgis/trunk@14979 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-27 +Martin Dobias 2010-12-27 PyQGIS fixes: added few typedefs (IIRC they were not supported by some old SIP versions) and added missing signals in QgsVectorLayer git-svn-id: http://svn.osgeo.org/qgis/trunk@14978 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-27 +Giuseppe Sucameli 2010-12-27 fixed minor issue refreshing extent git-svn-id: http://svn.osgeo.org/qgis/trunk@14977 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-27 +Giuseppe Sucameli 2010-12-27 define extent for grid analisys, to fix #3332 git-svn-id: http://svn.osgeo.org/qgis/trunk@14976 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-27 +Werner Macho 2010-12-27 translation update: adding persian language on request git-svn-id: http://svn.osgeo.org/qgis/trunk@14975 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-24 +Marco Hugentobler 2010-12-24 Remove obsolete comments git-svn-id: http://svn.osgeo.org/qgis/trunk@14974 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-24 +Marco Hugentobler 2010-12-24 [FEATURE]: initial support for wms printing with GetPrint-Request git-svn-id: http://svn.osgeo.org/qgis/trunk@14973 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-24 +Marco Hugentobler 2010-12-24 Apply patch #3295 to draw SVG composer pictures as vectors, provided by JD git-svn-id: http://svn.osgeo.org/qgis/trunk@14972 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-23 +Werner Macho 2010-12-23 translation update: gr by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@14971 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-22 +Paolo Cavallini 2010-12-22 Minor improvements to GRASS messages @@ -231584,7 +243624,7 @@ borysiasty 2010-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14964 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-22 +Giuseppe Sucameli 2010-12-22 create VRT with recurse scan of dirs, to fix #3095 some code cleanup, @@ -231593,43 +243633,43 @@ brushtyler 2010-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14963 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-21 +Marco Hugentobler 2010-12-21 Enhance precision for wfs-t coordinates if srs is in degrees. Fixes bug #3358 git-svn-id: http://svn.osgeo.org/qgis/trunk@14961 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-21 +Paolo Cavallini 2010-12-21 Revert accidental changes to debian/control git-svn-id: http://svn.osgeo.org/qgis/trunk@14959 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-21 +Paolo Cavallini 2010-12-21 Minor improvements to GRASS modules git-svn-id: http://svn.osgeo.org/qgis/trunk@14958 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-21 +Marco Hugentobler 2010-12-21 Fix patch #14951. Read/Write auto update to xml, initialize mAutoUpdate and guard against multiple connections git-svn-id: http://svn.osgeo.org/qgis/trunk@14957 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-21 +Tim Sutton 2010-12-21 Applied patch from ticket #3240 with some tweaks. Allows unprojected measurement of distances git-svn-id: http://svn.osgeo.org/qgis/trunk@14956 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-21 +Paolo Cavallini 2010-12-21 Updated IT GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@14955 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-21 +Werner Macho 2010-12-21 translation update: pt by Alexandre Neto @@ -231641,38 +243681,38 @@ cfarmer 2010-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@14953 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-21 +Tim Sutton 2010-12-21 Fix spelling error git-svn-id: http://svn.osgeo.org/qgis/trunk@14952 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-21 +Tim Sutton 2010-12-21 applied patch from NathanW for ticket #3339 git-svn-id: http://svn.osgeo.org/qgis/trunk@14951 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-21 +Tim Sutton 2010-12-21 fix var that needed to be hard coded git-svn-id: http://svn.osgeo.org/qgis/trunk@14950 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-21 +Tim Sutton 2010-12-21 fix var that needed to be hard coded git-svn-id: http://svn.osgeo.org/qgis/trunk@14949 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-20 +Giuseppe Sucameli 2010-12-20 Added separate option to BuildVRT tool, to fix #3180 git-svn-id: http://svn.osgeo.org/qgis/trunk@14939 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-20 +Giuseppe Sucameli 2010-12-20 allow multiple values in proximity tool, allow multiple no-data values in warp tool, @@ -231682,20 +243722,20 @@ brushtyler 2010-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@14938 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-20 +Giuseppe Sucameli 2010-12-20 Fix #3356 git-svn-id: http://svn.osgeo.org/qgis/trunk@14937 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-17 +Marco Hugentobler 2010-12-17 Little fix for more efficient refresh after editing a lot of features (e.g. deleting many features at once) git-svn-id: http://svn.osgeo.org/qgis/trunk@14936 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-17 +Jürgen E. Fischer 2010-12-17 allow vector data provider to record errors (currently only used in query builder to report errors in where clauses from OGR and postgres provider). @@ -231703,95 +243743,95 @@ jef 2010-12-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@14935 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-16 +Martin Dobias 2010-12-16 Fixed a crash when refreshing layer symbology - if the currently selected item has been removed (#3326 and #3003) git-svn-id: http://svn.osgeo.org/qgis/trunk@14934 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-16 +Martin Dobias 2010-12-16 Enabled sorting of classes (#3322) git-svn-id: http://svn.osgeo.org/qgis/trunk@14933 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-16 +Martin Dobias 2010-12-16 Use case insensitive comparison for column names. Fixes #3298 git-svn-id: http://svn.osgeo.org/qgis/trunk@14932 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-16 +Werner Macho 2010-12-16 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14931 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 fix #3344 git-svn-id: http://svn.osgeo.org/qgis/trunk@14930 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 fix #3343 git-svn-id: http://svn.osgeo.org/qgis/trunk@14929 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 don't overwrite wms error messages git-svn-id: http://svn.osgeo.org/qgis/trunk@14928 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 fix crash on quit git-svn-id: http://svn.osgeo.org/qgis/trunk@14926 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 german translation of sql anywhere online help git-svn-id: http://svn.osgeo.org/qgis/trunk@14925 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-16 +Jürgen E. Fischer 2010-12-16 debian packaging fix: separate sql anywhere package, fix lenny build (Qt<4.5) git-svn-id: http://svn.osgeo.org/qgis/trunk@14924 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-15 +Jürgen E. Fischer 2010-12-15 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14923 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-15 +Jürgen E. Fischer 2010-12-15 sql anywhere: fix warnings (and obligatory reindentation (using scripts/prepare-commit.sh) git-svn-id: http://svn.osgeo.org/qgis/trunk@14922 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-15 +Jürgen E. Fischer 2010-12-15 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14921 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-15 +Jürgen E. Fischer 2010-12-15 include sqlanywhere plugin in debian package git-svn-id: http://svn.osgeo.org/qgis/trunk@14920 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-15 +Giuseppe Sucameli 2010-12-15 use both schema and table name retrieving oid, to fix #3329 fixed endian deduction corrupted in r13340 @@ -231805,92 +243845,92 @@ ddehaan 2010-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@14918 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-15 +Werner Macho 2010-12-15 added some new translators git-svn-id: http://svn.osgeo.org/qgis/trunk@14916 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-15 +Werner Macho 2010-12-15 translation update: pt by giovanni git-svn-id: http://svn.osgeo.org/qgis/trunk@14915 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-14 +Martin Dobias 2010-12-14 Rotate also marker's offset, not just the marker itself (fixes #3334) git-svn-id: http://svn.osgeo.org/qgis/trunk@14914 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-14 +Martin Dobias 2010-12-14 Better style manager dialog with icons from Robert Szczepanek. git-svn-id: http://svn.osgeo.org/qgis/trunk@14913 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-14 +Werner Macho 2010-12-14 translation update: .is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14912 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-14 +Martin Dobias 2010-12-14 PyQIS: subclassing code for QgsDataProvider git-svn-id: http://svn.osgeo.org/qgis/trunk@14911 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-14 +Marco Hugentobler 2010-12-14 Set view box for svg export explicitely (thanks to JD) git-svn-id: http://svn.osgeo.org/qgis/trunk@14910 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-14 +Marco Hugentobler 2010-12-14 Notify plugins about composer addition / deletion also when loading a composer template git-svn-id: http://svn.osgeo.org/qgis/trunk@14909 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-14 +Werner Macho 2010-12-14 translation update: pt by giovanni and is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14908 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-13 +Marco Hugentobler 2010-12-13 Write / read strikeout and underline for label-ng. Fixes bug #3323 git-svn-id: http://svn.osgeo.org/qgis/trunk@14905 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-13 +Martin Dobias 2010-12-13 Handle GEOS exception when parsing WKT git-svn-id: http://svn.osgeo.org/qgis/trunk@14904 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-13 +Jürgen E. Fischer 2010-12-13 fix #3283 git-svn-id: http://svn.osgeo.org/qgis/trunk@14903 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-13 +Martin Dobias 2010-12-13 Fixed typo (#3227) git-svn-id: http://svn.osgeo.org/qgis/trunk@14902 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-13 +Martin Dobias 2010-12-13 Removed code of (unused) postgres geoprocessing plugin @@ -231903,14 +243943,14 @@ cfarmer 2010-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14900 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-12 +Werner Macho 2010-12-12 translation update: more .is updates by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14899 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-12 +Martin Dobias 2010-12-12 [FEATURE] Support for icons of plugins in the plugin manager dialog. @@ -231928,53 +243968,53 @@ wonder 2010-12-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@14897 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-12 +Jürgen E. Fischer 2010-12-12 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14895 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-12 +Martin Dobias 2010-12-12 [FEATURE] Font marker: possibility to set X,Y offset. Contributed by Nathan Woodrow - thanks! git-svn-id: http://svn.osgeo.org/qgis/trunk@14894 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-12 +Werner Macho 2010-12-12 translation update: pt more strings by alexandre git-svn-id: http://svn.osgeo.org/qgis/trunk@14893 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-11 +Marco Hugentobler 2010-12-11 [FEATURE]: AND and OR operator for raster calculator git-svn-id: http://svn.osgeo.org/qgis/trunk@14892 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-11 +Werner Macho 2010-12-11 translation update: is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14891 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-12-11 +Gary Sherman 2010-12-11 Patch for ticket #3320 to fix delimited text plugin crash git-svn-id: http://svn.osgeo.org/qgis/trunk@14890 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-11 +Werner Macho 2010-12-11 translation update: pt by giovanni git-svn-id: http://svn.osgeo.org/qgis/trunk@14889 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-12-11 +Gary Sherman 2010-12-11 Merge branch 'master' of github.com:qgis/qgis @@ -231983,259 +244023,259 @@ gsherman 2010-12-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14888 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-12-11 +Gary Sherman 2010-12-11 Updated README git-svn-id: http://svn.osgeo.org/qgis/trunk@14887 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-10 +Werner Macho 2010-12-10 translation update: pt by giovanni git-svn-id: http://svn.osgeo.org/qgis/trunk@14886 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-10 +Werner Macho 2010-12-10 translation update: is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14885 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-10 +Werner Macho 2010-12-10 translation update: pt by giovanni git-svn-id: http://svn.osgeo.org/qgis/trunk@14884 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-10 +Marco Hugentobler 2010-12-10 Remember last raster calc output dir git-svn-id: http://svn.osgeo.org/qgis/trunk@14882 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-10 +Marco Hugentobler 2010-12-10 Enabled add result to project by default git-svn-id: http://svn.osgeo.org/qgis/trunk@14881 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-09 +Jürgen E. Fischer 2010-12-09 fix typo spotted by macho git-svn-id: http://svn.osgeo.org/qgis/trunk@14879 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-09 +Martin Dobias 2010-12-09 Added query builder to rule properties dialog (rule-based renderer). Patch from #3303 - contributed by Nathan Woodrow git-svn-id: http://svn.osgeo.org/qgis/trunk@14878 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-09 +Marco Hugentobler 2010-12-09 Little improvement for label preview (box), better handling of situations where rotation is not possible git-svn-id: http://svn.osgeo.org/qgis/trunk@14877 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-09 +Giuseppe Sucameli 2010-12-09 Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254 git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-08 +Werner Macho 2010-12-08 translation update: pt_PT by Giovanni git-svn-id: http://svn.osgeo.org/qgis/trunk@14874 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-08 +Martin Dobias 2010-12-08 It's a good habit to use initialize a variable before adding to it git-svn-id: http://svn.osgeo.org/qgis/trunk@14872 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-08 +Martin Dobias 2010-12-08 Marker line - vertex placement - behave correctly with polygon's rings. git-svn-id: http://svn.osgeo.org/qgis/trunk@14871 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-08 +Martin Dobias 2010-12-08 Added missing bindings in QgsComposerLegend (#3310) git-svn-id: http://svn.osgeo.org/qgis/trunk@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-08 +Martin Dobias 2010-12-08 Allow usage of search query builder with no layer, fixed python binding git-svn-id: http://svn.osgeo.org/qgis/trunk@14869 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-08 +Jürgen E. Fischer 2010-12-08 move QgsSearchQuery builder from app to gui git-svn-id: http://svn.osgeo.org/qgis/trunk@14867 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-08 +Werner Macho 2010-12-08 added tamil language git-svn-id: http://svn.osgeo.org/qgis/trunk@14864 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-07 +Jürgen E. Fischer 2010-12-07 fix #3245 git-svn-id: http://svn.osgeo.org/qgis/trunk@14860 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-07 +Jürgen E. Fischer 2010-12-07 fix identify result update after attribute change git-svn-id: http://svn.osgeo.org/qgis/trunk@14859 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-07 +Paolo Cavallini 2010-12-07 More IT GUI translations git-svn-id: http://svn.osgeo.org/qgis/trunk@14858 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-06 +Jürgen E. Fischer 2010-12-06 use system qt translations git-svn-id: http://svn.osgeo.org/qgis/trunk@14856 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-06 +Martin Dobias 2010-12-06 [FEATURE] Allow the line symbol layers to be used for outline of polygon (fill) symbols git-svn-id: http://svn.osgeo.org/qgis/trunk@14855 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-06 +Jürgen E. Fischer 2010-12-06 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14854 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-06 +Jürgen E. Fischer 2010-12-06 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14853 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-06 +Werner Macho 2010-12-06 translation update: is by thordor git-svn-id: http://svn.osgeo.org/qgis/trunk@14852 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-12-06 +Alexander Bruy 2010-12-06 fix error in median value calculation git-svn-id: http://svn.osgeo.org/qgis/trunk@14851 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-06 +Paolo Cavallini 2010-12-06 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14849 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-05 +Marco Hugentobler 2010-12-05 Use GDALAutoCreateWarpedVRT to handle south-up (or rotated) rasters also for calculator. Fixes bug #3281 git-svn-id: http://svn.osgeo.org/qgis/trunk@14842 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-05 +Werner Macho 2010-12-05 translation update: gr by Mike git-svn-id: http://svn.osgeo.org/qgis/trunk@14841 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-04 +Martin Dobias 2010-12-04 [FEATURE] Option to put marker on the central point of a line git-svn-id: http://svn.osgeo.org/qgis/trunk@14838 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-04 +Martin Dobias 2010-12-04 Added arrowheads (filled and unfilled) to simple markers git-svn-id: http://svn.osgeo.org/qgis/trunk@14837 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-12-04 +Martin Dobias 2010-12-04 [FEATURE] Option to put marker only on first/last vertex of a line (#3279) - contributed by Cedric Moeri - thanks! git-svn-id: http://svn.osgeo.org/qgis/trunk@14836 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-04 +Jürgen E. Fischer 2010-12-04 fix build error git-svn-id: http://svn.osgeo.org/qgis/trunk@14835 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-12-03 +Giuseppe Sucameli 2010-12-03 fix adding features on geometryless tables git-svn-id: http://svn.osgeo.org/qgis/trunk@14834 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-03 +Marco Hugentobler 2010-12-03 Move composer undo buttons to layout menu git-svn-id: http://svn.osgeo.org/qgis/trunk@14832 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-03 +Marco Hugentobler 2010-12-03 Added undo/redo buttons in composer, fix undo problems when deleting grouped items git-svn-id: http://svn.osgeo.org/qgis/trunk@14831 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-02 +Marco Hugentobler 2010-12-02 Read / write labeling-ng to qml files git-svn-id: http://svn.osgeo.org/qgis/trunk@14830 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-12-02 +Tim Sutton 2010-12-02 Fix poor english on gdal job completion dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14829 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-12-02 +Paolo Cavallini 2010-12-02 Typos in IT GUI - thanks Rocco for spotting them git-svn-id: http://svn.osgeo.org/qgis/trunk@14828 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-02 +Marco Hugentobler 2010-12-02 Add python bindings for composer command classes @@ -232247,20 +244287,20 @@ borysiasty 2010-12-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@14826 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-12-02 +Jürgen E. Fischer 2010-12-02 delimited text provider: fix indentation, some warnings and use intersection only when requested in select(). git-svn-id: http://svn.osgeo.org/qgis/trunk@14825 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-12-02 +Gary Sherman 2010-12-02 Applied patch to correct selection issue (ticket #3259) git-svn-id: http://svn.osgeo.org/qgis/trunk@14824 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-01 +Werner Macho 2010-12-01 translation update: more .is by thordur @@ -232273,14 +244313,14 @@ borysiasty 2010-12-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@14820 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-12-01 +Werner Macho 2010-12-01 translation update: .ja by yoichi kayama git-svn-id: http://svn.osgeo.org/qgis/trunk@14819 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-12-01 +Marco Hugentobler 2010-12-01 Only compile offline plugin if spatialite is enabled @@ -232292,27 +244332,27 @@ borysiasty 2010-11-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14815 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-30 +Jürgen E. Fischer 2010-11-30 fix #3274 git-svn-id: http://svn.osgeo.org/qgis/trunk@14814 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-30 +Werner Macho 2010-11-30 translation update: .is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14813 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-30 +Martin Dobias 2010-11-30 Use transparent background color for symbol / symbol layer preview git-svn-id: http://svn.osgeo.org/qgis/trunk@14811 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-30 +Martin Dobias 2010-11-30 [FEATURE] Added "centroid fill" symbol layer which draws a marker on polygon's centroid. @@ -232322,63 +244362,63 @@ wonder 2010-11-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14810 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-30 +Martin Dobias 2010-11-30 Fixed changing of marker color in marker line symbol layer. git-svn-id: http://svn.osgeo.org/qgis/trunk@14809 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-30 +Jürgen E. Fischer 2010-11-30 fix r14798: label tools work independently from current layer. Thanks Marco! git-svn-id: http://svn.osgeo.org/qgis/trunk@14803 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-29 +Jürgen E. Fischer 2010-11-29 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14802 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-29 +Werner Macho 2010-11-29 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14800 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-29 +Jürgen E. Fischer 2010-11-29 catch attribute additions and deletions in attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@14799 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-29 +Jürgen E. Fischer 2010-11-29 activate/deactivate labeling tools git-svn-id: http://svn.osgeo.org/qgis/trunk@14798 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-29 +Jürgen E. Fischer 2010-11-29 integrate 'Avoid intersections of new polygons' into snapping dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14797 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-29 +Marco Hugentobler 2010-11-29 [FEATURE]: Undo/Redo support for the print composer. Dummy commit for the docu team as the last commit missed the feature keyword git-svn-id: http://svn.osgeo.org/qgis/trunk@14787 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-29 +Marco Hugentobler 2010-11-29 Initial implementation of composer undo / redo git-svn-id: http://svn.osgeo.org/qgis/trunk@14786 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-11-29 +Gary Sherman 2010-11-29 Squashed commit of the following: Application of patch from ticket #3259 - support WKT field in delimited @@ -232394,14 +244434,14 @@ gsherman 2010-11-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@14781 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-28 +Martin Dobias 2010-11-28 Fixed scaling of line decoration symbol layer. git-svn-id: http://svn.osgeo.org/qgis/trunk@14780 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-28 +Martin Dobias 2010-11-28 [FEATURE] Allow the marker line symbol layer draw markers on each vertex. @@ -232411,86 +244451,86 @@ wonder 2010-11-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@14779 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-28 +Jürgen E. Fischer 2010-11-28 apply #3258 git-svn-id: http://svn.osgeo.org/qgis/trunk@14778 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-28 +Jürgen E. Fischer 2010-11-28 apply #3232 git-svn-id: http://svn.osgeo.org/qgis/trunk@14777 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-28 +Marco Hugentobler 2010-11-28 Fix for composer attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@14776 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-27 +Jürgen E. Fischer 2010-11-27 fix lenny build git-svn-id: http://svn.osgeo.org/qgis/trunk@14775 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-26 +Jürgen E. Fischer 2010-11-26 fix link error in mapserver with internal spatialite & some warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14774 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-26 +Jürgen E. Fischer 2010-11-26 debian packaging: fix natty build git-svn-id: http://svn.osgeo.org/qgis/trunk@14773 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-26 +Jürgen E. Fischer 2010-11-26 add support for ttyACM devices git-svn-id: http://svn.osgeo.org/qgis/trunk@14772 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-26 +Marco Hugentobler 2010-11-26 Uncomment convert code for attribute table item git-svn-id: http://svn.osgeo.org/qgis/trunk@14771 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-26 +Marco Hugentobler 2010-11-26 Added binding files for composer attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@14770 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-25 +Jürgen E. Fischer 2010-11-25 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14769 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-25 +Jürgen E. Fischer 2010-11-25 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14768 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-25 +Martin Dobias 2010-11-25 Proper conversion to subclasses for composer items. git-svn-id: http://svn.osgeo.org/qgis/trunk@14766 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-25 +Jürgen E. Fischer 2010-11-25 fix form actions git-svn-id: http://svn.osgeo.org/qgis/trunk@14765 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-25 +Jürgen E. Fischer 2010-11-25 debian packaging: switch to internal spatialite @@ -232503,26 +244543,26 @@ esseffe 2010-11-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@14763 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-25 +Marco Hugentobler 2010-11-25 Omit flex debug output git-svn-id: http://svn.osgeo.org/qgis/trunk@14762 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-25 +Marco Hugentobler 2010-11-25 Fix for paint event problems in case of multiple composer maps git-svn-id: http://svn.osgeo.org/qgis/trunk@14761 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-24 +Werner Macho 2010-11-24 translation update: the long awaited string update :) git-svn-id: http://svn.osgeo.org/qgis/trunk@14760 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-24 +Werner Macho 2010-11-24 translation update: another .is by thordur @@ -232535,62 +244575,62 @@ cfarmer 2010-11-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@14758 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-24 +Paolo Cavallini 2010-11-24 Removed duplicated entry in GRASS modules list git-svn-id: http://svn.osgeo.org/qgis/trunk@14757 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-24 +Paolo Cavallini 2010-11-24 Further improvements to v.in.ogr GRASS modules git-svn-id: http://svn.osgeo.org/qgis/trunk@14756 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-24 +Jürgen E. Fischer 2010-11-24 also save edit types and actions for geometry-less layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14755 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-23 +Jürgen E. Fischer 2010-11-23 fix #3248 git-svn-id: http://svn.osgeo.org/qgis/trunk@14754 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-23 +Werner Macho 2010-11-23 translation update: even more .is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14753 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-23 +Paolo Cavallini 2010-11-23 Added snapping option to GRASS vector import commands git-svn-id: http://svn.osgeo.org/qgis/trunk@14752 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-23 +Marco Hugentobler 2010-11-23 Fix composer item selection git-svn-id: http://svn.osgeo.org/qgis/trunk@14750 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-23 +Jürgen E. Fischer 2010-11-23 allow opening attribute table from plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@14749 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-23 +Jürgen E. Fischer 2010-11-23 apply #3242 git-svn-id: http://svn.osgeo.org/qgis/trunk@14748 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-11-23 +Gary Sherman 2010-11-23 Remove developer image as requested @@ -232614,51 +244654,51 @@ cfarmer 2010-11-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14744 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-22 +Martin Dobias 2010-11-22 Make signal QgsComposerView::selectedItemChanged with non-const pointer to avoid problems with some PyQt versions git-svn-id: http://svn.osgeo.org/qgis/trunk@14743 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-22 +Jürgen E. Fischer 2010-11-22 fix warnings (gcc 4.5.1, Qt 4.7.1) git-svn-id: http://svn.osgeo.org/qgis/trunk@14742 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-22 +Jürgen E. Fischer 2010-11-22 debian packaging: add support ubuntu natty support git-svn-id: http://svn.osgeo.org/qgis/trunk@14741 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-22 +Werner Macho 2010-11-22 translation update: more .is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14740 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-22 +Jürgen E. Fischer 2010-11-22 reduce attribute table debugging noise git-svn-id: http://svn.osgeo.org/qgis/trunk@14739 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-22 +Jürgen E. Fischer 2010-11-22 fix capabilities detection for postgres >=8.4 git-svn-id: http://svn.osgeo.org/qgis/trunk@14738 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-22 +Marco Hugentobler 2010-11-22 Apply fix for ticket #3236, provided by NathanW git-svn-id: http://svn.osgeo.org/qgis/trunk@14736 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-22 +Werner Macho 2010-11-22 small fix: gentoo stores pyqwt in qwt5 dir @@ -232671,33 +244711,33 @@ cfarmer 2010-11-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@14734 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-21 +Jürgen E. Fischer 2010-11-21 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14733 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-21 +Werner Macho 2010-11-21 translation update: .is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@14732 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-21 +Werner Macho 2010-11-21 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14731 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-21 +Jürgen E. Fischer 2010-11-21 nsis installer: remove desktop icon git-svn-id: http://svn.osgeo.org/qgis/trunk@14730 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-21 +Jürgen E. Fischer 2010-11-21 [FEATURE] attribute editing improvements: - refactor attribute dialog calls to QgsFeatureAttribute @@ -232709,7 +244749,7 @@ jef 2010-11-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@14729 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-21 +Jürgen E. Fischer 2010-11-21 - update .gitignore - typo fix @@ -232717,97 +244757,97 @@ jef 2010-11-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@14728 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-21 +Tim Sutton 2010-11-21 Fixed some soft coded values which should have been hard coded git-svn-id: http://svn.osgeo.org/qgis/trunk@14726 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-21 +Tim Sutton 2010-11-21 Added small script to build the package only git-svn-id: http://svn.osgeo.org/qgis/trunk@14725 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-20 +Jürgen E. Fischer 2010-11-20 fix rubberband in node tool (probably introduced with r14679) git-svn-id: http://svn.osgeo.org/qgis/trunk@14723 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-20 +Tim Sutton 2010-11-20 Ignore extract dirs and installer exe git-svn-id: http://svn.osgeo.org/qgis/trunk@14722 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-20 +Tim Sutton 2010-11-20 Updated packaging notes a little git-svn-id: http://svn.osgeo.org/qgis/trunk@14721 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-20 +Tim Sutton 2010-11-20 Add some more directories to the git ignore list git-svn-id: http://svn.osgeo.org/qgis/trunk@14720 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-20 +Jürgen E. Fischer 2010-11-20 creatensis.pl: creating the postinstall/preremove batchs is cheap git-svn-id: http://svn.osgeo.org/qgis/trunk@14719 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-19 +Jürgen E. Fischer 2010-11-19 build from osgeo4w qgis-full package git-svn-id: http://svn.osgeo.org/qgis/trunk@14718 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-19 +Jürgen E. Fischer 2010-11-19 update osgeo4w version nsis installer git-svn-id: http://svn.osgeo.org/qgis/trunk@14717 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-19 +Tim Sutton 2010-11-19 Reinstated this as it got trampled by a copy of coding guidelines in a previous commit git-svn-id: http://svn.osgeo.org/qgis/trunk@14715 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-19 +Marco Hugentobler 2010-11-19 [FEATURE]: Add possibility to show number of features in legend classes. Accessible via right click legend menu git-svn-id: http://svn.osgeo.org/qgis/trunk@14714 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-19 +Jürgen E. Fischer 2010-11-19 use Qt macros also for min/max/abs/fabs - removes OSX cmath kludges git-svn-id: http://svn.osgeo.org/qgis/trunk@14713 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-18 +Marco Hugentobler 2010-11-18 Also write features without geometry in vector filewriter git-svn-id: http://svn.osgeo.org/qgis/trunk@14712 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-18 +Jürgen E. Fischer 2010-11-18 use Qt for isnan/isinf/abs git-svn-id: http://svn.osgeo.org/qgis/trunk@14711 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-18 +Marco Hugentobler 2010-11-18 Fix restoring selection color from project and allow alpha values for selection color git-svn-id: http://svn.osgeo.org/qgis/trunk@14710 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-18 +Tim Sutton 2010-11-18 Added git ignore rules for more git zen @@ -232819,98 +244859,98 @@ borysiasty 2010-11-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@14708 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-18 +Jürgen E. Fischer 2010-11-18 fix lenny build git-svn-id: http://svn.osgeo.org/qgis/trunk@14707 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-17 +Jürgen E. Fischer 2010-11-17 fix legend handling of collapsed layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14705 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-17 +Jürgen E. Fischer 2010-11-17 improve dragging legend layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14704 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-17 +Tim Sutton 2010-11-17 Put label icon on label toolbar. Some cleanups for labelling ui git-svn-id: http://svn.osgeo.org/qgis/trunk@14703 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-17 +Tim Sutton 2010-11-17 Use 22x22 icons in label dialog tab bar git-svn-id: http://svn.osgeo.org/qgis/trunk@14701 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 Fix bug in rotate label tool (thanks, Juergen) git-svn-id: http://svn.osgeo.org/qgis/trunk@14700 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 Added CORE_EXPORTs git-svn-id: http://svn.osgeo.org/qgis/trunk@14699 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 Forgot to add two files in last commit git-svn-id: http://svn.osgeo.org/qgis/trunk@14698 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 [FEATURE]: move/rotate/change label edit tools to interactively change data defined label properties git-svn-id: http://svn.osgeo.org/qgis/trunk@14697 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 Allow more characters in raster ref names. Fixes r3172 git-svn-id: http://svn.osgeo.org/qgis/trunk@14696 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-17 +Tim Sutton 2010-11-17 Updated tab bars to use 22x22 icons and updated HIG guideline accordingly git-svn-id: http://svn.osgeo.org/qgis/trunk@14695 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-17 +Marco Hugentobler 2010-11-17 Allow hyphen in raster refercnes git-svn-id: http://svn.osgeo.org/qgis/trunk@14694 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-16 +Jürgen E. Fischer 2010-11-16 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14693 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-11-16 +Alexander Bruy 2010-11-16 add missed GUI elements in GdalTools settings dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-16 +Jürgen E. Fischer 2010-11-16 add some git support git-svn-id: http://svn.osgeo.org/qgis/trunk@14691 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-16 +Jürgen E. Fischer 2010-11-16 apply #3220 @@ -232922,51 +244962,51 @@ kyngchaos 2010-11-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14689 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-15 +Jürgen E. Fischer 2010-11-15 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@14688 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-15 +Jürgen E. Fischer 2010-11-15 fix build errors git-svn-id: http://svn.osgeo.org/qgis/trunk@14687 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-11-15 +Alexander Bruy 2010-11-15 add new simplify tool to the fTools. Completed changes introduced in r14678 git-svn-id: http://svn.osgeo.org/qgis/trunk@14686 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-15 +Giuseppe Sucameli 2010-11-15 added usage message into selection GRASS gui git-svn-id: http://svn.osgeo.org/qgis/trunk@14683 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-15 +Tim Sutton 2010-11-15 Updated HIG guidelines git-svn-id: http://svn.osgeo.org/qgis/trunk@14682 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-15 +Tim Sutton 2010-11-15 Fix broken behaviour in raster props dialog for reset original null value git-svn-id: http://svn.osgeo.org/qgis/trunk@14681 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-15 +Tim Sutton 2010-11-15 Stretch columns in transparency list on raster props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14680 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-15 +Jürgen E. Fischer 2010-11-15 fix starting point duplication in rubberband when using addPoint thought the API @@ -232990,32 +245030,32 @@ cfarmer 2010-11-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@14676 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-15 +Giuseppe Sucameli 2010-11-15 created the Raster menu and moved the "raster calculator" to it git-svn-id: http://svn.osgeo.org/qgis/trunk@14675 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Show more user friendly CRS in vector props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14674 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Remove field type indicators in attribute form git-svn-id: http://svn.osgeo.org/qgis/trunk@14673 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Also resize the alias column git-svn-id: http://svn.osgeo.org/qgis/trunk@14672 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 moved "oracle raster" plugin to the Database menu @@ -233028,44 +245068,44 @@ cfarmer 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14670 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-14 +Werner Macho 2010-11-14 update for splash screen .. hope the ugly frame is gone now git-svn-id: http://svn.osgeo.org/qgis/trunk@14669 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Fix broken activation of label dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14668 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Small ui tidy ups git-svn-id: http://svn.osgeo.org/qgis/trunk@14667 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Remove stray shortcut indicator git-svn-id: http://svn.osgeo.org/qgis/trunk@14666 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Automatically sample on field calculator and gui tidy ups git-svn-id: http://svn.osgeo.org/qgis/trunk@14665 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Stretch table column in attribute list git-svn-id: http://svn.osgeo.org/qgis/trunk@14664 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 shrinked some GUIs, used GUI guideline for Browse buttons text @@ -233073,21 +245113,21 @@ brushtyler 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14663 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 reenabled menu icons - apparently some system default was changed on desktop environments git-svn-id: http://svn.osgeo.org/qgis/trunk@14662 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 disable the attribute table's "toggle editing" button when the layer is read-only git-svn-id: http://svn.osgeo.org/qgis/trunk@14661 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 cleaned the "select region" GUI for GRASS, fixed validation of input @@ -233095,69 +245135,69 @@ brushtyler 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14660 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Added apply button for label dialog for the lazy git-svn-id: http://svn.osgeo.org/qgis/trunk@14659 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Added icons to labelling tabs git-svn-id: http://svn.osgeo.org/qgis/trunk@14658 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 revert accidental change git-svn-id: http://svn.osgeo.org/qgis/trunk@14657 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-14 +Werner Macho 2010-11-14 new trunk splash.. Wrozlaw Hackfest nearly over git-svn-id: http://svn.osgeo.org/qgis/trunk@14656 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14655 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-14 +Werner Macho 2010-11-14 update translation: lv by peteris and added correct name into TRANSLATORS git-svn-id: http://svn.osgeo.org/qgis/trunk@14654 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Cleanups for label dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14653 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 show snapping menu entry also when docked git-svn-id: http://svn.osgeo.org/qgis/trunk@14652 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 reverted to svn trunk of this file git-svn-id: http://svn.osgeo.org/qgis/trunk@14649 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Tidy up table headers in vec props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14648 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 In progress update of label dialog @@ -233169,26 +245209,26 @@ borysiasty 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14645 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 moved to the new Database menu git-svn-id: http://svn.osgeo.org/qgis/trunk@14644 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 change toolbar toolbuttons to menupopups and remember their last selection git-svn-id: http://svn.osgeo.org/qgis/trunk@14643 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-14 +Jürgen E. Fischer 2010-11-14 improve delimited text plugin ui and allow skipping lines git-svn-id: http://svn.osgeo.org/qgis/trunk@14642 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 database menu iface @@ -233207,7 +245247,7 @@ cfarmer 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14639 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 added Database menu and related methods add/remove plugins @@ -233220,64 +245260,64 @@ borysiasty 2010-11-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14637 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 gui tweaks for project properties git-svn-id: http://svn.osgeo.org/qgis/trunk@14635 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-11-14 +Alexander Bruy 2010-11-14 Add warning when no output file selected in the Merge tool in fTools. Fix #3210 git-svn-id: http://svn.osgeo.org/qgis/trunk@14634 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Use nicer terms for start and end colours git-svn-id: http://svn.osgeo.org/qgis/trunk@14633 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-14 +Marco Hugentobler 2010-11-14 Read wfs layer crs from url, not from the GetFeature output git-svn-id: http://svn.osgeo.org/qgis/trunk@14632 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Small tweak to make symbol layers dialog vaguely clearer sort of git-svn-id: http://svn.osgeo.org/qgis/trunk@14631 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-14 +Giuseppe Sucameli 2010-11-14 refactored the addvector, addraster and selectmapset GUI for the GRASS plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@14630 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-14 +Tim Sutton 2010-11-14 Updates for raster props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14629 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-14 +Paolo Cavallini 2010-11-14 More icons for GRASS tools git-svn-id: http://svn.osgeo.org/qgis/trunk@14627 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-13 +Giuseppe Sucameli 2010-11-13 modified the donors page git-svn-id: http://svn.osgeo.org/qgis/trunk@14626 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 fix typo - ouch @@ -233289,53 +245329,53 @@ borysiasty 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14624 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 apply #3206 git-svn-id: http://svn.osgeo.org/qgis/trunk@14623 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-13 +Tim Sutton 2010-11-13 Cleanups for vector layer properties git-svn-id: http://svn.osgeo.org/qgis/trunk@14622 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-13 +Giuseppe Sucameli 2010-11-13 adjusted GRASS list GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@14621 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-13 +Martin Dobias 2010-11-13 Better default value for the number of classes in graduated symbol renderer (old symbology) git-svn-id: http://svn.osgeo.org/qgis/trunk@14620 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-13 +Marco Hugentobler 2010-11-13 Patch from Volker Froehlich. Fixes ticket #2252 git-svn-id: http://svn.osgeo.org/qgis/trunk@14618 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-13 +Giuseppe Sucameli 2010-11-13 Better png arrow and + sign for GRASS git-svn-id: http://svn.osgeo.org/qgis/trunk@14617 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-11-13 +Alexander Bruy 2010-11-13 option to select separate shapefiles for merging with fTools git-svn-id: http://svn.osgeo.org/qgis/trunk@14616 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-13 +Tim Sutton 2010-11-13 Tidy up for the options window to use top tabs as per gui discussion at Wroclaw Hackfest @@ -233353,31 +245393,31 @@ kyngchaos 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14612 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 Better arrow and + for GRASS, and more git-svn-id: http://svn.osgeo.org/qgis/trunk@14611 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-13 +Marco Hugentobler 2010-11-13 Use validator for nodata line edit git-svn-id: http://svn.osgeo.org/qgis/trunk@14610 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-13 +Tim Sutton 2010-11-13 Remove the word renderer from the vector props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14609 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-13 +Tim Sutton 2010-11-13 Use add column for consistency git-svn-id: http://svn.osgeo.org/qgis/trunk@14608 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-13 +Tim Sutton 2010-11-13 Fix grammar on label @@ -233389,7 +245429,7 @@ cfarmer 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14606 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-13 +Martin Dobias 2010-11-13 Refresh the style manager only when a change has been done to it. @@ -233403,19 +245443,19 @@ kyngchaos 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14602 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 add isnan to qgis.h git-svn-id: http://svn.osgeo.org/qgis/trunk@14601 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 More tuning to the grass toolbox git-svn-id: http://svn.osgeo.org/qgis/trunk@14600 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 [FEATURE] improve attribute handling - optionally reuse entered attribute values for next digitized feature @@ -233424,50 +245464,50 @@ jef 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14599 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 missed a file in r14597. git-svn-id: http://svn.osgeo.org/qgis/trunk@14598 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 add old astyle version, adapt prepare-commit.sh to it and include it in the CODING guide git-svn-id: http://svn.osgeo.org/qgis/trunk@14597 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 Improving the appearance of GRASS toolbox - take 3: first new icons from Robert Szczepanek git-svn-id: http://svn.osgeo.org/qgis/trunk@14596 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-13 +Giuseppe Sucameli 2010-11-13 Improving the appearance of GRASS toolbox - take 2 git-svn-id: http://svn.osgeo.org/qgis/trunk@14594 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 Followup of r14591 - some icons done git-svn-id: http://svn.osgeo.org/qgis/trunk@14593 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 Added several GRASS modules - thanks Maciej Sieczka. Icons still missing, TBD git-svn-id: http://svn.osgeo.org/qgis/trunk@14591 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-13 +Paolo Cavallini 2010-11-13 Improving the appearance of GRASS toolbox - take 1 git-svn-id: http://svn.osgeo.org/qgis/trunk@14585 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 apply #1468 @@ -233479,7 +245519,7 @@ borysiasty 2010-11-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14581 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-13 +Jürgen E. Fischer 2010-11-13 apply #2999 @@ -233491,26 +245531,26 @@ borysiasty 2010-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@14577 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-12 +Tim Sutton 2010-11-12 Updates from Wroclaw hackfest to let the vector properties dialog fit on a small screen git-svn-id: http://svn.osgeo.org/qgis/trunk@14572 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-12 +Martin Dobias 2010-11-12 Handle non-ascii characters in traceback when showing an exception git-svn-id: http://svn.osgeo.org/qgis/trunk@14571 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-12 +Paolo Cavallini 2010-11-12 Minor updates to the IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14565 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-12 +Jürgen E. Fischer 2010-11-12 [FEATURE] allow OGR save as without attributes (for eg. DGN/DXF) @@ -233523,69 +245563,69 @@ mwalker 2010-11-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@14560 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-12 +Jürgen E. Fischer 2010-11-12 fix 8bit character in qgis_help git-svn-id: http://svn.osgeo.org/qgis/trunk@14558 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-12 +Marco Hugentobler 2010-11-12 Continue field calculation upon error only for division through zero git-svn-id: http://svn.osgeo.org/qgis/trunk@14557 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-12 +Tim Sutton 2010-11-12 Hello from Wroclaw QGIS Hackfest November 2010! Tidy up for vector symbology dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14556 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-12 +Jürgen E. Fischer 2010-11-12 save last used selection tool git-svn-id: http://svn.osgeo.org/qgis/trunk@14555 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-12 +Marco Hugentobler 2010-11-12 Catch nans and infs in clipper. Fixes #3081 git-svn-id: http://svn.osgeo.org/qgis/trunk@14554 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-12 +Martin Dobias 2010-11-12 Fix a crash in Symbol properties dialog when removed a layer. (#2995) git-svn-id: http://svn.osgeo.org/qgis/trunk@14553 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-12 +Jürgen E. Fischer 2010-11-12 compile debian and osgeo4w package with mapserver (default changed) git-svn-id: http://svn.osgeo.org/qgis/trunk@14552 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-12 +Martin Dobias 2010-11-12 Turn off compilation of map server by default (so that fastcgi is not required by default) git-svn-id: http://svn.osgeo.org/qgis/trunk@14551 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-12 +Paolo Cavallini 2010-11-12 Minor improvement to a GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@14550 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-12 +Marco Hugentobler 2010-11-12 Add option to turn on / off printing of canvas item in composer map (ticket #2734) git-svn-id: http://svn.osgeo.org/qgis/trunk@14549 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-12 +Martin Dobias 2010-11-12 Added QgsSpatialIndex to QGIS API (#3198). @@ -233598,7 +245638,7 @@ rduivenvoorde 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14547 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-11 +Paolo Cavallini 2010-11-11 Improvements to the GRASS toolbox - take 1 from the hackfest @@ -233610,14 +245650,14 @@ borysiasty 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14545 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-11 +Giuseppe Sucameli 2010-11-11 Allow users to open the local gdal documentation by clicking on the Help button, to fix #3040 git-svn-id: http://svn.osgeo.org/qgis/trunk@14544 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-11 +Tim Sutton 2010-11-11 Show something different for trunk @@ -233633,19 +245673,19 @@ borysiasty 2010-11-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@14541 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-10 +Jürgen E. Fischer 2010-11-10 fix debian version git-svn-id: http://svn.osgeo.org/qgis/trunk@14540 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-09 +Marco Hugentobler 2010-11-09 Improve geometry type detection for wfs git-svn-id: http://svn.osgeo.org/qgis/trunk@14539 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-09 +Werner Macho 2010-11-09 translation update: .ja by Yoichi and some context files in .es by Carlos @@ -233663,13 +245703,13 @@ cfarmer 2010-11-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@14536 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-08 +Jürgen E. Fischer 2010-11-08 update version number git-svn-id: http://svn.osgeo.org/qgis/trunk@14534 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-08 +Jürgen E. Fischer 2010-11-08 [FEATURE] add field calculator functions (implements #3177) - add support for functions with 2 or three arguments @@ -233682,39 +245722,39 @@ jef 2010-11-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@14533 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-08 +Jürgen E. Fischer 2010-11-08 reset default page for raster properties dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14532 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-08 +Werner Macho 2010-11-08 translation update: bg by Zahari git-svn-id: http://svn.osgeo.org/qgis/trunk@14530 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-08 +Werner Macho 2010-11-08 translation update: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@14529 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-07 +Werner Macho 2010-11-07 translation update: last minute update for es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@14528 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-07 +Paolo Cavallini 2010-11-07 Updated it GUI translation - almost complete git-svn-id: http://svn.osgeo.org/qgis/trunk@14527 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-07 +Jürgen E. Fischer 2010-11-07 more legend refactoring to fix it @@ -233726,14 +245766,14 @@ borysiasty 2010-11-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@14525 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-07 +Werner Macho 2010-11-07 translation update: pt_BR by Arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@14524 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-06 +Jürgen E. Fischer 2010-11-06 fix legend @@ -233751,52 +245791,52 @@ borysiasty 2010-11-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@14521 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-06 +Werner Macho 2010-11-06 translation update: zh_TW by yao git-svn-id: http://svn.osgeo.org/qgis/trunk@14520 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-06 +Werner Macho 2010-11-06 translation update: Slovenian by Joze and Hungarian by Siki Zoltan git-svn-id: http://svn.osgeo.org/qgis/trunk@14519 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-06 +Paolo Cavallini 2010-11-06 Moved g.proj.wkt GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@14518 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-05 +Marco Hugentobler 2010-11-05 Better handling of relative / absolute pathes for fill symbol layer. Fixes bug #3154 git-svn-id: http://svn.osgeo.org/qgis/trunk@14515 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-05 +Tim Sutton 2010-11-05 Small tweaks to docs git-svn-id: http://svn.osgeo.org/qgis/trunk@14514 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-11-05 +Giuseppe Sucameli 2010-11-05 split extent on comma in GdalTools Merge tool, to fix #3092 git-svn-id: http://svn.osgeo.org/qgis/trunk@14513 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-04 +Jürgen E. Fischer 2010-11-04 fix vc warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14508 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-04 +Jürgen E. Fischer 2010-11-04 fix #3188 @@ -233814,19 +245854,19 @@ borysiasty 2010-11-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@14505 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-04 +Werner Macho 2010-11-04 translation update: lv by Maris git-svn-id: http://svn.osgeo.org/qgis/trunk@14504 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-04 +Marco Hugentobler 2010-11-04 Fix consideration of nodata values in raster calculator, code cleanups git-svn-id: http://svn.osgeo.org/qgis/trunk@14503 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-04 +Werner Macho 2010-11-04 translation update: ru by artem @@ -233838,26 +245878,26 @@ kyngchaos 2010-11-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@14501 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-03 +Jürgen E. Fischer 2010-11-03 also use pixmap cache in old symbology git-svn-id: http://svn.osgeo.org/qgis/trunk@14500 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-11-03 +Martin Dobias 2010-11-03 Further improvements in the speed when opening symbol properties dialog (symbology-ng) git-svn-id: http://svn.osgeo.org/qgis/trunk@14499 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-03 +Jürgen E. Fischer 2010-11-03 fix attribute replacement in actions git-svn-id: http://svn.osgeo.org/qgis/trunk@14498 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-03 +Marco Hugentobler 2010-11-03 Apply non-string parts of patch #2938 @@ -233887,13 +245927,13 @@ mmassing 2010-11-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@14493 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-02 +Jürgen E. Fischer 2010-11-02 fix filewriter crash git-svn-id: http://svn.osgeo.org/qgis/trunk@14492 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-11-02 +Alexander Bruy 2010-11-02 fix georeferencer transformation type dropdown menu (#3141). Patch from lynxID - thanks! @@ -233901,94 +245941,94 @@ alexbruy 2010-11-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@14491 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-02 +Jürgen E. Fischer 2010-11-02 fix #2903 git-svn-id: http://svn.osgeo.org/qgis/trunk@14490 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-01 +Werner Macho 2010-11-01 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@14489 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-01 +Werner Macho 2010-11-01 translation update: and the first response hr_HR by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@14488 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-11-01 +Werner Macho 2010-11-01 translation update: string update for all languages to prepare freeze (already frozen?) git-svn-id: http://svn.osgeo.org/qgis/trunk@14487 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-01 +Jürgen E. Fischer 2010-11-01 what's new fix and german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14486 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-11-01 +Paolo Cavallini 2010-11-01 Fixes and cosmetcs fro GRASS toolbox - Thanks Markus Neteler. Fixes #3104 git-svn-id: http://svn.osgeo.org/qgis/trunk@14485 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-01 +Jürgen E. Fischer 2010-11-01 add missing paren git-svn-id: http://svn.osgeo.org/qgis/trunk@14484 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-01 +Marco Hugentobler 2010-11-01 Apply patch #3178 git-svn-id: http://svn.osgeo.org/qgis/trunk@14483 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-01 +Jürgen E. Fischer 2010-11-01 fix #3176 git-svn-id: http://svn.osgeo.org/qgis/trunk@14482 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-01 +Tim Sutton 2010-11-01 Updated whatsnew git-svn-id: http://svn.osgeo.org/qgis/trunk@14481 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-01 +Tim Sutton 2010-11-01 Removed some stray colons git-svn-id: http://svn.osgeo.org/qgis/trunk@14480 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-01 +Jürgen E. Fischer 2010-11-01 fix build error on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@14479 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-11-01 +Jürgen E. Fischer 2010-11-01 fix symbol selection git-svn-id: http://svn.osgeo.org/qgis/trunk@14478 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-11-01 +Tim Sutton 2010-11-01 Updated whats new for Copiapo git-svn-id: http://svn.osgeo.org/qgis/trunk@14477 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-11-01 +Marco Hugentobler 2010-11-01 Reverse alt-key modification to be compatible with the old selection tool @@ -234024,20 +246064,20 @@ borysiasty 2010-10-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14471 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-31 +Werner Macho 2010-10-31 translation update: uk by sergey, changed name in Translators git-svn-id: http://svn.osgeo.org/qgis/trunk@14470 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-31 +Jürgen E. Fischer 2010-10-31 osgeo4w update git-svn-id: http://svn.osgeo.org/qgis/trunk@14469 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-31 +Jürgen E. Fischer 2010-10-31 documentation update @@ -234049,31 +246089,31 @@ kyngchaos 2010-10-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@14467 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-31 +Jürgen E. Fischer 2010-10-31 rollback accidentally commit file of r14465 git-svn-id: http://svn.osgeo.org/qgis/trunk@14466 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-31 +Jürgen E. Fischer 2010-10-31 fix r14462 git-svn-id: http://svn.osgeo.org/qgis/trunk@14465 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-31 +Marco Hugentobler 2010-10-31 Added reference to algorithm description for ruggedness index git-svn-id: http://svn.osgeo.org/qgis/trunk@14464 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-31 +Marco Hugentobler 2010-10-31 Store svg fill pathes relativ to default svg directory. Fixes bug #3154 git-svn-id: http://svn.osgeo.org/qgis/trunk@14463 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-31 +Jürgen E. Fischer 2010-10-31 add python bindings to QgsGeometry::validateGeometry @@ -234085,7 +246125,7 @@ kyngchaos 2010-10-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14460 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-30 +Jürgen E. Fischer 2010-10-30 fix GSL detection @@ -234099,40 +246139,40 @@ kyngchaos 2010-10-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14458 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-30 +Marco Hugentobler 2010-10-30 Patch from Mathias Walker: improvement of geometry detection in offline plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@14457 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-30 +Martin Dobias 2010-10-30 Plugin manager: set focus to the filter edit box so that it is possible to search immediately after opening the dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14456 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-30 +Jürgen E. Fischer 2010-10-30 fix lenny build git-svn-id: http://svn.osgeo.org/qgis/trunk@14455 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-30 +Martin Dobias 2010-10-30 Fixed #3006 and added a convenience spin box for setting symbol levels (constrained to 0-999) git-svn-id: http://svn.osgeo.org/qgis/trunk@14454 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-30 +Martin Dobias 2010-10-30 Fix occasionally appearing bug in OSM plugin (#3150, #3076, #3025) git-svn-id: http://svn.osgeo.org/qgis/trunk@14453 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-30 +Martin Dobias 2010-10-30 Added new project and project read signals to the qgis interface (#3160). Contributed by Alexander Bruy - thanks! @@ -234140,14 +246180,14 @@ wonder 2010-10-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@14452 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-10-29 +Giuseppe Sucameli 2010-10-29 applied patch to make a vector layer read-only, to fix #3157 git-svn-id: http://svn.osgeo.org/qgis/trunk@14451 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-10-29 +Giuseppe Sucameli 2010-10-29 applied the patch suggested in ticket #3151, fix in translate to use the GdalTools_utils to get the crs, @@ -234156,62 +246196,62 @@ brushtyler 2010-10-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@14450 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-29 +Werner Macho 2010-10-29 translation update: improvements and correction on delimited text plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@14449 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-29 +Jürgen E. Fischer 2010-10-29 fix #1022 git-svn-id: http://svn.osgeo.org/qgis/trunk@14448 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-29 +Jürgen E. Fischer 2010-10-29 layer removal action depends on selected layers and not the current layer git-svn-id: http://svn.osgeo.org/qgis/trunk@14447 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-29 +Marco Hugentobler 2010-10-29 Fix for bug #3143, apply double values for label sizes git-svn-id: http://svn.osgeo.org/qgis/trunk@14446 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-29 +Jürgen E. Fischer 2010-10-29 fix nightly build git-svn-id: http://svn.osgeo.org/qgis/trunk@14445 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-28 +Marco Hugentobler 2010-10-28 Fix bug #3114 git-svn-id: http://svn.osgeo.org/qgis/trunk@14444 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-28 +Marco Hugentobler 2010-10-28 Also add rastercalc bison file to svn git-svn-id: http://svn.osgeo.org/qgis/trunk@14443 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-28 +Marco Hugentobler 2010-10-28 [FEATURE]: Add rastercalculator git-svn-id: http://svn.osgeo.org/qgis/trunk@14442 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-28 +Jürgen E. Fischer 2010-10-28 fix r14440 git-svn-id: http://svn.osgeo.org/qgis/trunk@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-27 +Jürgen E. Fischer 2010-10-27 update install/build documentation & cmake updates: - split install document into multiple files @@ -234222,7 +246262,7 @@ jef 2010-10-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@14440 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-27 +Jürgen E. Fischer 2010-10-27 partly revert r14399 (all except srs updates): - proj.4 user paths mask standard directory @@ -234231,20 +246271,20 @@ jef 2010-10-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@14439 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-27 +Werner Macho 2010-10-27 translation update: es by Carlos and new context help by Edwin Amado git-svn-id: http://svn.osgeo.org/qgis/trunk@14438 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-27 +Marco Hugentobler 2010-10-27 Catch crs transformation exceptions in gpsmarker git-svn-id: http://svn.osgeo.org/qgis/trunk@14437 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-26 +Jürgen E. Fischer 2010-10-26 automatic indentation update (r14312-r14435) @@ -234259,51 +246299,51 @@ esseffe 2010-10-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@14435 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-25 +Martin Dobias 2010-10-25 Make calls to python api safer by ensuring we have global interpreter lock git-svn-id: http://svn.osgeo.org/qgis/trunk@14434 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-25 +Jürgen E. Fischer 2010-10-25 fix #3153 git-svn-id: http://svn.osgeo.org/qgis/trunk@14433 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-25 +Marco Hugentobler 2010-10-25 Unblocking of signals already done in updateGuiElements() method git-svn-id: http://svn.osgeo.org/qgis/trunk@14432 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-23 +Jürgen E. Fischer 2010-10-23 fix creatensis.pl git-svn-id: http://svn.osgeo.org/qgis/trunk@14431 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-23 +Marco Hugentobler 2010-10-23 Add method to convert double precision device coordinates to map coords (important for print composer). Change pallabeling to use FontMetricsF and toMapCoordinatesF. Fixes bug #3065 git-svn-id: http://svn.osgeo.org/qgis/trunk@14430 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-23 +Marco Hugentobler 2010-10-23 Bugfix for format list and improvement for output file validation in raster terrain dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14429 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-22 +Martin Dobias 2010-10-22 Correct arrow size for print (#3144) git-svn-id: http://svn.osgeo.org/qgis/trunk@14428 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-22 +Martin Dobias 2010-10-22 Fix a crash (#3147) @@ -234316,71 +246356,71 @@ kyngchaos 2010-10-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14426 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-21 +Tim Sutton 2010-10-21 Fix crash in raster props when histogram tab is last used and props dialog is opened. git-svn-id: http://svn.osgeo.org/qgis/trunk@14425 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-20 +Martin Dobias 2010-10-20 [FEATURE] Data defined label position in new labeling - from Marco Hugentobler. git-svn-id: http://svn.osgeo.org/qgis/trunk@14423 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-20 +Martin Dobias 2010-10-20 Added "style manager..." button to symbol selector so that users will find the style manager more easily. git-svn-id: http://svn.osgeo.org/qgis/trunk@14422 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-20 +Martin Dobias 2010-10-20 [FEATURE] Allow creation of color ramps in color ramp combo box. git-svn-id: http://svn.osgeo.org/qgis/trunk@14421 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-20 +Jürgen E. Fischer 2010-10-20 don't allow dropping layers into legend classes git-svn-id: http://svn.osgeo.org/qgis/trunk@14420 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-20 +Jürgen E. Fischer 2010-10-20 apply #3136 git-svn-id: http://svn.osgeo.org/qgis/trunk@14418 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-19 +Werner Macho 2010-10-19 translation updates: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@14416 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-19 +Jürgen E. Fischer 2010-10-19 fix #2950 git-svn-id: http://svn.osgeo.org/qgis/trunk@14414 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-19 +Werner Macho 2010-10-19 translation update: ja by yoichi kayama git-svn-id: http://svn.osgeo.org/qgis/trunk@14413 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-19 +Jürgen E. Fischer 2010-10-19 fix #3134 git-svn-id: http://svn.osgeo.org/qgis/trunk@14412 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-19 +Jürgen E. Fischer 2010-10-19 german translation fix @@ -234392,46 +246432,46 @@ kyngchaos 2010-10-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@14410 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-18 +Werner Macho 2010-10-18 updated list of Translators git-svn-id: http://svn.osgeo.org/qgis/trunk@14409 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 don't show legend checkbox for geometryless layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14408 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-18 +Tim Sutton 2010-10-18 Fix for missing table icons for non spatial layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14407 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-18 +Martin Dobias 2010-10-18 Remember the classification mode in graduated symbol renderer (v2) git-svn-id: http://svn.osgeo.org/qgis/trunk@14406 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-18 +Martin Dobias 2010-10-18 Applied part of #2832 (show rules in legend). git-svn-id: http://svn.osgeo.org/qgis/trunk@14404 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14403 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-18 +Martin Dobias 2010-10-18 Added missing python bindings for graduated symbol renderer v2 @@ -234444,93 +246484,93 @@ cfarmer 2010-10-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@14401 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-18 +Tim Sutton 2010-10-18 Make the unit test more explicitly test result size and use a proper attribute list git-svn-id: http://svn.osgeo.org/qgis/trunk@14400 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 [FEATURE] allow user specific PROJ.4 search paths and update srs.db to include grid reference (fixes #3099) git-svn-id: http://svn.osgeo.org/qgis/trunk@14399 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-18 +Martin Dobias 2010-10-18 Applied #2963 (fix crash with quantiles) from Jeremy Palmer. Thanks! git-svn-id: http://svn.osgeo.org/qgis/trunk@14398 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-18 +Werner Macho 2010-10-18 translation update: proudly present - new language slovenian by Joze Detecnik git-svn-id: http://svn.osgeo.org/qgis/trunk@14397 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-18 +Tim Sutton 2010-10-18 Beginnings of unit test for vector layer git-svn-id: http://svn.osgeo.org/qgis/trunk@14396 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 fix #3132 git-svn-id: http://svn.osgeo.org/qgis/trunk@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 [FEATURE] add support for nested layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14394 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 disable query change while editing git-svn-id: http://svn.osgeo.org/qgis/trunk@14393 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 change list to view in single symbol dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14392 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-18 +Jürgen E. Fischer 2010-10-18 improve support for geometry-less layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14391 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-17 +Tim Sutton 2010-10-17 Fix crash and corruption of project file when saving project with non spatial layers. Fix issue preventing projects with non-spatial layers being loaded. git-svn-id: http://svn.osgeo.org/qgis/trunk@14390 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-17 +Tim Sutton 2010-10-17 Copiapo it the new in thing... git-svn-id: http://svn.osgeo.org/qgis/trunk@14389 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-17 +Jürgen E. Fischer 2010-10-17 debian packaging: trim dependencies git-svn-id: http://svn.osgeo.org/qgis/trunk@14388 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-17 +Tim Sutton 2010-10-17 Fixed bug where histogram disappears when defocussing then focusing histogram tab git-svn-id: http://svn.osgeo.org/qgis/trunk@14387 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-16 +Jürgen E. Fischer 2010-10-16 fix #3124 @@ -234548,142 +246588,142 @@ kyngchaos 2010-10-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14384 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-10-16 +Paolo Cavallini 2010-10-16 Polished GRASS modules tree. Thanks Markus Neteler. Applies #3104 git-svn-id: http://svn.osgeo.org/qgis/trunk@14383 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-10-16 +Paolo Cavallini 2010-10-16 Updated DONORS and added some IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14382 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-15 +Tim Sutton 2010-10-15 Show actual pixel values on x axis of raster histogram git-svn-id: http://svn.osgeo.org/qgis/trunk@14381 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-14 +Jürgen E. Fischer 2010-10-14 ask for postgres credentials on any connection error (not only missing password) git-svn-id: http://svn.osgeo.org/qgis/trunk@14380 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-14 +Jürgen E. Fischer 2010-10-14 use username and password for pg connection test, even if they are not going to be saved git-svn-id: http://svn.osgeo.org/qgis/trunk@14379 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-13 +Jürgen E. Fischer 2010-10-13 fix gpsd device selection git-svn-id: http://svn.osgeo.org/qgis/trunk@14378 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-13 +Jürgen E. Fischer 2010-10-13 fix #3109 git-svn-id: http://svn.osgeo.org/qgis/trunk@14377 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-13 +Jürgen E. Fischer 2010-10-13 fix #3110 git-svn-id: http://svn.osgeo.org/qgis/trunk@14376 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-13 +Tim Sutton 2010-10-13 Fixed some typos in docs git-svn-id: http://svn.osgeo.org/qgis/trunk@14375 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-13 +Tim Sutton 2010-10-13 Fix typo in docs git-svn-id: http://svn.osgeo.org/qgis/trunk@14374 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-13 +Tim Sutton 2010-10-13 Small fix to doxygen docs for maprenderer class git-svn-id: http://svn.osgeo.org/qgis/trunk@14373 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-13 +Tim Sutton 2010-10-13 Added option to generate thumbnail using qimage rather than qpixmap git-svn-id: http://svn.osgeo.org/qgis/trunk@14372 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-12 +Jürgen E. Fischer 2010-10-12 fix cmake warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14370 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-11 +Marco Hugentobler 2010-10-11 Field calculator: insert NULL feature value in case of calculation error (instead of stopping and reverting calculation for all features) git-svn-id: http://svn.osgeo.org/qgis/trunk@14369 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-11 +Marco Hugentobler 2010-10-11 Fix side effect of last commit git-svn-id: http://svn.osgeo.org/qgis/trunk@14368 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-11 +Marco Hugentobler 2010-10-11 [FEATURE]: Sorting for composer attribute table (several columns and ascending / descending) git-svn-id: http://svn.osgeo.org/qgis/trunk@14367 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-10-11 +Werner Macho 2010-10-11 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14365 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-11 +Jürgen E. Fischer 2010-10-11 fix build error git-svn-id: http://svn.osgeo.org/qgis/trunk@14364 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-10-11 +Paolo Cavallini 2010-10-11 New GRASS command. Applied patch from #3104 by Markus Neteler, with modifications git-svn-id: http://svn.osgeo.org/qgis/trunk@14363 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-10-10 +Martin Dobias 2010-10-10 symbology-ng: Improved loading speed of the symbol properties dialog. git-svn-id: http://svn.osgeo.org/qgis/trunk@14362 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-08 +Marco Hugentobler 2010-10-08 [FEATURE]: add capability to show and manipulate composer item with/ height in item position dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14356 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-10-07 +Alexander Bruy 2010-10-07 fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@14354 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-07 +Marco Hugentobler 2010-10-07 Fix for dateline labeling problems @@ -234695,205 +246735,205 @@ kyngchaos 2010-10-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@14351 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 fix #3082 git-svn-id: http://svn.osgeo.org/qgis/trunk@14350 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 revert debian change from 14348. git-svn-id: http://svn.osgeo.org/qgis/trunk@14349 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14348 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 fix more warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14347 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14346 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-06 +Jürgen E. Fischer 2010-10-06 fix qgis mapserver on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@14345 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 change attribute action notation from [%attr%]/%attr% back to [%attr]/%attr git-svn-id: http://svn.osgeo.org/qgis/trunk@14341 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 fix assertion in gps detector git-svn-id: http://svn.osgeo.org/qgis/trunk@14340 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 fix com port detection on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@14339 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 include offline editing plugin in debian package git-svn-id: http://svn.osgeo.org/qgis/trunk@14338 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@14337 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14336 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-05 +Marco Hugentobler 2010-10-05 [FEATURE]: offline editing plugin from Mathias Walker git-svn-id: http://svn.osgeo.org/qgis/trunk@14335 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-05 +Jürgen E. Fischer 2010-10-05 fix qextserial in mingw? git-svn-id: http://svn.osgeo.org/qgis/trunk@14333 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-04 +Jürgen E. Fischer 2010-10-04 fix #3080 git-svn-id: http://svn.osgeo.org/qgis/trunk@14332 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-04 +Jürgen E. Fischer 2010-10-04 [FEATURE] add gpsd support to live gps tracking git-svn-id: http://svn.osgeo.org/qgis/trunk@14331 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-04 +Jürgen E. Fischer 2010-10-04 fix cmake warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-10-04 +Tim Sutton 2010-10-04 Added option to save histogram and also refactored dialog filetype list for saving images into qgisgui git-svn-id: http://svn.osgeo.org/qgis/trunk@14328 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-04 +Jürgen E. Fischer 2010-10-04 add geoimage austria wms to default servers git-svn-id: http://svn.osgeo.org/qgis/trunk@14327 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-03 +Marco Hugentobler 2010-10-03 [FEATURE]: Composer items can also be deleted with the backspace key. Especially usefull for keyboards without delete (frequent e.g. on Macs) git-svn-id: http://svn.osgeo.org/qgis/trunk@14326 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-03 +Jürgen E. Fischer 2010-10-03 fix for #2985 (take III) git-svn-id: http://svn.osgeo.org/qgis/trunk@14325 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-03 +Jürgen E. Fischer 2010-10-03 fix for #2985 (take II) git-svn-id: http://svn.osgeo.org/qgis/trunk@14324 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-10-03 +Jürgen E. Fischer 2010-10-03 fix for #2985 git-svn-id: http://svn.osgeo.org/qgis/trunk@14323 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-02 +Marco Hugentobler 2010-10-02 Block spinbox signals in simple fill widget while setting offset. Fixes bug #3073 git-svn-id: http://svn.osgeo.org/qgis/trunk@14322 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-10-01 +Marco Hugentobler 2010-10-01 Remember user specified image directories in composerimage widget. Fixes bug #3072 git-svn-id: http://svn.osgeo.org/qgis/trunk@14321 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14320 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 doxygen fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@14319 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 fix WMS selection git-svn-id: http://svn.osgeo.org/qgis/trunk@14318 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 QWT now required git-svn-id: http://svn.osgeo.org/qgis/trunk@14317 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 missed a comment in r14298 git-svn-id: http://svn.osgeo.org/qgis/trunk@14316 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-30 +Jürgen E. Fischer 2010-09-30 fix build errors git-svn-id: http://svn.osgeo.org/qgis/trunk@14315 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-29 +Jürgen E. Fischer 2010-09-29 automatic indentation update (r13658-r14312) git-svn-id: http://svn.osgeo.org/qgis/trunk@14313 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-29 +Jürgen E. Fischer 2010-09-29 api documentation on qgis.org git-svn-id: http://svn.osgeo.org/qgis/trunk@14312 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-29 +Jürgen E. Fischer 2010-09-29 GRASS 6.4.0 in OSgeo4W @@ -234905,19 +246945,19 @@ cfarmer 2010-09-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@14308 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-28 +Marco Hugentobler 2010-09-28 Possibility to set prefix path for mapserver by environment variable git-svn-id: http://svn.osgeo.org/qgis/trunk@14303 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-27 +Jürgen E. Fischer 2010-09-27 fix max/min values in spatialite provider for non-numeric fields git-svn-id: http://svn.osgeo.org/qgis/trunk@14298 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-27 +Tim Sutton 2010-09-27 Zen minimalism for raster graphing page @@ -234937,370 +246977,370 @@ kyngchaos 2010-09-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@14287 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-25 +Jürgen E. Fischer 2010-09-25 missed a file in r14284 git-svn-id: http://svn.osgeo.org/qgis/trunk@14286 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-25 +Jürgen E. Fischer 2010-09-25 save feature attribute changes from plugins to layer git-svn-id: http://svn.osgeo.org/qgis/trunk@14284 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-25 +Jürgen E. Fischer 2010-09-25 allow attribute and alias names in actions git-svn-id: http://svn.osgeo.org/qgis/trunk@14283 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-25 +Jürgen E. Fischer 2010-09-25 also report provider errors when not debugging git-svn-id: http://svn.osgeo.org/qgis/trunk@14281 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-24 +Marco Hugentobler 2010-09-24 Flag geometry as derived attribute in feature info git-svn-id: http://svn.osgeo.org/qgis/trunk@14279 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-23 +Jürgen E. Fischer 2010-09-23 fix #3036 git-svn-id: http://svn.osgeo.org/qgis/trunk@14276 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-23 +Marco Hugentobler 2010-09-23 [FEATURE]: append the feature geometry to the feature info (probably make that optionally in the future with a new request parameter) git-svn-id: http://svn.osgeo.org/qgis/trunk@14275 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-23 +Tim Sutton 2010-09-23 Use qwt to plot raster rather than my my homegrown charting stuff git-svn-id: http://svn.osgeo.org/qgis/trunk@14274 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-09-21 +Paolo Cavallini 2010-09-21 Typos in IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14270 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-20 +Jürgen E. Fischer 2010-09-20 default to geometry postgres tables git-svn-id: http://svn.osgeo.org/qgis/trunk@14267 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-20 +Jürgen E. Fischer 2010-09-20 fix #3021 git-svn-id: http://svn.osgeo.org/qgis/trunk@14266 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-20 +Marco Hugentobler 2010-09-20 Fix typo in last commit git-svn-id: http://svn.osgeo.org/qgis/trunk@14265 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-20 +Marco Hugentobler 2010-09-20 [FEATURE]: added reload method to map layers and provider interface. Like this, caching providers (currently WMS and WFS) can synchronize with changes in the datasource git-svn-id: http://svn.osgeo.org/qgis/trunk@14264 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 remove Qt translations (fix #2855) git-svn-id: http://svn.osgeo.org/qgis/trunk@14260 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 apply #2973 git-svn-id: http://svn.osgeo.org/qgis/trunk@14259 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 fix postgres layer beautification git-svn-id: http://svn.osgeo.org/qgis/trunk@14258 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 fix #3011 git-svn-id: http://svn.osgeo.org/qgis/trunk@14257 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-09-19 +Werner Macho 2010-09-19 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14256 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 more comment fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@14254 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 add symbol ASSERTions git-svn-id: http://svn.osgeo.org/qgis/trunk@14253 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 comment fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@14252 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-19 +Jürgen E. Fischer 2010-09-19 fix #3022 git-svn-id: http://svn.osgeo.org/qgis/trunk@14251 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-19 +Marco Hugentobler 2010-09-19 Consider toplevel group in mapserver git-svn-id: http://svn.osgeo.org/qgis/trunk@14250 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-18 +Jürgen E. Fischer 2010-09-18 hide symbology on renderless layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14249 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-18 +Jürgen E. Fischer 2010-09-18 [FEATURE] allow adding geometryless layers from postgres git-svn-id: http://svn.osgeo.org/qgis/trunk@14248 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-18 +Jürgen E. Fischer 2010-09-18 [FEATURE] add search string support for feature ids ($id) git-svn-id: http://svn.osgeo.org/qgis/trunk@14247 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-18 +Marco Hugentobler 2010-09-18 Implement featureAtId for wfs provider git-svn-id: http://svn.osgeo.org/qgis/trunk@14246 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-18 +Marco Hugentobler 2010-09-18 Added two 0 pointer checks git-svn-id: http://svn.osgeo.org/qgis/trunk@14245 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-17 +Jürgen E. Fischer 2010-09-17 missed a file in r14243 git-svn-id: http://svn.osgeo.org/qgis/trunk@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-17 +Jürgen E. Fischer 2010-09-17 implement #3015 git-svn-id: http://svn.osgeo.org/qgis/trunk@14243 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-16 +Tim Sutton 2010-09-16 Applied patch from #3005 - allow entry of scale without leading 1: git-svn-id: http://svn.osgeo.org/qgis/trunk@14242 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-16 +Tim Sutton 2010-09-16 Applied patch to close #25 - allow case insensitive search of attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@14241 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-16 +Tim Sutton 2010-09-16 Added attribution for some map icons git-svn-id: http://svn.osgeo.org/qgis/trunk@14240 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-16 +Tim Sutton 2010-09-16 Fixed small typo git-svn-id: http://svn.osgeo.org/qgis/trunk@14239 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-09-16 +Werner Macho 2010-09-16 updated list of TRANSLATORS git-svn-id: http://svn.osgeo.org/qgis/trunk@14235 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-15 +Marco Hugentobler 2010-09-15 Improve update of canvas item in case of size changes. Maybe fixes bug #2929 git-svn-id: http://svn.osgeo.org/qgis/trunk@14234 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-09-15 +Paolo Cavallini 2010-09-15 More IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14232 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-15 +Tim Sutton 2010-09-15 Fix for #889 - show selection count in atribute table dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@14231 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-09-15 +Paolo Cavallini 2010-09-15 Update to v.kernel GRASS module - fixes #3009 git-svn-id: http://svn.osgeo.org/qgis/trunk@14230 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-14 +Jürgen E. Fischer 2010-09-14 fix #3001 git-svn-id: http://svn.osgeo.org/qgis/trunk@14228 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-14 +Jürgen E. Fischer 2010-09-14 fix #3000 git-svn-id: http://svn.osgeo.org/qgis/trunk@14227 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-14 +Tim Sutton 2010-09-14 New splash for 1.6 git-svn-id: http://svn.osgeo.org/qgis/trunk@14225 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-13 +Tim Sutton 2010-09-13 Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted git-svn-id: http://svn.osgeo.org/qgis/trunk@14222 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-09-11 +Werner Macho 2010-09-11 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14220 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-11 +Marco Hugentobler 2010-09-11 Fix for memory leak in getFeatureInfo (bug #2990) git-svn-id: http://svn.osgeo.org/qgis/trunk@14219 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-10 +Jürgen E. Fischer 2010-09-10 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14218 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-10 +Jürgen E. Fischer 2010-09-10 keep layer selection on legend right click git-svn-id: http://svn.osgeo.org/qgis/trunk@14217 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-10 +Jürgen E. Fischer 2010-09-10 add table icon and fix warnings related to geometryless layers git-svn-id: http://svn.osgeo.org/qgis/trunk@14216 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-09-09 +Werner Macho 2010-09-09 simple changes for better usability git-svn-id: http://svn.osgeo.org/qgis/trunk@14215 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-09-09 +Paolo Cavallini 2010-09-09 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14207 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-09-08 +Tim Sutton 2010-09-08 Soft code start id for user crs git-svn-id: http://svn.osgeo.org/qgis/trunk@14202 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-05 +Marco Hugentobler 2010-09-05 Apply patch #2948 from Stefan Ziegler (PDF map for georeferencer) git-svn-id: http://svn.osgeo.org/qgis/trunk@14192 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-04 +Marco Hugentobler 2010-09-04 Apply patch #2936 (Units and decimal places of measure tools) from Stefan Ziegler with small modifications git-svn-id: http://svn.osgeo.org/qgis/trunk@14191 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-04 +Marco Hugentobler 2010-09-04 Return NoGeometry type if provider is attribute only git-svn-id: http://svn.osgeo.org/qgis/trunk@14190 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-03 +Marco Hugentobler 2010-09-03 More efficient clipping parameter (same as in threading branch) git-svn-id: http://svn.osgeo.org/qgis/trunk@14185 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-02 +Jürgen E. Fischer 2010-09-02 fix #2978 git-svn-id: http://svn.osgeo.org/qgis/trunk@14183 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-02 +Marco Hugentobler 2010-09-02 Fix another memory leak git-svn-id: http://svn.osgeo.org/qgis/trunk@14178 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-09-01 +Jürgen E. Fischer 2010-09-01 fix memory leak git-svn-id: http://svn.osgeo.org/qgis/trunk@14177 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-01 +Marco Hugentobler 2010-09-01 Fix memory leak git-svn-id: http://svn.osgeo.org/qgis/trunk@14173 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-09-01 +Marco Hugentobler 2010-09-01 Support for non-spatial tables with delimited text provider. Legend shows a table icon for non-spatial layers (also possible with ogr) git-svn-id: http://svn.osgeo.org/qgis/trunk@14172 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-31 +Marco Hugentobler 2010-08-31 Fix feature info in mapserver @@ -235312,31 +247352,31 @@ kyngchaos 2010-08-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@14169 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-28 +Jürgen E. Fischer 2010-08-28 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14168 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-28 +Jürgen E. Fischer 2010-08-28 [FEATURE] allow selection and removal of several layers at once git-svn-id: http://svn.osgeo.org/qgis/trunk@14167 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-28 +Jürgen E. Fischer 2010-08-28 [FEATURE] add support for OGR creation options to and improve error handling of file writer git-svn-id: http://svn.osgeo.org/qgis/trunk@14166 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-28 +Jürgen E. Fischer 2010-08-28 remove .cvsignore files git-svn-id: http://svn.osgeo.org/qgis/trunk@14165 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-28 +Jürgen E. Fischer 2010-08-28 add sip bindings for groupLayerRelationship (fixes #2969) @@ -235348,43 +247388,43 @@ borysiasty 2010-08-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@14162 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-27 +Jürgen E. Fischer 2010-08-27 fix bison warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@14158 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-27 +Jürgen E. Fischer 2010-08-27 fix debian dependency git-svn-id: http://svn.osgeo.org/qgis/trunk@14157 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-27 +Jürgen E. Fischer 2010-08-27 add ilike, in and not in to search string git-svn-id: http://svn.osgeo.org/qgis/trunk@14156 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-27 +Jürgen E. Fischer 2010-08-27 add lower/upper support to search string (fixes #2970) git-svn-id: http://svn.osgeo.org/qgis/trunk@14154 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-26 +Jürgen E. Fischer 2010-08-26 followup r14150 again git-svn-id: http://svn.osgeo.org/qgis/trunk@14152 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-26 +Jürgen E. Fischer 2010-08-26 followup r14150 git-svn-id: http://svn.osgeo.org/qgis/trunk@14151 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-26 +Jürgen E. Fischer 2010-08-26 fix for postgis data crossing the dateline @@ -235402,32 +247442,32 @@ kyngchaos 2010-08-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@14148 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-08-25 +Werner Macho 2010-08-25 fix iconnames git-svn-id: http://svn.osgeo.org/qgis/trunk@14147 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-25 +Jürgen E. Fischer 2010-08-25 fix kpty on BSD (#2021) git-svn-id: http://svn.osgeo.org/qgis/trunk@14146 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-24 +Jürgen E. Fischer 2010-08-24 add concat button to field calculator git-svn-id: http://svn.osgeo.org/qgis/trunk@14138 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-08-23 +Tim Sutton 2010-08-23 Added SJJB icons - see http://www.sjjb.co.uk/mapicons/introduction git-svn-id: http://svn.osgeo.org/qgis/trunk@14131 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-08-23 +Tim Sutton 2010-08-23 More useful debug error message when trying to write a vector attribute with an invalid QVariant type. Message displayed now looks like this: Invalid variant type for field lon 1: Expected Type float : Received Value: 20.375 @@ -235457,91 +247497,91 @@ kyngchaos 2010-08-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@14124 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-22 +Jürgen E. Fischer 2010-08-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14122 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-22 +Jürgen E. Fischer 2010-08-22 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@14121 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-22 +Marco Hugentobler 2010-08-22 Use install prefix for the mapserver to locate vector provider libs git-svn-id: http://svn.osgeo.org/qgis/trunk@14120 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-22 +Jürgen E. Fischer 2010-08-22 debian packaging fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@14119 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@14118 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 include FCGI lib in osgeo4w build git-svn-id: http://svn.osgeo.org/qgis/trunk@14117 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-21 +Marco Hugentobler 2010-08-21 Fix problem with parameter map in getrequesthandler git-svn-id: http://svn.osgeo.org/qgis/trunk@14116 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 debian packaging fix git-svn-id: http://svn.osgeo.org/qgis/trunk@14115 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@14114 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14113 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-21 +Jürgen E. Fischer 2010-08-21 mapserver indentation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14112 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-21 +Marco Hugentobler 2010-08-21 Also add cmake file for fcgi git-svn-id: http://svn.osgeo.org/qgis/trunk@14111 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-21 +Marco Hugentobler 2010-08-21 [FEATURE]: Add QGIS mapserver sources to svn repository git-svn-id: http://svn.osgeo.org/qgis/trunk@14110 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-18 +Jürgen E. Fischer 2010-08-18 make toolbuttons delayed git-svn-id: http://svn.osgeo.org/qgis/trunk@14109 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-08-18 +Giuseppe Sucameli 2010-08-18 applied patch attached to #2932 to improve build overviews (gdaltools). Thanks to Duarte! @@ -235549,43 +247589,43 @@ brushtyler 2010-08-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@14105 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-17 +Jürgen E. Fischer 2010-08-17 show selected selection or measure tool in toolbutton git-svn-id: http://svn.osgeo.org/qgis/trunk@14102 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-17 +Jürgen E. Fischer 2010-08-17 select and measure toolbar flyouts and submenus (followup #2938) git-svn-id: http://svn.osgeo.org/qgis/trunk@14101 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-17 +Jürgen E. Fischer 2010-08-17 fix r14087 git-svn-id: http://svn.osgeo.org/qgis/trunk@14096 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-16 +Jürgen E. Fischer 2010-08-16 improve legacy support for CRS/SRS in wms provider git-svn-id: http://svn.osgeo.org/qgis/trunk@14090 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-16 +Jürgen E. Fischer 2010-08-16 fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-16 +Jürgen E. Fischer 2010-08-16 fix #790 again git-svn-id: http://svn.osgeo.org/qgis/trunk@14088 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-16 +Jürgen E. Fischer 2010-08-16 debian packaging update @@ -235605,31 +247645,31 @@ ersts 2010-08-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@14085 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-14 +Jürgen E. Fischer 2010-08-14 fix ubuntu maverick dependency git-svn-id: http://svn.osgeo.org/qgis/trunk@14084 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-14 +Jürgen E. Fischer 2010-08-14 revert rest of r14077 and another update_ts_run git-svn-id: http://svn.osgeo.org/qgis/trunk@14083 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-14 +Marco Hugentobler 2010-08-14 Avoid overwriting of printing page with width/height from composition git-svn-id: http://svn.osgeo.org/qgis/trunk@14082 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-14 +Jürgen E. Fischer 2010-08-14 fix create_new_ts.sh git-svn-id: http://svn.osgeo.org/qgis/trunk@14081 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-14 +Jürgen E. Fischer 2010-08-14 german translation update (and r14077 reversion) @@ -235647,20 +247687,20 @@ borysiasty 2010-08-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@14078 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-08-13 +Werner Macho 2010-08-13 added new language pt_PT and the usual string update git-svn-id: http://svn.osgeo.org/qgis/trunk@14077 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-13 +Jürgen E. Fischer 2010-08-13 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@14075 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-08-13 +Giuseppe Sucameli 2010-08-13 fixed nodata max and min value corrected the spinboxes width @@ -235669,19 +247709,19 @@ brushtyler 2010-08-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@14074 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-12 +Jürgen E. Fischer 2010-08-12 add GEOS_INCLUDE_DIR to georeferencer git-svn-id: http://svn.osgeo.org/qgis/trunk@14073 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-12 +Jürgen E. Fischer 2010-08-12 fix linux build git-svn-id: http://svn.osgeo.org/qgis/trunk@14072 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-12 +Jürgen E. Fischer 2010-08-12 add advanced selection tools from Jeremy Palmer. Thanks. (apply #2938) @@ -235693,99 +247733,99 @@ mmassing 2010-08-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@14069 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 fix r14018 (reenable pal label reprojection) git-svn-id: http://svn.osgeo.org/qgis/trunk@14068 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-08-11 +Tim Sutton 2010-08-11 Interim splash screen for trunk git-svn-id: http://svn.osgeo.org/qgis/trunk@14067 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 fix #2933 git-svn-id: http://svn.osgeo.org/qgis/trunk@14066 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 separate grass plugin package for osgeo4w git-svn-id: http://svn.osgeo.org/qgis/trunk@14065 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 apply #1040 git-svn-id: http://svn.osgeo.org/qgis/trunk@14064 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@14063 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-11 +Jürgen E. Fischer 2010-08-11 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@14062 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-11 +Martin Dobias 2010-08-11 Fixed setCacheImage() python binding. git-svn-id: http://svn.osgeo.org/qgis/trunk@14053 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-08-10 +Tim Sutton 2010-08-10 Tweak to debugging plugins url from Volker git-svn-id: http://svn.osgeo.org/qgis/trunk@14051 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-10 +Jürgen E. Fischer 2010-08-10 french translation update from Jean Roc git-svn-id: http://svn.osgeo.org/qgis/trunk@14049 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-10 +Martin Dobias 2010-08-10 Make sure not to delete the shader function if it is the same. git-svn-id: http://svn.osgeo.org/qgis/trunk@14046 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-10 +Jürgen E. Fischer 2010-08-10 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14045 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-10 +Jürgen E. Fischer 2010-08-10 fix some typos git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-10 +Jürgen E. Fischer 2010-08-10 fix #2934 git-svn-id: http://svn.osgeo.org/qgis/trunk@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-08-10 +Tim Sutton 2010-08-10 Fix typo in raster enum for MultiBandsingleBandGray and kept old enum with identical value for backwards compatibility git-svn-id: http://svn.osgeo.org/qgis/trunk@14042 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-09 +Jürgen E. Fischer 2010-08-09 add support for non-numeric fields in generic minimumValue/maximumValue fallback method @@ -235812,26 +247852,26 @@ ersts 2010-08-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@14031 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-08 +Jürgen E. Fischer 2010-08-08 fix build with Qt 4.4 git-svn-id: http://svn.osgeo.org/qgis/trunk@14030 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-08 +Marco Hugentobler 2010-08-08 Avoid filtering of https requests in wfs provider git-svn-id: http://svn.osgeo.org/qgis/trunk@14029 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-07 +Martin Dobias 2010-08-07 Added convenience constructor for color ramp shader git-svn-id: http://svn.osgeo.org/qgis/trunk@14023 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-07 +Martin Dobias 2010-08-07 Raster shader fixes: - memory leaks when changing shader functions @@ -235841,13 +247881,13 @@ wonder 2010-08-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@14022 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-08-07 +Paolo Cavallini 2010-08-07 Typo in IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@14021 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-08-06 +Giuseppe Sucameli 2010-08-06 Applied patch from #2930: improve GdalTools Translate dialog. Contributed by Duarte Carreira, thanks! @@ -235855,33 +247895,33 @@ brushtyler 2010-08-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@14020 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-08-06 +Giuseppe Sucameli 2010-08-06 aligned to GdalTools v1.2.8 git-svn-id: http://svn.osgeo.org/qgis/trunk@14019 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-06 +Martin Dobias 2010-08-06 new labeling: do not crash on invalid geometries git-svn-id: http://svn.osgeo.org/qgis/trunk@14018 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-08-06 +Martin Dobias 2010-08-06 Fixed wrappers from QgsRasterLayer::computeMinimumMaximumFromLastExtent, computeMinimumMaximumEstimates git-svn-id: http://svn.osgeo.org/qgis/trunk@14017 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-06 +Jürgen E. Fischer 2010-08-06 fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@14016 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-05 +Jürgen E. Fischer 2010-08-05 debian packaging fix @@ -235893,25 +247933,25 @@ kyngchaos 2010-08-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@14012 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-04 +Jürgen E. Fischer 2010-08-04 add QgsAttributeAction::doAction to python bindings git-svn-id: http://svn.osgeo.org/qgis/trunk@14010 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-04 +Jürgen E. Fischer 2010-08-04 followup r14006: add QgsLongLongValidator git-svn-id: http://svn.osgeo.org/qgis/trunk@14009 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-04 +Marco Hugentobler 2010-08-04 Don't add empty attribute fields to the insert statement in wfs-t (some servers complain about it) git-svn-id: http://svn.osgeo.org/qgis/trunk@14007 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-04 +Marco Hugentobler 2010-08-04 Support for long int in attribute dialog and editor. Fixes bug #2928 @@ -235923,13 +247963,13 @@ borysiasty 2010-08-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@14004 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-03 +Jürgen E. Fischer 2010-08-03 show wms get capabilities error git-svn-id: http://svn.osgeo.org/qgis/trunk@14003 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-03 +Jürgen E. Fischer 2010-08-03 debian packaging update (fixes #2926) @@ -235948,19 +247988,19 @@ kyngchaos 2010-08-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13999 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-02 +Marco Hugentobler 2010-08-02 [FEATURE]: data defined font and buffer settings for labeling-ng git-svn-id: http://svn.osgeo.org/qgis/trunk@13998 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-08-02 +Marco Hugentobler 2010-08-02 Use floating point numbers for size and dpi. This is necessary to avoid distortions on devices where painter units are not pixels (e.g. graphics scene in print composer) git-svn-id: http://svn.osgeo.org/qgis/trunk@13995 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-01 +Jürgen E. Fischer 2010-08-01 fix build error @@ -235984,13 +248024,13 @@ mmassing 2010-08-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@13990 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-01 +Jürgen E. Fischer 2010-08-01 fix warning, indentation and little cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@13989 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-08-01 +Jürgen E. Fischer 2010-08-01 german translation update @@ -236012,7 +248052,7 @@ borysiasty 2010-07-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13986 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-30 +Marco Hugentobler 2010-07-30 [FEATURE]: WFS-T support (experimental). Additionally ported wfs to network manager (code from Juergen, patch #2892) @@ -236024,7 +248064,7 @@ kyngchaos 2010-07-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13979 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-07-29 +Tim Sutton 2010-07-29 Tidy up north arrows @@ -236040,13 +248080,13 @@ mmassing 2010-07-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13977 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-07-27 +Paolo Cavallini 2010-07-27 Fixed v.univar GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@13972 c8812cc2-4d05-0410-92ff-de0c093fc19c -alexbruy 2010-07-25 +Alexander Bruy 2010-07-25 allow users to enter path to shapefiles manually in Merge shapefiles tool (apply #2897) @@ -236080,25 +248120,25 @@ mmassing 2010-07-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13959 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-24 +Jürgen E. Fischer 2010-07-24 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13958 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-07-24 +Giuseppe Sucameli 2010-07-24 changed wrong key used retrieving from settings the last used image filter, to fix #2901 git-svn-id: http://svn.osgeo.org/qgis/trunk@13957 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-24 +Marco Hugentobler 2010-07-24 Apply patch #2891, WFS exception. Thanks to strk git-svn-id: http://svn.osgeo.org/qgis/trunk@13956 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-07-24 +Tim Sutton 2010-07-24 Added north arrows from Nikos Alexandris @@ -236117,7 +248157,7 @@ kyngchaos 2010-07-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@13952 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-21 +Martin Dobias 2010-07-21 [FEATURE] Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too.\ This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings. @@ -236128,26 +248168,26 @@ wonder 2010-07-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13951 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-21 +Martin Dobias 2010-07-21 added missing conversions from expression tree nodes to string. git-svn-id: http://svn.osgeo.org/qgis/trunk@13950 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-07-21 +Paolo Cavallini 2010-07-21 Updated DONORS list git-svn-id: http://svn.osgeo.org/qgis/trunk@13949 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-20 +Marco Hugentobler 2010-07-20 Remove legacy file from interpolation plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@13948 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 Use size scale also for line symbols to modify line width. @@ -236157,7 +248197,7 @@ wonder 2010-07-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13947 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 [FEATURE] Data-defined rotation and size for categorized and graduated renderer (symbology-ng) @@ -236167,20 +248207,20 @@ wonder 2010-07-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13946 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-20 +Marco Hugentobler 2010-07-20 [FEATURE]: multiline labels for labeling-ng git-svn-id: http://svn.osgeo.org/qgis/trunk@13945 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 Add a convenience constructor from QString to QgsSearchString git-svn-id: http://svn.osgeo.org/qgis/trunk@13944 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 Better handling of python path and plugins paths. Additionally, plugin paths in QGIS_PLUGINPATH can be separated by either semicolon or colon. @@ -236194,7 +248234,7 @@ borysiasty 2010-07-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13942 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 Added "$rownum" token to syntax of expressions. In field calculator it can be used for counting rows. The counter starts from 1. Outside field calculator it returns always zero. @@ -236204,7 +248244,7 @@ wonder 2010-07-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13941 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-20 +Martin Dobias 2010-07-20 Support string concatenation using the standard sql concatenation operator || @@ -236223,13 +248263,13 @@ gjm 2010-07-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13939 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-19 +Marco Hugentobler 2010-07-19 Apply patch #2868 (adds label alignment) with modifications. Thanks medspx git-svn-id: http://svn.osgeo.org/qgis/trunk@13938 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-19 +Jürgen E. Fischer 2010-07-19 fix #2894 @@ -236241,7 +248281,7 @@ borysiasty 2010-07-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13936 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-19 +Marco Hugentobler 2010-07-19 Apply patch in ticket #2891 and some more verbose error reporting. Thanks strk @@ -236272,7 +248312,7 @@ kyngchaos 2010-07-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13927 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-17 +Jürgen E. Fischer 2010-07-17 update trunk version @@ -236284,43 +248324,43 @@ borysiasty 2010-07-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13924 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-17 +Jürgen E. Fischer 2010-07-17 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13923 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-17 +Jürgen E. Fischer 2010-07-17 apply #2730 git-svn-id: http://svn.osgeo.org/qgis/trunk@13922 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-17 +Jürgen E. Fischer 2010-07-17 apply #2791 git-svn-id: http://svn.osgeo.org/qgis/trunk@13921 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-17 +Jürgen E. Fischer 2010-07-17 apply #2858 git-svn-id: http://svn.osgeo.org/qgis/trunk@13920 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-07-17 +Tim Sutton 2010-07-17 Updated web banner images - version is 1.5 - thanks Milena :-) git-svn-id: http://svn.osgeo.org/qgis/trunk@13918 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-07-17 +Tim Sutton 2010-07-17 Updated web banner images git-svn-id: http://svn.osgeo.org/qgis/trunk@13917 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-14 +Werner Macho 2010-07-14 translation update: fr by jean roc @@ -236333,13 +248373,13 @@ cfarmer 2010-07-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@13915 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-13 +Jürgen E. Fischer 2010-07-13 fix OGR converter menu removal git-svn-id: http://svn.osgeo.org/qgis/trunk@13914 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-12 +Jürgen E. Fischer 2010-07-12 update osgeo4w build to use GDAL 1.7 @@ -236365,26 +248405,26 @@ borysiasty 2010-07-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13910 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-11 +Jürgen E. Fischer 2010-07-11 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13909 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-11 +Werner Macho 2010-07-11 translation update: th by Man git-svn-id: http://svn.osgeo.org/qgis/trunk@13908 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-11 +Marco Hugentobler 2010-07-11 Improvement to fix for 2878 git-svn-id: http://svn.osgeo.org/qgis/trunk@13907 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-11 +Marco Hugentobler 2010-07-11 Remember last wfs connection in dialog (ticket #2878) @@ -236396,25 +248436,25 @@ borysiasty 2010-07-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13905 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-11 +Marco Hugentobler 2010-07-11 Option for raster icon in legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13904 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-09 +Jürgen E. Fischer 2010-07-09 fix #2879 git-svn-id: http://svn.osgeo.org/qgis/trunk@13903 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-08 +Marco Hugentobler 2010-07-08 Disable raster legend icon for release because of performance problems git-svn-id: http://svn.osgeo.org/qgis/trunk@13899 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-08 +Werner Macho 2010-07-08 translation update: ja by yoichi @@ -236433,13 +248473,13 @@ rduivenvoorde 2010-07-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@13894 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-06 +Jürgen E. Fischer 2010-07-06 fix #2869 git-svn-id: http://svn.osgeo.org/qgis/trunk@13893 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-06 +Werner Macho 2010-07-06 the "are we really in string freeze" commit ;) @@ -236452,19 +248492,19 @@ borysiasty 2010-07-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@13891 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-05 +Jürgen E. Fischer 2010-07-05 fix #2864 git-svn-id: http://svn.osgeo.org/qgis/trunk@13890 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-07-05 +Marco Hugentobler 2010-07-05 Fix crash if raster width is below 1 pixels (ticket #2846) git-svn-id: http://svn.osgeo.org/qgis/trunk@13889 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-05 +Jürgen E. Fischer 2010-07-05 german translation update @@ -236500,7 +248540,7 @@ gjm 2010-07-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13884 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-07-04 +Martin Dobias 2010-07-04 Fix #2862 @@ -236520,7 +248560,7 @@ kyngchaos 2010-07-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13880 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-02 +Jürgen E. Fischer 2010-07-02 german translation update @@ -236532,52 +248572,52 @@ kyngchaos 2010-07-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13878 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-02 +Jürgen E. Fischer 2010-07-02 fix context help file name git-svn-id: http://svn.osgeo.org/qgis/trunk@13877 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-02 +Jürgen E. Fischer 2010-07-02 new fix for #2836 git-svn-id: http://svn.osgeo.org/qgis/trunk@13876 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-02 +Jürgen E. Fischer 2010-07-02 revert r13855 git-svn-id: http://svn.osgeo.org/qgis/trunk@13875 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-07-02 +Paolo Cavallini 2010-07-02 Last minute fixes for IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13874 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-02 +Werner Macho 2010-07-02 translation updates: de and ru last minute fixes ;) git-svn-id: http://svn.osgeo.org/qgis/trunk@13870 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-02 +Werner Macho 2010-07-02 translation update: ru by artem git-svn-id: http://svn.osgeo.org/qgis/trunk@13869 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-01 +Werner Macho 2010-07-01 translation update: ja by yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13867 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-01 +Jürgen E. Fischer 2010-07-01 fix layer creation in ogr converter plugin @@ -236589,20 +248629,20 @@ borysiasty 2010-07-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@13865 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-07-01 +Jürgen E. Fischer 2010-07-01 workaround for #2853 git-svn-id: http://svn.osgeo.org/qgis/trunk@13864 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-01 +Werner Macho 2010-07-01 string freeze update ;) git-svn-id: http://svn.osgeo.org/qgis/trunk@13863 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-07-01 +Werner Macho 2010-07-01 translation update: th by man @@ -236627,82 +248667,82 @@ cfarmer 2010-06-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13859 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-30 +Werner Macho 2010-06-30 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13858 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 apply #2784 git-svn-id: http://svn.osgeo.org/qgis/trunk@13857 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 apply #2824 from Florian Hof git-svn-id: http://svn.osgeo.org/qgis/trunk@13856 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix #2836 git-svn-id: http://svn.osgeo.org/qgis/trunk@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix #2844 git-svn-id: http://svn.osgeo.org/qgis/trunk@13854 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix #2852 git-svn-id: http://svn.osgeo.org/qgis/trunk@13853 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-30 +Werner Macho 2010-06-30 translation update: fi my marko git-svn-id: http://svn.osgeo.org/qgis/trunk@13852 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix #2849 git-svn-id: http://svn.osgeo.org/qgis/trunk@13851 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-30 +Marco Hugentobler 2010-06-30 Fix initialisation of format combo box (mainly important for kml layers) git-svn-id: http://svn.osgeo.org/qgis/trunk@13850 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix #2674 git-svn-id: http://svn.osgeo.org/qgis/trunk@13849 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-30 +Werner Macho 2010-06-30 translation updates: ru by artem, pt_BR (with context help) by arthur git-svn-id: http://svn.osgeo.org/qgis/trunk@13848 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13847 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-30 +Jürgen E. Fischer 2010-06-30 fix for #2833 and #2843 @@ -236720,32 +248760,32 @@ rduivenvoorde 2010-06-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13844 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-29 +Jürgen E. Fischer 2010-06-29 fix python feature form identifier in case of non-ascii layer ids git-svn-id: http://svn.osgeo.org/qgis/trunk@13842 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-29 +Jürgen E. Fischer 2010-06-29 context help fix: newlines are no blanks git-svn-id: http://svn.osgeo.org/qgis/trunk@13838 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-28 +Werner Macho 2010-06-28 translation update: hr by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@13837 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-28 +Jürgen E. Fischer 2010-06-28 german translation update and a context help fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13836 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-28 +Jürgen E. Fischer 2010-06-28 context help typo fixes, german context help additions and german translation fix @@ -236769,7 +248809,7 @@ borysiasty 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13832 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-28 +Werner Macho 2010-06-28 translation update: catalan by xavi and czech by jan @@ -236806,7 +248846,7 @@ borysiasty 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13826 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-28 +Jürgen E. Fischer 2010-06-28 add a translation string @@ -236818,7 +248858,7 @@ borysiasty 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13824 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-28 +Werner Macho 2010-06-28 translation update: lv by Maris @@ -236837,41 +248877,41 @@ borysiasty 2010-06-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13821 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-28 +Werner Macho 2010-06-28 translation update: CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13820 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-28 +Werner Macho 2010-06-28 translation update: zh_TW by nungyao git-svn-id: http://svn.osgeo.org/qgis/trunk@13819 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-27 +Werner Macho 2010-06-27 translation update: bg and es by zahari and carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13818 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-27 +Jürgen E. Fischer 2010-06-27 fix crash on layerless OGR data sources git-svn-id: http://svn.osgeo.org/qgis/trunk@13817 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-27 +Werner Macho 2010-06-27 translation update: tr by Osman git-svn-id: http://svn.osgeo.org/qgis/trunk@13816 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-27 +Werner Macho 2010-06-27 translation update: small qt_ru changes by Artem @@ -236897,39 +248937,39 @@ borysiasty 2010-06-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13812 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-26 +Werner Macho 2010-06-26 translation update: ru by artem git-svn-id: http://svn.osgeo.org/qgis/trunk@13811 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-26 +Jürgen E. Fischer 2010-06-26 fix r13808 git-svn-id: http://svn.osgeo.org/qgis/trunk@13810 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-26 +Jürgen E. Fischer 2010-06-26 german translation fixed git-svn-id: http://svn.osgeo.org/qgis/trunk@13809 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-26 +Jürgen E. Fischer 2010-06-26 fix #2819 git-svn-id: http://svn.osgeo.org/qgis/trunk@13808 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-26 +Werner Macho 2010-06-26 translatex context help by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13806 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-26 +Marco Hugentobler 2010-06-26 Clear crs list after parsing a toplevel layer @@ -236941,14 +248981,14 @@ borysiasty 2010-06-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13804 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-24 +Werner Macho 2010-06-24 translation update: ja by yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13803 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-24 +Werner Macho 2010-06-24 translation update: fr by jean roc @@ -236967,44 +249007,44 @@ rduivenvoorde 2010-06-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13800 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-24 +Jürgen E. Fischer 2010-06-24 show identify results in layer display order git-svn-id: http://svn.osgeo.org/qgis/trunk@13799 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-24 +Marco Hugentobler 2010-06-24 Fix for problem with mix of toplevel layers and nested layers git-svn-id: http://svn.osgeo.org/qgis/trunk@13798 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-24 +Paolo Cavallini 2010-06-24 IT GUI translation finished; this round also thanks to Anne Ghisla git-svn-id: http://svn.osgeo.org/qgis/trunk@13797 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-24 +Werner Macho 2010-06-24 translation update: ja by yoichi and hu by zoltan git-svn-id: http://svn.osgeo.org/qgis/trunk@13795 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-23 +Jürgen E. Fischer 2010-06-23 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13794 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-23 +Jürgen E. Fischer 2010-06-23 debian packaging update (following up r13792) git-svn-id: http://svn.osgeo.org/qgis/trunk@13793 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-23 +Jürgen E. Fischer 2010-06-23 fix #2822 @@ -237017,82 +249057,82 @@ kyngchaos 2010-06-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@13790 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-23 +Jürgen E. Fischer 2010-06-23 initialize pointer to optional settings menu - thanks Bruno Binet for spotting this git-svn-id: http://svn.osgeo.org/qgis/trunk@13788 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-23 +Jürgen E. Fischer 2010-06-23 fix #2833 git-svn-id: http://svn.osgeo.org/qgis/trunk@13785 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-23 +Paolo Cavallini 2010-06-23 More IT GUI translations - Thanks also to Luca Casagrande and Flavio Rigolon git-svn-id: http://svn.osgeo.org/qgis/trunk@13784 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-22 +Werner Macho 2010-06-22 translation update: el_GR by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13783 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-22 +Jürgen E. Fischer 2010-06-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13782 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-22 +Jürgen E. Fischer 2010-06-22 allow adding features to postgres layers with oid git-svn-id: http://svn.osgeo.org/qgis/trunk@13781 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-22 +Werner Macho 2010-06-22 translation update: string freeze - as usual - bring in important strings for 1.5 - please dont kill me for that ;) (as im away for a week anyway) git-svn-id: http://svn.osgeo.org/qgis/trunk@13779 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-22 +Paolo Cavallini 2010-06-22 More IT GUI translations - Thanks to Pasquale Di Donato git-svn-id: http://svn.osgeo.org/qgis/trunk@13778 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-22 +Jürgen E. Fischer 2010-06-22 fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@13777 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-22 +Paolo Cavallini 2010-06-22 More IT GUI translations - Thanks to Luca Casagrande git-svn-id: http://svn.osgeo.org/qgis/trunk@13774 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-21 +Martin Dobias 2010-06-21 Better cleanup of resources when unloading plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@13773 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-21 +Jürgen E. Fischer 2010-06-21 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13772 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-21 +Jürgen E. Fischer 2010-06-21 fix german translation @@ -237104,14 +249144,14 @@ borysiasty 2010-06-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13770 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-21 +Werner Macho 2010-06-21 translation update: german to 100% git-svn-id: http://svn.osgeo.org/qgis/trunk@13769 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-21 +Paolo Cavallini 2010-06-21 More IT GUI translations - Thanks also to Pasquale Di Donato and Anne Ghisla @@ -237123,52 +249163,52 @@ kyngchaos 2010-06-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13767 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-21 +Werner Macho 2010-06-21 translation update: time for string freeze!!!! git-svn-id: http://svn.osgeo.org/qgis/trunk@13766 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-21 +Marco Hugentobler 2010-06-21 Fix layout problems in georef pdf output by making size of left and right margins a user option git-svn-id: http://svn.osgeo.org/qgis/trunk@13765 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-21 +Marco Hugentobler 2010-06-21 Show checkbox for worldfile. Save output rasters in the same dir as the original raster if no path is given git-svn-id: http://svn.osgeo.org/qgis/trunk@13764 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-21 +Werner Macho 2010-06-21 translation update: some context help by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13763 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-21 +Werner Macho 2010-06-21 translation update: context help ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13762 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-20 +Werner Macho 2010-06-20 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13761 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-20 +Werner Macho 2010-06-20 tranlation update: ja by yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13760 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-20 +Jürgen E. Fischer 2010-06-20 more translation string fixes and german translation update @@ -237182,27 +249222,27 @@ kyngchaos 2010-06-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13758 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-20 +Jürgen E. Fischer 2010-06-20 fix translation string git-svn-id: http://svn.osgeo.org/qgis/trunk@13757 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-20 +Martin Dobias 2010-06-20 Added copyright notices to CMake modules, BSD license has been set to the modules (typical license for CMake modules). git-svn-id: http://svn.osgeo.org/qgis/trunk@13756 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-20 +Martin Dobias 2010-06-20 Fixed #2766. git-svn-id: http://svn.osgeo.org/qgis/trunk@13755 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-20 +Martin Dobias 2010-06-20 Fixed #2346 - allow quoting of column references using double quotes. Quoting is done in both search query builder and search from attribute table. @@ -237210,19 +249250,19 @@ wonder 2010-06-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13754 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-20 +Tim Sutton 2010-06-20 Updated whats new texts git-svn-id: http://svn.osgeo.org/qgis/trunk@13753 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-20 +Jürgen E. Fischer 2010-06-20 fix #2826 git-svn-id: http://svn.osgeo.org/qgis/trunk@13752 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-20 +Martin Dobias 2010-06-20 Report python errors when running python commands from qgis gui (e.g. run actions, feature form init). Try to delete feature form only if exists (#2590). @@ -237230,49 +249270,49 @@ wonder 2010-06-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13751 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-19 +Jürgen E. Fischer 2010-06-19 fix #2457 git-svn-id: http://svn.osgeo.org/qgis/trunk@13750 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-18 +Marco Hugentobler 2010-06-18 Fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@13749 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-18 +Paolo Cavallini 2010-06-18 More GUI IT translations git-svn-id: http://svn.osgeo.org/qgis/trunk@13748 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-18 +Marco Hugentobler 2010-06-18 Fix for bug #2683 git-svn-id: http://svn.osgeo.org/qgis/trunk@13747 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-17 +Jürgen E. Fischer 2010-06-17 fix #2817 git-svn-id: http://svn.osgeo.org/qgis/trunk@13746 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-17 +Jürgen E. Fischer 2010-06-17 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13745 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-17 +Jürgen E. Fischer 2010-06-17 fix #2815 - including more missing translation strings git-svn-id: http://svn.osgeo.org/qgis/trunk@13744 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-17 +Werner Macho 2010-06-17 translation update: fr by jean roc @@ -237291,67 +249331,67 @@ rduivenvoorde 2010-06-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13741 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-17 +Jürgen E. Fischer 2010-06-17 apply #2813 git-svn-id: http://svn.osgeo.org/qgis/trunk@13740 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-17 +Marco Hugentobler 2010-06-17 Fix for ticket #2814 git-svn-id: http://svn.osgeo.org/qgis/trunk@13739 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-16 +Jürgen E. Fischer 2010-06-16 add dch reference to INSTALL git-svn-id: http://svn.osgeo.org/qgis/trunk@13738 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-16 +Marco Hugentobler 2010-06-16 Fix 0 coords in gps feature capturing (appears sometimes when loosing gps connection) git-svn-id: http://svn.osgeo.org/qgis/trunk@13737 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-14 +Marco Hugentobler 2010-06-14 Added annotation icons provided by Robert. Thanks\! git-svn-id: http://svn.osgeo.org/qgis/trunk@13736 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-14 +Jürgen E. Fischer 2010-06-14 fix unix build after ugly workaround r13732 git-svn-id: http://svn.osgeo.org/qgis/trunk@13735 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-14 +Jürgen E. Fischer 2010-06-14 fix initial sip binding creation on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@13734 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-14 +Jürgen E. Fischer 2010-06-14 fix ugly workaround r13732 git-svn-id: http://svn.osgeo.org/qgis/trunk@13733 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-14 +Jürgen E. Fischer 2010-06-14 workaround #2239 git-svn-id: http://svn.osgeo.org/qgis/trunk@13732 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-14 +Jürgen E. Fischer 2010-06-14 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@13731 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-14 +Marco Hugentobler 2010-06-14 fix msvc build errors @@ -237363,57 +249403,57 @@ cfarmer 2010-06-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@13729 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-13 +Jürgen E. Fischer 2010-06-13 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13727 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-13 +Werner Macho 2010-06-13 translation update: es and fr with some french context help added git-svn-id: http://svn.osgeo.org/qgis/trunk@13726 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-13 +Giuseppe Sucameli 2010-06-13 applied patch to show GDAL version in about dialog, to fix #2804 git-svn-id: http://svn.osgeo.org/qgis/trunk@13725 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-13 +Jürgen E. Fischer 2010-06-13 fix #2324 git-svn-id: http://svn.osgeo.org/qgis/trunk@13724 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-13 +Marco Hugentobler 2010-06-13 round residual plot scale bar to reasonable number git-svn-id: http://svn.osgeo.org/qgis/trunk@13723 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-12 +Marco Hugentobler 2010-06-12 Set maximum to composer picture rotation to 360 git-svn-id: http://svn.osgeo.org/qgis/trunk@13722 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-12 +Jürgen E. Fischer 2010-06-12 fix dirty canvas on startup git-svn-id: http://svn.osgeo.org/qgis/trunk@13721 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-12 +Tim Sutton 2010-06-12 Capitalise first letter of renderer name for consistency git-svn-id: http://svn.osgeo.org/qgis/trunk@13720 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-12 +Marco Hugentobler 2010-06-12 Fix bug with georef pdf report scale bar units @@ -237437,39 +249477,39 @@ borysiasty 2010-06-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@13716 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-12 +Jürgen E. Fischer 2010-06-12 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13715 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-12 +Jürgen E. Fischer 2010-06-12 fix lrelease warning and translation string git-svn-id: http://svn.osgeo.org/qgis/trunk@13714 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-12 +Martin Dobias 2010-06-12 Rule-based renderer: show 1:inf instead of 1:0 when there is no max. scale denominator git-svn-id: http://svn.osgeo.org/qgis/trunk@13713 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-12 +Paolo Cavallini 2010-06-12 Partial fix for #1873 git-svn-id: http://svn.osgeo.org/qgis/trunk@13712 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-12 +Martin Dobias 2010-06-12 Rule-based renderer: respect the original scale range when refining the rule based on scales. git-svn-id: http://svn.osgeo.org/qgis/trunk@13711 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-12 +Martin Dobias 2010-06-12 [FEATURE] Added rule-based renderer for symbology-ng. @@ -237481,7 +249521,7 @@ wonder 2010-06-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@13710 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-12 +Paolo Cavallini 2010-06-12 Fixed #3630, edited v.db.what.connect, updated DONORS @@ -237493,14 +249533,14 @@ rduivenvoorde 2010-06-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13708 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-11 +Werner Macho 2010-06-11 translation update and added context help: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13707 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-11 +Giuseppe Sucameli 2010-06-11 replaced all QFormLayouts with QGridLayouts @@ -237513,37 +249553,37 @@ rduivenvoorde 2010-06-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13702 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-10 +Giuseppe Sucameli 2010-06-10 load modules only on menu triggers, skip the local traslator git-svn-id: http://svn.osgeo.org/qgis/trunk@13701 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-10 +Marco Hugentobler 2010-06-10 More decimals in georef pdf report git-svn-id: http://svn.osgeo.org/qgis/trunk@13700 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-09 +Marco Hugentobler 2010-06-09 Show rotation in degrees in georef status bar git-svn-id: http://svn.osgeo.org/qgis/trunk@13696 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-08 +Jürgen E. Fischer 2010-06-08 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13695 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-08 +Jürgen E. Fischer 2010-06-08 fix #2592 git-svn-id: http://svn.osgeo.org/qgis/trunk@13694 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-08 +Martin Dobias 2010-06-08 Fixed unloading of python modules which were imported using "from X import Y,Z". Modules Y,Z have been missed by the import wrapper and the unloader did not remove the plugin completely/correctly. @@ -237551,7 +249591,7 @@ wonder 2010-06-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13693 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-08 +Marco Hugentobler 2010-06-08 Fix for marker size in map units @@ -237563,127 +249603,127 @@ kyngchaos 2010-06-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@13686 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-07 +Jürgen E. Fischer 2010-06-07 followup r13683 git-svn-id: http://svn.osgeo.org/qgis/trunk@13685 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-07 +Giuseppe Sucameli 2010-06-07 import the modules without use the path git-svn-id: http://svn.osgeo.org/qgis/trunk@13684 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-07 +Jürgen E. Fischer 2010-06-07 fix template cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@13683 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-07 +Giuseppe Sucameli 2010-06-07 Removed the unnecessary setted paths git-svn-id: http://svn.osgeo.org/qgis/trunk@13682 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-07 +Jürgen E. Fischer 2010-06-07 fix #2788 git-svn-id: http://svn.osgeo.org/qgis/trunk@13681 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-06-07 +Paolo Cavallini 2010-06-07 Updated DONORS git-svn-id: http://svn.osgeo.org/qgis/trunk@13680 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-07 +Jürgen E. Fischer 2010-06-07 (visibly) complain about missing $DISPLAY git-svn-id: http://svn.osgeo.org/qgis/trunk@13679 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-07 +Marco Hugentobler 2010-06-07 Consider changed pkgDataPath in default svg paths git-svn-id: http://svn.osgeo.org/qgis/trunk@13678 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-07 +Marco Hugentobler 2010-06-07 install symbology-ng headers git-svn-id: http://svn.osgeo.org/qgis/trunk@13676 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-07 +Werner Macho 2010-06-07 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13674 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-06 +Jürgen E. Fischer 2010-06-06 debian packaging update: include templates in clean git-svn-id: http://svn.osgeo.org/qgis/trunk@13673 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-06 +Werner Macho 2010-06-06 translation update: fr by jeanroc git-svn-id: http://svn.osgeo.org/qgis/trunk@13672 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-06 +Jürgen E. Fischer 2010-06-06 integrate GdalTools translations from faunalia repository git-svn-id: http://svn.osgeo.org/qgis/trunk@13671 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-06 +Werner Macho 2010-06-06 translation update: el_GR by Mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13670 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-06 +Jürgen E. Fischer 2010-06-06 update_ts_files.sh run after GdalTools integration git-svn-id: http://svn.osgeo.org/qgis/trunk@13669 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-06 +Jürgen E. Fischer 2010-06-06 make GdalTools about box translatable git-svn-id: http://svn.osgeo.org/qgis/trunk@13668 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-06 +Werner Macho 2010-06-06 translation update: hr_HR by Zoran, fr and ja string update git-svn-id: http://svn.osgeo.org/qgis/trunk@13667 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 fix wms legacy CRS/SRS mixup git-svn-id: http://svn.osgeo.org/qgis/trunk@13666 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 remove second RequestExecutionLevel git-svn-id: http://svn.osgeo.org/qgis/trunk@13665 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 add script to build nsis standalone installer from OSGeo4W packages @@ -237701,80 +249741,80 @@ kyngchaos 2010-06-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@13662 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-05 +Werner Macho 2010-06-05 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13661 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-05 +Marco Hugentobler 2010-06-05 Some changes to use qgslegendmodel without a running x-server git-svn-id: http://svn.osgeo.org/qgis/trunk@13660 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 automatic indentation update (r12600-r13658) git-svn-id: http://svn.osgeo.org/qgis/trunk@13659 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-05 +Marco Hugentobler 2010-06-05 Added code to fix bug #2755 also for Qt<4.6 git-svn-id: http://svn.osgeo.org/qgis/trunk@13658 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13657 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 fix typos git-svn-id: http://svn.osgeo.org/qgis/trunk@13656 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13655 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13654 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-05 +Jürgen E. Fischer 2010-06-05 string fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@13653 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-04 +Jürgen E. Fischer 2010-06-04 wms provider fix: shift tile requests a bit NE git-svn-id: http://svn.osgeo.org/qgis/trunk@13652 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-04 +Tim Sutton 2010-06-04 Added over to google projection parameters as per fwarmerdam.blogspot.com/2010/02/world-mapping.html git-svn-id: http://svn.osgeo.org/qgis/trunk@13651 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-04 +Tim Sutton 2010-06-04 Make version name tethys for the upcoming release git-svn-id: http://svn.osgeo.org/qgis/trunk@13650 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-04 +Werner Macho 2010-06-04 translation update: ja by Yoichi @@ -237787,43 +249827,43 @@ kyngchaos 2010-06-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13648 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-04 +Jürgen E. Fischer 2010-06-04 unquote field names in delimited text plugin like in the provider git-svn-id: http://svn.osgeo.org/qgis/trunk@13646 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 manage string in release name git-svn-id: http://svn.osgeo.org/qgis/trunk@13644 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 manage string in release name git-svn-id: http://svn.osgeo.org/qgis/trunk@13643 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 undoing change committed in r13640. This test become unnecessary from r13641 git-svn-id: http://svn.osgeo.org/qgis/trunk@13642 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 applied patch to fix #699 git-svn-id: http://svn.osgeo.org/qgis/trunk@13641 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 fixed #2711: avoid jumping items in legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13640 c8812cc2-4d05-0410-92ff-de0c093fc19c -brushtyler 2010-06-04 +Giuseppe Sucameli 2010-06-04 added GdalTools plugin @@ -237847,83 +249887,83 @@ borysiasty 2010-06-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@13636 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-03 +Martin Dobias 2010-06-03 Revert accidental commit git-svn-id: http://svn.osgeo.org/qgis/trunk@13635 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-03 +Tim Sutton 2010-06-03 Added Giuseppe Sucameli to authors list git-svn-id: http://svn.osgeo.org/qgis/trunk@13634 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-03 +Marco Hugentobler 2010-06-03 Fix for canvas item order in print composer (ticket #2755) git-svn-id: http://svn.osgeo.org/qgis/trunk@13633 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-03 +Werner Macho 2010-06-03 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13632 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-03 +Martin Dobias 2010-06-03 Fixed #2744 git-svn-id: http://svn.osgeo.org/qgis/trunk@13631 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-06-03 +Martin Dobias 2010-06-03 Fixed #2780 git-svn-id: http://svn.osgeo.org/qgis/trunk@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-06-02 +Tim Sutton 2010-06-02 Updated splash for release git-svn-id: http://svn.osgeo.org/qgis/trunk@13629 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-02 +Marco Hugentobler 2010-06-02 automatically append pdf and svg suffixes (#ticket 2776) git-svn-id: http://svn.osgeo.org/qgis/trunk@13628 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-02 +Jürgen E. Fischer 2010-06-02 fix python runtime error when no HOME is set git-svn-id: http://svn.osgeo.org/qgis/trunk@13627 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-02 +Marco Hugentobler 2010-06-02 show residuals in pixel for non-linear transformations git-svn-id: http://svn.osgeo.org/qgis/trunk@13626 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-02 +Jürgen E. Fischer 2010-06-02 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13625 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-02 +Jürgen E. Fischer 2010-06-02 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13624 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-06-02 +Werner Macho 2010-06-02 translation update: ja by Yoichi @@ -237936,37 +249976,37 @@ kyngchaos 2010-06-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@13622 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-01 +Jürgen E. Fischer 2010-06-01 [FEATURE] delimited text provider: allow empty values in numeric columns git-svn-id: http://svn.osgeo.org/qgis/trunk@13621 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-01 +Jürgen E. Fischer 2010-06-01 osgeo4w update: qgisconfig.py was dropped git-svn-id: http://svn.osgeo.org/qgis/trunk@13620 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-01 +Marco Hugentobler 2010-06-01 change map unit in project dialog when user selects a new crs git-svn-id: http://svn.osgeo.org/qgis/trunk@13619 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-06-01 +Jürgen E. Fischer 2010-06-01 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13618 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-01 +Marco Hugentobler 2010-06-01 Add pallabeling to core header files git-svn-id: http://svn.osgeo.org/qgis/trunk@13617 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-06-01 +Marco Hugentobler 2010-06-01 Small enhancements for labeling dialog: disable minimum size ui for points, add pt to font name and set two decimal places for distance spin boxes @@ -237978,13 +250018,13 @@ borysiasty 2010-05-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@13615 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-31 +Jürgen E. Fischer 2010-05-31 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13614 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-31 +Werner Macho 2010-05-31 translation update: fr by jean roc @@ -237997,69 +250037,69 @@ rduivenvoorde 2010-05-31 git-svn-id: http://svn.osgeo.org/qgis/trunk@13612 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-31 +Jürgen E. Fischer 2010-05-31 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13611 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-31 +Jürgen E. Fischer 2010-05-31 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13610 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-31 +Marco Hugentobler 2010-05-31 Fix for previous label commits git-svn-id: http://svn.osgeo.org/qgis/trunk@13609 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-31 +Marco Hugentobler 2010-05-31 Remove legacy files git-svn-id: http://svn.osgeo.org/qgis/trunk@13608 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-31 +Marco Hugentobler 2010-05-31 Move Martins labeling-ng from plugin to core/app git-svn-id: http://svn.osgeo.org/qgis/trunk@13607 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-31 +Marco Hugentobler 2010-05-31 [FEATURE] georeferencer: possibility to configure if residuals should be showed in pixels or map units git-svn-id: http://svn.osgeo.org/qgis/trunk@13606 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-31 +Werner Macho 2010-05-31 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13605 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-30 +Jürgen E. Fischer 2010-05-30 revert r13584 noop git-svn-id: http://svn.osgeo.org/qgis/trunk@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-30 +Jürgen E. Fischer 2010-05-30 fix #1683 git-svn-id: http://svn.osgeo.org/qgis/trunk@13603 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-30 +Martin Dobias 2010-05-30 Fix a crash when using map composer within python git-svn-id: http://svn.osgeo.org/qgis/trunk@13602 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-30 +Martin Dobias 2010-05-30 [FEATURE] manual adding of categories in symbology-ng. Patch contributed by Lynx, thanks! + added missing python bindings and fixed some issues. @@ -238067,13 +250107,13 @@ wonder 2010-05-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13601 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-30 +Jürgen E. Fischer 2010-05-30 fix #2763 git-svn-id: http://svn.osgeo.org/qgis/trunk@13600 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-29 +Martin Dobias 2010-05-29 Applied patch #2739 from Marco - correct scaling of labeling from the labeling plugin in composer. Includes few tweaks and improvements, additionally the buffer is not considered for the label frame. @@ -238081,7 +250121,7 @@ wonder 2010-05-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13599 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-29 +Marco Hugentobler 2010-05-29 Project file transform from 1.4 to 1.5. Improved project loading for composers and annotation items to use the modified dom, not the original file. Fixes ticket #2751 @@ -238093,55 +250133,55 @@ kyngchaos 2010-05-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13597 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 ogr provider update: lazy determine extent (fixes #2752) git-svn-id: http://svn.osgeo.org/qgis/trunk@13596 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 fix #2753 git-svn-id: http://svn.osgeo.org/qgis/trunk@13595 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 followup r13593: mention oracle in georaster tooltip git-svn-id: http://svn.osgeo.org/qgis/trunk@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 fix #2759 and some cleanups git-svn-id: http://svn.osgeo.org/qgis/trunk@13593 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 followup r13591: force KML encoding to utf-8 in save as dialog and move filename/encoding validation to vector file write git-svn-id: http://svn.osgeo.org/qgis/trunk@13592 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-29 +Marco Hugentobler 2010-05-29 Use utf-8 if saving to kml to prevent invalid xml git-svn-id: http://svn.osgeo.org/qgis/trunk@13591 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 fix #2756 git-svn-id: http://svn.osgeo.org/qgis/trunk@13590 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 fix #2761 git-svn-id: http://svn.osgeo.org/qgis/trunk@13589 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 add length() and area() methods to QgsGeometry and use it in labeling and zonal statistics @@ -238149,26 +250189,26 @@ jef 2010-05-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13588 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-29 +Martin Dobias 2010-05-29 Applied patch #2747 from Marco. git-svn-id: http://svn.osgeo.org/qgis/trunk@13587 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-29 +Jürgen E. Fischer 2010-05-29 fix #2601 git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-29 +Marco Hugentobler 2010-05-29 Fix for zList sort problem and added call to composer item readXML in composer arrow git-svn-id: http://svn.osgeo.org/qgis/trunk@13585 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-28 +Jürgen E. Fischer 2010-05-28 postgres provider update: - lazy determine extent and invalidate extent on subst string change (fixes #2752 for postgres) @@ -238178,38 +250218,38 @@ jef 2010-05-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13584 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-28 +Jürgen E. Fischer 2010-05-28 fix #2757 git-svn-id: http://svn.osgeo.org/qgis/trunk@13583 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-28 +Jürgen E. Fischer 2010-05-28 apply #1683 (completes r13568) git-svn-id: http://svn.osgeo.org/qgis/trunk@13582 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-28 +Werner Macho 2010-05-28 translationi update: CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13581 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-28 +Jürgen E. Fischer 2010-05-28 fix typo in english context help and update german context help git-svn-id: http://svn.osgeo.org/qgis/trunk@13580 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-28 +Paolo Cavallini 2010-05-28 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13579 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-26 +Marco Hugentobler 2010-05-26 fix for compile problem @@ -238246,32 +250286,32 @@ borysiasty 2010-05-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13573 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-25 +Jürgen E. Fischer 2010-05-25 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13572 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-25 +Marco Hugentobler 2010-05-25 [FEATURE]: Load/save queries created in the query builder. Added method columnRefNodes() in qgssearchtreenode and added some consts git-svn-id: http://svn.osgeo.org/qgis/trunk@13571 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-25 +Marco Hugentobler 2010-05-25 Reenable legend icons for rasters git-svn-id: http://svn.osgeo.org/qgis/trunk@13570 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-25 +Werner Macho 2010-05-25 translation update: el_GR by Mike and Nikos git-svn-id: http://svn.osgeo.org/qgis/trunk@13569 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-05-25 +Tim Sutton 2010-05-25 UI updates from Milena Nowotarska @@ -238285,33 +250325,33 @@ kyngchaos 2010-05-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13567 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-24 +Paolo Cavallini 2010-05-24 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13566 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-24 +Werner Macho 2010-05-24 translation update: String update and new German git-svn-id: http://svn.osgeo.org/qgis/trunk@13565 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-24 +Jürgen E. Fischer 2010-05-24 fix warning in german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13564 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-24 +Werner Macho 2010-05-24 translation update: bring german to 100% ;) git-svn-id: http://svn.osgeo.org/qgis/trunk@13563 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-24 +Werner Macho 2010-05-24 translation update: czech by Jan @@ -238337,25 +250377,25 @@ mmassing 2010-05-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13559 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-24 +Jürgen E. Fischer 2010-05-24 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13558 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-24 +Jürgen E. Fischer 2010-05-24 postgres provider: remove unused threading code git-svn-id: http://svn.osgeo.org/qgis/trunk@13557 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-24 +Jürgen E. Fischer 2010-05-24 es_CA should be ca_ES git-svn-id: http://svn.osgeo.org/qgis/trunk@13556 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-23 +Werner Macho 2010-05-23 added catalan translation file .. @@ -238383,26 +250423,26 @@ mmassing 2010-05-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@13552 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-22 +Jürgen E. Fischer 2010-05-22 let attribute table follow canvas extent git-svn-id: http://svn.osgeo.org/qgis/trunk@13551 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-22 +Werner Macho 2010-05-22 translation update: mainly grass translations git-svn-id: http://svn.osgeo.org/qgis/trunk@13550 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-22 +Jürgen E. Fischer 2010-05-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13549 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-22 +Jürgen E. Fischer 2010-05-22 remove progress indication from symbology-ng rendering: sometimes featureCount() is expensive and moveover only applies when the canvas @@ -238412,19 +250452,19 @@ jef 2010-05-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@13548 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-22 +Jürgen E. Fischer 2010-05-22 [FEATURE] forward port r9689 to model based attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@13547 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-22 +Jürgen E. Fischer 2010-05-22 select current value when lineedit gets focus in attribute dialog (fixes #2742) git-svn-id: http://svn.osgeo.org/qgis/trunk@13546 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-22 +Marco Hugentobler 2010-05-22 Applied patch #2159 from ctimko @@ -238436,93 +250476,93 @@ mmassing 2010-05-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13544 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-21 +Marco Hugentobler 2010-05-21 Fix for crash with composer legend during project file save git-svn-id: http://svn.osgeo.org/qgis/trunk@13543 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-20 +Paolo Cavallini 2010-05-20 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13542 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-20 +Werner Macho 2010-05-20 translation update: es by Carlos and the monthly string update for alle files on request git-svn-id: http://svn.osgeo.org/qgis/trunk@13541 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-20 +Jürgen E. Fischer 2010-05-20 fix attribute table position restore git-svn-id: http://svn.osgeo.org/qgis/trunk@13540 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-20 +Paolo Cavallini 2010-05-20 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13538 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-20 +Marco Hugentobler 2010-05-20 Fix for crash if removing a layer with a related composer attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@13537 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-20 +Paolo Cavallini 2010-05-20 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13536 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-20 +Marco Hugentobler 2010-05-20 Fix typo git-svn-id: http://svn.osgeo.org/qgis/trunk@13535 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-20 +Paolo Cavallini 2010-05-20 More IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13534 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-20 +Jürgen E. Fischer 2010-05-20 followup r13529 git-svn-id: http://svn.osgeo.org/qgis/trunk@13533 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-19 +Marco Hugentobler 2010-05-19 Reenabled update for composer legend layers git-svn-id: http://svn.osgeo.org/qgis/trunk@13532 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-19 +Paolo Cavallini 2010-05-19 More coherence in IT GUI translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13531 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-19 +Werner Macho 2010-05-19 translation update: el_GR by nikos git-svn-id: http://svn.osgeo.org/qgis/trunk@13530 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-19 +Jürgen E. Fischer 2010-05-19 lazy fill meta data page in vector layer properties git-svn-id: http://svn.osgeo.org/qgis/trunk@13529 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-18 +Jürgen E. Fischer 2010-05-18 fix #2732 @@ -238534,106 +250574,106 @@ cfarmer 2010-05-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-18 +Marco Hugentobler 2010-05-18 Fix raster item in composer legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13526 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-18 +Marco Hugentobler 2010-05-18 Fix legend item label problem #2727 git-svn-id: http://svn.osgeo.org/qgis/trunk@13525 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-18 +Jürgen E. Fischer 2010-05-18 postgres provider: lazy feature count git-svn-id: http://svn.osgeo.org/qgis/trunk@13524 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-18 +Marco Hugentobler 2010-05-18 Add transformation name in georef pdf report git-svn-id: http://svn.osgeo.org/qgis/trunk@13523 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-18 +Werner Macho 2010-05-18 small changes in german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13522 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-18 +Jürgen E. Fischer 2010-05-18 fix #2361 git-svn-id: http://svn.osgeo.org/qgis/trunk@13521 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-18 +Werner Macho 2010-05-18 added new most active translators to the translators list git-svn-id: http://svn.osgeo.org/qgis/trunk@13520 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-17 +Jürgen E. Fischer 2010-05-17 append space to list widgets in options and vector and raster layer property dialogs (fixes #2554) git-svn-id: http://svn.osgeo.org/qgis/trunk@13519 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-17 +Jürgen E. Fischer 2010-05-17 fix #2531 git-svn-id: http://svn.osgeo.org/qgis/trunk@13518 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-17 +Jürgen E. Fischer 2010-05-17 apply #2712 and #2716 with slight modification. Thanks to Charles Timko. git-svn-id: http://svn.osgeo.org/qgis/trunk@13517 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-17 +Jürgen E. Fischer 2010-05-17 fix query translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13516 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-17 +Marco Hugentobler 2010-05-17 Fix calculation of mean error in georeferencer git-svn-id: http://svn.osgeo.org/qgis/trunk@13515 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-17 +Jürgen E. Fischer 2010-05-17 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13514 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-17 +Werner Macho 2010-05-17 translation update: cs_CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13513 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-17 +Marco Hugentobler 2010-05-17 Automatically append pdf suffix for georef report git-svn-id: http://svn.osgeo.org/qgis/trunk@13512 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 fix #2627 git-svn-id: http://svn.osgeo.org/qgis/trunk@13511 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 [FEATURE] label only selected features (implements #2717) @@ -238645,13 +250685,13 @@ borysiasty 2010-05-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13509 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 fix #2670 git-svn-id: http://svn.osgeo.org/qgis/trunk@13508 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 fix position restore of identify results @@ -238663,14 +250703,14 @@ cfarmer 2010-05-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13506 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 [FEATURE] add multiple features at once (implements #2710) git-svn-id: http://svn.osgeo.org/qgis/trunk@13505 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-16 +Werner Macho 2010-05-16 translation update: el_GR by mike @@ -238683,13 +250723,13 @@ cfarmer 2010-05-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13502 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 [FEATURE] - save edits button added (implements #2579) @@ -238704,80 +250744,80 @@ jef 2010-05-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 temporary workaround for #2714 git-svn-id: http://svn.osgeo.org/qgis/trunk@13500 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 postgres provider: fix feature count, when subset string is set git-svn-id: http://svn.osgeo.org/qgis/trunk@13499 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-16 +Jürgen E. Fischer 2010-05-16 fix ftools typo git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-15 +Jürgen E. Fischer 2010-05-15 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13497 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-15 +Jürgen E. Fischer 2010-05-15 translation string fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@13496 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-15 +Jürgen E. Fischer 2010-05-15 improve image format selecting in wms selection dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@13495 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-15 +Marco Hugentobler 2010-05-15 Move setWindowIcon from qgsapplication.cpp to main.cpp. Because QGIS mapserver uses qgsapplication, but it does not have access to an x-server instance git-svn-id: http://svn.osgeo.org/qgis/trunk@13494 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-15 +Marco Hugentobler 2010-05-15 Fix minimum size of composer legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13493 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-15 +Marco Hugentobler 2010-05-15 Fix drag drop behaviour of composer legend items git-svn-id: http://svn.osgeo.org/qgis/trunk@13492 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-15 +Marco Hugentobler 2010-05-15 Drag and drop support for composer legend model git-svn-id: http://svn.osgeo.org/qgis/trunk@13491 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-15 +Werner Macho 2010-05-15 translation update: bg by Zahari and cs_CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13490 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-15 +Jürgen E. Fischer 2010-05-15 working fix for #2670 and fix for GRASS 6.2 support (as found on debian lenny) git-svn-id: http://svn.osgeo.org/qgis/trunk@13489 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-15 +Jürgen E. Fischer 2010-05-15 fix #2720 @@ -238790,19 +250830,19 @@ kyngchaos 2010-05-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@13486 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-14 +Paolo Cavallini 2010-05-14 More typos and updates in IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13485 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-14 +Marco Hugentobler 2010-05-14 Fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@13484 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-14 +Marco Hugentobler 2010-05-14 Remove Qt 4.6 dependency @@ -238838,142 +250878,142 @@ cfarmer 2010-05-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@13477 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-13 +Marco Hugentobler 2010-05-13 [FEATURE]: Export legend groups and layers with legendinterface and use this information to display groups in the composer legend. Todo: fix drag and frop in composer legend, readXML, cleanups in composer legend model git-svn-id: http://svn.osgeo.org/qgis/trunk@13476 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-13 +Jürgen E. Fischer 2010-05-13 next take on #2620 - not reproducable here git-svn-id: http://svn.osgeo.org/qgis/trunk@13475 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-13 +Jürgen E. Fischer 2010-05-13 make PyQt4 detection work with CMake 2.6.0 as found in Debian lenny git-svn-id: http://svn.osgeo.org/qgis/trunk@13473 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-12 +Jürgen E. Fischer 2010-05-12 implement #2696 git-svn-id: http://svn.osgeo.org/qgis/trunk@13472 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-12 +Jürgen E. Fischer 2010-05-12 apply #2692. Thanks again Jeremy. git-svn-id: http://svn.osgeo.org/qgis/trunk@13471 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-12 +Jürgen E. Fischer 2010-05-12 fix #2707 git-svn-id: http://svn.osgeo.org/qgis/trunk@13470 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-12 +Jürgen E. Fischer 2010-05-12 fix #2682 git-svn-id: http://svn.osgeo.org/qgis/trunk@13469 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-11 +Jürgen E. Fischer 2010-05-11 tie proxy factory support in SIP bindings to PyQt4 version instead of Qt git-svn-id: http://svn.osgeo.org/qgis/trunk@13468 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-11 +Jürgen E. Fischer 2010-05-11 [FEATURE] (re-?)add identifyAsHtml to raster layer and use it in identify git-svn-id: http://svn.osgeo.org/qgis/trunk@13467 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-11 +Paolo Cavallini 2010-05-11 Two typos in IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13466 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-10 +Jürgen E. Fischer 2010-05-10 implement #2702 git-svn-id: http://svn.osgeo.org/qgis/trunk@13465 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-10 +Jürgen E. Fischer 2010-05-10 update permissions git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-10 +Jürgen E. Fischer 2010-05-10 fix ssl preprocessor logic git-svn-id: http://svn.osgeo.org/qgis/trunk@13462 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-10 +Jürgen E. Fischer 2010-05-10 fix signal signature of QgsNetworkAccessManager::requestAboutToBeCreated git-svn-id: http://svn.osgeo.org/qgis/trunk@13461 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-10 +Marco Hugentobler 2010-05-10 append kml extension automatically for easier interoperability with GE git-svn-id: http://svn.osgeo.org/qgis/trunk@13460 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-10 +Marco Hugentobler 2010-05-10 Consider also files without extensions in the file dialog filters git-svn-id: http://svn.osgeo.org/qgis/trunk@13459 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-10 +Werner Macho 2010-05-10 translation update: cs_CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13458 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-10 +Marco Hugentobler 2010-05-10 Add gpl headers for residual plot item git-svn-id: http://svn.osgeo.org/qgis/trunk@13457 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-05-10 +Marco Hugentobler 2010-05-10 Changed georef pdf report layout and font sizes to address bug #2698 git-svn-id: http://svn.osgeo.org/qgis/trunk@13456 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-10 +Werner Macho 2010-05-10 translation update: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13455 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-10 +Werner Macho 2010-05-10 translation update: el_GR by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13454 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-09 +Jürgen E. Fischer 2010-05-09 emit signals before and after QgsNetworkAccessManager creates requests git-svn-id: http://svn.osgeo.org/qgis/trunk@13453 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-09 +Jürgen E. Fischer 2010-05-09 missed files in r13438 @@ -238985,31 +251025,31 @@ kyngchaos 2010-05-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@13449 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-09 +Jürgen E. Fischer 2010-05-09 handle ssl errors git-svn-id: http://svn.osgeo.org/qgis/trunk@13448 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-09 +Jürgen E. Fischer 2010-05-09 resolve Qt 4.5 dependency git-svn-id: http://svn.osgeo.org/qgis/trunk@13447 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 fix sip bindings git-svn-id: http://svn.osgeo.org/qgis/trunk@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@13445 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 network manager changes: - add QgsNetworkAccessManager to core as singleton @@ -239025,13 +251065,13 @@ jef 2010-05-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13443 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 cosmetic changes git-svn-id: http://svn.osgeo.org/qgis/trunk@13442 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 apply #2634 @@ -239043,13 +251083,13 @@ kyngchaos 2010-05-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13440 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 revert debian unrelated part from r13438 git-svn-id: http://svn.osgeo.org/qgis/trunk@13439 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-08 +Jürgen E. Fischer 2010-05-08 debian packaging update @@ -239071,96 +251111,96 @@ mmassing 2010-05-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@13436 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-07 +Jürgen E. Fischer 2010-05-07 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13435 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-07 +Martin Dobias 2010-05-07 Added the possibility to use $area, $length when searching in attribute table. git-svn-id: http://svn.osgeo.org/qgis/trunk@13434 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-07 +Martin Dobias 2010-05-07 Added optional geometry parameter when evaluating predicates git-svn-id: http://svn.osgeo.org/qgis/trunk@13433 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-06 +Jürgen E. Fischer 2010-05-06 fix url exclusion changes git-svn-id: http://svn.osgeo.org/qgis/trunk@13432 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-06 +Jürgen E. Fischer 2010-05-06 fix #2620 git-svn-id: http://svn.osgeo.org/qgis/trunk@13431 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-06 +Jürgen E. Fischer 2010-05-06 include qgis.g.browser in debian package git-svn-id: http://svn.osgeo.org/qgis/trunk@13430 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-06 +Jürgen E. Fischer 2010-05-06 make spatialite optional again git-svn-id: http://svn.osgeo.org/qgis/trunk@13429 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-06 +Paolo Cavallini 2010-05-06 Fixed typos in IT transaltion git-svn-id: http://svn.osgeo.org/qgis/trunk@13428 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-06 +Paolo Cavallini 2010-05-06 Fixed r.sunmask.date.time. Thanks Markus Neteler git-svn-id: http://svn.osgeo.org/qgis/trunk@13427 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-05 +Paolo Cavallini 2010-05-05 Translation of the IT GUI - Thanks to Flavio Rigolon git-svn-id: http://svn.osgeo.org/qgis/trunk@13426 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-05 +Martin Dobias 2010-05-05 Fixed CRS for OSM and GPX providers. Should fix #2661. git-svn-id: http://svn.osgeo.org/qgis/trunk@13425 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-05 +Jürgen E. Fischer 2010-05-05 minor pg provider fix: oid==0 is invalid git-svn-id: http://svn.osgeo.org/qgis/trunk@13424 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-05 +Martin Dobias 2010-05-05 Fixed #2615. git-svn-id: http://svn.osgeo.org/qgis/trunk@13423 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-04 +Martin Dobias 2010-05-04 More portable selection of monospaced font git-svn-id: http://svn.osgeo.org/qgis/trunk@13422 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-04 +Martin Dobias 2010-05-04 MarkerLine symbol layer: fixed usage with map units, set minimal interval to avoid infinite loop, simpler markerline symbol handling. @@ -239170,54 +251210,54 @@ wonder 2010-05-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13421 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-04 +Martin Dobias 2010-05-04 MarkerLine symbol layer widget: Fixed handling of floating point marker intervals git-svn-id: http://svn.osgeo.org/qgis/trunk@13420 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-04 +Martin Dobias 2010-05-04 SimpleMarker symbol layer: do not cache marker symbol if the vector output is enforced, fixed scaling git-svn-id: http://svn.osgeo.org/qgis/trunk@13419 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-04 +Martin Dobias 2010-05-04 Do not force vector output by default (use only in composer map), enable setting of the flag git-svn-id: http://svn.osgeo.org/qgis/trunk@13418 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-03 +Martin Dobias 2010-05-03 PyQGIS: added missing annotation git-svn-id: http://svn.osgeo.org/qgis/trunk@13417 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-05-03 +Martin Dobias 2010-05-03 PyQGIS: Fixed wrappers for symbology-ng renderers (were claimed to be abstract classes) git-svn-id: http://svn.osgeo.org/qgis/trunk@13416 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-05-03 +Jürgen E. Fischer 2010-05-03 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13415 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-05-03 +Paolo Cavallini 2010-05-03 Fixed v.generalize, adding copy of attributes git-svn-id: http://svn.osgeo.org/qgis/trunk@13414 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-05-02 +Werner Macho 2010-05-02 translation update: CZ from Jan @@ -239230,7 +251270,7 @@ borysiasty 2010-04-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13412 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-30 +Werner Macho 2010-04-30 translation update: fr by Jean Roc @@ -239243,41 +251283,41 @@ borysiasty 2010-04-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13410 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-29 +Martin Dobias 2010-04-29 Fixed resizing of font marker when units are map units. git-svn-id: http://svn.osgeo.org/qgis/trunk@13409 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-29 +Martin Dobias 2010-04-29 [FEATURE] symbology-ng: possibility to offset for simple fill. git-svn-id: http://svn.osgeo.org/qgis/trunk@13408 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-29 +Werner Macho 2010-04-29 translation update: fr by Jean Roc and cs_CZ by Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13407 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-28 +Jürgen E. Fischer 2010-04-28 fix #2681 git-svn-id: http://svn.osgeo.org/qgis/trunk@13406 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-27 +Werner Macho 2010-04-27 translation update: fi from Marko and CZ from Jan git-svn-id: http://svn.osgeo.org/qgis/trunk@13405 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-27 +Jürgen E. Fischer 2010-04-27 fix #2680 @@ -239289,7 +251329,7 @@ ersts 2010-04-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13402 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-27 +Jürgen E. Fischer 2010-04-27 fix typos @@ -239301,56 +251341,56 @@ kyngchaos 2010-04-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13399 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix runtime error in fTools' spatial join git-svn-id: http://svn.osgeo.org/qgis/trunk@13398 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix relative paths, when project is on unc path git-svn-id: http://svn.osgeo.org/qgis/trunk@13397 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix sip 4.7 support git-svn-id: http://svn.osgeo.org/qgis/trunk@13395 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 ignore '&' when ordering the plugin menu git-svn-id: http://svn.osgeo.org/qgis/trunk@13393 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix crash in spatialite srid selection on creation git-svn-id: http://svn.osgeo.org/qgis/trunk@13392 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-26 +Jürgen E. Fischer 2010-04-26 fix common typos git-svn-id: http://svn.osgeo.org/qgis/trunk@13391 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-25 +Martin Dobias 2010-04-25 Added notes to newly added methods git-svn-id: http://svn.osgeo.org/qgis/trunk@13390 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-25 +Martin Dobias 2010-04-25 [FEATURE] Data-defined size and rotation for single symbol renderer in symbology-ng. (ticket #2585) @@ -239363,20 +251403,20 @@ wonder 2010-04-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13389 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-25 +Tim Sutton 2010-04-25 Alphabetised contributors list and added Luiz Motta and Diego Moreira (authors of spatial query plugin) git-svn-id: http://svn.osgeo.org/qgis/trunk@13388 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-25 +Werner Macho 2010-04-25 translation update: el_GR by Mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13385 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-25 +Martin Dobias 2010-04-25 Applied patch from #2672 by Andres Manz: more legend interface functionality. Thanks for contributing. @@ -239391,13 +251431,13 @@ kyngchaos 2010-04-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13382 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 fix spatialquery combobox resizing issue git-svn-id: http://svn.osgeo.org/qgis/trunk@13381 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 some cleanups: - macros TRUE/FALSE to keywords true/false @@ -239407,85 +251447,85 @@ jef 2010-04-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@13380 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 also set feature validity in featureAtId of memory and spatialite provider git-svn-id: http://svn.osgeo.org/qgis/trunk@13379 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 translation fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@13378 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 spatial query: cosmetic changes and set svn keywords git-svn-id: http://svn.osgeo.org/qgis/trunk@13377 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-25 +Jürgen E. Fischer 2010-04-25 set feature validity in QgsPostgresProvider::featureAtIt git-svn-id: http://svn.osgeo.org/qgis/trunk@13376 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 postgres provider: fix error handling git-svn-id: http://svn.osgeo.org/qgis/trunk@13375 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 postgres provider: improve error handling git-svn-id: http://svn.osgeo.org/qgis/trunk@13374 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@13373 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 missed python binding to additional GEOS operators git-svn-id: http://svn.osgeo.org/qgis/trunk@13372 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 remove Qt 4.5 dependency git-svn-id: http://svn.osgeo.org/qgis/trunk@13371 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 make update_ts_files.sh less noisy and a bit more failsafe and fix a bunch or lupdate warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13370 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13369 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 integrate spatial query plugin translations git-svn-id: http://svn.osgeo.org/qgis/trunk@13368 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 spatial query plugin: port to new QgsGeometry operators, gui cleanup git-svn-id: http://svn.osgeo.org/qgis/trunk@13367 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 [FEATURE] support more GEOS operators @@ -239497,32 +251537,32 @@ kyngchaos 2010-04-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13365 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-24 +Tim Sutton 2010-04-24 Added geos to include search path and library linking for geos git-svn-id: http://svn.osgeo.org/qgis/trunk@13364 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 fix crash introduced in r13360 git-svn-id: http://svn.osgeo.org/qgis/trunk@13362 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-24 +Martin Dobias 2010-04-24 PyQGIS: added subclassing code for QgsComposerView git-svn-id: http://svn.osgeo.org/qgis/trunk@13361 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 spatial query plugin: fix warnings, reindent, include in debian package git-svn-id: http://svn.osgeo.org/qgis/trunk@13360 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-24 +Jürgen E. Fischer 2010-04-24 implement #2676 @@ -239534,52 +251574,52 @@ kyngchaos 2010-04-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@13358 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-23 +Tim Sutton 2010-04-23 Added note about using Qt style includes git-svn-id: http://svn.osgeo.org/qgis/trunk@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-23 +Tim Sutton 2010-04-23 [FEATURE] Applied patch #2634 from Luiz Motta which provide a new c++ plugin for carrying out spatial selections git-svn-id: http://svn.osgeo.org/qgis/trunk@13356 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-23 +Jürgen E. Fischer 2010-04-23 fix #2675 git-svn-id: http://svn.osgeo.org/qgis/trunk@13355 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-23 +Marco Hugentobler 2010-04-23 Fix point displacement renderer to work with the new selection parameter git-svn-id: http://svn.osgeo.org/qgis/trunk@13354 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-23 +Martin Dobias 2010-04-23 Added python wrappers from QgsSymbolLayerV2Utils git-svn-id: http://svn.osgeo.org/qgis/trunk@13353 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-23 +Martin Dobias 2010-04-23 Added QgsApplication::iconPath utility function (and removed its declaration from QgsSymbolLayerV2Utils) git-svn-id: http://svn.osgeo.org/qgis/trunk@13352 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-23 +Martin Dobias 2010-04-23 Added QgsSearchTreeNode::referencedColumns() utility function. git-svn-id: http://svn.osgeo.org/qgis/trunk@13351 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-23 +Martin Dobias 2010-04-23 Fixed rendering of selection for multipolygons (symbology-ng) @@ -239598,33 +251638,33 @@ cfarmer 2010-04-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@13347 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-22 +Martin Dobias 2010-04-22 Marked updateFeatureCount() in QgsVectorLayer and QgsVectorDataProvider as meaningless functions. git-svn-id: http://svn.osgeo.org/qgis/trunk@13346 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-22 +Martin Dobias 2010-04-22 Fix calculation of feature count in OGR provider (FeatureCount function works with current spatial filter) git-svn-id: http://svn.osgeo.org/qgis/trunk@13345 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-22 +Marco Hugentobler 2010-04-22 Remove canvasPressEvent in cpp and header (forgot to commit the header yesterday) git-svn-id: http://svn.osgeo.org/qgis/trunk@13344 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-22 +Jürgen E. Fischer 2010-04-22 fix windows link error git-svn-id: http://svn.osgeo.org/qgis/trunk@13343 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-21 +Marco Hugentobler 2010-04-21 [FEATURE]: center map if user clicks into the map (patch 2278 provided by smizuno) @@ -239636,121 +251676,121 @@ kyngchaos 2010-04-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13341 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-20 +Jürgen E. Fischer 2010-04-20 apply #2662. Thanks Giuseppe. git-svn-id: http://svn.osgeo.org/qgis/trunk@13340 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-20 +Jürgen E. Fischer 2010-04-20 set attribute dialog parent and save geometry git-svn-id: http://svn.osgeo.org/qgis/trunk@13339 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-20 +Jürgen E. Fischer 2010-04-20 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@13338 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-20 +Jürgen E. Fischer 2010-04-20 allow creation of multiple layers in spatialite creation dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@13337 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-20 +Jürgen E. Fischer 2010-04-20 improve database uri quoting (eg. for table names with quotes) git-svn-id: http://svn.osgeo.org/qgis/trunk@13336 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-20 +Martin Dobias 2010-04-20 save style when closing style manager only if it was modified git-svn-id: http://svn.osgeo.org/qgis/trunk@13335 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-20 +Martin Dobias 2010-04-20 added description of native types to memory provider (to allow adding columns in GUI) git-svn-id: http://svn.osgeo.org/qgis/trunk@13334 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-20 +Martin Dobias 2010-04-20 [FEATURE] gradient color ramps now support multiple stops - for adding intermediate colors git-svn-id: http://svn.osgeo.org/qgis/trunk@13333 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-20 +Marco Hugentobler 2010-04-20 Move setRenderContext() method to mapcanvas item class git-svn-id: http://svn.osgeo.org/qgis/trunk@13332 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-20 +Marco Hugentobler 2010-04-20 Simplified composerView function git-svn-id: http://svn.osgeo.org/qgis/trunk@13331 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-20 +Marco Hugentobler 2010-04-20 Fix typo in last commit git-svn-id: http://svn.osgeo.org/qgis/trunk@13330 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-20 +Marco Hugentobler 2010-04-20 Consider frame width for annotation item minimum size git-svn-id: http://svn.osgeo.org/qgis/trunk@13329 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-19 +Marco Hugentobler 2010-04-19 Move code to draw arrow head from composer arrow to composer item git-svn-id: http://svn.osgeo.org/qgis/trunk@13328 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-19 +Marco Hugentobler 2010-04-19 Remove some debug code git-svn-id: http://svn.osgeo.org/qgis/trunk@13327 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-19 +Marco Hugentobler 2010-04-19 Possibility to adapt composer table rect to content size before painting git-svn-id: http://svn.osgeo.org/qgis/trunk@13326 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-18 +Martin Dobias 2010-04-18 SVG fill widget: don't require user to "activate" the svg item (by double clicking) - apply new fill when current item is changed git-svn-id: http://svn.osgeo.org/qgis/trunk@13325 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-18 +Martin Dobias 2010-04-18 In symbol selector, omit decimals when displaying the transparency % git-svn-id: http://svn.osgeo.org/qgis/trunk@13324 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-18 +Martin Dobias 2010-04-18 Fixed simple symbol marker sizes in the symbol layer widget git-svn-id: http://svn.osgeo.org/qgis/trunk@13323 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-18 +Martin Dobias 2010-04-18 Applied patch from #2640: improved rendering of selected features (symbology-ng). + fixed font marker scaling for printing @@ -239759,7 +251799,7 @@ wonder 2010-04-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@13322 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-16 +Jürgen E. Fischer 2010-04-16 fix #2654, take III @@ -239771,7 +251811,7 @@ borysiasty 2010-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13320 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-16 +Werner Macho 2010-04-16 fix wrong link in documentation @@ -239784,13 +251824,13 @@ kyngchaos 2010-04-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@13318 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-16 +Marco Hugentobler 2010-04-16 Add TransferThis to annotation python constructors git-svn-id: http://svn.osgeo.org/qgis/trunk@13317 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-15 +Marco Hugentobler 2010-04-15 Refactor composer table to a base class that has vector attribute table and normal text table as subclasses @@ -239820,43 +251860,43 @@ cfarmer 2010-04-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@13312 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-14 +Jürgen E. Fischer 2010-04-14 implement #2650, #2651, #2652 git-svn-id: http://svn.osgeo.org/qgis/trunk@13311 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-14 +Jürgen E. Fischer 2010-04-14 fix #2549 git-svn-id: http://svn.osgeo.org/qgis/trunk@13310 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-14 +Jürgen E. Fischer 2010-04-14 fix #2654 git-svn-id: http://svn.osgeo.org/qgis/trunk@13309 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-14 +Marco Hugentobler 2010-04-14 Fix rounding for WMS stripes git-svn-id: http://svn.osgeo.org/qgis/trunk@13308 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-13 +Jürgen E. Fischer 2010-04-13 show message in status bar, when CRS of an added layer is undefined git-svn-id: http://svn.osgeo.org/qgis/trunk@13307 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-13 +Jürgen E. Fischer 2010-04-13 fix #2647 git-svn-id: http://svn.osgeo.org/qgis/trunk@13306 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-13 +Jürgen E. Fischer 2010-04-13 fix #2639: - use asynchronous WMS GetMap requests only when render caching is active @@ -239865,38 +251905,38 @@ jef 2010-04-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@13305 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-13 +Jürgen E. Fischer 2010-04-13 show layer name in title of layer properties dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@13304 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-12 +Werner Macho 2010-04-12 translation update: fr and el_GR by Jean Roc and Mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13303 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-11 +Jürgen E. Fischer 2010-04-11 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13302 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-11 +Jürgen E. Fischer 2010-04-11 remove another Qt 4.5 depencency git-svn-id: http://svn.osgeo.org/qgis/trunk@13301 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-11 +Jürgen E. Fischer 2010-04-11 remove Qt 4.5 dependency and fix a warning git-svn-id: http://svn.osgeo.org/qgis/trunk@13300 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-11 +Marco Hugentobler 2010-04-11 Fix for retrival of WFS capabilities @@ -239926,7 +251966,7 @@ mmassing 2010-04-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13295 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-11 +Gary Sherman 2010-04-11 Fix for compile failure when buiding without spatialite. Changed shortcut key for creating new spatialite layer/database to @@ -239934,44 +251974,44 @@ gsherman 2010-04-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13294 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-10 +Tim Sutton 2010-04-10 Use a little less white space around identify results dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@13293 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-10 +Marco Hugentobler 2010-04-10 Use more accurate tolerances for some geometry modification methods if geom values in degrees git-svn-id: http://svn.osgeo.org/qgis/trunk@13292 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-09 +Marco Hugentobler 2010-04-09 Remember last annotation form for a layer and store it in project git-svn-id: http://svn.osgeo.org/qgis/trunk@13291 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-09 +Werner Macho 2010-04-09 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13290 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-08 +Jürgen E. Fischer 2010-04-08 re-enable opening projects by drag&drop git-svn-id: http://svn.osgeo.org/qgis/trunk@13289 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-08 +Jürgen E. Fischer 2010-04-08 fix filters in Save as Image git-svn-id: http://svn.osgeo.org/qgis/trunk@13288 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-08 +Jürgen E. Fischer 2010-04-08 apply #2376 @@ -239996,31 +252036,31 @@ kyngchaos 2010-04-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13284 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-08 +Marco Hugentobler 2010-04-08 Ask user what template to use if default composer templates are found git-svn-id: http://svn.osgeo.org/qgis/trunk@13283 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-08 +Marco Hugentobler 2010-04-08 Show displacement renderer symbols in composer legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13282 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-08 +Marco Hugentobler 2010-04-08 Added 0 pointer checks to saveAs git-svn-id: http://svn.osgeo.org/qgis/trunk@13281 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-08 +Gary Sherman 2010-04-08 A few changes to the Mac build section from jctull git-svn-id: http://svn.osgeo.org/qgis/trunk@13280 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-08 +Gary Sherman 2010-04-08 Add the option to include a primary key when creating a new spatialite layer. @@ -240033,127 +252073,127 @@ borysiasty 2010-04-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@13278 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-07 +Marco Hugentobler 2010-04-07 Remove warning git-svn-id: http://svn.osgeo.org/qgis/trunk@13277 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-07 +Jürgen E. Fischer 2010-04-07 rest of blanks git-svn-id: http://svn.osgeo.org/qgis/trunk@13276 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-07 +Marco Hugentobler 2010-04-07 More blanks translated git-svn-id: http://svn.osgeo.org/qgis/trunk@13275 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-07 +Marco Hugentobler 2010-04-07 Added some spaces to german translations (composer scale bar) git-svn-id: http://svn.osgeo.org/qgis/trunk@13274 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-07 +Marco Hugentobler 2010-04-07 Change filter string for DTED raster (patch #1925 provided by kyle) git-svn-id: http://svn.osgeo.org/qgis/trunk@13273 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-07 +Jürgen E. Fischer 2010-04-07 instantiate proxy factory only once git-svn-id: http://svn.osgeo.org/qgis/trunk@13272 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 show PostgreSQL and SpatiaLite version in about git-svn-id: http://svn.osgeo.org/qgis/trunk@13271 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 missed a directory in r13269 git-svn-id: http://svn.osgeo.org/qgis/trunk@13270 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@13269 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 apply #2385 git-svn-id: http://svn.osgeo.org/qgis/trunk@13266 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 fix #2631 git-svn-id: http://svn.osgeo.org/qgis/trunk@13265 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 [FEATURE] legend interface added to retrieve layers in legend order (supplied by Maxim Dubinin) git-svn-id: http://svn.osgeo.org/qgis/trunk@13264 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-06 +Tim Sutton 2010-04-06 Fixed a crash in the plugin that occurs when the epsg code for a web section cannot be parsed git-svn-id: http://svn.osgeo.org/qgis/trunk@13263 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-04-06 +Tim Sutton 2010-04-06 Fixed a crash in the plugin that occurs when the epsg code for a layer cannot be parsed git-svn-id: http://svn.osgeo.org/qgis/trunk@13262 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 followup r13227 git-svn-id: http://svn.osgeo.org/qgis/trunk@13261 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 ogr provider: update layer extent after feature deletion and debugging improvements git-svn-id: http://svn.osgeo.org/qgis/trunk@13259 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-06 +Gary Sherman 2010-04-06 Fix loading of spatialite table after creation git-svn-id: http://svn.osgeo.org/qgis/trunk@13258 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-06 +Jürgen E. Fischer 2010-04-06 fix crash when added features were deleted git-svn-id: http://svn.osgeo.org/qgis/trunk@13257 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13256 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 don't implictly add the same CRS over and over git-svn-id: http://svn.osgeo.org/qgis/trunk@13255 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-05 +Martin Dobias 2010-04-05 Fixed compilation with internal spatialite (src/core/spatialite/headers/spatialite/spatialite.h was shadowing the wanted src/core/spatialite/headers/spatialite.h) @@ -240161,25 +252201,25 @@ wonder 2010-04-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@13254 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 use list instead of buttons for popular/recent projections git-svn-id: http://svn.osgeo.org/qgis/trunk@13253 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 add widget support for dials and calendar git-svn-id: http://svn.osgeo.org/qgis/trunk@13252 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@13251 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-05 +Jürgen E. Fischer 2010-04-05 spatialite improvements: - support geometry column name @@ -240193,26 +252233,26 @@ jef 2010-04-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@13250 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-05 +Werner Macho 2010-04-05 translation update: hr by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@13249 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-05 +Gary Sherman 2010-04-05 Create new database immediately on selection of the location. This prevents errors when attempting to lookup an srid before the database exists git-svn-id: http://svn.osgeo.org/qgis/trunk@13242 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-05 +Gary Sherman 2010-04-05 Added missing header to qgsspatialitesridsdialog.cpp git-svn-id: http://svn.osgeo.org/qgis/trunk@13241 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-04-05 +Gary Sherman 2010-04-05 Implementation of the "Add New Spatialite Layer/Database" feature. Squashed commit of the following: @@ -240328,13 +252368,13 @@ gsherman 2010-04-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@13240 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-04 +Marco Hugentobler 2010-04-04 Show composer manager as top window after showing composer instance git-svn-id: http://svn.osgeo.org/qgis/trunk@13239 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-04-04 +Martin Dobias 2010-04-04 [FEATURE] support for custom plugin directories using QGIS_PLUGINPATH environment variables. More paths can be passed, separated by semicolon. Patch from Chris Crook (#2608), slightly modified. @@ -240342,26 +252382,26 @@ wonder 2010-04-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@13236 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-04 +Jürgen E. Fischer 2010-04-04 fix #2620 git-svn-id: http://svn.osgeo.org/qgis/trunk@13235 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-03 +Jürgen E. Fischer 2010-04-03 fix #2624 git-svn-id: http://svn.osgeo.org/qgis/trunk@13234 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-04-03 +Werner Macho 2010-04-03 translation update: fr by Jean Roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13233 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-03 +Marco Hugentobler 2010-04-03 Disable remove button in composer manager for default templates to prevent crash @@ -240385,13 +252425,13 @@ mmassing 2010-04-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@13229 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-03 +Marco Hugentobler 2010-04-03 [FEATURE]: implement possibility to place a set of default composer templates in pkgDataPath/composer_templates git-svn-id: http://svn.osgeo.org/qgis/trunk@13228 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-03 +Jürgen E. Fischer 2010-04-03 cleanup and fix #2619 @@ -240403,80 +252443,80 @@ kyngchaos 2010-04-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@13222 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-01 +Jürgen E. Fischer 2010-04-01 use other approach to avoid estimate_extents on not analyzed tables git-svn-id: http://svn.osgeo.org/qgis/trunk@13221 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-01 +Marco Hugentobler 2010-04-01 Fix for bug #2617 git-svn-id: http://svn.osgeo.org/qgis/trunk@13220 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-04-01 +Jürgen E. Fischer 2010-04-01 also update changed display field value in identify results git-svn-id: http://svn.osgeo.org/qgis/trunk@13218 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-04-01 +Marco Hugentobler 2010-04-01 Make default svg path configurable for third party apps git-svn-id: http://svn.osgeo.org/qgis/trunk@13217 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 remove unused c++ mapserver export (and Qt3 dependency in UI) git-svn-id: http://svn.osgeo.org/qgis/trunk@13216 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 follow up r13213 git-svn-id: http://svn.osgeo.org/qgis/trunk@13215 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-31 +Martin Dobias 2010-03-31 dummy change in CMakeLists in fTools to trigger update of list of the files git-svn-id: http://svn.osgeo.org/qgis/trunk@13214 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 initialize QString with empty string instead of 0 (Qt 4.7 doesn't like it) git-svn-id: http://svn.osgeo.org/qgis/trunk@13213 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 consider attribute changes in identify results git-svn-id: http://svn.osgeo.org/qgis/trunk@13212 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-31 +Marco Hugentobler 2010-03-31 Objectname for undo widget git-svn-id: http://svn.osgeo.org/qgis/trunk@13211 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 remove more Qt 4.5 dependencies git-svn-id: http://svn.osgeo.org/qgis/trunk@13209 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-31 +Jürgen E. Fischer 2010-03-31 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13208 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-31 +Marco Hugentobler 2010-03-31 no selection squares in print mode @@ -240500,39 +252540,39 @@ cfarmer 2010-03-30 git-svn-id: http://svn.osgeo.org/qgis/trunk@13204 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-29 +Jürgen E. Fischer 2010-03-29 use same parameters for EPSG:3857, EPSG:GOOGLE and OSGEO:41001 as PROJ.4 git-svn-id: http://svn.osgeo.org/qgis/trunk@13200 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-29 +Jürgen E. Fischer 2010-03-29 add EPSG:3857 (fixes #2484) git-svn-id: http://svn.osgeo.org/qgis/trunk@13199 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-29 +Werner Macho 2010-03-29 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13198 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-03-29 +Tim Sutton 2010-03-29 HIG compliance updates for annotation dialogs git-svn-id: http://svn.osgeo.org/qgis/trunk@13197 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-29 +Martin Dobias 2010-03-29 added some unit tests for search strings git-svn-id: http://svn.osgeo.org/qgis/trunk@13196 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-29 +Jürgen E. Fischer 2010-03-29 back to unix mode @@ -240544,44 +252584,44 @@ kyngchaos 2010-03-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@13194 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-29 +Marco Hugentobler 2010-03-29 Fix for win build git-svn-id: http://svn.osgeo.org/qgis/trunk@13193 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-29 +Marco Hugentobler 2010-03-29 Hide invisible annotations in composer too git-svn-id: http://svn.osgeo.org/qgis/trunk@13192 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-29 +Marco Hugentobler 2010-03-29 Enable annotation items in composer. Remove gui export from classes that have been moved to app git-svn-id: http://svn.osgeo.org/qgis/trunk@13191 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-29 +Marco Hugentobler 2010-03-29 Move annotation items and widgets from gui to app git-svn-id: http://svn.osgeo.org/qgis/trunk@13190 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-29 +Marco Hugentobler 2010-03-29 [FEATURE]: text and form annotation tools are now in gui and app git-svn-id: http://svn.osgeo.org/qgis/trunk@13189 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-29 +Werner Macho 2010-03-29 another translation update es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@13188 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-28 +Jürgen E. Fischer 2010-03-28 add missing svn:keywords @@ -240593,40 +252633,40 @@ kyngchaos 2010-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13186 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-28 +Jürgen E. Fischer 2010-03-28 projection search improvements (fixes #2602) git-svn-id: http://svn.osgeo.org/qgis/trunk@13185 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-28 +Jürgen E. Fischer 2010-03-28 [FEATURE] wms-c scale slider and more selection improvements git-svn-id: http://svn.osgeo.org/qgis/trunk@13184 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-28 +Werner Macho 2010-03-28 translation update: es by carlos and fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@13183 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-28 +Martin Dobias 2010-03-28 Escape single quotes in quick search in attribute table git-svn-id: http://svn.osgeo.org/qgis/trunk@13180 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-28 +Martin Dobias 2010-03-28 Restored quick search behaviour (#2407) - was a side effect when fixing #2007 git-svn-id: http://svn.osgeo.org/qgis/trunk@13179 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-28 +Martin Dobias 2010-03-28 Initialize distance/area calculator only if we will be doing any calculations (saves crs lookups when creating search tree nodes) @@ -240634,21 +252674,21 @@ wonder 2010-03-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@13177 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-28 +Martin Dobias 2010-03-28 Fixed a segfault with simplify tool (#2450) git-svn-id: http://svn.osgeo.org/qgis/trunk@13176 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-27 +Martin Dobias 2010-03-27 Added missing method advancedDigitizeToolBar() in qgis interface. git-svn-id: http://svn.osgeo.org/qgis/trunk@13175 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-27 +Martin Dobias 2010-03-27 Applied patch from #2582. @@ -240667,32 +252707,32 @@ kyngchaos 2010-03-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@13170 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-27 +Jürgen E. Fischer 2010-03-27 [FEATURE] allow saving vector layers as ogr vector files git-svn-id: http://svn.osgeo.org/qgis/trunk@13169 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-27 +Jürgen E. Fischer 2010-03-27 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13168 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-26 +Jürgen E. Fischer 2010-03-26 fix #2592 git-svn-id: http://svn.osgeo.org/qgis/trunk@13167 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-26 +Martin Dobias 2010-03-26 fixed several bugs related to creation of offset line in new symbology (including #2545) git-svn-id: http://svn.osgeo.org/qgis/trunk@13166 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-26 +Jürgen E. Fischer 2010-03-26 another postgres feature count fix @@ -240710,50 +252750,50 @@ kyngchaos 2010-03-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@13162 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-25 +Marco Hugentobler 2010-03-25 Remove minimum sizes in marker catalogue (patch from ticket #1912) git-svn-id: http://svn.osgeo.org/qgis/trunk@13161 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-25 +Werner Macho 2010-03-25 translation update: ja git-svn-id: http://svn.osgeo.org/qgis/trunk@13160 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-25 +Radim Blazek 2010-03-25 disabled Vect_close if map cannot be opened on level2 on win to test ticket 2003 git-svn-id: http://svn.osgeo.org/qgis/trunk@13159 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-25 +Radim Blazek 2010-03-25 enabled toLocal8Bit for GISDBASE on win git-svn-id: http://svn.osgeo.org/qgis/trunk@13158 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-25 +Radim Blazek 2010-03-25 QgsGrass::Exception reverted to std::runtime_error because with QgsException could not be caught git-svn-id: http://svn.osgeo.org/qgis/trunk@13157 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-25 +Radim Blazek 2010-03-25 fixed name git-svn-id: http://svn.osgeo.org/qgis/trunk@13156 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-25 +Jürgen E. Fischer 2010-03-25 fix #2588 git-svn-id: http://svn.osgeo.org/qgis/trunk@13155 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-24 +Marco Hugentobler 2010-03-24 Code for drawing items in composer map. Not yet enabled @@ -240765,68 +252805,68 @@ cfarmer 2010-03-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@13152 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13151 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 use SE corner as WMS-C origin, wms metadata display & selection cosmetics git-svn-id: http://svn.osgeo.org/qgis/trunk@13150 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 more case-insensitive projection searches git-svn-id: http://svn.osgeo.org/qgis/trunk@13149 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-23 +Marco Hugentobler 2010-03-23 Forgot to commit the header git-svn-id: http://svn.osgeo.org/qgis/trunk@13148 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-23 +Marco Hugentobler 2010-03-23 Add distance parameter for point displacement to the gui git-svn-id: http://svn.osgeo.org/qgis/trunk@13147 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13146 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 search case-insensitive for authorities git-svn-id: http://svn.osgeo.org/qgis/trunk@13145 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-23 +Jürgen E. Fischer 2010-03-23 fix build error git-svn-id: http://svn.osgeo.org/qgis/trunk@13144 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-22 +Jürgen E. Fischer 2010-03-22 remove Qt 4.5 dependencies git-svn-id: http://svn.osgeo.org/qgis/trunk@13143 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-22 +Werner Macho 2010-03-22 translation update: el_GR by Mike git-svn-id: http://svn.osgeo.org/qgis/trunk@13142 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-22 +Martin Dobias 2010-03-22 Updated versions of build dependencies @@ -240839,7 +252879,7 @@ kyngchaos 2010-03-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@13140 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-21 +Marco Hugentobler 2010-03-21 [FEATURE]: Add point displacement renderer plugin @@ -240851,122 +252891,122 @@ borysiasty 2010-03-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@13138 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-21 +Marco Hugentobler 2010-03-21 Make _getPoint, _getLineString, _getPolygon visible for subclasses of feature renderer git-svn-id: http://svn.osgeo.org/qgis/trunk@13137 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-21 +Marco Hugentobler 2010-03-21 don't forget the python bindings git-svn-id: http://svn.osgeo.org/qgis/trunk@13136 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-21 +Marco Hugentobler 2010-03-21 Make renderFeature method virtual. More safety checks in the renderer props dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@13135 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-21 +Jürgen E. Fischer 2010-03-21 fix projections selection when CRSes from multiple authorities are preselected git-svn-id: http://svn.osgeo.org/qgis/trunk@13134 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-21 +Jürgen E. Fischer 2010-03-21 fix style selection in wms dialog (and a memory leak) git-svn-id: http://svn.osgeo.org/qgis/trunk@13133 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-21 +Jürgen E. Fischer 2010-03-21 fix auth_id field type in srs.db git-svn-id: http://svn.osgeo.org/qgis/trunk@13129 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-21 +Paolo Cavallini 2010-03-21 Updated r.shaded.relief GRASS module git-svn-id: http://svn.osgeo.org/qgis/trunk@13127 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-21 +Jürgen E. Fischer 2010-03-21 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@13126 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 [FEATURE] allow to hide deprecated CRSes git-svn-id: http://svn.osgeo.org/qgis/trunk@13125 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13124 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-20 +Paolo Cavallini 2010-03-20 More IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13123 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-20 +Marco Hugentobler 2010-03-20 Remove the error dialog if using the add feature tool on 25d shapefiles git-svn-id: http://svn.osgeo.org/qgis/trunk@13122 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 start raster selection with all files instead of VRT git-svn-id: http://svn.osgeo.org/qgis/trunk@13121 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-20 +Marco Hugentobler 2010-03-20 fix memory leak git-svn-id: http://svn.osgeo.org/qgis/trunk@13119 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-20 +Marco Hugentobler 2010-03-20 Added symbology-ng capability to composer legend git-svn-id: http://svn.osgeo.org/qgis/trunk@13118 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-20 +Werner Macho 2010-03-20 translation updates: deleted obsolete translations git-svn-id: http://svn.osgeo.org/qgis/trunk@13115 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-20 +Paolo Cavallini 2010-03-20 More IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13114 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-20 +Marco Hugentobler 2010-03-20 Add method that returns legend item text and symbol pointers to v2 renderers git-svn-id: http://svn.osgeo.org/qgis/trunk@13113 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13111 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 hide url exclusion for Qt<4.5 @@ -240979,31 +253019,31 @@ kyngchaos 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13108 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 apply plugin manager patch from Milena git-svn-id: http://svn.osgeo.org/qgis/trunk@13106 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 fix vector grid git-svn-id: http://svn.osgeo.org/qgis/trunk@13105 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@13104 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 re-enable proxy exclusion git-svn-id: http://svn.osgeo.org/qgis/trunk@13103 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 fix proxy settings @@ -241021,13 +253061,13 @@ borysiasty 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13097 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 follow up r13093 git-svn-id: http://svn.osgeo.org/qgis/trunk@13094 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-20 +Jürgen E. Fischer 2010-03-20 [FEATURE] WMS-C support, new spatial authorities, wms selection improvements - QgsDataProvider&QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed @@ -241052,13 +253092,13 @@ jef 2010-03-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@13093 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-20 +Marco Hugentobler 2010-03-20 Delete on a 0 pointer is save git-svn-id: http://svn.osgeo.org/qgis/trunk@13092 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-20 +Werner Macho 2010-03-20 translation update: pl by milena and gr by mike @@ -241071,7 +253111,7 @@ borysiasty 2010-03-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13090 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-03-19 +Tim Sutton 2010-03-19 Bugfix for gps info widget crashing. Gettings to all in Piza @@ -241095,94 +253135,94 @@ dassau 2010-03-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@13083 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-19 +Werner Macho 2010-03-19 some ui bugs hunted and the usual hackfest string update for translation files :) git-svn-id: http://svn.osgeo.org/qgis/trunk@13081 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-19 +Jürgen E. Fischer 2010-03-19 fix some warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@13080 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-19 +Jürgen E. Fischer 2010-03-19 add sanity checks to new vector dialog and some cleanups git-svn-id: http://svn.osgeo.org/qgis/trunk@13079 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-19 +Werner Macho 2010-03-19 updated finnish translation file git-svn-id: http://svn.osgeo.org/qgis/trunk@13078 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-19 +Jürgen E. Fischer 2010-03-19 clear layer rendering cache after appling a subset string git-svn-id: http://svn.osgeo.org/qgis/trunk@13077 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-19 +Martin Dobias 2010-03-19 [FEATURE] Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup. git-svn-id: http://svn.osgeo.org/qgis/trunk@13076 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-19 +Jürgen E. Fischer 2010-03-19 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@13075 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-19 +Jürgen E. Fischer 2010-03-19 show feature count in attribute table title git-svn-id: http://svn.osgeo.org/qgis/trunk@13074 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-18 +Paolo Cavallini 2010-03-18 More IT translation fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@13073 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-18 +Marco Hugentobler 2010-03-18 Apply patch #2452 (save as vector) git-svn-id: http://svn.osgeo.org/qgis/trunk@13072 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-18 +Jürgen E. Fischer 2010-03-18 [FEATURE] optionally add new layers to the selected group git-svn-id: http://svn.osgeo.org/qgis/trunk@13071 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-18 +Paolo Cavallini 2010-03-18 First round of updates to the IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@13070 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-18 +Marco Hugentobler 2010-03-18 added empty finnish translation file git-svn-id: http://svn.osgeo.org/qgis/trunk@13069 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-18 +Jürgen E. Fischer 2010-03-18 don't add PATH to PYTHONPATH git-svn-id: http://svn.osgeo.org/qgis/trunk@13068 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-17 +Werner Macho 2010-03-17 translation update: fr by jean roc @@ -241195,7 +253235,7 @@ borysiasty 2010-03-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13066 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-17 +Martin Dobias 2010-03-17 Added missing QgsGeometry::contains predicate. Contributed by Jeremy Palmer (#2560). @@ -241203,67 +253243,67 @@ wonder 2010-03-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@13065 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-16 +Radim Blazek 2010-03-16 read window from map git-svn-id: http://svn.osgeo.org/qgis/trunk@13064 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-16 +Jürgen E. Fischer 2010-03-16 fix crash when moving layers git-svn-id: http://svn.osgeo.org/qgis/trunk@13063 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-16 +Paolo Cavallini 2010-03-16 Updated SPONSORS list git-svn-id: http://svn.osgeo.org/qgis/trunk@13062 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-15 +Jürgen E. Fischer 2010-03-15 fix #2556 git-svn-id: http://svn.osgeo.org/qgis/trunk@13061 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-15 +Radim Blazek 2010-03-15 GDAL-GRASS driver no more necessary, new requirement: exceptions support for GRASS git-svn-id: http://svn.osgeo.org/qgis/trunk@13060 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-15 +Jürgen E. Fischer 2010-03-15 fix #2555 git-svn-id: http://svn.osgeo.org/qgis/trunk@13059 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-15 +Radim Blazek 2010-03-15 another atempt to get it working on Windows git-svn-id: http://svn.osgeo.org/qgis/trunk@13058 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-15 +Radim Blazek 2010-03-15 set default GRASS_GUI git-svn-id: http://svn.osgeo.org/qgis/trunk@13057 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-15 +Jürgen E. Fischer 2010-03-15 fix crash in about box git-svn-id: http://svn.osgeo.org/qgis/trunk@13056 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-15 +Jürgen E. Fischer 2010-03-15 followup r13013 and implement #2539 git-svn-id: http://svn.osgeo.org/qgis/trunk@13055 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-14 +Werner Macho 2010-03-14 translation update gr by mike and small ui improvements in about box @@ -241276,13 +253316,13 @@ borysiasty 2010-03-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@13053 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-13 +Paolo Cavallini 2010-03-13 Modified SPONSORS list git-svn-id: http://svn.osgeo.org/qgis/trunk@13052 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-03-13 +Paolo Cavallini 2010-03-13 Added SPONSORS and DONORS @@ -241300,49 +253340,49 @@ borysiasty 2010-03-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@13049 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-11 +Marco Hugentobler 2010-03-11 Applied patch #2492 provided by audun git-svn-id: http://svn.osgeo.org/qgis/trunk@13048 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-11 +Jürgen E. Fischer 2010-03-11 fix #2543 git-svn-id: http://svn.osgeo.org/qgis/trunk@13047 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-11 +Marco Hugentobler 2010-03-11 Change default behaviour of field calculator dialog (fixes ticket #2542) git-svn-id: http://svn.osgeo.org/qgis/trunk@13046 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-11 +Marco Hugentobler 2010-03-11 Add option to set QSettings path git-svn-id: http://svn.osgeo.org/qgis/trunk@13045 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-10 +Jürgen E. Fischer 2010-03-10 apply #2460 (slightly modified). Thanks Jeremy Palmer. git-svn-id: http://svn.osgeo.org/qgis/trunk@13044 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-10 +Jürgen E. Fischer 2010-03-10 fix translation string git-svn-id: http://svn.osgeo.org/qgis/trunk@13043 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-10 +Jürgen E. Fischer 2010-03-10 remove #ifdefs related to no longer supported Qt versions git-svn-id: http://svn.osgeo.org/qgis/trunk@13042 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-10 +Jürgen E. Fischer 2010-03-10 reindent georeferencer plugin @@ -241461,7 +253501,7 @@ cfarmer 2010-03-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13024 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-08 +Jürgen E. Fischer 2010-03-08 [FEATURE] support NULL values in search strings (fixes #2533) @@ -241491,19 +253531,19 @@ cfarmer 2010-03-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@13019 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-08 +Jürgen E. Fischer 2010-03-08 fix #2523 git-svn-id: http://svn.osgeo.org/qgis/trunk@13018 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-07 +Jürgen E. Fischer 2010-03-07 fix #2526 git-svn-id: http://svn.osgeo.org/qgis/trunk@13017 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-07 +Jürgen E. Fischer 2010-03-07 fix #2516 @@ -241515,99 +253555,99 @@ borysiasty 2010-03-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@13015 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-07 +Jürgen E. Fischer 2010-03-07 fix #2511 git-svn-id: http://svn.osgeo.org/qgis/trunk@13014 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-07 +Jürgen E. Fischer 2010-03-07 fix #2512 git-svn-id: http://svn.osgeo.org/qgis/trunk@13013 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-06 +Marco Hugentobler 2010-03-06 Added a slightly faster zonal statistics method (but still not as fast as it could be) git-svn-id: http://svn.osgeo.org/qgis/trunk@13012 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-06 +Werner Macho 2010-03-06 just optical changes in the aboutbox (bug?fixes) git-svn-id: http://svn.osgeo.org/qgis/trunk@13011 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-05 +Jürgen E. Fischer 2010-03-05 fix combobox order for attribute actions git-svn-id: http://svn.osgeo.org/qgis/trunk@13010 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-05 +Jürgen E. Fischer 2010-03-05 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@13009 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-05 +Jürgen E. Fischer 2010-03-05 another fix for Qt with CMake 2.6 git-svn-id: http://svn.osgeo.org/qgis/trunk@13008 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-05 +Werner Macho 2010-03-05 translation update: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@13007 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-05 +Jürgen E. Fischer 2010-03-05 fix Qt test for CMake 2.6 git-svn-id: http://svn.osgeo.org/qgis/trunk@13006 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-05 +Marco Hugentobler 2010-03-05 Update sip file for qgspoint git-svn-id: http://svn.osgeo.org/qgis/trunk@13005 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-05 +Marco Hugentobler 2010-03-05 Move distanceSquaredPointToSegment(...) from QgsGeometry to QgsPoint git-svn-id: http://svn.osgeo.org/qgis/trunk@13004 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-05 +Radim Blazek 2010-03-05 prepend / to path on win git-svn-id: http://svn.osgeo.org/qgis/trunk@13003 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-05 +Radim Blazek 2010-03-05 set GRASS_HTML_BROWSER to qgis.g.browser on win git-svn-id: http://svn.osgeo.org/qgis/trunk@13002 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-05 +Radim Blazek 2010-03-05 +putEnv git-svn-id: http://svn.osgeo.org/qgis/trunk@13001 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-05 +Radim Blazek 2010-03-05 use forward slashes in GISBASE on win git-svn-id: http://svn.osgeo.org/qgis/trunk@13000 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-04 +Radim Blazek 2010-03-04 set color scheme to black / yellow @@ -241619,25 +253659,25 @@ kyngchaos 2010-03-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@12998 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-04 +Marco Hugentobler 2010-03-04 move attribute editor class from app to gui git-svn-id: http://svn.osgeo.org/qgis/trunk@12997 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-03 +Radim Blazek 2010-03-03 patches #2438 by lutra git-svn-id: http://svn.osgeo.org/qgis/trunk@12996 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-03-03 +Radim Blazek 2010-03-03 do not run Init.sh in terminal, GRASS is already started if QGIS is run from GRASS shell or everything is set by QgsGrass::openMapset git-svn-id: http://svn.osgeo.org/qgis/trunk@12995 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-03 +Werner Macho 2010-03-03 translation update: hr by Zoran - with many thanks for his presentation of QGIS at 4th Croatian Cadastrial Congress @@ -241645,92 +253685,92 @@ macho 2010-03-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@12994 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-03-03 +Marco Hugentobler 2010-03-03 BBOX option for wfs git-svn-id: http://svn.osgeo.org/qgis/trunk@12993 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-02 +Martin Dobias 2010-03-02 PyQGIS: Fixed splitGeometry() method git-svn-id: http://svn.osgeo.org/qgis/trunk@12992 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-03-02 +Martin Dobias 2010-03-02 Make sure the user has Qt 4.4 or better, check whether all necessary Qt modules are present. git-svn-id: http://svn.osgeo.org/qgis/trunk@12991 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-01 +Werner Macho 2010-03-01 translation update: string update for March 2010 git-svn-id: http://svn.osgeo.org/qgis/trunk@12990 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-01 +Jürgen E. Fischer 2010-03-01 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12989 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-01 +Werner Macho 2010-03-01 translation update: greek by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@12988 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-03-01 +Jürgen E. Fischer 2010-03-01 fix crash git-svn-id: http://svn.osgeo.org/qgis/trunk@12987 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-03-01 +Werner Macho 2010-03-01 translation update: monthly string update and new .jp file git-svn-id: http://svn.osgeo.org/qgis/trunk@12986 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-02-27 +Tim Sutton 2010-02-27 UI Tidy ups git-svn-id: http://svn.osgeo.org/qgis/trunk@12981 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-02-27 +Tim Sutton 2010-02-27 New splash for tethys (1.5) git-svn-id: http://svn.osgeo.org/qgis/trunk@12980 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-02-27 +Tim Sutton 2010-02-27 Prevent crash on feature reset in gps tracker git-svn-id: http://svn.osgeo.org/qgis/trunk@12979 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-27 +Werner Macho 2010-02-27 translation update with new Contributors git-svn-id: http://svn.osgeo.org/qgis/trunk@12978 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-26 +Werner Macho 2010-02-26 translation update: string update will be on 1 of every month from now on git-svn-id: http://svn.osgeo.org/qgis/trunk@12977 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-26 +Jürgen E. Fischer 2010-02-26 fix #2479 @@ -241749,25 +253789,25 @@ cfarmer 2010-02-25 git-svn-id: http://svn.osgeo.org/qgis/trunk@12974 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-24 +Jürgen E. Fischer 2010-02-24 also use WMS credentials when redirected git-svn-id: http://svn.osgeo.org/qgis/trunk@12971 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-24 +Jürgen E. Fischer 2010-02-24 fix crash when trying to reproject empty layers git-svn-id: http://svn.osgeo.org/qgis/trunk@12970 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-24 +Marco Hugentobler 2010-02-24 Added epsg 900913 git-svn-id: http://svn.osgeo.org/qgis/trunk@12969 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-24 +Werner Macho 2010-02-24 translation update: fr by jean roc @@ -241797,19 +253837,19 @@ mmassing 2010-02-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12964 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-22 +Marco Hugentobler 2010-02-22 Fix for missing left line in composer grid (happend with negative left boundary coords). Fixes ticket #2458 git-svn-id: http://svn.osgeo.org/qgis/trunk@12963 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-22 +Marco Hugentobler 2010-02-22 Equal maximum values for grid interval x and y. Fixes ticket #2459 git-svn-id: http://svn.osgeo.org/qgis/trunk@12962 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-22 +Martin Dobias 2010-02-22 Applied patch from #2461: add support for incremental rendering with symbology-ng. Fixes $2409. @@ -241818,7 +253858,7 @@ wonder 2010-02-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@12961 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-21 +Werner Macho 2010-02-21 translation update: GR by Mike @@ -241831,28 +253871,28 @@ borysiasty 2010-02-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12957 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-18 +Werner Macho 2010-02-18 translation update: greek by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@12956 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-18 +Martin Dobias 2010-02-18 Added renderStarting() signal to QgsMapCanvas. git-svn-id: http://svn.osgeo.org/qgis/trunk@12955 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-18 +Martin Dobias 2010-02-18 Fixed a crash when capturing polylines. git-svn-id: http://svn.osgeo.org/qgis/trunk@12954 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-17 +Marco Hugentobler 2010-02-17 Improve zonal statistics function in analysis lib @@ -241871,20 +253911,20 @@ kyngchaos 2010-02-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12951 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-16 +Marco Hugentobler 2010-02-16 Higher maximum spin values (for use with map units) git-svn-id: http://svn.osgeo.org/qgis/trunk@12950 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-16 +Martin Dobias 2010-02-16 PyQGIS: small fixes for handling of QML styling. git-svn-id: http://svn.osgeo.org/qgis/trunk@12949 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-02-16 +Paolo Cavallini 2010-02-16 Typo in a GRASS module @@ -241896,7 +253936,7 @@ mmassing 2010-02-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12947 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-15 +Jürgen E. Fischer 2010-02-15 fix moc warnings @@ -241923,52 +253963,52 @@ kyngchaos 2010-02-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12941 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-12 +Werner Macho 2010-02-12 translation update: greek by mike git-svn-id: http://svn.osgeo.org/qgis/trunk@12940 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-12 +Martin Dobias 2010-02-12 Fixed #2422 git-svn-id: http://svn.osgeo.org/qgis/trunk@12939 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-12 +Radim Blazek 2010-02-12 set GRASS_HTML_BROWSER for term (does not work, overriden by Init.sh git-svn-id: http://svn.osgeo.org/qgis/trunk@12938 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-12 +Radim Blazek 2010-02-12 handle better mumltiple empty output git-svn-id: http://svn.osgeo.org/qgis/trunk@12937 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-12 +Radim Blazek 2010-02-12 output opt fix git-svn-id: http://svn.osgeo.org/qgis/trunk@12936 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-12 +Martin Dobias 2010-02-12 Added QgsMapCanvas::layers() method git-svn-id: http://svn.osgeo.org/qgis/trunk@12935 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-12 +Jürgen E. Fischer 2010-02-12 fix #2435 git-svn-id: http://svn.osgeo.org/qgis/trunk@12933 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-12 +Jürgen E. Fischer 2010-02-12 fix build error @@ -241980,55 +254020,55 @@ kyngchaos 2010-02-12 git-svn-id: http://svn.osgeo.org/qgis/trunk@12931 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-11 +Jürgen E. Fischer 2010-02-11 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12930 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-11 +Jürgen E. Fischer 2010-02-11 fix brasilian context help git-svn-id: http://svn.osgeo.org/qgis/trunk@12929 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-11 +Marco Hugentobler 2010-02-11 Add transfer this to second composer shape constructor git-svn-id: http://svn.osgeo.org/qgis/trunk@12928 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-11 +Jürgen E. Fischer 2010-02-11 fix #2026 git-svn-id: http://svn.osgeo.org/qgis/trunk@12927 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-11 +Jürgen E. Fischer 2010-02-11 use signals to mark project dirty when canvas layer or extents change (fixes #943) git-svn-id: http://svn.osgeo.org/qgis/trunk@12926 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-11 +Radim Blazek 2010-02-11 fixed crash on edit attr / no line git-svn-id: http://svn.osgeo.org/qgis/trunk@12925 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-11 +Radim Blazek 2010-02-11 handle better null values git-svn-id: http://svn.osgeo.org/qgis/trunk@12924 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-11 +Jürgen E. Fischer 2010-02-11 fix windows build errors git-svn-id: http://svn.osgeo.org/qgis/trunk@12923 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-10 +Jürgen E. Fischer 2010-02-10 fix #2009 @@ -242040,14 +254080,14 @@ borysiasty 2010-02-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12921 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-10 +Martin Dobias 2010-02-10 Python console: basic syntax highlighting (prompt, errors) git-svn-id: http://svn.osgeo.org/qgis/trunk@12920 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-10 +Radim Blazek 2010-02-10 reset GRASS_GUI in term @@ -242059,98 +254099,98 @@ kyngchaos 2010-02-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12918 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-10 +Radim Blazek 2010-02-10 the file is input git-svn-id: http://svn.osgeo.org/qgis/trunk@12917 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-10 +Radim Blazek 2010-02-10 printed command ready for copy-paste git-svn-id: http://svn.osgeo.org/qgis/trunk@12916 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-10 +Radim Blazek 2010-02-10 default browser starter git-svn-id: http://svn.osgeo.org/qgis/trunk@12915 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-10 +Radim Blazek 2010-02-10 do not use empty input git-svn-id: http://svn.osgeo.org/qgis/trunk@12914 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-02-10 +Paolo Cavallini 2010-02-10 Fix in v.dissolve GRASS module - closes #2351. Thanks Giovanni Manghi git-svn-id: http://svn.osgeo.org/qgis/trunk@12912 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-09 +Radim Blazek 2010-02-09 open external links from man git-svn-id: http://svn.osgeo.org/qgis/trunk@12911 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-09 +Marco Hugentobler 2010-02-09 add shape methods to composerview sip git-svn-id: http://svn.osgeo.org/qgis/trunk@12910 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-09 +Martin Dobias 2010-02-09 Applied patch from #2424 by Mathias Walker. git-svn-id: http://svn.osgeo.org/qgis/trunk@12909 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-09 +Marco Hugentobler 2010-02-09 Encode and decode alpha color component git-svn-id: http://svn.osgeo.org/qgis/trunk@12908 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-09 +Marco Hugentobler 2010-02-09 Fix for previous fix git-svn-id: http://svn.osgeo.org/qgis/trunk@12907 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-09 +Radim Blazek 2010-02-09 another attempt to set stdout binary mode on win git-svn-id: http://svn.osgeo.org/qgis/trunk@12906 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-09 +Marco Hugentobler 2010-02-09 Add composer shape item to sip list git-svn-id: http://svn.osgeo.org/qgis/trunk@12905 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-09 +Marco Hugentobler 2010-02-09 Fix for small raster shift introduced by my raster memory handling improvements git-svn-id: http://svn.osgeo.org/qgis/trunk@12904 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-08 +Jürgen E. Fischer 2010-02-08 include projection error in vector file writer error message git-svn-id: http://svn.osgeo.org/qgis/trunk@12903 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-08 +Jürgen E. Fischer 2010-02-08 remove glocale and package names again git-svn-id: http://svn.osgeo.org/qgis/trunk@12902 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-08 +Martin Dobias 2010-02-08 Uhm... fixing compilation error, take #2. Hopefully also with better label size scaling in composer (labeling plugin) @@ -242158,27 +254198,27 @@ wonder 2010-02-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12900 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-08 +Martin Dobias 2010-02-08 Fixed compilation of python bindings due my recent changes. git-svn-id: http://svn.osgeo.org/qgis/trunk@12899 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-07 +Jürgen E. Fischer 2010-02-07 fix #2410 git-svn-id: http://svn.osgeo.org/qgis/trunk@12898 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-07 +Martin Dobias 2010-02-07 Show labels from labeling plugin also in map composer (though not scaled correctly) git-svn-id: http://svn.osgeo.org/qgis/trunk@12897 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-07 +Radim Blazek 2010-02-07 force binary mode for stdout @@ -242196,13 +254236,13 @@ cfarmer 2010-02-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12892 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-06 +Jürgen E. Fischer 2010-02-06 fix #2408 git-svn-id: http://svn.osgeo.org/qgis/trunk@12891 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-06 +Jürgen E. Fischer 2010-02-06 improve vector file writers error reporting @@ -242214,7 +254254,7 @@ kyngchaos 2010-02-06 git-svn-id: http://svn.osgeo.org/qgis/trunk@12889 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-05 +Radim Blazek 2010-02-05 get null outside map @@ -242227,49 +254267,49 @@ cfarmer 2010-02-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@12887 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-05 +Radim Blazek 2010-02-05 added GDAL_LIBRARY for GRASS modules because GRASS libs can use GDAL git-svn-id: http://svn.osgeo.org/qgis/trunk@12886 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-05 +Radim Blazek 2010-02-05 use GRASS raster provider everywhere git-svn-id: http://svn.osgeo.org/qgis/trunk@12885 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-04 +Radim Blazek 2010-02-04 removed translation, causing compilation problems git-svn-id: http://svn.osgeo.org/qgis/trunk@12883 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-04 +Jürgen E. Fischer 2010-02-04 fix some warnings & build errors (Linux/Windows) git-svn-id: http://svn.osgeo.org/qgis/trunk@12882 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-04 +Jürgen E. Fischer 2010-02-04 debian packaging update git-svn-id: http://svn.osgeo.org/qgis/trunk@12881 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-04 +Radim Blazek 2010-02-04 GRASS raster data provider git-svn-id: http://svn.osgeo.org/qgis/trunk@12880 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-02-04 +Radim Blazek 2010-02-04 prepare for GRASS raster provider git-svn-id: http://svn.osgeo.org/qgis/trunk@12879 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-04 +Martin Dobias 2010-02-04 PyQGIS: few additions for more pythonic api - QgsVectorLayer and QgsVectorDataProvider support iterating @@ -242278,33 +254318,33 @@ wonder 2010-02-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@12878 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-04 +Marco Hugentobler 2010-02-04 Fix composer map annotation bug git-svn-id: http://svn.osgeo.org/qgis/trunk@12877 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-04 +Werner Macho 2010-02-04 translation update: hr by zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@12876 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-04 +Martin Dobias 2010-02-04 wrapped new method from r12869 git-svn-id: http://svn.osgeo.org/qgis/trunk@12873 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-04 +Marco Hugentobler 2010-02-04 Emit composer add/remove signals also if composers are added from project file git-svn-id: http://svn.osgeo.org/qgis/trunk@12872 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-04 +Jürgen E. Fischer 2010-02-04 fix r12869: if first feature has id 0 it wasn't retrieved @@ -242317,25 +254357,25 @@ kyngchaos 2010-02-04 git-svn-id: http://svn.osgeo.org/qgis/trunk@12870 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-04 +Jürgen E. Fischer 2010-02-04 fix #2397 by clearing attribute maps when retrieving features git-svn-id: http://svn.osgeo.org/qgis/trunk@12869 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-03 +Marco Hugentobler 2010-02-03 also fix year in gps date git-svn-id: http://svn.osgeo.org/qgis/trunk@12868 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-03 +Marco Hugentobler 2010-02-03 fix for gps date git-svn-id: http://svn.osgeo.org/qgis/trunk@12867 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-03 +Jürgen E. Fischer 2010-02-03 revert CBLAS part of r11250: we actually don't use CBLAS directly, but GSL does w/o being linked to it @@ -242344,32 +254384,32 @@ jef 2010-02-03 git-svn-id: http://svn.osgeo.org/qgis/trunk@12866 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-03 +Marco Hugentobler 2010-02-03 Link cblas libraries. Fixes bug 2401 git-svn-id: http://svn.osgeo.org/qgis/trunk@12865 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-03 +Marco Hugentobler 2010-02-03 Added utc date and time to gps information and insert connection into the registry git-svn-id: http://svn.osgeo.org/qgis/trunk@12862 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-02-02 +Werner Macho 2010-02-02 translation update: HR by zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@12860 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-02-01 +Jürgen E. Fischer 2010-02-01 [FEATURE] allow postgres layers without saved username & password by asking for credentials git-svn-id: http://svn.osgeo.org/qgis/trunk@12859 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-01 +Martin Dobias 2010-02-01 Fixed few problems in console: - pressing enter if the cursor was not at the end @@ -242384,34 +254424,34 @@ kyngchaos 2010-02-01 git-svn-id: http://svn.osgeo.org/qgis/trunk@12857 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-02-01 +Martin Dobias 2010-02-01 PyQGIS: wrapped raster shaders (color ramp, freak out, pseudocolor) git-svn-id: http://svn.osgeo.org/qgis/trunk@12856 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-02-01 +Marco Hugentobler 2010-02-01 Applied patch #2341 (loading and saving of WMS and PostGIS connections) from alexbruy git-svn-id: http://svn.osgeo.org/qgis/trunk@12855 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-31 +Martin Dobias 2010-01-31 PyQGIS: make sure that python modules don't get out of sync: rebuild gui and analysis modules when core module is changed git-svn-id: http://svn.osgeo.org/qgis/trunk@12854 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-29 +Martin Dobias 2010-01-29 QgsRendererV2 metadata: for renderer icon use QIcon instead of icon file name. git-svn-id: http://svn.osgeo.org/qgis/trunk@12852 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-29 +Werner Macho 2010-01-29 translation update: HR by Zoran @@ -242424,38 +254464,38 @@ kyngchaos 2010-01-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@12850 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-29 +Martin Dobias 2010-01-29 PyQGIS: fix to support older SIP versions (4.7.x) git-svn-id: http://svn.osgeo.org/qgis/trunk@12848 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-29 +Marco Hugentobler 2010-01-29 Display alpha value as transparency (to be consistent with the interface in old symbology) git-svn-id: http://svn.osgeo.org/qgis/trunk@12847 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-28 +Marco Hugentobler 2010-01-28 Fix for compilation problem git-svn-id: http://svn.osgeo.org/qgis/trunk@12844 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-28 +Marco Hugentobler 2010-01-28 Added scrool area, 'select all' and 'clear' buttons to attribute dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@12843 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-28 +Marco Hugentobler 2010-01-28 [FEATURE]: possibility to show only visible features in composer table or all features git-svn-id: http://svn.osgeo.org/qgis/trunk@12840 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-28 +Jürgen E. Fischer 2010-01-28 debian packaging: depend on python 2.5 for sid while transition to 2.6 is on @@ -242479,14 +254519,14 @@ borysiasty 2010-01-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@12836 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-26 +Martin Dobias 2010-01-26 Added notes that the new stuff was added in v1.5. git-svn-id: http://svn.osgeo.org/qgis/trunk@12835 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-26 +Martin Dobias 2010-01-26 [FEATURE] Support for custom plugin layers. Applied patch from #2392 contributed by Mathias Walker. Thanks! @@ -242495,37 +254535,37 @@ wonder 2010-01-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@12834 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-25 +Jürgen E. Fischer 2010-01-25 workaround for #1759 git-svn-id: http://svn.osgeo.org/qgis/trunk@12833 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-24 +Jürgen E. Fischer 2010-01-24 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12832 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-24 +Jürgen E. Fischer 2010-01-24 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@12831 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-24 +Jürgen E. Fischer 2010-01-24 [FEATURE] add validation to capture tool git-svn-id: http://svn.osgeo.org/qgis/trunk@12830 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-24 +Jürgen E. Fischer 2010-01-24 fix grass string git-svn-id: http://svn.osgeo.org/qgis/trunk@12829 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-23 +Jürgen E. Fischer 2010-01-23 allow opening properties dialog for layer from plugins (better version of r12814) @@ -242543,114 +254583,114 @@ kyngchaos 2010-01-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12826 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-23 +Jürgen E. Fischer 2010-01-23 pack label dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@12825 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-23 +Tim Sutton 2010-01-23 Label dialog: Fix buddies and tab order git-svn-id: http://svn.osgeo.org/qgis/trunk@12824 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-23 +Tim Sutton 2010-01-23 Label dialog: Remove the toolbox and use tabs and scroll areas rather git-svn-id: http://svn.osgeo.org/qgis/trunk@12823 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-23 +Werner Macho 2010-01-23 translation update: hr by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@12822 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-23 +Tim Sutton 2010-01-23 Updates as per #2385 git-svn-id: http://svn.osgeo.org/qgis/trunk@12821 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-22 +Marco Hugentobler 2010-01-22 sync sip file for symbolv2rendercontext git-svn-id: http://svn.osgeo.org/qgis/trunk@12820 c8812cc2-4d05-0410-92ff-de0c093fc19c -gsherman 2010-01-22 +Gary Sherman 2010-01-22 Fix for bug #2384. Ok and Cancel buttons now work on the add new oracle raster connection dialog. git-svn-id: http://svn.osgeo.org/qgis/trunk@12819 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-22 +Martin Dobias 2010-01-22 Use ARGB premultiplied format for simple marker, fixed multiplication of alpha channel for images with premultiplied format. git-svn-id: http://svn.osgeo.org/qgis/trunk@12818 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-22 +Martin Dobias 2010-01-22 Fixed symbol selector UI, use just one symbol color button instead of former three buttons git-svn-id: http://svn.osgeo.org/qgis/trunk@12817 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-22 +Marco Hugentobler 2010-01-22 premultiplied image seems to work for svg fill git-svn-id: http://svn.osgeo.org/qgis/trunk@12816 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-22 +Marco Hugentobler 2010-01-22 Fix for multiband raster display git-svn-id: http://svn.osgeo.org/qgis/trunk@12815 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-21 +Jürgen E. Fischer 2010-01-21 [FEATURE] allow opening layer properties from plugins git-svn-id: http://svn.osgeo.org/qgis/trunk@12814 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-21 +Jürgen E. Fischer 2010-01-21 raise attribute dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@12813 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-21 +Jürgen E. Fischer 2010-01-21 fix windows build error git-svn-id: http://svn.osgeo.org/qgis/trunk@12812 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-21 +Marco Hugentobler 2010-01-21 Added layer transparency to symbol classes (with the exception of svg marker, where I'm still looking for a solution with QPicture) git-svn-id: http://svn.osgeo.org/qgis/trunk@12811 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-21 +Martin Dobias 2010-01-21 Start with transparent background with svg fill. git-svn-id: http://svn.osgeo.org/qgis/trunk@12810 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-21 +Marco Hugentobler 2010-01-21 Draw GDAL rasters and WMS layers in several parts if they contain many pixels (e.g. when printing in high resolution to large paper sizes) git-svn-id: http://svn.osgeo.org/qgis/trunk@12809 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-20 +Martin Dobias 2010-01-20 Fixed positioning of font markers with rotation (#2380). Allow rotation up to 360 degrees in the settings widget. @@ -242658,13 +254698,13 @@ wonder 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12808 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-20 +Marco Hugentobler 2010-01-20 Save path for svg texture absolute or relative git-svn-id: http://svn.osgeo.org/qgis/trunk@12807 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-20 +Jürgen E. Fischer 2010-01-20 [FEATURE] identify tool update - attribute form now non-modal in view mode (since r12796) @@ -242674,7 +254714,7 @@ jef 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12806 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-20 +Jürgen E. Fischer 2010-01-20 update package.cmd @@ -242686,20 +254726,20 @@ kyngchaos 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12804 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-20 +Martin Dobias 2010-01-20 Fixed #2379 - hang on line width set to zero (division by zero) git-svn-id: http://svn.osgeo.org/qgis/trunk@12803 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-20 +Marco Hugentobler 2010-01-20 Remove deprecated icon file from list in images.qrc git-svn-id: http://svn.osgeo.org/qgis/trunk@12802 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-20 +Marco Hugentobler 2010-01-20 Make composer a bit more robust against accidential mouse clicks @@ -242711,38 +254751,38 @@ borysiasty 2010-01-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12800 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-01-20 +Paolo Cavallini 2010-01-20 Improvements to the IT GUI transaltion git-svn-id: http://svn.osgeo.org/qgis/trunk@12799 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-19 +Werner Macho 2010-01-19 translation update: hr by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@12798 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-19 +Marco Hugentobler 2010-01-19 Fix for a crash in composer (fixes #2374) git-svn-id: http://svn.osgeo.org/qgis/trunk@12797 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-19 +Jürgen E. Fischer 2010-01-19 open attribute dialogs non-modal when not in editing mode git-svn-id: http://svn.osgeo.org/qgis/trunk@12796 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-19 +Jürgen E. Fischer 2010-01-19 pass password on to geometry type detection thread git-svn-id: http://svn.osgeo.org/qgis/trunk@12795 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-18 +Martin Dobias 2010-01-18 [FEATURE] Added font marker symbol layer @@ -242756,14 +254796,14 @@ ersts 2010-01-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12793 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-18 +Werner Macho 2010-01-18 translation update: is and bg by thordur and Zahari git-svn-id: http://svn.osgeo.org/qgis/trunk@12792 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-18 +Martin Dobias 2010-01-18 Added vertical line to simple marker symbol layer. Added rotation for ellipse, cross and line markers. @@ -242777,13 +254817,13 @@ kyngchaos 2010-01-18 git-svn-id: http://svn.osgeo.org/qgis/trunk@12790 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-18 +Marco Hugentobler 2010-01-18 Better update of line pattern icon git-svn-id: http://svn.osgeo.org/qgis/trunk@12789 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-18 +Marco Hugentobler 2010-01-18 Added option for custom dash-space pattern in simple line symbollayer @@ -242801,7 +254841,7 @@ kyngchaos 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12786 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-16 +Radim Blazek 2010-01-16 add load library error @@ -242820,13 +254860,13 @@ kyngchaos 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12783 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-16 +Radim Blazek 2010-01-16 fixed #2003, crash if topo is not available git-svn-id: http://svn.osgeo.org/qgis/trunk@12782 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-16 +Radim Blazek 2010-01-16 note about exceptions in GRASS lib (-fexception) @@ -242844,19 +254884,19 @@ kyngchaos 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12779 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-16 +Marco Hugentobler 2010-01-16 Display polygon outline icon on button for svg fill symbol layer git-svn-id: http://svn.osgeo.org/qgis/trunk@12778 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-16 +Marco Hugentobler 2010-01-16 [FEATURE]: SVG fill symbol layer for polygon textures git-svn-id: http://svn.osgeo.org/qgis/trunk@12777 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-16 +Martin Dobias 2010-01-16 Installation guide: updated QGIS deps (minimal sip version set to 4.8, geos to 3.0, added qwt) Regenerated INSTALL file. @@ -242864,48 +254904,48 @@ wonder 2010-01-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12776 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-16 +Martin Dobias 2010-01-16 Changed SIP_EXECUTABLE to SIP_BINARY_PATH to keep original variable name. git-svn-id: http://svn.osgeo.org/qgis/trunk@12775 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-16 +Martin Dobias 2010-01-16 Native and faster compilation of python bindings (#2370) git-svn-id: http://svn.osgeo.org/qgis/trunk@12774 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-16 +Martin Dobias 2010-01-16 Increased precision of spin boxes for size/width to 2 decimals git-svn-id: http://svn.osgeo.org/qgis/trunk@12773 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-16 +Martin Dobias 2010-01-16 Corrected default symbol layer sizes to work with milimeters git-svn-id: http://svn.osgeo.org/qgis/trunk@12772 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-15 +Martin Dobias 2010-01-15 PyQGIS: added QgsColorButton and QgsColorButtonV2 git-svn-id: http://svn.osgeo.org/qgis/trunk@12771 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-15 +Tim Sutton 2010-01-15 Added Italian srs defs. Paolo please test git-svn-id: http://svn.osgeo.org/qgis/trunk@12770 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-15 +Martin Dobias 2010-01-15 symbology-ng: updates to symbol layer registry and renderer registry so that they can be used from python. Added wrappers for these two registries and their metadata classes. @@ -242919,71 +254959,71 @@ kyngchaos 2010-01-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12768 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-15 +Jürgen E. Fischer 2010-01-15 more geometry validity checks git-svn-id: http://svn.osgeo.org/qgis/trunk@12767 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-15 +Martin Dobias 2010-01-15 Fixed conversions between V1 and V2 symbols: don't convert pixels<->mm anymore git-svn-id: http://svn.osgeo.org/qgis/trunk@12766 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-14 +Marco Hugentobler 2010-01-14 Prevent division by 0 git-svn-id: http://svn.osgeo.org/qgis/trunk@12764 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-14 +Marco Hugentobler 2010-01-14 Create a better fake rendercontext for symbol previews git-svn-id: http://svn.osgeo.org/qgis/trunk@12763 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-14 +Martin Dobias 2010-01-14 Refactored output unit encoding/decoding to their own functions git-svn-id: http://svn.osgeo.org/qgis/trunk@12762 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-14 +Jürgen E. Fischer 2010-01-14 fix r12759 git-svn-id: http://svn.osgeo.org/qgis/trunk@12761 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-14 +Martin Dobias 2010-01-14 Updated symbol selector GUI to reflect the design created with Tim git-svn-id: http://svn.osgeo.org/qgis/trunk@12760 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-14 +Jürgen E. Fischer 2010-01-14 improve gps detection git-svn-id: http://svn.osgeo.org/qgis/trunk@12759 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-14 +Jürgen E. Fischer 2010-01-14 reduce debugging noise git-svn-id: http://svn.osgeo.org/qgis/trunk@12758 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-14 +Martin Dobias 2010-01-14 Fixed what I've broken with previous commit git-svn-id: http://svn.osgeo.org/qgis/trunk@12757 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-14 +Martin Dobias 2010-01-14 QgsSymbolV2RenderContext: - use reference to QgsRenderContext instead of pointer @@ -242992,7 +255032,7 @@ wonder 2010-01-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12756 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-14 +Marco Hugentobler 2010-01-14 [FEATURE]: choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well @@ -243010,92 +255050,92 @@ kyngchaos 2010-01-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12753 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12752 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 derive QgsGrass::Exception from QgsException git-svn-id: http://svn.osgeo.org/qgis/trunk@12751 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 german translation fix git-svn-id: http://svn.osgeo.org/qgis/trunk@12750 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 [FEATURE] allow editing of invalid geometry in node tool git-svn-id: http://svn.osgeo.org/qgis/trunk@12749 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 missed a file in r12747 git-svn-id: http://svn.osgeo.org/qgis/trunk@12748 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 also show descriptions for GPS ports git-svn-id: http://svn.osgeo.org/qgis/trunk@12747 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-12 +Radim Blazek 2010-01-12 catch GRASS exceptions git-svn-id: http://svn.osgeo.org/qgis/trunk@12746 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-12 +Jürgen E. Fischer 2010-01-12 fix #2358 git-svn-id: http://svn.osgeo.org/qgis/trunk@12745 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-12 +Werner Macho 2010-01-12 translation update: hr by Zoran git-svn-id: http://svn.osgeo.org/qgis/trunk@12744 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-12 +Marco Hugentobler 2010-01-12 Fix for ticket #2354 git-svn-id: http://svn.osgeo.org/qgis/trunk@12743 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-11 +Tim Sutton 2010-01-11 [FEATURE] Made wms search server user configurable git-svn-id: http://svn.osgeo.org/qgis/trunk@12740 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-11 +Jürgen E. Fischer 2010-01-11 use QgsGPSConnection::availablePorts() also in gps plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@12739 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-11 +Radim Blazek 2010-01-11 fix for #1095 git-svn-id: http://svn.osgeo.org/qgis/trunk@12738 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-11 +Jürgen E. Fischer 2010-01-11 remove unused files from qextserialport git-svn-id: http://svn.osgeo.org/qgis/trunk@12737 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-11 +Jürgen E. Fischer 2010-01-11 fix osx build @@ -243109,47 +255149,47 @@ kyngchaos 2010-01-11 git-svn-id: http://svn.osgeo.org/qgis/trunk@12735 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-11 +Martin Dobias 2010-01-11 fixed compliation errors on linux git-svn-id: http://svn.osgeo.org/qgis/trunk@12734 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-11 +Jürgen E. Fischer 2010-01-11 fix r12732 git-svn-id: http://svn.osgeo.org/qgis/trunk@12733 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-11 +Jürgen E. Fischer 2010-01-11 qextserialport update (improved device detection on Windows & OSX) git-svn-id: http://svn.osgeo.org/qgis/trunk@12732 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-11 +Martin Dobias 2010-01-11 use monospaced font in python console git-svn-id: http://svn.osgeo.org/qgis/trunk@12731 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-10 +Werner Macho 2010-01-10 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@12729 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-10 +Werner Macho 2010-01-10 added rfcomm devices in autodetect to connect to bluetooth gps devices git-svn-id: http://svn.osgeo.org/qgis/trunk@12728 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-10 +Martin Dobias 2010-01-10 [FEATURE] new python console implementation. Simpler, easier and better :-) @@ -243163,7 +255203,7 @@ kyngchaos 2010-01-10 git-svn-id: http://svn.osgeo.org/qgis/trunk@12726 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-10 +Martin Dobias 2010-01-10 Converted Python console from C++ to Python. This cleans python support a bit and makes a starting point for further improvements of the console. @@ -243188,44 +255228,44 @@ kyngchaos 2010-01-09 git-svn-id: http://svn.osgeo.org/qgis/trunk@12724 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-09 +Jürgen E. Fischer 2010-01-09 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12723 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-09 +Jürgen E. Fischer 2010-01-09 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@12722 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-09 +Jürgen E. Fischer 2010-01-09 fix python plugin detection git-svn-id: http://svn.osgeo.org/qgis/trunk@12721 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-09 +Martin Dobias 2010-01-09 Consider also original marker rotation in marker line with rotated symbols. git-svn-id: http://svn.osgeo.org/qgis/trunk@12720 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-09 +Tim Sutton 2010-01-09 Add a little more white space to the left of the gps dock for a more balanced look. git-svn-id: http://svn.osgeo.org/qgis/trunk@12719 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-09 +Jürgen E. Fischer 2010-01-09 fix runtime warning git-svn-id: http://svn.osgeo.org/qgis/trunk@12718 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-09 +Marco Hugentobler 2010-01-09 Adapt number of features in composer table if height of the item is changed interactively @@ -243237,13 +255277,13 @@ borysiasty 2010-01-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12715 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-08 +Marco Hugentobler 2010-01-08 add measure angle icon to qrc file again git-svn-id: http://svn.osgeo.org/qgis/trunk@12714 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-08 +Tim Sutton 2010-01-08 Something from the 'what took you so long?' dept - trunk splash update @@ -243255,133 +255295,133 @@ borysiasty 2010-01-08 git-svn-id: http://svn.osgeo.org/qgis/trunk@12712 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-08 +Tim Sutton 2010-01-08 Fix issue where gps tracker was not being restored properly on subsequent qgis launches. Also wrapped some more conditional qwt bits git-svn-id: http://svn.osgeo.org/qgis/trunk@12711 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-08 +Jürgen E. Fischer 2010-01-08 fix runtime warning git-svn-id: http://svn.osgeo.org/qgis/trunk@12710 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-08 +Marco Hugentobler 2010-01-08 Added selection of display attributes and aliases to composer table item git-svn-id: http://svn.osgeo.org/qgis/trunk@12709 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-08 +Jürgen E. Fischer 2010-01-08 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12708 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-08 +Jürgen E. Fischer 2010-01-08 make QWT support configurable git-svn-id: http://svn.osgeo.org/qgis/trunk@12707 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-08 +Jürgen E. Fischer 2010-01-08 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@12706 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-08 +Jürgen E. Fischer 2010-01-08 more fixes: optional QWT git-svn-id: http://svn.osgeo.org/qgis/trunk@12705 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12704 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 rename src/core/gps/time.h to nmeatime.h git-svn-id: http://svn.osgeo.org/qgis/trunk@12703 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 rename some postgres app classes and move a ogr class git-svn-id: http://svn.osgeo.org/qgis/trunk@12702 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 add qwt dependency to debian package git-svn-id: http://svn.osgeo.org/qgis/trunk@12701 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 move QgsMapToolFeature::avoidIntersections to QgsGeometry git-svn-id: http://svn.osgeo.org/qgis/trunk@12700 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 add -DQWT_DLL to windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@12699 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 add postgresql password cache git-svn-id: http://svn.osgeo.org/qgis/trunk@12698 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-07 +Tim Sutton 2010-01-07 Refactored capturetool to capturemode and fixed some compile errors git-svn-id: http://svn.osgeo.org/qgis/trunk@12697 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 more fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@12696 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 fix some issues with the GPS commit git-svn-id: http://svn.osgeo.org/qgis/trunk@12695 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-07 +Tim Sutton 2010-01-07 Fixed typo git-svn-id: http://svn.osgeo.org/qgis/trunk@12694 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-07 +Tim Sutton 2010-01-07 [FEATURE] GPS Tracking widget added. This is a bug fix for a missing file that should have been updated in last commit git-svn-id: http://svn.osgeo.org/qgis/trunk@12693 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2010-01-07 +Tim Sutton 2010-01-07 Added gps tracker widget. This work was sponsored by http://gonavigo.ca/. We thank them for their support git-svn-id: http://svn.osgeo.org/qgis/trunk@12692 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-07 +Jürgen E. Fischer 2010-01-07 fix windows build git-svn-id: http://svn.osgeo.org/qgis/trunk@12691 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-07 +Martin Dobias 2010-01-07 Python support: use a wrapper for import statement that tracks modules of plugins. This enables complete unload and reload of plugins: @@ -243391,37 +255431,37 @@ wonder 2010-01-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12690 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-07 +Marco Hugentobler 2010-01-07 Emit extentChanged signal in composer map after drawing to prevent concurrent layer access with table items git-svn-id: http://svn.osgeo.org/qgis/trunk@12689 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-07 +Marco Hugentobler 2010-01-07 More options for composer table git-svn-id: http://svn.osgeo.org/qgis/trunk@12688 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-07 +Radim Blazek 2010-01-07 temporal fix for 1900 git-svn-id: http://svn.osgeo.org/qgis/trunk@12687 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-07 +Marco Hugentobler 2010-01-07 Replaced qWarnings with QgsDebugMsg git-svn-id: http://svn.osgeo.org/qgis/trunk@12686 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-07 +Marco Hugentobler 2010-01-07 [FEATURE]: add classes for live GPS tracking in core git-svn-id: http://svn.osgeo.org/qgis/trunk@12685 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-07 +Radim Blazek 2010-01-07 pre for any module output @@ -243433,50 +255473,50 @@ kyngchaos 2010-01-07 git-svn-id: http://svn.osgeo.org/qgis/trunk@12683 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-06 +Marco Hugentobler 2010-01-06 [FEATURE]: A table widget to display feature attributes in the composer (but it still needs a bit more settings...) git-svn-id: http://svn.osgeo.org/qgis/trunk@12682 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-06 +Radim Blazek 2010-01-06 fixed 1992, monospace font for module output git-svn-id: http://svn.osgeo.org/qgis/trunk@12681 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-06 +Werner Macho 2010-01-06 wohooo another language - now bulgarian - which brings us to 34 languages (and the usual string update) git-svn-id: http://svn.osgeo.org/qgis/trunk@12680 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-06 +Radim Blazek 2010-01-06 fixed #1619, and another not yet reported bug for field git-svn-id: http://svn.osgeo.org/qgis/trunk@12679 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-06 +Radim Blazek 2010-01-06 fix for #1169, added check for isle's area git-svn-id: http://svn.osgeo.org/qgis/trunk@12678 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-06 +Radim Blazek 2010-01-06 some options marked advanced git-svn-id: http://svn.osgeo.org/qgis/trunk@12677 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-06 +Radim Blazek 2010-01-06 fixed ticket #2194, icon size in tab header git-svn-id: http://svn.osgeo.org/qgis/trunk@12676 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2010-01-05 +Werner Macho 2010-01-05 translation updates: hr_HR by Zoran and general string update with script @@ -243484,44 +255524,44 @@ macho 2010-01-05 git-svn-id: http://svn.osgeo.org/qgis/trunk@12675 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-05 +Jürgen E. Fischer 2010-01-05 fix runtime warning git-svn-id: http://svn.osgeo.org/qgis/trunk@12674 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-05 +Marco Hugentobler 2010-01-05 Show a message box if there was an error during the merge operation (instead of crashing). Fixes ticket #2342 git-svn-id: http://svn.osgeo.org/qgis/trunk@12673 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2010-01-05 +Martin Dobias 2010-01-05 PyQGIS: added missing conversion to QgsRenderer subclasses, added few missing methods git-svn-id: http://svn.osgeo.org/qgis/trunk@12672 c8812cc2-4d05-0410-92ff-de0c093fc19c -rblazek 2010-01-05 +Radim Blazek 2010-01-05 added support for advanced options and example use in v.out.ascii git-svn-id: http://svn.osgeo.org/qgis/trunk@12671 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-02 +Marco Hugentobler 2010-01-02 Fix double validator in composer map widget (part of ticket #2252) git-svn-id: http://svn.osgeo.org/qgis/trunk@12667 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-02 +Jürgen E. Fischer 2010-01-02 fix r12665 git-svn-id: http://svn.osgeo.org/qgis/trunk@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-02 +Jürgen E. Fischer 2010-01-02 catch more projection errors @@ -243535,61 +255575,61 @@ kyngchaos 2010-01-02 git-svn-id: http://svn.osgeo.org/qgis/trunk@12664 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2010-01-02 +Marco Hugentobler 2010-01-02 [FEATURE]: A tool to measure angles git-svn-id: http://svn.osgeo.org/qgis/trunk@12663 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2010-01-02 +Paolo Cavallini 2010-01-02 Added IT context help files git-svn-id: http://svn.osgeo.org/qgis/trunk@12662 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-02 +Jürgen E. Fischer 2010-01-02 allow entry of visibility scales in floating point git-svn-id: http://svn.osgeo.org/qgis/trunk@12661 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2010-01-01 +Jürgen E. Fischer 2010-01-01 update grass i18n git-svn-id: http://svn.osgeo.org/qgis/trunk@12660 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-31 +Jürgen E. Fischer 2009-12-31 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12659 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-31 +Jürgen E. Fischer 2009-12-31 grass modules i18n git-svn-id: http://svn.osgeo.org/qgis/trunk@12658 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-31 +Paolo Cavallini 2009-12-31 Two typos in GRASS modules git-svn-id: http://svn.osgeo.org/qgis/trunk@12657 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-31 +Jürgen E. Fischer 2009-12-31 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12656 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-31 +Jürgen E. Fischer 2009-12-31 ftools i18n update git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-30 +Paolo Cavallini 2009-12-30 Fixed v.generalize GRASS module @@ -243609,86 +255649,86 @@ kyngchaos 2009-12-29 git-svn-id: http://svn.osgeo.org/qgis/trunk@12648 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 update version info in trunk git-svn-id: http://svn.osgeo.org/qgis/trunk@12646 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 fix compile error git-svn-id: http://svn.osgeo.org/qgis/trunk@12644 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12643 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 apply #2199 git-svn-id: http://svn.osgeo.org/qgis/trunk@12642 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 apply #2322 git-svn-id: http://svn.osgeo.org/qgis/trunk@12641 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 fix #2315 git-svn-id: http://svn.osgeo.org/qgis/trunk@12640 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 fix #2019 git-svn-id: http://svn.osgeo.org/qgis/trunk@12639 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-28 +Tim Sutton 2009-12-28 Updated version nos etc for enceladus release git-svn-id: http://svn.osgeo.org/qgis/trunk@12637 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 debian symbols update git-svn-id: http://svn.osgeo.org/qgis/trunk@12636 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-28 +Werner Macho 2009-12-28 translation update: hu by zoltan git-svn-id: http://svn.osgeo.org/qgis/trunk@12635 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 fix #2328 git-svn-id: http://svn.osgeo.org/qgis/trunk@12634 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-28 +Paolo Cavallini 2009-12-28 Added an option to v.out.ogr.pg - thanks Giovanni Manghi git-svn-id: http://svn.osgeo.org/qgis/trunk@12633 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-28 +Jürgen E. Fischer 2009-12-28 fix #2329 git-svn-id: http://svn.osgeo.org/qgis/trunk@12632 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-28 +Werner Macho 2009-12-28 itranslation update: hr by zoran @@ -243696,19 +255736,19 @@ macho 2009-12-28 git-svn-id: http://svn.osgeo.org/qgis/trunk@12631 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-28 +Paolo Cavallini 2009-12-28 Finished IT translation of context help. Thanks Flavio Rigolon and Maurizio Napolitano git-svn-id: http://svn.osgeo.org/qgis/trunk@12629 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-28 +Paolo Cavallini 2009-12-28 Final edits to the IT translation? Thanks Maurizio Napolitano git-svn-id: http://svn.osgeo.org/qgis/trunk@12628 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-27 +Martin Dobias 2009-12-27 Fix #2324. @@ -243721,13 +255761,13 @@ kyngchaos 2009-12-27 git-svn-id: http://svn.osgeo.org/qgis/trunk@12626 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-27 +Jürgen E. Fischer 2009-12-27 fix #2327 git-svn-id: http://svn.osgeo.org/qgis/trunk@12625 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-27 +Jürgen E. Fischer 2009-12-27 fix #2294 @@ -243739,14 +255779,14 @@ borysiasty 2009-12-26 git-svn-id: http://svn.osgeo.org/qgis/trunk@12621 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-26 +Werner Macho 2009-12-26 translation update: fr by jean roc git-svn-id: http://svn.osgeo.org/qgis/trunk@12620 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-25 +Marco Hugentobler 2009-12-25 Fix for scalebar not responding to map changes after reading from project file and template @@ -243758,43 +255798,43 @@ kyngchaos 2009-12-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@12618 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-24 +Jürgen E. Fischer 2009-12-24 don't measure empty geometries and also return success when exports geos points to wkb git-svn-id: http://svn.osgeo.org/qgis/trunk@12617 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-24 +Jürgen E. Fischer 2009-12-24 use QString in QgsException to fix encoding git-svn-id: http://svn.osgeo.org/qgis/trunk@12616 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-24 +Jürgen E. Fischer 2009-12-24 catch projection exceptions while V2 rendering git-svn-id: http://svn.osgeo.org/qgis/trunk@12615 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-24 +Paolo Cavallini 2009-12-24 More IT translations of context_help by Flavio Rigolon git-svn-id: http://svn.osgeo.org/qgis/trunk@12613 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-24 +Marco Hugentobler 2009-12-24 Don't read composer title from template. Fixes bug #2311 git-svn-id: http://svn.osgeo.org/qgis/trunk@12612 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-24 +Paolo Cavallini 2009-12-24 First IT translations of context_help by Flavio Rigolon git-svn-id: http://svn.osgeo.org/qgis/trunk@12611 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-24 +Paolo Cavallini 2009-12-24 More IT translation improvements - will we ever finish? @@ -243806,19 +255846,19 @@ kyngchaos 2009-12-24 git-svn-id: http://svn.osgeo.org/qgis/trunk@12609 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-24 +Jürgen E. Fischer 2009-12-24 revert inadvertently committed change git-svn-id: http://svn.osgeo.org/qgis/trunk@12608 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2164 git-svn-id: http://svn.osgeo.org/qgis/trunk@12607 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2239 @@ -243830,129 +255870,129 @@ borysiasty 2009-12-23 git-svn-id: http://svn.osgeo.org/qgis/trunk@12605 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2293 git-svn-id: http://svn.osgeo.org/qgis/trunk@12604 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2264 git-svn-id: http://svn.osgeo.org/qgis/trunk@12603 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2318 git-svn-id: http://svn.osgeo.org/qgis/trunk@12602 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 automatic indentation update (r12177-r12600) git-svn-id: http://svn.osgeo.org/qgis/trunk@12601 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 another round of typo fixes (and use color instead of colour - like Qt; no string updates) git-svn-id: http://svn.osgeo.org/qgis/trunk@12600 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-23 +Martin Dobias 2009-12-23 Refresh canvas after adding a new node (#2313) git-svn-id: http://svn.osgeo.org/qgis/trunk@12599 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-23 +Martin Dobias 2009-12-23 Use fixed 2px pen width for rubber bands and vertex markers. (The previous default 10px was just too much) git-svn-id: http://svn.osgeo.org/qgis/trunk@12598 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-23 +Martin Dobias 2009-12-23 Leave only one setGeometry method to avoid ambiguous behaviour, added missing /Transfer/ annotation. git-svn-id: http://svn.osgeo.org/qgis/trunk@12597 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-23 +Marco Hugentobler 2009-12-23 Switch position of add and show button in composer manager git-svn-id: http://svn.osgeo.org/qgis/trunk@12596 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-23 +Marco Hugentobler 2009-12-23 Reduce precision for point on line test. Fixes bug #2224 git-svn-id: http://svn.osgeo.org/qgis/trunk@12595 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 followup r12593 git-svn-id: http://svn.osgeo.org/qgis/trunk@12594 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2314 git-svn-id: http://svn.osgeo.org/qgis/trunk@12593 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-23 +Jürgen E. Fischer 2009-12-23 fix #2317 git-svn-id: http://svn.osgeo.org/qgis/trunk@12592 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-23 +Martin Dobias 2009-12-23 Reuse OSM db file on windows. For some strange reason it was not considering the same QDateTime to be equal. git-svn-id: http://svn.osgeo.org/qgis/trunk@12591 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-23 +Martin Dobias 2009-12-23 moved suggested osm tag keys and values to another file git-svn-id: http://svn.osgeo.org/qgis/trunk@12590 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-23 +Werner Macho 2009-12-23 translation update: is by thordur git-svn-id: http://svn.osgeo.org/qgis/trunk@12589 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 context help fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@12588 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 show classification attribute above the classes in legend git-svn-id: http://svn.osgeo.org/qgis/trunk@12587 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix #2312 git-svn-id: http://svn.osgeo.org/qgis/trunk@12586 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-22 +Marco Hugentobler 2009-12-22 Test if polygon rings are still inside the outer boundary after reshape and fix a memory leak. Fixes bug #2220 git-svn-id: http://svn.osgeo.org/qgis/trunk@12585 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix connect @@ -243964,70 +256004,70 @@ kyngchaos 2009-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@12583 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix offset labels in label dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@12582 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-22 +Werner Macho 2009-12-22 adding pt_BR context help translation by Arthur Nanni git-svn-id: http://svn.osgeo.org/qgis/trunk@12581 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix #2208 git-svn-id: http://svn.osgeo.org/qgis/trunk@12580 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-22 +Martin Dobias 2009-12-22 Added python bindings for search strings git-svn-id: http://svn.osgeo.org/qgis/trunk@12579 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-22 +Martin Dobias 2009-12-22 Fixed operator precedence (#2308) git-svn-id: http://svn.osgeo.org/qgis/trunk@12578 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix #2299 git-svn-id: http://svn.osgeo.org/qgis/trunk@12577 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 debian symbols update git-svn-id: http://svn.osgeo.org/qgis/trunk@12575 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 fix warning git-svn-id: http://svn.osgeo.org/qgis/trunk@12574 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-22 +Jürgen E. Fischer 2009-12-22 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12573 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-22 +Paolo Cavallini 2009-12-22 More improvements in the IT translation - Thanks Flavio Rigolon git-svn-id: http://svn.osgeo.org/qgis/trunk@12572 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-22 +Werner Macho 2009-12-22 translation updates: tr by Osman Yilmaz @@ -244041,7 +256081,7 @@ ersts 2009-12-22 git-svn-id: http://svn.osgeo.org/qgis/trunk@12570 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-21 +Werner Macho 2009-12-21 translation update: is by thordur and hu by siki @@ -244055,13 +256095,13 @@ kyngchaos 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12568 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-21 +Jürgen E. Fischer 2009-12-21 context help update git-svn-id: http://svn.osgeo.org/qgis/trunk@12567 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-21 +Paolo Cavallini 2009-12-21 More typo in the IT translation - Thanks Flavio Rigolon @@ -244074,14 +256114,14 @@ ersts 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12564 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-21 +Martin Dobias 2009-12-21 Preserve as many settings as possible when converting between new and old symbology. git-svn-id: http://svn.osgeo.org/qgis/trunk@12563 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-21 +Werner Macho 2009-12-21 one string missing - forgot to update the strings @@ -244089,14 +256129,14 @@ macho 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12562 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-21 +Werner Macho 2009-12-21 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@12561 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-21 +Paolo Cavallini 2009-12-21 Minor IT translation improvements @@ -244108,7 +256148,7 @@ borysiasty 2009-12-21 git-svn-id: http://svn.osgeo.org/qgis/trunk@12559 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-20 +Martin Dobias 2009-12-20 Use cross by default as editing vertex marker: semi-transparent circle markers take way too long time to render. Also make the markers smaller by default for better readability. @@ -244116,19 +256156,19 @@ wonder 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12558 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 fix german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12557 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 automatically append missing .shp to created shapefiles git-svn-id: http://svn.osgeo.org/qgis/trunk@12556 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 fix #1773 @@ -244146,7 +256186,7 @@ borysiasty 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12553 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-20 +Martin Dobias 2009-12-20 Manage python plugins loaded state in python utils.py module. This allows seamless loading/unloading of plugins by plugin installer. @@ -244154,26 +256194,26 @@ wonder 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12552 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-20 +Marco Hugentobler 2009-12-20 more bugfixing in field calculator git-svn-id: http://svn.osgeo.org/qgis/trunk@12551 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 fix garbled exceptions on proj errors git-svn-id: http://svn.osgeo.org/qgis/trunk@12550 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-20 +Werner Macho 2009-12-20 translation update: lv by Maris .. more and more translations come in time - this will be a great release git-svn-id: http://svn.osgeo.org/qgis/trunk@12549 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-20 +Paolo Cavallini 2009-12-20 Minor edits to the IT translation @@ -244185,13 +256225,13 @@ kyngchaos 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12547 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 missed some warnings and other minor updates git-svn-id: http://svn.osgeo.org/qgis/trunk@12546 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 attribute editor fixes: - in attribute table: set minimum width of editor to columns width and height @@ -244204,59 +256244,59 @@ jef 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12545 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 make QgsVectorLayer::deleteShapefile case-agnostic git-svn-id: http://svn.osgeo.org/qgis/trunk@12544 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-20 +Marco Hugentobler 2009-12-20 Fix bug that prevented attribute table to update correctly after field calculator usage git-svn-id: http://svn.osgeo.org/qgis/trunk@12543 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-20 +Werner Macho 2009-12-20 translation update frozen strings and new language croatian git-svn-id: http://svn.osgeo.org/qgis/trunk@12542 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 fix warnings git-svn-id: http://svn.osgeo.org/qgis/trunk@12541 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-20 +Martin Dobias 2009-12-20 Fix new labeling to work with render caching. git-svn-id: http://svn.osgeo.org/qgis/trunk@12540 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 german translation update, some context help fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@12539 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-20 +Werner Macho 2009-12-20 translation update: ja by Yoichi git-svn-id: http://svn.osgeo.org/qgis/trunk@12538 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-20 +Martin Dobias 2009-12-20 Show editing vertex markers with symbology-ng. Fixes #2171. git-svn-id: http://svn.osgeo.org/qgis/trunk@12537 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 respect overriden locale in helpviewer and fix link typo @@ -244274,19 +256314,19 @@ borysiasty 2009-12-20 git-svn-id: http://svn.osgeo.org/qgis/trunk@12530 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 debian symbols update git-svn-id: http://svn.osgeo.org/qgis/trunk@12529 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-20 +Jürgen E. Fischer 2009-12-20 fix common typos git-svn-id: http://svn.osgeo.org/qgis/trunk@12528 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-20 +Werner Macho 2009-12-20 translation update: checked translations some minor changes @@ -244317,53 +256357,53 @@ borysiasty 2009-12-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12522 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-19 +Jürgen E. Fischer 2009-12-19 fix #2289 git-svn-id: http://svn.osgeo.org/qgis/trunk@12521 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-19 +Jürgen E. Fischer 2009-12-19 fix #2296 git-svn-id: http://svn.osgeo.org/qgis/trunk@12520 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 OSM: Upload only tag which are not marked as deleted. Fixes #2054. git-svn-id: http://svn.osgeo.org/qgis/trunk@12519 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 OSM: save correctly the extent of data. Most probably the cause of #2098. git-svn-id: http://svn.osgeo.org/qgis/trunk@12518 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 OSM: small usability improvements in download dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@12517 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-19 +Marco Hugentobler 2009-12-19 Fix for bug #2117, wrong composer scale if units are degree git-svn-id: http://svn.osgeo.org/qgis/trunk@12516 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 Fixed snapping to background layers if there's a layer that doesn't exist. Fixes #2261 git-svn-id: http://svn.osgeo.org/qgis/trunk@12515 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 Use 10px as a default vertex search radius. (should be a more sensitive tolerance than 10 map units) @@ -244376,74 +256416,74 @@ rduivenvoorde 2009-12-19 git-svn-id: http://svn.osgeo.org/qgis/trunk@12513 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 Display warning in node tool if it couldn't find any features. Fixes #2134. git-svn-id: http://svn.osgeo.org/qgis/trunk@12512 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 Select a valid variant when there's no variant with the same number of colors in new scheme. Fixes #2254 git-svn-id: http://svn.osgeo.org/qgis/trunk@12511 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-19 +Martin Dobias 2009-12-19 Clear undo stack on rollback. Fixes #2287. git-svn-id: http://svn.osgeo.org/qgis/trunk@12510 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-19 +Werner Macho 2009-12-19 itranslation update: icelandic by thordur first release git-svn-id: http://svn.osgeo.org/qgis/trunk@12509 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-18 +Martin Dobias 2009-12-18 Less verbosity to stdout from labeling plugin git-svn-id: http://svn.osgeo.org/qgis/trunk@12508 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-18 +Paolo Cavallini 2009-12-18 More cleanup of the IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12507 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-18 +Paolo Cavallini 2009-12-18 More minor edits to the IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12506 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-18 +Paolo Cavallini 2009-12-18 minor edits to the IT translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12505 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-17 +Werner Macho 2009-12-17 translation update: es by carlos git-svn-id: http://svn.osgeo.org/qgis/trunk@12504 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-17 +Werner Macho 2009-12-17 translation updates: pt_BR, it and fr by Arthur, Flavio and Jean Roc git-svn-id: http://svn.osgeo.org/qgis/trunk@12503 c8812cc2-4d05-0410-92ff-de0c093fc19c -mhugent 2009-12-17 +Marco Hugentobler 2009-12-17 Fix for bug #2291, Reshape Features tool crashes on right mouse click @@ -244461,7 +256501,7 @@ borysiasty 2009-12-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@12499 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-17 +Werner Macho 2009-12-17 itranslation updates to all files as usual Changed TRANSLATORS to include traditional Chinese Coordinator @@ -244469,7 +256509,7 @@ macho 2009-12-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@12498 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-17 +Werner Macho 2009-12-17 itranslation update: ru by artem and another script update to see if strings are really frozen :) @@ -244478,13 +256518,13 @@ macho 2009-12-17 git-svn-id: http://svn.osgeo.org/qgis/trunk@12497 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-16 +Jürgen E. Fischer 2009-12-16 add german scalebar translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12496 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-16 +Jürgen E. Fischer 2009-12-16 german translation update @@ -244496,20 +256536,20 @@ borysiasty 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12494 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-16 +Werner Macho 2009-12-16 initial translation file for iceland - brings us to 32 languages git-svn-id: http://svn.osgeo.org/qgis/trunk@12493 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-16 +Jürgen E. Fischer 2009-12-16 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12492 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-16 +Werner Macho 2009-12-16 translation update: it by maurizio and es by carlos @@ -244522,7 +256562,7 @@ borysiasty 2009-12-16 git-svn-id: http://svn.osgeo.org/qgis/trunk@12490 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-16 +Werner Macho 2009-12-16 translation update: vi from Huu Manh Bui @@ -244561,26 +256601,26 @@ borysiasty 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12484 c8812cc2-4d05-0410-92ff-de0c093fc19c -macho 2009-12-15 +Werner Macho 2009-12-15 update strings ini translation files - strings are in freeze from now until release QGIS 1.4 git-svn-id: http://svn.osgeo.org/qgis/trunk@12483 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-15 +Jürgen E. Fischer 2009-12-15 update german translation git-svn-id: http://svn.osgeo.org/qgis/trunk@12482 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-15 +Jürgen E. Fischer 2009-12-15 update astyle-all.sh git-svn-id: http://svn.osgeo.org/qgis/trunk@12481 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-15 +Martin Dobias 2009-12-15 Applied patch from #2285 by Mark Baas. Thanks for contributing! @@ -244600,7 +256640,7 @@ borysiasty 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12478 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-15 +Paolo Cavallini 2009-12-15 Reverted change to v.out.ogr.pg due to a possible bug in GRASS @@ -244612,25 +256652,25 @@ borysiasty 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12476 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-15 +Paolo Cavallini 2009-12-15 More GRASS modules updated and added. Applied #2004 git-svn-id: http://svn.osgeo.org/qgis/trunk@12475 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-15 +Paolo Cavallini 2009-12-15 More GRASS modules updated git-svn-id: http://svn.osgeo.org/qgis/trunk@12474 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-15 +Paolo Cavallini 2009-12-15 Updated various GRASS modules - patches applied (thanks Giovanni Manghi). Closes #2229 and #2046 git-svn-id: http://svn.osgeo.org/qgis/trunk@12473 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-15 +Tim Sutton 2009-12-15 Updates for context help from Milena @@ -244642,19 +256682,19 @@ kyngchaos 2009-12-15 git-svn-id: http://svn.osgeo.org/qgis/trunk@12468 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12464 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 fix types in what's new git-svn-id: http://svn.osgeo.org/qgis/trunk@12463 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-14 +Tim Sutton 2009-12-14 Updated whats new content in index.html @@ -244672,38 +256712,38 @@ borysiasty 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12460 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-14 +Tim Sutton 2009-12-14 Added whats new text for 1.4 release. git-svn-id: http://svn.osgeo.org/qgis/trunk@12459 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 german translation update git-svn-id: http://svn.osgeo.org/qgis/trunk@12458 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 activate help for attribute table, mapserver export and evis git-svn-id: http://svn.osgeo.org/qgis/trunk@12457 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-14 +Tim Sutton 2009-12-14 More iconography updates from Anita Graser git-svn-id: http://svn.osgeo.org/qgis/trunk@12456 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 fix #2281 git-svn-id: http://svn.osgeo.org/qgis/trunk@12455 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 add context help for qgis options, style manager, spatialite selection and custom projection and application icon to help viewer @@ -244727,19 +256767,19 @@ borysiasty 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12451 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-14 +Jürgen E. Fischer 2009-12-14 better fix for slowdown of r12418 git-svn-id: http://svn.osgeo.org/qgis/trunk@12450 c8812cc2-4d05-0410-92ff-de0c093fc19c -pcav 2009-12-14 +Paolo Cavallini 2009-12-14 Updated list of donors git-svn-id: http://svn.osgeo.org/qgis/trunk@12449 c8812cc2-4d05-0410-92ff-de0c093fc19c -timlinux 2009-12-14 +Tim Sutton 2009-12-14 Arbitrary change to cause makefiles to update @@ -244757,13 +256797,13 @@ borysiasty 2009-12-14 git-svn-id: http://svn.osgeo.org/qgis/trunk@12446 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 german context help fix git-svn-id: http://svn.osgeo.org/qgis/trunk@12445 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 rename context helps for QgsCreateNewVectorLayer to QgsNewVectorLayerDialog @@ -244775,25 +256815,25 @@ borysiasty 2009-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12443 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 fix #2276 git-svn-id: http://svn.osgeo.org/qgis/trunk@12442 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 apply #2277 git-svn-id: http://svn.osgeo.org/qgis/trunk@12441 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 fix slowdown of r12418 git-svn-id: http://svn.osgeo.org/qgis/trunk@12440 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 r12434 done right @@ -244811,38 +256851,38 @@ rduivenvoorde 2009-12-13 git-svn-id: http://svn.osgeo.org/qgis/trunk@12437 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 de_DE context help fixes git-svn-id: http://svn.osgeo.org/qgis/trunk@12436 c8812cc2-4d05-0410-92ff-de0c093fc19c -wonder 2009-12-13 +Martin Dobias 2009-12-13 PyQGIS: Fixed slightly embarrassing conversion to subclasses in symbology-ng git-svn-id: http://svn.osgeo.org/qgis/trunk@12435 c8812cc2-4d05-0410-92ff-de0c093fc19c -jef 2009-12-13 +Jürgen E. Fischer 2009-12-13 replace with